[gdb/testsuite] Fix compare-sections.exp with -fPIE/-pie
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-08-16 Tom de Vries <tdevries@suse.de>
2
3 * gdb.base/compare-sections.exp ("after run to main"): Allow
4 mismatched read-only sections for PIE executables.
5
6 2019-08-16 Tom Tromey <tom@tromey.com>
7
8 * lib/tuiterm.exp (_csi_Z): New proc.
9 * gdb.tui/basic.exp: Update window positions.
10 * gdb.tui/empty.exp: Update window positions.
11
12 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
13
14 * gdb.base/examine-backward.exp: Correct regexp for
15 "examine 3 bytes backward from ${address_zero}".
16
17 2019-08-15 Tom Tromey <tom@tromey.com>
18
19 * gdb.tui/empty.exp: Enable resizing tests.
20
21 2019-08-15 Tom Tromey <tromey@adacore.com>
22
23 * gdb.ada/char_enum.exp: Add regression tests.
24 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
25 and '0'.
26 (Char, Gchar): Update.
27 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
28
29 2019-08-15 Christian Biesinger <cbiesinger@google.com>
30
31 * gdb.python/python.exp: Expect a leading underscore on
32 GdbOutput{,Error}File.
33
34 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
35
36 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
37 Windows host.
38
39 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
40
41 * gdb.base/batch-preserve-term-settings.exp
42 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
43
44 2019-08-15 Christian Biesinger <cbiesinger@google.com>
45
46 * lib/gdb.exp: When running on a mingw target, replace
47 /x/ with x:/.
48
49 2019-08-14 Alan Hayward <alan.hayward@arm.com>
50
51 * gdb.arch/aarch64-prologue.c: New test.
52 * gdb.arch/aarch64-prologue.exp: New file.
53
54 2019-08-13 Tom de Vries <tdevries@suse.de>
55
56 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
57 Thread.
58
59 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
60
61 * gdb.python/py-completion.exp: Download the .py file to the host
62 and use its host pathname. Conditionalize tests that use
63 tab completion and manipulate files on the build machine.
64 * gdb.python/py-events.exp: Download the .py file to the host
65 and use its host pathname.
66 * gdb.python/py-evsignal.exp: Likewise.
67 * gdb.python/py-evthreads.exp: Likewise.
68 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
69 pathname syntax.
70 * gdb.python/py-framefilter.exp: Download the .py file to the right
71 place on the host. Match Windows pathname syntax.
72 * gdb.python/py-mi-var-info-path-expression.exp: Download the
73 .py file to the host and use its host pathname.
74 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
75 * gdb.python/py-objfile.exp: Expect a host pathname, not a
76 build pathname. Skip symlink test on Windows host. Add missing
77 newline at end of file.
78 * gdb.python/py-pp-maint.exp: Download the .py file to the host
79 and use its host pathname.
80 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
81 * gdb.python/py-section-script.exp: Use host location of binfile
82 on safe-path. Use correct path separator on Windows host.
83 Reorder alternatives in gdb_test_multiple to prevent matching
84 the wrong alternative on success.
85 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
86
87 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
88
89 * gdb.gdb/selftest.exp (test_with_self): Update test to now
90 expect the GDB inferior to no longer immediately stop after
91 being resumed with "signal SIGINT".
92
93 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
94
95 * gdb.linespec/break-ask.exp: Generalize regexps to match
96 Windows pathnames too.
97
98 2019-08-08 Tom de Vries <tdevries@suse.de>
99
100 PR testsuite/24862
101 * lib/tuiterm.exp (_accept): Fix CSI regexp.
102
103 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
104
105 * gdb.base/style.exp: Update tests for help doc new invariants.
106 * gdb.base/help.exp: Likewise.
107
108 2019-08-06 Tom Tromey <tom@tromey.com>
109
110 * gdb.base/style.exp: Add disassemble test.
111 * gdb.base/style.c (some_called_function): New function.
112 (main): Use it.
113
114 2019-08-05 Christian Biesinger <cbiesinger@google.com>
115
116 * gdb.python/py-block.exp: Test dictionary access on blocks.
117
118 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
119
120 PR gdb/24863
121 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
122 -list-thread-groups --available test when running under
123 check-read1.
124
125 2019-08-05 Tom de Vries <tdevries@suse.de>
126
127 PR testsuite/24863
128 * lib/gdb.exp (with_read1_timeout_factor): New proc.
129 * gdb.base/help.exp: Use with_read1_timeout_factor.
130 * gdb.base/info-macros.exp: Same.
131 * gdb.cp/nested-types.exp: Same.
132
133 2019-08-05 Tom de Vries <tdevries@suse.de>
134
135 * lib/gdb.exp (version_at_least): Factor out of ...
136 (tcl_version_at_least): ... here.
137 (gdb_compile): Fail if pie results in non-PIE executable.
138 (readelf_version, readelf_prints_pie): New proc.
139 (exec_is_pie): Return -1 if unknown.
140
141 2019-08-05 Tom de Vries <tdevries@suse.de>
142
143 * lib/gdb.exp (tcl_version_at_least): Fix typo.
144
145 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
146
147 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
148
149 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
150
151 * lib/completion-support.exp (test_gdb_complete_none): Skip
152 tab completion tests if no readline support.
153 (test_gdb_complete_unique_re): Likewise.
154 (test_gdb_complete_multiple): Likewise.
155
156 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
157
158 * gdb.base/info_sources.exp: New file.
159 * gdb.base/info_sources.c: New file.
160 * gdb.base/info_sources_base.c: New file.
161
162 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
163
164 * gdb.base/batch-exit-status.exp: Call test_exit_status with
165 prefix argument.
166 (test_exit_status): Add prefix argument.
167
168 2019-08-01 Tom de Vries <tdevries@suse.de>
169
170 PR testsuite/24863
171 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
172 calling exp_continue for new thread and thread exited messages.
173
174 2019-08-01 Tom de Vries <tdevries@suse.de>
175
176 PR testsuite/24863
177 * gdb.base/structs.exp: Fix check-read1 timeout using
178 gdb_test_sequence.
179 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
180
181 2019-08-01 Tom de Vries <tdevries@suse.de>
182
183 PR testsuite/24863
184 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
185 line.
186
187 2019-08-01 Tom de Vries <tdevries@suse.de>
188
189 PR testsuite/24863
190 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
191
192 2019-07-30 Tom Tromey <tromey@adacore.com>
193
194 * gdb.ada/display_nested.exp: New file.
195 * gdb.ada/display_nested/foo.adb: New file.
196 * gdb.ada/display_nested/pack.adb: New file.
197 * gdb.ada/display_nested/pack.ads: New file.
198
199 2019-07-30 Christian Biesinger <cbiesinger@google.com>
200
201 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
202 namespace.
203 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
204
205 2019-07-30 Tom de Vries <tdevries@suse.de>
206
207 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
208 instead.
209
210 2019-07-30 Tom de Vries <tdevries@suse.de>
211
212 PR testsuite/24834
213 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
214 (exec_is_pie): New proc.
215
216 2019-07-29 Christian Biesinger <cbiesinger@google.com>
217
218 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
219
220 2019-07-29 Christian Biesinger <cbiesinger@google.com>
221
222 * gdb.python/py-objfile.c: Add global and static vars.
223 * gdb.python/py-objfile.exp: Test new functions Objfile.
224 lookup_global_symbol and lookup_static_symbol.
225
226 2019-07-29 Tom Tromey <tom@tromey.com>
227
228 * lib/tuiterm.exp (Term::_csi_@): New proc.
229 (Term::_csi_X): Don't move cursor.
230
231 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
232
233 * gdb.base/options.exp: Update backtrace - completion to
234 new option -frame-info.
235 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
236 Test new 'set print frame-info'. Test backtrace -frame-info
237 overriding 'set print frame-info'.
238 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
239 Test new 'set print frame-info'.
240 Verify consistency of backtrace with and without filters, with and
241 without -no-filters.
242 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
243 default.
244
245 2019-07-29 Tom de Vries <tdevries@suse.de>
246
247 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
248 no arguments".
249
250 2019-07-29 Tom de Vries <tdevries@suse.de>
251
252 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
253 is a substring of the first for "complete non-unique file name".
254
255 2019-07-29 Tom de Vries <tdevries@suse.de>
256
257 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
258 with ".*".
259
260 2019-07-29 Tom de Vries <tdevries@suse.de>
261
262 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
263 Pass prompt_regexp parameter to gdb_test_multiple calls.
264
265 2019-07-29 Tom de Vries <tdevries@suse.de>
266
267 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
268 print registers" regexps.
269
270 2019-07-29 Tom de Vries <tdevries@suse.de>
271
272 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
273
274 2019-07-29 Tom de Vries <tdevries@suse.de>
275
276 PR gdb/24855
277 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
278 (skip_python_tests_prompt): Add prompt_regexp argument to
279 gdb_test_multiple calls.
280
281 2019-07-27 Tom Tromey <tom@tromey.com>
282
283 * gdb.tui/main.exp: New file.
284
285 2019-07-27 Tom Tromey <tom@tromey.com>
286
287 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
288 optional.
289 * gdb.tui/empty.exp: New file.
290
291 2019-07-27 Tom Tromey <tom@tromey.com>
292
293 * lib/tuiterm.exp (spawn): New proc.
294 (Term::resize): New proc.
295 * gdb.tui/resize.exp: New file.
296
297 2019-07-27 Tom Tromey <tom@tromey.com>
298
299 * gdb.tui/list.exp: New file.
300
301 2019-07-27 Tom Tromey <tom@tromey.com>
302
303 * gdb.tui/regs.exp: New file.
304
305 2019-07-27 Tom Tromey <tom@tromey.com>
306
307 * gdb.tui/basic.exp: Add "layout split" test.
308
309 2019-07-27 Tom Tromey <tom@tromey.com>
310
311 * gdb.tui/basic.exp: Add "layout asm" test.
312
313 2019-07-27 Tom Tromey <tom@tromey.com>
314
315 * lib/tuiterm.exp: New file.
316 * gdb.tui/basic.exp: New file.
317
318 2019-07-27 Kevin Buettner <kevinb@redhat.com>
319
320 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
321 Enable tests associated with this flag. Adjust regex
322 referencing "foo_low" to now refer to "foo_cold" instead.
323
324 2019-07-27 Kevin Buettner <kevinb@redhat.com>
325
326 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
327 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
328 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
329 foo_cold. Revise comments to match.
330 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
331 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
332 were wrapped into this proc; Call do_test in loop from outermost
333 level.
334 (foo_low): Rename all occurrences to "foo_cold".
335 (backtrace from baz): New test.
336 (x2/i foo_cold): New test.
337 (info line *foo_cold): New test.
338
339 2019-07-26 Tom de Vries <tdevries@suse.de>
340
341 * gdb.arch/i386-pkru.exp: Fix unterminated string.
342
343 2019-07-25 Tom de Vries <tdevries@suse.de>
344
345 PR testsuite/24830
346 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
347 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
348 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
349 (skip_libstdcxx_probe_tests): ... here.
350 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
351
352 2019-07-24 Tom de Vries <tdevries@suse.de>
353
354 PR testsuite/24807
355 * gdb.objc/basicclass.m: Include stdio.h.
356 * gdb.objc/nondebug.m: Same.
357 * gdb.objc/objcdecode.m: Same.
358
359 2019-07-24 Tom de Vries <tdevries@suse.de>
360
361 PR testsuite/24612
362 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
363 additional_flags.
364
365 2019-07-24 Tom de Vries <tdevries@suse.de>
366
367 PR testsuite/24831
368 * gdb.multi/tids.exp: Update error messages for info threads.
369
370 2019-07-24 Tom de Vries <tdevries@suse.de>
371
372 * gdb.base/info-types.exp: Allow info types to print info for more than
373 one file.
374
375 2019-07-23 Tom de Vries <tdevries@suse.de>
376
377 PR testsuite/24842
378 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
379 gdb_spawn_with_cmdline_opts.
380
381 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
382
383 * gdb.arch/arm-cmse-sgstubs.c: New test.
384 * gdb.arch/arm-cmse-sgstubs.exp: New file.
385
386 2019-07-23 Tom de Vries <tdevries@suse.de>
387
388 PR testsuite/24711
389 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
390 issuing next command.
391
392 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
393
394 * gdb.ada/info_auto_lang.exp: Update expected results.
395 * gdb.base/info-types.c: Add additional types to check.
396 * gdb.base/info-types.exp: Update expected results.
397
398 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
399
400 * gdb.base/info-types.c: New file.
401 * gdb.base/info-types.exp: New file.
402
403 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
404
405 * gdb.arch/riscv-bp-infcall.c: New file.
406 * gdb.arch/riscv-bp-infcall.exp: New file.
407
408 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
409
410 PR breakpoints/24541
411 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
412
413 2019-07-14 Tom de Vries <tdevries@suse.de>
414
415 PR testsuite/24760
416 * gdb.objc/basicclass.exp: Fix unterminated string.
417
418 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
419 Andrew Burgess <andrew.burgess@embecosm.com>
420
421 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
422 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
423 negative bounds.
424 * gdb.fortran/vla-value.exp: Print elements of an array with
425 negative bounds.
426 * gdb.fortran/vla.f90: Setup an array with negative bounds for
427 testing.
428
429 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
430
431 * gdb.base/options.exp (expect_string): Dequote strings in
432 results.
433 (test-string): Test strings with different quoting and reindent.
434
435 2019-07-10 Tom Tromey <tromey@adacore.com>
436
437 * gdb.ada/mi_ex_cond.exp: Update expected results.
438 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
439 * gdb.ada/mi_catch_ex.exp: Update expected results.
440 * gdb.ada/mi_catch_assert.exp: Update expected results.
441 * gdb.ada/catch_ex.exp (catch_exception_info)
442 (catch_exception_entry, catch_assert_entry)
443 (catch_unhandled_entry): Update.
444 * gdb.ada/catch_assert_if.exp: Update expected results.
445
446 2019-07-10 Richard Bunt <richard.bunt@arm.com>
447 Stephen Roberts <stephen.roberts@arm.com>
448
449 * gdb.base/define.exp: Restore original prompt.
450
451 2019-07-09 Pedro Alves <palves@redhat.com>
452
453 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
454 breakpoints" output.
455 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
456 * gdb.python/py-breakpoint.exp: No longer expect that "catch
457 throw" creates breakpoint.
458 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
459 'type="catchpoint"'.
460
461 2019-07-09 Pedro Alves <palves@redhat.com>
462
463 PR c++/15468
464 * gdb.cp/except-multi-location-lib.cc: New.
465 * gdb.cp/except-multi-location-main.cc: New.
466 * gdb.cp/except-multi-location.exp: New.
467
468 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
469
470 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
471 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
472 argument and update callers.
473
474 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
475
476 * gdb.arch/amd64-break-on-asm-line.S: New file.
477 * gdb.arch/amd64-break-on-asm-line.exp: New file.
478
479 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
480
481 * gdb.base/printcmds.exp: Test printing C string and
482 C wide string convenience vars without transiting via the inferior.
483 Also make test names unique.
484
485 2019-07-08 Alan Hayward <alan.hayward@arm.com>
486
487 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
488
489 2019-07-04 Pedro Alves <palves@redhat.com>
490
491 * lib/gdb.exp (foreach_with_prefix): Don't return early if
492 body returned ok(0), break(3) or continue(4).
493 * gdb.testsuite/foreach_with_prefix.exp: New file.
494
495 2019-07-04 Alan Hayward <alan.hayward@arm.com>
496
497 * gdb.server/unittest.exp: Allow 0 unit tests to run.
498
499 2019-07-03 Pedro Alves <palves@redhat.com>
500
501 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
502 "return -code".
503
504 2019-07-03 Pedro Alves <palves@redhat.com>
505
506 PR cli/24732
507 * gdb.base/shell.exp: Load completion-support.exp.
508 Adjust expected error output. Add completion tests.
509
510 2019-07-03 Pedro Alves <palves@redhat.com>
511
512 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
513 string_to_regexp.
514
515 2019-07-03 Pedro Alves <palves@redhat.com>
516
517 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
518 (expect_integer): Adjust to expect "-string".
519 (expect_string): New.
520 (all_options): Expect "-string".
521 (test-flag, test-boolean): Adjust to expect "-string".
522 (test-string): New proc.
523 (top level): Call it.
524
525 2019-07-03 Pedro Alves <palves@redhat.com>
526
527 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
528 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
529 the expected output in the success.
530
531 2019-07-03 Pedro Alves <palves@redhat.com>
532
533 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
534 Split one gdb_test_multiple call in two to avoid a race.
535
536 2019-07-03 Pedro Alves <palves@redhat.com>
537
538 * gdb.base/with.c: New file.
539 * gdb.base/with.exp: New file.
540
541 2019-07-03 Pedro Alves <palves@redhat.com>
542
543 * gdb.base/settings.exp: Replace all references to "maint
544 test-settings set" with references to "maint set test-settings",
545 and all references to "maint test-settings show" with references
546 to "maint show test-settings".
547
548 2019-07-03 Pedro Alves <palves@redhat.com>
549
550 * gdb.base/settings.exp (test-string): Adjust expected out when
551 testing "maint test-settings show filename"
552
553 2019-07-02 Pedro Alves <palves@redhat.com>
554
555 * gdb.base/options.exp (test-info-threads): New procedure.
556 (top level): Call it.
557
558 2019-06-28 Tom Tromey <tromey@adacore.com>
559
560 * gdb.dwarf2/ada-linkage-name.c: New file.
561 * gdb.dwarf2/ada-linkage-name.exp: New file.
562
563 2019-06-27 Tom Tromey <tromey@adacore.com>
564
565 * gdb.cp/constexpr-field.exp: Use setup_xfail.
566
567 2019-06-26 Tom de Vries <tdevries@suse.de>
568
569 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
570
571 2019-06-26 Tom de Vries <tdevries@suse.de>
572
573 * gdb.base/index-cache.exp: Add back missing debug option.
574
575 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
576
577 * gdb.base/alias.exp: Test non matching/non existing prefixes.
578
579 2019-06-25 Tom de Vries <tdevries@suse.de>
580
581 PR testsuite/24727
582 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
583
584 2019-06-24 Tom de Vries <tdevries@suse.de>
585
586 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
587
588 2019-06-24 Tom de Vries <tdevries@suse.de>
589
590 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
591 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
592 * gdb.trace/unavailable-dwarf-piece.exp: Same.
593
594 2019-06-24 Tom de Vries <tdevries@suse.de>
595
596 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
597
598 2019-06-21 Tom de Vries <tdevries@suse.de>
599
600 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
601
602 2019-06-21 Tom de Vries <tdevries@suse.de>
603
604 PR testsuite/24518
605 PR ada/24713
606 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
607 index.
608
609 2019-06-19 Tom Tromey <tromey@adacore.com>
610
611 * gdb.ada/length_cond.exp: Add intro comment.
612
613 2019-06-19 Tom Tromey <tromey@adacore.com>
614
615 * gdb.ada/length_cond.exp: New file.
616 * gdb.ada/length_cond/length_cond.adb: New file.
617 * gdb.ada/length_cond/pck.adb: New file.
618 * gdb.ada/length_cond/pck.ads: New file.
619
620 2019-06-18 Tom de Vries <tdevries@suse.de>
621
622 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
623
624 2019-06-18 Tom Tromey <tromey@adacore.com>
625
626 * gdb.base/list0.h: Add comment explaining control character.
627
628 2019-06-18 Tom de Vries <tdevries@suse.de>
629
630 * boards/fission.exp: Break up long debug_flags line.
631
632 2019-06-16 Tom de Vries <tdevries@suse.de>
633
634 PR gdb/24445
635 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
636 generated index.
637
638 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
639
640 PR gdb/24686
641 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
642 improve detection of bug gdb/24541.
643
644 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
645
646 PR gdb/24669
647 * gdb.base/index-cache.exp (uses_readnow,
648 expecting_index_cache_use): Define global variable.
649 (test_cache_enabled_miss, test_cache_enabled_hit): Use
650 expecting_index_cache_use.
651
652 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
653 Andrew Burgess <andrew.burgess@embecosm.com>
654
655 * gdb.fortran/pointers.f90: New file.
656 * gdb.fortran/print_type.exp: New file.
657 * gdb.fortran/vla-ptype.exp: Adapt expected results.
658 * gdb.fortran/vla-type.exp: Likewise.
659 * gdb.fortran/vla-value.exp: Likewise.
660 * gdb.mi/mi-vla-fortran.exp: Likewise.
661
662 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
663
664 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
665 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
666 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
667 as a stop reason.
668
669 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
670
671 * gdb.base/annota1.exp: Update expected results.
672 * gdb.cp/annota2.exp: Likewise.
673 * gdb.cp/annota3.exp: Likewise.
674
675 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
676
677 * gdb.base/style-logging.exp: Remove path from test name.
678
679 2019-06-14 Tom Tromey <tromey@adacore.com>
680
681 PR gdb/24502:
682 * gdb.base/style-logging.exp: New file.
683
684 2019-06-14 Tom Tromey <tromey@adacore.com>
685
686 * gdb.base/symfile-warn.exp: New file.
687 * gdb.base/symfile-warn.c: New file.
688
689 2019-06-14 Tom Tromey <tromey@adacore.com>
690
691 * gdb.base/annotate-symlink.exp: New file.
692
693 2019-06-14 Tom Tromey <tromey@adacore.com>
694
695 * gdb.ada/set_wstr.exp: Add reassignment test.
696
697 2019-06-14 Tom Tromey <tromey@adacore.com>
698
699 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
700 'unchecked_access and 'unrestricted_access as well.
701
702 2019-06-14 Tom Tromey <tromey@adacore.com>
703
704 PR ada/24539:
705 * gdb.ada/vla.exp: Update tests.
706 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
707 pragma.
708
709 2019-06-13 Pedro Alves <palves@redhat.com>
710
711 * gdb.base/settings.exp (test-integer): Test junk after
712 "unlimited".
713
714 2019-06-13 Pedro Alves <palves@redhat.com>
715
716 * gdb.base/options.exp (test-thread-apply): New.
717 (top level): Call it.
718
719 2019-06-13 Pedro Alves <palves@redhat.com>
720
721 * gdb.base/options.exp (test-frame-apply): New.
722 (top level): Test print commands with different "frame apply"
723 prefixes.
724
725 2019-06-13 Pedro Alves <palves@redhat.com>
726
727 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
728 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
729 'max_completions' parameter and handle it.
730 (test_gdb_completion_offers_commands): New.
731
732 2019-06-13 Pedro Alves <palves@redhat.com>
733
734 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
735
736 2019-06-13 Pedro Alves <palves@redhat.com>
737
738 * gdb.base/options.exp (test-backtrace): New.
739 (top level): Call it.
740
741 2019-06-13 Pedro Alves <palves@redhat.com>
742
743 * gdb.guile/scm-frame-args.exp: Use "set print
744 raw-frame-arguments" instead of "set print raw frame-arguments".
745 * gdb.python/py-frame-args.exp: Likewise.
746
747 2019-06-13 Pedro Alves <palves@redhat.com>
748
749 * gdb.compile/compile.exp: Adjust expected output to option
750 processing changes.
751
752 2019-06-13 Pedro Alves <palves@redhat.com>
753
754 * gdb.base/options.exp: Build executable.
755 (test-print): New procedure.
756 (top level): Call it, once for "print" and another for "compile
757 print".
758
759 2019-06-13 Pedro Alves <palves@redhat.com>
760
761 * gdb.base/options.c: New file.
762 * gdb.base/options.exp: New file.
763
764 2019-06-13 Pedro Alves <palves@redhat.com>
765
766 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
767 that "o" is ambiguous.
768
769 2019-06-13 Pedro Alves <palves@redhat.com>
770
771 * gdb.base/settings.c: New file.
772 * gdb.base/settings.exp: New file.
773
774 2019-06-13 Pedro Alves <palves@redhat.com>
775
776 * gdb.base/completion.exp: Fix comment typo.
777
778 2019-06-13 Pedro Alves <palves@redhat.com>
779
780 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
781 foo --1" test.
782
783 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
784
785 * gdb.fortran/block-data.f: New.
786 * gdb.fortran/block-data.exp: New.
787
788 2019-06-11 Tom de Vries <tdevries@suse.de>
789
790 PR testsuite/24521
791 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
792 message.
793
794 2019-06-11 Tom de Vries <tdevries@suse.de>
795
796 PR testsuite/24521
797 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
798
799 2019-06-11 Tom de Vries <tdevries@suse.de>
800
801 * boards/readnow.exp: New file.
802
803 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
804
805 * gdb.fortran/vla-sizeof.exp: Update expected results.
806
807 2019-06-06 Amos Bird <amosbird@gmail.com>
808
809 * gdb.base/annota1.exp (thread_switch): Add test for
810 thread-exited annotation.
811
812 2019-06-06 Tom Tromey <tromey@adacore.com>
813
814 * gdb.base/maint.exp: Expect command started/finished output.
815
816 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
817
818 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
819 comment.
820 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
821
822 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
823
824 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
825 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
826 * gdb.arch/riscv-unwind-long-insn.c: New file.
827 * gdb.arch/riscv-unwind-long-insn.exp: New file.
828
829 2019-06-04 Christian Biesinger <cbiesinger@google.com>
830
831 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
832
833 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
834
835 * lib/gdb.exp (help_list_trailer): New regexp variable
836 factorizing the help trailer message.
837 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
838 arg to allow to better factorize various tests.
839 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
840 (test_prefix_command_help): Use help_list_trailer.
841 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
842 * gdb.guile/scm-cmd.exp: Likewise.
843 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
844 * gdb.base/help.exp: Use test_user_defined_class_help.
845 * gdb.base/style.exp: Add tests for styling of help and apropos.
846 * lib/gdb-utils.exp (style): Add title and highlight styles.
847
848 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
849
850 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
851 $_shell_exitsignal.
852 * gdb.base/default.exp: Update for new convenience variables.
853
854 2019-05-29 Tom Tromey <tromey@adacore.com>
855
856 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
857 to "break complete ada" test case's regexp.
858
859 2019-05-29 Tom Tromey <tromey@adacore.com>
860
861 PR c++/20020:
862 * gdb.cp/constexpr-field.exp: New file.
863 * gdb.cp/constexpr-field.cc: New file.
864
865 2019-05-29 Tom Tromey <tromey@adacore.com>
866
867 * gdb.base/finish.exp (finish_no_print): New proc.
868 (finish_tests): Call it.
869
870 2019-05-24 Tom de Vries <tdevries@suse.de>
871
872 * gdb.dwarf2/gdb-add-index.exp: New file.
873
874 2019-05-22 Tom Tromey <tromey@adacore.com>
875
876 * gdb.base/info-shared.exp (check_info_shared): Use "style".
877 * gdb.base/style.exp: Use "style".
878 * lib/gdb-utils.exp (style): New proc.
879
880 2019-05-22 Tom de Vries <tdevries@suse.de>
881
882 * gdb.base/align.exp: Require c++11.
883
884 2019-05-22 Tom de Vries <tdevries@suse.de>
885
886 PR testsuite/24586
887 * gdb.python/py-mi-var-info-path-expression.exp: Call
888 mi_skip_python_tests to check if python is supported.
889
890 2019-05-22 Alan Hayward <alan.hayward@arm.com>
891
892 * gdb.arch/aarch64-pauth.c: New test.
893 * gdb.arch/aarch64-pauth.exp: New file.
894
895 2019-05-22 Alan Hayward <alan.hayward@arm.com>
896
897 * README (Re-running Tests Outside The Testsuite): New section.
898
899 2019-05-21 Tom de Vries <tdevries@suse.de>
900
901 * gdb.arch/amd64-eval.exp: Require c++11.
902 * gdb.base/max-depth.exp: Same.
903 * gdb.compile/compile-cplus-array-decay.exp: Same.
904 * gdb.cp/meth-typedefs.exp: Same.
905 * gdb.cp/subtypes.exp: Same.
906 * gdb.cp/temargs.exp: Same.
907
908 2019-05-21 Alan Hayward <alan.hayward@arm.com>
909
910 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
911
912 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
913
914 PR gdb/18644
915 * gdb.fortran/complex.exp: Remove setup_kfail calls.
916 * gdb.fortran/printing-types.exp: Add new test.
917 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
918 testing.
919 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
920 setup_kfail call.
921
922 2019-05-17 Alan Hayward <alan.hayward@arm.com>
923
924 * README (Running the Testsuite): Change example.
925 (Testsuite Parameters): Remove TRANSCRIPT.
926 * lib/gdb.exp: Remove TRANSCRIPT check.
927
928 2019-05-17 Alan Hayward <alan.hayward@arm.com>
929
930 * README (Testsuite Parameters): Add replay logging to
931 GDBSERVER_DEBUG.
932 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
933 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
934 as a comma separated list.
935 (gdb_debug_init): Override procedure.
936
937 2019-05-17 Alan Hayward <alan.hayward@arm.com>
938
939 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
940 (gdb_write_cmd_file): New procedure.
941 * lib/gdbserver-support.exp (gdbserver_start): Call
942 gdbserver_write_cmd_file.
943 (gdbserver_write_cmd_file): New procedure.
944
945 2019-05-17 Alan Hayward <alan.hayward@arm.com>
946
947 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
948 (delete_breakpoints): Likewise.
949 (gdb_run_cmd): Likewise.
950 (gdb_start_cmd): Likewise.
951 (gdb_starti_cmd): Likewise.
952 (gdb_internal_error_resync): Likewise.
953 (gdb_test_multiple): Likewise.
954 (gdb_reinitialize_dir): Likewise.
955 (default_gdb_exit): Likewise.
956 (gdb_file_cmd): Mark kill as optional.
957 (default_gdb_start): Call gdb_stdin_log_init.
958 (send_gdb): Call gdb_stdin_log_write.
959 (rerun_to_main): Mark Y as an answer.
960 (gdb_stdin_log_init): New function.
961 (gdb_stdin_log_write): Likewise.
962
963 2019-05-17 Alan Hayward <alan.hayward@arm.com>
964
965 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
966 * gdb.base/debug-expr.exp: Likewise.
967 * gdb.base/foll-fork.exp: Likewise.
968 * gdb.base/foll-vfork.exp: Likewise.
969 * gdb.base/fork-print-inferior-events.exp: Likewise.
970 * gdb.base/gdb-sigterm.exp: Likewise.
971 * gdb.base/gdbinit-history.exp: Likewise.
972 * gdb.base/osabi.exp: Likewise.
973 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
974 * gdb.base/ui-redirect.exp: Likewise.
975 * gdb.gdb/unittest.exp: Likewise.
976 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
977 * gdb.mi/mi-watch.exp: Likewise.
978 * gdb.mi/new-ui-mi-sync.exp: Likewise.
979 * gdb.mi/user-selected-context-sync.exp: Likewise.
980 * gdb.python/python.exp: Disable debug test when debugging.
981 * gdb.threads/check-libthread-db.exp: Disable when debugging.
982 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
983 Likewise.
984 * gdb.threads/stepi-random-signal.exp: Likewise.
985
986 2019-05-17 Alan Hayward <alan.hayward@arm.com>
987
988 * Makefile.in: Pass through GDB_DEBUG.
989 * README (Testsuite Parameters): Add GDB_DEBUG.
990 (gdb,debug): Add board setting.
991 * lib/gdb.exp (default_gdb_start): Start debugging.
992 (gdb_debug_enabled): New procedure.
993 (gdb_debug_init): Likewise.
994
995 2019-05-17 Alan Hayward <alan.hayward@arm.com>
996
997 * Makefile.in: Pass through GDB_DEBUG.
998 * README (Testsuite Parameters): Add GDB_DEBUG.
999 (gdb,debug): Add board setting.
1000 * lib/gdb.exp (default_gdb_start): Start debugging.
1001 (gdb_debug_enabled): New procedure.
1002 (gdb_debug_init): Likewise.
1003
1004 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1005
1006 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1007
1008 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1009
1010 * gdb.base/ui-redirect.exp: Test redirection.
1011
1012 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1013
1014 * gdb.mi/mi-complete.exp: New file.
1015 * gdb.mi/mi-complete.cc: Likewise.
1016
1017 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1018
1019 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1020 indexed and sliced arrays, and pointers to arrays.
1021
1022 2019-05-14 Tom Tromey <tromey@adacore.com>
1023
1024 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1025 styling test.
1026
1027 2019-05-14 Tom de Vries <tdevries@suse.de>
1028
1029 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1030 selection entry encoding.
1031
1032 2019-05-10 Tom Tromey <tromey@adacore.com>
1033
1034 * gdb.ada/info_exc.exp: Add "complete" test.
1035
1036 2019-05-09 Tom de Vries <tdevries@suse.de>
1037
1038 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1039 CU-relative.
1040
1041 2019-05-09 Tom de Vries <tdevries@suse.de>
1042
1043 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1044 CU-relative.
1045
1046 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1047
1048 * gdb.ada/frame_arg_lang.exp: New testcase.
1049 * gdb.ada/frame_arg_lang/bla.adb: New file.
1050 * gdb.ada/frame_arg_lang/pck.ads: New file.
1051 * gdb.ada/frame_arg_lang/pck.adb: New file.
1052 * gdb.ada/frame_arg_lang/foo.c: New file.
1053
1054 2019-05-08 Tom Tromey <tromey@adacore.com>
1055
1056 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1057
1058 2019-05-08 Tom Tromey <tromey@adacore.com>
1059
1060 * gdb.base/ptype-offsets.exp: Update tests.
1061
1062 2019-05-08 Tom Tromey <tromey@adacore.com>
1063
1064 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1065 cases.
1066 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1067 "short".
1068
1069 2019-05-08 Tom Tromey <tromey@adacore.com>
1070
1071 * gdb.ada/vla.exp: New file.
1072 * gdb.ada/vla/vla.adb: New file.
1073
1074 2019-05-07 Tom de Vries <tdevries@suse.de>
1075
1076 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1077
1078 2019-05-07 Tom de Vries <tdevries@suse.de>
1079
1080 PR testsuite/24522
1081 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1082 section.
1083
1084 2019-05-07 Tom de Vries <tdevries@suse.de>
1085
1086 PR testsuite/24522
1087 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1088 .debug_aranges section.
1089
1090 2019-05-07 Tom de Vries <tdevries@suse.de>
1091
1092 PR testsuite/24159
1093 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1094
1095 2019-05-06 Tom de Vries <tdevries@suse.de>
1096
1097 * lib/gdb.exp (exec_has_index_section): New proc.
1098 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1099 section.
1100
1101 2019-05-04 Tom de Vries <tdevries@suse.de>
1102
1103 * boards/cc-with-debug-names.exp: New file.
1104
1105 2019-05-03 Tom Tromey <tromey@adacore.com>
1106
1107 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1108 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1109 * gdb.ada/char_enum.exp: Add test.
1110
1111 2019-05-03 Tom de Vries <tdevries@suse.de>
1112
1113 * boards/cc-with-gdb-index.exp: New file.
1114
1115 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1116
1117 * gdb.rust/simple.exp: Add new test case.
1118 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1119 (main): Initialise an instance of the new struct.
1120
1121 2019-05-01 Tom Tromey <tromey@adacore.com>
1122
1123 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1124 record.
1125 (NPR): New variable.
1126 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1127 test.
1128
1129 2019-05-01 Tom Tromey <tromey@adacore.com>
1130
1131 * gdb.ada/packed_array_assign.exp: Add packed assignment
1132 regression test.
1133
1134 2019-05-01 Tom de Vries <tdevries@suse.de>
1135
1136 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1137
1138 2019-05-01 Tom de Vries <tdevries@suse.de>
1139
1140 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1141
1142 2019-04-30 Ali Tamur <tamur@google.com>
1143
1144 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1145
1146 2019-04-30 Tom Tromey <tromey@adacore.com>
1147
1148 * lib/ada.exp (find_ada_tool): New proc.
1149 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1150 * gdb.ada/catch_ex_std.exp: New file.
1151 * gdb.ada/catch_ex_std/foo.adb: New file.
1152 * gdb.ada/catch_ex_std/some_package.adb: New file.
1153 * gdb.ada/catch_ex_std/some_package.ads: New file.
1154
1155 2019-04-30 Tom Tromey <tromey@adacore.com>
1156
1157 PR c++/24470:
1158 * gdb.cp/temargs.cc: Add test code from PR.
1159
1160 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1161
1162 * gdb.fortran/vla-datatypes.exp: Update expected results.
1163 * gdb.fortran/vla-ptype.exp: Likewise.
1164 * gdb.fortran/vla-type.exp: Likewise.
1165 * gdb.fortran/vla-value.exp: Likewise.
1166
1167 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1168
1169 * gdb.fortran/ptr-indentation.exp: Update expected results.
1170 * gdb.fortran/ptype-on-functions.exp: Likewise.
1171 * gdb.fortran/vla-ptr-info.exp: Likewise.
1172 * gdb.fortran/vla-value.exp: Likewise.
1173
1174 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1175
1176 * gdb.fortran/ptype-on-functions.exp: New file.
1177 * gdb.fortran/ptype-on-functions.f90: New file.
1178
1179 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1180
1181 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1182 case void string.
1183
1184 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1185
1186 * gdb.fortran/complex.exp: Expand.
1187 * gdb.fortran/complex.f: Renamed to...
1188 * gdb.fortran/complex.f90: ...this, and extended to add more
1189 complex values.
1190
1191 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1192
1193 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1194 MODULO, CMPLX.
1195
1196 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1197 Richard Bunt <richard.bunt@arm.com>
1198
1199 * gdb.base/max-depth.c: New file.
1200 * gdb.base/max-depth.exp: New file.
1201 * gdb.python/py-nested-maps.c: New file.
1202 * gdb.python/py-nested-maps.exp: New file.
1203 * gdb.python/py-nested-maps.py: New file.
1204 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1205 (test_all_common): Call test_max_depth.
1206 * gdb.fortran/max-depth.exp: New file.
1207 * gdb.fortran/max-depth.f90: New file.
1208 * gdb.go/max-depth.exp: New file.
1209 * gdb.go/max-depth.go: New file.
1210 * gdb.modula2/max-depth.exp: New file.
1211 * gdb.modula2/max-depth.c: New file.
1212 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1213
1214 2019-04-29 Tom de Vries <tdevries@suse.de>
1215
1216 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1217
1218 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1219
1220 * gdb.base/callexit.exp: Test may-call-functions off.
1221
1222 2019-04-25 Keith Seitz <keiths@redhat.com>
1223
1224 PR c++/24367
1225 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1226 (another_incomplete_struct, test_incomplete): New definitions.
1227 (main): Use new definitions.
1228 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1229 functions.
1230
1231 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1232
1233 PR corefiles/11608
1234 PR corefiles/18187
1235 * gdb.base/coredump-filter-build-id.exp: New file.
1236
1237 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1238
1239 * Makefile.in: Pass through GDBSERVER_DEBUG.
1240 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1241 (gdbserver,debug): Add board setting.
1242 * gdb.trace/tspeed.exp: Skip when debugging.
1243 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1244 * lib/gdbserver-support.exp: Likewise
1245
1246 2019-04-24 Tom Tromey <tromey@adacore.com>
1247
1248 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1249 Rust.
1250
1251 2019-04-24 Tom Tromey <tromey@adacore.com>
1252
1253 * gdb.arch/amd64-eval.exp: Test bitfield return.
1254 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1255 (class Foo) <return_bitfields>: New method.
1256 (main): Call it.
1257
1258 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1259
1260 * gdb.cp/many-args.cc: New file.
1261 * gdb.cp/many-args.exp: New file.
1262
1263 2019-04-23 Tom de Vries <tdevries@suse.de>
1264
1265 PR gdb/24433
1266 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1267
1268 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1269
1270 * gdb.trace/backtrace.exp: Use nopie flag.
1271 * gdb.trace/circ.exp: Likewise.
1272 * gdb.trace/collection.exp: Likewise.
1273 * gdb.trace/ftrace.exp: Likewise.
1274 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1275 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1276 * gdb.trace/qtro.exp: Likewise.
1277 * gdb.trace/read-memory.exp: Likewise.
1278 * gdb.trace/report.exp: Likewise.
1279 * gdb.trace/tfile.exp: Likewise.
1280 * gdb.trace/tfind.exp: Likewise.
1281 * gdb.trace/unavailable.exp: Likewise.
1282
1283 2019-04-22 Pedro Alves <palves@redhat.com>
1284
1285 * gdb.base/solib-probes-nosharedlibrary.c,
1286 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1287
1288 2019-04-19 Tom Tromey <tromey@adacore.com>
1289
1290 * gdb.ada/ptype_union.c: New file.
1291 * gdb.ada/ptype_union.exp: New file.
1292
1293 2019-04-19 Tom Tromey <tromey@adacore.com>
1294
1295 PR symtab/24423:
1296 * gdb.base/list0.h (foo): Add a control-l character.
1297
1298 2019-04-18 Tom de Vries <tdevries@suse.de>
1299
1300 PR gdb/24433
1301 * boards/local-board.exp: Set sysroot to "".
1302
1303 2019-04-18 Tom de Vries <tdevries@suse.de>
1304 Pedro Alves <palves@redhat.com>
1305
1306 PR gdb/24454
1307 * gdb.threads/vfork-follow-child-exec.c: New file.
1308 * gdb.threads/vfork-follow-child-exec.exp: New file.
1309 * gdb.threads/vfork-follow-child-exit.c: New file.
1310 * gdb.threads/vfork-follow-child-exit.exp: New file.
1311
1312 2019-04-15 Leszek Swirski <leszeks@google.com>
1313
1314 * gdb.arch/amd64-eval.cc: New file.
1315 * gdb.arch/amd64-eval.exp: New file.
1316
1317 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1318
1319 * gdb.server/sysroot.c: New test.
1320 * gdb.server/sysroot.exp: New file.
1321 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1322 matching param.
1323
1324 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1325
1326 * gdb.base/align.exp: Extend test to cover structures containing
1327 only static fields.
1328
1329 2019-04-11 Tom de Vries <tdevries@suse.de>
1330
1331 * boards/cc-with-dwz-m.exp: New file.
1332 * boards/cc-with-dwz.exp: New file.
1333 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1334
1335 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1336
1337 * gdb.base/start-cpp.exp: New file.
1338 * gdb.base/start-cpp.cc: New file.
1339
1340 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1341
1342 * gdb.python/py-thrhandle.exp: Adjust tests to call
1343 thread_from_handle instead of thread_from_thread_handle.
1344
1345 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1346
1347 * gdb.python/py-thrhandle.exp: Add tests for
1348 gdb.InferiorThread.handle.
1349
1350 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1351
1352 * gdb.python/py-function.exp: Check calling helper function from
1353 all languages.
1354 * lib/gdb.exp (gdb_supported_languages): New proc.
1355
1356 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1357
1358 * gdb.base/complex-parts.c: New file.
1359 * gdb.base/complex-parts.exp: New file.
1360
1361 2019-04-01 Tom Tromey <tromey@adacore.com>
1362
1363 PR symtab/23331:
1364 * gdb.dwarf2/dw2-ranges-main.c: New file.
1365 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1366 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1367
1368 2019-03-30 Simon Marchi <simark@simark.ca>
1369
1370 * gdb.base/default.exp: Add values for $_gdb_major and
1371 $_gdb_minor.
1372
1373 2019-03-29 Tom Tromey <tromey@adacore.com>
1374
1375 * gdb.base/help.exp: Tighten apropos regexp.
1376
1377 2019-03-29 Keith Seitz <keiths@redhat.com>
1378
1379 * gdb.fortran/array-bounds.exp: New file.
1380 * gdb.fortran/array-bounds.f90: New file.
1381
1382 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1383
1384 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1385
1386 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1387
1388 * gdb.multi/hello.c (main): Increase alarm timer.
1389
1390 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1391
1392 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1393 factor when no hardware watchpoint support.
1394
1395 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1396 Pedro Alves <palves@redhat.com>
1397
1398 * boards/local-board.exp: set sysroot to /.
1399
1400 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1401
1402 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1403 in child.
1404
1405 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1406
1407 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1408 field.
1409 (make_container): Initialise new field.
1410 * gdb.python/py-prettyprint.exp: Add new tests.
1411 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1412 <display_hint>: New method.
1413
1414 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1415
1416 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1417 gdb_continue_to_breakpoint more throughout this test.
1418 (run_lang_tests) Supply unique test names, and use
1419 gdb_test_no_output.
1420
1421 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1422
1423 * gdb.base/finish-pretty.exp: Update expected results.
1424 * gdb.base/pretty-print.c: New file.
1425 * gdb.base/pretty-print.exp: New file.
1426
1427 2019-03-25 Pedro Alves <palves@redhat.com>
1428
1429 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1430 move comments outside list. Append '-i "" eof' section.
1431
1432 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1433
1434 * README: Add pie options.
1435 * gdb.base/break-interp.exp: Ensure pie is disabled.
1436 * gdb.base/dump.exp: Likewise.
1437 * lib/gdb.exp (gdb_compile): Add pie option.
1438
1439 2019-03-19 Tom Tromey <tromey@adacore.com>
1440
1441 * gdb.mi/mi2-cli-display.c: New file.
1442 * gdb.mi/mi2-cli-display.exp: New file.
1443
1444 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1445 Tom Tromey <tromey@adacore.com>
1446
1447 * gdb.ada/ptype_array/pck.adb: New file.
1448 * gdb.ada/ptype_array/pck.ads: New file.
1449 * gdb.ada/ptype_array/foo.adb: New file.
1450 * gdb.ada/ptype_array.exp: New file.
1451
1452 2019-03-14 Tom Tromey <tromey@adacore.com>
1453
1454 * gdb.base/style.exp: Add "set style sources" test.
1455
1456 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1457
1458 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1459 * mi-breakpoint-multiple-locations.exp: ... this.
1460 (make_breakpoints_pattern): New proc.
1461 (do_test): Add mi_version parameter, test -break-insert,
1462 -break-info and =breakpoint-created.
1463
1464 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1465
1466 * config/default.exp: Remove 'load_lib gdb.exp'.
1467 * config/monitor.exp: Likewise.
1468 * config/sid.exp: Likewise.
1469 * config/sim.exp: Likewise.
1470 * config/slite.exp: Likewise.
1471 * config/unix.exp: Likewise.
1472 * gdb.base/default.exp: Remove unhelpful comment.
1473
1474 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1475
1476 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1477
1478 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1479
1480 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1481
1482 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1483
1484 * gdb.fortran/type-kinds.exp: Update expected results.
1485
1486 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1487
1488 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1489
1490 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1491
1492 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1493 function.
1494 (test_basic_parsing_of_type_kinds): Expand types tested.
1495 (test_parsing_invalid_type_kinds): New function.
1496
1497 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1498
1499 * gdb.fortran/intrinsics.exp: New file.
1500 * gdb.fortran/intrinsics.f90: New file.
1501 * gdb.fortran/type-kinds.exp: New file.
1502
1503 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1504
1505 * gdb.fortran/dot-ops.exp: New file.
1506
1507 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1508
1509 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1510 Check upper and lower case logical literals.
1511
1512 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1513
1514 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1515 Remove duplicate tests.
1516
1517 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1518
1519 * lib/gdb.exp (builtin_cd): rename of cd.
1520 (cd): Override builtin.
1521
1522 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1523
1524 * gdb.fortran/function-calls.exp: New file.
1525 * gdb.fortran/function-calls.f90: New test.
1526
1527 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1528
1529 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1530 on user program standard output.
1531 * gdb.fortran/short-circuit-argument-list.f90: Record function
1532 calls.
1533
1534 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1535
1536 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1537 failure.
1538
1539 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1540
1541 PR gdb/8527
1542 * gdb.base/interrupt-daemon-attach.c,
1543 gdb.base/interrupt-daemon-attach.exp: New test.
1544
1545 2019-02-27 Pedro Alves <palves@redhat.com>
1546
1547 * gdb.base/page.exp: Add tests for "set width/height -1".
1548
1549 2019-02-27 Pedro Alves <palves@redhat.com>
1550
1551 * gdb.base/page.exp: Add tests for "set/show width/height" with
1552 "infinite" values.
1553
1554 2019-02-27 Tom Tromey <tromey@adacore.com>
1555
1556 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1557 2.4.
1558 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1559 workaround.
1560
1561 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1562
1563 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1564 tests for structs with static members.
1565
1566 2019-02-26 Tom Tromey <tromey@adacore.com>
1567
1568 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1569 ValueError, not TypeError.
1570
1571 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1572
1573 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1574 call from main program.
1575
1576 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1577
1578 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1579 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1580 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1581 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1582 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1583
1584 2019-02-22 Keith Seitz <keiths@redhat.com>
1585
1586 PR symtab/23853
1587 * gdb.base/symlink-sourcefile.c: New file.
1588 * gdb.base/symlink-sourcefile.exp: New file.
1589
1590 2019-02-20 Tom Tromey <tom@tromey.com>
1591
1592 * gdb.base/info_qt.exp: Update.
1593
1594 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1595
1596 * gdb.base/source.exp: Move "error in sourced script" code to
1597 the end.
1598 * gdb.base/source-error.gdb: Move contents to
1599 source-error-1.gdb. Add new code to source source-error-1.gdb.
1600 * gdb.base/source-error-1.gdb: New file, from previous
1601 source-error.gdb.
1602
1603 2019-02-17 Tom Tromey <tom@tromey.com>
1604
1605 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1606 for macro styling.
1607 * gdb.base/style.c (SOME_MACRO): New macro.
1608
1609 2019-02-17 Tom Tromey <tom@tromey.com>
1610
1611 * gdb.base/style.exp: Add line-wrapping tests.
1612 * gdb.base/page.exp: Add test for quitting during pagination.
1613
1614 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1615
1616 * gdb.ada/big_packed_array: New testcase.
1617 * gdb.ada/homonym.exp: Fix incorrect expected output for
1618 "break <homonym__get_value>" test.
1619
1620 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1621
1622 PR breakpoints/21870
1623 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1624 and prepare_for_testing. Add comment.
1625 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1626 redundant cleanup call. Clean up comment.
1627
1628 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1629
1630 PR breakpoints/21870
1631 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1632 * gdb.arch/aarch64-dbreg-contents.c: New file.
1633
1634 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1635
1636 * gdb.ada/mi_ref_changeable: New testcase.
1637
1638 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1639
1640 * gdb.base/attach.exp: Add double attach test.
1641
1642 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1643
1644 * lib/gdb.exp (default_gdb_start): Don't match pagination
1645 prompt.
1646 (gdb_init): Set stty_init.
1647
1648 2019-01-27 Tom Tromey <tom@tromey.com>
1649
1650 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1651 skip_python_tests.
1652
1653 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1654
1655 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1656 New structure.
1657 (struct struct_static_02_02): Likewise.
1658 (struct struct_static_02_03): Likewise.
1659 (struct struct_static_02_04): Likewise.
1660 (struct struct_static_04_01): Likewise.
1661 (struct struct_static_04_02): Likewise.
1662 (struct struct_static_04_03): Likewise.
1663 (struct struct_static_04_04): Likewise.
1664 (struct struct_static_06_01): Likewise.
1665 (struct struct_static_06_02): Likewise.
1666 (struct struct_static_06_03): Likewise.
1667 (struct struct_static_06_04): Likewise.
1668 (cmp_struct_static_02_01): Likewise.
1669 (cmp_struct_static_02_02): Likewise.
1670 (cmp_struct_static_02_03): Likewise.
1671 (cmp_struct_static_02_04): Likewise.
1672 (cmp_struct_static_04_01): Likewise.
1673 (cmp_struct_static_04_02): Likewise.
1674 (cmp_struct_static_04_03): Likewise.
1675 (cmp_struct_static_04_04): Likewise.
1676 (cmp_struct_static_06_01): Likewise.
1677 (cmp_struct_static_06_02): Likewise.
1678 (cmp_struct_static_06_03): Likewise.
1679 (cmp_struct_static_06_04): Likewise.
1680 (call_all): Test new structs.
1681 * gdb.base/infcall-nested-structs.exp: Likewise.
1682
1683 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1684 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1685
1686 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1687 * gdb.base/stack-protector.c: New test.
1688 * gdb.base/stack-protector.exp: New file.
1689 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1690 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1691 option.
1692 (gdb_compile): Remove stack protector for GCC and prevent
1693 recursion.
1694
1695 2019-01-16 Keith Seitz <keiths@redhat.com>
1696
1697 PR gdb/23773
1698 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1699
1700 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1701
1702 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1703 aliases.
1704 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1705 tests.
1706 * gdb.arch/powerpc-vector-regs.c: New file.
1707 * gdb.arch/powerpc-vector-regs.exp: New file.
1708
1709 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1710
1711 * gdb.arch/altivec-regs.exp: Fix the list passed to
1712 gdb_expect_list when testing "info vector".
1713
1714 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1715
1716 * gdb.base/style.exp: Don't include path in testname.
1717
1718 2019-01-10 Keith Seitz <keiths@redhat.com>
1719
1720 PR gdb/23712
1721 PR symtab/23010
1722 * gdb.dwarf2/multidictionary.exp: New file.
1723
1724 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1725
1726 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1727 (test_gnuv3_style_demangling): ... this.
1728 (test_lucid_style_demangling): Remove.
1729 (test_arm_style_demangling): Remove.
1730 (test_hp_style_demangling): Remove.
1731 (do_tests): Remove calls to the above.
1732
1733 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1734
1735 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1736 case.
1737
1738 2019-01-06 Tom Tromey <tom@tromey.com>
1739
1740 PR gdb/28155:
1741 * gdb.dwarf2/typedef-void-finish.exp: New file.
1742
1743 2018-12-28 Tom Tromey <tom@tromey.com>
1744 Simon Marchi <simark@simark.ca>
1745
1746 * gdb.base/jit-exec.exp: New file.
1747 * gdb.base/jit-exec.c: New file.
1748 * gdb.base/jit-execd.c: New file.
1749
1750 2018-12-28 Tom Tromey <tom@tromey.com>
1751
1752 * gdb.base/style.exp: Update test to check for address styling.
1753
1754 2018-12-28 Tom Tromey <tom@tromey.com>
1755
1756 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1757 message.
1758
1759 2018-12-28 Tom Tromey <tom@tromey.com>
1760
1761 * gdb.base/style.exp: Add test for version number styling.
1762
1763 2018-12-28 Tom Tromey <tom@tromey.com>
1764
1765 * gdb.base/style.exp: Add test for print_address_symbolic.
1766
1767 2018-12-28 Tom Tromey <tom@tromey.com>
1768
1769 * gdb.base/style.exp: Add test for breakpoint setting.
1770
1771 2018-12-28 Tom Tromey <tom@tromey.com>
1772
1773 * gdb.base/style.exp: Add test for variable names.
1774
1775 2018-12-28 Tom Tromey <tom@tromey.com>
1776
1777 * gdb.base/style.exp: New file.
1778 * gdb.base/style.c: New file.
1779
1780 2018-12-28 Tom Tromey <tom@tromey.com>
1781
1782 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1783 "dumb".
1784 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1785 the TERM environment variable.
1786
1787 2018-12-27 Tom Tromey <tom@tromey.com>
1788
1789 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1790 pagination test.
1791
1792 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1793
1794 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1795 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1796
1797 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1798
1799 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1800 Filename a.adb changed to bp_fun_addr.adb.
1801 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1802
1803 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1804
1805 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1806 non-PIE executables.
1807 * README: Mention the gdb,nopie_flag board setting.
1808 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1809 non-PIE executable.
1810 * gdb.arch/amd64-entry-value.exp: Likewise.
1811 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1812 * gdb.arch/i386-float.exp: Likewise.
1813 * gdb.arch/i386-signal.exp: Likewise.
1814 * gdb.mi/mi-reg-undefined.exp: Likewise.
1815
1816 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1817
1818 PR gdb/23974
1819 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1820
1821 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1822
1823 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1824 Update order of results accordingly.
1825
1826 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1827
1828 * gdb.base/annota1.exp: Update a test regexp.
1829
1830 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1831
1832 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1833
1834 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1835
1836 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1837 (reuse_time): Initialize to REUSE_TIME_CAP.
1838 (check_rc): New function.
1839 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1840 Check pthread_create rc.
1841 (spawner_thread_func): Check pthread_create and pthread_join rc.
1842
1843 2018-12-08 Pedro Alves <palves@redhat.com>
1844
1845 * gdb.base/list.exp (test_forward_search): Rename to ...
1846 (test_forward_reverse_search): ... this. Also test reverse-search
1847 and the forward-search alias.
1848
1849 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1850
1851 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1852 local timeout variable before return, and remove all local timeout
1853 variable entirely.
1854 (gdb_load): Likewise.
1855
1856 2018-12-01 Tom de Vries <tdevries@suse.de>
1857
1858 * gdb.base/gdb-caching-proc.exp: New file.
1859
1860 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1861
1862 * Makefile.in (TIMESTAMP): New variable.
1863 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1864 command.
1865 (check-single-racy): Likewise.
1866 (check/%.exp): Likewise.
1867 (check-racy/%.exp): Likewise.
1868 (workers/%.worker): Likewise.
1869 (build-perf): Likewise.
1870 (check-perf): Likewise.
1871 * README: Describe new "TS" and "TS_FORMAT" variables.
1872 * print-ts.py: New file.
1873
1874 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1875
1876 PR python/23714
1877 * gdb.python/python.exp: Test command repetition after
1878 gdb.execute.
1879
1880 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1881
1882 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1883 is correctly aligned.
1884
1885 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1886
1887 * gdb.ada/info_auto_lang.exp: New testcase.
1888 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1889 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1890 * gdb.ada/info_auto_lang/some_c.c: New file.
1891
1892 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1893
1894 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1895 FUNC_lang language syntax.
1896
1897 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1898
1899 * gdb.base/info_minsym.c: New file.
1900 * gdb.base/info_minsym.exp: New file.
1901
1902 2018-11-19 Tom Tromey <tom@tromey.com>
1903
1904 PR rust/23625:
1905 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1906 * gdb.rust/expr.exp: Update expected output. Change one test.
1907
1908 2018-11-19 Tom Tromey <tom@tromey.com>
1909
1910 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1911
1912 2018-11-19 Pedro Alves <palves@redhat.com>
1913
1914 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1915 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1916 see the expected warning.
1917
1918 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1919
1920 PR gdb/22736:
1921 * gdb.cp/infcall-nodebug-lib.c: New test.
1922 * gdb.cp/infcall-nodebug-main.c: New test.
1923 * gdb.cp/infcall-nodebug.exp: New file.
1924
1925 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1926
1927 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1928 completer tests.
1929
1930 2018-11-09 Tom de Vries <tdevries@suse.de>
1931
1932 * gdb.base/msym-lang.c: New test.
1933 * gdb.base/msym-lang.exp: New file.
1934 * gdb.base/msym-lang-main.c: New test.
1935
1936 2018-11-08 Tom Tromey <tom@tromey.com>
1937
1938 PR gdb/23555:
1939 PR gdb/23838:
1940 * gdb.base/warning.exp: New file.
1941
1942 2018-11-08 Jan Beulich <jbeulich@suse.com>
1943
1944 * testsuite/gdb.arch/i386-avx512.c,
1945 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1946
1947 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1948
1949 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1950 point hardware.
1951
1952 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1953
1954 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1955 * gdb.dwarf2/missing-type-name.exp: New file.
1956
1957 2018-11-06 Tom de Vries <tdevries@suse.de>
1958
1959 * gdb.base/many-headers.c: New test.
1960 * gdb.base/many-headers.exp: New file.
1961
1962 2018-11-06 Jim Wilson <jimw@sifive.com>
1963
1964 * gdb.base/code_elim.exp: For riscv, set additional_flags
1965 to include -msmall-data-limit=0.
1966
1967 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1968
1969 * gdb.ada/watch_minus_l: New testcase.
1970
1971 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1972
1973 * gdb.arch/aix-sighandle.c: New file.
1974 * gdb.arch/aix-sighandle.exp: New file.
1975
1976 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1977
1978 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1979 registers being unions.
1980
1981 2018-10-31 Tom de Vries <tdevries@suse.de>
1982
1983 * lib/valgrind.exp: New file.
1984 (vgdb_start, vgdb_stop): New procs, factored out of ...
1985 * gdb.base/valgrind-bt.exp: ... here, ...
1986 * gdb.base/valgrind-disp-step.exp: ... here and ...
1987 * gdb.base/valgrind-infcall.exp: ... here.
1988
1989 2018-10-31 Tom de Vries <tdevries@suse.de>
1990
1991 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1992
1993 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1994
1995 * gdb.dwarf2/void-type.c: New file.
1996 * gdb.dwarf2/void-type.exp: New file.
1997
1998 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1999
2000 * gdb.base/info_qt.c: New file.
2001 * gdb.base/info_qt.exp: New file.
2002
2003 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2004
2005 * gdb.arch/powerpc-htm-regs.c: New file.
2006 * gdb.arch/powerpc-htm-regs.exp: New file.
2007
2008 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2009
2010 * gdb.arch/powerpc-tar.c: New file.
2011 * gdb.arch/powerpc-tar.exp: New file.
2012
2013 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2014
2015 * gdb.arch/powerpc-ppr-dscr.c: New file.
2016 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2017
2018 2018-10-25 Tom de Vries <tdevries@suse.de>
2019
2020 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2021
2022 2018-10-24 Tom de Vries <tdevries@suse.de>
2023
2024 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2025 longer exists error.
2026
2027 2018-10-24 Tom de Vries <tdevries@suse.de>
2028
2029 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2030
2031 2018-10-24 Tom de Vries <tdevries@suse.de>
2032
2033 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2034 --db-attach in valgrind.
2035
2036 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2037
2038 * gdb.arch/riscv-reg-aliases.c: New file.
2039 * gdb.arch/riscv-reg-aliases.exp: New file.
2040
2041 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2042
2043 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2044
2045 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2046
2047 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2048
2049 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2050
2051 * gdb.cp/ovldbreak.exp: Fix regexps.
2052
2053 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2054
2055 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2056
2057 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2058
2059 PR cli/23785
2060 * gdb.base/restore.exp: New test to check if "restore" with an
2061 invalid file doesn't segfault.
2062
2063 2018-10-18 Tom de Vries <tdevries@suse.de>
2064
2065 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2066 * gdb.ada/excep_handle.exp: Same.
2067 * gdb.ada/mi_string_access.exp: Same.
2068 * gdb.ada/mi_var_union.exp: Same.
2069 * gdb.arch/arc-analyze-prologue.exp: Same.
2070 * gdb.arch/arc-decode-insn.exp: Same.
2071 * gdb.base/readnever.exp: Same.
2072 * gdb.fortran/printing-types.exp: Same.
2073 * gdb.guile/scm-lazy-string.exp: Same.
2074
2075 2018-10-16 Tom de Vries <tdevries@suse.de>
2076
2077 PR gdb/23730
2078 * gdb.base/catch-follow-exec.c: Add copyright notice.
2079 * gdb.base/catch-follow-exec.exp: Rewrite to use
2080 gdb_spawn_with_cmdline_opts. Require gdb-native.
2081
2082 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2083
2084 * gdb.trace/actions-changed.exp: Check for arch support.
2085 * gdb.trace/actions.exp: Likewise.
2086 * gdb.trace/ax.exp: Likewise.
2087 * gdb.trace/backtrace.exp: Likewise.
2088 * gdb.trace/change-loc.exp: Likewise.
2089 * gdb.trace/deltrace.exp: Likewise.
2090 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2091 * gdb.trace/ftrace.exp: Likewise.
2092 * gdb.trace/infotrace.exp: Check for arch support.
2093 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2094 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2095 * gdb.trace/mi-tsv-changed.exp: Likewise.
2096 * gdb.trace/packetlen.exp: Likewise.
2097 * gdb.trace/passc-dyn.exp: Likewise.
2098 * gdb.trace/passcount.exp: Likewise.
2099 * gdb.trace/pending.exp: Likewise.
2100 * gdb.trace/range-stepping.exp: Check for shlib support.
2101 * gdb.trace/report.exp: Check for arch support.
2102 * gdb.trace/save-trace.exp: Likewise.
2103 * gdb.trace/signal.exp: Check for signal support.
2104 * gdb.trace/tfind.exp: Check for arch support.
2105 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2106 * gdb.trace/trace-common.h: Add comment.
2107 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2108 * gdb.trace/trace-enable-disable.exp: Likewise.
2109 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2110 * gdb.trace/tracecmd.exp: Check for arch support.
2111 * gdb.trace/tspeed.exp: Check for shlib and target support.
2112 * gdb.trace/tstatus.exp: Check for arch support.
2113 * gdb.trace/tsv.exp: Likewise.
2114 * gdb.trace/while-dyn.exp: Likewise.
2115 * gdb.trace/while-stepping.exp: Likewise.
2116 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2117
2118 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2119
2120 * gdb.trace/tspeed.exp: Remove nowarnings.
2121 (prepare_for_trace_test): Declare "global ipalib".
2122 * gdb.trace/tspeed.c: Include unistd.h.
2123 (main): Remove superfluous printf argument.
2124
2125 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2126
2127 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2128 directory prefix on the filename.
2129
2130 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2131
2132 * gdb.gdb/unittest.exp: Update expected message informing that
2133 selftests have been disabled.
2134 * gdb.server/unittest.exp: Likewise.
2135
2136 2018-10-09 Tom de Vries <tdevries@suse.de>
2137
2138 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2139 with runto_main.
2140
2141 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2142
2143 PR c++/16841
2144 * gdb.cp/virtbase2.cc: New file.
2145 * gdb.cp/virtbase2.exp: New file.
2146
2147 2018-10-06 Tom Tromey <tom@tromey.com>
2148
2149 PR python/19399:
2150 * gdb.python/py-inferior.exp: Add architecture test.
2151
2152 2018-10-06 Tom Tromey <tom@tromey.com>
2153
2154 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2155 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2156
2157 2018-10-06 Tom Tromey <tom@tromey.com>
2158
2159 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2160 of a "throw" catchpoint.
2161
2162 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2163
2164 * gdb.base/info-proc.exp: Update string expected from "help info
2165 proc".
2166
2167 2018-10-04 Tom Tromey <tom@tromey.com>
2168
2169 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2170 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2171 (test_initial_complaints, test_empty_complaints): Update.
2172 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2173
2174 2018-10-04 Tom Tromey <tom@tromey.com>
2175
2176 PR cli/19551:
2177 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2178 * lib/gdb.exp (gdb_file_cmd): Update.
2179 * gdb.stabs/weird.exp (print_weird_var): Update.
2180 * gdb.server/solib-list.exp: Update.
2181 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2182 * gdb.mi/mi-cli.exp: Update.
2183 * gdb.linespec/linespec.exp: Update.
2184 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2185 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2186 * gdb.cp/cp-relocate.exp: Update.
2187 * gdb.base/sym-file.exp: Update.
2188 * gdb.base/relocate.exp: Update.
2189 * gdb.base/readnever.exp: Update.
2190 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2191 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2192 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2193 * gdb.base/code_elim.exp: Update.
2194 * gdb.base/break-unload-file.exp (test_break): Update.
2195 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2196 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2197 Update.
2198 * gdb.base/attach.exp (do_attach_tests): Update.
2199 * gdb.base/sepdebug.exp: Update.
2200 * gdb.python/py-section-script.exp: Update.
2201
2202 2018-10-04 Tom Tromey <tom@tromey.com>
2203
2204 PR cli/22234:
2205 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2206 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2207 output.
2208
2209 2018-10-04 Tom Tromey <tom@tromey.com>
2210
2211 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2212 set width and height to 0.
2213 (test_command_line_attach_run): Use -quiet.
2214
2215 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2216
2217 * lib/gdb.exp (skip_ifunc_tests): New.
2218 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2219 other compile failures.
2220 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2221
2222 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2223
2224 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2225 is_amd64_regs_target.
2226
2227 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2228
2229 * gdb.arch/aarch64-sighandler-regs.c: New test.
2230 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2231 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2232
2233 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2234
2235 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2236 assembly.
2237
2238 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2239
2240 * gdb.base/frame-selection.exp: New file.
2241 * gdb.base/frame-selection.c: New file.
2242
2243 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2244
2245 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2246 pthread barrier.
2247 (main): Likewise.
2248
2249 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2250
2251 * gdb.base/large-frame-1.c: New file.
2252 * gdb.base/large-frame-2.c: New file.
2253 * gdb.base/large-frame.exp: New file.
2254 * gdb.base/large-frame.h: New file.
2255
2256 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2257
2258 PR gdb/20948
2259 * gdb.base/write_mem.exp: New test.
2260 * gdb.base/write_mem.c: Likewise.
2261
2262 2018-09-23 Tom Tromey <tom@tromey.com>
2263
2264 PR python/18852:
2265 * gdb.python/py-parameter.exp: Add test for parameter that throws
2266 on "set".
2267
2268 2018-09-23 Tom Tromey <tom@tromey.com>
2269
2270 PR python/17284:
2271 * gdb.python/py-template.exp (test_template_arg): Add test for
2272 negative template argument number.
2273
2274 2018-09-23 Tom Tromey <tom@tromey.com>
2275
2276 PR python/14062:
2277 * gdb.python/python.exp: Add test for post_event error.
2278
2279 2018-09-23 Tom Tromey <tom@tromey.com>
2280
2281 PR python/18170:
2282 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2283 convert pointers to int and long.
2284
2285 2018-09-23 Tom Tromey <tom@tromey.com>
2286
2287 PR python/20126:
2288 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2289 signed-ness conversion tests.
2290
2291 2018-09-23 Tom Tromey <tom@tromey.com>
2292
2293 PR python/18352;
2294 * gdb.python/py-value.exp (test_float_conversion): New proc.
2295 Use it.
2296
2297 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2298
2299 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2300
2301 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2302
2303 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2304 no readline.
2305 * gdb.base/utf8-identifiers.exp: Likewise.
2306 * gdb.cp/cpcompletion.exp: Likewise.
2307 * gdb.linespec/cpcompletion.exp: Likewise.
2308 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2309 * gdb.linespec/cpls-ops.exp: Likewise.
2310
2311 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2312 Chris January <chris.january@arm.com>
2313
2314 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2315 * gdb.fortran/short-circuit-argument-list.exp: New file.
2316 * gdb.fortran/short-circuit-argument-list.f90: New test.
2317
2318 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2319
2320 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2321 "arch=" keyword when executing "-stack-list-frames".
2322
2323 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2324
2325 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2326 "arch=" keyword when executing "-stack-list-frames".
2327
2328 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2329
2330 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2331 break ada".
2332
2333 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2334
2335 PR python/23669
2336 * gdb.python/python.exp: Test gdb.execute("show commands").
2337
2338 2018-09-16 Tom Tromey <tom@tromey.com>
2339
2340 * gdb.base/new-ui.exp (do_execution_tests): Update.
2341 * gdb.base/dbx.exp (test_breakpoints): Update.
2342
2343 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2344
2345 * lib/gdb.exp (gdb_simple_compile): Add proc.
2346 (is_elf_target): Use gdb_simple_compile.
2347 (skip_altivec_tests): Likewise.
2348 (skip_vsx_tests): Likewise.
2349 (skip_tsx_tests): Likewise.
2350 (skip_btrace_tests): Likewise.
2351 (skip_btrace_pt_tests): Likewise.
2352 (gdb_can_simple_compile): Likewise.
2353 (gdb_has_argv0): Likewise.
2354 (gdb_target_symbol_prefix): Likewise.
2355 (target_supports_scheduler_locking): Likewise.
2356
2357 2018-09-13 Tom Tromey <tom@tromey.com>
2358
2359 * Makefile.in (TAGS): Recognize proc_with_prefix and
2360 gdb_caching_proc.
2361
2362 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2363
2364 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2365 method.
2366
2367 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2368
2369 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2370 and a few other Inferior properties when the Inferior is no
2371 longer valid.
2372
2373 2018-09-13 Tom Tromey <tom@tromey.com>
2374
2375 PR rust/23650:
2376 * gdb.rust/simple.exp: Add test for enum field access error.
2377
2378 2018-09-13 Tom Tromey <tom@tromey.com>
2379
2380 PR rust/23626:
2381 * gdb.rust/simple.rs (EmptyEnum): New type.
2382 (main): Use it.
2383 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2384
2385 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2386
2387 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2388 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2389 * gdb.python/py-symtab.exp: Update test printing an objfile.
2390
2391 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2392
2393 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2394 object.
2395
2396 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2397
2398 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2399 (support_complex_tests): Use gdb_can_simple_compile.
2400 (is_ilp32_target): Likewise.
2401 (is_lp64_target): Likewise.
2402 (is_64_target): Likewise.
2403 (is_amd64_regs_target): Likewise.
2404 (is_aarch32_target): Likewise.
2405 (gdb_int128_helper): Likewise.
2406
2407 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2408
2409 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2410
2411 2018-09-10 Jerome Guitton <guitton@adacore.com>
2412
2413 * gdb.ada/same_component_name: Add test for case of tagged record
2414 with variable-length fields.
2415
2416 2018-09-10 Xavier Roirand <roirand@adacore.com>
2417
2418 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2419 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2420 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2421 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2422
2423 2018-09-10 Xavier Roirand <roirand@adacore.com>
2424
2425 * gdb.ada/mi_string_access.exp: New testcase.
2426 * gdb.ada/mi_string_access/bar.adb: New file.
2427 * gdb.ada/mi_string_access/pck.adb: New file.
2428 * gdb.ada/mi_string_access/pck.asd: New file.
2429
2430 2018-09-10 Xavier Roirand <roirand@adacore.com>
2431
2432 * gdb.ada/mi_var_union.exp: New testcase.
2433 * gdb.ada/mi_var_union/bar.adb: New file.
2434 * gdb.ada/mi_var_union/pck.adb: New file.
2435 * gdb.ada/mi_var_union/pck.asd: New file.
2436
2437 2018-09-08 Tom Tromey <tom@tromey.com>
2438
2439 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2440
2441 2018-09-08 Tom Tromey <tom@tromey.com>
2442
2443 PR python/16047:
2444 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2445 (register_pretty_printers): Register new printer.
2446 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2447 test.
2448 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2449 (an_int_type3): New global.
2450
2451 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2452
2453 * gdb.ada/expr_with_funcall: New testcase.
2454
2455 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2456
2457 * gdb.ada/packed_array_assign: New testcase.
2458
2459 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2460
2461 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2462 names, and add test prefixes to make test names unique.
2463
2464 2018-09-05 Tom de Vries <tdevries@suse.de>
2465
2466 * gdb.dwarf2/varval.exp: Add test.
2467
2468 2018-09-04 Gary Benson <gbenson@redhat.com>
2469
2470 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2471 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2472
2473 2018-08-31 Tom Tromey <tom@tromey.com>
2474
2475 * gdb.rust/simple.rs: Rename second variable "v".
2476
2477 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2478
2479 * gdb.base/funcargs.c (use_a): New function.
2480 (recurse): Call use_a.
2481
2482 2018-08-29 Keith Seitz <keiths@redhat.com>
2483
2484 * gdb.compile/compile-cplus-anonymous.cc: New file.
2485 * gdb.compile/compile-cplus-anonymous.exp: New file.
2486 * gdb.compile/compile-cplus-array-decay.cc: New file.
2487 * gdb.compile/compile-cplus-array-decay.exp: New file.
2488 * gdb.compile/compile-cplus-inherit.cc: New file.
2489 * gdb.compile/compile-cplus-inherit.exp: New file.
2490 * gdb.compile/compile-cplus-member.cc: New file.
2491 * gdb.compile/compile-cplus-member.exp: New file.
2492 * gdb.compile/compile-cplus-method.cc: New file.
2493 * gdb.compile/compile-cplus-method.exp: New file.
2494 * gdb.compile/compile-cplus-mod.c: "New" file.
2495 * gdb.compile/compile-cplus-namespace.cc: New file.
2496 * gdb.compile/compile-cplus-namespace.exp: New file.
2497 * gdb.compile/compile-cplus-nested.cc: New file.
2498 * gdb.compile/compile-cplus-nested.exp: New file.
2499 * gdb.compile/compile-cplus-print.c: "New" file.
2500 * gdb.compile/compile-cplus-print.exp: "New" file.
2501 * gdb.compile/compile-cplus-virtual.cc: New file.
2502 * gdb.compile/compile-cplus-virtual.exp: New file.
2503 * gdb.compile/compile-cplus.c: "New" file.
2504 * gdb.compile/compile-cplus.exp: "New" file.
2505 * lib/compile-support.exp: New file.
2506
2507 2018-08-16 Gary Benson <gbenson@redhat.com>
2508
2509 PR gdb/13000:
2510 * gdb.base/batch-exit-status.exp: New file.
2511 * gdb.base/batch-exit-status.good-commands: Likewise.
2512 * gdb.base/batch-exit-status.bad-commands: Likewise.
2513
2514 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2515
2516 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2517 (struct struct02): Likewise.
2518 (struct struct03): Likewise.
2519 (struct struct04): Likewise.
2520 (struct struct_01_01): New struct.
2521 (struct struct_01_02): Likewise.
2522 (struct struct_01_03): Likewise.
2523 (struct struct_01_04): Likewise.
2524 (struct struct_02_01): Likewise.
2525 (struct struct_02_02): Likewise.
2526 (struct struct_02_03): Likewise.
2527 (struct struct_02_04): Likewise.
2528 (struct struct_04_01): Likewise.
2529 (struct struct_04_02): Likewise.
2530 (struct struct_04_03): Likewise.
2531 (struct struct_04_04): Likewise.
2532 (struct struct_05_01): Likewise.
2533 (struct struct_05_02): Likewise.
2534 (struct struct_05_03): Likewise.
2535 (struct struct_05_04): Likewise.
2536 (cmp_struct01): Remove function.
2537 (cmp_struct02): Likewise.
2538 (cmp_struct03): Likewise.
2539 (cmp_struct04): Likewise.
2540 (cmp_struct_01_01): Add Function.
2541 (cmp_struct_01_02): Likewise.
2542 (cmp_struct_01_03): Likewise.
2543 (cmp_struct_01_04): Likewise.
2544 (cmp_struct_02_01): Likewise.
2545 (cmp_struct_02_02): Likewise.
2546 (cmp_struct_02_03): Likewise.
2547 (cmp_struct_02_04): Likewise.
2548 (cmp_struct_04_01): Likewise.
2549 (cmp_struct_04_02): Likewise.
2550 (cmp_struct_04_03): Likewise.
2551 (cmp_struct_04_04): Likewise.
2552 (cmp_struct_05_01): Likewise.
2553 (cmp_struct_05_02): Likewise.
2554 (cmp_struct_05_03): Likewise.
2555 (cmp_struct_05_04): Likewise.
2556 (call_all): Add new structs.
2557 * gdb.base/infcall-nested-structs.exp: Likewise.
2558
2559 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2560
2561 * gdb.python/py-framefilter-mi.exp: Update regexp to
2562 check for "arch" field in frame output.
2563
2564 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2565
2566 * gdb.dwarf2/dw2-ranges-func.c: New file.
2567 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2568
2569 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2570
2571 * gdb.base/term.exp: Compare terminal settings with values from
2572 the inferior.
2573 * gdb.base/term.c: Get and set terminal settings.
2574
2575 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2576
2577 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2578 accommodate new "arch" field in frame output.
2579 * gdb.mi/mi-return.exp: Likewise.
2580 * gdb.mi/mi-stack.exp: Likewise.
2581 * gdb.mi/mi-syn-frame.exp: Likewise.
2582 * gdb.mi/user-selected-context-sync.exp: Likewise.
2583
2584 2018-08-19 Michael Spang <spang@google.com>
2585
2586 PR gdb/11786
2587 * gdb.base/gcore-tls-pie.c: New file.
2588 * gdb.base/gcore-tls-pie.exp: New file.
2589
2590 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2591
2592 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2593 * gdb.dwarf2/varval.c: New file.
2594 * gdb.dwarf2/varval.exp: New file.
2595
2596 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2597
2598 PR gdb/18931
2599 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2600
2601 2018-08-16 Keith Seitz <keiths@redhat.com>
2602
2603 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2604 tests expected to pass.
2605
2606 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2607
2608 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2609 -data-disassemble -a.
2610 (test_disassembly_bogus_args): Likewise.
2611
2612 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2613
2614 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2615
2616 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2617
2618 * gdb.base/vla-optimized-out.exp: Add new test.
2619
2620 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * gdb.base/vla-optimized-out-o3.exp: Delete.
2623 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2624 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2625 deleted tests.
2626
2627 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2628
2629 PR gdb/18050:
2630 * gdb.server/extended-remote-restart.c: New file.
2631 * gdb.server/extended-remote-restart.exp: New file.
2632
2633 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2634
2635 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2636 "set variable index = 42".
2637
2638 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2639
2640 * boards/index-cache-gdb.exp: New file.
2641 * gdb.dwarf2/index-cache.exp: New file.
2642 * gdb.dwarf2/index-cache.c: New file.
2643 * gdb.base/maint.exp: Check if we are using the index cache.
2644
2645 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2646
2647 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2648 MAKEFLAGS.
2649
2650 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2651
2652 * dg-extract-results.sh: Move to toplevel contrib.
2653 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2654 * Makefile.in (check-parallel-racy): Likewise.
2655
2656 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2657
2658 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2659 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2660 tests if the target supports scheduler locking.
2661
2662 2018-08-04 Tom de Vries <tdevries@suse.de>
2663
2664 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2665
2666 2018-08-02 Tom Tromey <tom@tromey.com>
2667
2668 PR symtab/16842.
2669 * gdb.cp/temargs.exp: Test "info address" of a template
2670 parameter.
2671
2672 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2673
2674 * gdb.python/py-mi-var-info-path-expression.c: New file.
2675 * gdb.python/py-mi-var-info-path-expression.py: New file.
2676 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2677
2678 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2679
2680 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2681 error after "cannot resolve name" string.
2682
2683 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2684
2685 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2686 started.
2687 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2688
2689 2018-07-28 Tom de Vries <tdevries@suse.de>
2690
2691 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2692
2693 2018-07-26 Tom de Vries <tdevries@suse.de>
2694
2695 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2696
2697 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2698
2699 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2700 is visible.
2701
2702 2018-07-26 Tom de Vries <tdevries@suse.de>
2703
2704 PR breakpoints/23366
2705 * gdb.base/catch-follow-exec.c: New test.
2706 * gdb.base/catch-follow-exec.exp: New file.
2707
2708 2018-07-25 Tom de Vries <tdevries@suse.de>
2709
2710 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2711 vla-optimized-out.c.
2712
2713 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2714
2715 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2716 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2717
2718 2018-07-20 Tom de Vries <tdevries@suse.de>
2719
2720 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2721 NOCLONE macro.
2722 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2723
2724 2018-07-19 Tom de Vries <tdevries@suse.de>
2725
2726 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2727 regular expression.
2728
2729 2018-07-18 Tom de Vries <tdevries@suse.de>
2730
2731 * gdb.base/vla-optimized-out.c: New test.
2732 * gdb.base/vla-optimized-out.exp: New file.
2733
2734 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2735
2736 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2737 message "No address associated with hostname" when gdbserver
2738 cannot resolve the hostname.
2739
2740 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2741
2742 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2743 Add some test prefixes to make tests unique.
2744
2745 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2746
2747 * gdb.base/frameapply.c: New file.
2748 * gdb.base/frameapply.exp: New file.
2749
2750 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2751
2752 * gdb.base/skip.exp: Update expected error message.
2753
2754 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2755 Jan Kratochvil <jan.kratochvil@redhat.com>
2756 Paul Fertser <fercerpav@gmail.com>
2757 Tsutomu Seki <sekiriki@gmail.com>
2758
2759 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2760 parameter.
2761 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2762 by default.
2763 * boards/native-gdbserver.exp: Likewise.
2764 * gdb.server/run-without-local-binary.exp: Improve regexp used
2765 for detecting when a remote debugging connection succeeds.
2766 * gdb.server/server-connect.exp: New file.
2767 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2768 Do not prefix the port number with ":".
2769 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2770 support for detecting and using it. Add '$debughost_gdbserver'
2771 to the list of arguments used to start gdbserver. Handle case
2772 when gdbserver cannot resolve a network name.
2773
2774 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2775
2776 PR c++/23373
2777 * gdb.base/ptype-offsets.cc (struct static_member): New
2778 struct.
2779 (main) <stmember>: New variable.
2780 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2781 with a static member in it.
2782
2783 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2784
2785 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2786 watchpoints enabled and disabled.
2787
2788 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2789
2790 * gdb.base/examine-backward.exp: Still run tests around address
2791 0x0, even if address 0x0 is not readable. Update the pattern for
2792 matching address 0x0 in expected output.
2793
2794 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2795
2796 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2797 malloc/free.
2798
2799 2018-07-04 Tom de Vries <tdevries@suse.de>
2800
2801 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2802
2803 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2804
2805 PR tdep/8282
2806 * gdb.arch/mips-disassembler-options.exp: New test.
2807 * gdb.arch/mips-disassembler-options.s: New test source.
2808
2809 2018-06-29 Pedro Alves <palves@redhat.com>
2810
2811 * gdb.threads/names.exp: Adjust expected "info threads" output.
2812
2813 2018-06-29 Pedro Alves <palves@redhat.com>
2814
2815 * gdb.opt/inline-break.exp (line number, address): Add "info
2816 break" tests.
2817
2818 2018-06-29 Pedro Alves <palves@redhat.com>
2819
2820 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2821 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2822 number and address and running to them.
2823
2824 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2825
2826 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2827
2828 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2829
2830 * lib/compiler.c: Remove executable permission flag.
2831
2832 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2833
2834 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2835 code.
2836 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2837
2838 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2839
2840 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2841
2842 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2843
2844 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2845 address argument is omitted.
2846
2847 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2848
2849 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2850
2851 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2852
2853 PR gdb/21695
2854 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2855 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2856
2857 2018-06-26 Tom Tromey <tom@tromey.com>
2858
2859 PR rust/22574:
2860 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2861 * gdb.rust/simple.rs (struct SimpleLayout): New.
2862
2863 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2864
2865 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2866 "info registers" output.
2867
2868 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2869
2870 * gdb.base/watchpoint-hw-attach.c: New test.
2871 * gdb.base/watchpoint-hw-attach.exp: New file.
2872
2873 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2874
2875 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2876 through /bin/sh.
2877 * boards/dwarf4-gdb-index.exp: Likewise.
2878 * boards/fission-dwp.exp: Likewise.
2879
2880 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2881
2882 * gdb.base/float128.exp: Add comment and improved fail message
2883 to the failure case of "print large128" test.
2884
2885 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2886
2887 * configure.ac: Remove AC_PREREQ.
2888 * configure: Re-generate.
2889
2890 2018-06-19 Pedro Alves <palves@redhat.com>
2891
2892 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2893 (func_extern_caller): New.
2894 (main): Call func_extern_caller.
2895 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2896 logic change.
2897
2898 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2899
2900 PR gdb/16841
2901 * gdb.cp/typedef-base.cc: New file.
2902 * gdb.cp/typedef-base.exp: New file.
2903
2904 2018-06-18 Tom de Vries <tdevries@suse.de>
2905
2906 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2907
2908 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2909 Richard Bunt <Richard.Bunt@arm.com>
2910
2911 * gdb.threads/attach-slow-waitpid.c: New file.
2912 * gdb.threads/attach-slow-waitpid.exp: New file.
2913 * gdb.threads/slow-waitpid.c: New file.
2914
2915 2018-06-14 Pedro Alves <palves@redhat.com>
2916
2917 * gdb.base/fork-running-state.c: Include <errno.h>.
2918 (exit_if_relative_exits): New.
2919 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2920 exits.
2921 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2922 child exits.
2923
2924 2018-06-14 Tom de Vries <tdevries@suse.de>
2925
2926 PR cli/22573
2927 * gdb.base/finish-pretty.c: New test.
2928 * gdb.base/finish-pretty.exp: New file.
2929
2930 2018-06-14 Pedro Alves <palves@redhat.com>
2931
2932 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2933 gdb's expected startup output.
2934
2935 2018-06-14 Pedro Alves <palves@redhat.com>
2936
2937 * lib/selftest-support.exp (selftest_setup): Remove inlined
2938 function handling.
2939
2940 2018-06-14 Tom de Vries <tdevries@suse.de>
2941
2942 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2943 matching of breakpoint printing.
2944
2945 2018-06-13 Tom de Vries <tdevries@suse.de>
2946
2947 PR testsuite/23269
2948 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2949 (fork_child): ... here, and ...
2950 (fork_parent): ... here.
2951
2952 2018-06-12 Tom de Vries <tdevries@suse.de>
2953
2954 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2955
2956 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2957 Stephen Roberts <stephen.roberts@arm.com>
2958
2959 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2960 rewrite test to describe action performed, rather than possible
2961 failure.
2962
2963 2018-06-08 Gary Benson <gbenson@redhat.com>
2964
2965 * gdb.threads/check-libthread-db.exp: New file.
2966 * gdb.threads/check-libthread-db.c: Likewise.
2967
2968 2018-06-05 Tom Tromey <tom@tromey.com>
2969
2970 * gdb.base/default.exp: Update expected "show version" output.
2971
2972 2018-06-05 Tom Tromey <tom@tromey.com>
2973
2974 PR cli/12326:
2975 * gdb.cp/static-print-quit.exp: Update.
2976 * lib/gdb.exp (pagination_prompt): Update.
2977 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2978 * gdb.python/python.exp: Update.
2979
2980 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2981
2982 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2983
2984 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2985
2986 * gdb.ada/bp_fun_addr: New testcase.
2987
2988 2018-06-01 Tom Tromey <tom@tromey.com>
2989
2990 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2991 results.
2992 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2993 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2994 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2995 * gdb.base/maint.exp (maint_pass_if): Update.
2996
2997 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2998
2999 * gdb.base/endian.exp: New test.
3000 * gdb.base/endian.c: New test source.
3001
3002 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3003
3004 PR gdb/23203
3005 * gdb.base/bt-selected-frame.c: New file.
3006 * gdb.base/bt-selected-frame.exp: New file.
3007 * lib/gdb.exp (get_current_frame_number): New function.
3008
3009 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3010 Pedro Alves <palves@redhat.com>
3011
3012 * gdb.threads/tls-core.c: Include <stdlib.h>
3013 (thread_proc): Call `abort'.
3014 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3015 (tls_core_test): New procedure, bits factored out from ...
3016 (top level): ... here. Test both native cores and gcore cores.
3017
3018 2018-05-23 Tom Tromey <tom@tromey.com>
3019
3020 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3021
3022 2018-05-23 Tom Tromey <tom@tromey.com>
3023
3024 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3025 symfile_complaints.
3026 (test_short_complaints): Likewise.
3027 (test_empty_complaints): Likewise.
3028 (test_initial_complaints): Update.
3029
3030 2018-05-23 Tom Tromey <tom@tromey.com>
3031
3032 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3033
3034 2018-05-23 Tom Tromey <tom@tromey.com>
3035
3036 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3037 (test_short_complaints): Update.
3038
3039 2018-05-22 Pedro Alves <palves@redhat.com>
3040
3041 * gdb.base/remote.exp: Only gdb_start after compiling the
3042 testcase. Issue "disconnect" before testing "set remote" command
3043 defaults. Issue clean_restart before running to main.
3044
3045 2018-05-22 Pedro Alves <palves@redhat.com>
3046
3047 * gdb.base/remote.exp: Adjust expected output of "show remote
3048 memory-write-packet-size". Add tests for "set remote
3049 memory-write-packet-size 0" and "set remote
3050 memory-write-packet-size fixed/limit".
3051
3052 2018-05-22 Pedro Alves <palves@redhat.com>
3053
3054 PR gdb/22973
3055 * gdb.base/utf8-identifiers.c: New file.
3056 * gdb.base/utf8-identifiers.exp: New file.
3057
3058 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3059
3060 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3061
3062 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3063
3064 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3065
3066 2018-05-18 Tom Tromey <tom@tromey.com>
3067
3068 * gdb.base/ptype-offsets.exp: Update.
3069
3070 2018-05-17 Keith Seitz <keiths@redhat.com>
3071
3072 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3073 in expected breakpoint stop locations.
3074 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3075 move to proper scope to test variable values.
3076 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3077 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3078 New functions.
3079 (main): Call not_inline_func3.
3080 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3081 inline_func1, inline_func2, and inline_func3. Test that when each
3082 breakpoint is hit, GDB properly reports both the stop location
3083 and the backtrace. Repeat tests for temporary breakpoints.
3084
3085 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3086
3087 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3088 rather then trying to access it in determining whether the PID
3089 of `gdbserver' could have been retrieved.
3090
3091 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3092
3093 * gdb.arch/amd64-init-x87-values.S: New file.
3094 * gdb.arch/amd64-init-x87-values.exp: New file.
3095
3096 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3097
3098 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3099
3100 2018-05-04 Tom Tromey <tom@tromey.com>
3101
3102 PR python/22730:
3103 * gdb.python/python.exp: Test multi-line execute.
3104
3105 2018-05-04 Tom Tromey <tom@tromey.com>
3106
3107 PR python/22731:
3108 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3109
3110 2018-05-04 Tom Tromey <tom@tromey.com>
3111
3112 PR gdb/11750:
3113 * gdb.base/define.exp: Test defining a user command inside a user
3114 command.
3115 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3116
3117 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3118 Pedro Alves <palves@redhat.com>
3119
3120 PR breakpoints/19806 and support for PR external/20207.
3121 * gdb.base/watchpoint-unaligned.c: New file.
3122 * gdb.base/watchpoint-unaligned.exp: New file.
3123
3124 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3125
3126 * gdb.base/maint.exp: Make test names unique, use
3127 test_prefix_command_help to test 'help maint info', and remove
3128 repeated test of 'help maint'.
3129
3130 2018-05-04 Tom Tromey <tom@tromey.com>
3131
3132 PR gdb/22619:
3133 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3134 behavior.
3135
3136 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3137
3138 * gdb.base/maint.exp: Process output from 'maint print registers'
3139 line at a time.
3140
3141 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3142
3143 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3144 timeout.
3145
3146 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3147
3148 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3149 filter pattern.
3150
3151 2018-05-02 Pedro Alves <palves@redhat.com>
3152
3153 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3154 to_log_command renames.
3155 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3156
3157 2018-05-02 Tom Tromey <tom@tromey.com>
3158
3159 * gdb.python/py-parameter.exp: Set test message.
3160
3161 2018-05-02 Tom Tromey <tom@tromey.com>
3162
3163 PR python/20084:
3164 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3165 PARAM_ZUINTEGER_UNLIMITED tests.
3166
3167 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3168
3169 PR rust/23124
3170 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3171 when casting.
3172
3173 2018-04-30 Tom Tromey <tom@tromey.com>
3174
3175 * gdb.python/py-type.exp: Check align attribute.
3176 * gdb.python/py-type.c: New "aligncheck" global.
3177
3178 2018-04-30 Tom Tromey <tom@tromey.com>
3179
3180 PR exp/17095:
3181 * gdb.dwarf2/dw2-align.exp: New file.
3182 * gdb.cp/align.exp: New file.
3183 * gdb.base/align.exp: New file.
3184 * lib/gdb.exp (gdb_int128_helper): New proc.
3185 (has_int128_c, has_int128_cxx): New caching procs.
3186
3187 2018-04-27 Tom Tromey <tom@tromey.com>
3188
3189 PR rust/22545:
3190 * gdb.rust/simple.exp: Add inclusive range tests.
3191
3192 2018-04-26 Pedro Alves <palves@redhat.com>
3193
3194 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3195 ifunc breakpoint locations correctly of ifunc breakpoints set
3196 while the program resolves the ifunc.
3197
3198 2018-04-26 Pedro Alves <palves@redhat.com>
3199
3200 * gdb.base/gnu-ifunc-final.c: New file.
3201 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3202 * gdb.base/gnu-ifunc.exp (executable): Delete.
3203 (staticexecutable): Adjust.
3204 (lib_opts, exec_opts): Delete.
3205 (make_binsuffix, build, set-break): New procedures.
3206 (misc_tests): New, with tests factored out from the top level.
3207 (top level): Test different combinations of ifunc resolver name,
3208 resolver with and with debug info, and ifunc target with and
3209 without debug info. Wrap static tests with with_target_prefix.
3210
3211 2018-04-26 Pedro Alves <palves@redhat.com>
3212
3213 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3214 return type" warnings.
3215
3216 2018-04-25 Pedro Alves <palves@redhat.com>
3217
3218 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3219 killed".
3220 * gdb.base/kill-after-signal.exp: Likewise.
3221 * gdb.threads/kill.exp: Likewise.
3222
3223 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3224 Sergio Durigan Junior <sergiodj@redhat.com>
3225 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3228 regexps to expect for '[Inferior ... detached]' as well.
3229 * gdb.base/attach.exp: Likewise.
3230 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3231 "gdb_continue_to_end".
3232 (test_catch_syscall_with_wrong_args): Likewise.
3233 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3234 ']'. Don't set 'verbose' on.
3235 * gdb.base/foll-vfork.exp: Likewise.
3236 * gdb.base/fork-print-inferior-events.c: New file.
3237 * gdb.base/fork-print-inferior-events.exp: New file.
3238 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3239 '[Inferior ... has been killed]' message.
3240 * gdb.base/kill-after-signal.exp: Likewise.
3241 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3242 detach message.
3243 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3244 message.
3245 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3246 regexps to expect for '[Inferior ... detached]' as well.
3247 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3248
3249 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3250
3251 PR gdb/23104
3252 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3253
3254 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3255
3256 * gdb.threads/multiple-successive-infcall.c: New test.
3257 * gdb.threads/multiple-successive-infcall.exp: New file.
3258
3259 2018-04-17 Tom Tromey <tom@tromey.com>
3260
3261 * gdb.rust/simple.rs (Union): New type.
3262 (main): New local "u".
3263 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3264
3265 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3266
3267 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3268 number information in output of "whereis" command.
3269 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3270
3271 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3272
3273 * gdb.ada/info_types.exp: Adjust expected output to the line
3274 numbers now printed by "info var/func/type".
3275 * gdb.base/completion.exp: Likewise.
3276 * gdb.base/included.exp: Likewise.
3277 * gdb.cp/cp-relocate.exp: Likewise.
3278 * gdb.cp/cplusfuncs.exp: Likewise.
3279 * gdb.cp/namespace.exp: Likewise.
3280 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3281
3282 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3283
3284 * gdb.btrace/cpu.exp: New.
3285
3286 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3287
3288 * gdb.base/step-indirect-call-thunk.exp: New.
3289 * gdb.base/step-indirect-call-thunk.c: New.
3290 * gdb.reverse/step-indirect-call-thunk.exp: New.
3291 * gdb.reverse/step-indirect-call-thunk.c: New.
3292
3293 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3294
3295 * gdb.base/pie-fork.c: New file.
3296 * gdb.base/pie-fork.exp: New file.
3297
3298 2018-04-11 Tom Tromey <tom@tromey.com>
3299
3300 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3301
3302 2018-04-10 Pedro Alves <palves@redhat.com>
3303
3304 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3305 exits. Instead loop running forever.
3306 (fork_parent): Run forever too.
3307
3308 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3309
3310 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3311 mi_continue_to_line.
3312 * gdb.mi/mi-stack.c (callee4): Add comment.
3313
3314 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3315
3316 * gdb.mi/mi-stack.exp: Fix indentation.
3317
3318 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3319
3320 PR gdb/22979
3321 * gdb.arch/amd64-osabi.exp: New file.
3322
3323 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3324
3325 PR gdb/22980
3326 * gdb.base/osabi.exp: New file.
3327
3328 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3329
3330 * gdb.cp/static-typedef-print.exp: New file.
3331 * gdb.cp/static-typedef-print.cc: New file.
3332
3333 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3334
3335 * gdb.ada/varsize_limit: New testcase.
3336
3337 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3338
3339 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3340
3341 * gdb.ada/notcplusplus: New testcase.
3342
3343 * gdb.base/c-linkage-name.c: New file.
3344 * gdb.base/c-linkage-name.exp: New testcase.
3345
3346 2018-03-26 Tom Tromey <tom@tromey.com>
3347
3348 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3349 * gdb.python/py-framefilter.py (name_error): New global.
3350 (ErrorInName.function): Use name_error.
3351
3352 2018-03-26 Tom Tromey <tom@tromey.com>
3353
3354 PR backtrace/15582:
3355 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3356
3357 2018-03-23 Keith Seitz <keiths@redhat.com>
3358
3359 PR c++/22968
3360 * gdb.cp/subtypes.exp: New file.
3361 * gdb.cp/subtypes.h: New file.
3362 * gdb.cp/subtypes.cc: New file.
3363 * gdb.cp/subtypes-2.cc: New file.
3364
3365 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3366
3367 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3368 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3369 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3370 -nostartfiles when compiling the test. Confirm that all registers
3371 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3372
3373 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3374
3375 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3376 option, syntax was wrong anyway.
3377 * gdb.arch/arm-disp-step.exp: Likewise.
3378 * gdb.arch/sparc64-regs.exp: Likewise.
3379 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3380 option, syntax was wrong anyway, switch to use
3381 prepare_for_testing.
3382 * gdb.arch/i386-disp-step.exp: Likewise.
3383
3384 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3385
3386 * gdb.ada/exec_changed.exp: Replace "target_info exists
3387 use_gdb_stub" by "use_gdb_stub".
3388 * gdb.ada/start.exp: Likewise.
3389 * gdb.base/async-shell.exp: Likewise.
3390 * gdb.base/attach-pie-misread.exp: Likewise.
3391 * gdb.base/attach-wait-input.exp: Likewise.
3392 * gdb.base/break-entry.exp: Likewise.
3393 * gdb.base/break-interp.exp: Likewise.
3394 * gdb.base/dprintf-detach.exp: Likewise.
3395 * gdb.base/nostdlib.exp: Likewise.
3396 * gdb.base/solib-nodir.exp: Likewise.
3397 * gdb.base/statistics.exp: Likewise.
3398 * gdb.base/testenv.exp: Likewise.
3399 * gdb.mi/mi-exec-run.exp: Likewise.
3400 * gdb.mi/mi-start.exp: Likewise.
3401 * gdb.multi/dummy-frame-restore.exp: Likewise.
3402 * gdb.multi/multi-arch-exec.exp: Likewise.
3403 * gdb.multi/multi-arch.exp: Likewise.
3404 * gdb.multi/tids.exp: Likewise.
3405 * gdb.multi/watchpoint-multi.exp: Likewise.
3406 * gdb.python/py-events.exp: Likewise.
3407 * gdb.threads/attach-into-signal.exp: Likewise.
3408 * gdb.threads/attach-stopped.exp: Likewise.
3409 * gdb.threads/threadapply.exp: Likewise.
3410 * lib/selftest-support.exp: Likewise.
3411
3412 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3413
3414 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3415
3416 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3417
3418 * gdb.perf/template-breakpoints.cc: New file.
3419 * gdb.perf/template-breakpoints.exp: New file.
3420 * gdb.perf/template-breakpoints.py: New file.
3421
3422 2018-03-19 Tom Tromey <tom@tromey.com>
3423
3424 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3425 y0.
3426 * gdb.rust/simple.exp: Test bare identifier form of struct
3427 initializer.
3428
3429 2018-03-19 Tom Tromey <tom@tromey.com>
3430
3431 * gdb.gdb/observer.exp: Remove.
3432
3433 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3434
3435 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3436 "qualified" option when setting breakpoints.
3437 * gdb.trace/backtrace.exp: Likewise.
3438 * gdb.trace/circ.exp: Likewise.
3439 * gdb.trace/collection.exp: Likewise.
3440 * gdb.trace/disconnected-tracing.exp: Likewise.
3441 * gdb.trace/ftrace-lock.exp: Likewise.
3442 * gdb.trace/ftrace.exp: Likewise.
3443 * gdb.trace/infotrace.exp: Likewise.
3444 * gdb.trace/packetlen.exp: Likewise.
3445 * gdb.trace/passc-dyn.exp: Likewise.
3446 * gdb.trace/qtro.exp: Likewise.
3447 * gdb.trace/read-memory.exp: Likewise.
3448 * gdb.trace/report.exp: Likewise.
3449 * gdb.trace/signal.exp: Likewise.
3450 * gdb.trace/status-stop.exp: Likewise.
3451 * gdb.trace/strace.exp: Likewise.
3452 * gdb.trace/tfind.exp: Likewise.
3453 * gdb.trace/trace-break.exp: Likewise.
3454 * gdb.trace/trace-condition.exp: Likewise.
3455 * gdb.trace/trace-mt.exp: Likewise.
3456 * gdb.trace/tstatus.exp: Likewise.
3457 * gdb.trace/tsv.exp: Likewise.
3458 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3459 * gdb.trace/unavailable.exp: Likewise.
3460 * gdb.trace/while-dyn.exp: Likewise.
3461
3462 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3463
3464 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3465 that libinproctrace is copied to the target.
3466
3467 2018-03-14 Tom Tromey <tom@tromey.com>
3468
3469 PR cli/14977:
3470 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3471 a null pointer.
3472 * gdb.base/wchar.exp: Likewise.
3473
3474 2018-03-14 Tom Tromey <tom@tromey.com>
3475
3476 PR cli/19918:
3477 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3478 flag.
3479
3480 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3481
3482 PR gdb/22841
3483 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3484 "target" to remote_exec.
3485
3486 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3487
3488 PR gdb/22841
3489 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3490 ${board}_upload): Remove.
3491
3492 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3493
3494 * gdb.cp/watch-cp.cc: New test.
3495 * gdb.cp/watch-cp.exp: New file.
3496
3497 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3498
3499 * gdb.base/infcall-nested-structs.exp: New file.
3500 * gdb.base/infcall-nested-structs.c: New file.
3501 * gdb.base/float.exp: Add riscv support.
3502
3503 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3504
3505 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3506 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3507
3508 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3509
3510 * gdb.server/abspath.exp: New file.
3511 * lib/gdb.exp (with_cwd): New procedure.
3512
3513 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3514
3515 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3516 use it.
3517 (gdb_is_target_remote_prompt): New proc.
3518 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3519 (gdb_is_target_native): Pass prompt parameter to
3520 gdb_is_target_1.
3521
3522 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3523
3524 * gdb.base/load-command.c: New file.
3525 * gdb.base/load-command.exp: New file.
3526 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3527 (gdb_is_target_1): ...this, and generalize for other targets
3528 than just remote.
3529 (gdb_is_target_remote): Use gdb_is_target_1.
3530 (gdb_is_target_native): use gdb_is_target_1.
3531
3532 2018-02-26 Tom Tromey <tom@tromey.com>
3533
3534 PR python/16497:
3535 * gdb.python/py-framefilter.exp: Update test.
3536
3537 2018-02-26 Tom Tromey <tom@tromey.com>
3538
3539 * gdb.dwarf2/variant.c: New file.
3540 * gdb.dwarf2/variant.exp: New file.
3541
3542 2018-02-26 Tom Tromey <tom@tromey.com>
3543
3544 * gdb.rust/simple.exp: Accept more possible results in enum test.
3545
3546 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3547
3548 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3549 parentheses.
3550
3551 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3552
3553 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3554 name of a variable: $actual_linejj -> $actual_line.
3555
3556 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3557
3558 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3559
3560 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3561
3562 * gdb.btrace/buffer-size.exp: Do not force BTS.
3563
3564 2018-02-14 Pedro Alves <palves@redhat.com>
3565
3566 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3567 getting a "Quit".
3568
3569 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3570
3571 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3572 Fix test name.
3573
3574 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3575
3576 * gdb.cp/m-static.exp: Check type of optimized out static
3577 member.
3578
3579 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3580
3581 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3582 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3583
3584 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3585 Leszek Swirski <leszeks@google.com>
3586
3587 * gdb.python/py-prettyprint.c
3588 (struct to_string_returns_value_inner,
3589 struct to_string_returns_value_wrapper): New.
3590 (main): Add tsrvw variable.
3591 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3592 ToStringReturnsValueWrapper): New classes.
3593 (register_pretty_printers): Register new pretty-printers.
3594 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3595 recursive pretty printer.
3596 * gdb.python/py-mi.exp: Likewise.
3597
3598 2018-02-01 Leszek Swirski <leszeks@google.com>
3599
3600 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3601 functions with the same name as an include file are parsed
3602 correctly.
3603
3604 2018-02-01 Yao Qi <yao.qi@linaro.org>
3605
3606 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3607 "\[^\r\n\]*".
3608
3609 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3610
3611 * gdb.arch/powerpc-prologue-frame.s: New file.
3612 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3613 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3614
3615 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3616
3617 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3618
3619 2018-01-30 Pedro Alves <palves@redhat.com>
3620
3621 PR gdb/13211
3622 * gdb.base/interrupt-daemon.c: New.
3623 * gdb.base/interrupt-daemon.exp: New.
3624 * gdb.multi/multi-term-settings.c: New.
3625 * gdb.multi/multi-term-settings.exp: New.
3626
3627 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3628
3629 * gdb.base/break.exp: Save the location where the breakpoint
3630 on break.c:47 was actually inserted when debugging the version
3631 compiled at -O2 and use it in the expected output of the "info
3632 break" test performed soon after.
3633
3634 2018-01-22 Pedro Alves <palves@redhat.com>
3635 Sergio Durigan Junior <sergiodj@redhat.com>
3636
3637 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3638 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3639
3640 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3641
3642 * gdb.base/break-include.c, gdb.base/break-include.inc,
3643 gdb.base/break-include.exp: New files.
3644 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3645 line number now being the actual line number where the breakpoint
3646 was inserted.
3647 * gdb.mi/mi-break.exp: Likewise.
3648 * gdb.mi/mi-reverse.exp: Likewise.
3649 * gdb.mi/mi-simplerun.exp: Ditto.
3650
3651 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3652
3653 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3654 varobj.
3655 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3656
3657 2018-01-21 Don Breazeal <donb@codesourcery.com>
3658 Andrew Burgess <andrew.burgess@embecosm.com>
3659
3660 * gdb.mi/basics.c: Add new global.
3661 * gdb.mi/mi-frame-regs.exp: New file.
3662 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3663 case.
3664
3665 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3666
3667 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3668 non-parameter, and on an unknown symbol.
3669
3670 2018-01-19 Tom Tromey <tom@tromey.com>
3671
3672 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3673 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3674
3675 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3676
3677 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3678 setrlimit and chdir to int.
3679
3680 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3681
3682 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3683 function.
3684 (my_tend): Likewise.
3685 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3686 rationale of avoiding FP- and vector instructions.
3687
3688 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3689
3690 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3691 "info reg" with "\[ \t\]*".
3692 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3693 "\[ \t\]+".
3694 * gdb.arch/s390-multiarch.exp: Ditto.
3695 * gdb.base/pc-fp.exp: Ditto.
3696 * gdb.reverse/i386-precsave.exp: Ditto.
3697 * gdb.reverse/i386-reverse.exp: Ditto.
3698 * gdb.reverse/i387-env-reverse.exp: Ditto.
3699 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3700
3701 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3702
3703 * lib/gdb.exp (gdb_compile): Re-enable use of
3704 universal_compile_options for languages other than Rust.
3705
3706 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3707
3708 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3709
3710 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3711
3712 PR gdb/16577
3713 * gdb.base/solib-vanish.exp: New.
3714 * gdb.base/solib-vanish-main.c: New.
3715 * gdb.base/solib-vanish-lib1.c: New.
3716 * gdb.base/solib-vanish-lib2.c: New.
3717
3718 2018-01-17 Yao Qi <yao.qi@linaro.org>
3719
3720 * gdb.compile/compile.exp: Match the address printed for
3721 frame in the output of command "bt".
3722
3723 2018-01-15 Tom Tromey <tom@tromey.com>
3724
3725 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3726 compute sp_reg.
3727
3728 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3729
3730 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3731 to prepare.
3732 (prepare): Return 0 on error, 1 on success.
3733
3734 2018-01-12 Pedro Alves <palves@redhat.com>
3735
3736 * gdb.base/continue-after-aborted-step-over.c: New.
3737 * gdb.base/continue-after-aborted-step-over.exp: New.
3738
3739 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3740
3741 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3742 options when not creating an executable.
3743
3744 2018-01-11 Pedro Alves <palves@redhat.com>
3745
3746 PR remote/22597
3747 * gdb.server/stop-reply-no-thread.c: New file.
3748 * gdb.server/stop-reply-no-thread.exp: New file.
3749
3750 2018-01-10 Pedro Alves <palves@redhat.com>
3751
3752 PR gdb/22670
3753 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3754 functions too. Test setting breakpoints and printing C functions
3755 with no debug info too.
3756 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3757
3758 2018-01-10 Pedro Alves <palves@redhat.com>
3759
3760 PR gdb/22670
3761 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3762 a fail.
3763
3764 2018-01-10 Pedro Alves <palves@redhat.com>
3765
3766 PR gdb/22670
3767 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3768
3769 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3770
3771 * gdb.server/unittest.exp: Match the output in non-development
3772 mode.
3773
3774 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3775
3776 * gdb.gdb/unittest.exp: Match output in non-development mode.
3777
3778 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3779
3780 * gdb.ada/access_tagged_param.exp: Relax expected output
3781 for value of "ObjL" in "continue" to pck.inspect breakpoint
3782 test.
3783
3784 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3785
3786 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3787 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3788
3789 2018-01-05 Pedro Alves <palves@redhat.com>
3790
3791 PR gdb/18653
3792 * gdb.base/libsegfault.exp: New.
3793
3794 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3795
3796 PR gdb/22670
3797 * gdb.ada/access_tagged_param.exp: New file.
3798 * gdb.ada/access_tagged_param/foo.adb: New file.
3799
3800 2018-01-05 Pedro Alves <palves@redhat.com>
3801
3802 PR gdb/22670
3803 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3804 exercise lower case too, and to exercise both full matching and
3805 wild matching.
3806
3807 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3808
3809 * gdb.ada/rename_subscript_param: New testcase.
3810
3811 2018-01-05 Jerome Guitton <guitton@adacore.com>
3812
3813 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3814
3815 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3816
3817 * gdb.ada/convvar_comp: New testcase.
3818
3819 2018-01-05 Xavier Roirand <roirand@adacore.com>
3820
3821 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3822 (My_Table): New global variable.
3823 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3824
3825 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3826
3827 PR gdb/22670
3828 * gdb.ada/maint_with_ada: New testcase.
3829
3830 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3831
3832 PR gdb/22670
3833 * gdb.ada/bp_c_mixed_case: New testcase.
3834
3835 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3836
3837 PR gdb/22670
3838 * gdb.ada/complete.exp: Add "complete break ada" test.
3839
3840 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3841
3842 PR gdb/22670
3843 * gdb.ada/info_addr_mixed_case: New testcase.
3844
3845 2018-01-03 Xavier Roirand <roirand@adacore.com>
3846
3847 * gdb.ada/excep_handle.exp: New testcase.
3848 * gdb.ada/excep_handle/foo.adb: New file.
3849 * gdb.ada/excep_handle/pck.ads: New file.
3850
3851 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3852
3853 * gdb.base/step-line.c: Add extra empty line in copyright header.
3854 * gdb.base/step-line.inp: Likewise.
3855
3856 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3857
3858 * gdb.ada/dyn_stride.exp: Add slice test.
3859
3860 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3861
3862 * gdb.ada/dyn_stride: New testcase.
3863
3864 2017-12-27 Stafford Horne <shorne@gmail.com>
3865
3866 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3867 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3868
3869 2017-12-27 Stafford Horne <shorne@gmail.com>
3870
3871 * gdb.base/reggroups.c: New file.
3872 * gdb.base/reggroups.exp: New file.
3873
3874 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3875
3876 * gdb.dwarf2/ada-valprint-error.c: New file.
3877 * gdb.dwarf2/ada-valprint-error.exp: New file.
3878
3879 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3880
3881 * gdb.ada/assign_arr: New testcase.
3882
3883 2017-12-18 Xavier Roirand <roirand@adacore.com>
3884
3885 * gdb.ada/funcall_ptr: New testcase.
3886
3887 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3888
3889 PR cli/16224
3890 * gdb.base/ptype-offsets.cc: New file.
3891 * gdb.base/ptype-offsets.exp: New file.
3892
3893 2017-12-15 Yao Qi <yao.qi@linaro.org>
3894
3895 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3896 if XML is disabled.
3897
3898 2017-12-15 Xavier Roirand <roirand@adacore.com>
3899
3900 * gdb.ada/same_component_name: New testcase.
3901
3902 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3903
3904 * gdb.ada/str_binop_equal: New testcase.
3905
3906 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3907
3908 * gdb.ada/task_switch_in_core: New testcase.
3909
3910 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3911
3912 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3913 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3914 call test_bkpt_qualified.
3915 (test_bkpt_qualified): New proc.
3916
3917 2017-12-13 Pedro Alves <palves@redhat.com>
3918
3919 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3920 Tighten regexp by matching with an anchor.
3921
3922 2017-12-13 Pedro Alves <palves@redhat.com>
3923
3924 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3925 ("expression with namespace"): New set of tests.
3926 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3927 (Nested::Test_NS::qux): New.
3928 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3929 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3930
3931 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3932
3933 * gdb.base/server-del-break.c: New file.
3934 * gdb.base/server-del-break.exp: New file.
3935
3936 2017-12-12 Stafford Horne <shorne@gmail.com>
3937
3938 * gdb.xml/tdesc-regs.exp: Add or1k support.
3939
3940 2017-12-12 Stafford Horne <shorne@gmail.com>
3941
3942 * gdb.base/bp-permanent.c: Define nop of or1k.
3943
3944 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3945
3946 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3947 output with components being reordered.
3948
3949 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3950
3951 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3952 output with components being reordered.
3953
3954 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3955 Pedro Alves <palves@redhat.com>
3956
3957 * gdb.base/maint.exp (check for .gdb_index): Check also for
3958 .debug_names.
3959 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3960 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3961 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3962 (.gdb_index used after symbol reloading): Support also .debug_names.
3963 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3964
3965 2017-12-08 Yao Qi <yao.qi@linaro.org>
3966
3967 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3968 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3969
3970 2017-12-08 Yao Qi <yao.qi@linaro.org>
3971
3972 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3973 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3974
3975 2017-12-08 Yao Qi <yao.qi@linaro.org>
3976
3977 * gdb.arch/aarch64-tagged-pointer.c: New file.
3978 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3979
3980 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3981
3982 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3983 "int".
3984
3985 2017-12-07 Keith Seitz <keiths@redhat.com>
3986
3987 PR breakpoints/22569
3988 * gdb.linespec/ls-errs.exp: Change expected result of "break
3989 -source this file has spaces.c -line 3".
3990 Check that an explicit source file followed by whitespace is
3991 identified as an invalid explicit location.
3992
3993 2017-12-07 Keith Seitz <keiths@redhat.com>
3994
3995 * gdb.cp/nested-types.cc: New file.
3996 * gdb.cp/nested-types.exp: New file.
3997 * lib/cp-support.exp: Load data-structures.exp library.
3998 (debug_cp_test_ptype_class): New global.
3999 (cp_ptype_class_verbose, next_line): New procedures.
4000 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4001 Add and document new return value.
4002 Switch the list of lines to a queue.
4003 Add support for new `type' key for nested type definitions.
4004 Add debugging/troubleshooting messages.
4005 * lib/data-structures.exp: New file.
4006
4007 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4008
4009 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4010 with proc_with_prefix, don't use with_test_prefix.
4011
4012 2017-12-07 Tom Tromey <tom@tromey.com>
4013
4014 * gdb.base/break.exp: Add test for empty "commands".
4015
4016 2017-12-07 Yao Qi <yao.qi@linaro.org>
4017
4018 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4019 malloc and catch syscall.
4020
4021 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4022
4023 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4024 tests for explicit locations.
4025
4026 2017-12-06 Pedro Alves <palves@redhat.com>
4027
4028 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4029 force-disabling XML descriptions.
4030
4031 2017-12-04 Pedro Alves <palves@redhat.com>
4032
4033 PR gdb/22499
4034 * gdb.arch/amd64-disp-step-avx.S: New file.
4035 * gdb.arch/amd64-disp-step-avx.exp: New file.
4036
4037 2017-12-03 Pedro Alves <palves@redhat.com>
4038
4039 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4040 and <string.h>.
4041 (parent_function): Print distinct messages when waitpid fails, or
4042 the child exits with a signal, or the child exits for an unhandled
4043 reason.
4044 * gdb.threads/process-dies-while-detaching.exp
4045 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4046 it. Wait for both inferior output and GDB's prompt. Use an
4047 indirect spawn id list.
4048 (do_detach): New parameter 'child_exit'. Use it to compute
4049 expected inferior output.
4050 (test_detach, test_detach_watch, test_detach_killed_outside):
4051 Adjust to pass down the expected child exit kind.
4052
4053 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4054 Sergio Durigan Junior <sergiodj@redhat.com>
4055 Pedro Alves <palves@redhat.com>
4056
4057 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4058
4059 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4060
4061 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4062 to 'symbol-file' and 'add-symbol-file' can be
4063 position-independent.
4064
4065 2017-12-01 Yao Qi <yao.qi@linaro.org>
4066
4067 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4068 the URL in copyright header.
4069 * gdb.arch/aarch64-fp.exp: Likewise.
4070 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4071 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4072 * gdb.base/expand-psymtabs.exp: Likewise.
4073 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4074 * gdb.fortran/common-block.exp: Likewise.
4075 * gdb.fortran/common-block.f90: Likewise.
4076 * gdb.fortran/logical.exp: Likewise.
4077 * gdb.fortran/vla-datatypes.f90: Likewise.
4078 * gdb.fortran/vla-sub.f90: Likewise.
4079
4080 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4081
4082 * gdb.ada/repeat_dyn: New testcase.
4083
4084 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4085
4086 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4087 Update for changed thread numbering.
4088 * gdb.cell/bt.exp: Update for changed GDB output.
4089
4090 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4091
4092 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4093 setting isremote by hand.
4094 * boards/dwarf4-gdb-index.exp: Likewise.
4095 * boards/fission.exp: Likewise.
4096 * boards/stabs.exp: Likewise.
4097
4098 2017-11-30 Pedro Alves <palves@redhat.com>
4099
4100 * gdb.linespec/cpls-ops.exp
4101 (check_explicit_skips_function_argument): Extract the underlying
4102 type of size_t instead of hardcoding it.
4103
4104 2017-11-29 Pedro Alves <palves@redhat.com>
4105
4106 PR c++/19436
4107 * gdb.linespec/cpls-abi-tag.cc: New file.
4108 * gdb.linespec/cpls-abi-tag.exp: New file.
4109
4110 2017-11-29 Pedro Alves <palves@redhat.com>
4111
4112 * gdb.base/langs.exp: Use -qualified.
4113 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4114 it.
4115 * gdb.cp/namespace.exp: Use -qualified.
4116 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4117 (overload-3, template-overload, template-ret-type, const-overload)
4118 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4119 procedures.
4120 (test_driver): Call them.
4121 * gdb.cp/save-bp-qualified.cc: New.
4122 * gdb.cp/save-bp-qualified.exp: New.
4123 * gdb.linespec/explicit.exp: Test -qualified.
4124 * lib/completion-support.exp (completion::explicit_opts_list): Add
4125 "-qualified".
4126 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4127
4128 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4129
4130 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4131
4132 2017-11-29 Tom Tromey <tom@tromey.com>
4133
4134 * gdb.base/relocate.exp: Update invalid argument test.
4135 Add new tests for invalid arguments.
4136
4137 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4138
4139 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4140 Return 0 as a long.
4141 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4142
4143 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4144
4145 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4146 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4147 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4148 func ().
4149 * gdb.cp/shadow.cc (B.func): Return 0.
4150
4151 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4152
4153 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4154 expected output in gdb_expect call to allow the exception
4155 message to be present as well. Fix syntax confusion to avoid
4156 TCL thinking that exception_name is an array.
4157
4158 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4159
4160 * gdb.arch/spu-info.c: Include <unistd.h>.
4161 (do_signal_test): Fix broken calls to write.
4162 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4163 Fix checks for empty mailboxes. Update signal tests for corrected
4164 do_signal_test routine. Allow nonzero event status.
4165 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4166 * gdb.cell/arch.exp: Use standard_output_file.
4167 * gdb.cell/break.exp: Likewise.
4168 * gdb.cell/bt.exp: Likewise.
4169 * gdb.cell/core.exp: Likewise.
4170 * gdb.cell/dwarfaddr.exp: Likewise.
4171 * gdb.cell/ea-cache.exp: Likewise.
4172 * gdb.cell/ea-standalone.exp: Likewise.
4173 * gdb.cell/f-regs.exp: Likewise.
4174 * gdb.cell/fork.exp: Likewise.
4175 * gdb.cell/gcore.exp: Likewise.
4176 * gdb.cell/mem-access.exp: Likewise.
4177 * gdb.cell/ptype.exp: Likewise.
4178 * gdb.cell/registers.exp: Likewise.
4179 * gdb.cell/sizeof.exp: Likewise.
4180 * gdb.cell/solib-symbol.exp: Likewise.
4181 * gdb.cell/solib.exp: Likewise.
4182
4183 2017-11-25 Pedro Alves <palves@redhat.com>
4184
4185 * gdb.base/complete-empty.exp: New file.
4186 * gdb.base/completion.exp: Adjust.
4187
4188 2017-11-25 Pedro Alves <palves@redhat.com>
4189
4190 * gdb.linespec/cpls-ops.cc: New file.
4191 * gdb.linespec/cpls-ops.exp: New file.
4192 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4193 factored out from ...
4194 (test_complete_prefix_range): ... this.
4195
4196 2017-11-24 Pedro Alves <palves@redhat.com>
4197
4198 * gdb.linespec/cpcompletion.exp: New file.
4199 * gdb.linespec/cpls-hyphen.cc: New file.
4200 * gdb.linespec/cpls.cc: New file.
4201 * gdb.linespec/cpls2.cc: New file.
4202 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4203 test to use test_gdb_complete_unique. Add label completion,
4204 keyword completion and explicit location completion tests.
4205 * lib/completion-support.exp: New file.
4206
4207 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4208
4209 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4210 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4211 when hitting an exception catchpoint.
4212
4213 2017-11-22 Yao Qi <yao.qi@linaro.org>
4214
4215 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4216
4217 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4218
4219 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4220 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4221 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4222
4223 2017-11-22 Yao Qi <yao.qi@linaro.org>
4224
4225 * gdb.base/info-os.exp: Pass pthreads.
4226 * gdb.multi/multi-attach.exp: Likewise.
4227
4228 2017-11-22 Yao Qi <yao.qi@linaro.org>
4229
4230 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4231 compiler.
4232
4233 2017-11-22 Yao Qi <yao.qi@linaro.org>
4234
4235 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4236 * gdb.base/break-interp.exp: Likewise.
4237 * gdb.base/jit-attach-pie.exp: Likewise.
4238
4239 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4240
4241 * gdb.base/float128.c (large128): New variable.
4242 * gdb.base/float128.exp: Add test to print largest __float128 value.
4243
4244 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4245
4246 * gdb.arch/vsx-regs.exp: Update register content checks.
4247
4248 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4249
4250 * gdb.arch/ppc-longdouble.exp: New file.
4251 * gdb.arch/ppc-longdouble.c: Likewise.
4252
4253 2017-11-21 Pedro Alves <palves@redhat.com>
4254
4255 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4256
4257 2017-11-20 Pedro Alves <palves@redhat.com>
4258
4259 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4260 (long_double_typedef): New typedefs.
4261 Use DEF on double and long double.
4262 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4263 cases.
4264 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4265 and 'long_double_ptr_same_size' locals. Use them to decide
4266 whether cast from array/function to float is valid/invalid.
4267
4268 2017-11-17 Tom Tromey <tom@tromey.com>
4269
4270 * gdb.rust/traits.rs: New file.
4271 * gdb.rust/traits.exp: New file.
4272
4273 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4274
4275 * gdb.ada/minsyms: New testcase.
4276
4277 2017-11-16 Pedro Alves <palves@redhat.com>
4278
4279 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4280 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4281
4282 2017-11-16 Pedro Alves <palves@redhat.com>
4283
4284 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4285 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4286
4287 2017-11-16 Pedro Alves <palves@redhat.com>
4288
4289 * gdb.server/reconnect-ctrl-c.c: New file.
4290 * gdb.server/reconnect-ctrl-c.exp: New file.
4291
4292 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4293
4294 * gdb.python/py-rbreak.exp: New file.
4295 * gdb.python/py-rbreak.c: New file.
4296 * gdb.python/py-rbreak-func2.c: New file.
4297
4298 2017-11-16 Pedro Alves <palves@redhat.com>
4299
4300 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4301 pattern.
4302 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4303 GDB.
4304
4305 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4306
4307 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4308 regex.
4309
4310 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4311
4312 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4313 test names.
4314
4315 2017-11-09 Pedro Alves <palves@redhat.com>
4316
4317 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4318 factored out from ...
4319 (top level): ... here, and adjusted to avoid expecting beyond the
4320 prompt in a single gdb_test_multiple.
4321
4322 2017-11-09 Pedro Alves <palves@redhat.com>
4323
4324 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4325 output.
4326 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4327 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4328 * gdb.server/ext-run.exp ("kill" test): Likewise.
4329 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4330
4331 2017-11-09 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4334 match till end of line.
4335
4336 2017-11-09 Pedro Alves <palves@redhat.com>
4337
4338 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4339
4340 2017-11-09 Pedro Alves <palves@redhat.com>
4341
4342 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4343 New procedures, factored out from ...
4344 (top level): ... here, and adjusted to avoid expecting beyond the
4345 prompt in one go.
4346
4347 2017-11-09 Pedro Alves <palves@redhat.com>
4348
4349 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4350 output. Fix '?' match.
4351
4352 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4353
4354 * gdb.ada/scoped_watch: New testcase.
4355 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4356 which is actually correct.
4357 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4358 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4359
4360 2017-11-08 Pedro Alves <palves@redhat.com>
4361
4362 * gdb.gdb/complaints.exp (test_initial_complaints)
4363 (test_serial_complaints, test_short_complaints): Call
4364 complaint_internal instead of complaint.
4365
4366 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4367
4368 * gdb.threads/tls-core.c: New file.
4369 * gdb.threads/tls-core.exp: Likewise.
4370
4371 2017-11-08 Pedro Alves <palves@redhat.com>
4372
4373 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4374 (p Exported_Capitalized): New test.
4375 (p exported_capitalized): New test.
4376
4377 2017-11-07 Pedro Alves <palves@redhat.com>
4378
4379 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4380
4381 2017-11-07 Pedro Alves <palves@redhat.com>
4382
4383 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4384 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4385 (disable_invalid, disable_inverted, disable_negative): New
4386 procedures.
4387 ("bad numbers"): New set of tests.
4388
4389 2017-11-07 Pedro Alves <palves@redhat.com>
4390
4391 * gdb.cp/ena-dis-br-range.exp: Add tests.
4392
4393 2017-11-07 Pedro Alves <palves@redhat.com>
4394
4395 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4396
4397 2017-11-07 Xavier Roirand <roirand@adacore.com>
4398 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.base/ena-dis-br.exp: Add reference to
4401 gdb.cp/ena-dis-br-range.exp.
4402 * gdb.cp/ena-dis-br-range.exp: New file.
4403 * gdb.cp/ena-dis-br-range.cc: New file.
4404
4405 2017-11-06 Pedro Alves <palves@redhat.com>
4406
4407 * gdb.base/attach-non-pgrp-leader.c: New.
4408 * gdb.base/attach-non-pgrp-leader.exp: New.
4409
4410 2017-11-06 Pedro Alves <palves@redhat.com>
4411
4412 * configure.ac: No longer check for termio.h and sgtty.h.
4413 * configure: Regenerate.
4414 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4415 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4416 Remove termio and sgtty code.
4417
4418 2017-11-03 Yao Qi <yao.qi@linaro.org>
4419
4420 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4421 in GDB is disabled.
4422
4423 2017-11-03 Yao Qi <yao.qi@linaro.org>
4424
4425 * gdb.python/py-thrhandle.exp: Skip it if python is not
4426 enabled.
4427
4428 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4429
4430 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4431 as a breakpoint command.
4432
4433 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4434
4435 PR python/21213
4436 * gdb.python/py-infthread.exp: Test calling
4437 InferiorThread.inferior () multiple times in a row.
4438
4439 2017-10-27 Keith Seitz <keiths@redhat.com>
4440
4441 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4442 Test "info break" for every inlined function breakpoint.
4443
4444 2017-10-27 Yao Qi <yao.qi@linaro.org>
4445
4446 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4447
4448 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4449
4450 * gdb.cp/classes.exp (test_static_members): Test printing
4451 Outer::instance.
4452 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4453 (Inner::instance, Outer::instance): New.
4454
4455 2017-10-24 Pedro Alves <palves@redhat.com>
4456
4457 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4458 extra console" test in two stages.
4459
4460 2017-10-24 Pedro Alves <palves@redhat.com>
4461
4462 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4463
4464 2017-10-24 Pedro Alves <palves@redhat.com>
4465
4466 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4467 loop.
4468
4469 2017-10-24 Pedro Alves <palves@redhat.com>
4470
4471 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4472 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4473
4474 2017-10-24 Pedro Alves <palves@redhat.com>
4475
4476 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4477 parameter and handle it. Don't output read value in test name.
4478
4479 2017-10-24 Pedro Alves <palves@redhat.com>
4480
4481 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4482 custom test name.
4483
4484 2017-10-24 Pedro Alves <palves@redhat.com>
4485
4486 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4487 include the unstable output directory name in the test's name.
4488 (initial_setup_simple) <'set args'>: Use custom test name.
4489
4490 2017-10-24 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4493 with explicit test name.
4494
4495 2017-10-20 Pedro Alves <palves@redhat.com>
4496
4497 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4498 'wait -i'. Use gdb_assert and remote_close.
4499
4500 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4501
4502 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4503 number from variable rather than hard-coded.
4504
4505 2017-10-19 Pedro Alves <palves@redhat.com>
4506
4507 * gdb.base/long-inferior-output.c: New file.
4508 * gdb.base/long-inferior-output.exp: New file.
4509
4510 2017-11-18 Keith Seitz <keiths@redhat.com>
4511
4512 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4513 method.
4514 (main): Call it.
4515 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4516 Add additional user-defined conversion operator tests.
4517
4518 2017-10-17 Pedro Alves <palves@redhat.com>
4519
4520 * boards/native-stdio-gdbserver.exp: Load "local-board".
4521
4522 2017-10-17 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.base/quit-live.c: New file.
4525 * gdb.base/quit-live.exp: New file.
4526
4527 2017-10-16 Keith Seitz <keiths@redhat.com>
4528
4529 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4530 (class_with_protected_typedef, class_with_private_typedef)
4531 (struct_with_public_typedef, struct_with_protected_typedef)
4532 (struct_with_private_typedef): New classes/structs.
4533 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4534 typedefs and access specifiers.
4535
4536 2017-10-16 Pedro Alves <palves@redhat.com>
4537 Simon Marchi <simon.marchi@polymtl.ca>
4538
4539 * README (Local vs Remote vs Native): New section.
4540 * boards/local-board.exp: New file, with bits factored out from
4541 ...
4542 * boards/native-extended-gdbserver.exp: ... here. Load
4543 "local-board".
4544 * boards/native-gdbserver.exp: Load "local-board".
4545 (${board}_spawn, ${board}_exec): Delete.
4546 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4547 ...
4548 * boards/stdio-gdbserver-base.exp: ... this new file.
4549 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4550 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4551 procedure.
4552 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4553 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4554 stdio_gdbserver_command.
4555 (${board}_get_remote_address, ${board}_get_comm_port)
4556 (${board}_download, ${board}_upload): Delete.
4557 (get_target_remote_pipe_cmd): New.
4558
4559 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4560
4561 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4562 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4563 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4564 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4565 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4566 remove with_test_prefix.
4567
4568 2017-10-13 Pedro Alves <palves@redhat.com>
4569
4570 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4571 * gdb.base/annota1.exp: Use it instead of is_remote.
4572 * gdb.base/annota3.exp: Use it instead of is_remote.
4573 * gdb.cp/annota2.exp: Use it instead of is_remote.
4574 * gdb.cp/annota3.exp: Use it instead of is_remote.
4575 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4576
4577 2017-10-13 Pedro Alves <palves@redhat.com>
4578
4579 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4580 (test_num_test_vars, run_and_count_vars, find_env)
4581 (test_set_unset_env, test_inherit_env_var): New procedures.
4582 (top level): Use them.
4583
4584 2017-10-13 Pedro Alves <palves@redhat.com>
4585
4586 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4587 also skip on stub-like targets.
4588
4589 2017-10-13 Pedro Alves <palves@redhat.com>
4590
4591 PR gdb/22293
4592 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4593 (top level): Move some tests to ...
4594 (test_not_found): ... this new procedure.
4595 (top level): Call it.
4596
4597 2017-10-13 Pedro Alves <palves@redhat.com>
4598
4599 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4600 expect different "info terminal" output if testing with a
4601 non-native target.
4602
4603 2017-10-13 Pedro Alves <palves@redhat.com>
4604 Simon Marchi <simon.marchi@polymtl.ca>
4605
4606 PR python/12966
4607 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4608
4609 2017-10-13 Pedro Alves <palves@redhat.com>
4610
4611 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4612 already.
4613
4614 2017-10-13 Pedro Alves <palves@redhat.com>
4615
4616 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4617 is_remote.
4618
4619 2017-10-13 Pedro Alves <palves@redhat.com>
4620
4621 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4622 is_remote.
4623
4624 2017-10-13 Pedro Alves <palves@redhat.com>
4625
4626 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4627 is set.
4628 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4629 instead of is_remote.
4630
4631 2017-10-13 Pedro Alves <palves@redhat.com>
4632
4633 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4634 (top level): Add comment.
4635
4636 2017-10-13 Pedro Alves <palves@redhat.com>
4637
4638 * gdb.base/remote.exp (top level): Fix comment typo and add
4639 missing return.
4640
4641 2017-10-13 Pedro Alves <palves@redhat.com>
4642 Simon Marchi <simon.marchi@polymtl.ca>
4643
4644 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4645 calls and add comments. Skip test if use_gdb_stub is set.
4646 (top level): Use "set cwd" command instead of "cd" command.
4647
4648 2017-10-13 Pedro Alves <palves@redhat.com>
4649
4650 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4651 is_remote target check.
4652
4653 2017-10-13 Pedro Alves <palves@redhat.com>
4654
4655 * gdb.base/scope.exp: Use build_executable + clean_restart +
4656 gdb_file_cmd instead of prepare_for_testing and no longer skip
4657 "before run" tests on is_remote target boards. Update comments.
4658 * boards/native-extended-gdbserver.exp
4659 (extended_gdbserver_load_last_file): New, factored out from ...
4660 (gdb_load): ... this. Move further below and add comment.
4661 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4662
4663 2017-10-12 Pedro Alves <palves@redhat.com>
4664
4665 * gdb.base/attach.exp: Remove references to gdb64.
4666 * gdb.base/dbx.exp: Remove references to gdb64.
4667
4668 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4669 Pedro Alves <palves@redhat.com>
4670
4671 * gdb.base/label.exp: Remove is_remote target check.
4672
4673 2017-10-12 Pedro Alves <palves@redhat.com>
4674
4675 * gdb.base/auvx.exp (coredir): Update comment.
4676 (top level) <core_works>: Use "set cwd" command instead of "cd"
4677 command.
4678
4679 2017-10-12 Pedro Alves <palves@redhat.com>
4680 Simon Marchi <simon.marchi@polymtl.ca>
4681
4682 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4683 target boards.
4684
4685 2017-10-12 Pedro Alves <palves@redhat.com>
4686 Simon Marchi <simon.marchi@polymtl.ca>
4687
4688 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4689 Instead skip if there's any gdb_protocol set.
4690
4691 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4692 Pedro Alves <palves@redhat.com>
4693
4694 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4695
4696 2017-10-12 Pedro Alves <palves@redhat.com>
4697 Simon Marchi <simon.marchi@polymtl.ca>
4698
4699 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4700 instead of on dejagnu remote boards.
4701
4702 2017-10-12 Pedro Alves <palves@redhat.com>
4703 Simon Marchi <simon.marchi@polymtl.ca>
4704
4705 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4706 checks. Use build_executable + clean_restart instead of
4707 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4708 of enabling non-stop after starting gdb.
4709
4710 2017-10-12 Pedro Alves <palves@redhat.com>
4711
4712 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4713 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4714 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4715 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4716
4717 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4718
4719 * gdb.arch/arc-tdesc-cpu.exp: New file.
4720 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4721
4722 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4723
4724 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4725
4726 2017-10-10 Pedro Alves <palves@redhat.com>
4727
4728 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4729 expect CLI output.
4730
4731 2017-10-10 Pedro Alves <palves@redhat.com>
4732
4733 * lib/selftest-support.exp (selftest_setup): Update for
4734 captured_command_loop's prototype change.
4735
4736 2017-10-09 Pedro Alves <palves@redhat.com>
4737
4738 Test both arch1=>arch2 and arch2=>arch1.
4739
4740 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4741 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4742 factored out to...
4743 (append_arch1_options, append_arch2_options, append_arch_options)
4744 (build_executables): New procedures.
4745 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4746 local.
4747 (top level): Add new 'first_arch' testing axis.
4748
4749 2017-10-09 Pedro Alves <palves@redhat.com>
4750
4751 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4752 (barrier): New.
4753 (thread_start, all_started): New functions.
4754 (main): Spawn new thread and wait until it is scheduled.
4755 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4756 option.
4757 (do_test): Add 'selected_thread' parameter. Run to all_started
4758 instead of main. Explicitly set the breakpoint at main. Switch
4759 to the SELECTED_THREAD thread.
4760 (top level): Test handling the exec event with either the main
4761 thread or the second thread selected.
4762
4763 2017-10-09 Pedro Alves <palves@redhat.com>
4764
4765 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4766 logic. Move STOP marker after the value checks.
4767 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4768 regexp.
4769
4770 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4771
4772 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4773
4774 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4775
4776 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4777 integer-to-dfp conversion.
4778 * gdb.base/dfp-test.exp: Likewise.
4779
4780 2017-10-04 Pedro Alves <palves@redhat.com>
4781
4782 * gdb.multi/hangout.c: Include <unistd.h>.
4783 (hangout_loop): New function.
4784 (main): Call alarm. Call hangout_loop in a loop.
4785 * gdb.multi/hello.c: Include <unistd.h>.
4786 (hello_loop): New function.
4787 (main): Call alarm. Call hangout_loop in a loop.
4788 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4789 inferior with the other selected.
4790
4791 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4792
4793 * gdb.mi/list-thread-groups-available.exp: New file.
4794 * gdb.mi/list-thread-groups-available.c: New file.
4795
4796 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4797
4798 * gdb.base/set-cwd.exp: Make it available on
4799 native-extended-gdbserver.
4800
4801 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4802
4803 * gdb.base/set-cwd.c: New file.
4804 * gdb.base/set-cwd.exp: Likewise.
4805
4806 2017-10-02 Tom Tromey <tom@tromey.com>
4807
4808 PR rust/22236:
4809 * gdb.rust/simple.rs (main): New variable "fslice".
4810 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4811
4812 2017-10-02 Tom Tromey <tom@tromey.com>
4813
4814 * gdb.rust/simple.exp: Test ptype of a slice.
4815
4816 2017-10-02 Tom Tromey <tom@tromey.com>
4817
4818 * gdb.rust/simple.exp: Test index of slice.
4819
4820 2017-09-27 Tom Tromey <tom@tromey.com>
4821
4822 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4823
4824 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4825 Pedro Alves <palves@redhat.com>
4826
4827 * gdb.base/compare-sections.exp (get value of read-only section): Read
4828 as unsigned value.
4829 (corrupt read-only section): Likewise and don't set written if patching
4830 failed.
4831
4832 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4833
4834 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4835 files.
4836
4837 2017-09-20 Pedro Alves <palves@redhat.com>
4838
4839 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4840 symbol names in gdb's output.
4841 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4842
4843 2017-09-20 Pedro Alves <palves@redhat.com>
4844
4845 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4846 Rename to ...
4847 (test_list_ambiguous_symbol): ... this and add a symbol name
4848 parameter. Adjust.
4849 (test_list_ambiguous_function): Reimplement on top of
4850 test_list_ambiguous_symbol and also test listing ambiguous
4851 variables.
4852 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4853 (ambiguous_fun): ... this.
4854 (ambiguous_var): New.
4855 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4856 (ambiguous_fun): ... this.
4857 (ambiguous_var): New.
4858
4859 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4860
4861 * gdb.base/starti.c: New file.
4862 * gdb.base/starti.exp: New file.
4863 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4864
4865 2017-09-14 Pedro Alves <palves@redhat.com>
4866
4867 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4868 (top level): Use it instead of runto.
4869
4870 2017-09-11 Tom Tromey <tom@tromey.com>
4871
4872 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4873
4874 2017-09-11 Tom Tromey <tom@tromey.com>
4875
4876 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4877 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4878
4879 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4880
4881 * gdb.fortran/printing-types.exp: New file.
4882 * gdb.fortran/printing-types.exp: New file.
4883
4884 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4885
4886 * gdb.fortran/vla-ptype.exp: Fix typos.
4887 * gdb.fortran/vla-value.exp: Same.
4888
4889 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4890
4891 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4892 * gdb.mi/mi-var-child-f.exp: Likewise.
4893 * gdb.mi/mi-vla-fortran.exp: Likewise.
4894
4895 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4896 Christoph Weinmann <christoph.t.weinmann@intel.com>
4897 Bernhard Heckel <bernhard.heckel@intel.com>
4898
4899 * gdb.fortran/ptr-indentation.f90: New file.
4900 * gdb.fortran/ptr-indentation.exp: New file.
4901
4902 2017-09-05 Tom Tromey <tom@tromey.com>
4903
4904 PR gdb/22010:
4905 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4906
4907 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4908
4909 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4910
4911 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4912
4913 * gdb.threads/tls-nodebug-pie.c: New file.
4914 * gdb.threads/tls-nodebug-pie.exp: New file.
4915
4916 2017-09-05 Tom Tromey <tom@tromey.com>
4917
4918 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4919 for rust.
4920
4921 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4922
4923 * gdb.multi/multi-arch-exec.exp: Test with different
4924 "follow-exec-mode" settings.
4925 (do_test): New procedure.
4926
4927 2017-09-04 Pedro Alves <palves@redhat.com>
4928
4929 * gdb.base/func-static.c (S::method const, S::method volatile)
4930 (S::method volatile const): New methods.
4931 (c_s, v_s, cv_s): New instances.
4932 (main): Call method() on them.
4933 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4934 (cannot_resolve): New procedure.
4935 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4936 print-quote-unquoted columns.
4937 (do_test): Test printing each scope too.
4938
4939 2017-09-04 Pedro Alves <palves@redhat.com>
4940
4941 * gdb.base/local-static.exp: Also test with
4942 class::method::variable wholly quoted.
4943 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4944
4945 2017-09-04 Pedro Alves <palves@redhat.com>
4946
4947 * gdb.base/local-static.c: New.
4948 * gdb.base/local-static.cc: New.
4949 * gdb.base/local-static.exp: New.
4950
4951 2017-09-04 Pedro Alves <palves@redhat.com>
4952
4953 * gdb.asm/asm-source.exp: Add casts to int.
4954 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4955 (dataglobal64_1, dataglobal64_2): New globals.
4956 * gdb.base/nodebug.exp: Test different expressions involving the
4957 new globals, with print, whatis and ptype. Add casts to int.
4958 * gdb.base/solib-display.exp: Add casts to int.
4959 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4960 * gdb.cp/m-static.exp: Add cast to int.
4961 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4962 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4963 tls variable with no debug info without a cast. Test with a cast
4964 to int too.
4965 * gdb.trace/entry-values.exp: Add casts.
4966
4967 2017-09-04 Pedro Alves <palves@redhat.com>
4968
4969 * gdb.base/nodebug.exp: Test that ptype's error about functions
4970 with unknown return type includes the function name too.
4971
4972 2017-09-04 Pedro Alves <palves@redhat.com>
4973
4974 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4975 return type of munmap in infcall.
4976 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4977 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4978 type of ftell in infcall.
4979 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4980 type of getpid in infcall.
4981 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4982 infcall.
4983 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4984 Bail on failure to extract the pid.
4985 * gdb.base/nodebug.c: #include <stdint.h>.
4986 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4987 New functions.
4988 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4989 Change expected output of print/whatis/ptype with functions with
4990 no debug info. Test all supported languages. Call
4991 test_call_promotion.
4992 * gdb.compile/compile.exp: Adjust expected output to expect
4993 warning.
4994 * gdb.threads/siginfo-threads.exp: Likewise.
4995
4996 2017-09-04 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4999 "prototypes". Test calling float functions via prototyped and
5000 unprototyped function pointers.
5001 (perform_all_tests): New parameter "prototypes". Pass it down.
5002 (top level): Pass down "prototypes" parameter to
5003 perform_all_tests.
5004
5005 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5006
5007 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5008 Test with nested loops.
5009
5010 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5011
5012 * gdb.base/commands.exp: Call the new procedures.
5013 (loop_break_test, loop_continue_test): New procedures.
5014
5015 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5016
5017 * gdb.base/commands.exp: Call new procedure.
5018 (define_if_without_arg_test): New procedure.
5019
5020 2017-09-04 Pedro Alves <palves@redhat.com>
5021
5022 * gdb.base/list-ambiguous.exp: New file.
5023 * gdb.base/list-ambiguous0.c: New file.
5024 * gdb.base/list-ambiguous1.c: New file.
5025 * gdb.base/list.exp (test_list_range): Adjust expected output.
5026
5027 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5028
5029 * gdb.base/share-env-with-gdbserver.c: New file.
5030 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5031
5032 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5033
5034 * gdb.base/commands.exp (gdbvar_simple_if_test,
5035 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5036 progvar_simple_if_test, progvar_simple_while_test,
5037 progvar_complex_if_while_test, user_defined_command_test,
5038 user_defined_command_args_eval,
5039 user_defined_command_args_stack_test,
5040 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5041 temporary_breakpoint_commands,
5042 gdb_test_no_prompt, redefine_hook_test,
5043 redefine_backtrace_test): Remove "global gdb_prompt".
5044
5045 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5046
5047 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5048 New proc, call it from toplevel.
5049
5050 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5051
5052 PR remote/21852
5053 * gdb.server/normal.c: New file, copied from gdb.base.
5054 * gdb.server/run-without-local-binary.exp: New file.
5055
5056 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5057
5058 * gdb.arch/sparc64-adi.exp: New file.
5059 * gdb.arch/sparc64-adi.c: New file.
5060
5061 2017-08-22 Pedro Alves <palves@redhat.com>
5062
5063 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5064 (top level): Add "list all overloads" tests.
5065
5066 2017-08-22 Tom Tromey <tom@tromey.com>
5067
5068 * gdb.gdb/xfullpath.exp: Remove.
5069
5070 2017-08-21 Pedro Alves <palves@redhat.com>
5071
5072 PR gdb/19487
5073 * gdb.base/symbol-alias.c: New.
5074 * gdb.base/symbol-alias2.c: New.
5075 * gdb.base/symbol-alias.exp: New.
5076
5077 2017-08-21 Pedro Alves <palves@redhat.com>
5078
5079 * gdb.base/dfp-test.c
5080 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5081 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5082 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5083 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5084 * gdb.base/whatis-ptype-typedefs.c: New.
5085 * gdb.base/whatis-ptype-typedefs.exp: New.
5086 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5087 (an_int, an_int_type, an_int_type2): New globals.
5088 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5089 involving typedefs and cast expressions.
5090 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5091 (lookup_typedefs_function): New.
5092 (typedefs_pretty_printers_dict): New.
5093 (top level): Register lookup_typedefs_function in
5094 gdb.pretty_printers.
5095
5096 2017-08-18 Yao Qi <yao.qi@linaro.org>
5097
5098 * gdb.server/unittest.exp: New.
5099
5100 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5101
5102 PR gdb/21954
5103 * gdb.base/environ.exp: Add test to check if 'unset environment'
5104 works.
5105
5106 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5107
5108 * lib/gdb.exp (universal_compile_options): New caching proc.
5109 (gdb_compile): Suppress GCC's coloring of messages.
5110
5111 2017-08-14 Tom Tromey <tom@tromey.com>
5112
5113 PR gdb/21675:
5114 * gdb.base/printcmds.exp (test_radices): New function.
5115 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5116 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5117 * lib/gdb.exp (get_integer_valueof): Use p/d.
5118
5119 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5120
5121 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5122 characters.
5123
5124 2017-08-05 Tom Tromey <tom@tromey.com>
5125
5126 * gdb.rust/simple.exp: Allow String to appear in a different
5127 namespace.
5128
5129 2017-07-26 Yao Qi <yao.qi@linaro.org>
5130
5131 * gdb.gdb/unittest.exp: Invoke command
5132 "maintenance check xml-descriptions".
5133
5134 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5135
5136 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5137 calling context.
5138 (hex128): Drop erroneous calculation of parameters.
5139
5140 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5141
5142 * gdb.python/py-unwind.exp: Disable stack protection when
5143 building test file.
5144
5145 2017-07-20 Pedro Alves <palves@redhat.com>
5146
5147 * gdb.base/default.exp (set language): Adjust expected output.
5148
5149 2017-07-20 Pedro Alves <palves@redhat.com>
5150
5151 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5152 (test_minsym): ... this, and make static.
5153 (get_pck__foo__bar__minsym): Rename to ...
5154 (get_test_minsym): ... this.
5155 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5156 symbol names and comments.
5157 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5158 (get_test_minsym): ... this.
5159 (pck__foo__bar__minsym__2): Rename to ...
5160 (test_minsym): ... this.
5161 (main): Adjust.
5162
5163 2017-07-17 Pedro Alves <palves@redhat.com>
5164
5165 * gdb.base/completion.exp: Adjust expected output.
5166 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5167 the completer works.
5168
5169 2017-07-17 Pedro Alves <palves@redhat.com>
5170
5171 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5172
5173 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5174
5175 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5176
5177 2017-07-14 Tom Tromey <tom@tromey.com>
5178
5179 PR rust/21764:
5180 * gdb.rust/simple.exp: Add tests.
5181
5182 2017-07-14 Tom Tromey <tom@tromey.com>
5183
5184 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5185
5186 2017-07-14 Pedro Alves <palves@redhat.com>
5187
5188 * gdb.linespec/base/one/thefile.cc (z1): New function.
5189 * gdb.linespec/base/two/thefile.cc (z2): New function.
5190 * gdb.linespec/linespec.exp: Add tests.
5191
5192 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5193
5194 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5195 to mi_create_breakpoint.
5196
5197 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5198
5199 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5200 mi_create_breakpoint.
5201
5202 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5203
5204 * gdb.dlang/demangle.exp: Update for demangling changes.
5205
5206 2017-07-09 Tom Tromey <tom@tromey.com>
5207
5208 * gdb.dwarf2/shortpiece.exp: New file.
5209
5210 2017-07-06 David Blaikie <dblaikie@gmail.com>
5211
5212 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5213 built from fissiont-multi-cu{1,2}.c.
5214 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5215 except putting 'main' and 'func' in separate CUs in the same DWO file.
5216 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5217 test.
5218 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5219 test.
5220
5221 2017-07-06 Pedro Alves <palves@redhat.com>
5222
5223 * gdb.python/py-unwind.exp: Test flushregs.
5224
5225 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5226
5227 PR cli/21688
5228 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5229 tests for alias commands and trailing whitespace.
5230
5231 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5232
5233 PR cli/21688
5234 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5235 procedure. Call it.
5236
5237 2017-06-29 Pedro Alves <palves@redhat.com>
5238
5239 * gdb.base/printcmds.exp: Add tests.
5240
5241 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5242
5243 PR gdb/21337
5244 * gdb.base/reread-readsym.exp: New file.
5245 * gdb.base/reread-readsym.c: New file.
5246
5247 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5248
5249 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5250 subpattern.
5251
5252 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5253
5254 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5255 extended mnemonic.
5256 * gdb.arch/powerpc-power9.s: Likewise.
5257
5258 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5259
5260 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5261 on 32-bit x86 targets. Exploit is_*_target macros where
5262 appropriate.
5263
5264 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5265
5266 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5267 register pieces.
5268
5269 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5270
5271 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5272 located in one or more DWARF pieces.
5273
5274 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5275
5276 * lib/gdb.exp (get_endianness): New proc.
5277 * gdb.arch/aarch64-fp.exp: Use it.
5278 * gdb.arch/altivec-regs.exp: Likewise.
5279 * gdb.arch/e500-regs.exp: Likewise.
5280 * gdb.arch/vsx-regs.exp: Likewise.
5281 * gdb.base/dump.exp: Likewise.
5282 * gdb.base/funcargs.exp: Likewise.
5283 * gdb.base/gnu_vector.exp: Likewise.
5284 * gdb.dwarf2/formdata16.exp: Likewise.
5285 * gdb.dwarf2/implptrpiece.exp: Likewise.
5286 * gdb.dwarf2/nonvar-access.exp: Likewise.
5287 * gdb.python/py-inferior.exp: Likewise.
5288 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5289
5290 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5291
5292 PR gdb/21226
5293 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5294 stack value pieces are taken from the LSB end.
5295
5296 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5297
5298 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5299 variable at nonzero offset.
5300
5301 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5302
5303 * gdb.dwarf2/var-access.c: New file.
5304 * gdb.dwarf2/var-access.exp: New test.
5305 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5306
5307 2017-06-12 Tom Tromey <tom@tromey.com>
5308
5309 * gdb.dwarf2/formdata16.exp: Add tests.
5310
5311 2017-06-12 Tom Tromey <tom@tromey.com>
5312
5313 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5314
5315 2017-06-12 Tom Tromey <tom@tromey.com>
5316
5317 PR exp/16225:
5318 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5319 * gdb.arch/vsx-regs.exp: Update tests.
5320 * gdb.arch/s390-vregs.exp (hex128): New proc.
5321 Update test.
5322 * gdb.arch/altivec-regs.exp: Update tests.
5323
5324 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5325
5326 * gdb.base/startup-with-shell.c: New file.
5327 * gdb.base/startup-with-shell.exp: Likewise.
5328
5329 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5330
5331 * gdb.server/non-existing-program.exp: Update regex in order to
5332 reflect the fact that gdbserver is now using fork_inferior (with a
5333 shell) to startup the inferior.
5334
5335 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5336
5337 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5338 support function calls from GDB.
5339
5340 2017-05-21 Tom Tromey <tom@tromey.com>
5341
5342 PR rust/21466:
5343 * gdb.rust/unsized.exp: New file.
5344 * gdb.rust/unsized.rs: New file.
5345
5346 2017-05-19 Tom Tromey <tom@tromey.com>
5347
5348 PR rust/21484:
5349 * gdb.rust/watch.exp: New file.
5350 * gdb.rust/watch.rs: New file.
5351
5352 2017-05-18 Tom Tromey <tom@tromey.com>
5353
5354 * gdb.rust/simple.exp: Allow Box to be qualified.
5355
5356 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5357
5358 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5359
5360 2017-05-18 Pedro Alves <palves@redhat.com>
5361
5362 * gdb.base/fileio.c (test_write, test_read, test_close)
5363 (test_fstat): Don't print 'ret' in the fail path.
5364
5365 2017-05-18 Pedro Alves <palves@redhat.com>
5366
5367 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5368 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5369 (test_system, test_rename, test_unlink, test_time): Change
5370 prototypes.
5371 * gdb.base/fileio.exp (stop_msg): Adjust.
5372
5373 2017-05-18 Pedro Alves <palves@redhat.com>
5374
5375 * gdb.base/fileio.c (null_str): New global.
5376 (test_stat): Use it.
5377 * gdb.base/fileio.exp: Remove nowarnings.
5378
5379 2017-05-17 Yao Qi <yao.qi@linaro.org>
5380
5381 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5382
5383 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5384
5385 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5386 argument command.
5387 (top-level): Invoke test_set_inferior_tty.
5388
5389 2017-05-04 Pedro Alves <palves@redhat.com>
5390
5391 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5392 Add parens to print call for Python 3.
5393
5394 2017-05-03 Keith Seitz <keiths@redhat.com>
5395
5396 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5397 (main): Call it.
5398
5399 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5400
5401 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5402 to prev and next.
5403
5404 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5405
5406 * gdb.python/py-record-btrace.exp: Remove test for
5407 gdb.BtraceInstruction.error.
5408
5409 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5410
5411 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5412
5413 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5414
5415 * gdb.python/py-record-btrace-threads.c: New file.
5416 * gdb.python/py-record-btrace-threads.exp: New file.
5417
5418 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5419
5420 PR testsuite/8595
5421 * gdb.base/environ.exp: Make test available in all architectures.
5422 Move bits related to "info program" testing to
5423 gdb.base/info-program.exp. Rewrite tests to use the two new
5424 procedures mentione below.
5425 (test_set_show_env_var) New procedure.
5426 (test_set_show_env_var_equal): Likewise.
5427 * gdb.base/info-program.exp: New file.
5428
5429 2017-04-27 Keith Seitz <keiths@redhat.com>
5430
5431 * gdb.cp/oranking.cc (test15): New function.
5432 (main): Call test15 and declare additional variables for testing.
5433 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5434 "p foo101('abc')" tests.
5435 Add tests for cv qualifier overloads.
5436 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5437 "lvalue reference overload" test.
5438 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5439 "print value of f1 on Child&& in f2" test.
5440
5441 2017-04-19 Pedro Alves <palves@redhat.com>
5442
5443 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5444 procedure.
5445 (top level): Call it.
5446 * lib/gdb.exp (gdb_define_cmd): New procedure.
5447
5448 2017-04-12 Pedro Alves <palves@redhat.com>
5449
5450 PR gdb/21323
5451 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5452 (wchar): New global.
5453 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5454 (do_test_wide_char, wide_char_types_no_program, top level): Add
5455 wchar_t testing.
5456
5457 2017-04-12 Pedro Alves <palves@redhat.com>
5458
5459 PR c++/21323
5460 * gdb.cp/wide_char_types.c: New file.
5461 * gdb.cp/wide_char_types.exp: New file.
5462
5463 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5464
5465 PR gdb/21352
5466 * gdb.trace/tsv.exp: Add test for "tsave -r".
5467
5468 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5469
5470 * gdb.dlang/watch-loc.c: New file.
5471 * gdb.dlang/watch-loc.exp: New file.
5472
5473 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5474
5475 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5476
5477 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5478
5479 * gdb.arch/arc-analyze-prologue.S: New file.
5480 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5481
5482 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5483
5484 * gdb.arch/arc-decode-insn.S: New file.
5485 * gdb.arch/arc-decode-insn.exp: Likewise.
5486
5487 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5488
5489 PR tdep/20928
5490 * gdb.arch/sparc64-regs.exp: New file.
5491 * gdb.arch/sparc64-regs.S: Likewise.
5492
5493 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5494
5495 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5496 and memory view on Python 3.
5497
5498 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5499 Keith Seitz <keiths@redhat.com>
5500
5501 PR gdb/14441
5502 * gdb.cp/demangle.exp: Add rvalue reference tests.
5503 * gdb.cp/rvalue-ref-casts.cc: New file.
5504 * gdb.cp/rvalue-ref-casts.exp: New file.
5505 * gdb.cp/rvalue-ref-overload.cc: New file.
5506 * gdb.cp/rvalue-ref-overload.exp: New file.
5507 * gdb.cp/rvalue-ref-params.cc: New file.
5508 * gdb.cp/rvalue-ref-params.exp: New file.
5509 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5510 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5511 * gdb.cp/rvalue-ref-types.cc: New file.
5512 * gdb.cp/rvalue-ref-types.exp: New file.
5513 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5514 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5515
5516 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5517
5518 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5519 New procedure.
5520
5521 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5522
5523 * lib/mi-support.exp (mi_gdb_test): Add additional message
5524 for unexpected output.
5525
5526 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5527
5528 * gdb.base/examine-backward.c (Barrier): New character array
5529 constant, to ensure that TestStrings is preceded by a string
5530 terminator.
5531
5532 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5533
5534 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5535 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5536 and implicit pointer into such a location.
5537
5538 2017-03-16 Doug Evans <dje@google.com>
5539
5540 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5541
5542 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5543
5544 * gdb.cp/m-static.exp: Fix expectation for prototype of
5545 test5.single_constructor and single_constructor::single_constructor.
5546
5547 2017-03-16 Doug Evans <dje@google.com>
5548
5549 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5550 * gdb.guile/scm-lazy-string.c: New file.
5551 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5552 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5553 for pointer, array, typedef lazy strings.
5554
5555 2017-03-16 Doug Evans <dje@google.com>
5556
5557 PR python/17728, python/18439, python/18779
5558 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5559 * gdb.python/py-lazy-string.c (pointer): New typedef.
5560 (main): New locals ptr, array, typedef_ptr.
5561 * gdb.python/py-value.exp: Move lazy string tests to ...
5562 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5563 array, typedef lazy strings.
5564
5565 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5566
5567 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5568 Add optional 'test' parameter.
5569
5570 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5571
5572 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5573 Skip for versions of DejaGnu < 1.5.
5574
5575 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5576
5577 * lib/gdb.exp (dejagnu_version): New proc.
5578 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5579 Use dejagnu_version.
5580
5581 2017-03-10 Keith Seitz <keiths@redhat.com>
5582
5583 PR c++/8128
5584 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5585 type from destructor regexps.
5586 Add a branch which actually passes the test.
5587 Adjust "ptype t5i" test names.
5588
5589 2017-03-08 Pedro Alves <palves@redhat.com>
5590
5591 * gdb.base/step-over-exit.exp: Add explicit test message.
5592
5593 2017-03-08 Pedro Alves <palves@redhat.com>
5594
5595 PR gdb/18360
5596 * gdb.threads/interrupt-while-step-over.c: New file.
5597 * gdb.threads/interrupt-while-step-over.exp: New file.
5598
5599 2017-03-08 Pedro Alves <palves@redhat.com>
5600
5601 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5602 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5603
5604 2017-03-08 Pedro Alves <palves@redhat.com>
5605
5606 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5607 PKRU as not supported as a PASS.
5608
5609 2017-03-08 Pedro Alves <palves@redhat.com>
5610
5611 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5612 prefix instead of $binfile1/$binfile2.
5613 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5614 in test message.
5615 * gdb.python/py-completion.exp: Use "load python file" as test
5616 messages instead of unstable path names.
5617
5618 2017-03-08 Pedro Alves <palves@redhat.com>
5619 Jan Kratochvil <jan.kratochvil@redhat.com>
5620
5621 PR cli/21218
5622 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5623 New proc.
5624 (top level): Call it.
5625
5626 2017-03-08 Pedro Alves <palves@redhat.com>
5627
5628 PR tui/21216
5629 * gdb.tui/tui-nl-filtered-output.exp: New file.
5630
5631 2017-03-08 Pedro Alves <palves@redhat.com>
5632
5633 * gdb.base/completion.exp: Move TUI completion tests to ...
5634 * gdb.tui/completion.exp: ... this new file.
5635
5636 2017-03-08 Pedro Alves <palves@redhat.com>
5637
5638 * gdb.base/tui-disasm-long-lines.c,
5639 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5640 gdb.base/tui-layout.exp: Move to ...
5641 * gdb.tui/: ... this new directory.
5642
5643 2017-03-07 Pedro Alves <palves@redhat.com>
5644
5645 * gdb.base/tui-layout.c: New file.
5646 * gdb.base/tui-layout.exp: New file.
5647
5648 2017-03-07 Pedro Alves <palves@redhat.com>
5649
5650 * gdb.base/tui-layout.c: Rename to ...
5651 * gdb.base/tui-disasm-long-lines.c: ... this.
5652 * gdb.base/tui-layout.exp: Rename to ...
5653 * gdb.base/tui-disasm-long-lines.exp: ... this.
5654
5655 2017-03-07 Pedro Alves <palves@redhat.com>
5656
5657 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5658
5659 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5660
5661 * i386-mpx-call.c: New file.
5662 * i386-mpx-call.exp: New file.
5663
5664 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5665
5666 * gdb.arch/powerpc-power.exp: Delete test.
5667 * gdb.arch/powerpc-power.s: Likewise.
5668 * gdb.disasm/disassembler-options.exp: New test.
5669 * gdb.arch/powerpc-altivec.exp: Likewise.
5670 * gdb.arch/powerpc-altivec.s: Likewise.
5671 * gdb.arch/powerpc-altivec2.exp: Likewise.
5672 * gdb.arch/powerpc-altivec2.s: Likewise.
5673 * gdb.arch/powerpc-altivec3.exp: Likewise.
5674 * gdb.arch/powerpc-altivec3.s: Likewise.
5675 * gdb.arch/powerpc-power7.exp: Likewise.
5676 * gdb.arch/powerpc-power7.s: Likewise.
5677 * gdb.arch/powerpc-power8.exp: Likewise.
5678 * gdb.arch/powerpc-power8.s: Likewise.
5679 * gdb.arch/powerpc-power9.exp: Likewise.
5680 * gdb.arch/powerpc-power9.s: Likewise.
5681 * gdb.arch/powerpc-vsx.exp: Likewise.
5682 * gdb.arch/powerpc-vsx.s: Likewise.
5683 * gdb.arch/powerpc-vsx2.exp: Likewise.
5684 * gdb.arch/powerpc-vsx2.s: Likewise.
5685 * gdb.arch/powerpc-vsx3.exp: Likewise.
5686 * gdb.arch/powerpc-vsx3.s: Likewise.
5687 * gdb.arch/arm-disassembler-options.exp: Likewise.
5688 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5689 * gdb.arch/s390-disassembler-options.exp: Likewise.
5690
5691 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5692
5693 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5694 (check_supported_features): ... this. Changed return type to void.
5695 (supports_rdseed): New static global.
5696 (rdseed): Check supports_rdseed.
5697 (initialize): Call check_supported_features.
5698
5699 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5700
5701 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5702 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5703 and lqarx/stqcx.
5704 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5705 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5706
5707 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5708
5709 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5710 uppercase.
5711
5712 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5713
5714 * gdb.dwarf2/formdata16.c: New file.
5715 * gdb.dwarf2/formdata16.exp: New file.
5716 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5717
5718 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5719
5720 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5721 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5722 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5723 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5724 DW_AT_GNU_*.
5725
5726 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5727
5728 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5729
5730 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5731
5732 PR gdb/21164
5733 * gdb.base/maint.exp: Add testcases for when the commands do
5734 not have arguments.
5735
5736 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5737
5738 * gdb.cp/chained-calls.exp: Use p instead of P.
5739
5740 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5741
5742 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5743 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5744
5745 2017-02-14 Tom Tromey <tom@tromey.com>
5746
5747 PR python/13598:
5748 * gdb.python/py-events.exp: Add before_prompt event tests.
5749
5750 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5751
5752 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5753
5754 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5755
5756 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5757 (main): Call my_unique_function_name.
5758 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5759 completion of patterns with a single match.
5760 Add missing -re switches to gdb_test_multiple calls.
5761
5762 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5763
5764 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5765 return if core file is not recognized.
5766
5767 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5768
5769 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5770 and extra UIs.
5771
5772 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5773
5774 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5775 proc_with_prefix.
5776
5777 2017-02-10 Tom Tromey <tom@tromey.com>
5778
5779 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5780
5781 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5782
5783 PR gdb/21122
5784 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5785
5786 2017-02-08 Jerome Guitton <guitton@adacore.com>
5787
5788 * gdb.base/define.exp: Add test for command abbreviations
5789 in define.
5790
5791 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5792
5793 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5794 * gdb.reverse/insn-reverse-x86.c: New file.
5795
5796 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5797
5798 PR tdep/20936
5799 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5800
5801 2017-02-03 Tom Tromey <tom@tromey.com>
5802
5803 PR rust/21097:
5804 * gdb.rust/simple.exp: Add new tests.
5805
5806 2017-02-02 Pedro Alves <palves@redhat.com>
5807
5808 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5809 tests.
5810
5811 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5812
5813 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5814 taking a 2-byte value out of a 4-byte DWARF implicit value on
5815 big-endian targets.
5816 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5817 logic. Add test cases for DW_OP_implicit.
5818
5819 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5820
5821 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5822
5823 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5824
5825 * gdb.btrace/enable.exp: Call gdb_exit before
5826 skip_gdbserver_tests.
5827
5828 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5829
5830 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5831 GDBFLAGS.
5832
5833 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5834
5835 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5836 the test is skipped.
5837 * gdb.btrace/data.exp: Likewise.
5838 * gdb.btrace/delta.exp: Likewise.
5839 * gdb.btrace/dlopen.exp: Likewise.
5840 * gdb.btrace/enable-running.exp: Likewise.
5841 * gdb.btrace/enable.exp: Likewise.
5842 * gdb.btrace/exception.exp: Likewise.
5843 * gdb.btrace/function_call_history.exp: Likewise.
5844 * gdb.btrace/gcore.exp: Likewise.
5845 * gdb.btrace/instruction_history.exp: Likewise.
5846 * gdb.btrace/multi-thread-step.exp: Likewise.
5847 * gdb.btrace/nohist.exp: Likewise.
5848 * gdb.btrace/non-stop.exp: Likewise.
5849 * gdb.btrace/reconnect.exp: Likewise.
5850 * gdb.btrace/record_goto-step.exp: Likewise.
5851 * gdb.btrace/record_goto.exp: Likewise.
5852 * gdb.btrace/rn-dl-bind.exp: Likewise.
5853 * gdb.btrace/segv.exp: Likewise.
5854 * gdb.btrace/step.exp: Likewise.
5855 * gdb.btrace/stepi.exp: Likewise.
5856 * gdb.btrace/tailcall-only.exp: Likewise.
5857 * gdb.btrace/tailcall.exp: Likewise.
5858 * gdb.btrace/tsx.exp: Likewise.
5859 * gdb.btrace/unknown_functions.exp: Likewise.
5860 * gdb.btrace/vdso.exp: Likewise.
5861
5862 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5863
5864 * gdb.btrace/enable-running.c: New.
5865 * gdb.btrace/enable-running.exp: New.
5866
5867 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5868
5869 * gdb.arch/amd64-gs_base.c: New file.
5870 * gdb.arch/amd64-gs_base.exp: New file.
5871
5872 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5873
5874 * lib/memory.exp: Remove spurious empty newlines.
5875
5876 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5877
5878 * gdb.python/py-bad-printers.exp: Load python file using "source".
5879 * gdb.python/py-events.exp: Likewise.
5880 * gdb.python/py-evsignal.exp: Likewise.
5881 * gdb.python/py-evthreads.exp: Likewise.
5882 * gdb.python/py-frame-args.exp: Likewise.
5883 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5884 * gdb.python/py-framefilter-mi.exp: Likewise.
5885 * gdb.python/py-framefilter.exp: Likewise.
5886 * gdb.python/py-mi.exp: Likewise.
5887 * gdb.python/py-pp-maint.exp: Likewise.
5888 * gdb.python/py-pp-registration.exp: Likewise.
5889 * gdb.python/py-prettyprint.exp: Likewise.
5890 (run_lang_tests): Likewise.
5891 * gdb.python/py-typeprint.exp: Likewise.
5892
5893 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5894
5895 * lib/memory.exp: New file.
5896 * lib/gdb.exp: Load memory.exp.
5897 * gdb.base/memattr.exp (delete_memory): Move proc to
5898 lib/memory.exp and rename to delete_memory_regions.
5899 Replace delete_memory with delete_memory_regions.
5900 Cleanup memory regions before tests.
5901 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5902 before tests.
5903
5904 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5905
5906 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5907 files.
5908 (initialize): New function conditionally defined.
5909 (testcases): Move within conditional block.
5910 (main): Call initialize.
5911 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5912 of gdb.reverse/insn-reverse.c.
5913 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5914 gdb.reverse/insn-reverse.c.
5915
5916 2017-01-26 Yao Qi <yao.qi@linaro.org>
5917
5918 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5919 disassemble on address 0.
5920
5921 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5922 Yao Qi <yao.qi@linaro.org>
5923
5924 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5925 * gdb.dwarf2/implptr-64bit.S: Remove.
5926 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5927 variables in caller's context. Add DW_OP_implicit_value.
5928
5929 2017-01-25 Yao Qi <yao.qi@linaro.org>
5930
5931 * lib/dwarf.exp (Dwarf::_location): Handle
5932 DW_OP_GNU_implicit_pointer with proper size.
5933
5934 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5935
5936 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5937 and add untested calls.
5938
5939 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5940
5941 * gdb.python/python.exp: Check line number against what GDB thinks
5942 the line number is for func1.
5943
5944 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5945
5946 * gdb.dlang/debug-expr.exp: New file.
5947
5948 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5949
5950 Fix test names for the following files:
5951
5952 * gdb.ada/exec_changed.exp
5953 * gdb.ada/info_types.exp
5954 * gdb.arch/aarch64-atomic-inst.exp
5955 * gdb.arch/aarch64-fp.exp
5956 * gdb.arch/altivec-abi.exp
5957 * gdb.arch/altivec-regs.exp
5958 * gdb.arch/amd64-byte.exp
5959 * gdb.arch/amd64-disp-step.exp
5960 * gdb.arch/amd64-dword.exp
5961 * gdb.arch/amd64-entry-value-inline.exp
5962 * gdb.arch/amd64-entry-value-param.exp
5963 * gdb.arch/amd64-entry-value-paramref.exp
5964 * gdb.arch/amd64-entry-value.exp
5965 * gdb.arch/amd64-i386-address.exp
5966 * gdb.arch/amd64-invalid-stack-middle.exp
5967 * gdb.arch/amd64-invalid-stack-top.exp
5968 * gdb.arch/amd64-optimout-repeat.exp
5969 * gdb.arch/amd64-prologue-skip.exp
5970 * gdb.arch/amd64-prologue-xmm.exp
5971 * gdb.arch/amd64-stap-special-operands.exp
5972 * gdb.arch/amd64-stap-wrong-subexp.exp
5973 * gdb.arch/amd64-tailcall-cxx.exp
5974 * gdb.arch/amd64-tailcall-noret.exp
5975 * gdb.arch/amd64-tailcall-ret.exp
5976 * gdb.arch/amd64-tailcall-self.exp
5977 * gdb.arch/amd64-word.exp
5978 * gdb.arch/arm-bl-branch-dest.exp
5979 * gdb.arch/arm-disp-step.exp
5980 * gdb.arch/arm-neon.exp
5981 * gdb.arch/arm-single-step-kernel-helper.exp
5982 * gdb.arch/avr-flash-qualifier.exp
5983 * gdb.arch/disp-step-insn-reloc.exp
5984 * gdb.arch/e500-abi.exp
5985 * gdb.arch/e500-regs.exp
5986 * gdb.arch/ftrace-insn-reloc.exp
5987 * gdb.arch/i386-avx512.exp
5988 * gdb.arch/i386-bp_permanent.exp
5989 * gdb.arch/i386-byte.exp
5990 * gdb.arch/i386-cfi-notcurrent.exp
5991 * gdb.arch/i386-disp-step.exp
5992 * gdb.arch/i386-dr3-watch.exp
5993 * gdb.arch/i386-float.exp
5994 * gdb.arch/i386-gnu-cfi.exp
5995 * gdb.arch/i386-mpx-map.exp
5996 * gdb.arch/i386-mpx-sigsegv.exp
5997 * gdb.arch/i386-mpx-simple_segv.exp
5998 * gdb.arch/i386-mpx.exp
5999 * gdb.arch/i386-permbkpt.exp
6000 * gdb.arch/i386-prologue.exp
6001 * gdb.arch/i386-signal.exp
6002 * gdb.arch/i386-size-overlap.exp
6003 * gdb.arch/i386-unwind.exp
6004 * gdb.arch/i386-word.exp
6005 * gdb.arch/mips-fcr.exp
6006 * gdb.arch/powerpc-d128-regs.exp
6007 * gdb.arch/powerpc-stackless.exp
6008 * gdb.arch/ppc64-atomic-inst.exp
6009 * gdb.arch/s390-stackless.exp
6010 * gdb.arch/s390-tdbregs.exp
6011 * gdb.arch/s390-vregs.exp
6012 * gdb.arch/sparc-sysstep.exp
6013 * gdb.arch/thumb-bx-pc.exp
6014 * gdb.arch/thumb-singlestep.exp
6015 * gdb.arch/thumb2-it.exp
6016 * gdb.arch/vsx-regs.exp
6017 * gdb.asm/asm-source.exp
6018 * gdb.base/a2-run.exp
6019 * gdb.base/advance.exp
6020 * gdb.base/all-bin.exp
6021 * gdb.base/anon.exp
6022 * gdb.base/args.exp
6023 * gdb.base/arithmet.exp
6024 * gdb.base/async-shell.exp
6025 * gdb.base/async.exp
6026 * gdb.base/attach-pie-noexec.exp
6027 * gdb.base/attach-twice.exp
6028 * gdb.base/auto-load.exp
6029 * gdb.base/bang.exp
6030 * gdb.base/bitfields.exp
6031 * gdb.base/break-always.exp
6032 * gdb.base/break-caller-line.exp
6033 * gdb.base/break-entry.exp
6034 * gdb.base/break-inline.exp
6035 * gdb.base/break-on-linker-gcd-function.exp
6036 * gdb.base/break-probes.exp
6037 * gdb.base/break.exp
6038 * gdb.base/breakpoint-shadow.exp
6039 * gdb.base/call-ar-st.exp
6040 * gdb.base/call-sc.exp
6041 * gdb.base/call-signal-resume.exp
6042 * gdb.base/call-strs.exp
6043 * gdb.base/callfuncs.exp
6044 * gdb.base/catch-fork-static.exp
6045 * gdb.base/catch-gdb-caused-signals.exp
6046 * gdb.base/catch-load.exp
6047 * gdb.base/catch-signal-fork.exp
6048 * gdb.base/catch-signal.exp
6049 * gdb.base/catch-syscall.exp
6050 * gdb.base/charset.exp
6051 * gdb.base/checkpoint.exp
6052 * gdb.base/chng-syms.exp
6053 * gdb.base/code-expr.exp
6054 * gdb.base/code_elim.exp
6055 * gdb.base/commands.exp
6056 * gdb.base/completion.exp
6057 * gdb.base/complex.exp
6058 * gdb.base/cond-expr.exp
6059 * gdb.base/condbreak.exp
6060 * gdb.base/consecutive.exp
6061 * gdb.base/continue-all-already-running.exp
6062 * gdb.base/coredump-filter.exp
6063 * gdb.base/corefile.exp
6064 * gdb.base/dbx.exp
6065 * gdb.base/debug-expr.exp
6066 * gdb.base/define.exp
6067 * gdb.base/del.exp
6068 * gdb.base/disabled-location.exp
6069 * gdb.base/disasm-end-cu.exp
6070 * gdb.base/disasm-optim.exp
6071 * gdb.base/display.exp
6072 * gdb.base/duplicate-bp.exp
6073 * gdb.base/ena-dis-br.exp
6074 * gdb.base/ending-run.exp
6075 * gdb.base/enumval.exp
6076 * gdb.base/environ.exp
6077 * gdb.base/eu-strip-infcall.exp
6078 * gdb.base/eval-avoid-side-effects.exp
6079 * gdb.base/eval-skip.exp
6080 * gdb.base/exitsignal.exp
6081 * gdb.base/expand-psymtabs.exp
6082 * gdb.base/filesym.exp
6083 * gdb.base/find-unmapped.exp
6084 * gdb.base/finish.exp
6085 * gdb.base/float.exp
6086 * gdb.base/foll-exec-mode.exp
6087 * gdb.base/foll-exec.exp
6088 * gdb.base/foll-fork.exp
6089 * gdb.base/fortran-sym-case.exp
6090 * gdb.base/freebpcmd.exp
6091 * gdb.base/func-ptr.exp
6092 * gdb.base/func-ptrs.exp
6093 * gdb.base/funcargs.exp
6094 * gdb.base/gcore-buffer-overflow.exp
6095 * gdb.base/gcore-relro-pie.exp
6096 * gdb.base/gcore-relro.exp
6097 * gdb.base/gcore.exp
6098 * gdb.base/gdb1090.exp
6099 * gdb.base/gdb11530.exp
6100 * gdb.base/gdb11531.exp
6101 * gdb.base/gdb1821.exp
6102 * gdb.base/gdbindex-stabs.exp
6103 * gdb.base/gdbvars.exp
6104 * gdb.base/hbreak.exp
6105 * gdb.base/hbreak2.exp
6106 * gdb.base/included.exp
6107 * gdb.base/infcall-input.exp
6108 * gdb.base/inferior-died.exp
6109 * gdb.base/infnan.exp
6110 * gdb.base/info-macros.exp
6111 * gdb.base/info-os.exp
6112 * gdb.base/info-proc.exp
6113 * gdb.base/info-shared.exp
6114 * gdb.base/info-target.exp
6115 * gdb.base/infoline.exp
6116 * gdb.base/interp.exp
6117 * gdb.base/interrupt.exp
6118 * gdb.base/jit-reader.exp
6119 * gdb.base/jit-simple.exp
6120 * gdb.base/kill-after-signal.exp
6121 * gdb.base/kill-detach-inferiors-cmd.exp
6122 * gdb.base/label.exp
6123 * gdb.base/langs.exp
6124 * gdb.base/ldbl_e308.exp
6125 * gdb.base/line-symtabs.exp
6126 * gdb.base/linespecs.exp
6127 * gdb.base/list.exp
6128 * gdb.base/long_long.exp
6129 * gdb.base/longest-types.exp
6130 * gdb.base/maint.exp
6131 * gdb.base/max-value-size.exp
6132 * gdb.base/memattr.exp
6133 * gdb.base/mips_pro.exp
6134 * gdb.base/morestack.exp
6135 * gdb.base/moribund-step.exp
6136 * gdb.base/multi-forks.exp
6137 * gdb.base/nested-addr.exp
6138 * gdb.base/nextoverexit.exp
6139 * gdb.base/noreturn-finish.exp
6140 * gdb.base/noreturn-return.exp
6141 * gdb.base/nostdlib.exp
6142 * gdb.base/offsets.exp
6143 * gdb.base/opaque.exp
6144 * gdb.base/pc-fp.exp
6145 * gdb.base/permissions.exp
6146 * gdb.base/print-symbol-loading.exp
6147 * gdb.base/prologue-include.exp
6148 * gdb.base/psymtab.exp
6149 * gdb.base/ptype.exp
6150 * gdb.base/random-signal.exp
6151 * gdb.base/randomize.exp
6152 * gdb.base/range-stepping.exp
6153 * gdb.base/readline-ask.exp
6154 * gdb.base/recpar.exp
6155 * gdb.base/recurse.exp
6156 * gdb.base/relational.exp
6157 * gdb.base/restore.exp
6158 * gdb.base/return-nodebug.exp
6159 * gdb.base/return.exp
6160 * gdb.base/run-after-attach.exp
6161 * gdb.base/save-bp.exp
6162 * gdb.base/scope.exp
6163 * gdb.base/sect-cmd.exp
6164 * gdb.base/set-lang-auto.exp
6165 * gdb.base/set-noassign.exp
6166 * gdb.base/setvar.exp
6167 * gdb.base/sigall.exp
6168 * gdb.base/sigbpt.exp
6169 * gdb.base/siginfo-addr.exp
6170 * gdb.base/siginfo-infcall.exp
6171 * gdb.base/siginfo-obj.exp
6172 * gdb.base/siginfo.exp
6173 * gdb.base/signals-state-child.exp
6174 * gdb.base/signest.exp
6175 * gdb.base/sigstep.exp
6176 * gdb.base/sizeof.exp
6177 * gdb.base/skip.exp
6178 * gdb.base/solib-corrupted.exp
6179 * gdb.base/solib-nodir.exp
6180 * gdb.base/solib-search.exp
6181 * gdb.base/stack-checking.exp
6182 * gdb.base/stale-infcall.exp
6183 * gdb.base/stap-probe.exp
6184 * gdb.base/start.exp
6185 * gdb.base/step-break.exp
6186 * gdb.base/step-bt.exp
6187 * gdb.base/step-line.exp
6188 * gdb.base/step-over-exit.exp
6189 * gdb.base/step-over-syscall.exp
6190 * gdb.base/step-resume-infcall.exp
6191 * gdb.base/step-test.exp
6192 * gdb.base/store.exp
6193 * gdb.base/structs3.exp
6194 * gdb.base/sym-file.exp
6195 * gdb.base/symbol-without-target_section.exp
6196 * gdb.base/term.exp
6197 * gdb.base/testenv.exp
6198 * gdb.base/ui-redirect.exp
6199 * gdb.base/until.exp
6200 * gdb.base/unwindonsignal.exp
6201 * gdb.base/value-double-free.exp
6202 * gdb.base/vla-datatypes.exp
6203 * gdb.base/vla-ptr.exp
6204 * gdb.base/vla-sideeffect.exp
6205 * gdb.base/volatile.exp
6206 * gdb.base/watch-cond-infcall.exp
6207 * gdb.base/watch-cond.exp
6208 * gdb.base/watch-non-mem.exp
6209 * gdb.base/watch-read.exp
6210 * gdb.base/watch-vfork.exp
6211 * gdb.base/watchpoint-cond-gone.exp
6212 * gdb.base/watchpoint-delete.exp
6213 * gdb.base/watchpoint-hw-hit-once.exp
6214 * gdb.base/watchpoint-hw.exp
6215 * gdb.base/watchpoint-stops-at-right-insn.exp
6216 * gdb.base/watchpoints.exp
6217 * gdb.base/wchar.exp
6218 * gdb.base/whatis-exp.exp
6219 * gdb.btrace/buffer-size.exp
6220 * gdb.btrace/data.exp
6221 * gdb.btrace/delta.exp
6222 * gdb.btrace/dlopen.exp
6223 * gdb.btrace/enable.exp
6224 * gdb.btrace/exception.exp
6225 * gdb.btrace/function_call_history.exp
6226 * gdb.btrace/gcore.exp
6227 * gdb.btrace/instruction_history.exp
6228 * gdb.btrace/nohist.exp
6229 * gdb.btrace/reconnect.exp
6230 * gdb.btrace/record_goto-step.exp
6231 * gdb.btrace/record_goto.exp
6232 * gdb.btrace/rn-dl-bind.exp
6233 * gdb.btrace/segv.exp
6234 * gdb.btrace/step.exp
6235 * gdb.btrace/stepi.exp
6236 * gdb.btrace/tailcall-only.exp
6237 * gdb.btrace/tailcall.exp
6238 * gdb.btrace/tsx.exp
6239 * gdb.btrace/unknown_functions.exp
6240 * gdb.btrace/vdso.exp
6241 * gdb.compile/compile-ifunc.exp
6242 * gdb.compile/compile-ops.exp
6243 * gdb.compile/compile-print.exp
6244 * gdb.compile/compile-setjmp.exp
6245 * gdb.cp/abstract-origin.exp
6246 * gdb.cp/ambiguous.exp
6247 * gdb.cp/annota2.exp
6248 * gdb.cp/annota3.exp
6249 * gdb.cp/anon-ns.exp
6250 * gdb.cp/anon-struct.exp
6251 * gdb.cp/anon-union.exp
6252 * gdb.cp/arg-reference.exp
6253 * gdb.cp/baseenum.exp
6254 * gdb.cp/bool.exp
6255 * gdb.cp/breakpoint.exp
6256 * gdb.cp/bs15503.exp
6257 * gdb.cp/call-c.exp
6258 * gdb.cp/casts.exp
6259 * gdb.cp/chained-calls.exp
6260 * gdb.cp/class2.exp
6261 * gdb.cp/classes.exp
6262 * gdb.cp/cmpd-minsyms.exp
6263 * gdb.cp/converts.exp
6264 * gdb.cp/cp-relocate.exp
6265 * gdb.cp/cpcompletion.exp
6266 * gdb.cp/cpexprs.exp
6267 * gdb.cp/cplabel.exp
6268 * gdb.cp/cplusfuncs.exp
6269 * gdb.cp/cpsizeof.exp
6270 * gdb.cp/ctti.exp
6271 * gdb.cp/derivation.exp
6272 * gdb.cp/destrprint.exp
6273 * gdb.cp/dispcxx.exp
6274 * gdb.cp/enum-class.exp
6275 * gdb.cp/exception.exp
6276 * gdb.cp/exceptprint.exp
6277 * gdb.cp/expand-psymtabs-cxx.exp
6278 * gdb.cp/expand-sals.exp
6279 * gdb.cp/extern-c.exp
6280 * gdb.cp/filename.exp
6281 * gdb.cp/formatted-ref.exp
6282 * gdb.cp/fpointer.exp
6283 * gdb.cp/gdb1355.exp
6284 * gdb.cp/gdb2495.exp
6285 * gdb.cp/hang.exp
6286 * gdb.cp/impl-this.exp
6287 * gdb.cp/infcall-dlopen.exp
6288 * gdb.cp/inherit.exp
6289 * gdb.cp/iostream.exp
6290 * gdb.cp/koenig.exp
6291 * gdb.cp/local.exp
6292 * gdb.cp/m-data.exp
6293 * gdb.cp/m-static.exp
6294 * gdb.cp/mb-ctor.exp
6295 * gdb.cp/mb-inline.exp
6296 * gdb.cp/mb-templates.exp
6297 * gdb.cp/member-name.exp
6298 * gdb.cp/member-ptr.exp
6299 * gdb.cp/meth-typedefs.exp
6300 * gdb.cp/method.exp
6301 * gdb.cp/method2.exp
6302 * gdb.cp/minsym-fallback.exp
6303 * gdb.cp/misc.exp
6304 * gdb.cp/namelessclass.exp
6305 * gdb.cp/namespace-enum.exp
6306 * gdb.cp/namespace-nested-import.exp
6307 * gdb.cp/namespace.exp
6308 * gdb.cp/nextoverthrow.exp
6309 * gdb.cp/no-dmgl-verbose.exp
6310 * gdb.cp/non-trivial-retval.exp
6311 * gdb.cp/noparam.exp
6312 * gdb.cp/nsdecl.exp
6313 * gdb.cp/nsimport.exp
6314 * gdb.cp/nsnested.exp
6315 * gdb.cp/nsnoimports.exp
6316 * gdb.cp/nsrecurs.exp
6317 * gdb.cp/nsstress.exp
6318 * gdb.cp/nsusing.exp
6319 * gdb.cp/operator.exp
6320 * gdb.cp/oranking.exp
6321 * gdb.cp/overload-const.exp
6322 * gdb.cp/overload.exp
6323 * gdb.cp/ovldbreak.exp
6324 * gdb.cp/ovsrch.exp
6325 * gdb.cp/paren-type.exp
6326 * gdb.cp/parse-lang.exp
6327 * gdb.cp/pass-by-ref.exp
6328 * gdb.cp/pr-1023.exp
6329 * gdb.cp/pr-1210.exp
6330 * gdb.cp/pr-574.exp
6331 * gdb.cp/pr10687.exp
6332 * gdb.cp/pr12028.exp
6333 * gdb.cp/pr17132.exp
6334 * gdb.cp/pr17494.exp
6335 * gdb.cp/pr9067.exp
6336 * gdb.cp/pr9167.exp
6337 * gdb.cp/pr9631.exp
6338 * gdb.cp/printmethod.exp
6339 * gdb.cp/psmang.exp
6340 * gdb.cp/psymtab-parameter.exp
6341 * gdb.cp/ptype-cv-cp.exp
6342 * gdb.cp/ptype-flags.exp
6343 * gdb.cp/re-set-overloaded.exp
6344 * gdb.cp/ref-types.exp
6345 * gdb.cp/rtti.exp
6346 * gdb.cp/scope-err.exp
6347 * gdb.cp/shadow.exp
6348 * gdb.cp/smartp.exp
6349 * gdb.cp/static-method.exp
6350 * gdb.cp/static-print-quit.exp
6351 * gdb.cp/temargs.exp
6352 * gdb.cp/templates.exp
6353 * gdb.cp/try_catch.exp
6354 * gdb.cp/typedef-operator.exp
6355 * gdb.cp/typeid.exp
6356 * gdb.cp/userdef.exp
6357 * gdb.cp/using-crash.exp
6358 * gdb.cp/var-tag.exp
6359 * gdb.cp/virtbase.exp
6360 * gdb.cp/virtfunc.exp
6361 * gdb.cp/virtfunc2.exp
6362 * gdb.cp/vla-cxx.exp
6363 * gdb.disasm/t01_mov.exp
6364 * gdb.disasm/t02_mova.exp
6365 * gdb.disasm/t03_add.exp
6366 * gdb.disasm/t04_sub.exp
6367 * gdb.disasm/t05_cmp.exp
6368 * gdb.disasm/t06_ari2.exp
6369 * gdb.disasm/t07_ari3.exp
6370 * gdb.disasm/t08_or.exp
6371 * gdb.disasm/t09_xor.exp
6372 * gdb.disasm/t10_and.exp
6373 * gdb.disasm/t11_logs.exp
6374 * gdb.disasm/t12_bit.exp
6375 * gdb.disasm/t13_otr.exp
6376 * gdb.dlang/circular.exp
6377 * gdb.dwarf2/arr-stride.exp
6378 * gdb.dwarf2/arr-subrange.exp
6379 * gdb.dwarf2/atomic-type.exp
6380 * gdb.dwarf2/bad-regnum.exp
6381 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6382 * gdb.dwarf2/callframecfa.exp
6383 * gdb.dwarf2/clztest.exp
6384 * gdb.dwarf2/corrupt.exp
6385 * gdb.dwarf2/data-loc.exp
6386 * gdb.dwarf2/dup-psym.exp
6387 * gdb.dwarf2/dw2-anon-mptr.exp
6388 * gdb.dwarf2/dw2-anonymous-func.exp
6389 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6390 * gdb.dwarf2/dw2-bad-unresolved.exp
6391 * gdb.dwarf2/dw2-basic.exp
6392 * gdb.dwarf2/dw2-canonicalize-type.exp
6393 * gdb.dwarf2/dw2-case-insensitive.exp
6394 * gdb.dwarf2/dw2-common-block.exp
6395 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6396 * gdb.dwarf2/dw2-compressed.exp
6397 * gdb.dwarf2/dw2-const.exp
6398 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6399 * gdb.dwarf2/dw2-cu-size.exp
6400 * gdb.dwarf2/dw2-dup-frame.exp
6401 * gdb.dwarf2/dw2-entry-value.exp
6402 * gdb.dwarf2/dw2-icycle.exp
6403 * gdb.dwarf2/dw2-ifort-parameter.exp
6404 * gdb.dwarf2/dw2-inline-break.exp
6405 * gdb.dwarf2/dw2-inline-param.exp
6406 * gdb.dwarf2/dw2-intercu.exp
6407 * gdb.dwarf2/dw2-intermix.exp
6408 * gdb.dwarf2/dw2-lexical-block-bare.exp
6409 * gdb.dwarf2/dw2-linkage-name-trust.exp
6410 * gdb.dwarf2/dw2-minsym-in-cu.exp
6411 * gdb.dwarf2/dw2-noloc.exp
6412 * gdb.dwarf2/dw2-op-call.exp
6413 * gdb.dwarf2/dw2-op-out-param.exp
6414 * gdb.dwarf2/dw2-opt-structptr.exp
6415 * gdb.dwarf2/dw2-param-error.exp
6416 * gdb.dwarf2/dw2-producer.exp
6417 * gdb.dwarf2/dw2-ranges-base.exp
6418 * gdb.dwarf2/dw2-ref-missing-frame.exp
6419 * gdb.dwarf2/dw2-reg-undefined.exp
6420 * gdb.dwarf2/dw2-regno-invalid.exp
6421 * gdb.dwarf2/dw2-restore.exp
6422 * gdb.dwarf2/dw2-restrict.exp
6423 * gdb.dwarf2/dw2-single-line-discriminators.exp
6424 * gdb.dwarf2/dw2-strp.exp
6425 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6426 * gdb.dwarf2/dw2-unresolved.exp
6427 * gdb.dwarf2/dw2-var-zero-addr.exp
6428 * gdb.dwarf2/dw4-sig-types.exp
6429 * gdb.dwarf2/dwz.exp
6430 * gdb.dwarf2/dynarr-ptr.exp
6431 * gdb.dwarf2/enum-type.exp
6432 * gdb.dwarf2/gdb-index.exp
6433 * gdb.dwarf2/implptr-64bit.exp
6434 * gdb.dwarf2/implptr-optimized-out.exp
6435 * gdb.dwarf2/implptr.exp
6436 * gdb.dwarf2/implref-array.exp
6437 * gdb.dwarf2/implref-const.exp
6438 * gdb.dwarf2/implref-global.exp
6439 * gdb.dwarf2/implref-struct.exp
6440 * gdb.dwarf2/mac-fileno.exp
6441 * gdb.dwarf2/main-subprogram.exp
6442 * gdb.dwarf2/member-ptr-forwardref.exp
6443 * gdb.dwarf2/method-ptr.exp
6444 * gdb.dwarf2/missing-sig-type.exp
6445 * gdb.dwarf2/nonvar-access.exp
6446 * gdb.dwarf2/opaque-type-lookup.exp
6447 * gdb.dwarf2/pieces-optimized-out.exp
6448 * gdb.dwarf2/pieces.exp
6449 * gdb.dwarf2/pr10770.exp
6450 * gdb.dwarf2/pr13961.exp
6451 * gdb.dwarf2/staticvirtual.exp
6452 * gdb.dwarf2/subrange.exp
6453 * gdb.dwarf2/symtab-producer.exp
6454 * gdb.dwarf2/trace-crash.exp
6455 * gdb.dwarf2/typeddwarf.exp
6456 * gdb.dwarf2/valop.exp
6457 * gdb.dwarf2/watch-notconst.exp
6458 * gdb.fortran/array-element.exp
6459 * gdb.fortran/charset.exp
6460 * gdb.fortran/common-block.exp
6461 * gdb.fortran/complex.exp
6462 * gdb.fortran/derived-type-function.exp
6463 * gdb.fortran/derived-type.exp
6464 * gdb.fortran/logical.exp
6465 * gdb.fortran/module.exp
6466 * gdb.fortran/multi-dim.exp
6467 * gdb.fortran/nested-funcs.exp
6468 * gdb.fortran/print-formatted.exp
6469 * gdb.fortran/subarray.exp
6470 * gdb.fortran/vla-alloc-assoc.exp
6471 * gdb.fortran/vla-datatypes.exp
6472 * gdb.fortran/vla-history.exp
6473 * gdb.fortran/vla-ptr-info.exp
6474 * gdb.fortran/vla-ptype-sub.exp
6475 * gdb.fortran/vla-ptype.exp
6476 * gdb.fortran/vla-sizeof.exp
6477 * gdb.fortran/vla-type.exp
6478 * gdb.fortran/vla-value-sub-arbitrary.exp
6479 * gdb.fortran/vla-value-sub-finish.exp
6480 * gdb.fortran/vla-value-sub.exp
6481 * gdb.fortran/vla-value.exp
6482 * gdb.fortran/whatis_type.exp
6483 * gdb.go/chan.exp
6484 * gdb.go/handcall.exp
6485 * gdb.go/hello.exp
6486 * gdb.go/integers.exp
6487 * gdb.go/methods.exp
6488 * gdb.go/package.exp
6489 * gdb.go/strings.exp
6490 * gdb.go/types.exp
6491 * gdb.go/unsafe.exp
6492 * gdb.guile/scm-arch.exp
6493 * gdb.guile/scm-block.exp
6494 * gdb.guile/scm-breakpoint.exp
6495 * gdb.guile/scm-cmd.exp
6496 * gdb.guile/scm-disasm.exp
6497 * gdb.guile/scm-equal.exp
6498 * gdb.guile/scm-frame-args.exp
6499 * gdb.guile/scm-frame-inline.exp
6500 * gdb.guile/scm-frame.exp
6501 * gdb.guile/scm-iterator.exp
6502 * gdb.guile/scm-math.exp
6503 * gdb.guile/scm-objfile.exp
6504 * gdb.guile/scm-ports.exp
6505 * gdb.guile/scm-symbol.exp
6506 * gdb.guile/scm-symtab.exp
6507 * gdb.guile/scm-value-cc.exp
6508 * gdb.guile/types-module.exp
6509 * gdb.linespec/break-ask.exp
6510 * gdb.linespec/cpexplicit.exp
6511 * gdb.linespec/explicit.exp
6512 * gdb.linespec/keywords.exp
6513 * gdb.linespec/linespec.exp
6514 * gdb.linespec/ls-dollar.exp
6515 * gdb.linespec/ls-errs.exp
6516 * gdb.linespec/skip-two.exp
6517 * gdb.linespec/thread.exp
6518 * gdb.mi/mi-async.exp
6519 * gdb.mi/mi-basics.exp
6520 * gdb.mi/mi-break.exp
6521 * gdb.mi/mi-catch-load.exp
6522 * gdb.mi/mi-cli.exp
6523 * gdb.mi/mi-cmd-param-changed.exp
6524 * gdb.mi/mi-console.exp
6525 * gdb.mi/mi-detach.exp
6526 * gdb.mi/mi-disassemble.exp
6527 * gdb.mi/mi-eval.exp
6528 * gdb.mi/mi-file-transfer.exp
6529 * gdb.mi/mi-file.exp
6530 * gdb.mi/mi-fill-memory.exp
6531 * gdb.mi/mi-inheritance-syntax-error.exp
6532 * gdb.mi/mi-linespec-err-cp.exp
6533 * gdb.mi/mi-logging.exp
6534 * gdb.mi/mi-memory-changed.exp
6535 * gdb.mi/mi-read-memory.exp
6536 * gdb.mi/mi-record-changed.exp
6537 * gdb.mi/mi-reg-undefined.exp
6538 * gdb.mi/mi-regs.exp
6539 * gdb.mi/mi-return.exp
6540 * gdb.mi/mi-reverse.exp
6541 * gdb.mi/mi-simplerun.exp
6542 * gdb.mi/mi-solib.exp
6543 * gdb.mi/mi-stack.exp
6544 * gdb.mi/mi-stepi.exp
6545 * gdb.mi/mi-syn-frame.exp
6546 * gdb.mi/mi-until.exp
6547 * gdb.mi/mi-var-block.exp
6548 * gdb.mi/mi-var-child.exp
6549 * gdb.mi/mi-var-cmd.exp
6550 * gdb.mi/mi-var-cp.exp
6551 * gdb.mi/mi-var-display.exp
6552 * gdb.mi/mi-var-invalidate.exp
6553 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6554 * gdb.mi/mi-vla-fortran.exp
6555 * gdb.mi/mi-watch.exp
6556 * gdb.mi/mi2-var-child.exp
6557 * gdb.mi/user-selected-context-sync.exp
6558 * gdb.modula2/unbounded-array.exp
6559 * gdb.multi/dummy-frame-restore.exp
6560 * gdb.multi/multi-arch-exec.exp
6561 * gdb.multi/multi-arch.exp
6562 * gdb.multi/tids.exp
6563 * gdb.multi/watchpoint-multi.exp
6564 * gdb.opencl/callfuncs.exp
6565 * gdb.opencl/convs_casts.exp
6566 * gdb.opencl/datatypes.exp
6567 * gdb.opencl/operators.exp
6568 * gdb.opencl/vec_comps.exp
6569 * gdb.opt/clobbered-registers-O2.exp
6570 * gdb.opt/inline-break.exp
6571 * gdb.opt/inline-bt.exp
6572 * gdb.opt/inline-cmds.exp
6573 * gdb.opt/inline-locals.exp
6574 * gdb.pascal/case-insensitive-symbols.exp
6575 * gdb.pascal/floats.exp
6576 * gdb.pascal/gdb11492.exp
6577 * gdb.python/lib-types.exp
6578 * gdb.python/py-arch.exp
6579 * gdb.python/py-as-string.exp
6580 * gdb.python/py-bad-printers.exp
6581 * gdb.python/py-block.exp
6582 * gdb.python/py-breakpoint-create-fail.exp
6583 * gdb.python/py-breakpoint.exp
6584 * gdb.python/py-caller-is.exp
6585 * gdb.python/py-cmd.exp
6586 * gdb.python/py-explore-cc.exp
6587 * gdb.python/py-explore.exp
6588 * gdb.python/py-finish-breakpoint.exp
6589 * gdb.python/py-finish-breakpoint2.exp
6590 * gdb.python/py-frame-args.exp
6591 * gdb.python/py-frame-inline.exp
6592 * gdb.python/py-frame.exp
6593 * gdb.python/py-framefilter-mi.exp
6594 * gdb.python/py-infthread.exp
6595 * gdb.python/py-lazy-string.exp
6596 * gdb.python/py-linetable.exp
6597 * gdb.python/py-mi-events.exp
6598 * gdb.python/py-mi-objfile.exp
6599 * gdb.python/py-mi.exp
6600 * gdb.python/py-objfile.exp
6601 * gdb.python/py-pp-integral.exp
6602 * gdb.python/py-pp-maint.exp
6603 * gdb.python/py-pp-re-notag.exp
6604 * gdb.python/py-pp-registration.exp
6605 * gdb.python/py-recurse-unwind.exp
6606 * gdb.python/py-strfns.exp
6607 * gdb.python/py-symbol.exp
6608 * gdb.python/py-symtab.exp
6609 * gdb.python/py-sync-interp.exp
6610 * gdb.python/py-typeprint.exp
6611 * gdb.python/py-unwind-maint.exp
6612 * gdb.python/py-unwind.exp
6613 * gdb.python/py-value-cc.exp
6614 * gdb.python/py-xmethods.exp
6615 * gdb.reverse/amd64-tailcall-reverse.exp
6616 * gdb.reverse/break-precsave.exp
6617 * gdb.reverse/break-reverse.exp
6618 * gdb.reverse/consecutive-precsave.exp
6619 * gdb.reverse/consecutive-reverse.exp
6620 * gdb.reverse/finish-precsave.exp
6621 * gdb.reverse/finish-reverse-bkpt.exp
6622 * gdb.reverse/finish-reverse.exp
6623 * gdb.reverse/fstatat-reverse.exp
6624 * gdb.reverse/getresuid-reverse.exp
6625 * gdb.reverse/i386-precsave.exp
6626 * gdb.reverse/i386-reverse.exp
6627 * gdb.reverse/i386-sse-reverse.exp
6628 * gdb.reverse/i387-env-reverse.exp
6629 * gdb.reverse/i387-stack-reverse.exp
6630 * gdb.reverse/insn-reverse.exp
6631 * gdb.reverse/machinestate-precsave.exp
6632 * gdb.reverse/machinestate.exp
6633 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6634 * gdb.reverse/pipe-reverse.exp
6635 * gdb.reverse/readv-reverse.exp
6636 * gdb.reverse/recvmsg-reverse.exp
6637 * gdb.reverse/rerun-prec.exp
6638 * gdb.reverse/s390-mvcle.exp
6639 * gdb.reverse/step-precsave.exp
6640 * gdb.reverse/step-reverse.exp
6641 * gdb.reverse/time-reverse.exp
6642 * gdb.reverse/until-precsave.exp
6643 * gdb.reverse/until-reverse.exp
6644 * gdb.reverse/waitpid-reverse.exp
6645 * gdb.reverse/watch-precsave.exp
6646 * gdb.reverse/watch-reverse.exp
6647 * gdb.rust/generics.exp
6648 * gdb.rust/methods.exp
6649 * gdb.rust/modules.exp
6650 * gdb.rust/simple.exp
6651 * gdb.server/connect-with-no-symbol-file.exp
6652 * gdb.server/ext-attach.exp
6653 * gdb.server/ext-restart.exp
6654 * gdb.server/ext-wrapper.exp
6655 * gdb.server/file-transfer.exp
6656 * gdb.server/server-exec-info.exp
6657 * gdb.server/server-kill.exp
6658 * gdb.server/server-mon.exp
6659 * gdb.server/wrapper.exp
6660 * gdb.stabs/exclfwd.exp
6661 * gdb.stabs/gdb11479.exp
6662 * gdb.threads/clone-new-thread-event.exp
6663 * gdb.threads/corethreads.exp
6664 * gdb.threads/current-lwp-dead.exp
6665 * gdb.threads/dlopen-libpthread.exp
6666 * gdb.threads/gcore-thread.exp
6667 * gdb.threads/sigstep-threads.exp
6668 * gdb.threads/watchpoint-fork.exp
6669 * gdb.trace/actions-changed.exp
6670 * gdb.trace/backtrace.exp
6671 * gdb.trace/change-loc.exp
6672 * gdb.trace/circ.exp
6673 * gdb.trace/collection.exp
6674 * gdb.trace/disconnected-tracing.exp
6675 * gdb.trace/ftrace.exp
6676 * gdb.trace/mi-trace-frame-collected.exp
6677 * gdb.trace/mi-trace-unavailable.exp
6678 * gdb.trace/mi-traceframe-changed.exp
6679 * gdb.trace/mi-tsv-changed.exp
6680 * gdb.trace/no-attach-trace.exp
6681 * gdb.trace/passc-dyn.exp
6682 * gdb.trace/qtro.exp
6683 * gdb.trace/range-stepping.exp
6684 * gdb.trace/read-memory.exp
6685 * gdb.trace/save-trace.exp
6686 * gdb.trace/signal.exp
6687 * gdb.trace/status-stop.exp
6688 * gdb.trace/tfile.exp
6689 * gdb.trace/trace-break.exp
6690 * gdb.trace/trace-buffer-size.exp
6691 * gdb.trace/trace-condition.exp
6692 * gdb.trace/tracefile-pseudo-reg.exp
6693 * gdb.trace/tstatus.exp
6694 * gdb.trace/unavailable.exp
6695 * gdb.trace/while-dyn.exp
6696 * gdb.trace/while-stepping.exp
6697
6698 2016-12-22 Doug Evans <xdje42@gmail.com>
6699
6700 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6701 and msymbols.
6702
6703 2016-12-19 Yao Qi <yao.qi@linaro.org>
6704
6705 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6706 (test_with_self): Don't call do_steps_and_nexts, and remove
6707 code about stepping into xmalloc.
6708
6709 2016-12-09 Yao Qi <yao.qi@linaro.org>
6710
6711 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6712
6713 2016-12-09 Yao Qi <yao.qi@linaro.org>
6714
6715 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6716
6717 2016-12-09 Pedro Alves <palves@redhat.com>
6718
6719 * gdb.base/all-architectures-0.exp: New file.
6720 * gdb.base/all-architectures-1.exp: New file.
6721 * gdb.base/all-architectures-2.exp: New file.
6722 * gdb.base/all-architectures-3.exp: New file.
6723 * gdb.base/all-architectures-4.exp: New file.
6724 * gdb.base/all-architectures-5.exp: New file.
6725 * gdb.base/all-architectures-6.exp: New file.
6726 * gdb.base/all-architectures-7.exp: New file.
6727 * gdb.base/all-architectures.exp.in: New file.
6728
6729 2016-12-09 Yao Qi <yao.qi@linaro.org>
6730
6731 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6732
6733 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6734
6735 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6736 possible.
6737 Remove useless pattern-matching code.
6738
6739 2016-12-02 Pedro Alves <palves@redhat.com>
6740
6741 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6742 procedure.
6743 (top level): Call it.
6744
6745 2016-12-02 Pedro Alves <palves@redhat.com>
6746
6747 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6748 New procedure.
6749 (top level): Call it.
6750
6751 2016-12-02 Pedro Alves <palves@redhat.com>
6752
6753 PR cli/20559
6754 * gdb.base/commands.exp (user_defined_command_args_eval): New
6755 procedure.
6756 (top level): Call it.
6757
6758 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6759
6760 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6761 timeout handling.
6762
6763 2016-12-02 Tom Tromey <tom@tromey.com>
6764
6765 * gdb.dwarf2/main-subprogram.c: New file.
6766 * gdb.dwarf2/main-subprogram.exp: New file.
6767
6768 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6769
6770 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6771 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6772 gdb_test_no_output for a couple of cases.
6773 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6774
6775 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6776
6777 Fix test names and standardize compilation error messages throughout
6778 the following files:
6779
6780 * gdb.ada/start.exp
6781 * gdb.arch/alpha-step.exp
6782 * gdb.arch/e500-prologue.exp
6783 * gdb.arch/ftrace-insn-reloc.exp
6784 * gdb.arch/gdb1291.exp
6785 * gdb.arch/gdb1431.exp
6786 * gdb.arch/gdb1558.exp
6787 * gdb.arch/i386-dr3-watch.exp
6788 * gdb.arch/i386-sse-stack-align.exp
6789 * gdb.arch/ia64-breakpoint-shadow.exp
6790 * gdb.arch/pa-nullify.exp
6791 * gdb.arch/powerpc-aix-prologue.exp
6792 * gdb.arch/thumb-bx-pc.exp
6793 * gdb.base/annota1.exp
6794 * gdb.base/annota3.exp
6795 * gdb.base/arrayidx.exp
6796 * gdb.base/assign.exp
6797 * gdb.base/attach.exp
6798 * gdb.base/auxv.exp
6799 * gdb.base/bang.exp
6800 * gdb.base/bfp-test.exp
6801 * gdb.base/bigcore.exp
6802 * gdb.base/bitfields2.exp
6803 * gdb.base/break-fun-addr.exp
6804 * gdb.base/break-probes.exp
6805 * gdb.base/call-rt-st.exp
6806 * gdb.base/callexit.exp
6807 * gdb.base/catch-fork-kill.exp
6808 * gdb.base/charset.exp
6809 * gdb.base/checkpoint.exp
6810 * gdb.base/comprdebug.exp
6811 * gdb.base/constvars.exp
6812 * gdb.base/coredump-filter.exp
6813 * gdb.base/cursal.exp
6814 * gdb.base/cvexpr.exp
6815 * gdb.base/detach.exp
6816 * gdb.base/display.exp
6817 * gdb.base/dmsym.exp
6818 * gdb.base/dprintf-pending.exp
6819 * gdb.base/dso2dso.exp
6820 * gdb.base/dtrace-probe.exp
6821 * gdb.base/dump.exp
6822 * gdb.base/enum_cond.exp
6823 * gdb.base/exe-lock.exp
6824 * gdb.base/exec-invalid-sysroot.exp
6825 * gdb.base/execl-update-breakpoints.exp
6826 * gdb.base/exprs.exp
6827 * gdb.base/fileio.exp
6828 * gdb.base/find.exp
6829 * gdb.base/finish.exp
6830 * gdb.base/fixsection.exp
6831 * gdb.base/foll-vfork.exp
6832 * gdb.base/frame-args.exp
6833 * gdb.base/gcore.exp
6834 * gdb.base/gdb1250.exp
6835 * gdb.base/global-var-nested-by-dso.exp
6836 * gdb.base/gnu-ifunc.exp
6837 * gdb.base/hashline1.exp
6838 * gdb.base/hashline2.exp
6839 * gdb.base/hashline3.exp
6840 * gdb.base/hbreak-in-shr-unsupported.exp
6841 * gdb.base/huge.exp
6842 * gdb.base/infcall-input.exp
6843 * gdb.base/info-fun.exp
6844 * gdb.base/info-shared.exp
6845 * gdb.base/jit-simple.exp
6846 * gdb.base/jit-so.exp
6847 * gdb.base/jit.exp
6848 * gdb.base/jump.exp
6849 * gdb.base/label.exp
6850 * gdb.base/lineinc.exp
6851 * gdb.base/logical.exp
6852 * gdb.base/longjmp.exp
6853 * gdb.base/macscp.exp
6854 * gdb.base/miscexprs.exp
6855 * gdb.base/new-ui-echo.exp
6856 * gdb.base/new-ui-pending-input.exp
6857 * gdb.base/new-ui.exp
6858 * gdb.base/nodebug.exp
6859 * gdb.base/nofield.exp
6860 * gdb.base/offsets.exp
6861 * gdb.base/overlays.exp
6862 * gdb.base/pending.exp
6863 * gdb.base/pointers.exp
6864 * gdb.base/pr11022.exp
6865 * gdb.base/printcmds.exp
6866 * gdb.base/prologue.exp
6867 * gdb.base/ptr-typedef.exp
6868 * gdb.base/realname-expand.exp
6869 * gdb.base/relativedebug.exp
6870 * gdb.base/relocate.exp
6871 * gdb.base/remote.exp
6872 * gdb.base/reread.exp
6873 * gdb.base/return2.exp
6874 * gdb.base/savedregs.exp
6875 * gdb.base/sep.exp
6876 * gdb.base/sepdebug.exp
6877 * gdb.base/sepsymtab.exp
6878 * gdb.base/set-inferior-tty.exp
6879 * gdb.base/setshow.exp
6880 * gdb.base/shlib-call.exp
6881 * gdb.base/sigaltstack.exp
6882 * gdb.base/siginfo-addr.exp
6883 * gdb.base/signals.exp
6884 * gdb.base/signull.exp
6885 * gdb.base/sigrepeat.exp
6886 * gdb.base/so-impl-ld.exp
6887 * gdb.base/solib-display.exp
6888 * gdb.base/solib-overlap.exp
6889 * gdb.base/solib-search.exp
6890 * gdb.base/solib-symbol.exp
6891 * gdb.base/structs.exp
6892 * gdb.base/structs2.exp
6893 * gdb.base/symtab-search-order.exp
6894 * gdb.base/twice.exp
6895 * gdb.base/unload.exp
6896 * gdb.base/varargs.exp
6897 * gdb.base/watchpoint-solib.exp
6898 * gdb.base/watchpoint.exp
6899 * gdb.base/whatis.exp
6900 * gdb.base/wrong_frame_bt_full.exp
6901 * gdb.btrace/dlopen.exp
6902 * gdb.cell/ea-standalone.exp
6903 * gdb.cell/ea-test.exp
6904 * gdb.cp/dispcxx.exp
6905 * gdb.cp/gdb2384.exp
6906 * gdb.cp/method2.exp
6907 * gdb.cp/nextoverthrow.exp
6908 * gdb.cp/pr10728.exp
6909 * gdb.disasm/am33.exp
6910 * gdb.disasm/h8300s.exp
6911 * gdb.disasm/mn10300.exp
6912 * gdb.disasm/sh3.exp
6913 * gdb.dwarf2/dw2-dir-file-name.exp
6914 * gdb.fortran/complex.exp
6915 * gdb.fortran/library-module.exp
6916 * gdb.guile/scm-pretty-print.exp
6917 * gdb.guile/scm-symbol.exp
6918 * gdb.guile/scm-type.exp
6919 * gdb.guile/scm-value.exp
6920 * gdb.linespec/linespec.exp
6921 * gdb.mi/gdb701.exp
6922 * gdb.mi/gdb792.exp
6923 * gdb.mi/mi-breakpoint-changed.exp
6924 * gdb.mi/mi-dprintf-pending.exp
6925 * gdb.mi/mi-dprintf.exp
6926 * gdb.mi/mi-exit-code.exp
6927 * gdb.mi/mi-pending.exp
6928 * gdb.mi/mi-solib.exp
6929 * gdb.mi/new-ui-mi-sync.exp
6930 * gdb.mi/pr11022.exp
6931 * gdb.mi/user-selected-context-sync.exp
6932 * gdb.opt/solib-intra-step.exp
6933 * gdb.python/py-events.exp
6934 * gdb.python/py-finish-breakpoint.exp
6935 * gdb.python/py-mi.exp
6936 * gdb.python/py-prettyprint.exp
6937 * gdb.python/py-shared.exp
6938 * gdb.python/py-symbol.exp
6939 * gdb.python/py-template.exp
6940 * gdb.python/py-type.exp
6941 * gdb.python/py-value.exp
6942 * gdb.reverse/solib-precsave.exp
6943 * gdb.reverse/solib-reverse.exp
6944 * gdb.server/solib-list.exp
6945 * gdb.stabs/weird.exp
6946 * gdb.threads/reconnect-signal.exp
6947 * gdb.threads/stepi-random-signal.exp
6948 * gdb.trace/actions.exp
6949 * gdb.trace/ax.exp
6950 * gdb.trace/backtrace.exp
6951 * gdb.trace/change-loc.exp
6952 * gdb.trace/deltrace.exp
6953 * gdb.trace/ftrace-lock.exp
6954 * gdb.trace/ftrace.exp
6955 * gdb.trace/infotrace.exp
6956 * gdb.trace/mi-tracepoint-changed.exp
6957 * gdb.trace/packetlen.exp
6958 * gdb.trace/passcount.exp
6959 * gdb.trace/pending.exp
6960 * gdb.trace/range-stepping.exp
6961 * gdb.trace/report.exp
6962 * gdb.trace/stap-trace.exp
6963 * gdb.trace/tfind.exp
6964 * gdb.trace/trace-break.exp
6965 * gdb.trace/trace-condition.exp
6966 * gdb.trace/trace-enable-disable.exp
6967 * gdb.trace/trace-mt.exp
6968 * gdb.trace/tracecmd.exp
6969 * gdb.trace/tspeed.exp
6970 * gdb.trace/tsv.exp
6971 * lib/perftest.exp
6972
6973 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6974
6975 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6976 with gdb_test_no_output.
6977 Use command as test name.
6978
6979 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6980
6981 Fix test names starting with uppercase throughout the files.
6982
6983 * gdb.ada/assign_1.exp
6984 * gdb.ada/boolean_expr.exp
6985 * gdb.base/arrayidx.exp
6986 * gdb.base/del.exp
6987 * gdb.base/gcore-buffer-overflow.exp
6988 * gdb.base/testenv.exp
6989 * gdb.compile/compile.exp
6990 * gdb.python/py-framefilter-invalidarg.exp
6991 * gdb.python/py-framefilter.exp
6992
6993 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6994
6995 Fix test names starting with uppercase throughout the files.
6996
6997 * gdb.ada/array_return.exp
6998 * gdb.ada/expr_delims.exp
6999 * gdb.ada/mi_dyn_arr.exp
7000 * gdb.ada/mi_interface.exp
7001 * gdb.ada/mi_var_array.exp
7002 * gdb.ada/watch_arg.exp
7003 * gdb.arch/alpha-step.exp
7004 * gdb.arch/altivec-regs.exp
7005 * gdb.arch/e500-regs.exp
7006 * gdb.arch/powerpc-d128-regs.exp
7007 * gdb.base/arrayidx.exp
7008 * gdb.base/break.exp
7009 * gdb.base/checkpoint.exp
7010 * gdb.base/debug-expr.exp
7011 * gdb.base/dmsym.exp
7012 * gdb.base/radix.exp
7013 * gdb.base/sepdebug.exp
7014 * gdb.base/testenv.exp
7015 * gdb.base/watch_thread_num.exp
7016 * gdb.base/watchpoint-cond-gone.exp
7017 * gdb.cell/break.exp
7018 * gdb.cell/ea-cache.exp
7019 * gdb.compile/compile.exp
7020 * gdb.cp/gdb2495.exp
7021 * gdb.gdb/selftest.exp
7022 * gdb.gdb/xfullpath.exp
7023 * gdb.go/hello.exp
7024 * gdb.go/integers.exp
7025 * gdb.objc/basicclass.exp
7026 * gdb.pascal/hello.exp
7027 * gdb.pascal/integers.exp
7028 * gdb.python/py-breakpoint.exp
7029 * gdb.python/py-cmd.exp
7030 * gdb.python/py-linetable.exp
7031 * gdb.python/py-xmethods.exp
7032 * gdb.python/python.exp
7033 * gdb.reverse/consecutive-precsave.exp
7034 * gdb.reverse/finish-precsave.exp
7035 * gdb.reverse/i386-precsave.exp
7036 * gdb.reverse/machinestate-precsave.exp
7037 * gdb.reverse/sigall-precsave.exp
7038 * gdb.reverse/solib-precsave.exp
7039 * gdb.reverse/step-precsave.exp
7040 * gdb.reverse/until-precsave.exp
7041 * gdb.reverse/watch-precsave.exp
7042 * gdb.threads/leader-exit.exp
7043 * gdb.threads/pthreads.exp
7044 * gdb.threads/wp-replication.exp
7045 * gdb.trace/actions.exp
7046 * gdb.trace/mi-tsv-changed.exp
7047 * gdb.trace/tsv.exp
7048
7049 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7050
7051 Fix test names starting with uppercase throughout the files.
7052
7053 * gdb.arch/i386-bp_permanent.exp
7054 * gdb.arch/i386-gnu-cfi.exp
7055 * gdb.base/disasm-end-cu.exp
7056 * gdb.base/macscp.exp
7057 * gdb.base/pending.exp
7058 * gdb.base/watch_thread_num.exp
7059 * gdb.cp/exception.exp
7060 * gdb.cp/gdb2495.exp
7061 * gdb.cp/local.exp
7062 * gdb.python/py-evsignal.exp
7063 * gdb.python/python.exp
7064 * gdb.trace/tracecmd.exp
7065
7066 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7067
7068 Fix test names starting with uppercase throughout the files.
7069
7070 * gdb.base/charset.exp
7071 * gdb.base/eval.exp
7072 * gdb.base/multi-forks.exp
7073 * gdb.guile/scm-progspace.exp
7074 * gdb.opencl/datatypes.exp
7075 * gdb.python/py-block.exp
7076 * gdb.python/py-function.exp
7077 * gdb.python/py-symbol.exp
7078 * gdb.python/py-symtab.exp
7079 * gdb.python/py-xmethods.exp
7080 * gdb.reverse/break-precsave.exp
7081 * gdb.reverse/break-reverse.exp
7082 * gdb.reverse/consecutive-precsave.exp
7083 * gdb.reverse/consecutive-reverse.exp
7084 * gdb.reverse/finish-precsave.exp
7085 * gdb.reverse/finish-reverse-bkpt.exp
7086 * gdb.reverse/finish-reverse.exp
7087 * gdb.reverse/fstatat-reverse.exp
7088 * gdb.reverse/getresuid-reverse.exp
7089 * gdb.reverse/i386-precsave.exp
7090 * gdb.reverse/i386-reverse.exp
7091 * gdb.reverse/i386-sse-reverse.exp
7092 * gdb.reverse/i387-stack-reverse.exp
7093 * gdb.reverse/insn-reverse.exp
7094 * gdb.reverse/machinestate-precsave.exp
7095 * gdb.reverse/machinestate.exp
7096 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7097 * gdb.reverse/pipe-reverse.exp
7098 * gdb.reverse/readv-reverse.exp
7099 * gdb.reverse/recvmsg-reverse.exp
7100 * gdb.reverse/rerun-prec.exp
7101 * gdb.reverse/s390-mvcle.exp
7102 * gdb.reverse/sigall-precsave.exp
7103 * gdb.reverse/sigall-reverse.exp
7104 * gdb.reverse/solib-precsave.exp
7105 * gdb.reverse/solib-reverse.exp
7106 * gdb.reverse/step-precsave.exp
7107 * gdb.reverse/step-reverse.exp
7108 * gdb.reverse/time-reverse.exp
7109 * gdb.reverse/until-precsave.exp
7110 * gdb.reverse/until-reverse.exp
7111 * gdb.reverse/waitpid-reverse.exp
7112 * gdb.reverse/watch-precsave.exp
7113 * gdb.reverse/watch-reverse.exp
7114
7115 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7116
7117 Fix test names starting with uppercase throughout the files.
7118
7119 * gdb.arch/i386-mpx-simple_segv.exp
7120 * gdb.arch/i386-mpx.exp
7121 * gdb.arch/i386-permbkpt.exp
7122 * gdb.arch/pa-nullify.exp
7123 * gdb.arch/powerpc-d128-regs.exp
7124 * gdb.arch/vsx-regs.exp
7125 * gdb.base/bfp-test.exp
7126 * gdb.base/break.exp
7127 * gdb.base/breakpoint-shadow.exp
7128 * gdb.base/callfuncs.exp
7129 * gdb.base/charset.exp
7130 * gdb.base/commands.exp
7131 * gdb.base/completion.exp
7132 * gdb.base/dfp-test.exp
7133 * gdb.base/echo.exp
7134 * gdb.base/ending-run.exp
7135 * gdb.base/eval.exp
7136 * gdb.base/expand-psymtabs.exp
7137 * gdb.base/float128.exp
7138 * gdb.base/floatn.exp
7139 * gdb.base/foll-exec-mode.exp
7140 * gdb.base/gdb1056.exp
7141 * gdb.base/gdb11531.exp
7142 * gdb.base/kill-after-signal.exp
7143 * gdb.base/multi-forks.exp
7144 * gdb.base/overlays.exp
7145 * gdb.base/pending.exp
7146 * gdb.base/sepdebug.exp
7147 * gdb.base/testenv.exp
7148 * gdb.base/valgrind-db-attach.exp
7149 * gdb.base/watch_thread_num.exp
7150 * gdb.base/watchpoint-cond-gone.exp
7151 * gdb.base/watchpoint.exp
7152 * gdb.base/watchpoints.exp
7153 * gdb.cp/arg-reference.exp
7154 * gdb.cp/baseenum.exp
7155 * gdb.cp/operator.exp
7156 * gdb.cp/shadow.exp
7157 * gdb.dwarf2/dw2-op-out-param.exp
7158 * gdb.dwarf2/dw2-reg-undefined.exp
7159 * gdb.go/chan.exp
7160 * gdb.go/hello.exp
7161 * gdb.go/integers.exp
7162 * gdb.go/methods.exp
7163 * gdb.go/package.exp
7164 * gdb.guile/scm-parameter.exp
7165 * gdb.guile/scm-progspace.exp
7166 * gdb.guile/scm-value.exp
7167 * gdb.mi/mi-pending.exp
7168 * gdb.mi/user-selected-context-sync.exp
7169 * gdb.multi/multi-attach.exp
7170 * gdb.multi/tids.exp
7171 * gdb.opt/clobbered-registers-O2.exp
7172 * gdb.pascal/floats.exp
7173 * gdb.pascal/integers.exp
7174 * gdb.python/py-block.exp
7175 * gdb.python/py-events.exp
7176 * gdb.python/py-parameter.exp
7177 * gdb.python/py-symbol.exp
7178 * gdb.python/py-symtab.exp
7179 * gdb.python/py-type.exp
7180 * gdb.python/py-value.exp
7181 * gdb.python/py-xmethods.exp
7182 * gdb.python/python.exp
7183 * gdb.reverse/break-precsave.exp
7184 * gdb.reverse/consecutive-precsave.exp
7185 * gdb.reverse/finish-precsave.exp
7186 * gdb.reverse/i386-precsave.exp
7187 * gdb.reverse/machinestate-precsave.exp
7188 * gdb.reverse/sigall-precsave.exp
7189 * gdb.reverse/solib-precsave.exp
7190 * gdb.reverse/step-precsave.exp
7191 * gdb.reverse/until-precsave.exp
7192 * gdb.reverse/watch-precsave.exp
7193 * gdb.server/ext-attach.exp
7194 * gdb.server/ext-restart.exp
7195 * gdb.server/ext-run.exp
7196 * gdb.server/ext-wrapper.exp
7197 * gdb.stabs/gdb11479.exp
7198 * gdb.stabs/weird.exp
7199 * gdb.threads/attach-many-short-lived-threads.exp
7200 * gdb.threads/kill.exp
7201 * gdb.threads/watchpoint-fork.exp
7202
7203 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7204
7205 Fix test names starting with uppercase throughout all the files below.
7206
7207 * gdb.ada/array_return.exp
7208 * gdb.ada/catch_ex.exp
7209 * gdb.ada/info_exc.exp
7210 * gdb.ada/mi_catch_ex.exp
7211 * gdb.ada/mi_dyn_arr.exp
7212 * gdb.ada/mi_ex_cond.exp
7213 * gdb.ada/mi_exc_info.exp
7214 * gdb.ada/mi_interface.exp
7215 * gdb.ada/mi_task_arg.exp
7216 * gdb.ada/mi_task_info.exp
7217 * gdb.ada/mi_var_array.exp
7218 * gdb.arch/alpha-step.exp
7219 * gdb.arch/amd64-disp-step.exp
7220 * gdb.arch/arm-disp-step.exp
7221 * gdb.arch/disp-step-insn-reloc.exp
7222 * gdb.arch/e500-prologue.exp
7223 * gdb.arch/ftrace-insn-reloc.exp
7224 * gdb.arch/gdb1558.exp
7225 * gdb.arch/i386-bp_permanent.exp
7226 * gdb.arch/i386-disp-step.exp
7227 * gdb.arch/i386-float.exp
7228 * gdb.arch/i386-gnu-cfi.exp
7229 * gdb.arch/ia64-breakpoint-shadow.exp
7230 * gdb.arch/mips16-thunks.exp
7231 * gdb.arch/pa-nullify.exp
7232 * gdb.arch/powerpc-aix-prologue.exp
7233 * gdb.arch/powerpc-power.exp
7234 * gdb.arch/ppc-dfp.exp
7235 * gdb.arch/s390-tdbregs.exp
7236 * gdb.arch/spu-info.exp
7237 * gdb.arch/spu-ls.exp
7238 * gdb.arch/thumb-bx-pc.exp
7239 * gdb.base/advance.exp
7240 * gdb.base/annota-input-while-running.exp
7241 * gdb.base/arrayidx.exp
7242 * gdb.base/asmlabel.exp
7243 * gdb.base/async.exp
7244 * gdb.base/attach-wait-input.exp
7245 * gdb.base/auto-connect-native-target.exp
7246 * gdb.base/batch-preserve-term-settings.exp
7247 * gdb.base/bfp-test.exp
7248 * gdb.base/bigcore.exp
7249 * gdb.base/bp-permanent.exp
7250 * gdb.base/break-always.exp
7251 * gdb.base/break-fun-addr.exp
7252 * gdb.base/break-idempotent.exp
7253 * gdb.base/break-main-file-remove-fail.exp
7254 * gdb.base/break-probes.exp
7255 * gdb.base/break-unload-file.exp
7256 * gdb.base/break.exp
7257 * gdb.base/call-ar-st.exp
7258 * gdb.base/call-rt-st.exp
7259 * gdb.base/call-sc.exp
7260 * gdb.base/call-signal-resume.exp
7261 * gdb.base/call-strs.exp
7262 * gdb.base/callexit.exp
7263 * gdb.base/callfuncs.exp
7264 * gdb.base/catch-gdb-caused-signals.exp
7265 * gdb.base/catch-signal-siginfo-cond.exp
7266 * gdb.base/catch-syscall.exp
7267 * gdb.base/compare-sections.exp
7268 * gdb.base/cond-eval-mode.exp
7269 * gdb.base/condbreak-call-false.exp
7270 * gdb.base/consecutive-step-over.exp
7271 * gdb.base/cursal.exp
7272 * gdb.base/disabled-location.exp
7273 * gdb.base/disasm-end-cu.exp
7274 * gdb.base/display.exp
7275 * gdb.base/double-prompt-target-event-error.exp
7276 * gdb.base/dprintf-bp-same-addr.exp
7277 * gdb.base/dprintf-detach.exp
7278 * gdb.base/dprintf-next.exp
7279 * gdb.base/dprintf-non-stop.exp
7280 * gdb.base/dprintf-pending.exp
7281 * gdb.base/dso2dso.exp
7282 * gdb.base/ending-run.exp
7283 * gdb.base/enum_cond.exp
7284 * gdb.base/examine-backward.exp
7285 * gdb.base/exe-lock.exp
7286 * gdb.base/exec-invalid-sysroot.exp
7287 * gdb.base/execl-update-breakpoints.exp
7288 * gdb.base/execution-termios.exp
7289 * gdb.base/fileio.exp
7290 * gdb.base/fixsection.exp
7291 * gdb.base/foll-exec-mode.exp
7292 * gdb.base/foll-exec.exp
7293 * gdb.base/fork-running-state.exp
7294 * gdb.base/frame-args.exp
7295 * gdb.base/fullpath-expand.exp
7296 * gdb.base/func-ptr.exp
7297 * gdb.base/gcore-relro-pie.exp
7298 * gdb.base/gdb1090.exp
7299 * gdb.base/gdb1555.exp
7300 * gdb.base/global-var-nested-by-dso.exp
7301 * gdb.base/gnu-ifunc.exp
7302 * gdb.base/hbreak-in-shr-unsupported.exp
7303 * gdb.base/hbreak-unmapped.exp
7304 * gdb.base/hook-stop.exp
7305 * gdb.base/infcall-input.exp
7306 * gdb.base/info-fun.exp
7307 * gdb.base/info-shared.exp
7308 * gdb.base/interrupt-noterm.exp
7309 * gdb.base/jit-so.exp
7310 * gdb.base/jit.exp
7311 * gdb.base/line-symtabs.exp
7312 * gdb.base/list.exp
7313 * gdb.base/longjmp.exp
7314 * gdb.base/macscp.exp
7315 * gdb.base/max-value-size.exp
7316 * gdb.base/nodebug.exp
7317 * gdb.base/nofield.exp
7318 * gdb.base/overlays.exp
7319 * gdb.base/paginate-after-ctrl-c-running.exp
7320 * gdb.base/paginate-bg-execution.exp
7321 * gdb.base/paginate-inferior-exit.exp
7322 * gdb.base/pending.exp
7323 * gdb.base/pr11022.exp
7324 * gdb.base/printcmds.exp
7325 * gdb.base/ptr-typedef.exp
7326 * gdb.base/ptype.exp
7327 * gdb.base/randomize.exp
7328 * gdb.base/range-stepping.exp
7329 * gdb.base/realname-expand.exp
7330 * gdb.base/relativedebug.exp
7331 * gdb.base/remote.exp
7332 * gdb.base/savedregs.exp
7333 * gdb.base/sepdebug.exp
7334 * gdb.base/set-noassign.exp
7335 * gdb.base/shlib-call.exp
7336 * gdb.base/shreloc.exp
7337 * gdb.base/sigaltstack.exp
7338 * gdb.base/sigbpt.exp
7339 * gdb.base/siginfo-addr.exp
7340 * gdb.base/siginfo-obj.exp
7341 * gdb.base/siginfo-thread.exp
7342 * gdb.base/signest.exp
7343 * gdb.base/signull.exp
7344 * gdb.base/sigrepeat.exp
7345 * gdb.base/skip.exp
7346 * gdb.base/so-impl-ld.exp
7347 * gdb.base/solib-corrupted.exp
7348 * gdb.base/solib-disc.exp
7349 * gdb.base/solib-display.exp
7350 * gdb.base/solib-overlap.exp
7351 * gdb.base/solib-search.exp
7352 * gdb.base/solib-symbol.exp
7353 * gdb.base/source-execution.exp
7354 * gdb.base/sss-bp-on-user-bp-2.exp
7355 * gdb.base/sss-bp-on-user-bp.exp
7356 * gdb.base/stack-checking.exp
7357 * gdb.base/stale-infcall.exp
7358 * gdb.base/step-break.exp
7359 * gdb.base/step-line.exp
7360 * gdb.base/step-over-exit.exp
7361 * gdb.base/step-test.exp
7362 * gdb.base/structs.exp
7363 * gdb.base/sym-file.exp
7364 * gdb.base/symtab-search-order.exp
7365 * gdb.base/term.exp
7366 * gdb.base/type-opaque.exp
7367 * gdb.base/unload.exp
7368 * gdb.base/until-nodebug.exp
7369 * gdb.base/until.exp
7370 * gdb.base/unwindonsignal.exp
7371 * gdb.base/watch-cond.exp
7372 * gdb.base/watch-non-mem.exp
7373 * gdb.base/watch_thread_num.exp
7374 * gdb.base/watchpoint-reuse-slot.exp
7375 * gdb.base/watchpoint-solib.exp
7376 * gdb.base/watchpoint.exp
7377 * gdb.btrace/dlopen.exp
7378 * gdb.cell/arch.exp
7379 * gdb.cell/break.exp
7380 * gdb.cell/bt.exp
7381 * gdb.cell/core.exp
7382 * gdb.cell/data.exp
7383 * gdb.cell/dwarfaddr.exp
7384 * gdb.cell/ea-cache.exp
7385 * gdb.cell/ea-standalone.exp
7386 * gdb.cell/ea-test.exp
7387 * gdb.cell/f-regs.exp
7388 * gdb.cell/fork.exp
7389 * gdb.cell/gcore.exp
7390 * gdb.cell/mem-access.exp
7391 * gdb.cell/ptype.exp
7392 * gdb.cell/registers.exp
7393 * gdb.cell/sizeof.exp
7394 * gdb.cell/solib-symbol.exp
7395 * gdb.cell/solib.exp
7396 * gdb.compile/compile-tls.exp
7397 * gdb.cp/exception.exp
7398 * gdb.cp/gdb2495.exp
7399 * gdb.cp/local.exp
7400 * gdb.cp/mb-inline.exp
7401 * gdb.cp/mb-templates.exp
7402 * gdb.cp/pr10687.exp
7403 * gdb.cp/pr9167.exp
7404 * gdb.cp/scope-err.exp
7405 * gdb.cp/templates.exp
7406 * gdb.cp/virtfunc.exp
7407 * gdb.dwarf2/dw2-dir-file-name.exp
7408 * gdb.dwarf2/dw2-single-line-discriminators.exp
7409 * gdb.fortran/complex.exp
7410 * gdb.fortran/library-module.exp
7411 * gdb.guile/guile.exp
7412 * gdb.guile/scm-cmd.exp
7413 * gdb.guile/scm-frame-inline.exp
7414 * gdb.guile/scm-objfile.exp
7415 * gdb.guile/scm-pretty-print.exp
7416 * gdb.guile/scm-symbol.exp
7417 * gdb.guile/scm-type.exp
7418 * gdb.guile/scm-value.exp
7419 * gdb.linespec/keywords.exp
7420 * gdb.linespec/ls-errs.exp
7421 * gdb.linespec/macro-relative.exp
7422 * gdb.linespec/thread.exp
7423 * gdb.mi/mi-breakpoint-changed.exp
7424 * gdb.mi/mi-dprintf-pending.exp
7425 * gdb.mi/mi-fullname-deleted.exp
7426 * gdb.mi/mi-logging.exp
7427 * gdb.mi/mi-pending.exp
7428 * gdb.mi/mi-solib.exp
7429 * gdb.mi/new-ui-mi-sync.exp
7430 * gdb.mi/user-selected-context-sync.exp
7431 * gdb.multi/dummy-frame-restore.exp
7432 * gdb.multi/multi-arch-exec.exp
7433 * gdb.multi/remove-inferiors.exp
7434 * gdb.multi/watchpoint-multi-exit.exp
7435 * gdb.opt/solib-intra-step.exp
7436 * gdb.perf/backtrace.exp
7437 * gdb.perf/single-step.exp
7438 * gdb.perf/skip-command.exp
7439 * gdb.perf/skip-prologue.exp
7440 * gdb.perf/solib.exp
7441 * gdb.python/lib-types.exp
7442 * gdb.python/py-as-string.exp
7443 * gdb.python/py-bad-printers.exp
7444 * gdb.python/py-block.exp
7445 * gdb.python/py-breakpoint.exp
7446 * gdb.python/py-cmd.exp
7447 * gdb.python/py-events.exp
7448 * gdb.python/py-evthreads.exp
7449 * gdb.python/py-finish-breakpoint.exp
7450 * gdb.python/py-finish-breakpoint2.exp
7451 * gdb.python/py-frame-inline.exp
7452 * gdb.python/py-frame.exp
7453 * gdb.python/py-inferior.exp
7454 * gdb.python/py-infthread.exp
7455 * gdb.python/py-mi.exp
7456 * gdb.python/py-objfile.exp
7457 * gdb.python/py-pp-maint.exp
7458 * gdb.python/py-pp-registration.exp
7459 * gdb.python/py-prettyprint.exp
7460 * gdb.python/py-recurse-unwind.exp
7461 * gdb.python/py-shared.exp
7462 * gdb.python/py-symbol.exp
7463 * gdb.python/py-symtab.exp
7464 * gdb.python/py-template.exp
7465 * gdb.python/py-type.exp
7466 * gdb.python/py-unwind-maint.exp
7467 * gdb.python/py-unwind.exp
7468 * gdb.python/py-value.exp
7469 * gdb.python/python.exp
7470 * gdb.reverse/finish-reverse-bkpt.exp
7471 * gdb.reverse/insn-reverse.exp
7472 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7473 * gdb.reverse/solib-precsave.exp
7474 * gdb.reverse/solib-reverse.exp
7475 * gdb.stabs/gdb11479.exp
7476 * gdb.stabs/weird.exp
7477 * gdb.threads/fork-child-threads.exp
7478 * gdb.threads/fork-plus-threads.exp
7479 * gdb.threads/fork-thread-pending.exp
7480 * gdb.threads/forking-threads-plus-breakpoint.exp
7481 * gdb.threads/hand-call-in-threads.exp
7482 * gdb.threads/interrupted-hand-call.exp
7483 * gdb.threads/linux-dp.exp
7484 * gdb.threads/local-watch-wrong-thread.exp
7485 * gdb.threads/next-while-other-thread-longjmps.exp
7486 * gdb.threads/non-ldr-exit.exp
7487 * gdb.threads/pending-step.exp
7488 * gdb.threads/print-threads.exp
7489 * gdb.threads/process-dies-while-detaching.exp
7490 * gdb.threads/process-dies-while-handling-bp.exp
7491 * gdb.threads/pthreads.exp
7492 * gdb.threads/queue-signal.exp
7493 * gdb.threads/reconnect-signal.exp
7494 * gdb.threads/signal-command-handle-nopass.exp
7495 * gdb.threads/signal-command-multiple-signals-pending.exp
7496 * gdb.threads/signal-delivered-right-thread.exp
7497 * gdb.threads/signal-sigtrap.exp
7498 * gdb.threads/sigthread.exp
7499 * gdb.threads/staticthreads.exp
7500 * gdb.threads/stepi-random-signal.exp
7501 * gdb.threads/thread-unwindonsignal.exp
7502 * gdb.threads/thread_check.exp
7503 * gdb.threads/thread_events.exp
7504 * gdb.threads/tid-reuse.exp
7505 * gdb.threads/tls-nodebug.exp
7506 * gdb.threads/tls-shared.exp
7507 * gdb.threads/tls-so_extern.exp
7508 * gdb.threads/tls.exp
7509 * gdb.threads/wp-replication.exp
7510 * gdb.trace/actions-changed.exp
7511 * gdb.trace/actions.exp
7512 * gdb.trace/backtrace.exp
7513 * gdb.trace/change-loc.exp
7514 * gdb.trace/collection.exp
7515 * gdb.trace/deltrace.exp
7516 * gdb.trace/disconnected-tracing.exp
7517 * gdb.trace/entry-values.exp
7518 * gdb.trace/ftrace-lock.exp
7519 * gdb.trace/ftrace.exp
7520 * gdb.trace/infotrace.exp
7521 * gdb.trace/mi-trace-frame-collected.exp
7522 * gdb.trace/mi-trace-unavailable.exp
7523 * gdb.trace/mi-traceframe-changed.exp
7524 * gdb.trace/mi-tracepoint-changed.exp
7525 * gdb.trace/mi-tsv-changed.exp
7526 * gdb.trace/no-attach-trace.exp
7527 * gdb.trace/packetlen.exp
7528 * gdb.trace/passc-dyn.exp
7529 * gdb.trace/passcount.exp
7530 * gdb.trace/pending.exp
7531 * gdb.trace/pr16508.exp
7532 * gdb.trace/qtro.exp
7533 * gdb.trace/range-stepping.exp
7534 * gdb.trace/read-memory.exp
7535 * gdb.trace/report.exp
7536 * gdb.trace/save-trace.exp
7537 * gdb.trace/signal.exp
7538 * gdb.trace/stap-trace.exp
7539 * gdb.trace/status-stop.exp
7540 * gdb.trace/strace.exp
7541 * gdb.trace/tfile.exp
7542 * gdb.trace/tfind.exp
7543 * gdb.trace/trace-break.exp
7544 * gdb.trace/trace-condition.exp
7545 * gdb.trace/trace-enable-disable.exp
7546 * gdb.trace/trace-mt.exp
7547 * gdb.trace/tracecmd.exp
7548 * gdb.trace/tracefile-pseudo-reg.exp
7549 * gdb.trace/tspeed.exp
7550 * gdb.trace/tstatus.exp
7551 * gdb.trace/tsv.exp
7552 * gdb.trace/unavailable.exp
7553 * gdb.trace/while-dyn.exp
7554 * gdb.trace/while-stepping.exp
7555 * lib/gdb-guile.exp
7556 * lib/gdb.exp
7557 * lib/mi-support.exp
7558 * lib/pascal.exp
7559 * lib/perftest.exp
7560 * lib/prelink-support.exp
7561 * lib/selftest-support.exp
7562
7563 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7564
7565 * Makefile.in: Include disable-implicit-rules.mk.
7566
7567 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7568
7569 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7570 non-byte-aligned bit fields.
7571
7572 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7573
7574 PR gdb/12616
7575 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7576 respects the DW_AT_data_bit_offset attribute.
7577
7578 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7579
7580 * gdb.base/default.exp: Fix output of "set language".
7581
7582 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7583
7584 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7585 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7586 make.
7587 * configure.ac: Remove checks for the make program.
7588 * configure: Re-generate.
7589
7590 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7591
7592 * gdb.python/py-recurse-unwind.c (main): Add loop.
7593 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7594 to read_register() and gdb.parse_and_eval(). Make each code
7595 call a separate case that can be individually tested.
7596 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7597 proc. Call cont_and_backtrace for each of the code paths that
7598 we want to test in the unwinder.
7599
7600 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7601
7602 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7603 the definition of struct S.
7604
7605 2016-11-11 Catherine Moore <clm@codesourcery.com>
7606
7607 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7608
7609 2016-11-09 Pedro Alves <palves@redhat.com>
7610
7611 * gdb.base/commands.exp (runto_or_return): New procedure.
7612 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7613 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7614 (progvar_simple_while_test, progvar_complex_if_while_test)
7615 (if_while_breakpoint_command_test)
7616 (infrun_breakpoint_command_test, breakpoint_command_test)
7617 (user_defined_command_test, watchpoint_command_test)
7618 (test_command_prompt_position, redefine_hook_test)
7619 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7620 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7621 multi_line_input and multi_line. Remove gdb_expect and
7622 gdb_stop_suppressing_tests uses.
7623 * lib/gdb.exp (valnum_re): New global.
7624 (multi_line_input): New procedure.
7625
7626 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7627
7628 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7629 Remove.
7630 (test_setup): Define with proc_with_prefix.
7631 (test_cli_inferior): Likewise.
7632 (test_cli_thread): Likewise.
7633 (test_cli_frame): Likewise.
7634 (test_cli_select_frame): Likewise.
7635 (test_cli_up_down): Likewise.
7636 (test_mi_thread_select): Likewise.
7637 (test_mi_stack_select_frame): Likewise.
7638 (test_cli_in_mi_inferior): Likewise.
7639 (test_cli_in_mi_thread): Likewise.
7640 (test_cli_in_mi_frame): Likewise.
7641 (top level): Do not use with_test_prefix_procname.
7642
7643 2016-11-09 Pedro Alves <palves@redhat.com>
7644
7645 * gdb.base/commands.exp (gdbvar_simple_if_test)
7646 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7647 (progvar_simple_if_test, progvar_simple_while_test)
7648 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7649 (infrun_breakpoint_command_test, breakpoint_command_test)
7650 (user_defined_command_test, watchpoint_command_test)
7651 (test_command_prompt_position, deprecated_command_test)
7652 (bp_deleted_in_command, temporary_breakpoint_commands)
7653 (stray_arg0_test, source_file_with_indented_comment)
7654 (recursive_source_test, if_commands_test)
7655 (error_clears_commands_left, redefine_hook_test)
7656 (redefine_backtrace_test): Use proc_with_prefix.
7657 * lib/gdb.exp (proc_with_prefix): New proc.
7658
7659 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7660
7661 * gdb.base/tui-layout.c: New file.
7662 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7663 disassembly window contains very long lines.
7664
7665 2016-11-08 Tom Tromey <tom@tromey.com>
7666
7667 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7668 depend on Python 2.
7669
7670 2016-11-08 Tom Tromey <tom@tromey.com>
7671
7672 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7673 New method.
7674
7675 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7676
7677 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7678
7679 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7680
7681 * gdb.rust/simple.rs: Add test for univariant enums without
7682 discriminants and for encoded struct-like enums.
7683
7684 2016-10-28 Pedro Alves <palves@redhat.com>
7685
7686 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7687 gdb_test_multiple, tighten regexps and match symtabs and line
7688 tables incrementally.
7689
7690 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7691
7692 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7693 general.
7694
7695 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7696
7697 * gdb.base/exec-invalid-sysroot.exp: New file.
7698
7699 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7700
7701 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7702
7703 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7704
7705 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7706
7707 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7708
7709 * gdb.base/killed-outside.exp: Remove $options from a call to
7710 `prepare_for_testing'.
7711
7712 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7713
7714 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7715 Change test message.
7716
7717 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7718
7719 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7720 Update comment.
7721
7722 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7723
7724 * gdb.trace/mi-trace-save.exp: New file.
7725
7726 2016-10-13 Yao Qi <yao.qi@linaro.org>
7727
7728 * gdb.base/code_elim.exp (get_var_address): Remove.
7729 * gdb.base/relocate.exp: Likewise.
7730 * gdb.base/shreloc.exp: Likewise.
7731 * lib/gdb.exp (get_var_address): New.
7732
7733 2016-10-13 Yao Qi <yao.qi@linaro.org>
7734
7735 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7736 floating point tests if $skip_float_test is false.
7737
7738 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7739
7740 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7741 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7742 argc values.
7743 Add 1 to argc so we guarantee distinct initial/modified argc values.
7744
7745 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7746
7747 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7748
7749 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7750
7751 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7752 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7753 * gdb.arch/vsx-regs.exp: Likewise.
7754
7755 2016-10-07 Yao Qi <yao.qi@linaro.org>
7756
7757 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7758
7759 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7760
7761 * gdb.python/python.exp: Test decode_line("*0").
7762
7763 2016-10-06 Doug Evans <dje@google.com>
7764
7765 * gdb.python/py-value.exp (test_value_creation): Add test for large
7766 unsigned 64-bit value.
7767
7768 2016-10-06 Tom Tromey <tom@tromey.com>
7769
7770 * gdb.compile/compile.exp: Change java tests to rust.
7771 * gdb.base/setshow.exp: Change java tests to rust.
7772 * gdb.base/default.exp: Remove java from language list.
7773 * README (Examples): Update language example.
7774 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7775 test.
7776 * lib/gdb.exp (skip_java_tests): Remove.
7777 * lib/java.exp: Remove.
7778 * gdb.java: Remove.
7779
7780 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7781
7782 * gdb.arch/mips-fcr.exp: New test.
7783 * gdb.arch/mips-fcr.c: Source for the new test.
7784
7785 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7786
7787 * gdb.base/solib-disc.exp: Use `standard_output_file'
7788 throughout.
7789
7790 2016-10-06 Pedro Alves <palves@redhat.com>
7791
7792 * gdb.base/jit-simple-dl.c: New file.
7793 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7794 * gdb.base/jit-simple.c: ... this.
7795 * gdb.base/jit-simple.exp (jit_run): Delete.
7796 (build_jit): New proc.
7797 (jit_test_reread): Recompile either the main program or the shared
7798 library, depending on what is being tested. Skip changing address
7799 if caller wants to. Compare before/after addresses. If testing
7800 standalone, explicitly load the binary. Test "maint info
7801 breakpoints".
7802 (top level): Add "standalone vs shared lib" and "change address"
7803 vs "same address" axes.
7804
7805 2016-10-06 Pedro Alves <palves@redhat.com>
7806
7807 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7808 call.
7809 (jit_run): Delete.
7810 (jit_test_reread): Use with_test_prefix. Reload the main binary
7811 explicitly. Compare the before/after addresses of the JIT
7812 descriptor.
7813
7814 2016-08-15 Doug Evans <dje@google.com>
7815
7816 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7817 for single bitfields is bool.
7818 * gdb.xml/tdesc-regs.exp: Ditto.
7819
7820 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7821
7822 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7823
7824 2016-10-05 Yao Qi <yao.qi@linaro.org>
7825
7826 * lib/gdb.exp (support_complex_tests): Return zero if
7827 gdb_skip_float_test return true.
7828
7829 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7830 Simon Marchi <simon.marchi@ericsson.com>
7831
7832 PR gdb/20487
7833 * gdb.mi/user-selected-context-sync.exp: New file.
7834 * gdb.mi/user-selected-context-sync.c: New file.
7835
7836 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7837 Simon Marchi <simon.marchi@ericsson.com>
7838
7839 PR gdb/20487
7840 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7841 =thread-select-event check.
7842
7843 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7844
7845 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7846 the compulsory L operand changes.
7847 * gdb.arch/powerpc-power.s: Likewise.
7848
7849 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7850
7851 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7852 * gdb.base/jit-attach-pie.c: New file.
7853 * gdb.base/jit-attach-pie.exp: New file.
7854
7855 2016-09-28 Pedro Alves <palves@redhat.com>
7856
7857 * gdb.base/infcall-input.c: New file.
7858 * gdb.base/infcall-input.exp: New file.
7859
7860 2016-09-22 Yao Qi <yao.qi@linaro.org>
7861
7862 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7863 (gdb_exit): Rename it to ...
7864 (gdbserver_gdb_exit): ... Close GDBserver.
7865 (gdb_exit): New proc, call gdbserver_gdb_exit.
7866 (mi_gdb_exit): Likewise.
7867
7868 2016-09-22 Yao Qi <yao.qi@linaro.org>
7869
7870 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7871 path.
7872 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7873 Remove duplication.
7874
7875 2016-09-22 Yao Qi <yao.qi@linaro.org>
7876
7877 * lib/gdbserver-support.exp: Check the existence of
7878 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7879
7880 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7881
7882 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7883
7884 2016-09-21 Tom Tromey <tom@tromey.com>
7885
7886 PR gdb/20604:
7887 * gdb.base/quit.exp: New file.
7888
7889 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7890
7891 * .gitignore: New file.
7892
7893 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7894
7895 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7896 throughout.
7897
7898 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7899
7900 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7901
7902 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7903
7904 * gdb.cp/casts.cc (decltype): Move it ...
7905 (main): ... with its call to ...
7906 * gdb.cp/casts03.cc: ... a new file.
7907 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7908
7909 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7910
7911 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7912
7913 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7914
7915 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7916 and sync up the test with tests in gas/testsuite/gas/ppc.
7917 * gdb.arch/powerpc-power.exp: Likewise.
7918
7919 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7920
7921 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7922
7923 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7924 Jan Kratochvil <jan.kratochvil@redhat.com>
7925
7926 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7927 make m1's definition to be different from m2's. Use 'dummy' as an
7928 argument for probe 'two'.
7929
7930 2016-09-10 Jon Beniston <jon@beniston.com>
7931
7932 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7933 for sim target.
7934
7935 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7936
7937 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7938 variable declaration.
7939 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7940 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7941 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7942 received HWCAP as its argument.
7943
7944 2016-09-06 Pedro Alves <palves@redhat.com>
7945
7946 * gdb.base/new-ui-pending-input.c: New file.
7947 * gdb.base/new-ui-pending-input.exp: New file.
7948 * gdb.exp (clear_gdb_spawn_id): New procedure.
7949 (with_spawn_id): Check whether gdb_spawn_id exists before
7950 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7951 on exit.
7952
7953 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7954
7955 * gdb.base/float128.c: New file.
7956 * gdb.base/float128.exp: Likewise.
7957 * gdb.base/floatn.c: Likewise.
7958 * gdb.base/floatn.exp: Likewise.
7959
7960 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7961
7962 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7963
7964 2016-09-05 Pedro Alves <palves@redhat.com>
7965
7966 PR backtrace/19927
7967 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7968 unwinders are immediately called as side effect of "source" or
7969 "disable unwinder" commands.
7970 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7971
7972 2016-09-02 Yao Qi <yao.qi@linaro.org>
7973
7974 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7975 is true and $type is "float" or "double".
7976
7977 2016-09-02 Yao Qi <yao.qi@linaro.org>
7978
7979 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7980 true.
7981 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7982 * gdb.base/call-rt-st.exp: Likewise.
7983 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7984 return value instead of gdb,skip_float_test.
7985 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7986 (do_function_calls): Use its return value instead of
7987 gdb,skip_float_test.
7988 * gdb.base/finish.exp: Likewise.
7989 * gdb.base/funcargs.exp: Likewise.
7990 * gdb.base/return.exp: Likewise.
7991 * gdb.base/return2.exp: Likewise.
7992 * gdb.base/varargs.exp: Likewise.
7993 * lib/gdb.exp (gdb_skip_float_test): Change it to
7994 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7995
7996 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7997
7998 * gdb.multi/tids.exp: Test "thread apply all".
7999
8000 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8001
8002 * gdb.base/default.exp (tty): Remove.
8003
8004 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8005
8006 * gdb.python/py-recurse-unwind.c: New file.
8007 * gdb.python/py-recurse-unwind.py: New file.
8008 * gdb.python/py-recurse-unwind.exp: New file.
8009
8010 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8011
8012 * gdb.base/set-inferior-tty.exp: New file.
8013 * gdb.base/set-inferior-tty.c: New file.
8014
8015 2016-08-23 Pedro Alves <palves@redhat.com>
8016
8017 PR gdb/20494
8018 * gdb.base/new-ui-echo.c: New file.
8019 * gdb.base/new-ui-echo.exp: New file.
8020
8021 2016-08-23 Yao Qi <yao.qi@linaro.org>
8022
8023 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8024 gdbserver_spawn.
8025 * gdb.server/connect-without-multi-process.exp (do_test):
8026 Likewise.
8027
8028 2016-08-23 Yao Qi <yao.qi@linaro.org>
8029
8030 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8031 standalone_txt. Delete gdb_txt and standalone_txt on host
8032 and target. Spawn the binary on target. Copy files from
8033 target to host.
8034
8035 2016-08-22 Pedro Alves <palves@redhat.com>
8036
8037 PR gdb/20505
8038 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8039 with_test_prefix. Factor out bits to ...
8040 (test_no_vdso): ... this new procedure.
8041
8042 2016-08-19 Carl Love <cel@us.ibm.com>
8043
8044 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8045 maintaining separate logic for constructing the output path.
8046 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8047 * gdb.arch/ppc-dfp.exp: Likewise.
8048 * gdb.arch/ppc-fp.exp: Likewise.
8049 * gdb.arch/vsx-regs.exp: Likewise.
8050 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8051 binprefix for generating the additional binary files.
8052
8053 2016-08-19 Pedro Alves <palves@redhat.com>
8054
8055 * gdb.trace/mi-trace-frame-collected.exp
8056 (test_trace_frame_collected): On x32, expect two registers.
8057
8058 2016-08-18 Carl Love <cel@us.ibm.com>
8059
8060 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8061 and sync up the test with tests in gas/testsuite/gas/ppc.
8062 * gdb.arch/powerpc-power.exp: Likewise.
8063
8064 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8065
8066 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8067 expected error message.
8068
8069 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8070
8071 * gdb.multi/remove-inferiors.exp: New file.
8072 * gdb.multi/remove-inferiors.c: New file.
8073
8074 2016-08-12 Yao Qi <yao.qi@linaro.org>
8075
8076 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8077 argument list.
8078
8079 2016-08-10 Pedro Alves <palves@redhat.com>
8080
8081 PR gdb/19187
8082 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8083 setup_kfails.
8084
8085 2016-08-09 Pedro Alves <palves@redhat.com>
8086 Simon Marchi <simon.marchi@ericsson.com>
8087
8088 PR gdb/20418
8089 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8090 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8091
8092 2016-08-09 Pedro Alves <palves@redhat.com>
8093
8094 PR mi/20431
8095 * gdb.mi/mi-cmd-error.exp: New file.
8096
8097 2016-08-09 Pedro Alves <palves@redhat.com>
8098
8099 PR gdb/18653
8100 * gdb.base/signals-state-child.c: New file.
8101 * gdb.base/signals-state-child.exp: New file.
8102 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8103
8104 2016-08-09 Pedro Alves <palves@redhat.com>
8105
8106 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8107
8108 2016-08-03 Tom Tromey <tom@tromey.com>
8109
8110 PR python/18565:
8111 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8112
8113 2016-08-01 Yao Qi <yao.qi@linaro.org>
8114
8115 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8116 variable mode to "multi-process" if $multi_process is 1, otherwise
8117 set it to "single-process".
8118
8119 2016-08-01 Yao Qi <yao.qi@linaro.org>
8120
8121 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8122 * gdb.cp/cpexprs.exp: Likewise.
8123 * gdb.cp/m-static.exp: Likewise.
8124
8125 2016-07-26 Tom Tromey <tom@tromey.com>
8126
8127 PR python/20190:
8128 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8129 test.
8130
8131 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8132
8133 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8134 selecting assembly source files.
8135 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8136 assembly source files.
8137 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8138 assembly source files.
8139 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8140 selecting assembly source files.
8141
8142 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8143
8144 * gdb.base/new-ui.exp (do_test_invalid_args): New
8145 procedure.
8146
8147 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8148
8149 * gdb.btrace/reconnect.c: New file.
8150 * gdb.btrace/reconnect.exp: New file.
8151
8152 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8153
8154 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8155 to test_catch_syscall_group.
8156 (test_catch_syscall_group): New.
8157
8158 2016-07-21 Tom Tromey <tom@tromey.com>
8159
8160 * gdb.rust/simple.rs (main): Use empty struct expression.
8161 * gdb.rust/simple.exp: Add tests for empty struct expression.
8162
8163 2016-07-21 Yao Qi <yao.qi@linaro.org>
8164
8165 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8166 if gdb_skip_xml_test is true on some targets.
8167
8168 2016-07-21 Yao Qi <yao.qi@linaro.org>
8169
8170 * gdb.server/solib-list.exp: Unset last_loaded_file.
8171
8172 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8173
8174 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8175 "step into captured_main (args)".
8176
8177 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8178
8179 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8180
8181 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8182
8183 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8184
8185 2016-07-19 Pedro Alves <palves@redhat.com>
8186
8187 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8188 * gdb.opt/inline-bt.exp: Likewise.
8189 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8190 additional_flags=-Winline.
8191 * gdb.opt/inline-locals.exp: Likewise.
8192 * gdb.opt/inline-markers.c (ATTR): Define.
8193 (inlined_fn): Use it.
8194
8195 2016-07-19 Yao Qi <yao.qi@linaro.org>
8196
8197 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8198 (test_with_self): Remove some code. Remove argument executable.
8199 (top-level): Use do_self_tests.
8200
8201 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8202 Don Breazeal <donb@codesourcery.com>
8203
8204 * gdb.base/maint.exp: Escape paths used in regular expressions.
8205 * gdb.stabs/weird.exp: Likewise.
8206
8207 2016-07-13 Tom Tromey <tom@tromey.com>
8208
8209 PR python/15620, PR python/18620:
8210 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8211 (test_bkpt_events): New procs.
8212
8213 2016-07-13 Tom Tromey <tom@tromey.com>
8214
8215 PR python/17698:
8216 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8217 test.
8218 (test_watchpoints): Likewise.
8219 (test_bkpt_pending): New proc.
8220
8221 2016-07-13 Tom Tromey <tom@tromey.com>
8222
8223 PR cli/18053:
8224 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8225 completion test.
8226
8227 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8228
8229 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8230 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8231 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8232 f_label.
8233 (g): Rename g_end_lbl to g_label.
8234 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8235 low_pc and high_pc.
8236 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8237
8238 2016-07-12 Tom Tromey <tom@tromey.com>
8239
8240 PR python/19293:
8241 * gdb.python/py-unwind-maint.exp: Update tests.
8242
8243 2016-07-12 Yao Qi <yao.qi@linaro.org>
8244
8245 * lib/selftest-support.exp (selftest_setup): Match the output
8246 when captured_main is inlined.
8247
8248 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8249
8250 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8251 New variables.
8252 (print this%a, print this%b, print this): New tests.
8253 * gdb.fortran/derived-types.f90 (this): New object and
8254 initialization.
8255
8256 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8257
8258 * gdb.ada/arraydim.exp: Remove extra directory level in build
8259 directory.
8260
8261 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8262
8263 * lib/ada.exp: Remove extra directory level in build directory.
8264 * gdb.ada/cond_lang.exp: Likewise.
8265 * gdb.ada/exec_changed.exp: Likewise.
8266 * gdb.ada/lang_switch.exp: Likewise.
8267
8268 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8269
8270 * simple.rs: Add test for raw pointer subscripting.
8271 * simple.exp: Add test expectations.
8272
8273 2016-07-05 Yao Qi <yao.qi@linaro.org>
8274
8275 * gdb.mi/mi-reverse.exp: Match =record-started output.
8276
8277 2016-07-01 Pedro Alves <palves@redhat.com>
8278
8279 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8280 procedure.
8281 (jit_reader_test): Test the jit reader's unwinder.
8282 * gdb.base/jithost.c (jit_function_00_code): New global.
8283 (main): Use memcpy to fill in the mmapped code, instead of poking
8284 bytes manually here.
8285 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8286 value.
8287 (read_debug_info): Save the function's range.
8288 (read_sp): New function.
8289 (unwind_frame): Use it. Also unwind RBP.
8290 (get_frame_id): Use read_sp.
8291 (gdb_init_reader): Use calloc instead of malloc.
8292 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8293 parameter. Use gdb_test_multiple.
8294
8295 2016-07-01 Pedro Alves <palves@redhat.com>
8296 Antoine Tremblay <antoine.tremblay@ericsson.com>
8297
8298 * gdb.threads/process-dies-while-detaching.c: New file.
8299 * gdb.threads/process-dies-while-detaching.exp: New file.
8300
8301 2016-07-01 Pedro Alves <palves@redhat.com>
8302
8303 * gdb.multi/watchpoint-multi-exit.c: New file.
8304 * gdb.multi/watchpoint-multi-exit.exp: New file.
8305
8306 2016-06-30 Pedro Alves <palves@redhat.com>
8307
8308 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8309 unset inferior_spawn_id.
8310
8311 2016-06-30 Pedro Alves <palves@redhat.com>
8312
8313 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8314 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8315
8316 2016-06-29 Yao Qi <yao.qi@linaro.org>
8317
8318 * gdb.base/return.c: Add copyright header.
8319
8320 2016-06-29 Tom Tromey <tom@tromey.com>
8321
8322 PR python/20129:
8323 * gdb.python/py-framefilter.exp: Add tests for setting priority
8324 and disabling of non-existent frame filter.
8325
8326 2016-06-29 Yao Qi <yao.qi@linaro.org>
8327
8328 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8329 0x0f07ff.
8330
8331 2016-06-28 Yao Qi <yao.qi@linaro.org>
8332
8333 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8334 triplets. Start gdb, execute catch syscall, and continue. Check
8335 gdb's output to determine catch syscall is supported.
8336
8337 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8338
8339 * gdb.rust/simple.rs: Add test for returning unit in a function.
8340 * gdb.rust/simple.exp: Add expectation for functions returning
8341 unit.
8342
8343 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8344
8345 * gdb.python/py-breakpoint-create-fail.c,
8346 gdb.python/py-breakpoint-create-fail.exp,
8347 gdb.python/py-breakpoint-create-fail.py: New testcase.
8348
8349 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8350
8351 PR gdb/20239
8352 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8353 * gdb.rust/simple.exp: Add test expectations for new NonZero
8354 tests.
8355
8356 2016-06-24 David Taylor <dtaylor@emc.com>
8357
8358 * gdb.base/offsets.exp: New file.
8359 * gdb.base/offsets.c: New file.
8360
8361 2016-06-23 Tom Tromey <tom@tromey.com>
8362
8363 PR gdb/16483:
8364 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8365 before any filters are loaded.
8366
8367 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8368
8369 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8370 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8371 structs.
8372 * gdb.fortran/derived-type-function.exp: New file.
8373 * gdb.fortran/derived-type-function.f90: New file.
8374
8375
8376 2016-06-21 Pedro Alves <palves@redhat.com>
8377
8378 * gdb.base/new-ui.exp: New file.
8379 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8380 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8381 (with_spawn_id): New procedure.
8382
8383 2016-06-21 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.mi/mi-exec-run.exp: New file.
8386
8387 2016-06-21 Pedro Alves <palves@redhat.com>
8388
8389 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8390 breakpoint command's output on the main UI.
8391 (test_break): New procedure, factored out from calls in the top
8392 level.
8393 (top level): Use foreach_with_prefix to test MI as main UI and as
8394 separate UI.
8395
8396 2016-06-21 Pedro Alves <palves@redhat.com>
8397
8398 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8399 (test_awatch_creation_and_listing)
8400 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8401 Remove 'type' parameter.
8402 (test_watchpoint_all): New parameter mi_mode. Remove
8403 with_test_prefix.
8404 (top level): Use foreach_with_prefix, and add main/separate UI MI
8405 testing axis.
8406
8407 2016-06-21 Pedro Alves <palves@redhat.com>
8408
8409 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8410 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8411 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8412 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8413 (gdb_main_spawn_id, mi_spawn_id): Declare and
8414 comment.
8415 (mi_create_inferior_pty): New procedure,
8416 factored out from default_mi_gdb_start.
8417 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8418 procedures.
8419 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8420 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8421 Use mi_create_inferior_pty.
8422 (mi_gdb_start): Use eval to pass down args list.
8423
8424 2016-06-21 Pedro Alves <palves@redhat.com>
8425
8426 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8427 * gdb.opt/inline-cmds.exp: Add MI tests.
8428
8429 2016-06-21 Pedro Alves <palves@redhat.com>
8430
8431 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8432
8433 2016-06-21 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8436 (top level): Use it instead of mi_execute_to.
8437
8438 2016-06-21 Pedro Alves <palves@redhat.com>
8439
8440 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8441 (cont_handler_str): New.
8442 (signal_stop_handler): Set stop_handler_str instead of printing to
8443 stdout.
8444 (continue_handler): Set cont_handler_str instead of printing to
8445 stdout.
8446 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8447 mi_send_resuming_command. Print stop_handler_str and
8448 cont_handler_str instead of expecting the python events print
8449 directly.
8450
8451 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8452
8453 * gdb.base/jit-reader.exp: New file.
8454 * gdb.base/jithost.c: New file.
8455 * gdb.base/jithost.h: New file.
8456 * gdb.base/jitreader.c : New file.
8457 * gdb.base/jit-protocol.h: New file.
8458
8459 2016-06-17 Yao Qi <yao.qi@linaro.org>
8460
8461 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8462 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8463 and detach-on-fork. Adjust tests.
8464 (top level): Invoke break_cond_on_syscall with combinations of
8465 syscall, follow-fork-mode and detach-on-fork.
8466
8467 2016-06-17 Yao Qi <yao.qi@linaro.org>
8468
8469 * gdb.base/step-over-exit.c: New.
8470 * gdb.base/step-over-exit.exp: New.
8471
8472 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8473
8474 * gdb.base/float.exp: Add target check for nds32*-*-*.
8475 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8476
8477 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8478
8479 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8480 for unsupported target features.
8481 * gdb.base/call-rt-st.exp: Likewise.
8482 * gdb.base/call-sc.exp: Likewise.
8483 * gdb.base/call-signal-resume.exp: Likewise.
8484 * gdb.base/call-strs.exp: Likewise.
8485 * gdb.base/callexit.exp: Likewise.
8486 * gdb.base/callfuncs.exp: Likewise.
8487 * gdb.base/nodebug.exp: Likewise.
8488 * gdb.base/printcmds.exp: Likewise.
8489 * gdb.base/ptype.exp: Likewise.
8490 * gdb.base/structs.exp: Likewise.
8491 * gdb.base/unwindonsignal.exp: Likewise.
8492 * gdb.cp/gdb2495.exp: Likewise.
8493 * gdb.cp/templates.exp: Likewise.
8494 * gdb.cp/virtfunc.exp: Likewise.
8495 * gdb.threads/hand-call-in-threads.exp: Likewise.
8496 * gdb.threads/interrupted-hand-call.exp: Likewise.
8497 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8498
8499 2016-06-10 Tom Tromey <tom@tromey.com>
8500
8501 PR rust/20110:
8502 * gdb.rust/expr.exp: Add test for integer constant larger than
8503 i32.
8504
8505 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8506
8507 * gdb.fortran/nested-funcs.exp: New.
8508 * gdb.fortran/nested-funcs.f90: New.
8509
8510 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8511
8512 * gdb.base/examine-backward.c: New file.
8513 * gdb.base/examine-backward.exp: New file.
8514
8515 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8516
8517 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8518 matching.
8519
8520 2016-06-02 Tom Tromey <tom@tromey.com>
8521
8522 PR python/18984:
8523 * gdb.python/py-shared.exp: Add solib_name test.
8524
8525 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8526
8527 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8528
8529 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8530
8531 PR c++/19893
8532 * gdb.dwarf2/implref.exp: Rename to...
8533 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8534 * gdb.dwarf2/implref-array.c: New file.
8535 * gdb.dwarf2/implref-array.exp: Likewise.
8536 * gdb.dwarf2/implref-global.c: Likewise.
8537 * gdb.dwarf2/implref-global.exp: Likewise.
8538 * gdb.dwarf2/implref-struct.c: Likewise.
8539 * gdb.dwarf2/implref-struct.exp: Likewise.
8540
8541 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8542
8543 * gdb.trace/trace-condition.exp: Add 64bit tests.
8544
8545 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8546
8547 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8548 bits types.
8549 (main): Adapt to 8 to 64 bits types.
8550 * gdb.trace/trace-condition.exp: Add new tests.
8551
8552 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8553
8554 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8555
8556 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8557
8558 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8559 Move condition tests...
8560 * gdb.trace/trace-condition.exp: Here.
8561
8562 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8563
8564 * gdb.trace/trace-condition.exp: Add counter-case tests.
8565
8566 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8567
8568 PR c++/15231
8569 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8570 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8571
8572 2016-05-27 Pedro Alves <palves@redhat.com>
8573
8574 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8575 New procedure.
8576 (top level): Call it, and bail out of DejaGnu is known to be bad.
8577
8578 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8579
8580 * gdb.base/whatis.c: Extend the test case.
8581 * gdb.base/whatis.exp: Add additional tests.
8582
8583 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8584
8585 * gdb.fortran/type.f90: Add pointer variable.
8586 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8587
8588 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8589
8590 * gdb.fortran/vla-type.exp: Fix testcase name.
8591
8592 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8593
8594 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8595
8596 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8597
8598 * gdb.fortran/type.f90: Add nested structures.
8599 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8600 * gdb.fortran/derived-type.exp: Adapt expected output.
8601 * gdb.fortran/vla-type.exp: Adapt expected output.
8602
8603 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8604
8605 * gdb.fortran/whatis_type.exp: Adapt expected output.
8606
8607 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8608
8609 * gdb.fortran/print_type.exp: Fix expected output.
8610 * gdb.fortran/whatis_type.exp: Fix expected output.
8611
8612 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8613
8614 * gdb.fortran/whatis_type.exp: Use multi_line.
8615
8616 2016-05-24 Tom Tromey <tom@tromey.com>
8617
8618 PR python/17386:
8619 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8620 use value as an index.
8621
8622 2016-05-23 Tom Tromey <tom@tromey.com>
8623
8624 PR python/17981:
8625 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8626 no-breakpoint case.
8627
8628 2016-05-24 Pedro Alves <palves@redhat.com>
8629
8630 PR gdb/19828
8631 * gdb.threads/clone-attach-detach.c: New file.
8632 * gdb.threads/clone-attach-detach.exp: New file.
8633
8634 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8635
8636 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8637
8638 2016-05-23 Tom Tromey <tom@tromey.com>
8639
8640 PR python/19438, PR python/18393:
8641 * gdb.python/py-progspace.exp: Add "dir" test.
8642 * gdb.python/py-objfile.exp: Add "dir" test.
8643
8644 2016-05-23 Yao Qi <yao.qi@linaro.org>
8645
8646 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8647 * gdb.arch/thumb2-it.exp: Likewise.
8648
8649 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8650
8651 * gdb.mi/mi-threads-interrupt.c: New file.
8652 * gdb.mi/mi-threads-interrupt.exp: New file.
8653
8654 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8655
8656 PR gdb/18077
8657 * gdb.mi/mi-async-run.exp: New file.
8658 * gdb.mi/mi-async-run.c: New file.
8659
8660 2016-05-17 Tom Tromey <tom@tromey.com>
8661 Manish Goregaokar <manishsmail@gmail.com>
8662
8663 * lib/rust-support.exp: New file.
8664 * lib/gdb.exp (skip_rust_tests): New proc.
8665 (build_executable_from_specs): Handle rust.
8666 * lib/future.exp (gdb_find_rustc): New proc.
8667 (gdb_default_target_compile): Handle rust.
8668 * gdb.rust/expr.exp: New file.
8669 * gdb.rust/generics.exp: New file.
8670 * gdb.rust/generics.rs: New file.
8671 * gdb.rust/methods.exp: New file.
8672 * gdb.rust/methods.rs: New file.
8673 * gdb.rust/modules.exp: New file.
8674 * gdb.rust/modules.rs: New file.
8675 * gdb.rust/simple.exp: New file.
8676 * gdb.rust/simple.rs: New file.
8677
8678 2016-05-17 Tom Tromey <tom@tromey.com>
8679
8680 * gdb.base/default.exp (set language): Add rust.
8681
8682 2016-05-17 Tom Tromey <tom@tromey.com>
8683
8684 * gdb.gdb/unittest.exp: New file.
8685
8686 2016-05-16 Yao Qi <yao.qi@linaro.org>
8687
8688 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8689 shell_prompt. Update shell_prompt_re.
8690
8691 2016-05-12 Doug Evans <dje@google.com>
8692
8693 PR symtab/19999
8694 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8695 $options when building executable.
8696 * gdb.dwarf2/fission-loclists-pie.S: New file.
8697 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8698
8699 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8700
8701 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8702 of [is_remote target],
8703
8704 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8705
8706 * lib/gdb.exp (use_gdb_stub): New procedure.
8707
8708 2016-05-03 Yunlian Jiang <yunlian@google.com>
8709 Doug Evans <dje@google.com>
8710
8711 PR symtab/19914
8712 * gdb.dwarf2/dwp-sepdebug.c: New file.
8713 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8714
8715 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8716
8717 * gdb.base/detach.exp: Remove is_remote check.
8718
8719 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8720
8721 * gdb.base/annota-input-while-running.exp: Don't check for
8722 [is_remote target]. Enable annotations after running to main.
8723 Remove unused "set test..." line.
8724
8725 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8726
8727 * gdb.trace/trace-enable-disable.exp: New file.
8728 * gdb.trace/trace-enable-disable.c: New file.
8729
8730 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8731
8732 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8733 use it in info sharedlibrary test.
8734 * gdb.trace/ftrace-lock.exp: Likewise.
8735 * gdb.trace/ftrace.exp: Likewise.
8736 * gdb.trace/range-stepping.exp: Likewise.
8737 * gdb.trace/trace-break.exp: Likewise.
8738 * gdb.trace/trace-condition.exp: Likewise.
8739 * gdb.trace/trace-mt.exp: Likewise.
8740
8741 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8742
8743 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8744 (gdb_load_shlib): ... this.
8745 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8746 gdb_load_shlib.
8747 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8748 * gdb.base/ctxobj.exp: Likewise.
8749 * gdb.base/dprintf-pending.exp: Likewise.
8750 * gdb.base/dso2dso.exp: Likewise.
8751 * gdb.base/fixsection.exp: Likewise.
8752 * gdb.base/gcore-relro.exp: Likewise.
8753 * gdb.base/gdb1555.exp: Likewise.
8754 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8755 * gdb.base/gnu-ifunc.exp: Likewise.
8756 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8757 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8758 * gdb.base/pending.exp: Likewise.
8759 * gdb.base/print-file-var.exp: Likewise.
8760 * gdb.base/print-symbol-loading.exp: Likewise.
8761 * gdb.base/shlib-call.exp: Likewise.
8762 * gdb.base/shreloc.exp: Likewise.
8763 * gdb.base/so-impl-ld.exp: Likewise.
8764 * gdb.base/solib-disc.exp: Likewise.
8765 * gdb.base/solib-nodir.exp: Likewise.
8766 * gdb.base/solib-overlap.exp: Likewise.
8767 * gdb.base/solib-symbol.exp: Likewise.
8768 * gdb.base/solib-weak.exp (do_test): Likewise.
8769 * gdb.base/sym-file.exp: Likewise.
8770 * gdb.base/symtab-search-order.exp: Likewise.
8771 * gdb.base/type-opaque.exp: Likewise.
8772 * gdb.base/unload.exp: Likewise.
8773 * gdb.base/watchpoint-solib.exp: Likewise.
8774 * gdb.compile/compile.exp: Likewise.
8775 * gdb.cp/gdb2384.exp: Likewise.
8776 * gdb.cp/infcall-dlopen.exp: Likewise.
8777 * gdb.cp/re-set-overloaded.exp: Likewise.
8778 * gdb.fortran/library-module.exp: Likewise.
8779 * gdb.opt/solib-intra-step.exp: Likewise.
8780 * gdb.python/py-finish-breakpoint.exp: Likewise.
8781 * gdb.python/py-shared.exp: Likewise.
8782 * gdb.reverse/solib-precsave.exp: Likewise.
8783 * gdb.reverse/solib-reverse.exp: Likewise.
8784 * gdb.server/solib-list.exp: Likewise.
8785 * gdb.threads/dlopen-libpthread.exp: Likewise.
8786 * gdb.threads/tls-shared.exp: Likewise.
8787 * gdb.threads/tls-so_extern.exp: Likewise.
8788 * gdb.trace/change-loc.exp: Likewise.
8789 * gdb.trace/ftrace-lock.exp: Likewise.
8790 * gdb.trace/ftrace.exp: Likewise.
8791 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8792 * gdb.trace/pending.exp: Likewise.
8793 * gdb.trace/range-stepping.exp: Likewise.
8794 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8795 (strace_info_marker): Likewise.
8796 (strace_probe_marker): Likewise.
8797 (strace_trace_on_same_addr): Likewise.
8798 (strace_trace_on_diff_addr): Likewise.
8799 * gdb.trace/trace-break.exp: Likewise.
8800 * gdb.trace/trace-condition.exp: Likewise.
8801 * gdb.trace/trace-mt.exp: Likewise.
8802
8803 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8804
8805 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8806 result of gdb_remote_download.
8807 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8808 * gdb.base/dso2dso.exp: Likewise.
8809 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8810 * gdb.base/print-file-var.exp: Likewise.
8811 * gdb.base/shlib-call.exp: Likewise.
8812 * gdb.base/shreloc.exp: Likewise.
8813 * gdb.base/solib-overlap.exp: Likewise.
8814 * gdb.base/solib-weak.exp (do_test): Likewise.
8815 * gdb.base/unload.exp: Likewise.
8816
8817 2016-04-27 Yao Qi <yao.qi@linaro.org>
8818
8819 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8820 exists.
8821
8822 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8823
8824 * vla-type.exp: Print structure from toplevel.
8825
8826 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8827
8828 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8829 of dynamic types.
8830 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8831 of dynamic types.
8832
8833 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8834
8835 * gdb.fortran/vla-type.f90: New file.
8836 * gdb.fortran/vla-type.exp: New file.
8837
8838 2016-04-25 Yao Qi <yao.qi@linaro.org>
8839
8840 * gdb.base/branch-to-self.c: New file.
8841 * gdb.base/branch-to-self.exp: New file.
8842
8843 2016-04-22 Yao Qi <yao.qi@linaro.org>
8844
8845 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8846 more after $hex.
8847
8848 2016-04-22 Yao Qi <yao.qi@linaro.org>
8849
8850 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8851 * gdb.base/annota3.exp: Likewise.
8852
8853 2016-04-22 Yao Qi <yao.qi@linaro.org>
8854
8855 * gdb.reverse/step-precsave.exp: Do one step and test program
8856 stops in "callee" and do multiple steps until program goes out
8857 of "callee".
8858 * gdb.reverse/step-reverse.exp: Likewise.
8859
8860 2016-04-22 Yao Qi <yao.qi@linaro.org>
8861
8862 * gdb.trace/signal.exp: Also pass if
8863 $tracepoint_hits($i) > $iterations.
8864
8865 2016-04-22 Yao Qi <yao.qi@linaro.org>
8866
8867 * gdb.trace/signal.c: New file.
8868 * gdb.trace/signal.exp: New file.
8869
8870 2016-04-19 Doug Evans <xdje42@gmail.com>
8871
8872 * gdb.base/bad-file.exp: New file.
8873
8874 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8875
8876 * gdb.dwarf2/implref.exp: New file.
8877
8878 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8879
8880 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8881 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8882 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8883 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8884 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8885 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8886 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8887 * lib/fortran.exp (fortran_int4): New procedure.
8888 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8889 (fortran_logical4): Likewise.
8890
8891 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8892
8893 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8894
8895 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8896
8897 * lib/compiler.c: Add Intel specific preprocessor macros.
8898 * lib/compiler.cc: Likewise.
8899
8900 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8901
8902 * gdb.server/connect-with-no-symbol-file.c: New file.
8903 * gdb.server/connect-with-no-symbol-file.exp: New file.
8904
8905 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8906
8907 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8908
8909 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8910
8911 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8912 standard output directory.
8913
8914 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8915
8916 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8917
8918 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8919
8920 * gdb.btrace/instruction_history.c (loop): Add declaration.
8921
8922 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8923
8924 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8925
8926 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8927
8928 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8929 parentheses to print.
8930 (continue_handler): Likewise.
8931
8932 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8933
8934 * gdb.server/solib-list.exp: Remove is_remote check.
8935 Pass shlib= to gdb_compile. Don't link shared library with
8936 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8937 Run binary filename through "readlink -f" on the target.
8938
8939 2016-04-08 Pedro Alves <palves@redhat.com>
8940
8941 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8942 interpreter filename as argument to gdbserver_spawn.
8943 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8944 Return empty if $last_loaded_file does not exist.
8945
8946 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8947
8948 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8949 * gdb.base/jit-main.c: Use exit after usage.
8950
8951 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8952
8953 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8954 GDBHISTSIZE prior to the tests.
8955 * gdb.base/gdbinit-history.exp: Likewise.
8956
8957 2016-04-07 Pedro Alves <palves@redhat.com>
8958
8959 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8960 instead of build_executable. Use gdb_load_shlibs.
8961
8962 2016-04-07 Yao Qi <yao.qi@linaro.org>
8963
8964 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8965 Execute "si" command.
8966
8967 2016-04-07 Yao Qi <yao.qi@linaro.org>
8968
8969 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8970 number instead of the comments on some line.
8971
8972 2016-04-06 Don Breazeal <donb@codesourcery.com>
8973
8974 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8975 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8976
8977 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8978
8979 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8980 standard_output_file. Remove unused binfile variable.
8981
8982 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8983
8984 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8985 * gdb.python/py-mi-objfile.exp: Match "list main" output
8986 in console format.
8987
8988 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8989
8990 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8991 absolute.
8992
8993 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8994
8995 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8996 absolute.
8997 * gdb.trace/ftrace.exp: Likewise.
8998 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8999 targets as well.
9000 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9001 (gdb_load_shlibs): Copy libraries to test directory when testing
9002 natively. Only set solib-search-path if testing remotely.
9003 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9004
9005 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9006
9007 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9008 gdb_download. Use it even if the target is not remote.
9009 * gdb.base/jit.exp (compile_jit_test): Likewise.
9010 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9011 output directory if the destination board is local, otherwise use
9012 the standard remote_download from DejaGnu.
9013 (gdb_download): Remove.
9014 (gdb_load_shlibs): Use gdb_remote_download instead of
9015 gdb_download.
9016 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9017 Use gdb_remote_download instead of gdb_download. Use it even if
9018 the target is not remote.
9019 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9020 instead of gdb_download.
9021
9022 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9023
9024 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9025 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9026 run.
9027
9028 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9029
9030 PR gdb/19820
9031 * gdb.base/printcmds.exp: Add artificial arrays tests.
9032
9033 2016-03-31 Pedro Alves <palves@redhat.com>
9034
9035 PR gdb/19858
9036 * gdb.base/jit-main.c: Include unistd.h.
9037 (ATTACH): Define to 0 if not already defined.
9038 (wait_for_gdb, mypid): New globals.
9039 (WAIT_FOR_GDB): New macro.
9040 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9041 some breakpoint locations.
9042 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9043 New procedures.
9044 (one_jit_test): Add REATTACH parameter, and handle it. Use
9045 continue_to_test_location.
9046 (top level): Test attach, and adjusts calls to one_jit_test.
9047
9048 2016-03-31 Pedro Alves <palves@redhat.com>
9049
9050 PR gdb/19858
9051 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9052 BINSUFFIX parameter, and handle it.
9053 (top level): Adjust calls compile_jit_test.
9054
9055 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9056
9057 PR python/19743
9058 * gdb.python/py-mi-events-gdb.py: New file.
9059 * gdb.python/py-mi-events.c: New file.
9060 * gdb.python/py-mi-events.exp: New file.
9061
9062 2016-03-30 Yao Qi <yao.qi@linaro.org>
9063
9064 * gdb.reverse/until-precsave.exp: Match function name only.
9065 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9066 Move malloc to a condition block.
9067 * gdb.reverse/until-reverse.exp: Match function name only.
9068
9069 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9070
9071 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9072 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9073 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9074 variable for GPR 0 instead of assuming it is register 0.
9075 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9076 * lib/trace-support.exp: Add s390 registers.
9077
9078 2016-03-29 Yao Qi <yao.qi@linaro.org>
9079
9080 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9081
9082 2016-03-24 Yao Qi <yao.qi@linaro.org>
9083
9084 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9085 test message.
9086
9087 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9088
9089 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9090 maintaining separate logic for constructing the output path.
9091
9092 2016-03-16 Don Breazeal <donb@codesourcery.com>
9093
9094 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9095 Retry fork and waitpid on interrupted system call errors.
9096 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9097 Use with_timeout_factor to increase timeout by factor of 10.
9098
9099 2016-03-15 Don Breazeal <donb@codesourcery.com>
9100
9101 * gdb.cp/scope-err.cc: New test program.
9102 * gdb.cp/scope-err.exp: New test script.
9103 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9104 lines and "set breakpoint here" comment.
9105 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9106 Fixed some whitespace and format issues.
9107 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9108 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9109
9110 2016-03-15 Doug Evans <dje@google.com>
9111
9112 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9113 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9114 All callers updated. Add tests for enums, mixed flags register.
9115
9116 2016-03-15 Doug Evans <dje@google.com>
9117
9118 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9119 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9120
9121 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9122
9123 * gdb.base/default.exp: Add $_as_string to the list of expected
9124 convenience functions.
9125
9126 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9127
9128 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9129
9130 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9131
9132 * gdb.python/py-as-string.exp: New file.
9133 * gdb.python/py-as-string.c: New file.
9134
9135 2016-03-09 Pedro Alves <palves@redhat.com>
9136
9137 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9138 signal" -> "Thread NN received signal" output change.
9139 * gdb.threads/ia64-sigill.exp: Likewise.
9140 * gdb.threads/linux-dp.exp: Likewise.
9141 * gdb.threads/manythreads.exp: Likewise.
9142 * gdb.threads/pending-step.exp: Likewise.
9143 * gdb.threads/print-threads.exp: Likewise.
9144 * gdb.threads/sigstep-threads.exp: Likewise.
9145 * gdb.threads/staticthreads.exp: Likewise.
9146 * gdb.threads/tls.exp: Likewise.
9147
9148 2016-03-09 Pedro Alves <palves@redhat.com>
9149
9150 * gdb.base/command-line-input.exp: New file.
9151
9152 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9153
9154 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9155 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9156 * gdb.trace/pending.exp: Accept leading dot before function name.
9157 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9158 * lib/trace-support.exp: Set registers for ppc.
9159
9160 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9161
9162 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9163 use it for disassembly; accept .main in addition to main in backtrace.
9164
9165 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9166 Marcin Kościelnicki <koriakin@0x04.net>
9167
9168 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9169 (gdb_recursion_test_ptr): New global variable.
9170 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9171 gdb_recursion_test.
9172 (gdb_c_test): Ditto.
9173
9174 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9175
9176 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9177 ordering.
9178
9179 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9180
9181 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9182 (bar): Add bar_start_lbl label.
9183 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9184 of foo/bar for emitting DWARF and tracing.
9185
9186 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9187
9188 * analyze-racy-logs.py: Set executable bit.
9189
9190 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9191
9192 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9193 (CHECK_TARGET_TMP): Likewise.
9194 (check-single-racy): New rule.
9195 (check-parallel-racy): Likewise.
9196 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9197 (do-check-parallel-racy): New rule.
9198 (check-racy/%.exp): Likewise.
9199 * README (Racy testcases): New section.
9200 * analyze-racy-logs.py: New file.
9201
9202 2016-03-03 Doug Evans <dje@google.com>
9203
9204 * gdb.base/skip.exp: Use with_test_prefix.
9205
9206 2016-03-03 Yao Qi <yao.qi@linaro.org>
9207
9208 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9209 Invoke step_over_syscall "clone" and break_cond_on_syscall
9210 "clone".
9211 * gdb.base/step-over-clone.c: New file.
9212
9213 2016-03-03 Yao Qi <yao.qi@linaro.org>
9214
9215 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9216 code format.
9217
9218 2016-03-03 Yao Qi <yao.qi@linaro.org>
9219
9220 * gdb.base/disp-step-fork.c: Rename to ...
9221 * gdb.base/step-over-fork.c: ... it. New file.
9222 * gdb.base/disp-step-vfork.c: Rename to ...
9223 * gdb.base/step-over-vfork.c: ... it. New file.
9224 * gdb.base/disp-step-syscall.exp: Rename to ...
9225 * gdb.base/step-over-syscall.exp: ... it. New file.
9226 (disp_step_cross_syscall): Rename to ...
9227 (step_over_syscall): ... it.
9228
9229 2016-03-03 Yao Qi <yao.qi@linaro.org>
9230
9231 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9232 If target supports condition evaluation on target, invoke
9233 break_cond_on_syscall for fork and vfork.
9234
9235 2016-03-03 Yao Qi <yao.qi@linaro.org>
9236
9237 * gdb.base/disp-step-syscall.exp: Don't invoke
9238 support_displaced_stepping.
9239 (disp_step_cross_syscall): Test with displaced stepping off and
9240 on if supported.
9241
9242 2016-03-03 Yao Qi <yao.qi@linaro.org>
9243
9244 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9245 proc.
9246 (setup): New proc.
9247 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9248 and setup.
9249
9250 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9251
9252 * gdb.fortran/vla-history.exp: Remove breakpoint.
9253
9254 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9255
9256 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9257 exceeds timeout.
9258
9259 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9260
9261 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9262 breakpoint.
9263
9264 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9265
9266 * gdb.mi/vla.f90: Nullify pointer after declaration.
9267
9268 2016-03-01 Pedro Alves <palves@redhat.com>
9269
9270 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9271
9272 2016-03-01 Pedro Alves <palves@redhat.com>
9273
9274 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9275 before anything else.
9276 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9277 _GNU_SOURCE here.
9278 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9279 before anything else.
9280 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9281
9282 2016-03-01 Pedro Alves <palves@redhat.com>
9283
9284 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9285
9286 2016-03-01 Yao Qi <yao.qi@linaro.org>
9287
9288 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9289 prepare_for_testing.
9290
9291 2016-03-01 Yao Qi <yao.qi@linaro.org>
9292
9293 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9294
9295 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9296
9297 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9298 manually constructing the output path.
9299
9300 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9301
9302 * gdb.arch/s390-stackless.S: New.
9303 * gdb.arch/s390-stackless.exp: New.
9304
9305 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9306
9307 * gdb.dlang/circular.c: New file.
9308 * gdb.dlang/circular.exp: New file.
9309
9310 2016-02-26 Yao Qi <yao.qi@linaro.org>
9311
9312 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9313 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9314 (testcases): Update.
9315
9316 2016-02-26 Yao Qi <yao.qi@linaro.org>
9317
9318 * gdb.reverse/aarch64.c: Rename to ...
9319 * gdb.reverse/insn-reverse.c: ... it.
9320 * gdb.reverse/aarch64.exp: Rename to ...
9321 * gdb.reverse/insn-reverse.exp: ... it.
9322
9323 2016-02-26 Yao Qi <yao.qi@linaro.org>
9324
9325 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9326 (testcase_ftype): New.
9327 (testcases): New array.
9328 (n_testcases): New.
9329 (main): Call each element in testcases.
9330 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9331 (read_testcase): New.
9332 Do the tests in a loop.
9333
9334 2016-02-25 Yao Qi <yao.qi@linaro.org>
9335
9336 * gdb.base/branches.c: Remove.
9337
9338 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9339
9340 PR gdb/13808
9341 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9342
9343 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9344
9345 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9346
9347 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9348
9349 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9350 change x86_64 call_insn to 'callq'.
9351
9352 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9353
9354 * gdb.trace/tfile-avx.c: Move to...
9355 * gdb.trace/tracefile-pseudo-reg.c: Here.
9356 * gdb.trace/tfile-avx.exp: Move to...
9357 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9358
9359 2016-02-24 Gary Benson <gbenson@redhat.com>
9360
9361 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9362 message on attach.
9363
9364 2016-02-23 Doug Evans <dje@google.com>
9365
9366 * gdb.base/skip.c (test_skip): New function.
9367 (end_test_skip_file_and_function): New function.
9368 (test_skip_file_and_function): New function.
9369 * gdb.base/skip1.c (test_skip): New function.
9370 (skip1_test_skip_file_and_function): New function.
9371 * gdb.base/skip.exp: Add tests for new skip options.
9372 * gdb.base/skip-solib.exp: Update expected output.
9373 * gdb.perf/skip-command.cc: New file.
9374 * gdb.perf/skip-command.exp: New file.
9375 * gdb.perf/skip-command.py: New file.
9376
9377 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9378
9379 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9380 info registers pattern.
9381
9382 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9383
9384 * lib/future.exp: Add D support.
9385 (gdb_find_gdc): New proc.
9386 (gdb_default_target_compile): Add D support.
9387
9388 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9389
9390 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9391 user+system time.
9392 (trace_speed_test): Determine the iteration count for a time
9393 between 15..30 seconds.
9394
9395 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9396
9397 * gdb.arch/i386-mpx-sigsegv.c: New file.
9398 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9399 * gdb.arch/i386-mpx-simple_segv.c: New file.
9400 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9401
9402 2016-02-18 Yao Qi <yao.qi@linaro.org>
9403
9404 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9405 Don't call setup_kfail.
9406
9407 2016-02-18 Yao Qi <yao.qi@linaro.org>
9408
9409 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9410 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9411
9412 2016-02-16 Doug Evans <dje@google.com>
9413
9414 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9415 * gdb.base/skip1.c: Ditto.
9416 * gdb.base/skip.exp: Whitespace cleanup.
9417
9418 2016-02-16 Don Breazeal <donb@codesourcery.com>
9419
9420 PR remote/19496
9421 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9422 Remove kfail for PR remote/19496.
9423
9424 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9425
9426 * lib/gdb.exp (standard_temp_file): Return a path specific to
9427 the runtest invocation.
9428
9429 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9430
9431 * gdb.trace/save-trace.exp: Change relative path to be in the
9432 standard output directory.
9433
9434 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9435
9436 * gdb.arch/i386-prologue.c: Add missing prototypes.
9437
9438 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9439
9440 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9441 * gdb.arch/i386-prologue.exp: Likewise.
9442 * gdb.arch/i386-size.exp: Likewise.
9443
9444 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9445
9446 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9447 define object file path.
9448 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9449 file path.
9450 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9451 standard_output_file to define binfile.
9452
9453 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9454
9455 Fix compatibility with recent gfortran-5.3.1.
9456 * gdb.fortran/vla-history.exp (print vla1 allocated)
9457 (print vla2 allocated, print $2, print $3): Remove
9458 (print $4): Rename to ...
9459 (print $2): ... here.
9460 (print $9): Rename to ...
9461 (print $5): ... here.
9462 (print $10): Rename to ...
9463 (print $6): ... here.
9464 * gdb.fortran/vla.f90: Add pvla initialization.
9465
9466 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9467
9468 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9469 New test.
9470 * gdb.fortran/vla-value-sub.exp: Likewise.
9471
9472 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9473
9474 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9475
9476 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9477
9478 * i386-biarch-core.exp: Define corefile using
9479 standard_output_file.
9480
9481 2016-02-12 Yao Qi <yao.qi@linaro.org>
9482
9483 * gdb.arch/arm-single-step-kernel-helper.c: New.
9484 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9485
9486 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9487
9488 * gdb.btrace/tailcall-only.exp: New.
9489 * gdb.btrace/tailcall-only.c: New.
9490 * gdb.btrace/x86_64-tailcall-only.S: New.
9491 * gdb.btrace/i686-tailcall-only.S: New.
9492
9493 2016-02-11 Pedro Alves <palves@redhat.com>
9494
9495 * README (Parallel testing): Add missing double quotes.
9496
9497 2016-02-11 Pedro Alves <palves@redhat.com>
9498
9499 * README (Parallel testing): New section.
9500 (GDB_PARALLEL): Rewrite.
9501 (FORCE_PARALLEL): Document.
9502
9503 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9504
9505 * gdb.trace/tfile-avx.c: New test.
9506 * gdb.trace/tfile-avx.exp: New test.
9507
9508 2016-02-09 Keith Seitz <keiths@redhat.com>
9509
9510 PR breakpoints/19546
9511 * gdb.base/infcall-exec.c: New file.
9512 * gdb.base/infcall-exec2.c: New file.
9513 * gdb.base/infcall-exec.exp: New file.
9514
9515 2016-02-09 Keith Seitz <keiths@redhat.com>
9516
9517 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9518 (toplevel): Call test_bkpt_address.
9519
9520 2016-02-09 Keith Seitz <keiths@redhat.com>
9521
9522 PR python/19506
9523 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9524 (toplevel): Call test_bkpt_address.
9525
9526 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9527
9528 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9529 to AC_OUTPUT.
9530 * configure: Regenerate.
9531
9532 2016-02-09 Pedro Alves <palves@redhat.com>
9533
9534 PR breakpoints/19548
9535 * gdb.base/execl-update-breakpoints.c (some_function): New
9536 function.
9537 (main): Call it.
9538 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9539 Tighten expected GDB output.
9540
9541 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9542
9543 * Makefile.in (ALL_SUBDIRS): Remove.
9544 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9545 (distclean maintainer-clean realclean): Likewise.
9546 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9547 * configure: Regenerate.
9548 * gdb.ada/Makefile.in: Delete.
9549 * gdb.arch/Makefile.in: Likewise.
9550 * gdb.asm/Makefile.in: Likewise.
9551 * gdb.base/Makefile.in: Likewise.
9552 * gdb.btrace/Makefile.in: Likewise.
9553 * gdb.cell/Makefile.in: Likewise.
9554 * gdb.compile/Makefile.in: Likewise.
9555 * gdb.cp/Makefile.in: Likewise.
9556 * gdb.disasm/Makefile.in: Likewise.
9557 * gdb.dlang/Makefile.in: Likewise.
9558 * gdb.dwarf2/Makefile.in: Likewise.
9559 * gdb.fortran/Makefile.in: Likewise.
9560 * gdb.gdb/Makefile.in: Likewise.
9561 * gdb.go/Makefile.in: Likewise.
9562 * gdb.guile/Makefile.in: Likewise.
9563 * gdb.java/Makefile.in: Likewise.
9564 * gdb.linespec/Makefile.in: Likewise.
9565 * gdb.mi/Makefile.in: Likewise.
9566 * gdb.modula2/Makefile.in: Likewise.
9567 * gdb.multi/Makefile.in: Likewise.
9568 * gdb.objc/Makefile.in: Likewise.
9569 * gdb.opencl/Makefile.in: Likewise.
9570 * gdb.opt/Makefile.in: Likewise.
9571 * gdb.pascal/Makefile.in: Likewise.
9572 * gdb.perf/Makefile.in: Likewise.
9573 * gdb.python/Makefile.in: Likewise.
9574 * gdb.reverse/Makefile.in: Likewise.
9575 * gdb.server/Makefile.in: Likewise.
9576 * gdb.stabs/Makefile.in: Likewise.
9577 * gdb.threads/Makefile.in: Likewise.
9578 * gdb.trace/Makefile.in: Likewise.
9579 * gdb.xml/Makefile.in: Likewise.
9580 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9581 GDB_PARALLEL.
9582 (standard_output_file): Remove check for GDB_PARALLEL, always
9583 return path in outputs/$subdir/$testname.
9584
9585 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9586
9587 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9588 (site.exp): Assign abs_srcdir to tcl's srcdir.
9589
9590 2016-02-04 Yao Qi <yao.qi@linaro.org>
9591
9592 * gdb.base/foll-exec-mode.c: Include limits.h.
9593 (main): Add parameters argc and argv. Get directory from
9594 argv[0].
9595 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9596 compilation.
9597 * gdb.base/foll-exec.c: Include limits.h.
9598 (main): Add parameters argc and argv.
9599 Get directory from argv[0].
9600 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9601 Adjust tests on the number of lines as source code changed.
9602 * gdb.base/foll-vfork-exit.c: Include limits.h.
9603 (main): Add one line of statement before vfork.
9604 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9605 (main): Add parameters argc and argv. Get directory from
9606 argv[0].
9607 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9608 (setup_gdb): Set tbreak to skip some source lines.
9609 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9610 (main): Add parameters argc and argv. Get directory from
9611 argv[0].
9612 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9613 compilation.
9614 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9615 (main): Add parameters argc and argv. Get directory from
9616 argv[0].
9617 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9618 compilation.
9619
9620 2016-02-01 Doug Evans <dje@google.com>
9621
9622 * gdb.base/skip.exp: Clean up multiple references to same test name.
9623
9624 2016-02-01 Pedro Alves <palves@redhat.com>
9625
9626 PR remote/19496
9627 * gdb.threads/forking-threads-plus-breakpoint.exp
9628 (displaced_stepping_supported): New global.
9629 (probe_displaced_stepping_support): New procedure.
9630 (do_test): Add 'displaced' parameter, and use it.
9631 (top level): Check for displaced stepping support. Add displaced
9632 stepping on/off testing axis.
9633
9634 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9635
9636 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9637 pointer. Don't perform further tests on the unassociated pointer
9638 if the first test fails.
9639
9640 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9641
9642 * gdb.base/max-value-size.c: New file.
9643 * gdb.base/max-value-size.exp: New file.
9644 * gdb.base/huge.exp: Disable max-value-size for this test.
9645
9646 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9647
9648 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9649
9650 2016-01-28 Yao Qi <yao.qi@linaro.org>
9651
9652 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9653
9654 2016-01-25 Pedro Alves <palves@redhat.com>
9655
9656 PR threads/19461
9657 * gdb.base/fork-running-state.c: New file.
9658 * gdb.base/fork-running-state.exp: New file.
9659
9660 2016-01-25 Pedro Alves <palves@redhat.com>
9661
9662 PR gdb/19494
9663 * gdb.base/catch-fork-kill.c: New file.
9664 * gdb.base/catch-fork-kill.exp: New file.
9665
9666 2016-01-25 Pedro Alves <palves@redhat.com>
9667
9668 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9669 Delete, moved to lib/gdb.exp.
9670 * gdb.threads/forking-threads-plus-breakpoint.exp
9671 (foreach_with_prefix): Likewise.
9672 * gdb.threads/process-dies-while-handling-bp.exp
9673 (foreach_with_prefix): Likewise.
9674 * lib/gdb.exp (foreach_with_prefix): New procedure.
9675
9676 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9677
9678 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9679 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9680
9681 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9682
9683 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9684 endian targets.
9685
9686 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9687 Pedro Alves <palves@redhat.com>
9688
9689 Fix testsuite compatibility with Guile.
9690 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9691 number.
9692
9693 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9694
9695 Fix testsuite compatibility with Guile.
9696 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9697 (thread 1): New test for backtrace through signal handler.
9698
9699 2016-01-22 Yao Qi <yao.qi@linaro.org>
9700
9701 PR testsuite/19491
9702 * gdb.base/multi-forks.c: Include
9703 ../lib/unbuffer_output.c
9704 (main): Call gdb_unbuffer_output.
9705
9706 2016-01-21 Doug Evans <dje@google.com>
9707
9708 * lib/ada.exp (gdb_compile_ada): Fix typo.
9709
9710 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9711
9712 * gdb.base/break-fun-addr.exp: New file.
9713 * gdb.base/break-fun-addr1.c: New file.
9714 * gdb.base/break-fun-addr2.c: New file.
9715
9716 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9717
9718 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9719 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9720 enum flag values.
9721
9722 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9723
9724 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9725 when GDB can not set the vector return value. Add more comments
9726 for clarification.
9727
9728 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9729
9730 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9731 command.
9732
9733 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9734
9735 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9736
9737 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9738
9739 * Makefile.in (check-single): Pass --status to runtest.
9740 (check/%.exp): Likewise.
9741
9742 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9743
9744 * Makefile.in (check-parallel): Propagate return code from make
9745 do-check-parallel.
9746
9747 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9748
9749 * gdb.trace/ftrace.exp: Fix expected message on continue.
9750 * gdb.trace/pending.exp: Fix expected message on continue.
9751 * gdb.trace/trace-break.exp: Fix expected message on continue.
9752
9753 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9754
9755 * lib/gdb.exp (gdb_test): Remove unused global references.
9756
9757 2016-01-18 Pedro Alves <palves@redhat.com>
9758
9759 * gdb.base/async-shell.exp: Adjust expected output.
9760 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9761 * gdb.base/siginfo-thread.exp: Adjust expected output.
9762 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9763 * gdb.java/jnpe.exp: Adjust expected output.
9764 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9765 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9766 * gdb.threads/leader-exit.exp: Adjust expected output.
9767 * gdb.threads/manythreads.exp: Adjust expected output.
9768 * gdb.threads/pthreads.exp: Adjust expected output.
9769 * gdb.threads/schedlock.exp: Adjust expected output.
9770 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9771 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9772 expected output.
9773 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9774 output.
9775 * gdb.threads/sigthread.exp: Adjust expected output.
9776 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9777
9778 2016-01-18 Yao Qi <yao.qi@linaro.org>
9779
9780 * gdb.guile/scm-section-script.c: Replace @progbits with
9781 %progbits.
9782 * gdb.python/py-section-script.c: Likewise.
9783
9784 2016-01-15 Pedro Alves <palves@redhat.com>
9785
9786 * gdb.multi/tids.exp: Test star wildcard ranges.
9787
9788 2016-01-15 Pedro Alves <palves@redhat.com>
9789
9790 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9791 command from "thread apply" invocation.
9792 (thr_apply_info_thr_invalid): Default the expected output to the
9793 input tid list.
9794 (top level): Add tests that use convenience variables. Add tests
9795 for "thread apply" with a valid TID list, but missing the command.
9796
9797 2016-01-13 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.base/default.exp: Expect $_gthread as well.
9800 * gdb.multi/tids.exp: Test $_gthread.
9801 * gdb.threads/thread-specific.exp: Test $_gthread.
9802
9803 2016-01-13 Pedro Alves <palves@redhat.com>
9804
9805 * gdb.multi/tids.exp: Test "info threads -gid".
9806
9807 2016-01-13 Pedro Alves <palves@redhat.com>
9808
9809 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9810 Breakpoint.thread.
9811 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9812
9813 2016-01-07 Pedro Alves <palves@redhat.com>
9814
9815 * gdb.base/break.exp: Adjust to output changes.
9816 * gdb.base/hbreak2.exp: Likewise.
9817 * gdb.base/sepdebug.exp: Likewise.
9818 * gdb.base/watch_thread_num.exp: Likewise.
9819 * gdb.linespec/keywords.exp: Likewise.
9820 * gdb.multi/info-threads.exp: Likewise.
9821 * gdb.threads/thread-find.exp: Likewise.
9822 * gdb.multi/tids.c: New file.
9823 * gdb.multi/tids.exp: New file.
9824
9825 2016-01-13 Pedro Alves <palves@redhat.com>
9826
9827 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9828
9829 2016-01-13 Pedro Alves <palves@redhat.com>
9830
9831 * gdb.base/default.exp: Expect $_inferior as well.
9832 * gdb.multi/base.exp: Test $_inferior.
9833
9834 2016-01-13 Pedro Alves <palves@redhat.com>
9835
9836 PR breakpoints/19388
9837 * gdb.base/catch-signal-siginfo-cond.c: New file.
9838 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9839
9840 2016-01-12 Josh Stone <jistone@redhat.com>
9841 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9842
9843 * gdb.base/catch-syscall.c (do_execve): New variable.
9844 (main): Conditionally trigger an execve.
9845 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9846 (test_catch_syscall_execve): New, check entry/return across execve.
9847 (do_syscall_tests): Call test_catch_syscall_execve.
9848
9849 2016-01-12 Pedro Alves <palves@redhat.com>
9850
9851 * gdb.base/random-signal.exp (do_test): New procedure, with body
9852 of testcase moved in.
9853
9854 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9855 Pedro Alves <palves@redhat.com>
9856
9857 * gdb.base/funcargs.exp (finish from indirectly called function):
9858 Reintroduce the case for 'First'.
9859
9860 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9861 Pedro Alves <palves@redhat.com>
9862
9863 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9864 (tcatch_vfork_then_child_follow_exec)
9865 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9866 identification.
9867
9868 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9869
9870 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9871 and repeats to unlimited.
9872 * gdb.python/py-value.exp: Likewise.
9873 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9874 and repeats to unlimited.
9875
9876 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9877
9878 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9879 and reordering the functions.
9880 * gdb.multi/hangout.c: Likewise.
9881 * gdb.multi/hello.c: Likewise.
9882
9883 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9884
9885 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9886 absolute.
9887 (SingleStatisticTestResult.report): Use dict.keys instead of
9888 dict.iterkeys.
9889
9890 2016-01-06 Pedro Alves <palves@redhat.com>
9891
9892 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9893
9894 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9895
9896 * gdb.btrace/dlopen.exp: New.
9897 * gdb.btrace/dlopen.c: New.
9898 * gdb.btrace/dlopen-dso.c: New.
9899
9900 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9901
9902 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9903 PATTERN argument is optional.
9904
9905 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9906
9907 * lib/ada.exp (target_compile_ada_from_dir): New function.
9908 (gdb_compile_ada): Reimplement avoiding the use of project files.
9909 * gdb.ada/gnat_ada.gpr: Delete.
9910 * gdb.ada/cond_lang.exp: Adjust test to make path before
9911 filename optional.
9912 * gdb.ada/small_reg_param.exp: Likewise.
9913
9914 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9915
9916 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9917
9918 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9919
9920 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9921 case.
9922
9923 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9924
9925 * gdb.base/break.exp: Remove dead code.
9926 * gdb.base/sepdebug.exp: Likewise.
9927
9928 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9929
9930 * gdb.asm/asm-source.exp: Remove HP-UX references.
9931 * gdb.base/annota1.exp: Likewise.
9932 * gdb.base/annota3.exp: Likewise.
9933 * gdb.base/attach.exp: Likewise.
9934 * gdb.base/bigcore.exp: Likewise.
9935 * gdb.base/break.exp: Likewise.
9936 * gdb.base/call-ar-st.exp: Likewise.
9937 * gdb.base/callfuncs.exp: Likewise.
9938 * gdb.base/catch-fork-static.exp: Likewise.
9939 * gdb.base/display.exp: Likewise.
9940 * gdb.base/foll-exec-mode.exp: Likewise.
9941 * gdb.base/foll-exec.exp: Likewise.
9942 * gdb.base/foll-fork.exp: Likewise.
9943 * gdb.base/foll-vfork.exp: Likewise.
9944 * gdb.base/funcargs.exp: Likewise.
9945 * gdb.base/hbreak2.exp: Likewise.
9946 * gdb.base/inferior-died.exp: Likewise.
9947 * gdb.base/interrupt.exp: Likewise.
9948 * gdb.base/multi-forks.exp: Likewise.
9949 * gdb.base/nodebug.exp: Likewise.
9950 * gdb.base/sepdebug.exp: Likewise.
9951 * gdb.base/solib1.c: Likewise.
9952 * gdb.base/step-test.exp: Likewise.
9953 * gdb.mi/non-stop.c: Likewise.
9954 * gdb.mi/pthreads.c: Likewise.
9955 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9956 * gdb.threads/pthreads.c: Likewise.
9957 * gdb.threads/staticthreads.exp: Likewise.
9958 * lib/future.exp: Likewise.
9959 * lib/gdb.exp: Likewise.
9960 * gdb.base/so-indr-cl.c: Remove.
9961 * gdb.base/so-indr-cl.exp: Likewise.
9962 * gdb.base/solib.c: Likewise.
9963 * gdb.base/solib.exp: Likewise.
9964 * gdb.base/solib2.c: Likewise.
9965
9966 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9967
9968 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9969 * gdb.base/call-ar-st.exp: Likewise.
9970 * gdb.base/callfuncs.exp: Likewise.
9971 * gdb.base/condbreak.exp: Likewise.
9972 * gdb.base/constvars.exp: Likewise.
9973 * gdb.base/hbreak2.exp: Likewise.
9974 * gdb.base/langs.exp: Likewise.
9975 * gdb.base/list.exp: Likewise.
9976 * gdb.base/long_long.exp: Likewise.
9977 * gdb.base/ptype.exp: Likewise.
9978 * gdb.base/scope.exp: Likewise.
9979 * gdb.base/signals.exp: Likewise.
9980 * gdb.base/so-impl-ld.exp: Likewise.
9981 * gdb.base/varargs.exp: Likewise.
9982 * gdb.base/volatile.exp: Likewise.
9983 * gdb.base/whatis.exp: Likewise.
9984 * gdb.cp/cplusfuncs.exp: Likewise.
9985 * gdb.cp/inherit.exp: Likewise.
9986 * gdb.cp/local.exp: Likewise.
9987 * gdb.cp/member-ptr.exp: Likewise.
9988 * gdb.cp/method.exp: Likewise.
9989 * gdb.cp/overload.exp: Likewise.
9990 * gdb.cp/templates.exp: Likewise.
9991 * gdb.stabs/weird.exp: Likewise.
9992 * lib/compiler.c: Likewise.
9993 * lib/compiler.cc: Likewise.
9994 * lib/cp-support.exp: Likewise.
9995 * lib/gdb.exp: Likewise.
9996
9997 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9998
9999 * configure.ac: Remove HP-UX case.
10000 * configure: Regenerate.
10001
10002 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10003
10004 * lib/gdb.exp (gdb_compile): Add function doc.
10005
10006 2015-12-17 Pedro Alves <palves@redhat.com>
10007
10008 PR threads/19354
10009 * gdb.multi/info-threads.exp: New file.
10010
10011 2015-12-15 Yao Qi <yao.qi@linaro.org>
10012
10013 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10014 is aarch64*-*-*.
10015
10016 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10017
10018 * gdb.base/history-duplicates.exp: Skip if no readline support.
10019
10020 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10021
10022 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10023
10024 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10025
10026 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10027
10028 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10029
10030 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10031 ctrl-C if nointerrupts target property is set.
10032 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10033 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10034 * gdb.base/paginate-bg-execution.exp: Likewise.
10035 * gdb.base/paginate-execution-startup.exp: Likewise.
10036 * gdb.base/random-signal.exp: Likewise.
10037 * gdb.base/range-stepping.exp: Likewise.
10038 * gdb.cp/annota2.exp: Likewise.
10039 * gdb.cp/annota3.exp: Likewise.
10040 * gdb.gdb/selftest.exp: Likewise.
10041 * gdb.threads/continue-pending-status.exp: Likewise.
10042 * gdb.threads/leader-exit.exp: Likewise.
10043 * gdb.threads/manythreads.exp: Likewise.
10044 * gdb.threads/pthreads.exp: Likewise.
10045 * gdb.threads/schedlock.exp: Likewise.
10046 * gdb.threads/sigthread.exp: Likewise.
10047
10048 2015-12-11 Don Breazeal <donb@codesourcery.com>
10049
10050 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10051 remote.
10052 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10053 * gdb.base/foll-exec.exp (main): Enable for target remote.
10054 * gdb.base/foll-fork.exp (main): Likewise.
10055 * gdb.base/foll-vfork.exp (main): Likewise.
10056 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10057 (proc continue_to_exit_bp_loc): Use clean_restart.
10058 * gdb.base/pie-execl.exp (main): Disable for target remote.
10059 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10060 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10061 * gdb.threads/execl.exp (main): Likewise.
10062 * gdb.threads/fork-child-threads.exp (main): Likewise.
10063 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10064 remote.
10065 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10066 remote.
10067 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10068 pid.tid style ptids, instead of just tid.
10069 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10070 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10071 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10072 ptids, instead of just tid.
10073
10074 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10075
10076 * gdb.base/list.exp (test_list_forward): Add end of file error
10077 test.
10078 (test_repeat_list_command): Add end of file error test.
10079 (test_list_backwards): Add beginning of file error test.
10080
10081 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10082
10083 * gdb.base/list.exp (test_list_invalid_args): New function,
10084 defined, and called.
10085
10086 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10087
10088 * gdb.base/list.exp (test_list): Make test names unique.
10089
10090 2015-12-11 Yao Qi <yao.qi@linaro.org>
10091
10092 * gdb.base/coremaker2.c: Remove.
10093
10094 2015-12-10 Pedro Alves <palves@redhat.com>
10095
10096 * gdb.multi/base.exp: Remove stale "spaces" references.
10097
10098 2015-12-10 Pedro Alves <palves@redhat.com>
10099
10100 * gdb.multi/base.exp: Don't use nowarnings.
10101 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10102 * gdb.multi/hangout.c: Include stdio.h.
10103 * gdb.multi/hello.c: Include stdlib.h.
10104 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10105 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10106 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10107
10108 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10109
10110 * gdb.dwarf2/dw2-ranges-base.c: New file.
10111 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10112 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10113 support additional line table, and debug ranges generation.
10114 (Dwarf::ranges): New function, generate .debug_ranges.
10115 (Dwarf::lines): Support generating simple line table programs.
10116 (Dwarf::assemble): Initialise new namespace variables.
10117
10118 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10119
10120 * gdb.base/async.exp (proc test_background): Add case for
10121 asynchronous execution not supported.
10122
10123 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10124
10125 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10126 format and change test names to make them unique.
10127
10128 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10129 Pedro Alves <pedro@redhat.com>
10130
10131 PR gdb/18702
10132 Add checking of floatformats setup on x86_64 hosts.
10133 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10134 (smallval, bigval): New labels/constants.
10135 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10136 float" after loading bigval and smallval.
10137
10138 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10139
10140 * gdb.ada/fun_overload_menu.exp: New testcase.
10141 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10142
10143 2015-12-04 Josh Stone <jistone@redhat.com>
10144
10145 * gdb.base/catch-fork-static.exp: New.
10146
10147 2015-12-03 Yao Qi <yao.qi@linaro.org>
10148
10149 * gdb.base/sizeof.c: Don't include stdio.h and
10150 ../lib/unbuffer_output.c.
10151 (main): New variable 'size' and 'value'. Remove printf and
10152 gdb_unbuffer_output. Assign return value to size and value.
10153 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10154 at the beginning.
10155 (check_sizeof): Check the result by printing variable 'size'.
10156 (check_valueof): Check the result by printing variable 'value'.
10157
10158 2015-12-01 Yao Qi <yao.qi@linaro.org>
10159
10160 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10161 for aarch64*-*-linux* target.
10162
10163 2015-11-30 Pedro Alves <palves@redhat.com>
10164
10165 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10166
10167 2015-11-30 Pedro Alves <palves@redhat.com>
10168
10169 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10170 Handle non-stop mode vCont replies.
10171
10172 2015-11-30 Pedro Alves <palves@redhat.com>
10173
10174 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10175 prepare_for_testing. Start gdb with "set non-stop on" appended to
10176 GDBFLAGS. Lax expected stop output.
10177
10178 2015-11-27 Yao Qi <yao.qi@linaro.org>
10179
10180 * gdb.arch/arm-neon.exp: New.
10181 * gdb.arch/arm-neon.c: New.
10182
10183 2015-11-27 Yao Qi <yao.qi@linaro.org>
10184
10185 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10186
10187 2015-11-27 Yao Qi <yao.qi@linaro.org>
10188
10189 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10190 frames-invalid annotation.
10191
10192 2015-11-27 Yao Qi <yao.qi@linaro.org>
10193
10194 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10195
10196 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10197
10198 * gdb.threads/names.exp: New file.
10199 * gdb.threads/names.c: New file.
10200 * README: Mention gdb,no_thread_names.
10201
10202 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10203
10204 PR 19297
10205 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10206 support" error.
10207
10208 2015-11-24 Pedro Alves <palves@redhat.com>
10209
10210 PR 17539
10211 * gdb.base/display.exp: Expect displays to be sorted in ascending
10212 order. Use multi_line.
10213 * gdb.base/solib-display.exp: Likewise.
10214
10215 2015-11-24 Pedro Alves <palves@redhat.com>
10216
10217 PR 17539
10218 * gdb.base/display.exp: Expect displays to be sorted in ascending
10219 order. Use multi_line.
10220 * gdb.base/solib-display.exp: Likewise.
10221
10222 2015-11-24 Pedro Alves <palves@redhat.com>
10223
10224 PR 17539
10225 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10226 threads in ascending order.
10227 * gdb.base/foll-fork.exp: Likewise.
10228 * gdb.base/foll-vfork.exp: Likewise.
10229 * gdb.base/multi-forks.exp: Likewise.
10230 * gdb.mi/mi-nonstop.exp: Likewise.
10231 * gdb.mi/mi-nsintrall.exp: Likewise.
10232 * gdb.multi/base.exp: Likewise.
10233 * gdb.multi/multi-arch.exp: Likewise.
10234 * gdb.python/py-inferior.exp: Likewise.
10235 * gdb.threads/break-while-running.exp: Likewise.
10236 * gdb.threads/execl.exp: Likewise.
10237 * gdb.threads/gcore-thread.exp: Likewise.
10238 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10239 * gdb.threads/kill.exp: Likewise.
10240 * gdb.threads/linux-dp.exp: Likewise.
10241 * gdb.threads/multiple-step-overs.exp: Likewise.
10242 * gdb.threads/next-bp-other-thread.exp: Likewise.
10243 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10244 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10245 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10246 * gdb.threads/thread-find.exp: Likewise.
10247 * gdb.threads/tls.exp: Likewise.
10248 * lib/mi-support.exp (mi_reverse_list): Delete.
10249 (mi_check_thread_states): No longer reverse list.
10250
10251 2015-11-24 Pedro Alves <palves@redhat.com>
10252
10253 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10254 use lowercase.
10255
10256 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10257
10258 * gdb.trace/actions.c: Include trace-common.h.
10259 (main): Add a location for a fast tracepoint.
10260 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10261 the normal tracepoints.
10262 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10263
10264 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10265
10266 * save-trace.exp: Factor out code to these...
10267 (gdb_save_tracepoints): New.
10268 (gdb_load_tracepoints): New.
10269 (do_save_load_test): New.
10270
10271 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10272
10273 * gdb.base/asmlabel.exp: New test.
10274 * gdb.base/asmlabel.c: New test case.
10275
10276 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10277
10278 * gdb.base/wrong_frame_bt_full-main.c: New file.
10279 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10280 * gdb.base/wrong_frame_bt_full.exp: New file.
10281
10282 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10283
10284 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10285
10286 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10287
10288 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10289 pstate register when comparing registers values in
10290 sparc64-*-linux-gnu targets to avoid spurious differences.
10291
10292 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10293
10294 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10295
10296 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10297
10298 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10299 as type argument to gdb_compile.
10300 * gdb.base/nested-subp2.exp: Likewise.
10301 * gdb.base/nested-subp3.exp: Likewise.
10302
10303 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10304
10305 * lib/dwarf.exp (_note): Fix left shift of negative value.
10306 * gdb.trace/trace-condition.exp: Likewise.
10307
10308 2015-11-13 Yao Qi <yao.qi@linaro.org>
10309
10310 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10311 comments about d10v.
10312 (test_scalar_returns): Likewise.
10313 * gdb.base/d10v.ld: Remove.
10314 * gdb.base/overlays.exp: Remove the target triplet checking for
10315 d10v-*-*.
10316 * gdb.base/structs.exp (test_struct_returns): Remove the
10317 comments about d10v.
10318 (test_struct_calls): Likewise.
10319
10320 2015-11-13 Yao Qi <yao.qi@linaro.org>
10321
10322 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10323 * gdb.base/gnu_vector.c: Don't include stdio.h.
10324 (main): Don't print res and call add_some_intvecs.
10325
10326 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10327
10328 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10329 macro.
10330 (func5): Removed.
10331 (func4): Use FAST_TRACEPOINT_LABEL.
10332 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10333 macro.
10334 (func): Removed.
10335 (thread_function): Use FAST_TRACEPOINT_LABEL.
10336 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10337 (func): Remove.
10338 (marker): Use FAST_TRACEPOINT_LABEL.
10339 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10340 (pendfunc1): Remove.
10341 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10342 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10343 (foo): Remove.
10344 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10345 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10346 macro.
10347 (func): Remove.
10348 (marker): Use FAST_TRACEPOINT_LABEL.
10349 * gdb.trace/trace-common.h: New header.
10350 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10351 macro.
10352 (func): Remove.
10353 (marker): Use FAST_TRACEPOINT_LABEL.
10354 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10355 (func): Remove.
10356 (thread_function): Use FAST_TRACEPOINT_LABEL.
10357
10358 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10359
10360 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10361 in front.
10362 * gdb.trace/change-loc.exp: Use global pcreg definition.
10363 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10364 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10365 in front.
10366 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10367 * gdb.trace/pending.exp: Likewise.
10368 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10369 * gdb.trace/trace-break.exp: Likewise.
10370 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10371 in front.
10372 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10373 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10374 in front.
10375 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10376
10377 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10378
10379 * gdb.ada/fin_fun_out: New testcase.
10380
10381 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10382
10383 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10384 value associated with DW_AT_byte_size.
10385 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10386 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10387 DW_AT_upper_bound.
10388
10389 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10390
10391 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10392 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10393 version.
10394 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10395 gdb.dwarf2/dw2-canonicalize-type.exp,
10396 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10397 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10398 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10399 provided by gdb_target_symbol_prefix_flags_asm.
10400 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10401 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10402 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10403 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10404 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10405 macros where needed). Use this macro for symbols which require
10406 the prefix provided by SYMBOL_PREFIX.
10407
10408 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10409
10410 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10411 New procs.
10412 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10413 representing expressions, of more than one list element.
10414 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10415 to prepend linker symbol prefix to f.
10416 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10417 table_1 and table_2.
10418 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10419 Likewise, for f and g.
10420 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10421 for ptr.
10422 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10423 for main.
10424 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10425 table_1_ptr and table_2_ptr.
10426
10427 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10428 Joel Brobecker <brobecker@adacore.com>
10429
10430 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10431
10432 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10433
10434 * gdb.reverse/s390-mvcle.c: New test.
10435 * gdb.reverse/s390-mvcle.exp: New file.
10436 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10437
10438 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10439
10440 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10441
10442 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10443
10444 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10445 reaching marker2.
10446 * gdb.reverse/getresuid-reverse.exp: Likewise.
10447 * gdb.reverse/pipe-reverse.exp: Likewise.
10448 * gdb.reverse/readv-reverse.exp: Likewise.
10449 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10450 * gdb.reverse/time-reverse.exp: Likewise.
10451 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10452
10453 2015-10-30 Yao Qi <yao.qi@linaro.org>
10454
10455 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10456 (empty_cycle): Remove.
10457 (main): Don't call empty_cycle. Don't use watch_count_done.
10458 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10459 empty_cycle. Rewrite the code counting HW watchpoints.
10460
10461 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10462
10463 * gdb.reverse/fstatat-reverse.c: New test.
10464 * gdb.reverse/fstatat-reverse.exp: New file.
10465 * gdb.reverse/getresuid-reverse.c: New test.
10466 * gdb.reverse/getresuid-reverse.exp: New file.
10467 * gdb.reverse/pipe-reverse.c: New test.
10468 * gdb.reverse/pipe-reverse.exp: New file.
10469 * gdb.reverse/readv-reverse.c: New test.
10470 * gdb.reverse/readv-reverse.exp: New file.
10471 * gdb.reverse/recvmsg-reverse.c: New test.
10472 * gdb.reverse/recvmsg-reverse.exp: New file.
10473 * gdb.reverse/time-reverse.c: New test.
10474 * gdb.reverse/time-reverse.exp: New file.
10475 * gdb.reverse/waitpid-reverse.c: New test.
10476 * gdb.reverse/waitpid-reverse.exp: New file.
10477
10478 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10479
10480 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10481
10482 2015-10-26 Doug Evans <dje@google.com>
10483
10484 PR symtab/17391
10485 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10486 * gdb.dwarf2/bad-regnum.c: New file.
10487 * gdb.dwarf2/bad-regnum.exp: New file.
10488
10489 2015-10-26 Doug Evans <dje@google.com>
10490
10491 PR python/18938
10492 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10493 file.
10494
10495 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10496
10497 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10498 for a change by "Mention language in compile error message".
10499
10500 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10501
10502 PR python/18073
10503 * gdb.python/py-type.c (C::a_method): New.
10504 (C::a_const_method): New.
10505 (C::a_static_method): New.
10506 (a_function): New.
10507 * gdb.python/py-type.exp (test_fields): Test getting fields
10508 from function and method.
10509
10510 2015-10-21 Keven Boell <keven.boell@intel.com>
10511
10512 * gdb.fortran/vla-alloc-assoc.exp: New file.
10513 * gdb.fortran/vla-datatypes.exp: New file.
10514 * gdb.fortran/vla-datatypes.f90: New file.
10515 * gdb.fortran/vla-history.exp: New file.
10516 * gdb.fortran/vla-ptype-sub.exp: New file.
10517 * gdb.fortran/vla-ptype.exp: New file.
10518 * gdb.fortran/vla-sizeof.exp: New file.
10519 * gdb.fortran/vla-sub.f90: New file.
10520 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10521 * gdb.fortran/vla-value-sub-finish.exp: New file.
10522 * gdb.fortran/vla-value-sub.exp: New file.
10523 * gdb.fortran/vla-value.exp: New file.
10524 * gdb.fortran/vla-ptr-info.exp: New file.
10525 * gdb.mi/mi-vla-fortran.exp: New file.
10526 * gdb.mi/vla.f90: New file.
10527
10528 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10529
10530 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10531 of hardwired timeout value.
10532
10533 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10534 Pedro Alves <palves@redhat.com>
10535
10536 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10537 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10538
10539 2015-10-19 Josh Stone <jistone@redhat.com>
10540
10541 * gdb.base/catch-syscall.c: Include <sched.h>.
10542 (unknown_syscall): New variable.
10543 (main): Trigger a vfork and an unknown syscall.
10544 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10545 (unknown_syscall_number): Likewise.
10546 (check_call_to_syscall): Accept an optional syscall pattern.
10547 (check_return_from_syscall): Likewise.
10548 (check_continue): Likewise.
10549 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10550 (test_catch_syscall_skipping_return): New test toggling off 'catch
10551 syscall' to step over the syscall return, then toggling back on.
10552 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10553 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10554 (do_syscall_tests): Call test_catch_syscall_without_args and
10555 test_catch_syscall_mid_vfork.
10556 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10557 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10558
10559 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10560
10561 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10562 print g_vE): Add new pass patterns.
10563 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10564 print various symbol names for vptr fields.
10565
10566 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10567
10568 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10569 results.
10570
10571 2015-10-12 Yao Qi <yao.qi@linaro.org>
10572
10573 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10574
10575 2015-10-12 Yao Qi <yao.qi@linaro.org>
10576
10577 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10578 is aarch64*-*-linux*.
10579
10580 2015-10-12 Yao Qi <yao.qi@linaro.org>
10581
10582 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10583 (can_relocate_bcond_true): ... it.
10584 (can_relocate_bcond_false): New function.
10585 (foo): Likewise.
10586 (can_relocate_bl): Likewise.
10587 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10588 can_relocate_bl.
10589
10590 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10591
10592 * gdb.base/nested-addr.c: New file.
10593 * gdb.base/nested-addr.exp: New testcase.
10594
10595 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10596
10597 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10598 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10599 its output. Ignore the output of "record goto begin" and instead
10600 check that GDB is replaying.
10601
10602 2015-10-09 Pedro Alves <palves@redhat.com>
10603
10604 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10605 (top level): Use it in the run with no args test.
10606
10607 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10608
10609 * gdb.dlang/properties.exp: New file.
10610
10611 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10612
10613 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10614 whether or not address 0x1000 is mapped on the target.
10615
10616 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10617
10618 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10619 build.
10620
10621 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10622
10623 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10624 instruction-history test.
10625
10626 2015-09-28 Doug Evans <dje@google.com>
10627
10628 * gdb.base/gcore.c (array_func): Add reference to static_array.
10629
10630 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10631
10632 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10633 source line.
10634
10635 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10636
10637 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10638 short or char as base type.
10639
10640 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10641
10642 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10643 to allow any size enum.
10644
10645 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10646
10647 * gdb.ada/array_ptr_renaming.exp: New testcase.
10648 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10649 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10650
10651 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10652
10653 * gdb.trace/ftrace-lock.c: New file.
10654 * gdb.trace/ftrace-lock.exp: New file.
10655
10656 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10657
10658 * gdb.arch/insn-reloc.c: New file.
10659 * gdb.arch/ftrace-insn-reloc.exp: New file.
10660
10661 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10662
10663 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10664 instruction.
10665 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10666 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10667 * gdb.trace/range-stepping.c: Likewise.
10668 * gdb.trace/trace-break.c: Likewise.
10669 * gdb.trace/trace-mt.c (thread_function): Likewise.
10670 * gdb.trace/ftrace.c (marker): Likewise.
10671 * gdb.trace/trace-condition.c (marker): Likewise.
10672 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10673 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10674 is_aarch64_target.
10675
10676 2015-09-18 Doug Evans <xdje42@gmail.com>
10677
10678 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10679 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10680
10681 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10682
10683 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10684 the breakpoint.
10685
10686 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10687
10688 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10689 the pending breakpoint. Remove timeout override for "Run till
10690 MI pending breakpoint on pendfunc3 on thread 2" test.
10691
10692 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10693
10694 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10695 filename pattern.
10696
10697 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10698
10699 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10700 in breakpoint filename pattern.
10701
10702 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10703
10704 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10705
10706 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10707
10708 * gdb.linespec/explicit.exp: Check for readline support for
10709 tab-completion tests. Fix obvious typo.
10710
10711 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10712
10713 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10714 and replay.
10715
10716 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10717
10718 * gdb.btrace/non-stop.c: New.
10719 * gdb.btrace/non-stop.exp: New.
10720
10721 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10722 Yao Qi <yao.qi@linaro.org>
10723
10724 * gdb.trace/trace-condition.c: New file.
10725 * gdb.trace/trace-condition.exp: New file.
10726
10727 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10728
10729 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10730 for testing bytecode compilation.
10731
10732 2015-09-16 Pedro Alves <palves@redhat.com>
10733 Sandra Loosemore <sandra@codesourcery.com>
10734
10735 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10736 (SECONDS): Redefine.
10737 (main): Call pthread_kill and alarm early.
10738 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10739 support.
10740 (test): If the target can't hardware step and doesn't support
10741 displaced stepping, increase the timeout.
10742
10743 2015-09-16 Pedro Alves <palves@redhat.com>
10744
10745 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10746 (enable_debug): New procedures.
10747 (test): Use them. Bail out if waiting for threads fails.
10748 (top level): Bail out if a test fails.
10749
10750 2015-09-16 Yao Qi <yao.qi@linaro.org>
10751
10752 * gdb.asm/asm-source.exp: Set asm-arch for
10753 aarch64*-*-* target.
10754 * gdb.asm/aarch64.inc: New file.
10755
10756 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10757
10758 * gdb.ada/array_of_variable_length.exp: New testcase.
10759 * gdb.ada/array_of_variable_length/foo.adb: New file.
10760 * gdb.ada/array_of_variable_length/pck.adb: New file.
10761 * gdb.ada/array_of_variable_length/pck.ads: New file.
10762
10763 2015-09-15 Doug Evans <dje@google.com>
10764
10765 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10766 of function static local variable.
10767
10768 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10769
10770 * gdb.threads/tls-so_extern.exp: New test file.
10771 * gdb.threads/tls-so_extern.c: New test file.
10772 * gdb.threads/tls-so_extern_main.c: New test file.
10773
10774 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10775
10776 * gdb.opt/solib-intra-step-lib.c: New file.
10777 * gdb.opt/solib-intra-step-main.c: New file.
10778 * gdb.opt/solib-intra-step.exp: New file.
10779
10780 2015-09-15 Pedro Alves <palves@redhat.com>
10781
10782 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10783 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10784
10785 2015-09-14 Pedro Alves <palves@redhat.com>
10786
10787 * gdb.base/hook-stop-continue.c: Delete.
10788 * gdb.base/hook-stop-continue.exp: Delete.
10789 * gdb.base/hook-stop-frame.c: Delete.
10790 * gdb.base/hook-stop-frame.exp: Delete.
10791 * gdb.base/hook-stop.c: New file.
10792 * gdb.base/hook-stop.exp: New file.
10793
10794 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10795
10796 * gdb.ada/access_to_packed_array.exp: New testcase.
10797 * gdb.ada/access_to_packed_array/foo.adb: New file.
10798 * gdb.ada/access_to_packed_array/pack.adb: New file.
10799 * gdb.ada/access_to_packed_array/pack.ads: New file.
10800
10801 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10802
10803 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10804 buffer size test.
10805
10806 2015-09-11 Don Breazeal <donb@codesourcery.com>
10807
10808 * gdb.base/foll-exec.c: Add copyright header. Fix
10809 formatting issues.
10810 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10811 (do_exec_tests): Use clean_restart in place of zap_session,
10812 and for test initialization. Fix formatting issues. Use
10813 fail in place of perror.
10814 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10815 an expect statement to match an expression with output from
10816 the program under debug.
10817 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10818 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10819 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10820 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10821 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10822
10823 2015-09-09 Doug Evans <dje@google.com>
10824
10825 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10826
10827 2015-09-09 Doug Evans <dje@google.com>
10828
10829 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10830
10831 2015-09-09 Doug Evans <dje@google.com>
10832
10833 * gdb.base/savedregs.exp: Fix typo.
10834
10835 2015-09-09 Pedro Alves <palves@redhat.com>
10836
10837 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10838
10839 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10840
10841 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10842 command actually switches threads. Give up on remaining
10843 tests if target fails to stop at breakpoint.
10844
10845 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10846
10847 * gdb.ada/funcall_char.exp: New testcase.
10848 * gdb.ada/funcall_char/foo.adb: New file.
10849
10850 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10851
10852 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10853 expected outputs. Add two testcases for completing ambiguous
10854 functions.
10855 * gdb.ada/complete/aux_pck.adb: New file.
10856 * gdb.ada/complete/aux_pck.ads: New file.
10857 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10858 Ambiguous_Func functions.
10859 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10860 * gdb.ada/complete/pck.adb: Likewise.
10861
10862 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10863
10864 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10865 failures to run the test program under GDB.
10866
10867 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10868
10869 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10870 to C.
10871
10872 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10873
10874 * gdb.base/run-after-attach.exp: New test file.
10875 * gdb.base/run-after-attach.c: New test file.
10876
10877 2015-08-26 Don Breazeal <donb@codesourcery.com>
10878
10879 * gdb.base/foll-exec-2.c: New test program.
10880 * gdb.base/foll-exec-2.exp: New test.
10881
10882 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10883
10884 * gdb.base/nested-subp1.exp: New file.
10885 * gdb.base/nested-subp1.c: New file.
10886 * gdb.base/nested-subp2.exp: New file.
10887 * gdb.base/nested-subp2.c: New file.
10888 * gdb.base/nested-subp3.exp: New file.
10889 * gdb.base/nested-subp3.c: New file.
10890
10891 2015-08-24 Pedro Alves <palves@redhat.com>
10892
10893 * gdb.server/connect-without-multi-process.c: New file.
10894 * gdb.server/connect-without-multi-process.exp: New file.
10895
10896 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10897
10898 * gdb.opt/inline-markers.c: Make z int.
10899
10900 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10901
10902 * gdb.opt/inline-markers.c: Make z volatile.
10903
10904 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10905
10906 * gdb.opt/inline-bt.c: New volatile global z.
10907 * gdb.opt/inline-cmds.c: Likewise.
10908 * gdb.opt/inline-locals.c: Likewise.
10909 * gdb.opt/inline-markers.c: New extern global z.
10910 (marker): Use z.
10911 (inline_fn): Likewise.
10912
10913 2015-08-24 Pedro Alves <palves@redhat.com>
10914
10915 * config/m32r-stub.exp: Remove file.
10916 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10917 * gdb.base/call-rt-st.exp: Likewise.
10918 * gdb.base/call-strs.exp: Likewise.
10919 * gdb.base/default.exp: Remove references to h8300-*-hms and
10920 *-*-udi*.
10921 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10922
10923 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10924
10925 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10926 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10927 and "return" use KFAIL when GDB can not read/write the vector
10928 return value.
10929
10930 2015-08-21 Gary Benson <gbenson@redhat.com>
10931
10932 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10933
10934 2015-08-20 Pedro Alves <palves@redhat.com>
10935
10936 * gdb.server/solib-list.exp: No longer expect an interior stop in
10937 non-stop mode.
10938
10939 2015-08-20 Pedro Alves <palves@redhat.com>
10940
10941 * gdb.server/connect-stopped-target.c: New file.
10942 * gdb.server/connect-stopped-target.exp: New file.
10943
10944 2015-08-20 Pedro Alves <palves@redhat.com>
10945
10946 * gdb.dwarf2/comp-unit-lang.exp: New file.
10947 * gdb.dwarf2/comp-unit-lang.c: New file.
10948
10949 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10950
10951 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10952 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10953
10954 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10955
10956 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10957 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10958
10959 2015-08-18 Doug Evans <dje@google.com>
10960 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10961
10962 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10963 skip_python_tests. New arg prompt_regexp.
10964 (skip_python_tests): New function.
10965 * lib/mi-support.exp (mi_skip_python_tests): New function.
10966 * gdb.python/py-mi-objfile-gdb.py: New file.
10967 * gdb.python/py-mi-objfile.c: New file.
10968 * gdb.python/py-mi-objfile.exp: New file.
10969
10970 2015-08-17 Keith Seitz <keiths@redhat.com>
10971
10972 * gdb.linespec/explicit.exp: Move strace test from here ...
10973 * gdb.trace/strace.exp: ... to here.
10974
10975 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10976
10977 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10978 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10979
10980 2015-08-14 Doug Evans <xdje42@gmail.com>
10981
10982 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10983 inferior before selecting a new file.
10984
10985 2015-08-14 Doug Evans <xdje42@gmail.com>
10986
10987 * gdb.mi/mi-disassemble.exp: Update.
10988 * gdb.base/disasm-optim.S: New file.
10989 * gdb.base/disasm-optim.c: New file.
10990 * gdb.base/disasm-optim.h: New file.
10991 * gdb.base/disasm-optim.exp: New file.
10992
10993 2015-08-14 Keith Seitz <keiths@redhat.com>
10994
10995 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10996 "evaluated-by".
10997
10998 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10999
11000 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11001
11002 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11003
11004 * gdb.ada/fun_renaming.exp: New testcase.
11005 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11006 * gdb.ada/fun_renaming/pack.adb: New file.
11007 * gdb.ada/fun_renaming/pack.ads: New file.
11008
11009 2015-08-12 Keith Seitz <keiths@redhat.com>
11010
11011 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11012 gdb_get_line_number.
11013
11014 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11015
11016 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11017 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11018 gdb.base/dso2dso.exp: New files.
11019
11020 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11021 Pedro Alves <palves@redhat.com>
11022 Keith Seitz <keiths@redhat.com>
11023
11024 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11025 GDBFLAGS.
11026
11027 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11028
11029 * gdb.base/gdbhistsize-history.exp
11030 (test_histsize_history_setting): Use save_vars.
11031 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11032 Use save_vars.
11033 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11034 * gdb.base/readline.exp: Use save_vars.
11035
11036 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11037
11038 * lib/gdb.exp (save_vars): New proc.
11039
11040 2015-08-11 Keith Seitz <keiths@redhat.com>
11041
11042 * gdb.base/help.exp: Update help_breakpoint_text.
11043
11044 2015-08-11 Keith Seitz <keiths@redhat.com>
11045
11046 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11047 (at toplevel): Call test_explicit_breakpoints.
11048 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11049 breakpoints.
11050 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11051 breakpoint conditions, "-cond".
11052
11053 2015-08-11 Keith Seitz <keiths@redhat.com>
11054
11055 * gdb.linespec/3explicit.c: New file.
11056 * gdb.linespec/cpexplicit.cc: New file.
11057 * gdb.linespec/cpexplicit.exp: New file.
11058 * gdb.linespec/explicit.c: New file.
11059 * gdb.linespec/explicit.exp: New file.
11060 * gdb.linespec/explicit2.c: New file.
11061 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11062 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11063 before using in the matching pattern.
11064 Clarify that `prefix' is a regular expression.
11065
11066 2015-08-11 Keith Seitz <keiths@redhat.com>
11067
11068 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11069 test.
11070 Add tests for missing ",FMT" and ",".
11071
11072 2015-08-10 Doug Evans <dje@google.com>
11073 Keith Seitz <keiths@redhat.com>
11074
11075 PR gdb/17960
11076 * gdb.base/completion.exp: Add location completer tests.
11077
11078 2015-08-07 Pedro Alves <palves@redhat.com>
11079
11080 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11081 tests here.
11082 (top level): Run do_test with and without displaced stepping.
11083
11084 2015-08-07 Pedro Alves <palves@redhat.com>
11085
11086 * gdb.base/valgrind-disp-step.c: New file.
11087 * gdb.base/valgrind-disp-step.exp: New file.
11088
11089 2015-08-07 Pedro Alves <palves@redhat.com>
11090
11091 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11092 Delete function.
11093 (main): Add alarm. Run an infinite loop instead of calling
11094 wait_threads.
11095 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11096 comment.
11097 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11098 Delete function.
11099 (main): Add alarm. Run an infinite loop instead of calling
11100 wait_threads.
11101 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11102 comment.
11103
11104 2015-08-07 Pedro Alves <palves@redhat.com>
11105
11106 * gdb.base/checkpoint-ns.exp: New file.
11107 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11108 standard_testfile.
11109
11110 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11111
11112 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11113 * gdb.btrace/instruction_history.exp: Update.
11114 * gdb.btrace/tsx.exp: New.
11115 * gdb.btrace/tsx.c: New.
11116
11117 2015-08-06 Pedro Alves <palves@redhat.com>
11118
11119 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11120 increase timeout.
11121 * gdb.reverse/until-precsave.exp: Bump timeouts.
11122
11123 2015-08-06 Pedro Alves <palves@redhat.com>
11124
11125 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11126
11127 2015-08-06 Pedro Alves <palves@redhat.com>
11128
11129 PR gdb/18749
11130 * gdb.threads/process-dies-while-handling-bp.c: New file.
11131 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11132
11133 2015-08-06 Pedro Alves <palves@redhat.com>
11134
11135 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11136 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11137
11138 2015-08-05 Pedro Alves <palves@redhat.com>
11139
11140 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11141 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11142
11143 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11144
11145 * gdb.base/bp-permanent.exp: Report test as unsupported if
11146 the target cannot stop at the permanent breakpoint.
11147
11148 2015-08-03 Doug Evans <dje@google.com>
11149
11150 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11151 10000.
11152
11153 2015-08-03 Doug Evans <dje@google.com>
11154
11155 * Makefile.in (workers/%.worker, build-perf): New rule.
11156 (GDB_PERFTEST_MODE): New variable.
11157 (check-perf): Use it.
11158 (clean): Clean up gdb.perf parallel build subdirs.
11159 * lib/build-piece.exp: New file.
11160 * lib/gdb.exp (make_gdb_parallel_path): New function
11161 (standard_output_file, standard_temp_file): Call it.
11162 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11163 of $GDB_PARALLEL.
11164 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11165
11166 2015-08-03 Doug Evans <dje@google.com>
11167
11168 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11169 (LOG_FILE_NAME): New global.
11170 (TextReporter.__init__): Initialize self.txt_sum.
11171 (TextReporter.report): Add support for multiple data-points.
11172 Move report to perftest.sum, put raw data in perftest.log.
11173 (TextReporter.start): Open sum and log files.
11174 (TextReporter.end): Close sum and log files.
11175 * gdb.perf/lib/perftest/testresult.py
11176 (SingleStatisticTestResult.record): Handle multiple data-points.
11177
11178 2015-07-31 Pedro Alves <palves@redhat.com>
11179
11180 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11181 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11182 kill_wait_spawned_process instead of explicit "kill -9".
11183 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11184 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11185 kill_wait_spawned_process.
11186 * gdb.base/attach-twice.exp: Likewise.
11187 * gdb.base/attach.exp: Likewise.
11188 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11189 gdb_test_multiple.
11190 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11191 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11192 kill_wait_spawned_process.
11193 * gdb.base/valgrind-infcall.exp: Likewise.
11194 * gdb.multi/multi-attach.exp: Likewise.
11195 * gdb.python/py-prompt.exp: Likewise.
11196 * gdb.python/py-sync-interp.exp: Likewise.
11197 * gdb.server/ext-attach.exp: Likewise.
11198 * gdb.threads/attach-into-signal.exp (corefunc): Use
11199 spawn_wait_for_attach, spawn_id_get_pid and
11200 kill_wait_spawned_process.
11201 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11202 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11203 spawn_id_get_pid and kill_wait_spawned_process.
11204 * gdb.threads/attach-stopped.exp (corefunc): Use
11205 spawn_wait_for_attach, spawn_id_get_pid and
11206 kill_wait_spawned_process.
11207 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11208 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11209 kill_wait_spawned_process instead of explicit "kill -9".
11210 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11211 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11212 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11213 processes. Don't map cygwin/windows pids here. Now returns a
11214 spawn id list.
11215
11216 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11217
11218 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11219 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11220 correct patch.
11221
11222 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11223
11224 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11225
11226 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11227
11228 Reapply:
11229 2014-05-21 Mark Wielaard <mjw@redhat.com>
11230
11231 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11232
11233 2015-07-30 Pedro Alves <palves@redhat.com>
11234
11235 * linux-low.c (handle_extended_wait): Set the child's last
11236 reported status to TARGET_WAITKIND_STOPPED.
11237
11238 2015-07-30 Pedro Alves <palves@redhat.com>
11239
11240 PR threads/18600
11241 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11242 only shows inferior 1.
11243
11244 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11245 Pedro Alves <palves@redhat.com>
11246
11247 PR threads/18600
11248 * gdb.threads/fork-plus-threads.c: New file.
11249 * gdb.threads/fork-plus-threads.exp: New file.
11250
11251 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11252
11253 * gdb.base/batch-preserve-term-settings.exp
11254 (test_terminal_settings_preserved_after_cli_exit): Use
11255 send_quit_command.
11256
11257 2015-07-29 Pedro Alves <palves@redhat.com>
11258 Don Breazeal <donb@codesourcery.com>
11259
11260 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11261 output from both inferior_spawn_id and gdb_spawn_id.
11262
11263 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11264
11265 * gdb.threads/attach-into-signal.exp (corefunc): Use
11266 with_test_prefix on nested loops, uniquefying the test messages.
11267
11268 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11269
11270 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11271 commit.
11272
11273 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11274
11275 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11276 New proc.
11277 (test_terminal_settings_preserved_after_sigterm): New test.
11278
11279 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11280
11281 * gdb.base/batch-preserve-term-settings.exp
11282 (test_terminal_settings_preserved_after_cli_exit): New test.
11283
11284 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11285
11286 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11287 manipulation of saved_gdbflags.
11288 (test_terminal_settings_preserved): Remove global declaration of
11289 the unused variable pagination_prompt. Remove manipulation of
11290 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11291 GDBFLAGS.
11292
11293 2015-07-29 Pedro Alves <palves@redhat.com>
11294
11295 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11296
11297 2015-07-29 Pedro Alves <palves@redhat.com>
11298
11299 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11300 at the top.
11301
11302 2015-07-29 Pedro Alves <palves@redhat.com>
11303
11304 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11305 (main): Call gdb_unbuffer_output.
11306 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11307 (main): Call gdb_unbuffer_output.
11308 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11309 (main): Call gdb_unbuffer_output.
11310 * gdb.base/call-strs.exp: Adjust to step over the
11311 gdb_unbuffer_output call.
11312 * gdb.base/catch-gdb-caused-signals.c: Include
11313 "../lib/unbuffer_output.c".
11314 (main): Call gdb_unbuffer_output.
11315 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11316 (main): Call gdb_unbuffer_output.
11317 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11318 (main): Call gdb_unbuffer_output.
11319 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11320 (main): Call gdb_unbuffer_output.
11321 * gdb.base/shlib-call.exp: Adjust to step over the
11322 gdb_unbuffer_output call.
11323 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11324 (main): Call gdb_unbuffer_output.
11325 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11326 (main): Call gdb_unbuffer_output.
11327 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11328 (main): Rename to ...
11329 (test): ... this.
11330 (main): Reimplement.
11331 * gdb.base/varargs.exp: Run to test instead of to main.
11332 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11333 (main): Call gdb_unbuffer_output.
11334
11335 2015-07-29 Pedro Alves <palves@redhat.com>
11336
11337 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11338 factore out from mi_continue_dprintf. For call-style dprintfs,
11339 expect dprintf output out of $inferior_spawn_id.
11340 (mi_continue_dprintf): Use mi_expect_dprintf.
11341 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11342 (main): Call gdb_unbuffer_output.
11343
11344 2015-07-29 Pedro Alves <palves@redhat.com>
11345
11346 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11347 (default_mi_gdb_start): Set inferior_spawn_id instead of
11348 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11349 gdb_spawn_id.
11350 (mi_gdb_test): Always expect inferior output from both
11351 $inferior_spawn_id and $gdb_spawn_id.
11352
11353 2015-07-29 Pedro Alves <palves@redhat.com>
11354
11355 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11356 send_inferior and $inferior_spawn_id.
11357
11358 2015-07-29 Pedro Alves <palves@redhat.com>
11359
11360 * gdb.gdb/complaints.exp (test_initial_complaints)
11361 (test_serial_complaints, test_short_complaints): Use
11362 gdb_test_stdio.
11363 (test_empty_complaint): Handle $inferior_spawn_id !=
11364 $gdb_spawn_id.
11365
11366 2015-07-29 Pedro Alves <palves@redhat.com>
11367
11368 * gdb.base/varargs.exp: Use gdb_test_stdio.
11369
11370 2015-07-29 Pedro Alves <palves@redhat.com>
11371
11372 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11373
11374 2015-07-29 Pedro Alves <palves@redhat.com>
11375
11376 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11377
11378 2015-07-29 Pedro Alves <palves@redhat.com>
11379
11380 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11381 parameter into two new parameters, "inf_result" and "gdb_result".
11382 Expect inferior output and gdb output from $inferior_spawn_id and
11383 $gdb_spawn_id, respectively. Adjust all callers.
11384
11385 2015-07-29 Pedro Alves <palves@redhat.com>
11386
11387 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11388 of gdb_test_sequence.
11389
11390 2015-07-29 Pedro Alves <palves@redhat.com>
11391
11392 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11393 (saw_spurious_output): Expect inferior output from
11394 $inferior_spawn_id. Use gdb_test_stdio.
11395
11396 2015-07-29 Pedro Alves <palves@redhat.com>
11397
11398 * gdb.base/dprintf.exp: Use standard_testfile. Change
11399 prepare_for_testing call.
11400 (srcfile): Don't set.
11401 (restart): New procedure.
11402 (test_dprintf): New procecure, use to continue over dprintfs.
11403 (test_call, test_agent): New procedures, tests moved here.
11404 Restart gdb and recreate dprintfs. Adjust expected output.
11405
11406 2015-07-29 Pedro Alves <palves@redhat.com>
11407
11408 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11409
11410 2015-07-29 Pedro Alves <palves@redhat.com>
11411
11412 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11413
11414 2015-07-29 Pedro Alves <palves@redhat.com>
11415
11416 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11417 gdb_test_stdio.
11418
11419 2015-07-29 Pedro Alves <palves@redhat.com>
11420
11421 * lib/gdb.exp (gdb_test_stdio): New procedure.
11422
11423 2015-07-29 Pedro Alves <palves@redhat.com>
11424
11425 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11426
11427 2015-07-29 Pedro Alves <palves@redhat.com>
11428
11429 * gdb.base/call-signal-resume.exp: Remove check for
11430 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11431 * gdb.base/unwindonsignal.exp: Likewise.
11432 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11433 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11434
11435 2015-07-29 Pedro Alves <palves@redhat.com>
11436
11437 * gdb.base/siginfo-addr.c (pass): New function.
11438 (handler): Call it iff si_addr is correct.
11439 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11440 Set a breakpoint at "pass" and continue to it.
11441
11442 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11443
11444 * gdb.python/py-objfile.exp: Make some tests have unique names.
11445 * gdb.python/py-pp-registration.exp: Likewise.
11446
11447 2015-07-28 Pedro Alves <palves@redhat.com>
11448
11449 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11450
11451 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11452
11453 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11454
11455 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11456
11457 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11458
11459 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11460
11461 * gdb.base/gdb-sigterm-2.exp: New test.
11462
11463 2015-07-25 Doug Evans <xdje42@gmail.com>
11464
11465 Revert:
11466 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11467 (workers/%.worker, build-perf): New rule.
11468 (GDB_PERFTEST_MODE): New variable.
11469 (check-perf): Use it.
11470 (clean): Clean up gdb.perf parallel build subdirs.
11471 * lib/build-piece.exp: New file.
11472 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11473 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11474 name.
11475 (standard_temp_file): Ditto.
11476 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11477 of $GDB_PARALLEL.
11478
11479 2015-07-24 Doug Evans <dje@google.com>
11480
11481 * gdb.perf/lib/perftest/utils.py: New file.
11482 * gdb.perf/gm-hello.cc: New file.
11483 * gdb.perf/gm-pervasive-typedef.cc: New file.
11484 * gdb.perf/gm-pervasive-typedef.h: New file.
11485 * gdb.perf/gm-std.cc: New file.
11486 * gdb.perf/gm-std.h: New file.
11487 * gdb.perf/gm-use-cerr.cc: New file.
11488 * gdb.perf/gm-utils.h: New file.
11489 * gdb.perf/gmonster-null-lookup.py: New file.
11490 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11491 * gdb.perf/gmonster-print-cerr.py: New file.
11492 * gdb.perf/gmonster-ptype-string.py: New file.
11493 * gdb.perf/gmonster-runto-main.py: New file.
11494 * gdb.perf/gmonster-select-file.py: New file.
11495 * gdb.perf/gmonster1-null-lookup.exp: New file.
11496 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11497 * gdb.perf/gmonster1-print-cerr.exp: New file.
11498 * gdb.perf/gmonster1-ptype-string.exp: New file.
11499 * gdb.perf/gmonster1-runto-main.exp: New file.
11500 * gdb.perf/gmonster1-select-file.exp: New file.
11501 * gdb.perf/gmonster1.cc: New file.
11502 * gdb.perf/gmonster1.exp: New file.
11503 * gdb.perf/gmonster2-null-lookup.exp: New file.
11504 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11505 * gdb.perf/gmonster2-print-cerr.exp: New file.
11506 * gdb.perf/gmonster2-ptype-string.exp: New file.
11507 * gdb.perf/gmonster2-runto-main.exp: New file.
11508 * gdb.perf/gmonster2-select-file.exp: New file.
11509 * gdb.perf/gmonster2.cc: New file.
11510 * gdb.perf/gmonster2.exp: New file.
11511
11512 2015-07-24 Doug Evans <dje@google.com>
11513
11514 * gdb.perf/README: New file.
11515 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11516 * lib/gen-perf-test.exp: New file.
11517
11518 2015-07-24 Doug Evans <dje@google.com>
11519
11520 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11521 (PerfTest::startup): New function.
11522 (PerfTest::run): Return result of calling body.
11523 (PerfTest::assemble): Rewrite.
11524 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11525 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11526 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11527 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11528 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11529
11530 2015-07-24 Doug Evans <dje@google.com>
11531
11532 * lib/gdb.exp (clean_restart): Make executable optional.
11533
11534 2015-07-24 Doug Evans <dje@google.com>
11535
11536 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11537 compiler_info references.
11538 * gdb.cp/temargs.exp: Ditto.
11539 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11540 (get_compiler_info): Early exit if already computed. Set compiler_info
11541 to "unknown" if there was a problem.
11542 (test_compiler_info): Add function comment. Call get_compiler_info.
11543
11544 2015-07-24 Doug Evans <dje@google.com>
11545
11546 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11547 (workers/%.worker, build-perf): New rule.
11548 (GDB_PERFTEST_MODE): New variable.
11549 (check-perf): Use it.
11550 (clean): Clean up gdb.perf parallel build subdirs.
11551 * lib/build-piece.exp: New file.
11552 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11553 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11554 name.
11555 (standard_temp_file): Ditto.
11556 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11557 of $GDB_PARALLEL.
11558
11559 2015-07-24 Doug Evans <dje@google.com>
11560
11561 * lib/future.exp (gdb_default_target_compile): New option
11562 "early_flags".
11563 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11564 --as-needed.
11565
11566 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11567
11568 * gdb.base/catch-syscall.exp: Call gdb_exit before
11569 gdb_skip_xml_test.
11570
11571 2015-07-24 Pedro Alves <palves@redhat.com>
11572
11573 * gdb.python/py-events.exp: Accept output between the stop event
11574 and the prompt.
11575 * gdb.python/py-evsignal.exp: Likewise.
11576 * gdb.python/py-evthreads.exp: Likewise.
11577
11578 2015-07-24 Pedro Alves <palves@redhat.com>
11579
11580 PR gdb/18717
11581 * gdb.threads/non-ldr-exit.c: New file.
11582 * gdb.threads/non-ldr-exit.exp: New file.
11583
11584 2015-07-24 Yao Qi <yao.qi@linaro.org>
11585
11586 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11587 restarting process.
11588
11589 2015-07-24 Yao Qi <yao.qi@linaro.org>
11590
11591 * gdb.server/ext-restart.exp: New file.
11592
11593 2015-07-24 Yao Qi <yao.qi@linaro.org>
11594
11595 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11596 argument options.
11597 * gdb.server/ext-wrapper.exp: New file.
11598
11599 2015-07-23 Doug Evans <dje@google.com>
11600
11601 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11602 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11603
11604 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11605
11606 * gdb.ada/var_arr_typedef.exp: New testcase.
11607 * gdb.ada/var_arr_typedef/pack.adb: New file.
11608 * gdb.ada/var_arr_typedef/pack.ads: New file.
11609 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11610
11611 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11612
11613 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11614
11615 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11616
11617 * gdb.arch/i386-biarch-core.exp: Replace istarget
11618 by "complete set gnutarget". Remove expectation for the "core-file"
11619 command.
11620
11621 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11622
11623 Revert the previous commit:
11624 Tests for validate symbol file using build-id.
11625
11626 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11627
11628 Tests for validate symbol file using build-id.
11629 * gdb.base/solib-mismatch-lib.c: New file.
11630 * gdb.base/solib-mismatch-libmod.c: New file.
11631 * gdb.base/solib-mismatch.c: New file.
11632 * gdb.base/solib-mismatch.exp: New file.
11633
11634 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11635
11636 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11637 nios2-*-linux*.
11638 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11639 * gdb.base/siginfo.exp: Likewise.
11640 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11641
11642 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11643
11644 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11645 Move it to ...
11646 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11647 ... here.
11648 * gdb.trace/range-stepping.exp: Check that the target supports
11649 range stepping.
11650
11651 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11652
11653 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11654
11655 2015-07-14 Pedro Alves <palves@redhat.com>
11656
11657 * gdb.base/killed-outside.exp: New file.
11658 * gdb.base/killed-outside.c: New file.
11659
11660 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11661
11662 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11663 (n at main): New.
11664 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11665
11666 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11667
11668 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11669 infcall tests instead of setting up for KFAIL.
11670
11671 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11672
11673 * gdb.btrace/record_goto-step.exp: New.
11674
11675 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11676
11677 PR compile/18484
11678 * gdb.compile/compile.c (struct struct_type): Add volatile to
11679 selffield's type.
11680 * gdb.compile/compile.exp
11681 (compile code struct_object.selffield = &struct_object): Skip further
11682 struct_object tests if this one xfails.
11683
11684 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11685
11686 PR exp/18617
11687 * gdb.trace/ax.exp: Add test.
11688
11689 2015-07-07 Yao Qi <yao.qi@linaro.org>
11690
11691 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11692 instead of istarget "aarch64*-*-*".
11693 * gdb.arch/aarch64-fp.exp: Likewise.
11694 * gdb.base/float.exp: Likewise.
11695 * gdb.reverse/aarch64.exp: Likewise.
11696 * lib/gdb.exp (is_aarch64_target): New proc.
11697
11698 2015-07-07 Yao Qi <yao.qi@linaro.org>
11699
11700 * lib/gdb.exp (is_aarch32_target): New proc.
11701 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11702 instead of "istarget "arm*-*-*"".
11703 * gdb.arch/arm-disp-step.exp: Likewise.
11704 * gdb.arch/thumb-bx-pc.exp: Likewise.
11705 * gdb.arch/thumb-prologue.exp: Likewise.
11706 * gdb.arch/thumb-singlestep.exp: Likewise.
11707 * gdb.base/disp-step-syscall.exp: Likewise.
11708 * gdb.base/float.exp: Likewise.
11709
11710 2015-07-07 Yao Qi <yao.qi@linaro.org>
11711
11712 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11713 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11714
11715 2015-07-07 Yao Qi <yao.qi@linaro.org>
11716
11717 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11718 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11719 if it exists.
11720 * gdb.multi/multi-arch.exp: Likewise.
11721
11722 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11723
11724 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11725 print.
11726
11727 2015-07-07 Yao Qi <yao.qi@linaro.org>
11728
11729 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11730
11731 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11732
11733 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11734 '[' and ']' characters.
11735
11736 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11737
11738 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11739
11740 2015-06-29 Pedro Alves <palves@redhat.com>
11741
11742 PR threads/18127
11743 * gdb.threads/hand-call-new-thread.c: New file.
11744 * gdb.threads/hand-call-new-thread.c: New file.
11745
11746 2015-06-26 Keith Seitz <keiths@redhat.com>
11747 Doug Evans <dje@google.com>
11748
11749 PR 16253
11750 * gdb.cp/var-tag-2.cc: New file.
11751 * gdb.cp/var-tag-3.cc: New file.
11752 * gdb.cp/var-tag-4.cc: New file.
11753 * gdb.cp/var-tag.cc: New file.
11754 * gdb.cp/var-tag.exp: New file.
11755
11756 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11757
11758 * gdb.base/history-duplicates.exp: New test.
11759
11760 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11761
11762 * gdb.base/completion.exp: Test the completion of the "focus"
11763 command.
11764
11765 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11766
11767 * gdb.arch/amd64-prologue-skip.S: New file.
11768 * gdb.arch/amd64-prologue-skip.exp: New file.
11769
11770 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11771
11772 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11773 is_address_zero_readable check.
11774
11775 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11776
11777 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11778 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11779
11780 2015-06-24 Yao Qi <yao.qi@linaro.org>
11781
11782 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11783 linux targets.
11784
11785 2015-06-24 Yao Qi <yao.qi@linaro.org>
11786
11787 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11788 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11789 * gdb.base/siginfo-thread.exp: Likewise.
11790
11791 2015-06-22 Yao Qi <yao.qi@linaro.org>
11792
11793 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11794
11795 2015-06-22 Yao Qi <yao.qi@linaro.org>
11796
11797 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11798 aarch64*-*-*.
11799 (skip_hw_watchpoint_tests): Likewise.
11800
11801 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11802
11803 * gdb.base/gdbinit-history.exp: Test the interaction between
11804 setting GDBHISTSIZE and setting the history size via .gdbinit.
11805
11806 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11807
11808 PR gdb/16999
11809 * gdb.base/gdbhistsize-history.exp: New test.
11810
11811 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11812
11813 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11814 with GDBHISTSIZE.
11815 * gdb.base/readline.exp: Likewise.
11816
11817 2015-06-17 Yao Qi <yao.qi@linaro.org>
11818
11819 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11820 line.
11821
11822 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11823
11824 * gdb.base/gdbinit-history.exp: Add test case to check that
11825 an unlimited history file does not get truncated on exit.
11826
11827 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11828
11829 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11830 (VECTOR): New macro. Use it...
11831 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11832 ...for these typedefs.
11833 (int8, char1, int1, double1): New typedefs.
11834 (struct just_int2, struct two_int2): New structures.
11835 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11836 (add_structvecs, add_singlevecs): New functions.
11837 (main): Call add_some_intvecs twice.
11838 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11839 the compile and exit upon failure. Try compiling for the "native"
11840 architecture. Test inferior function calls with vector arguments
11841 and vector return value handling with "finish" and "return".
11842
11843 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11844
11845 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11846 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11847 PE file.
11848 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11849
11850 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11851
11852 PR breakpoints/16465
11853 * gdb.mi/mi-dprintf-pending.c: New file.
11854 * gdb.mi/mi-dprintf-pending.exp: New test.
11855 * gdb.mi/mi-dprintf-pendshr.c: New file.
11856
11857 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11858 Mircea Gherzan <mircea.gherzan@intel.com>
11859
11860 * gdb.arch/i386-mpx-map.c: New file.
11861 * gdb.arch/i386-mpx-map.exp: New File.
11862
11863 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11864
11865 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11866 * gdb.arch/i386-mpx.exp: Indentation fixed.
11867
11868 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11869
11870 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11871 function and improved indentation.
11872 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11873 gdb_test_multiple. Added additional tests to skip the test.
11874
11875 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11876
11877 * gdb.arch/i386-avx512.c: Change path in include file.
11878 * gdb.arch/i386-avx512.exp: Change include dir path
11879 compilation flag.
11880 * gdb.arch/i386-mpx.c: Change path in include file.
11881 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11882 flag.
11883
11884 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11885
11886 * gdb.compile/compile-print.exp (compile print *vararray@3)
11887 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11888
11889 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11890
11891 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11892 (do not keep jit in memory): ... this.
11893 (expect 5): Change it to ...
11894 (expect no 5): ... this.
11895
11896 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11897
11898 PR gdb/15564
11899 * gdb.mi/mi-detach.exp: New file.
11900
11901 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11902
11903 PR symtab/18392
11904 * gdb.arch/amd64-tailcall-self.S: New file.
11905 * gdb.arch/amd64-tailcall-self.c: New file.
11906 * gdb.arch/amd64-tailcall-self.exp: New file.
11907
11908 2015-05-28 Don Breazeal <donb@codesourcery.com>
11909
11910 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11911 tests for remote targets by checking is_target_gdbserver.
11912
11913 2015-05-27 Doug Evans <dje@google.com>
11914
11915 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11916 * gdb.dwarf2/opaque-type-lookup.c: New file.
11917 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11918
11919 2015-05-26 Doug Evans <dje@google.com>
11920
11921 * gdb.cp/iostream.cc: New file.
11922 * gdb.cp/iostream.exp: New file.
11923
11924 2015-05-26 Doug Evans <dje@google.com>
11925
11926 * gdb.dwarf2/dw2-op-call.exp: Update.
11927 * gdb.dwarf2/dw4-sig-types.exp: Update.
11928 * gdb.dwarf2/implptr.exp: Update.
11929 * gdb.mi/mi-cmd-param-changed.exp: Update.
11930
11931 2015-05-26 Doug Evans <dje@google.com>
11932
11933 * gdb.python/py-lazy-string.c: New file.
11934 * gdb.python/py-lazy-string.exp: New file.
11935 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11936 (main): Update. Add estring3.
11937 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11938 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11939
11940 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11941 Yao Qi <yao.qi@linaro.org>
11942
11943 * gdb.reverse/aarch64.c: New.
11944 * gdb.reverse/aarch64.exp: New.
11945
11946 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11947
11948 * lib/gdb.exp (supports_process_record): Return true for
11949 aarch64*-linux*.
11950 (supports_reverse): Likewise.
11951
11952 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11953
11954 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11955 Use with_test_prefix.
11956
11957 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11958
11959 * gdb.base/completion.exp: Add test for completion of layout
11960 names.
11961
11962 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11963
11964 * lib/gdb.exp (skip_tui_tests): New proc.
11965 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11966
11967 2015-05-19 Pedro Alves <palves@redhat.com>
11968
11969 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11970 Save the whole env array instead of just HOME. Unset HISTSIZE in
11971 the environment while testing. Restore whole environment
11972 afterwards.
11973
11974 2015-05-16 Doug Evans <xdje42@gmail.com>
11975
11976 * gdb.guile/scm-ports.c: New file.
11977 * gdb.guile/scm-ports.exp: Add memory port tests.
11978
11979 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11980
11981 * gdb.compile/compile-print.c: New file.
11982 * gdb.compile/compile-print.exp: New file.
11983
11984 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11985
11986 * gdb.compile/compile-ops.exp: Cast param to void.
11987 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11988 (compile code struct_object.selffield = &struct_object): Add xfail.
11989
11990 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11991
11992 * gdb.ada/arr_enum_with_gap: New testcase.
11993
11994 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11995
11996 * gdb.ada/byte_packed_arr: New testcase.
11997
11998 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11999
12000 * gdb.ada/pckd_neg: New testcase.
12001
12002 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12003
12004 PR gdb/17820
12005 * gdb.base/gdbinit-history.exp: New test.
12006 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12007 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12008
12009 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12010
12011 * gdb.python/py-xmethods.cc: Enhance test case.
12012 * gdb.python/py-xmethods.exp: New tests.
12013 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12014 function.
12015 (B_indexoper): Likewise.
12016 (global_dm_list) : Add new xmethod worker functions.
12017
12018 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12019
12020 * gdb.base/coredump-filter.exp: Correctly unset
12021 "coredump_var_addr" array.
12022
12023 2015-05-08 Pedro Alves <palves@redhat.com>
12024
12025 * gdb.server/non-existing-program.exp: Unset spawn_id.
12026
12027 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12028
12029 PR python/18291
12030 * gdb.python/py-xmethods.exp: Add tests.
12031
12032 2015-05-08 Yao Qi <yao.qi@linaro.org>
12033
12034 PR gdb/18208
12035 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12036 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12037 function set_coredump_filter, and remove remote_exec call.
12038 Remove argument ipid. Callers update.
12039 (top level): Don't get inferior's PID.
12040
12041 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12042
12043 * gdb.base/watch_thread_num.exp: Skip test on targets without
12044 access watchpoints.
12045
12046 2015-05-06 Pedro Alves <palves@redhat.com>
12047
12048 PR server/18081
12049 * gdb.server/non-existing-program.exp: New file.
12050
12051 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12052
12053 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12054
12055 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12056
12057 * gdb.ada/out_of_line_in_inlined: New testcase.
12058
12059 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12060
12061 * gdb.ada/var_rec_arr: New testcase.
12062
12063 2015-04-30 Yao Qi <yao.qi@linaro.org>
12064
12065 * gdb.base/break-idempotent.exp: If
12066 skip_hw_watchpoint_multi_tests returns true, skip the tests
12067 on "rwatch" and "awatch".
12068
12069 2015-04-30 Yao Qi <yao.qi@linaro.org>
12070
12071 * gdb.base/relativedebug.exp: Invoke gdb command
12072 "info sharedlibrary", and if libc.so doesn't have debug info,
12073 skip the test.
12074
12075 2015-04-29 Doug Evans <dje@google.com>
12076
12077 * gdb.python/py-xmethods.exp: Add ptype tests.
12078 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12079 get_result_type method.
12080
12081 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12082
12083 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12084 the target does not support hardware watchpoints.
12085
12086 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12087
12088 * gdb.base/break-always.exp: Abort testing if writing to memory
12089 causes an error.
12090
12091 2015-04-28 Doug Evans <dje@google.com>
12092
12093 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12094 * gdb.python/py-pp-registration.exp: ... here. New file.
12095 * gdb.python/py-pp-registration.c: New file.
12096 * gdb.python/py-pp-registration.py: New file.
12097
12098 2015-04-28 Doug Evans <dje@google.com>
12099
12100 * gdb.python/py-bad-printers.c: New file.
12101 * gdb.python/py-bad-printers.py: New file.
12102 * gdb.python/py-bad-printers.exp: New file.
12103
12104 2015-04-28 Sasha Smundak <asmundak@google.com>
12105
12106 * gdb.python/py-type.exp: New test.
12107
12108 2015-04-28 Andy Wingo <wingo@igalia.com>
12109
12110 * gdb.python/py-parameter.exp:
12111 * gdb.guile/scm-parameter.exp: Escape the path that we are
12112 matching against, as it might contain characters that are special
12113 to regular expressions.
12114
12115 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12116
12117 * gdb.ada/rec_comp: New testcase.
12118
12119 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12120
12121 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12122 before using it.
12123
12124 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12125
12126 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12127 new tests for verilog output.
12128
12129 2015-04-24 Yao Qi <yao.qi@linaro.org>
12130
12131 * boards/remote-gdbserver-on-localhost.exp: New file.
12132
12133 2015-04-23 Pedro Alves <palves@redhat.com>
12134
12135 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12136 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12137 "end of file", remove $inferior_spawn_id from the indirect list.
12138
12139 2015-04-23 Pedro Alves <palves@redhat.com>
12140
12141 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12142
12143 2015-04-23 Pedro Alves <palves@redhat.com>
12144
12145 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12146 on $any_spawn_id instead of only on $gdb_spawn_id.
12147
12148 2015-04-21 Pierre Muller <muller@sourceware.org>
12149
12150 PR pascal/17815
12151 * lib/pascal.exp (gpc_compile): Add new option "class".
12152 (fpc_compile): Likewise.
12153 * gdb.pascal/case-insensitive-symbols.pas: New file.
12154 * gdb.pascal/case-insensitive-symbols.exp: New file.
12155
12156 2015-04-20 Gary Benson <gbenson@redhat.com>
12157
12158 * gdb.base/attach.exp: Fix three extended remote failures.
12159
12160 2015-04-17 Gary Benson <gbenson@redhat.com>
12161
12162 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12163 the main executable over the remote protocol.
12164
12165 2015-04-16 Pedro Alves <palves@redhat.com>
12166
12167 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12168 a new gdbserver if gdbserver_reconnect_p is set.
12169
12170 2015-04-16 Pedro Alves <palves@redhat.com>
12171
12172 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12173 is set, don't exit gdbserver.
12174
12175 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12176
12177 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12178 appropriate .insn, such that an older assembler can be used.
12179 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12180 the z/Architecture instruction set on 31-bit targets as well.
12181
12182 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12183
12184 * gdb.go/handcall.exp: Remove all logic related to the first
12185 breakpoint and rely on go_runto_main instead.
12186 * gdb.go/strings.exp: Likewise.
12187 * gdb.go/unsafe.exp: Likewise.
12188 * gdb.go/hello.exp: Likewise. Also rename the remaining
12189 breakpoint marker to "breakpoint 1".
12190 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12191 * gdb.go/strings.go: Likewise.
12192 * gdb.go/unsafe.go: Likewise.
12193 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12194 "set breakpoint 2 here" and rename the remaining breakpoint marker
12195 to "breakpoint 1".
12196
12197 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12198
12199 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12200 if itertools.imap is not present.
12201 * gdb.python/py-objfile.exp: Add parentheses.
12202 * gdb.python/py-type.exp: Same.
12203 * gdb.python/py-unwind-maint.py: Same.
12204
12205 2015-04-15 Yao Qi <yao.qi@linaro.org>
12206
12207 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12208 of ":$ptr_size" and set its form explicitly.
12209
12210 2015-04-15 Pedro Alves <palves@redhat.com>
12211 Yao Qi <yao.qi@linaro.org>
12212
12213 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12214 timeout by factor of 4.
12215 (test_regular_watch): Likewise.
12216 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12217 * gdb.reverse/sigall-reverse.exp: Likewise.
12218 * gdb.reverse/until-precsave.exp: Likewise.
12219 * lib/gdb.exp (with_timeout_factor): New proc.
12220 (gdb_expect): Move some code to ...
12221 (get_largest_timeout): ... here. New procedure.
12222
12223 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12224
12225 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12226
12227 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12228
12229 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12230 to write to the .text section.
12231
12232 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12233
12234 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12235 Handle the case of targets that do not provide PID information.
12236
12237 2015-04-13 Yao Qi <yao.qi@linaro.org>
12238
12239 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12240 and use expect instead of gdb_expect.
12241
12242 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12243
12244 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12245 "coredump_var_addr" to avoid naming conflict with other testcases.
12246
12247 2015-04-10 Pedro Alves <palves@redhat.com>
12248
12249 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12250 gdb_test_sequence and gdb_assert.
12251
12252 2015-04-10 Pedro Alves <palves@redhat.com>
12253
12254 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12255 test messages that don't include the breakpoint address.
12256
12257 2015-04-10 Yao Qi <yao.qi@linaro.org>
12258
12259 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12260 false for some offset and width combinations which aren't
12261 supported by linux kernel.
12262
12263 2015-04-10 Pedro Alves <palves@redhat.com>
12264
12265 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12266 procedure, factored out from ...
12267 (top level): ... here. Add "set displaced-stepping" testing axis.
12268 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12269 parameter "displaced". Use it.
12270 (top level): Use foreach and add "set displaced-stepping" testing
12271 axis.
12272
12273 2015-04-10 Pedro Alves <palves@redhat.com>
12274
12275 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12276 Remove comment.
12277 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12278 both the address of the instruction that triggers the watchpoint
12279 and the address of the instruction immediately after, and use
12280 those addresses for the test. Fix comment.
12281
12282 2015-04-10 Pedro Alves <palves@redhat.com>
12283
12284 * gdb.base/sigstep.exp (breakpoint_to_handler)
12285 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12286 Test "backtrace" in handler.
12287 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12288 (top level): Add new "displaced" test axis to
12289 breakpoint_to_handler, breakpoint_to_handler_entry and
12290 breakpoint_over_handler.
12291
12292 2015-04-10 Pedro Alves <palves@redhat.com>
12293
12294 PR gdb/18216
12295 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12296
12297 2015-04-10 Yao Qi <yao.qi@linaro.org>
12298
12299 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12300 (test_add_rn_pc): New function.
12301 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12302 (top level): Invoke test_add_rn_pc.
12303
12304 2015-04-10 Pedro Alves <palves@redhat.com>
12305
12306 PR gdb/13858
12307 * gdb.base/step-over-no-symbols.exp: New file.
12308
12309 2015-04-09 Andy Wingo <wingo@igalia.com>
12310
12311 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12312 after the Python tests.
12313
12314 2015-04-08 Keith Seitz <keiths@redhat.com>
12315
12316 PR python/16699
12317 * gdb.python/py-completion.exp: New tests for completion.
12318 * gdb.python/py-completion.py (CompleteLimit1): New class.
12319 (CompleteLimit2): Likewise.
12320 (CompleteLimit3): Likewise.
12321 (CompleteLimit4): Likewise.
12322 (CompleteLimit5): Likewise.
12323 (CompleteLimit6): Likewise.
12324 (CompleteLimit7): Likewise.
12325
12326 2015-04-08 Pedro Alves <palves@redhat.com>
12327
12328 PR gdb/18214
12329 PR gdb/18216
12330 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12331 function.
12332 (main): Install it as SIGUSR1 handler.
12333 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12334 parameter. Always use "setup" as prefix. Toggle "set
12335 displaced-stepping" off/on depending on global. Don't switch to
12336 thread 1 here.
12337 (top level): Add displaced stepping "off/on" test axis. Update
12338 "setup" calls. Wrap each subtest with with_test_prefix. Test
12339 continuing with a queued signal in each thread.
12340
12341 2015-04-08 Pedro Alves <palves@redhat.com>
12342
12343 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12344 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12345 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12346 Return early if running to main fails.
12347 * gdb.trace/while-stepping.exp: Likewise.
12348
12349 2015-04-07 Pedro Alves <palves@redhat.com>
12350
12351 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12352 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12353 interact with inferior program.
12354
12355 2015-04-07 Pedro Alves <palves@redhat.com>
12356
12357 * lib/gdb.exp (inferior_spawn_id): New global.
12358 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12359 spawn id after processing the user code.
12360 (default_gdb_start): Set inferior_spawn_id.
12361 (send_inferior): New procedure.
12362 * lib/gdbserver-support.exp (gdbserver_start): Set
12363 inferior_spawn_id.
12364 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12365
12366 2015-04-07 Pedro Alves <palves@redhat.com>
12367
12368 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12369 * lib/gdbserver-support.exp (gdbserver_start): Make
12370 $server_spawn_id global.
12371 (gdbserver_start): Don't wait for gdbserver's spawn id with
12372 expect_background.
12373 (close_gdbserver): New procedure.
12374 (gdb_exit): Rename the default version and reimplement.
12375
12376 2015-04-07 Pedro Alves <palves@redhat.com>
12377
12378 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12379 append the substituted item, not the original item.
12380
12381 2015-04-07 Pedro Alves <palves@redhat.com>
12382
12383 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12384 gdb_expect.
12385
12386 2015-04-07 Pedro Alves <palves@redhat.com>
12387
12388 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12389 output appearing once only.
12390
12391 2015-04-07 Pedro Alves <palves@redhat.com>
12392
12393 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12394 that doesn't expect anything. Return early if running to main
12395 fails.
12396
12397 2015-04-07 Yao Qi <yao.qi@linaro.org>
12398
12399 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12400 (child_function): Call alarm.
12401 (main): Move call to alarm into the loop.
12402 * gdb.threads/non-stop-fair-events.exp: Build program with
12403 -DTIMEOUT=$timeout.
12404
12405 2015-04-06 Doug Evans <xdje42@gmail.com>
12406
12407 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12408 Fix dest parameter to board_info.
12409 (fpc_compile): Ditto.
12410 (gdb_compile_pascal): Rename dest arg to destfile.
12411
12412 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12413
12414 * gdb.ada/funcall_ref.exp: New file.
12415 * gdb.ada/funcall_ref/foo.adb: New file.
12416
12417 2015-04-02 Yao Qi <yao.qi@linaro.org>
12418
12419 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12420 is remote.
12421
12422 2015-04-02 Gary Benson <gbenson@redhat.com>
12423
12424 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12425
12426 2015-04-01 Sasha Smundak <asmundak@google.com>
12427
12428 * gdb.python/py-unwind-maint.c: New file.
12429 * gdb.python/py-unwind-maint.exp: New test.
12430 * gdb.python/py-unwind-maint.py: New file.
12431 * gdb.python/py-unwind.c: New file.
12432 * gdb.python/py-unwind.exp: New test.
12433 * gdb.python/py-unwind.py: New test.
12434
12435 2015-04-01 Pedro Alves <palves@redhat.com>
12436
12437 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12438 to fail instead of non-existent $test.
12439
12440 2015-04-01 Pedro Alves <palves@redhat.com>
12441
12442 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12443 GDBFLAGS if not empty.
12444
12445 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12446
12447 * gdb.ada/complete.exp: Remove "multi_line".
12448 * gdb.ada/info_exc.exp: Remove "multi_line".
12449 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12450 * gdb.ada/ptype_field.exp: Remove "multi_line".
12451 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12452 * gdb.ada/tagged.exp: Remove "multi_line".
12453 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12454 [multi_line ...]
12455 * gdb.btrace/delta.exp: Likewise.
12456 * gdb.btrace/exception.exp: Likewise.
12457 * gdb.btrace/function_call_history.exp: Likewise.
12458 * gdb.btrace/instruction_history.exp: Likewise.
12459 * gdb.btrace/nohist.exp: Likewise.
12460 * gdb.btrace/record_goto.exp: Likewise.
12461 * gdb.btrace/segv.exp: Likewise.
12462 * gdb.btrace/stepi.exp: Likewise.
12463 * gdb.btrace/tailcall.exp: Likewise.
12464 * gdb.btrace/unknown_functions.exp: Likewise.
12465 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12466 * lib/gdb.exp: Add the "multi_line" helper.
12467
12468 2015-04-01 Pedro Alves <palves@redhat.com>
12469
12470 * gdb.threads/tid-reuse.c: New file.
12471 * gdb.threads/tid-reuse.exp: New file.
12472
12473 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12474
12475 PR corefiles/16092
12476 * gdb.base/coredump-filter.c: New file.
12477 * gdb.base/coredump-filter.exp: Likewise.
12478
12479 2015-03-27 Petr Machata <pmachata@redhat.com>
12480
12481 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12482 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12483 (Dwarf::assemble): Initialize them.
12484 (Dwarf::lines): New function.
12485
12486 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12487
12488 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12489 SYMBOL_PREFIX for x86_64-*-cygwin.
12490
12491 2015-03-26 Andy Wingo <wingo@igalia.com>
12492
12493 PR symtab/18148
12494 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12495 const_value but not a location.
12496 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12497 location defined in non-main CUs are visible.
12498
12499 2015-03-26 Yao Qi <yao.qi@linaro.org>
12500
12501 PR testsuite/18139
12502 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12503 Add a line number entry for the same line.
12504 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12505 Add a line number entry for the same line.
12506
12507 2015-03-26 Yao Qi <yao.qi@linaro.org>
12508
12509 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12510 .int 0.
12511 (func): Likewise. Add .Lfunc_1 label.
12512 Use .Lfunc_1 label.
12513 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12514 .int 0.
12515 (func): Likewise.
12516 Use .Lfunc_1 label.
12517
12518 2015-03-26 Yao Qi <yao.qi@linaro.org>
12519
12520 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12521 Call gdb_compile instead to compile each .s files without debug
12522 information.
12523
12524 2015-03-26 Yao Qi <yao.qi@linaro.org>
12525
12526 * gdb.base/savedregs.exp (process_saved_regs): Make
12527 "Saved registers:" optional in the pattern.
12528
12529 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12530
12531 * gdb.btrace/next.exp: Merged into step.exp.
12532 * gdb.btrace/finish.exp: Merged into step.exp.
12533 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12534 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12535 "record goto" and checking the exact replay position.
12536 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12537 check for "Recording format" in "info record" output.
12538 * gdb.btrace/record_goto.exp: Choose test file based on target.
12539 * gdb.btrace/x86-record_goto.S: Renamed into ...
12540 * gdb.btrace/x86_64-record_goto.S: ... this.
12541 * gdb.btrace/i686-record_goto.S: New.
12542 * gdb.btrace/x86-tailcall.S: Renamed into ...
12543 * gdb.btrace/x86_64-tailcall.S: ... this.
12544 * gdb.btrace/i686-tailcall.S: New.
12545 * gdb.btrace/x86-tailcall.c: Renamed into ...
12546 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12547 separate statements. Update test.
12548 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12549 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12550 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12551 * gdb.btrace/tailcall.exp: Choose test file based on target.
12552 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12553
12554 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12555
12556 * gdb.btrace/exception.exp: Increase BTS buffer size.
12557
12558 2015-03-24 Pedro Alves <palves@redhat.com>
12559
12560 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12561
12562 2015-03-24 Pedro Alves <palves@redhat.com>
12563
12564 * gdb.threads/schedlock.exp (test_step): No longer expect that
12565 "set scheduler-locking step" with "next" over a function call runs
12566 threads unlocked.
12567
12568 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12569
12570 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12571
12572 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12573
12574 PR breakpoints/16466
12575 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12576 * gdb.mi/mi-pending.c (thread_func): New function.
12577 (int main): Add threading support required.
12578 * gdb.mi/mi-pending.exp: Add tests for this issue.
12579 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12580 (pendfunc2): Remove stdio dependency.
12581 * gdb.mi/mi-pendshr2.c: New file.
12582
12583 2015-03-23 Keith Seitz <keiths@redhat.com>
12584
12585 * gdb.linespec/keywords.c: New file.
12586 * gdb.linespec/keywords.exp: New file.
12587
12588 2015-03-23 Keith Seitz <keiths@redhat.com>
12589
12590 PR gdb/18021
12591 * gdb.dwarf2/staticvirtual.exp: New test.
12592
12593 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12594
12595 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12596 * README: Remove HP-UX and gdb.hp.
12597 (configuration):
12598 * configure: Regenerate.
12599 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12600 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12601 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12602 gdb.hp/gdb.defects/Makefile.
12603 * gdb.hp/Makefile.in: File deleted.
12604 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12605 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12606 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12607 * gdb.hp/gdb.aCC/run.c: File deleted.
12608 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12609 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12610 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12611 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12612 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12613 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12614 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12615 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12616 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12617 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12618 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12619 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12620 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12621 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12622 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12623 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12624 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12625 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12626 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12627 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12628 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12629 * gdb.hp/gdb.compat/average.c: File deleted.
12630 * gdb.hp/gdb.compat/sum.c: File deleted.
12631 * gdb.hp/gdb.compat/xdb.c: File deleted.
12632 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12633 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12634 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12635 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12636 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12637 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12638 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12639 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12640 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12641 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12642 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12643 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12644 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12645 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12646 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12647 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12648 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12649 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12650 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12651 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12652 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12653 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12654 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12655 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12656 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12657 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12658 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12659 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12660 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12661 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12662 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12663 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12664 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12665 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12666 * gdb.hp/tools/odump: File deleted.
12667
12668 2015-03-19 Pedro Alves <palves@redhat.com>
12669
12670 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12671 (saw_thread_3): New globals.
12672 (top level): Increment them when an event for the corresponding
12673 thread is seen.
12674 (no thread starvation): New test.
12675
12676 2015-03-19 Pedro Alves <palves@redhat.com>
12677
12678 * gdb.threads/continue-pending-status.c: New file.
12679 * gdb.threads/continue-pending-status.exp: New file.
12680
12681 2015-03-18 Pedro Alves <palves@redhat.com>
12682
12683 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12684 Use gdb_is_target_remote instead of is_remote. Use
12685 gdb_test_multiple instead of gdb_expect. Exit early if
12686 gdb_test_multiple hits its internal matches. Tighten stepi tests
12687 expected output. Fail on exit with any signal, instead of just
12688 SIGILL.
12689
12690 2015-03-18 Yao Qi <yao.qi@linaro.org>
12691
12692 PR tdep/18107
12693 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12694 variable.
12695 * gdb.base/catch-syscall.exp: Don't skip it on
12696 aarch64*-*-linux* target. Remove elements in all_syscalls.
12697 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12698 target.
12699 (setup_all_syscalls): New proc.
12700
12701 2015-03-16 Yao Qi <yao.qi@linaro.org>
12702
12703 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12704 (top level): Skip tests if valid_addr_p returns false for
12705 $cmd1 or $cmd2.
12706
12707 2015-03-11 Andy Wingo <wingo@igalia.com>
12708
12709 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12710
12711 2015-03-11 Yao Qi <yao.qi@linaro.org>
12712
12713 * gdb.base/catch-syscall.exp: Fix typo in comments.
12714
12715 2015-03-11 Yao Qi <yao.qi@linaro.org>
12716
12717 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12718
12719 2015-03-09 Pedro Alves <palves@redhat.com>
12720
12721 * dg-extract-results.py: Delete.
12722
12723 2015-03-09 Pedro Alves <palves@redhat.com>
12724
12725 Merge dg-extract-results.sh from GCC upstream (r218843).
12726
12727 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12728 * dg-extract-results.sh: Use --text with grep to avoid issues with
12729 binary files. Fall back to cat -v, if that doesn't work.
12730
12731 2015-03-05 Pedro Alves <palves@redhat.com>
12732
12733 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12734
12735 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12736
12737 * lib/mi-support.exp (mi_expect_interrupt): Accept
12738 alternative event for when in all-stop mode.
12739
12740 2015-03-04 Pedro Alves <palves@redhat.com>
12741
12742 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12743
12744 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12745
12746 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12747
12748 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12749
12750 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12751 regexps for GDB's current line display, accept a hex address
12752 preceding the line number.
12753
12754 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12755
12756 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12757 the 'arch1' variable for "s390*-linux*" targets.
12758
12759 2015-03-04 Pedro Alves <palves@redhat.com>
12760
12761 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12762 (main): Pass missing retval argument to pthread_join call.
12763
12764 2015-03-02 Pedro Alves <palves@redhat.com>
12765
12766 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12767 (top level): Call do_test with non-stop as well.
12768
12769 2015-03-02 Pedro Alves <palves@redhat.com>
12770
12771 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12772 -1.
12773
12774 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12775
12776 * gdb.arch/s390-vregs.exp: New test.
12777 * gdb.arch/s390-vregs.S: New file.
12778
12779 2015-02-27 Pedro Alves <palves@redhat.com>
12780
12781 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12782 call to catch_command_errors.
12783 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12784 catch_command_errors.
12785
12786 2015-02-27 Pedro Alves <palves@redhat.com>
12787
12788 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12789 "true" for boolean result.
12790 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12791 prototype of main.
12792
12793 2015-02-27 Pedro Alves <palves@redhat.com>
12794
12795 * lib/unbuffer_output.c: New file.
12796 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12797 (main): Call gdb_unbuffer_output.
12798
12799 2015-02-27 Yao Qi <yao.qi@linaro.org>
12800
12801 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12802 target.
12803
12804 2015-02-26 Doug Evans <dje@google.com>
12805
12806 * gdb.cp/class2.cc (Dbase, D): New classes.
12807 (main): New local delta.
12808 * gdb.cp/class2.exp: Test printing delta.
12809 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12810 (dynbar): New global.
12811 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12812
12813 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12814
12815 * gdb.compile/compile-ifunc.c: New file.
12816 * gdb.compile/compile-ifunc.exp: New file.
12817
12818 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12819
12820 * gdb.base/structs.exp: Check for correct struct on finish.
12821
12822 2015-02-26 Yao Qi <yao.qi@linaro.org>
12823
12824 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12825 is zero.
12826
12827 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12828
12829 * gdb.arch/cordic.ko.bz2: New file.
12830 * gdb.arch/cordic.ko.debug.bz2: New file.
12831 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12832
12833 2015-02-25 Yao Qi <yao.qi@linaro.org>
12834
12835 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12836 aarch64*-*-* target.
12837
12838 2015-02-23 Pedro Alves <palves@redhat.com>
12839
12840 * lib/gdb.exp (delete_breakpoints): Rewrite using
12841 gdb_test_multiple.
12842
12843 2015-02-23 Pedro Alves <palves@redhat.com>
12844
12845 * gdb.base/info-os.c: Include stdlib.h.
12846
12847 2015-02-22 Doug Evans <xdje42@gmail.com>
12848
12849 PR symtab/17855
12850 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12851 is read after symbols have been re-read.
12852 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12853 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12854
12855 2015-02-21 Doug Evans <dje@google.com>
12856
12857 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12858
12859 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12860
12861 PR corefiles/17808
12862 * gdb.arch/i386-biarch-core.core.bz2: New file.
12863 * gdb.arch/i386-biarch-core.exp: New file.
12864
12865 2015-02-21 Pedro Alves <palves@redhat.com>
12866
12867 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12868 runto_main fails.
12869
12870 2015-02-20 Pedro Alves <palves@redhat.com>
12871
12872 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12873 info probes.
12874
12875 2015-02-20 Pedro Alves <palves@redhat.com>
12876
12877 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12878
12879 2015-02-20 Pedro Alves <palves@redhat.com>
12880
12881 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12882 clean_restart before gdb_target_supports_trace.
12883
12884 2015-02-20 Pedro Alves <palves@redhat.com>
12885
12886 PR threads/18006
12887 * gdb.threads/clone-thread_db.c: New file.
12888 * gdb.threads/clone-thread_db.exp: New file.
12889
12890 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12891
12892 PR breakpoints/16812
12893 * gdb.base/catch-gdb-caused-signals.c: New file.
12894 * gdb.base/catch-gdb-caused-signals.exp: New file.
12895
12896 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12897
12898 * configure: Regenerated.
12899 * configure.ac: Use GDB_AC_TRANSFORM.
12900 * aclocal.m4: sinclude ../transform.m4.
12901
12902 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12903
12904 * lib/dtrace.exp: New file.
12905 * gdb.base/dtrace-probe.exp: Likewise.
12906 * gdb.base/dtrace-probe.d: Likewise.
12907 * gdb.base/dtrace-probe.c: Likewise.
12908 * lib/pdtrace.in: Likewise.
12909 * configure.ac: Output variables with the transformed names of
12910 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12911 * configure: Regenerated.
12912
12913 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12914
12915 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12916 expected message when trying to access $_probe_* convenience
12917 variables while not on a probe.
12918
12919 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12920
12921 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12922
12923 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12924
12925 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12926 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12927
12928 2015-02-10 Doug Evans <xdje42@gmail.com>
12929
12930 * lib/gdb.exp (gdb_load): Always return a result.
12931
12932 2015-02-10 Pedro Alves <palves@redhat.com>
12933
12934 * gdb.threads/signal-sigtrap.c: New file.
12935 * gdb.threads/signal-sigtrap.exp: New file.
12936
12937 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12938
12939 * gdb.trace/no-attach-trace.c: New file.
12940 * gdb.trace/no-attach-trace.exp: New file.
12941
12942 2015-02-09 Mark Wielaard <mjw@redhat.com>
12943
12944 * gdb.dwarf2/atomic.c: New file.
12945 * gdb.dwarf2/atomic-type.exp: Likewise.
12946
12947 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12948
12949 * gdb.btrace/buffer-size.exp: Update "info record" output.
12950 * gdb.btrace/delta.exp: Update "info record" output.
12951 * gdb.btrace/enable.exp: Update "info record" output.
12952 * gdb.btrace/finish.exp: Update "info record" output.
12953 * gdb.btrace/instruction_history.exp: Update "info record" output.
12954 * gdb.btrace/next.exp: Update "info record" output.
12955 * gdb.btrace/nexti.exp: Update "info record" output.
12956 * gdb.btrace/step.exp: Update "info record" output.
12957 * gdb.btrace/stepi.exp: Update "info record" output.
12958 * gdb.btrace/nohist.exp: Update "info record" output.
12959
12960 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12961
12962 * gdb.btrace/buffer-size: New.
12963
12964 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12965
12966 * gdb.btrace/delta.exp: Update "info record" output.
12967 * gdb.btrace/enable.exp: Update "info record" output.
12968 * gdb.btrace/finish.exp: Update "info record" output.
12969 * gdb.btrace/instruction_history.exp: Update "info record" output.
12970 * gdb.btrace/next.exp: Update "info record" output.
12971 * gdb.btrace/nexti.exp: Update "info record" output.
12972 * gdb.btrace/step.exp: Update "info record" output.
12973 * gdb.btrace/stepi.exp: Update "info record" output.
12974 * gdb.btrace/nohist.exp: Update "info record" output.
12975
12976 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12977
12978 PR gdb/15678
12979 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12980
12981 2015-02-06 Pedro Alves <palves@redhat.com>
12982
12983 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12984 macro.
12985 (seconds_left, again): New globals.
12986 (main): Wait seconds_left in a 1-second sleep loop instead of
12987 sleeping 180 seconds. If 'again' is set, reset the seconds
12988 counter.
12989 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12990 'again' in the inferior before detaching. Print the seconds left.
12991 (options): New global.
12992 (top level): Build program with -DTIMEOUT=$timeout.
12993
12994 2015-02-06 Pedro Alves <palves@redhat.com>
12995
12996 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12997 determine how many seconds to pass to 'alarm'.
12998 * gdb.base/gdb-sigterm.exp (top level): Build program with
12999 -DTIMEOUT=$timeout.
13000 (do_test): Return success/failure indication. Add more verbose
13001 logging. Don't fail if 200 single steps are seen. Instead, fail
13002 when the test times out.
13003 (passes): New global.
13004 (top level): Break the testing loop if testing fails on any
13005 iteration. Use gdb_assert.
13006
13007 2015-02-04 Don Breazeal <donb@codesourcery.com>
13008
13009 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13010 and initialize them.
13011 (ipc_cleanup): New function.
13012 (main): Don't declare shmid, semid, and msqid. Add a call to
13013 atexit so that we call ipc_cleanup on exit.
13014
13015 2015-02-04 Pedro Alves <palves@redhat.com>
13016
13017 * boards/native-extended-gdbserver.exp: Remove any target variant
13018 specifications from the board name before clearing the isremote
13019 flag from board_info.
13020
13021 2015-01-31 Doug Evans <xdje42@gmail.com>
13022
13023 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13024
13025 2015-01-31 Gary Benson <gbenson@redhat.com>
13026
13027 * gdb.base/completion.exp: Disable completion limiting for
13028 existing tests. Add new tests to check completion limiting.
13029 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13030
13031 2015-01-31 Doug Evans <xdje42@gmail.com>
13032
13033 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13034
13035 2015-01-31 Doug Evans <xdje42@gmail.com>
13036
13037 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13038 entries. Duplicate file section script entries.
13039 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13040 inlined entries. Add test for safe-path rejection.
13041 * gdb.python/py-section-script.c: Add duplicate inlined section script
13042 entries. Duplicate file section script entries.
13043 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13044 inlined entries. Add test for safe-path rejection.
13045
13046 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13047
13048 * gdb.ada/disc_arr_bound: New testcase.
13049
13050 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13051
13052 * gdb.ada/mi_var_array: New testcase.
13053
13054 2015-01-27 Doug Evans <dje@google.com>
13055
13056 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13057 Add test for objfile.filename, objfile.username after objfile
13058 has been unloaded.
13059
13060 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13061
13062 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13063 the second test to print the name attribute of value
13064 returned by the call to gdb.lookup_type, and adjust
13065 the expected output accordingly.
13066
13067 2015-01-25 Mark Wielaard <mjw@redhat.com>
13068
13069 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13070 * gdb.base/disp-step-fork.c: Include unistd.h.
13071 * gdb.base/siginfo-obj.c: Include stdio.h.
13072 * gdb.base/siginfo-thread.c: Likewise.
13073 * gdb.mi/non-stop.c: Include unistd.h.
13074 * gdb.mi/nsthrexec.c: Include stdio.h.
13075 * gdb.mi/pthreads.c: Include unistd.h.
13076 * gdb.modula2/unbounded1.c (main): Declare returns int.
13077 * gdb.reverse/consecutive-reverse.c: Likewise.
13078 * gdb.threads/create-fail.c: Include unistd.h.
13079 * gdb.threads/killed.c: Likewise.
13080 * gdb.threads/linux-dp.c: Likewise.
13081 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13082 * gdb.threads/non-ldr-exc-2.c: Likewise.
13083 * gdb.threads/non-ldr-exc-3.c: Likewise.
13084 * gdb.threads/non-ldr-exc-4.c: Likewise.
13085 * gdb.threads/pthreads.c: Include unistd.h.
13086 (main): Declare returns int.
13087 * gdb.threads/tls-main.c (foo): New declaration.
13088 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13089
13090 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13091
13092 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13093 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13094
13095 2015-01-15 Mark Wielaard <mjw@redhat.com>
13096
13097 * gdb.base/noreturn-return.c: New file.
13098 * gdb.base/noreturn-return.exp: New file.
13099 * gdb.base/noreturn-finish.c: New file.
13100 * gdb.base/noreturn-finish.exp: New file.
13101
13102 2015-01-23 Pedro Alves <palves@redhat.com>
13103
13104 * gdb.threads/continue-pending-after-query.c: New file.
13105 * gdb.threads/continue-pending-after-query.exp: New file.
13106
13107 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13108 Simon Marchi <simon.marchi@ericsson.com>
13109
13110 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13111 * gdb.base/valgrind-db-attach.exp: Same.
13112 * gdb.base/valgrind-infcall.exp: Same.
13113 * lib/mi-support.exp (default_mi_gdb_start): Same.
13114 * lib/prompt.exp (default_prompt_gdb_start): Same.
13115 * lib/gdb.exp (default_gdb_spawn): Same.
13116 (gdb_interact): New.
13117
13118
13119 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13120
13121 * gdb.compile/compile.exp (pointer to jit function): New test.
13122
13123 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13124
13125 * lib/gdb.exp (supports_process_record): Return true for
13126 powerpc*-*-linux*.
13127 (supports_reverse): Likewise.
13128
13129 2015-01-15 Don Breazeal <donb@codesourcery.com>
13130
13131 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13132 instead of checking whether the target board is remote and
13133 use spawn_wait_for_attach instead of exec/sleep.
13134 * gdb.base/attach-twice.exp: Likewise.
13135
13136 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13137
13138 * gdb.ada/var_arr_attrs: New testcase.
13139
13140 2015-01-14 Pedro Alves <palves@redhat.com>
13141 Joel Brobecker <brobecker@adacore.com>
13142
13143 PR gdb/17525
13144 * gdb.base/bp-cmds-execution-x-script.c: New file.
13145 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13146 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13147
13148 2015-01-14 Pedro Alves <palves@redhat.com>
13149
13150 PR cli/17828
13151 * gdb.base/batch-preserve-term-settings.c: New file.
13152 * gdb.base/batch-preserve-term-settings.exp: New file.
13153
13154 2015-01-13 Doug Evans <dje@google.com>
13155
13156 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13157 binary.
13158
13159 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13160
13161 * Makefile.in (clean mostlyclean): Do not delete *.py.
13162
13163 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13164
13165 * gdb.python/py-lookup-type.exp: New file.
13166
13167 2015-01-12 Pedro Alves <palves@redhat.com>
13168
13169 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13170 restore GDBFLAGS before returning.
13171
13172 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13173
13174 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13175 is_amd64_regs_target and is_x86_like_target.
13176
13177 2015-01-11 Doug Evans <xdje42@gmail.com>
13178
13179 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13180 is given without an explicit form.
13181 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13182 attributes.
13183 * gdb.dwarf/corrupt.exp: Ditto.
13184 * gdb.dwarf2/enum-type.exp: Ditto.
13185 * gdb.trace/entry-values.exp: Ditto.
13186 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13187
13188 2015-01-11 Doug Evans <xdje42@gmail.com>
13189
13190 PR gdb/15830
13191 * gdb.base/maint.exp: Remove references to "maint demangle".
13192 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13193 Add tests for explicitly specifying language to demangle.
13194 * gdb.dlang/demangle.exp: Ditto.
13195
13196 2015-01-09 Pedro Alves <palves@redhat.com>
13197
13198 * gdb.threads/non-stop-fair-events.c: New file.
13199 * gdb.threads/non-stop-fair-events.exp: New file.
13200
13201 2015-01-09 Pedro Alves <palves@redhat.com>
13202
13203 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13204 the global scope. Set a breakpoint after all threads are started
13205 rather than stepping over two source lines. Expect the prompt.
13206 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13207 global.
13208 (NUM): Now 15.
13209 (main): Use threads_started_barrier to wait for all threads to
13210 start. Main thread no longer calls thread_function. Exit after
13211 180 seconds.
13212 (loop): New function.
13213 (thread_function): Wait on threads_started_barrier barrier. Call
13214 'loop' at each iteration.
13215 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13216 threads have started, instead of hardcoding number of "next"
13217 steps. Use an access watchpoint instead of a write watchpoint.
13218
13219 2015-01-09 Pedro Alves <palves@redhat.com>
13220
13221 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13222 (thread_func): Wait on barrier.
13223 (main): Wait for all threads to start before stopping GDB.
13224 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13225 global.
13226 (thread1_func, thread2_func): Wait on barrier.
13227 (main): Wait for all threads to start before stopping GDB.
13228 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13229 New global.
13230 (thread1_func, thread2_func): Wait on barrier.
13231 (main): Wait for all threads to start before stopping GDB.
13232
13233 2015-01-09 Pedro Alves <palves@redhat.com>
13234
13235 * gdb.threads/attach-many-short-lived-threads.c: New file.
13236 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13237
13238 2014-01-09 Pedro Alves <palves@redhat.com>
13239
13240 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13241 instead of to thread 2.
13242 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13243 Add barrier around each pthread_create call instead of around all
13244 calls.
13245 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13246 Set a break on thread_function and have the child threads hit it
13247 one at at a time.
13248
13249 2015-01-09 Pedro Alves <palves@redhat.com>
13250
13251 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13252 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13253 false.
13254 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13255 checking whether the target board is remote.
13256 * gdb.multi/multi-attach.exp: Likewise.
13257 * gdb.python/py-sync-interp.exp: Likewise.
13258 * gdb.server/ext-attach.exp: Likewise.
13259 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13260 tests that need to attach, instead of checking whether the target
13261 board is remote at the top of the file.
13262
13263 2015-01-08 Yao Qi <yao@codesourcery.com>
13264
13265 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13266
13267 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13268
13269 Fix testcase compilation.
13270 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13271
13272 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13273
13274 * gdb.python/py-type.exp: Add a couple test about empty
13275 array creation, and negative-length array creation.
13276
13277 2015-01-02 Doug Evans <xdje42@gmail.com>
13278
13279 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13280
13281 2015-01-02 Doug Evans <dje@google.com>
13282
13283 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13284
13285 2014-12-29 Yao Qi <yao@codesourcery.com>
13286
13287 * gdb.trace/entry-values.exp: Update comments. Rename variable
13288 bar_call_foo to returned_from_foo.
13289
13290 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13291
13292 PR gdb/17394
13293 * gdb.linespec/break-asm-file.c: New file.
13294 * gdb.linespec/break-asm-file.exp: New file.
13295 * gdb.linespec/break-asm-file0.s: New file.
13296 * gdb.linespec/break-asm-file1.s: New file.
13297
13298 2014-12-18 Nigel Stephens <nigel@mips.com>
13299 Maciej W. Rozycki <macro@codesourcery.com>
13300
13301 * gdb.base/float.exp: Handle the new output from "info float" on
13302 MIPS targets.
13303
13304 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13305
13306 Fix MinGW compilation.
13307 * gdb.compile/compile-ops.exp: Update untested message if
13308 !skip_compile_feature_tests.
13309 * gdb.compile/compile-setjmp.exp: Likewise.
13310 * gdb.compile/compile-tls.exp: Likewise.
13311 * gdb.compile/compile.exp: Likewise.
13312 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13313 supported on this host".
13314
13315 2014-12-16 Doug Evans <xdje42@gmail.com>
13316
13317 * boards/stabs.exp: New file.
13318
13319 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13320
13321 * gdb.base/completion.exp: Adjust to format changes of "maint
13322 print user-registers".
13323
13324 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13325
13326 PR server/17457
13327 * gdb.arch/aarch64-fp.c: New file.
13328 * gdb.arch/aarch64-fp.exp: New file.
13329
13330 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13331
13332 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13333 r210637, r210913, r211666, r215400, r215817).
13334
13335 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13336 * dg-extract-results.py: New file.
13337 * dg-extract-results.sh: Use it if the environment seems
13338 suitable.
13339
13340 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13341
13342 * dg-extract-results.py (parse_run): Handle warnings that
13343 are printed before a test harness is run.
13344
13345 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13346
13347 * dg-extract-results.py (Named): Remove __cmp__ method.
13348 (output_variation): Use a key to sort variation.harnesses.
13349
13350 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13351
13352 * dg-extract-results.py: For Python 3, force sys.stdout to
13353 handle surrogate escape sequences.
13354 (safe_open): New function.
13355 (output_segment, main): Use it.
13356
13357 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13358
13359 * dg-extract-results.py (Prog.result_re): Include options
13360 in test name.
13361
13362 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13363
13364 * dg-extract-results.py (output_variation): Always sort if
13365 do_sum.
13366
13367 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13368
13369 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13370 as long as we get pagination notifications.
13371
13372 2014-12-15 Jason Merrill <jason@redhat.com>
13373
13374 * Makefile.in (check-gdb.%): Restore.
13375 * README: Mention it.
13376
13377 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13378
13379 * gdb.ada/str_uninit: New testcase.
13380
13381 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13382
13383 PR symtab/17642
13384 * gdb.base/vla-stub-define.c: New file.
13385 * gdb.base/vla-stub.c: New file.
13386 * gdb.base/vla-stub.exp: New file.
13387
13388 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13389 Jan Kratochvil <jan.kratochvil@redhat.com>
13390 Tom Tromey <tromey@redhat.com>
13391
13392 * configure.ac: Add gdb.compile/.
13393 * configure: Regenerate.
13394 * gdb.compile/Makefile.in: New file.
13395 * gdb.compile/compile-ops.exp: New file.
13396 * gdb.compile/compile-ops.c: New file.
13397 * gdb.compile/compile-tls.c: New file.
13398 * gdb.compile/compile-tls.exp: New file.
13399 * gdb.compile/compile-constvar.S: New file.
13400 * gdb.compile/compile-constvar.c: New file.
13401 * gdb.compile/compile-mod.c: New file.
13402 * gdb.compile/compile-nodebug.c: New file.
13403 * gdb.compile/compile-setjmp-mod.c: New file.
13404 * gdb.compile/compile-setjmp.c: New file.
13405 * gdb.compile/compile-setjmp.exp: New file.
13406 * gdb.compile/compile-shlib.c: New file.
13407 * gdb.compile/compile.c: New file.
13408 * gdb.compile/compile.exp: New file.
13409 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13410
13411 2014-12-12 Tom Tromey <tromey@redhat.com>
13412
13413 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13414 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13415
13416 2014-12-12 Doug Evans <dje@google.com>
13417
13418 * lib/gdb-python.exp (get_python_valueof): New function.
13419 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13420
13421 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13422
13423 * gdb.base/completion.exp: Add test for completion of "info
13424 registers ".
13425
13426 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13427
13428 * gdb.base/func-ptrs.c: New file.
13429 * gdb.base/func-ptrs.exp: New file.
13430
13431 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13432
13433 PR breakpoints/17012
13434 * gdb.base/dprintf-detach.c: New file.
13435 * gdb.base/dprintf-detach.exp: New file.
13436
13437 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13438
13439 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13440 * lib/gdb.exp (target_is_gdbserver): New procedure.
13441
13442 2014-12-08 Doug Evans <dje@google.com>
13443
13444 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13445
13446 2014-12-05 Yao Qi <yao@codesourcery.com>
13447
13448 * gdb.guile/scm-error.exp: Remove the third argument to
13449 gdb_remote_download.
13450 * gdb.guile/scm-frame-args.exp: Likewise.
13451 * gdb.guile/scm-section-script.exp: Likewise.
13452
13453 2014-12-05 Yao Qi <yao@codesourcery.com>
13454
13455 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13456
13457 2014-12-04 Doug Evans <dje@google.com>
13458
13459 * gdb.python/py-objfile.exp: Add tests for
13460 objfile.add_separate_debug_file.
13461
13462 2014-12-04 Doug Evans <dje@google.com>
13463
13464 * lib/gdb.exp (get_build_id): New function.
13465 (build_id_debug_filename_get): Rewrite to use it.
13466 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13467
13468 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13469
13470 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13471 `method(long)', not just 0x0.
13472 * gdb.cp/nsalias.exp: Align code labels to 4.
13473 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13474 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13475 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13476 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13477 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13478 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13479
13480 2014-12-02 Doug Evans <dje@google.com>
13481
13482 PR symtab/17602
13483 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13484 * gdb.cp/anon-ns2.cc: ... here. New file.
13485 * gdb.cp/anon-ns.exp: Update.
13486
13487 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13488
13489 * gdb.python/py-events.py (inferior_call_handler): New.
13490 (register_changed_handler, memory_changed_handler): New.
13491 (test_events.invoke): Register new handlers.
13492 * gdb.python/py-events.exp: Add tests for inferior call,
13493 memory_changed and register_changed events.
13494
13495 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13496
13497 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13498 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13499 if the linker doesn't understand this.
13500
13501 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13502
13503 * gdb.python/python.exp: Change expected reply to help().
13504
13505 2014-12-01 Yao Qi <yao@codesourcery.com>
13506
13507 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13508 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13509 * configure: Re-generated.
13510
13511 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13512
13513 * gdb.cp/chained-calls.cc: New file.
13514 * gdb.cp/chained-calls.exp: New file.
13515 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13516
13517 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13518
13519 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13520 * gdb.dwarf2/symtab-producer.exp: Same.
13521 * gdb.gdb/python-interrupts.exp: Same.
13522 * gdb.gdb/python-selftest.exp: Same.
13523 * gdb.python/py-linetable.exp: Same.
13524 * gdb.python/py-type.exp: Same.
13525 * gdb.python/py-value-cc.exp: Same.
13526 * gdb.python/py-value.exp: Same.
13527
13528 2014-11-28 Yao Qi <yao@codesourcery.com>
13529
13530 * gdb.base/break-probes.exp: Match library name prefixed with
13531 sysroot.
13532
13533 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13534
13535 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13536 test expected output. Add parentheses for the call to print.
13537 Remove L suffix from integers.
13538
13539 2014-11-26 Doug Evans <dje@google.com>
13540
13541 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13542
13543 2014-11-22 Yao Qi <yao@codesourcery.com>
13544
13545 * gdb.trace/entry-values.c: Remove asms.
13546 (foo): Add foo_label.
13547 (bar): Add bar_label.
13548 * gdb.trace/entry-values.exp: Remove code computing foo's
13549 length and bar's length.
13550 (Dwarf::assemble): Invoke function_range for bar and use
13551 MACRO_AT_func for foo.
13552
13553 2014-11-22 Yao Qi <yao@codesourcery.com>
13554
13555 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13556 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13557 Use .Lgcc43_procstart instead of gcc43.
13558
13559 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13560
13561 * gdb.ada/n_arr_bound: New testcase.
13562
13563 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13564
13565 PR breakpoints/10737
13566 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13567 test_catch_syscall_multi_arch.
13568 (test_catch_syscall_multi_arch): New function.
13569
13570 2014-11-20 Doug Evans <xdje42@gmail.com>
13571
13572 * gdb.base/maint.exp: Update expected output.
13573
13574 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13575
13576 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13577 4-byte instruction on S390.
13578
13579 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13580
13581 * gdb.ada/arr_arr: New testcase.
13582
13583 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13584
13585 * gdb.ada/pkd_arr_elem: New Testcase.
13586
13587 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13588
13589 * gdb.reverse/break-precsave: Expect completion message for
13590 core file reads.
13591 * gdb.reverse/consecutive-precsave.exp: Likewise.
13592 * gdb.reverse/finish-precsave.exp: Likewise.
13593 * gdb.reverse/i386-precsave.exp: Likewise.
13594 * gdb.reverse/machinestate-precsave.exp: Likewise.
13595 * gdb.reverse/sigall-precsave.exp: Likewise.
13596 * gdb.reverse/solib-precsave.exp: Likewise.
13597 * gdb.reverse/step-precsave.exp: Likewise.
13598 * gdb.reverse/until-precsave.exp: Likewise.
13599 * gdb.reverse/watch-precsave.exp: Likewise.
13600
13601 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13602
13603 * gdb.base/bp-permanent.c: Include unistd.h.
13604 * gdb.python/py-framefilter-mi.c (main): Add return type.
13605 * gdb.python/py-framefilter.c (main): Likewise.
13606 * gdb.trace/actions-changed.c (main): Likewise.
13607
13608 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13609
13610 * gdb.mi/until.c: Add eye-catchers.
13611 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13612 line numbers.
13613
13614 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13615
13616 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13617 function header variants in break1.c.
13618 * gdb.base/ena-dis-br.exp: Likewise.
13619 * gdb.base/hbreak2.exp: Likewise.
13620 * gdb.reverse/until-precsave.exp: Drop references to removed
13621 non-prototype function header variants in ur1.c.
13622 * gdb.reverse/until-reverse.exp: Likewise.
13623
13624 2014-11-17 Petr Machata <pmachata@redhat.com>
13625
13626 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13627 ${_cu_offset_size} bytes abbrev offset.
13628
13629 2014-11-15 Doug Evans <xdje42@gmail.com>
13630
13631 PR symtab/17559
13632 * gdb.base/line-symtabs.exp: New file.
13633 * gdb.base/line-symtabs.c: New file.
13634 * gdb.base/line-symtabs.h: New file.
13635
13636 2014-11-14 Yao Qi <yao@codesourcery.com>
13637
13638 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13639 (func): Add label func_label.
13640 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13641 Replace low_pc and high_pc with MACRO_AT_range.
13642 Replace name, low_pc and high_pc with MACRO_AT_func.
13643
13644 2014-11-14 Yao Qi <yao@codesourcery.com>
13645
13646 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13647 Replace name, low_pc and high_pc with MACRO_AT_func.
13648
13649 2014-11-14 Yao Qi <yao@codesourcery.com>
13650
13651 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13652 produce debug information.
13653 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13654
13655 2014-11-14 Yao Qi <yao@codesourcery.com>
13656
13657 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13658 object and get function length.
13659 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13660 with MACRO_AT_func.
13661 (top-level): Replace gdb_compile and clean_restart with
13662 prepare_for_testing.
13663 * gdb.dwarf2/main.c (main): Add label main_label.
13664
13665 2014-11-14 Yao Qi <yao@codesourcery.com>
13666
13667 * lib/dwarf.exp (function_range): New procedure.
13668 (Dwarf::_handle_macro_at_func): New procedure.
13669 (Dwarf::_handle_macro_at_range): New procedure.
13670 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13671
13672 2014-11-14 Yao Qi <yao@codesourcery.com>
13673
13674 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13675 (_handle_attribute): New procedure.
13676
13677 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13678
13679 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13680 * gdb.base/call-sc.c (zed): Likewise.
13681 * gdb.base/checkpoint.c (main): Likewise.
13682 * gdb.base/dump.c (main): Likewise.
13683 * gdb.base/gcore.c (main): Likewise.
13684 * gdb.base/huge.c (main): Likewise.
13685 * gdb.base/multi-forks.c (main): Likewise.
13686 * gdb.base/pr10179-a.c (main): Likewise.
13687 * gdb.base/savedregs.c (main): Likewise.
13688 * gdb.base/sigaltstack.c (main): Likewise.
13689 * gdb.base/siginfo.c (main): Likewise.
13690 * gdb.base/structs.c (zed): Likewise.
13691 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13692 * gdb.mi/mi-syn-frame.c (main): Likewise.
13693 * gdb.mi/until.c (foo, main): Likewise.
13694 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13695 * gdb.base/solib-weak.c (foo): Declare.
13696 * gdb.base/attach-twice.c: Include stdio.h.
13697 * gdb.base/weaklib1.c: Likewise.
13698 * gdb.base/weaklib2.c: Likewise.
13699 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13700 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13701 unistd.h.
13702 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13703 * gdb.mi/mi-exit-code.c: Likewise.
13704 * gdb.base/break-interp-lib.c: Include string.h.
13705 * gdb.base/coremaker.c: Likewise.
13706 * gdb.base/testenv.c: Likewise.
13707 * gdb.python/py-finish-breakpoint.c: Likewise.
13708 * gdb.base/inferior-died.c: Include sys/wait.h.
13709 * gdb.base/fileio.c: Include time.h.
13710 * gdb.base/async-shell.c: Include unistd.h.
13711 * gdb.base/dprintf-non-stop.c: Likewise.
13712 * gdb.base/info-os.c: Likewise.
13713 * gdb.mi/mi-console.c: Likewise.
13714 * gdb.mi/watch-nonstop.c: Likewise.
13715 * gdb.python/py-events.c: Likewise.
13716 * gdb.base/async.c (baz): Move up before its invocation.
13717 * gdb.base/code_elim2.c (my_global_func): Likewise.
13718 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13719 * gdb.base/advance.c (func2): Likewise.
13720
13721 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13722
13723 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13724 variant.
13725 * gdb.base/annota3.c: Likewise.
13726 * gdb.base/async.c: Likewise.
13727 * gdb.base/average.c: Likewise.
13728 * gdb.base/call-ar-st.c: Likewise.
13729 * gdb.base/call-rt-st.c: Likewise.
13730 * gdb.base/call-sc.c: Likewise.
13731 * gdb.base/call-strs.c: Likewise.
13732 * gdb.base/ending-run.c: Likewise.
13733 * gdb.base/execd-prog.c: Likewise.
13734 * gdb.base/exprs.c: Likewise.
13735 * gdb.base/foll-exec.c: Likewise.
13736 * gdb.base/foll-fork.c: Likewise.
13737 * gdb.base/foll-vfork.c: Likewise.
13738 * gdb.base/funcargs.c: Likewise.
13739 * gdb.base/gcore.c: Likewise.
13740 * gdb.base/jump.c: Likewise.
13741 * gdb.base/langs0.c: Likewise.
13742 * gdb.base/langs1.c: Likewise.
13743 * gdb.base/langs2.c: Likewise.
13744 * gdb.base/mips_pro.c: Likewise.
13745 * gdb.base/nodebug.c: Likewise.
13746 * gdb.base/opaque0.c: Likewise.
13747 * gdb.base/opaque1.c: Likewise.
13748 * gdb.base/recurse.c: Likewise.
13749 * gdb.base/run.c: Likewise.
13750 * gdb.base/scope0.c: Likewise.
13751 * gdb.base/scope1.c: Likewise.
13752 * gdb.base/setshow.c: Likewise.
13753 * gdb.base/setvar.c: Likewise.
13754 * gdb.base/shmain.c: Likewise.
13755 * gdb.base/shr1.c: Likewise.
13756 * gdb.base/shr2.c: Likewise.
13757 * gdb.base/sigall.c: Likewise.
13758 * gdb.base/signals.c: Likewise.
13759 * gdb.base/so-indr-cl.c: Likewise.
13760 * gdb.base/solib2.c: Likewise.
13761 * gdb.base/structs.c: Likewise.
13762 * gdb.base/sum.c: Likewise.
13763 * gdb.base/vforked-prog.c: Likewise.
13764 * gdb.base/watchpoint.c: Likewise.
13765 * gdb.reverse/shr2.c: Likewise.
13766 * gdb.reverse/until-reverse.c: Likewise.
13767 * gdb.reverse/ur1.c: Likewise.
13768 * gdb.reverse/watch-reverse.c: Likewise.
13769
13770 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13771
13772 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13773 variant.
13774 * gdb.base/sepdebug.exp: Drop references to removed code.
13775
13776 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13777
13778 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13779 variant. Preserve original line numbering.
13780 * gdb.base/list1.c: Likewise.
13781
13782 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13783
13784 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13785 variant.
13786 * gdb.base/break1.c: Likewise.
13787 * gdb.base/break.exp: Drop references to removed code.
13788
13789 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13790
13791 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13792 variant.
13793
13794 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13795
13796 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13797
13798 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13799
13800 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13801 logic into perform_all_tests() and invoke it with and without
13802 function header prototypes.
13803 (do_function_calls): Remove conditional XFAIL for PR 5318.
13804 (rerun_and_prepare): Remove duplicate code.
13805 (perform_all_tests): New. Main logic moved here.
13806
13807 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13808
13809 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13810 code guarded by #ifdef NO_PROTOTYPES.
13811 (t_double_many_args): Likewise.
13812 (DEF_FUNC_MANY_ARGS_1): Likewise.
13813 (DEF_FUNC_VALUES_1): Likewise.
13814 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13815 guarded by #ifdef PROTOTYPES.
13816
13817 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13818
13819 * gdb.mi/mi-console.c: Add eye-catcher.
13820 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13821 instead of literal line number.
13822
13823 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13824
13825 * gdb.base/shr2.c: Add eye-catcher.
13826 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13827 line number.
13828
13829 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13830
13831 * gdb.base/jump.c: Add eye-catchers.
13832 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13833 numbers.
13834
13835 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13836
13837 * gdb.base/execd-prog.c: Add eye-catchers.
13838 * gdb.base/foll-exec.c: Likewise.
13839 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13840 line numbers.
13841
13842 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13843
13844 * gdb.base/ending-run.c: Add eye-catchers.
13845 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13846 literal line numbers.
13847
13848 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13849
13850 * gdb.base/call-rt-st.c: Add eye-catchers.
13851 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13852 literal line numbers.
13853
13854 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13855
13856 * gdb.base/call-ar-st.c: Add eye-catchers.
13857 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13858 literal line numbers.
13859
13860 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13861
13862 * gdb.base/average.c: Add eye-catchers.
13863 * gdb.base/sum.c: Likewise.
13864 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13865 regexps dynamically.
13866
13867 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13868
13869 * gdb.base/solib1.c: Add eye-catchers.
13870 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13871 literal line numbers.
13872
13873 2014-11-12 Pedro Alves <palves@redhat.com>
13874
13875 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13876 leader has exited.
13877
13878 2014-11-12 Pedro Alves <palves@redhat.com>
13879
13880 * gdb.arch/i386-bp_permanent.c: New file.
13881 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13882 (srcfile): Set to i386-bp_permanent.c.
13883 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13884 that stepi does not execute the 'leave' instruction, instead of
13885 testing it does execute.
13886 * gdb.base/bp-permanent.c: New file.
13887 * gdb.base/bp-permanent.exp: New file.
13888
13889 2014-11-10 Doug Evans <xdje42@gmail.com>
13890
13891 PR symtab/17564
13892 * gdb.base/symtab-search-order.exp: New file.
13893 * gdb.base/symtab-search-order.c: New file.
13894 * gdb.base/symtab-search-order-1.c: New file.
13895 * gdb.base/symtab-search-order-shlib-1.c: New file.
13896
13897 2014-11-07 Pedro Alves <palves@redhat.com>
13898
13899 PR gdb/17511
13900 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13901 i?86-*-linux*.
13902
13903 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13904
13905 PR c++/17494
13906 * gdb.cp/pr17494.cc: New file.
13907 * gdb.cp/pr17494.exp: New file.
13908
13909 2014-11-02 Yao Qi <yao@codesourcery.com>
13910
13911 * gdb.python/python.exp: Get working directory and match the
13912 output of "set extended-prompt \\w " with it.
13913
13914 2014-10-30 Doug Evans <dje@google.com>
13915
13916 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13917 in objfiles.
13918 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13919 in progspaces.
13920
13921 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13922
13923 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13924 * gdb.base/realname-expand.exp: Likewise.
13925 * gdb.linespec/macro-relative.exp: Likewise.
13926
13927 2014-10-29 Pedro Alves <palves@redhat.com>
13928
13929 PR gdb/17408
13930 * gdb.threads/schedlock.c (some_function): New function.
13931 (call_function): New global.
13932 (MAYBE_CALL_SOME_FUNCTION): New macro.
13933 (thread_function): Call it.
13934 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13935 and use it instead of a global counter. Adjust all callers.
13936 (get_current_thread): Use "find current thread" for test message
13937 here rather than having all callers pass down the same string.
13938 (goto_loop): New procedure, factored out from ...
13939 (my_continue): ... this.
13940 (step_ten_loops): Change parameter from test message to command to
13941 use. Adjust.
13942 (list_count): Delete global.
13943 (check_result): New procedure, factored out from duplicate top
13944 level code.
13945 (continue tests): Wrap in with_test_prefix.
13946 (test_step): New procedure, factored out from duplicate top level
13947 code.
13948 (top level): Test "step" in combination with all scheduler-locking
13949 modes. Test "next" in combination with all scheduler-locking
13950 modes, and in combination with stepping over a function call or
13951 not.
13952 * gdb.threads/next-bp-other-thread.c: New file.
13953 * gdb.threads/next-bp-other-thread.exp: New file.
13954
13955 2014-10-29 Pedro Alves <palves@redhat.com>
13956
13957 PR python/17372
13958 * gdb.python/python.exp: Test a multi-line command that spawns
13959 interactive Python.
13960 * gdb.base/multi-line-starts-subshell.exp: New file.
13961
13962 2014-10-29 Yao Qi <yao@codesourcery.com>
13963
13964 * gdb.base/fileio.exp: Make directories on host.
13965
13966 2014-10-29 Yao Qi <yao@codesourcery.com>
13967
13968 * gdb.base/fileio.c (test_write): Close the file.
13969
13970 2014-10-28 Pedro Alves <palves@redhat.com>
13971
13972 PR gdb/12623
13973 * gdb.base/sigstep.c (no_handler): New global.
13974 (main): If 'no_handler is true, set the signal handlers to
13975 SIG_IGN.
13976 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13977 with_sw_watch and no_handler parameters. Handle them.
13978 (top level) <stepping over handler when stopped at a breakpoint
13979 test>: Add a test axis for testing with a software watchpoint, and
13980 another for testing with the signal handler set to SIG_IGN.
13981 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13982 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13983
13984 2014-10-28 Pedro Alves <palves@redhat.com>
13985
13986 PR gdb/17511
13987 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13988 * gdb.base/sigstep.exp (other_handler_location): New global.
13989 (advance): Support stepping into the signal handler, and running
13990 commands while in the handler.
13991 (in_handler_map): New global.
13992 (top level): In the advance test, add combinations for getting
13993 into the handler with stepping commands, and for running commands
13994 in the handler. Add comment descripting the advancei tests.
13995
13996 2014-10-28 Pedro Alves <palves@redhat.com>
13997
13998 * gdb.base/sigstep.exp: Use build_executable instead of
13999 prepare_for_testing.
14000 (top level): Move code that starts GDB, runs to main and creates a
14001 display to ...
14002 (restart): ... this new procedure.
14003 (top level): Move backtrace from signal handler test to ...
14004 (validate_backtrace): ... this new procedure.
14005 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14006 with_test_prefix. Always restart GDB.
14007 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14008 with_test_prefix. Always restart GDB. No need to delete
14009 breakpoints after the test.
14010 (test_skip_handler): Remove prefix parameter.
14011 (skip_over_handler, breakpoint_to_handler)
14012 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14013 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14014 restart GDB. No need to delete breakpoints after the test.
14015 (top level): Use foreach to call the test procedures with
14016 different commands.
14017
14018 2014-10-28 Pedro Alves <palves@redhat.com>
14019
14020 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14021 instead of GNATS numbers.
14022 * gdb.base/sigbpt.exp: Likewise.
14023 * gdb.base/siginfo.exp: Likewise.
14024 * gdb.base/sigstep.exp: Likewise.
14025
14026 2014-10-27 Pedro Alves <palves@redhat.com>
14027
14028 * gdb.base/sigstep.c (dummy): New global.
14029 (main): Issue a couple writes to the new global.
14030 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14031 procedures.
14032 (skip_over_handler): Use test_skip_handler.
14033 (top level): Call skip_over_handler for stepi and nexti too.
14034 (breakpoint_over_handler): Use test_skip_handler.
14035 (top level): Call breakpoint_over_handler for stepi and nexti too.
14036
14037 2014-10-27 Yao Qi <yao@codesourcery.com>
14038
14039 * gdb.trace/tfile.c (adjust_function_address)
14040 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14041 function descriptor.
14042
14043 2014-10-24 Don Breazeal <donb@codesourcery.com>
14044
14045 * gdb.base/foll-fork.exp (test_follow_fork,
14046 catch_fork_child_follow): Check for updated fork messages emitted
14047 from infrun.c.
14048 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14049 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14050 vfork_and_exec_child_follow_through_step): Check for updated vfork
14051 messages emitted from infrun.c.
14052
14053 2014-10-24 Pedro Alves <palves@redhat.com>
14054
14055 * gdb.base/corefile.exp: Remove references to ultrix.
14056 * gdb.base/interrupt.exp: Likewise.
14057 * gdb.base/whatis.exp: Likewise.
14058 * gdb.gdb/selftest.exp: Likewise.
14059 * gdb.threads/manythreads.exp: Likewise.
14060 * gdb.threads/print-threads.exp: Likewise.
14061 * gdb.threads/pthreads.exp:: Likewise.
14062 * gdb.threads/schedlock.exp: Likewise.
14063
14064 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14065
14066 * gdb.cp/non-trivial-retval.cc: Add a test case.
14067 * gdb.cp/non-trivial-retval.exp: Add a test.
14068
14069 2014-10-20 Yao Qi <yao@codesourcery.com>
14070
14071 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14072 * gdb.python/py-objfile-script-gdb.py: New file.
14073 * gdb.python/py-objfile-script.exp: Update reference to
14074 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14075 of remote_download. Remove the dest file.
14076
14077 2014-10-20 Yao Qi <yao@codesourcery.com>
14078
14079 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14080 * gdb.base/step-line.exp: Likewise.
14081 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14082 * gdb.dwarf2/dw2-basic.exp: Likewise.
14083 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14084 * gdb.dwarf2/dw2-filename.exp: Likewise.
14085 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14086 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14087 * gdb.dwarf2/dw2-producer.exp: Likewise.
14088 * gdb.dwarf2/mac-fileno.exp: Likewise.
14089 * gdb.python/py-frame-args.exp: Likewise.
14090 * gdb.python/py-framefilter.exp: Likewise.
14091 * gdb.python/py-mi.exp: Likewise.
14092 * gdb.python/py-objfile-script.exp: Likewise
14093 * gdb.python/py-pp-integral.exp: Likewise.
14094 * gdb.python/py-pp-re-notag.exp: Likewise.
14095 * gdb.python/py-prettyprint.exp: Likewise.
14096 * gdb.python/py-section-script.exp: Likewise.
14097 * gdb.python/py-typeprint.exp: Likewise.
14098 * gdb.python/py-xmethods.exp: Likewise.
14099 * gdb.stabs/weird.exp: Likewise.
14100 * gdb.xml/tdesc-regs.exp: Likewise.
14101
14102 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14103
14104 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14105 (out_cu): Use addr_len for the size of addresses.
14106 (out_line): Likewise. Size DW_LNE_set_address instruction
14107 according to addr_len.
14108 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14109 (FUNC): Add START_INSNS to definition.
14110
14111 2014-10-18 Yao Qi <yao@codesourcery.com>
14112
14113 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14114 gdb_has_argv0 return true.
14115 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14116 check [target_info exists noargs], check [gdb_has_argv0]
14117 instead.
14118 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14119 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14120 procedures.
14121
14122 2014-10-17 Doug Evans <dje@google.com>
14123
14124 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14125 event.
14126 * gdb.python/py-events.py: Add clear_objfiles event.
14127
14128 2014-10-17 Doug Evans <dje@google.com>
14129
14130 * gdb.python/py-objfile.exp: Test progspace attribute.
14131
14132 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14133
14134 * gdb.guile/scm-breakpoint.exp: Do not assume any
14135 directory separators when matching source file paths.
14136 * gdb.python/py-breakpoint.exp: Likewise.
14137 * gdb.reverse/break-precsave.exp: Likewise.
14138 * gdb.reverse/break-reverse.exp: Likewise.
14139 * gdb.reverse/consecutive-precsave.exp: Likewise.
14140 * gdb.reverse/finish-precsave.exp: Likewise.
14141 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14142 * gdb.reverse/finish-reverse.exp: Likewise.
14143 * gdb.reverse/i386-precsave.exp: Likewise.
14144 * gdb.reverse/i387-env-reverse.exp: Likewise.
14145 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14146 * gdb.reverse/machinestate-precsave.exp: Likewise.
14147 * gdb.reverse/machinestate.exp: Likewise.
14148 * gdb.reverse/sigall-precsave.exp: Likewise.
14149 * gdb.reverse/solib-precsave.exp: Likewise.
14150 * gdb.reverse/step-precsave.exp: Likewise.
14151 * gdb.reverse/until-precsave.exp: Likewise.
14152 * gdb.reverse/watch-precsave.exp: Likewise.
14153 * gdb.reverse/watch-reverse.exp: Likewise.
14154
14155 2014-10-17 Yao Qi <yao@codesourcery.com>
14156
14157 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14158 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14159
14160 2014-10-17 Pedro Alves <palves@redhat.com>
14161
14162 PR gdb/17471
14163 * gdb.base/bg-execution-repeat.c: New file.
14164 * gdb.base/bg-execution-repeat.exp: New file.
14165
14166 2014-10-17 Pedro Alves <palves@redhat.com>
14167
14168 PR gdb/17300
14169 * gdb.base/continue-all-already-running.c: New file.
14170 * gdb.base/continue-all-already-running.exp: New file.
14171
14172 2014-10-17 Pedro Alves <palves@redhat.com>
14173
14174 PR gdb/17472
14175 * gdb.base/annota-input-while-running.c: New file.
14176 * gdb.base/annota-input-while-running.exp: New file.
14177
14178 2014-10-17 Pedro Alves <palves@redhat.com>
14179
14180 * gdb.base/callfuncs.exp: emove references to osf.
14181 * gdb.base/sigall.exp: Likewise.
14182 * gdb.gdb/selftest.exp: Likewise.
14183 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14184 * gdb.mi/non-stop.c: Likewise.
14185 * gdb.mi/pthreads.c: Likewise.
14186 * gdb.reverse/sigall-precsave.exp: Likewise.
14187 * gdb.reverse/sigall-reverse.exp: Likewise.
14188 * gdb.threads/pthreads.c: Likewise.
14189 * gdb.threads/pthreads.exp: Likewise.
14190
14191 2014-10-17 Yao Qi <yao@codesourcery.com>
14192
14193 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14194 check 'target_info exists noargs'.
14195 (test_command_prompt_position): Likewise.
14196 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14197 Remove "set args".
14198 (progvar_simple_while_test): Likewise.
14199 (progvar_complex_if_while_test): Likewise.
14200 (if_while_breakpoint_command_test): Likewise.
14201 (infrun_breakpoint_command_test): Likewise.
14202 (breakpoint_command_test): Likewise.
14203 (watchpoint_command_test): Likewise.
14204 (bp_deleted_in_command_test): Likewise.
14205 (temporary_breakpoint_commands): Likewise.
14206
14207 2014-10-16 Yao Qi <yao@codesourcery.com>
14208
14209 * gdb.base/remotetimeout.exp: Remove noargs checking.
14210
14211 2014-10-15 Pedro Alves <palves@redhat.com>
14212
14213 PR breakpoints/9649
14214 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14215 * gdb.base/breakpoint-in-ro-region.exp
14216 (probe_target_hardware_step): New procedure.
14217 (top level): Probe hardware stepping and hardware breakpoint
14218 support. Test stepping through a read-only region, with both
14219 "breakpoint auto-hw" on and off and both "always-inserted" on and
14220 off.
14221
14222 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14223
14224 * gdb.dlang/demangle.exp: Update for demangling changes.
14225
14226 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14227
14228 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14229 * gdb.cp/non-trivial-retval.exp: Add new tests.
14230
14231 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14232
14233 PR c++/13403
14234 PR c++/15154
14235 * gdb.cp/non-trivial-retval.cc: New file.
14236 * gdb.cp/non-trivial-retval.exp: New file.
14237
14238 2014-10-15 Yao Qi <yao@codesourcery.com>
14239
14240 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14241 remote host.
14242
14243 2014-10-15 Yao Qi <yao@codesourcery.com>
14244
14245 * gdb.python/py-symbol.exp: Match file base name if host is
14246 remote, otherwise match file name with dir name.
14247 * gdb.python/py-symtab.exp: Likewise.
14248 * gdb.python/python.exp: Likewise.
14249
14250 2014-10-15 Yao Qi <yao@codesourcery.com>
14251
14252 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14253 pattern.
14254 * gdb.python/py-symtab.exp: Likewise.
14255 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14256 locationn.
14257
14258 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14259
14260 * gdb.ada/addr_arith: New testcase.
14261
14262 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14263
14264 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14265 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14266 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14267 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14268
14269 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14270
14271 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14272 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14273 * gdb.arch/stap-eval-lang-ada.exp: New file.
14274
14275 2014-10-14 Yao Qi <yao@codesourcery.com>
14276
14277 * gdb.mi/mi-var-child.c (nothing1): New function.
14278 (nothing2): New function.
14279 (do_children_tests): Set function pointers by nothing1 and
14280 nothing2.
14281 * gdb.mi/mi-var-child.exp: Step over new added statements.
14282 Update test to match the new output.
14283 * gdb.mi/var-cmd.c (nothing1): New function.
14284 (nothing2): New function.
14285 (do_children_tests): Set function pointers by nothing1 and
14286 nothing2.
14287 * gdb.mi/mi-var-display.exp: Update test to match output.
14288 Step to the line specified by $line_dct_nothing.
14289 Increase the number of lines to step.
14290
14291 2014-10-14 Yao Qi <yao@codesourcery.com>
14292
14293 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14294 tests.
14295 * gdb.mi/mi2-var-child.exp: Likewise.
14296
14297 2014-10-13 Doug Evans <dje@google.com>
14298
14299 * gdb.python/py-objfile.exp: Change name of file name test.
14300
14301 2014-10-13 Doug Evans <dje@google.com>
14302
14303 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14304 from the start of the CU.
14305
14306 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14307 Yao Qi <yao@codesourcery.com>
14308
14309 Fix "save breakpoints" for "catch" command.
14310 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14311 Remove -nonewline. Match also the added "main" line.
14312
14313 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14314
14315 Fix "save breakpoints" for "disable $bpnum" command.
14316 * gdb.base/save-bp.c (main): Add label.
14317 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14318
14319 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14320
14321 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14322
14323 2014-10-11 Yao Qi <yao@codesourcery.com>
14324
14325 * gdb.server/server-kill.exp: Execute command
14326 "set remote trace-status-packet on" before "tstatus".
14327
14328 2014-10-11 Yao Qi <yao@codesourcery.com>
14329
14330 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14331 (main): Call getppid.
14332 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14333 and continue to it. Read variable "server_pid".
14334
14335 2014-10-11 Yao Qi <yao@codesourcery.com>
14336
14337 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14338
14339 2014-10-11 Yao Qi <yao@codesourcery.com>
14340
14341 * gdb.threads/thread-find.exp: Don't execute command
14342 "info threads".
14343 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14344 * gdb.threads/linux-dp.exp: Don't check the condition
14345 $threads_created equals to zero.
14346
14347 2014-10-10 Pedro Alves <palves@redhat.com>
14348
14349 * gdb.base/bigcore.exp: Remove references to IRIX.
14350 * gdb.base/funcargs.exp: Likewise.
14351 * gdb.base/interrupt.exp: Likewise.
14352 * gdb.base/mips_pro.exp: Likewise.
14353 * gdb.base/nodebug.exp: Likewise.
14354 * gdb.base/setvar.exp: Likewise.
14355 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14356
14357 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14358 Pedro Alves <palves@redhat.com>
14359
14360 PR symtab/14466
14361 * gdb.base/vdso-warning.c: New file.
14362 * gdb.base/vdso-warning.exp: New file.
14363
14364 2014-10-02 Doug Evans <dje@google.com>
14365
14366 * gdb.base/structs.c (main): Don't run forever.
14367
14368 2014-10-02 Pedro Alves <palves@redhat.com>
14369
14370 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14371 (top level) <stop threads 1, stop threads 2>: Use it.
14372
14373 2014-10-02 Pedro Alves <palves@redhat.com>
14374
14375 * gdb.threads/break-while-running.exp (test): Add new
14376 'update_thread_list' argument. Skip "info threads" if false.
14377 (top level): Add new 'update_thread_list' axis.
14378
14379 2014-10-02 Pedro Alves <palves@redhat.com>
14380
14381 PR breakpoints/17431
14382 * gdb.base/execl-update-breakpoints.c: New file.
14383 * gdb.base/execl-update-breakpoints.exp: New file.
14384
14385 2014-10-01 Pedro Alves <palves@redhat.com>
14386
14387 * gdb.base/breakpoint-in-ro-region.c: New file.
14388 * gdb.base/breakpoint-in-ro-region.exp: New file.
14389
14390 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14391
14392 * gdb.mi/mi-exit-code.exp: New file.
14393 * gdb.mi/mi-exit-code.c: New file.
14394
14395 2014-09-30 Yao Qi <yao@codesourcery.com>
14396
14397 * lib/prelink-support.exp (build_executable_own_libs): Error if
14398 the target isn't native.
14399
14400 2014-09-30 Yao Qi <yao@codesourcery.com>
14401
14402 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14403 false.
14404
14405 2014-09-22 Pedro Alves <palves@redhat.com>
14406
14407 * gdb.threads/break-while-running.exp: New file.
14408 * gdb.threads/break-while-running.c: New file.
14409
14410 2014-09-19 Yao Qi <yao@codesourcery.com>
14411
14412 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14413 Invoke test. Restart GDB with --readnow and invoke test again.
14414
14415 2014-09-19 Yao Qi <yao@codesourcery.com>
14416
14417 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14418 proc set_breakpoint_on_gcd_function. Invoke
14419 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14420 invoke set_breakpoint_on_gcd_function again.
14421
14422 2014-09-18 Doug Evans <dje@google.com>
14423
14424 * gdb.dwarf2/symtab-producer.exp: New file.
14425
14426 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14427
14428 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14429 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14430 * gdb.base/global-var-nested-by-dso.c: Likewise.
14431 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14432
14433 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14434 Pedro Alves <palves@redhat.com>
14435
14436 * gdb.base/watch-bitfields.exp: Pass string other than test file
14437 name to prepare_for_testing.
14438 (watch): New procedure.
14439 (expect_watchpoint): Use with_test_prefix.
14440 (top level): Factor out tests to ...
14441 (test_watch_location, test_regular_watch): ... these new
14442 procedures, and use with_test_prefix and gdb_continue_to_end.
14443
14444 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14445
14446 PR breakpoints/12526
14447 * gdb.base/watch-bitfields.exp: New file.
14448 * gdb.base/watch-bitfields.c: New file.
14449
14450 2014-09-16 Pedro Alves <palves@redhat.com>
14451
14452 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14453 software and hardware addresses, not software address against
14454 itself.
14455
14456 2014-09-16 Pedro Alves <palves@redhat.com>
14457
14458 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14459 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14460
14461 2014-09-16 Pedro Alves <palves@redhat.com>
14462
14463 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14464 files.
14465 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14466 "*-*-vxworks*" throughout.
14467 * gdb.base/break.exp: Likewise.
14468 * gdb.base/default.exp: Likewise.
14469 * gdb.base/scope.exp: Likewise.
14470 * gdb.base/sepdebug.exp: Likewise.
14471 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14472 throughout.
14473 * gdb.base/run.c: Likewise.
14474 * gdb.base/sepdebug.c: Likewise.
14475 * gdb.hp/gdb.aCC/run.c: Likewise.
14476 * gdb.reverse/until-reverse.c: Likewise.
14477 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14478
14479 2014-09-16 Yao Qi <yao@codesourcery.com>
14480
14481 * boards/local-remote-host-native.exp: New file.
14482
14483 2014-09-14 Doug Evans <xdje42@gmail.com>
14484
14485 * gdb.threads/queue-signal.c (thread_count): New variable.
14486 (thread_count_mutex, thread_count_condvar): New variables.
14487 (incr_thread_count, wait_all_threads_running): New functions.
14488 (main): Wait for all threads to be in their thread functions.
14489
14490 2014-09-13 Doug Evans <xdje42@gmail.com>
14491
14492 * gdb.threads/queue-signal.c: New file.
14493 * gdb.threads/queue-signal.exp: New file.
14494
14495 2014-09-13 Doug Evans <xdje42@gmail.com>
14496
14497 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14498 be consistent with what default_gdb_init uses.
14499 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14500 the plain text of the prompt. Add some logging printfs.
14501 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14502
14503 2014-09-12 Pedro Alves <palves@redhat.com>
14504
14505 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14506 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14507 * gdb.arch/i386-size-overlap.exp: Likewise.
14508 * gdb.arch/i386-size.exp: Likewise.
14509 * gdb.arch/i386-unwind.exp: Likewise.
14510 * gdb.base/a2-run.exp: Likewise.
14511 * gdb.base/break.exp: Likewise.
14512 * gdb.base/charset.exp: Likewise.
14513 * gdb.base/chng-syms.exp: Likewise.
14514 * gdb.base/commands.exp: Likewise.
14515 * gdb.base/dbx.exp: Likewise.
14516 * gdb.base/find.exp: Likewise.
14517 * gdb.base/funcargs.exp: Likewise.
14518 * gdb.base/jit-simple.exp: Likewise.
14519 * gdb.base/reread.exp: Likewise.
14520 * gdb.base/sepdebug.exp: Likewise.
14521 * gdb.base/step-bt.exp: Likewise.
14522 * gdb.cp/mb-inline.exp: Likewise.
14523 * gdb.cp/mb-templates.exp: Likewise.
14524 * gdb.objc/basicclass.exp: Likewise.
14525 * gdb.threads/killed.exp: Likewise.
14526
14527 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14528
14529 PR tdep/17379
14530 * gdb.arch/powerpc-stackless.S: New file.
14531 * gdb.arch/powerpc-stackless.exp: New file.
14532
14533 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14534
14535 * gdb.base/attach.c: Include unistd.h.
14536 (main): Call alarm. Add label postloop.
14537 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14538 gdb_breakpoint, gdb_continue_to_breakpoint.
14539 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14540
14541 2014-09-11 Pedro Alves <palves@redhat.com>
14542
14543 PR gdb/17347
14544 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14545 * gdb.base/attach.exp (test_command_line_attach_run): New
14546 procedure.
14547 (top level): Call it.
14548
14549 2014-09-11 Pedro Alves <palves@redhat.com>
14550
14551 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14552 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14553 (do_command_attach_tests): Use spawn_wait_for_attach.
14554 * gdb.base/solib-overlap.exp: Likewise.
14555 * gdb.multi/multi-attach.exp: Likewise.
14556 * gdb.python/py-prompt.exp: Likewise.
14557 * gdb.python/py-sync-interp.exp: Likewise.
14558 * gdb.server/ext-attach.exp: Likewise.
14559
14560 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14561
14562 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14563 command in testcase. Simplify testcase.
14564
14565 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14566
14567 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14568
14569 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14570
14571 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14572
14573 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14574
14575 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14576
14577 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14578
14579 * gdb.dwarf2/dynarr-ptr.c: New file.
14580 * gdb.dwarf2/dynarr-ptr.exp: New file.
14581
14582 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14583
14584 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14585 of 30 rather than hardcoding 120 for a slow test case. Take the
14586 `gdb,timeout' target setting into account for this calculation.
14587 Don't extend the timeout for the test cases that don't need it.
14588
14589 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14590
14591 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14592 a factor of 2 for a slow test case. Take the `gdb,timeout'
14593 target setting into account for this calculation.
14594 * gdb.reverse/until-precsave.exp: Increase the timeout by
14595 a factor of 15 and 3 respectively rather than adding 120
14596 for a pair of slow test cases. Take the `gdb,timeout'
14597 target setting into account for this calculation.
14598
14599 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14600
14601 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14602 timeout, don't pass one down to gdb_expect.
14603 (gdb_expect): Rework timeout selection.
14604
14605 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14606
14607 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14608 exception on timeout.
14609 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14610 (gdbserver_start_extended): Catch any `gdbserver_start' error
14611 exceptions.
14612 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14613 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14614 `gdbserver_gdb_load' error exceptions.
14615
14616 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14617
14618 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14619 120 on waiting for the TCP socket to open.
14620
14621 2014-09-09 Doug Evans <xdje42@gmail.com>
14622
14623 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14624 _caller_matches, _any_caller_is, _any_caller_matches.
14625
14626 2014-09-09 Doug Evans <xdje42@gmail.com>
14627
14628 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14629
14630 2014-09-09 Yao Qi <yao@codesourcery.com>
14631
14632 * gdb.mi/mi-var-display.exp: Set print symbol off.
14633
14634 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14635
14636 PR gdb/17035
14637 * gdb.base/commands.exp: Add tests to verify user-defined
14638 commands with empty bodies.
14639 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14640 python commands in `show user command`.
14641 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14642 scheme commands in `show user command`.
14643
14644 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14645
14646 PR python/17355
14647 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14648 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14649 * gdb.python/py-framefilter-invalidarg.exp: New file.
14650 * gdb.python/py-framefilter-invalidarg.py: New file.
14651
14652 2014-09-06 Doug Evans <xdje42@gmail.com>
14653
14654 PR 15276
14655 * gdb.python/py-caller-is.c: New file.
14656 * gdb.python/py-caller-is.exp: New file.
14657
14658 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14659
14660 PR gdb/17235
14661 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14662 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14663
14664 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14665
14666 PR fortran/17237
14667 * gdb.fortran/print-formatted.exp: New file.
14668 * gdb.fortran/print-formatted.f90: Likewise.
14669
14670 2014-09-03 Sasha Smundak <asmundak@google.com>
14671
14672 * gdb.python/py-frame.exp: Test Frame.read_register.
14673
14674 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14675
14676 PR python/16699
14677 * gdb.python/py-completion.exp: New file.
14678 * gdb.python/py-completion.py: Likewise.
14679
14680 2014-08-28 Doug Evans <dje@google.com>
14681
14682 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14683 eax,etc. are live with values set by gdb and thus the compiler can't
14684 use them.
14685 * gdb.arch/i386-pseudo.c (main): Ditto.
14686
14687 2014-08-27 Doug Evans <dje@google.com>
14688
14689 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14690
14691 2014-08-25 Doug Evans <dje@google.com>
14692
14693 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14694 (main): Ditto.
14695
14696 2014-08-25 Doug Evans <dje@google.com>
14697
14698 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14699
14700 2014-08-24 Yao Qi <yao@codesourcery.com>
14701
14702 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14703 symbol off.
14704 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14705
14706 2014-08-22 Doug Evans <dje@google.com>
14707
14708 PR 17276
14709 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14710 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14711 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14712
14713 2014-08-22 Yao Qi <yao@codesourcery.com>
14714
14715 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14716 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14717 * gdb.python/python.exp: Likewise. Use .py file on the host
14718 instead of the build.
14719
14720 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14721
14722 * gdb.threads/gcore-stale-thread.c: New file.
14723 * gdb.threads/gcore-stale-thread.exp: New file.
14724
14725 2014-08-21 Pedro Alves <palves@redhat.com>
14726
14727 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14728 * gdb.base/gcore-relro-pie.exp: Likewise.
14729 * gdb.base/gcore-relro.exp: Likewise.
14730 * gdb.base/gcore.exp: Likewise.
14731 * gdb.base/print-symbol-loading.exp: Likewise.
14732 * gdb.threads/gcore-thread.exp: Likewise.
14733 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14734
14735 2014-08-20 Pedro Alves <palves@redhat.com>
14736 Jan Kratochvil <jan.kratochvil@redhat.com>
14737
14738 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14739 configure.
14740 (EXPECT): Handle READ1 being set.
14741 (all): Depend on EXTRA_RULES.
14742 (check-read1, expect-read1, read1.so, read1): New rules.
14743 * README (Testsuite Parameters): Document the READ1 make variable.
14744 (Race detection): New section.
14745 * configure: Regenerate.
14746 * configure.ac: If build==host==target, and running under a
14747 GNU/glibc system, add read1 to the extra Makefile rules.
14748 (EXTRA_RULES): AC_SUBST it.
14749 * lib/read1.c: New file.
14750
14751 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14752
14753 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14754 the handling of variables declared as a typedef to an array
14755 which a DW_AT_data_location attribute.
14756
14757 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14758 Pedro Alves <palves@redhat.com>
14759
14760 PR symtab/14604
14761 PR symtab/14605
14762 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14763 gdb_test.
14764
14765 2014-08-19 Pedro Alves <palves@redhat.com>
14766
14767 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14768
14769 2014-08-19 Yao Qi <yao@codesourcery.com>
14770
14771 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14772 right line.
14773
14774 2014-08-18 David Blaikie <dblaikie@gmail.com>
14775
14776 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14777
14778 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14779
14780 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14781 attribute in array range.
14782
14783 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14784
14785 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14786
14787 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14788
14789 PR c++/17132
14790 * gdb.cp/pr17132.cc: New file.
14791 * gdb.cp/pr17132.exp: New file.
14792
14793 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14794
14795 * gdb.python/py-xmethods.py (A_getarrayind)
14796 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14797 Use 'print' with function call syntax.
14798 (E_method_matcher.match): Fix tab vs space indentation mixup.
14799
14800 2014-08-15 Yao Qi <yao@codesourcery.com>
14801
14802 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14803 false.
14804
14805 2014-08-15 Yao Qi <yao@codesourcery.com>
14806
14807 * gdb.cp/casts.exp: Set print symbol off.
14808 * gdb.cp/class2.exp: Likewise.
14809 * gdb.cp/overload.exp: Likewise.
14810 * gdb.cp/templates.exp: Likewise.
14811
14812 2014-08-11 Doug Evans <dje@google.com>
14813
14814 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14815 (test_load_shlib): Update.
14816
14817 2014-08-09 Yao Qi <yao@codesourcery.com>
14818
14819 * gdb.base/display.exp: Invoke is_address_zero_readable.
14820 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14821 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14822 * gdb.base/hbreak-unmapped.exp: Return if
14823 is_address_zero_readable returns true.
14824 * gdb.base/signest.exp: Likewise.
14825 * gdb.base/signull.exp: Likewise.
14826 * gdb.base/sigbpt.exp: Likewise.
14827 * gdb.guile/scm-disasm.exp: Do the test if
14828 is_address_zero_readable returns false.
14829 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14830 * gdb.python/py-arch.exp: Likewise.
14831 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14832 * lib/gdb.exp (is_address_zero_readable): New proc.
14833
14834 2014-08-09 Yao Qi <yao@codesourcery.com>
14835
14836 PR testsuite/13443
14837 * gdb.mi/mi-var-display.exp: Make test messages unique.
14838
14839 2014-08-04 Tom Tromey <tromey@redhat.com>
14840
14841 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14842 target 0".
14843
14844 2014-08-04 Tom Tromey <tromey@redhat.com>
14845
14846 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14847 "target_resume".
14848
14849 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14850
14851 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14852 inner_vla_struct_object_size.
14853 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14854 as xfail.
14855
14856 2014-07-30 Pedro Alves <palves@redhat.com>
14857
14858 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14859 comment.
14860
14861 2014-07-29 Yao Qi <yao@codesourcery.com>
14862
14863 PR gdb/17206
14864 * gdb.base/until-nodebug.exp: New.
14865
14866 2014-07-28 Doug Evans <xdje42@gmail.com>
14867
14868 PR guile/17203
14869 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14870 previously existing parameter, and previously ambiguously spelled
14871 parameter.
14872
14873 2014-07-28 Will Newton <will.newton@linaro.org>
14874
14875 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14876
14877 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14878 Doug Evans <xdje42@gmail.com>
14879
14880 PR guile/17146
14881 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14882
14883 2014-07-25 Pedro Alves <palves@redhat.com>
14884
14885 * gdb.threads/signal-command-handle-nopass.c: New file.
14886 * gdb.threads/signal-command-handle-nopass.exp: New file.
14887 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14888 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14889 * gdb.threads/signal-delivered-right-thread.c: New file.
14890 * gdb.threads/signal-delivered-right-thread.exp: New file.
14891
14892 2014-07-25 Pedro Alves <palves@redhat.com>
14893
14894 * gdb.base/double-prompt-target-event-error.exp
14895 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14896 match.
14897 (cancel_pagination_in_target_event): Rework double prompt
14898 detection.
14899 * gdb.base/paginate-after-ctrl-c-running.exp
14900 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14901 <return>' match.
14902 * gdb.base/paginate-bg-execution.exp
14903 (test_bg_execution_pagination_return)
14904 (test_bg_execution_pagination_cancel): Remove '-notransfer
14905 <return>' matches.
14906 * gdb.base/paginate-execution-startup.exp
14907 (test_fg_execution_pagination_return)
14908 (test_fg_execution_pagination_cancel): Remove '-notransfer
14909 <return>' matches.
14910 * gdb.base/paginate-inferior-exit.exp
14911 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14912 match.
14913 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14914 * lib/gdb.exp (pagination_prompt): Run text through
14915 string_to_regexp.
14916 (gdb_test_multiple): Match $pagination_prompt instead of
14917 "<return>".
14918 (string_to_regexp): Move to lib/gdb-utils.exp.
14919
14920 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14921
14922 * gdb.arch/amd64-entry-value-paramref.S: New file.
14923 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14924 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14925 * gdb.arch/amd64-optimout-repeat.S: New file.
14926 * gdb.arch/amd64-optimout-repeat.c: New file.
14927 * gdb.arch/amd64-optimout-repeat.exp: New file.
14928
14929 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14930
14931 PR gdb/17170
14932 * gdb.base/statistics.exp: New file.
14933
14934 2014-07-17 Doug Evans <dje@google.com>
14935
14936 PR gdb/17170
14937 * gdb.base/maint.exp: Update testing of per-command stats.
14938
14939 2014-07-16 Pedro Alves <palves@redhat.com>
14940
14941 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14942 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14943 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14944 (tfile_write_buf): New functions.
14945 (add_memory_block): Rewrite using the above.
14946 (adjust_function_address): New function.
14947 (FUNCTION_ADDRESS): New macro.
14948 (write_basic_trace_file): Remove short_x local, and use
14949 tfile_write_16. Change type of func_addr local to unsigned long
14950 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14951 here. Cast argument of add_memory_block to char pointer.
14952 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14953 (main): Remove parameters.
14954 * gdb.trace/tfile.exp: Remove nowarnings.
14955
14956 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14957
14958 * gdb.base/debug-expr.exp: Test string evaluation with
14959 "debug expression" on.
14960
14961 2014-07-15 Pedro Alves <palves@redhat.com>
14962
14963 * gdb.base/reread.exp: Use clean_restart.
14964
14965 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14966
14967 * gdb.arch/avr-flash-qualifer.c: New.
14968 * gdb.arch/avr-flash-qualifer.exp: New.
14969
14970 2014-07-14 Pedro Alves <palves@redhat.com>
14971
14972 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14973 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14974
14975 2014-07-14 Pedro Alves <palves@redhat.com>
14976
14977 * gdb.base/double-prompt-target-event-error.c: New file.
14978 * gdb.base/double-prompt-target-event-error.exp: New file.
14979
14980 2014-07-14 Pedro Alves <palves@redhat.com>
14981
14982 PR gdb/17072
14983 * gdb.base/paginate-inferior-exit.c: New file.
14984 * gdb.base/paginate-inferior-exit.exp: New file.
14985
14986 2014-07-14 Pedro Alves <palves@redhat.com>
14987
14988 PR gdb/17072
14989 * gdb.base/paginate-bg-execution.c: New file.
14990 * gdb.base/paginate-bg-execution.exp: New file.
14991
14992 2014-07-14 Pedro Alves <palves@redhat.com>
14993
14994 PR gdb/17072
14995 * gdb.base/paginate-execution-startup.c: New file.
14996 * gdb.base/paginate-execution-startup.exp: New file.
14997 * lib/gdb.exp (pagination_prompt): New global.
14998 (default_gdb_spawn): New procedure, factored out from
14999 default_gdb_spawn.
15000 (default_gdb_start): Adjust to call default_gdb_spawn.
15001 (gdb_spawn): New procedure.
15002
15003 2014-07-14 Pedro Alves <palves@redhat.com>
15004
15005 * lib/gdb.exp (gdb_assert): New procedure.
15006 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15007
15008 2014-07-14 Pedro Alves <palves@redhat.com>
15009
15010 * gdb.base/execution-termios.c: New file.
15011 * gdb.base/execution-termios.exp: New file.
15012
15013 2014-07-14 Tom Tromey <tromey@redhat.com>
15014
15015 * gdb.cp/vla-cxx.cc: New file.
15016 * gdb.cp/vla-cxx.exp: New file.
15017
15018 2014-07-14 Tom Tromey <tromey@redhat.com>
15019
15020 * gdb.reverse/rerun-prec.c: New file.
15021 * gdb.reverse/rerun-prec.exp: New file.
15022
15023 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15024 Maciej W. Rozycki <macro@codesourcery.com>
15025
15026 * lib/gdb-utils.exp: New file.
15027 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15028 inline `gdb_init_command' processing.
15029 (gdb_start_cmd): Likewise.
15030 * lib/mi-support.exp (mi_run_cmd): Likewise.
15031 * README: Document `gdb_init_command' and `gdb_init_commands'.
15032
15033 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15034
15035 Fix false FAIL running under a very long directory name.
15036 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15037 and "set print elements 10000". Twice.
15038
15039 2014-07-11 Yao Qi <yao@codesourcery.com>
15040
15041 * gdb.base/exprs.exp: "set print symbol off".
15042
15043 2014-07-11 Pedro Alves <palves@redhat.com>
15044
15045 * gdb.threads/kill.c: New file.
15046 * gdb.threads/kill.exp: New file.
15047
15048 2014-07-10 Yao Qi <yao@codesourcery.com>
15049
15050 * gdb.trace/tfile.c (write_basic_trace_file)
15051 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15052 address written to trace file.
15053
15054 2014-07-09 Pedro Alves <palves@redhat.com>
15055
15056 * gdb.base/attach-wait-input.exp: New file.
15057 * gdb.base/attach-wait-input.c: New file.
15058
15059 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15060
15061 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15062 setting up test structures.
15063 (main): Call new test function.
15064 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15065 test function, continue into test function and walk test
15066 structures.
15067
15068 2014-07-02 Yao Qi <yao@codesourcery.com>
15069
15070 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15071 'bar_start' at the beginning of functions 'foo' and 'bar'
15072 respectively.
15073 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15074 instead of 'foo' and 'bar'.
15075
15076 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15077
15078 * gdb.btrace/segv.exp: New.
15079 * gdb.btrace/segv.c: New.
15080
15081 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15082
15083 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15084 instruction.
15085
15086 2014-06-30 Mark Wielaard <mjw@redhat.com>
15087
15088 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15089 vulture, vilify, villar): New volatile array constants.
15090 (vindictive, vegetation): New const volatile array constants.
15091 * gdb.base/volatile.exp: Test volatile and const volatile array
15092 types.
15093
15094 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15095
15096 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15097 target lacks support for awatch, rwatch, or hbreak.
15098
15099 2014-06-27 Yao Qi <yao@codesourcery.com>
15100
15101 * gdb.multi/dummy-frame-restore.exp: New.
15102 * gdb.multi/dummy-frame-restore.c: New.
15103
15104 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15105
15106 * gdb.btrace/gcore.exp: New.
15107
15108 2014-06-23 Pedro Alves <palves@redhat.com>
15109
15110 * gdb.base/watchpoint-reuse-slot.c: New file.
15111 * gdb.base/watchpoint-reuse-slot.exp: New file.
15112
15113 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15114
15115 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15116 progspace's filename in 'info', 'enable' and 'disable' command
15117 tests.
15118
15119 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15120
15121 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15122 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15123 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15124
15125 2014-06-20 Gary Benson <gbenson@redhat.com>
15126
15127 * gdb.arch/i386-avx.exp: Fix include file location.
15128 * gdb.arch/i386-sse.exp: Likewise.
15129
15130 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15131
15132 * gdb.dlang/expression.exp: New file.
15133
15134 2014-06-19 Pedro Alves <palves@redhat.com>
15135
15136 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15137 out from ...
15138 (top level): ... here. Iterate running tests under different
15139 scheduler-locking settings.
15140
15141 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15142
15143 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15144 to DW_FORM_addr and use non-zero addresses.
15145
15146 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15147
15148 PR gdb/17017
15149 * gdb.python/py-xmethods.cc: Add global function call counters and
15150 increment them in their respective functions. Remove "cout"
15151 statements.
15152 * gdb.python/py-xmethods.exp: Make tests check the global function
15153 call counters instead of depending on inferior IO.
15154
15155 2014-06-18 Don Breazeal <donb@codesourcery.com>
15156
15157 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15158 Deleted procedure.
15159 (explicit_fork_parent_follow): Deleted procedure.
15160 (explicit_fork_child_follow): Deleted procedure.
15161 (test_follow_fork): New procedure.
15162 (do_fork_tests): Replace calls to deleted procedures with
15163 calls to test_follow_fork and reset GDB for subsequent
15164 procedure calls.
15165
15166 2014-06-17 Yao Qi <yao@codesourcery.com>
15167
15168 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15169 CP1252.
15170
15171 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15172
15173 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15174 Initialize ptr and S explicitly.
15175 (skip_type_update_when_not_use_rtti_test): Likewise.
15176
15177 2014-06-16 Keith Seitz <keiths@redhat.com>
15178
15179 PR mi/15863
15180 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15181 the inferior is started.
15182
15183 2014-06-16 Pedro Alves <palves@redhat.com>
15184
15185 * gdb.base/break-main-file-remove-fail.c: New file.
15186 * gdb.base/break-main-file-remove-fail.exp: New file.
15187 * gdb.base/break-unload-file.exp: Use build_executable instead of
15188 prepare_for_testing.
15189 (test_break): New parameter "initial_load". Handle it.
15190 (top level): Add initial_load cmdline/file axis.
15191
15192 2014-06-12 Tom Tromey <tromey@redhat.com>
15193
15194 * gdb.base/completion.exp: Don't use directory name in test.
15195
15196 2014-06-09 Gary Benson <gbenson@redhat.com>
15197
15198 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15199 separate the always-available ANSI-standard signals from the
15200 signals that require checking.
15201 (main): Likewise.
15202 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15203 Likewise.
15204 (main): Likewise.
15205
15206 2014-06-07 Keith Seitz <keiths@redhat.com>
15207
15208 Revert:
15209 PR c++/16253
15210 * gdb.cp/var-tag.cc: New file.
15211 * gdb.cp/var-tag.exp: New file.
15212 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15213 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15214 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15215 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15216
15217 2014-06-06 Doug Evans <xdje42@gmail.com>
15218
15219 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15220
15221 2014-06-06 Pedro Alves <palves@redhat.com>
15222
15223 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15224 in target debug output instead of looking at RSP packets,
15225 disabling the test on any target that uses hardware stepping.
15226 Update comments.
15227
15228 2014-06-06 Pedro Alves <palves@redhat.com>
15229
15230 * gdb.base/break-unload-file.exp: Fix typo.
15231
15232 2014-06-06 Yao Qi <yao@codesourcery.com>
15233
15234 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15235 from "jit_function" to "^jit_function".
15236
15237 2014-06-06 Yao Qi <yao@codesourcery.com>
15238
15239 * gdb.base/async.c (foo): Add one statement.
15240 * gdb.base/async.exp: Get the next instruction address and
15241 match the output of "nexti" by instruction address. Match
15242 the hex address in the output of "finish".
15243
15244 2014-06-06 Gary Benson <gbenson@redhat.com>
15245
15246 * gdb.base/call-signals.c: Remove preprocessor conditionals
15247 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15248 SIGSEGV and SIGTERM.
15249 * gdb.base/sigall.c: Likewise.
15250 * gdb.base/unwindonsignal.c: Likewise.
15251 * gdb.reverse/sigall-reverse.c: Likewise.
15252
15253 2014-06-06 Yao Qi <yao@codesourcery.com>
15254
15255 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15256 readable, skip the test.
15257
15258 2014-06-06 Yao Qi <yao@codesourcery.com>
15259
15260 * gdb.threads/staticthreads.c (thread_function): Move the line
15261 setting breakpoint on forward.
15262 * gdb.threads/staticthreads.exp: Update comments.
15263
15264 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15265
15266 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15267 "history-append! type error".
15268
15269 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15270
15271 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15272 erroneous dprintf expected input.
15273
15274 2014-06-04 Doug Evans <xdje42@gmail.com>
15275
15276 * gdb.guile/scm-generics.exp: Delete.
15277
15278 2014-06-04 Doug Evans <xdje42@gmail.com>
15279
15280 * gdb.guile/scm-breakpoint.exp: Update.
15281 Add tests for breakpoint registration.
15282
15283 2014-06-04 Tom Tromey <tromey@redhat.com>
15284
15285 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15286 VLA-in-union.
15287 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15288 inner_vla_struct, vla_union types. Initialize objects of those
15289 types and compute their sizes.
15290
15291 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15292 Hui Zhu <hui@codesourcery.com>
15293
15294 * gdb.base/fileio.exp: Add test for shell not available as well as
15295 available.
15296 * gdb.base/fileio.c (test_system): Check for shell twice.
15297
15298 2014-06-04 Yao Qi <yao@codesourcery.com>
15299
15300 * gdb.base/auto-connect-native-target.exp: Remove redundant
15301 space from the regexp pattern.
15302
15303 2014-06-04 Yao Qi <yao@codesourcery.com>
15304
15305 * gdb.base/default.exp: Replace "child" with "native" in
15306 regexp pattern.
15307
15308 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15309
15310 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15311 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15312 * gdb.python/py-xmethods.py: Python script supporting the
15313 new testcase and tests.
15314
15315 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15316 Pedro Alves <palves@redhat.com>
15317
15318 PR breakpoints/17000
15319 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15320 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15321
15322 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15323
15324 * gdb.base/subst.exp: Add tests to verify partial path matching
15325 output.
15326
15327 2014-06-03 Pedro Alves <palves@redhat.com>
15328
15329 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15330 target that doesn't use software single-stepping.
15331
15332 2014-06-03 Pedro Alves <palves@redhat.com>
15333
15334 PR breakpoints/17000
15335 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15336 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15337
15338 2014-06-02 Doug Evans <xdje42@gmail.com>
15339
15340 * gdb.guile/scm-parameter.exp: New file.
15341
15342 2014-06-02 Doug Evans <xdje42@gmail.com>
15343
15344 * gdb.guile/scm-cmd.c: New file.
15345 * gdb.guile/scm-cmd.exp: New file.
15346
15347 2014-06-02 Doug Evans <xdje42@gmail.com>
15348
15349 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15350 pretty-printer lookup.
15351 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15352 (make-pp_s-printer): Call it.
15353 (make-pretty-printer-from-dict): New function.
15354 (lookup-pretty-printer-maker-from-dict): New function.
15355 (*pretty-printer*): Simplify.
15356 (make-objfile-pp_s-printer): New function.
15357 (install-objfile-pretty-printers!): New function.
15358 (make-progspace-pp_s-printer): New function.
15359 (install-progspace-pretty-printers!): New function.
15360 * gdb.guile/scm-progspace.c: New file.
15361 * gdb.guile/scm-progspace.exp: New file.
15362
15363 2014-06-02 Pedro Alves <palves@redhat.com>
15364
15365 * gdb.base/dprintf-bp-same-addr.c: New file.
15366 * gdb.base/dprintf-bp-same-addr.exp: New file.
15367
15368 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15369
15370 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15371 * gdb.arch/powerpc-power.s: Likewise.
15372
15373 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15374
15375 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15376
15377 2014-06-01 Yao Qi <yao@codesourcery.com>
15378
15379 * gdb.base/watchpoint.exp (test_watch_location): Check null
15380 pointer can be dereferenced. If not, do the test, otherwise
15381 skip it.
15382
15383 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15384
15385 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15386 results.
15387 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15388
15389 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15390
15391 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15392 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15393 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15394 * gdb.arch/amd64-invalid-stack-top.c: New file.
15395 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15396
15397 2014-05-30 Pedro Alves <palves@redhat.com>
15398
15399 PR breakpoints/17000
15400 * gdb.base/sss-bp-on-user-bp.c: New file.
15401 * gdb.base/sss-bp-on-user-bp.exp: New file.
15402
15403 2014-05-30 David Blaikie <dblaikie@gmail.com>
15404
15405 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15406 gnu_inline semantics via attribute.
15407 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15408 source explicitly specifies the required semantics.
15409
15410 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15411
15412 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15413
15414 2014-05-29 Pedro Alves <palves@redhat.com>
15415 Tom Tromey <tromey@redhat.com>
15416
15417 * gdb.base/async-shell.exp: Don't enable target-async.
15418 * gdb.base/async.exp
15419 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15420 parameter. Adjust.
15421 (top level): Don't test with "target-async".
15422 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15423 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15424 * gdb.base/inferior-died.exp: Don't enable target-async.
15425 * gdb.base/interrupt-noterm.exp: Likewise.
15426 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15427 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15428 * gdb.mi/mi-nonstop.exp: Likewise.
15429 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15430 * gdb.mi/mi-nsintrall.exp: Likewise.
15431 * gdb.mi/mi-nsmoribund.exp: Likewise.
15432 * gdb.mi/mi-nsthrexec.exp: Likewise.
15433 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15434 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15435 * gdb.python/py-evsignal.exp: Don't enable target-async.
15436 * gdb.python/py-evthreads.exp: Likewise.
15437 * gdb.python/py-prompt.exp: Likewise.
15438 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15439 * gdb.server/solib-list.exp: Don't enable target-async.
15440 * gdb.threads/thread-specific-bp.exp: Likewise.
15441 * lib/mi-support.exp: Adjust to use mi-async.
15442
15443 2014-05-29 Pedro Alves <palves@redhat.com>
15444
15445 PR gdb/13860
15446 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15447 reason, even in sync mode.
15448
15449 2014-05-29 Pedro Alves <palves@redhat.com>
15450 Hui Zhu <hui@codesourcery.com>
15451
15452 PR PR15693
15453 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15454 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15455 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15456 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15457
15458 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15459
15460 * config/monitor.exp (gdb_target_monitor): Replace use of
15461 "set remotebaud" by "set serial baud".
15462
15463 2014-05-26 Andy Wingo <wingo@igalia.com>
15464
15465 * gdb.guile/scm-breakpoint.exp:
15466 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15467 properties instead of gdb-object-properties.
15468
15469 2014-05-26 Yao Qi <yao@codesourcery.com>
15470
15471 * gdb.server/no-thread-db.exp: Specify source file name
15472 explicitly when setting a breakpoint.
15473
15474 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15475
15476 * gdb.btrace/vdso.c: New.
15477 * gdb.btrace/vdso.exp: New.
15478
15479 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15480
15481 * gdb.base/gcore.exp (capture_command_output): Move ...
15482 * lib/gdb.exp (capture_command_output): ... here.
15483
15484 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15485
15486 * gdb.btrace/data.exp: Test memory access during btrace replay.
15487
15488 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15489
15490 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15491
15492 2014-05-21 Pedro Alves <palves@redhat.com>
15493
15494 PR gdb/13860
15495 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15496 (top level): Test that output related to execution commands is
15497 sent to the console with CLI commands, but not with MI commands.
15498 Test that breakpoint events are always mirrored to the console.
15499 Also expect the new source line to be output after a "next" in
15500 async mode too. Make it a pass/fail test.
15501 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15502 output.
15503 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15504
15505 2014-05-21 Pedro Alves <palves@redhat.com>
15506
15507 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15508 Use them to test variations of "list" after reaching a breakpoint.
15509 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15510 Test "list" with listsize 10 after reaching a breakpoint.
15511 * gdb.python/python.exp (decode_line current location line
15512 number): Adjust expected line number.
15513
15514 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15515
15516 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15517 behavior for $args, pass it directly to "run".
15518
15519 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15520
15521 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15522 30000 to 65536.
15523
15524 2014-05-21 Pedro Alves <palves@redhat.com>
15525
15526 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15527 auto-connect-native-target off".
15528 * gdb.base/auto-connect-native-target.c: New file.
15529 * gdb.base/auto-connect-native-target.exp: New file.
15530
15531 2014-05-21 Pedro Alves <palves@redhat.com>
15532
15533 * gdb.base/default.exp: Test "target native" instead of "target
15534 child".
15535
15536 2014-05-21 Mark Wielaard <mjw@redhat.com>
15537
15538 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15539
15540 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15541
15542 Fix TLS access for -static -pthread.
15543 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15544 <HAVE_TLS> (thread_function, main): Initialize it.
15545 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15546 Add clean_restart.
15547 <$have_tls != "">: Check TLSVAR.
15548
15549 2014-05-21 Pedro Alves <palves@redhat.com>
15550
15551 * gdb.base/dcache-line-read-error.c: New.
15552 * gdb.base/dcache-line-read-error.exp: New.
15553
15554 2014-05-20 Pedro Alves <palves@redhat.com>
15555
15556 * gdb.base/compare-sections.c: New file.
15557 * gdb.base/compare-sections.exp: New file.
15558
15559 2014-05-20 Pedro Alves <palves@redhat.com>
15560
15561 * gdb.base/break-idempotent.c: New file.
15562 * gdb.base/break-idempotent.exp: New file.
15563
15564 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15565
15566 * gdb.btrace/nohist.exp: New.
15567
15568 2014-05-20 Yao Qi <yao@codesourcery.com>
15569
15570 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15571 gdb.reverse directory and gdb_reverse_timeout exists in board
15572 setting.
15573 * README: Document gdb_reverse_timeout.
15574
15575 2014-05-20 Yao Qi <yao@codesourcery.com>
15576
15577 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15578 'test_file_name'. Treat args as a string instead of a list.
15579 (gdb_init): Rename argument 'args' by 'test_file_name'.
15580
15581 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15582
15583 * gdb.arch/powerpc-power.exp: New file.
15584 * gdb.arch/powerpc-power.s: New file.
15585
15586 2014-05-16 Doug Evans <dje@google.com>
15587
15588 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15589 * gdb.base/completion.exp: Check that all expected files exist
15590 before doing file completion.
15591
15592 2014-05-16 Doug Evans <dje@google.com>
15593
15594 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15595 Update.
15596 (do_syscall_tests_without_xml): Update.
15597
15598 2014-05-16 Pedro Alves <palves@redhat.com>
15599
15600 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15601 instead of "unknown output after running".
15602
15603 2014-05-16 Yao Qi <yao@codesourcery.com>
15604
15605 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15606 file1.txt from host at the end.
15607 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15608
15609 2014-05-15 Doug Evans <dje@google.com>
15610
15611 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15612 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15613 loading file. Add test for TU lookup.
15614
15615 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15616
15617 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15618 calling "-exec-arguments" or "set args" before running the
15619 inferior.
15620
15621 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15622
15623 * lib/mi-support.exp (mi_expect_stop): Expect message for
15624 inferiors that exit with non-zero exit code.
15625
15626 2014-05-14 Yao Qi <yao@codesourcery.com>
15627
15628 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15629 match absolute path on remote host.
15630 (test_file_list_exec_source_files): Remove "/" from the
15631 pattern.
15632
15633 2014-05-14 Yao Qi <yao@codesourcery.com>
15634
15635 * boards/local-remote-host-notty.exp (${board}_file): New
15636 proc.
15637
15638 2014-05-07 Kyle McMartin <kyle@redhat.com>
15639
15640 Pushed by Joel Brobecker <brobecker@adacore.com>.
15641 * gdb.arch/aarch64-atomic-inst.c: New file.
15642 * gdb.arch/aarch64-atomic-inst.exp: New file.
15643
15644 2014-05-07 Yao Qi <yao@codesourcery.com>
15645
15646 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15647 in current context" too.
15648
15649 2014-05-05 Keith Seitz <keiths@redhat.com>
15650
15651 * gdb.linespec/ls-dollar.exp: Add test for linespec
15652 file:convenience_variable.
15653
15654 2014-05-05 Yao Qi <yao@codesourcery.com>
15655
15656 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15657 traceframes into tfile and ctf trace files. Read data from
15658 trace file and test collected data.
15659 (gdb_collect_locals_test): Likewise.
15660 (gdb_unavailable_registers_test): Likewise.
15661 (gdb_unavailable_floats): Likewise.
15662 (gdb_collect_globals_test): Likewise.
15663 (top-level): Append "ctf" to trace_file_targets if GDB
15664 supports.
15665
15666 2014-05-05 Yao Qi <yao@codesourcery.com>
15667
15668 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15669 code to ...
15670 (gdb_collect_args_test_1): ... it. New proc.
15671 (gdb_collect_locals_test): Move some code to ...
15672 (gdb_collect_locals_test_1): ... it. New proc.
15673 (gdb_unavailable_registers_test): Move some code to ...
15674 (gdb_unavailable_registers_test_1): ... it. New proc.
15675 (gdb_unavailable_floats): Move some code to ...
15676 (gdb_unavailable_floats_1): ... it. New proc.
15677
15678 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15679
15680 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15681 probes to test for bitness recognition.
15682 * gdb.arch/amd64-stap-optional-prefix.exp
15683 (test_probe_value_without_reg): New procedure.
15684 Add code to test for different kinds of bitness.
15685
15686 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15687
15688 PR breakpoints/16889
15689 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15690 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15691
15692 2014-05-01 Pedro Alves <palves@redhat.com>
15693
15694 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15695 gdb_file_cmd if no file is specified.
15696 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15697 last_loaded_file to set the remote exec-file.
15698
15699 2014-05-01 Pedro Alves <palves@redhat.com>
15700
15701 * boards/local-remote-host.exp: New file.
15702
15703 2014-05-01 Pedro Alves <palves@redhat.com>
15704
15705 * boards/local-remote-host.exp: Rename to ...
15706 * boards/local-remote-host-notty.exp: ... this.
15707
15708 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15709
15710 * gdb.ada/dyn_arrayidx: New testcase.
15711
15712 2014-04-26 Yao Qi <yao@codesourcery.com>
15713
15714 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15715 and compute the length of function main. Save it in
15716 $main_length.
15717 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15718 (top-level): Use gdb_compile to compile objects into
15719 executable and restart GDB. Remove invocation to
15720 prepare_for_testing.
15721
15722 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15723 Pedro Alves <palves@redhat.com>
15724
15725 PR server/16255
15726 * gdb.multi/multi-attach.c: New file.
15727 * gdb.multi/multi-attach.exp: New file.
15728
15729 2014-04-25 Pedro Alves <palves@redhat.com>
15730
15731 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15732 user.
15733 (top level): Test that "set remote conditional-breakpoints-packet
15734 off" works as intended.
15735 * gdb.base/dprintf.exp: Test that "set remote
15736 breakpoint-commands-packet off" works as intended.
15737 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15738 New function.
15739 (top level): Call it.
15740 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15741 remote fast-tracepoints-packet off" works as intended.
15742 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15743 * lib/gdb.exp (gdb_is_target_remote): ... here.
15744
15745 2014-04-24 David Blaikie <dblaikie@gmail.com>
15746
15747 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15748 ensure clang would not discard them.
15749 * gdb.base/gdbvars.c: Ditto.
15750 * gdb.base/memattr.c: Ditto.
15751 * gdb.base/whatis.c: Ditto.
15752 * gdb.python/py-prettyprint.c: Ditto.
15753 * gdb.trace/actions.c: Ditto.
15754 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15755 ensure clang would not discard it.
15756
15757 2014-04-24 David Blaikie <dblaikie@gmail.com>
15758
15759 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15760 clang to emit the full definition of type required by the test
15761 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15762
15763 2014-04-24 David Blaikie <dblaikie@gmail.com>
15764
15765 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15766 coax Clang into emitting the definition of the type.
15767 * gdb.cp/pr10728-x.h (y): Ditto.
15768 * gdb.cp/pr10728-y.cc (y): Ditto.
15769
15770 2014-04-24 David Blaikie <dblaikie@gmail.com>
15771
15772 * gdb.base/label.exp: XFAIL label related tests under Clang.
15773 * gdb.cp/cplabel.exp: Ditto.
15774 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15775 under Clang those using labels.
15776
15777 2014-04-25 Yao Qi <yao@codesourcery.com>
15778
15779 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15780 double_label.
15781 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15782 partial_label and double_label.
15783
15784 2014-04-24 David Blaikie <dblaikie@gmail.com>
15785
15786 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15787
15788 2014-04-24 David Blaikie <dblaikie@gmail.com>
15789
15790 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15791 of the function to work across GCC and Clang.
15792 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15793 pointer types (const void ** const V void **).
15794
15795 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15796 Walfred Tedeschi <walfred.tedeschi@intel.com>
15797
15798 * Makefile.in (EXECUTABLES): Added i386-avx512.
15799 * gdb.arch/i386-avx512.c: New file.
15800 * gdb.arch/i386-avx512.exp: Likewise.
15801
15802 2014-04-23 Keith Seitz <keiths@redhat.com>
15803
15804 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15805 (mi_make_breakpoint_table): New procedure.
15806 (mi_create_breakpoint): Use mi_make_breakpoint
15807 and return the result.
15808 (mi_make_breakpoint): New procedure.
15809 (mi_build_kv_pairs): New procedure.
15810
15811 * gdb.mi/mi-break.exp: Remove unused globals,
15812 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15813 All callers updated.
15814 * gdb.mi/mi-dprintf.exp: Use variable to track command
15815 number.
15816 Update all callers of mi_create_breakpoint and use
15817 mi_make_breakpoint_table.
15818 Remove any unused global variables.
15819 * gdb.mi/mi-nonstop.exp: Likewise.
15820 * gdb.mi/mi-nsintrall.exp: Likewise.
15821 * gdb.mi/mi-nsmoribund.exp: Likewise.
15822 * gdb.mi/mi-nsthrexec.exp: Likewise.
15823 * gdb.mi/mi-reverse.exp: Likewise.
15824 * gdb.mi/mi-simplerun.exp: Likewise.
15825 * gdb.mi/mi-stepn.exp: Likewise.
15826 * gdb.mi/mi-syn-frame.exp: Likewise.
15827 * gdb.mi/mi-until.exp: Likewise.
15828 * gdb.mi/mi-var-cp.exp: Likewise.
15829 * gdb.mi/mi-var-display.exp: Likewise.
15830 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15831 * gdb.mi/mi2-var-child.exp: Likewise.
15832 * gdb.mi/mi-vla-c99.exp: Likewise.
15833 * lib/mi-support.exp: Likewise.
15834
15835 From Ian Lance Taylor <iant@cygnus.com>:
15836 * lib/gdb.exp (parse_args): New procedure.
15837
15838 2014-04-23 Pedro Alves <palves@redhat.com>
15839
15840 * gdb.base/break-unload-file.c: New file.
15841 * gdb.base/break-unload-file.exp: New file.
15842 * gdb.base/sym-file-lib.c (baz): New function.
15843 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15844 field.
15845 (load): Store the segment's mapped size.
15846 (unload): New function.
15847 (unload_shlib): New function.
15848 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15849 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15850 set a breakpoint at baz, and call it.
15851 * gdb.base/sym-file.exp: New tests for stale breakpoint
15852 instructions.
15853
15854 2014-04-23 Pedro Alves <palves@redhat.com>
15855
15856 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15857 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15858 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15859 * gdb.base/hbreak-unmapped.c: New file.
15860 * gdb.base/hbreak-unmapped.exp: New file.
15861 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15862 * lib/gdb.exp (gdb_is_target_remote): ... here.
15863
15864 2014-04-22 Pedro Alves <palves@redhat.com>
15865
15866 * gdb.base/consecutive-step-over.c: New file.
15867 * gdb.base/consecutive-step-over.exp: New file.
15868
15869 2014-04-22 Pedro Alves <palves@redhat.com>
15870
15871 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15872 instead of send_gdb/gdb_expect.
15873
15874 2014-04-22 Yao Qi <yao@codesourcery.com>
15875
15876 * lib/trace-support.exp (generate_tracefile): New procedure.
15877 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15878 return 0.
15879 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15880 if generate_tracefile returns 1.
15881
15882 2014-04-18 Tom Tromey <palves@redhat.com>
15883 Pedro alves <tromey@redhat.com>
15884
15885 PR backtrace/15558
15886 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15887 with a backtrace limit.
15888 * gdb.python/py-frame-inline.exp: Test running to an inline
15889 function with a backtrace limit, and printing the newest frame.
15890 * gdb.python/py-frame-inline.c (main): Call f.
15891
15892 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15893
15894 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15895
15896 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15897
15898 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15899 Drop prefix from unsupported source file path.
15900
15901 2014-04-17 Yao Qi <yao@codesourcery.com>
15902
15903 * lib/gdb.exp (with_target_charset): New proc.
15904 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15905 with_target_charset.
15906 (test_print_strings): Likewise.
15907 (test_repeat_bytes): Likewise.
15908 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15909 for some tests.
15910
15911 2014-04-16 Keith Seitz <keiths@redhat.com>
15912
15913 PR gdb/15827
15914 * gdb.dwarf2/corrupt.c: New file.
15915 * gdb.dwarf2/corrupt.exp: New file.
15916
15917 2014-04-16 Keith Seitz <keiths@redhat.com>
15918
15919 PR c++/16597
15920 * gdb.cp/namelessclass.cc: New file.
15921 * gdb.cp/namelessclass.exp: New file.
15922 * gdb.cp/namelessclass.S: New file.
15923
15924 2014-04-16 Doug Evans <dje@google.com>
15925
15926 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15927 Add comment.
15928 (gdbserver_default_get_comm_port): New function.
15929 (gdbserver_start): Check if board file provided
15930 "gdbserver,get_comm_port" and use it if so.
15931 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15932 (gdb,socketport): Set to "stdio".
15933 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15934 (stdio_gdbserver_template): Delete.
15935 (${board}_get_remote_address): Update.
15936 (${board}_build_remote_cmd): Delete.
15937 (${board}_get_comm_port): New function.
15938 (${board}_spawn): Update.
15939 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15940 Delete.
15941 (${board}_get_remote_address): Update.
15942 (${board}_get_comm_port): New function.
15943
15944 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15945
15946 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15947 appearing in any order.
15948
15949 2014-04-15 Doug Evans <dje@google.com>
15950
15951 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15952 uninitialized value of "description".
15953
15954 2014-04-15 Keith Seitz <keiths@redhat.com>
15955
15956 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15957 Remove unused globals.
15958 (test_running_the_program): Likewise.
15959 (test_controlled_execution): Likewise.
15960 (test_controlling_breakpoints): Likewise.
15961 (test_program_termination): Likewise.
15962
15963 2014-04-15 Keith Seitz <keiths@redhat.com>
15964
15965 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15966 unused globals.
15967 (test_rbreak_creation_and_listing): Likewise.
15968 (test_ignore_count): Likewise.
15969 (test_error): Likewise.
15970
15971 2014-04-15 Pedro Alves <palves@redhat.com>
15972
15973 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15974 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15975 sym-file-loader.c.
15976 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15977 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15978 to sym-file-loader.c.
15979 (struct library): Forward declare.
15980 (load_shlib, lookup_function): Change prototypes.
15981 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15982 (translate_offset): Remove declarations.
15983 (get_text_addr): New declaration.
15984 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15985 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15986 sym-file-loader.h.
15987 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15988 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15989 here from sym-file-loader.h.
15990 (struct library): New structure.
15991 (load_shlib, lookup_function): Change prototypes and adjust to
15992 work with a struct library.
15993 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15994 (translate_offset): Make static.
15995 (get_text_addr): New function.
15996 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15997
15998 2014-04-15 Pedro Alves <palves@redhat.com>
15999
16000 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16001
16002 2014-04-15 Pedro Alves <palves@redhat.com>
16003
16004 * gdb.base/sym-file-loader.c: Include <limits.h>.
16005 (SELF_LINK): New define.
16006 (get_origin): New function.
16007 (load_shlib): Use it.
16008 * gdb.base/sym-file.exp: Don't early return if the target is
16009 remote. Use runto_main, and issue fail is that fails. Use
16010 gdb_load_shlibs.
16011 (shlib_name): Delete.
16012 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16013
16014 2014-04-15 Pedro Alves <palves@redhat.com>
16015
16016 * gdb.base/sym-file.exp: Remove regex characters from test
16017 message. Don't refer to breakpoint numbers in test messages.
16018
16019 2014-04-14 Keith Seitz <keiths@redhat.com>
16020
16021 PR c++/16253
16022 * gdb.cp/var-tag.cc: New file.
16023 * gdb.cp/var-tag.exp: New file.
16024 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16025 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16026 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16027 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16028
16029 2014-04-14 Tom Tromey <tromey@redhat.com>
16030
16031 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16032 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16033 type.
16034 * gdb.cp/enum-class.exp: New file.
16035 * gdb.cp/enum-class.cc: New file.
16036
16037 2014-04-14 Tom Tromey <tromey@redhat.com>
16038
16039 * gdb.dwarf2/enum-type.exp: New file.
16040
16041 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16042
16043 * gdb.mi/mi-vla-c99.exp: New file.
16044 * gdb.mi/vla.c: New file.
16045
16046 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16047
16048 * gdb.base/vla-datatypes.c: New file.
16049 * gdb.base/vla-datatypes.exp: New file.
16050
16051 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16052
16053 * gdb.base/vla-ptr.c: New file.
16054 * gdb.base/vla-ptr.exp: New file.
16055
16056 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16057
16058 * gdb.dwarf2/count.exp: New file.
16059
16060 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16061
16062 * gdb.base/vla-sideeffect.c: New file.
16063 * gdb.base/vla-sideeffect.exp: New file.
16064
16065 2014-04-14 David Blaikie <dblaikie@gmail.com>
16066
16067 * gdb.mi/non-stop.c: Add return value for non-void function return
16068 statement.
16069 * gdb.threads/staticthreads.c: Ditto.
16070
16071 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16072 Doug Evans <xdje42@gmail.com>
16073
16074 * gdb.guile/scm-value.c: Improve test case.
16075 * gdb.guile/scm-value.exp: Add new test.
16076
16077 2014-04-11 David Blaikie <dblaikie@gmail.com>
16078
16079 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16080 override Clang's default.
16081
16082 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16083
16084 Revert the following changes (regressions):
16085
16086 * gdb.base/vla-sideeffect.c: New file.
16087 * gdb.base/vla-sideeffect.exp: New file.
16088
16089 * gdb.dwarf2/count.exp: New file.
16090
16091 * gdb.base/vla-multi.c: New file.
16092 * gdb.base/vla-multi.exp: New file.
16093
16094 * gdb.base/vla-ptr.c: New file.
16095 * gdb.base/vla-ptr.exp: New file.
16096
16097 * gdb.base/vla-datatypes.c: New file.
16098 * gdb.base/vla-datatypes.exp: New file.
16099
16100 * gdb.mi/mi-vla-c99.exp: New file.
16101 * gdb.mi/vla.c: New file.
16102
16103 2014-04-11 Keith Seitz <keiths@redhat.com>
16104
16105 PR c++/16675
16106 * gdb.cp/cpsizeof.exp: New file.
16107 * gdb.cp/cpsizeof.cc: New file.
16108
16109 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16110
16111 * gdb.mi/mi-vla-c99.exp: New file.
16112 * gdb.mi/vla.c: New file.
16113
16114 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16115
16116 * gdb.base/vla-datatypes.c: New file.
16117 * gdb.base/vla-datatypes.exp: New file.
16118
16119 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16120
16121 * gdb.base/vla-ptr.c: New file.
16122 * gdb.base/vla-ptr.exp: New file.
16123
16124 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16125
16126 * gdb.base/vla-multi.c: New file.
16127 * gdb.base/vla-multi.exp: New file.
16128
16129 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16130
16131 * gdb.dwarf2/count.exp: New file.
16132
16133 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16134
16135 * gdb.base/vla-sideeffect.c: New file.
16136 * gdb.base/vla-sideeffect.exp: New file.
16137
16138 2014-04-11 Yao Qi <yao@codesourcery.com>
16139
16140 * gdb.base/completion.exp: Check file exists before running tests
16141 on file completion.
16142
16143 2014-04-10 Pedro Alves <palves@redhat.com>
16144
16145 * gdb.base/cond-eval-mode.c: New file.
16146 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16147 prepare_for_testing to build the new file. Check result of
16148 runto_main.
16149 (test_break, test_watch): New procedures.
16150 (top level): Use them.
16151
16152 2014-04-08 Pierre Muller <muller@sourceware.org>
16153
16154 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16155 Ctrl-V use for mingw hosts.
16156
16157 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16158
16159 * gdb.python/py-value.c: Improve test case.
16160 * gdb.python/py-value.exp: Add new test.
16161
16162 2014-04-07 David Blaikie <dblaikie@gmail.com>
16163
16164 * lib/compiler.c: Identify the clang compiler.
16165 * lib/compiler.cc: Ditto.
16166
16167 2014-04-03 Yao Qi <yao@codesourcery.com>
16168
16169 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16170
16171 2014-04-01 Anton Blanchard <anton@samba.org>
16172
16173 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16174 messages unique.
16175
16176 2014-04-01 Anton Blanchard <anton@samba.org>
16177
16178 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16179 prepare_for_testing.
16180
16181 2014-04-01 Anton Blanchard <anton@samba.org>
16182
16183 * gdb.arch/ppc64-atomic-inst.c: Remove.
16184 * gdb.arch/ppc64-atomic-inst.S: New file.
16185 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16186
16187 2014-03-31 Doug Evans <dje@google.com>
16188
16189 * gdb.base/print-symbol-loading-lib.c: New file.
16190 * gdb.base/print-symbol-loading-main.c: New file.
16191 * gdb.base/print-symbol-loading.exp: New file.
16192
16193 2014-03-31 Yao Qi <yao@codesourcery.com>
16194
16195 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16196
16197 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16198
16199 * gdb.ada/mi_dyn_arr: New testcase.
16200
16201 2014-03-27 Doug Evans <dje@google.com>
16202
16203 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16204
16205 2014-03-27 Yao Qi <yao@codesourcery.com>
16206
16207 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16208 if target is nios2-*-*.
16209
16210 2014-03-26 Yao Qi <yao@codesourcery.com>
16211
16212 * lib/gdb.exp (readline_is_used): New proc.
16213 * gdb.base/completion.exp: Move tests on command complete up.
16214 Skip the rest of tests if readline is not used.
16215 * gdb.ada/complete.exp: Skp the test if readline is not
16216 used.
16217 * gdb.base/filesym.exp: Likewise.
16218 * gdb.base/macscp.exp: Likewise.
16219 * gdb.base/readline-ask.exp: Likewise.
16220 * gdb.base/readline.exp: Likewise.
16221 * gdb.python/py-cmd.exp: Likewise.
16222 * gdb.trace/tfile.exp: Likewise.
16223
16224 2014-03-26 Yao Qi <yao@codesourcery.com>
16225
16226 * gdb.base/macscp.exp: Fix code format issues.
16227
16228 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16229
16230 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16231 * gdb.asm/powerpc64le.inc: New file.
16232
16233 2014-03-25 Pedro Alves <palves@redhat.com>
16234 Doug Evans <dje@google.com>
16235
16236 * gdb.base/source-execution.c: New file.
16237 * gdb.base/source-execution.exp: New file.
16238 * gdb.base/source-execution.gdb: New file.
16239
16240 2014-03-24 Doug Evans <dje@google.com>
16241
16242 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16243 using fission.
16244
16245 2014-03-24 Hui Zhu <hui@codesourcery.com>
16246 Pedro Alves <palves@redhat.com>
16247
16248 PR breakpoints/16101
16249 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16250 test pass/fail messages. Detect missing support for dprintf when
16251 breakpoints are actually inserted.
16252 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16253 breakpoints are actually inserted.
16254 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16255 fails.
16256
16257 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16258
16259 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16260
16261 2014-03-22 Doug Evans <xdje42@gmail.com>
16262
16263 * gdb.python/python.exp (python not supported): Verify multi-line
16264 python command issues an error.
16265 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16266 guile command issues an error.
16267
16268 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16269
16270 * gdb.threads/thread-specific.exp: Handle the lack of usable
16271 $this_breakpoint and $this_thread.
16272
16273 2014-03-21 Hui Zhu <hui@codesourcery.com>
16274
16275 * gdb.base/attach.exp (do_command_attach_tests): New.
16276
16277 2014-03-20 Tom Tromey <tromey@redhat.com>
16278 Pedro Alves <palves@redhat.com>
16279
16280 PR cli/15718
16281 * gdb.base/condbreak-call-false.c: New file.
16282 * gdb.base/condbreak-call-false.exp: New file.
16283
16284 2014-03-20 Pedro Alves <palves@redhat.com>
16285
16286 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16287 Delete.
16288 (block_signals, unblock_signals): Delete.
16289 (child_function_2, main): Remove references to deleted variable
16290 and functions.
16291
16292 2014-03-20 Pedro Alves <palves@redhat.com>
16293
16294 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16295 Use pthread_kill to signal thread 2.
16296 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16297 Adjust to make the test send itself a signal rather than using the
16298 host's "kill" command.
16299
16300 2014-03-20 Pedro Alves <palves@redhat.com>
16301
16302 * gdb.threads/multiple-step-overs.c: New file.
16303 * gdb.threads/multiple-step-overs.exp: New file.
16304 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16305 Adjust expected infrun debug output.
16306
16307 2014-03-20 Pedro Alves <palves@redhat.com>
16308
16309 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16310 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16311
16312 2014-03-20 Pedro Alves <palves@redhat.com>
16313
16314 PR breakpoints/7143
16315 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16316 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16317 of gdb_test_multiple.
16318 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16319 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16320
16321 2014-03-20 Pedro Alves <palves@redhat.com>
16322
16323 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16324 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16325
16326 2014-03-19 Pedro Alves <palves@redhat.com>
16327
16328 * gdb.base/async.exp: Remove early return.
16329
16330 2014-03-19 Pedro Alves <palves@redhat.com>
16331
16332 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16333
16334 2014-03-19 Pedro Alves <palves@redhat.com>
16335
16336 * gdb.base/async.exp (test_background): Expect \r\n after
16337 "completed." in the fail pattern.
16338
16339 2014-03-19 Pedro Alves <palves@redhat.com>
16340
16341 * gdb.base/async.exp (test_background): New procedure.
16342 Use it for all background execution command tests.
16343
16344 2014-03-19 Pedro Alves <palves@redhat.com>
16345
16346 * gdb.base/async.exp: Use prepare_for_testing.
16347
16348 2014-03-19 Pedro Alves <palves@redhat.com>
16349
16350 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16351 the same line.
16352
16353 2014-03-19 Pedro Alves <palves@redhat.com>
16354
16355 * gdb.base/async.c (main): Add "jump here" and "until here" line
16356 marker comments.
16357 * gdb.base/async.exp (jump_here): New global.
16358 (jump& test): Use it.
16359 (until_here): New global.
16360 (until& test): Use it.
16361
16362 2014-03-19 Pedro Alves <palves@redhat.com>
16363
16364 * gdb.base/async.exp: Don't frob gdb_protocol.
16365
16366 2014-03-18 Doug Evans <xdje42@gmail.com>
16367
16368 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16369 Fix spelling of exec-done-display.
16370
16371 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16372
16373 PR gdb/15358
16374 * gdb.base/gdb-sigterm.c: New file.
16375 * gdb.base/gdb-sigterm.exp: New file.
16376
16377 2014-03-18 Pedro Alves <palves@redhat.com>
16378
16379 PR gdb/13860
16380 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16381 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16382 solib-event.
16383
16384 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16385
16386 * gdb.ada/pckd_arr_ren: New testcase.
16387
16388 2014-03-13 Doug Evans <xdje42@gmail.com>
16389
16390 PR guile/16612
16391 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16392 collect after discarding symbols.
16393
16394 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16395 Doug Evans <xdje42@gmail.com>
16396
16397 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16398 to history survives a gc.
16399
16400 2014-03-13 Pedro Alves <palves@redhat.com>
16401
16402 * gdb.base/default.exp: Don't test "target procfs".
16403
16404 2014-03-13 Pedro Alves <palves@redhat.com>
16405
16406 * gdb.base/default.exp: Update "target child" and "target procfs"
16407 tests to not expect "Unix".
16408
16409 2014-03-12 Tom Tromey <tromey@redhat.com>
16410
16411 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16412 New procs. Add target-async tests.
16413 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16414 Add target-async tests.
16415
16416 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16417
16418 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16419 'func_start' and 'func_end' for the beginning and end of the
16420 function code, respectively.
16421 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16422 'func_end' instead of 'func' and 'main'.
16423
16424 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16425
16426 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16427 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16428 generate the debug info assembler source.
16429
16430 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16431
16432 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16433 * gdb.dwarf2/arr-subrange.exp: Likewise.
16434 * gdb.dwarf2/dwz.exp: Likewise.
16435 * gdb.dwarf2/method-ptr.exp: Likewise.
16436 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16437 * gdb.dwarf2/subrange.exp: Likewise.
16438 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16439 * gdb.dwarf2/implptrpiece.exp: Likewise.
16440 * gdb.dwarf2/nostaticblock.exp: Likewise.
16441
16442 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16443
16444 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16445 directory to absolute path name arguments.
16446
16447 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16448
16449 * gdb.ada/tagged_access: New testcase.
16450
16451 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16452
16453 * gdb.btrace/data.exp: Update expected output.
16454
16455 2014-03-06 Yao Qi <yao@codesourcery.com>
16456
16457 * gdb.trace/pr16508.exp: New file.
16458
16459 2014-03-05 Pedro Alves <palves@redhat.com>
16460
16461 PR gdb/16575
16462 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16463 procedure.
16464 (top level): Adjust to use it. Add tests that exercise breakpoint
16465 interaction with the code-cache.
16466
16467 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16468
16469 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16470 test for 'history-append!'.
16471
16472 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16473
16474 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16475 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16476 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16477 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16478 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16479 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16480
16481 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16482
16483 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16484 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16485 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16486
16487 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16488
16489 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16490
16491 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16492
16493 * gdb.dwarf2/arr-stride.c: New file.
16494 * gdb.dwarf2/arr-stride.exp: New file.
16495
16496 2014-02-26 Pedro Alves <palves@redhat.com>
16497
16498 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16499 that won't ever trigger. Make sure that GDB reports the correct
16500 breakpoint that caused the stop.
16501
16502 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16503
16504 PR gdb/16626
16505 * gdb.base/auto-load-script: New file.
16506 * gdb.base/auto-load.c: New file.
16507 * gdb.base/auto-load.exp: New file.
16508
16509 PR gdb/16626
16510 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16511
16512 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16513
16514 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16515 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16516
16517 2014-02-24 Doug Evans <dje@google.com>
16518
16519 * lib/gdb.exp (run_on_host): Log error output if program fails.
16520
16521 2014-02-21 Pedro Alves <palves@redhat.com>
16522
16523 * gdb.threads/step-after-sr-lock.c: Rename to ...
16524 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16525 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16526 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16527 ... this.
16528
16529 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16530
16531 PR tdep/16397
16532 * gdb.arch/amd64-stap-special-operands.exp: New file.
16533 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16534 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16535 * gdb.arch/amd64-stap-triplet.S: Likewise.
16536 * gdb.arch/amd64-stap-triplet.c: Likewise.
16537
16538 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16539
16540 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16541 in .section pseudo-op.
16542
16543 2014-02-20 lin zuojian <manjian2006@gmail.com>
16544 Joel Brobecker <brobecker@adacore.com>
16545 Doug Evans <xdje42@gmail.com>
16546
16547 PR symtab/16581
16548 * gdb.dwarf2/dw2-icycle.S: New file.
16549 * gdb.dwarf2/dw2-icycle.c: New file.
16550 * gdb.dwarf2/dw2-icycle.exp: New file.
16551
16552 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16553
16554 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16555 operations on gdb.Value objects.
16556 * gdb.python/py-value-cc.exp: Add new test to test operations on
16557 gdb.Value objects.
16558
16559 2014-02-18 Doug Evans <dje@google.com>
16560
16561 * Makefile.in (TESTS): New variable.
16562 (expanded_tests, expanded_tests_or_none): New variables
16563 (check-single): Pass $(expanded_tests_or_none) to runtest.
16564 (check-parallel): Only run tests in $(TESTS) if non-empty.
16565 (check/no-matching-tests-found): New rule.
16566 * README: Document TESTS makefile variable.
16567
16568 2014-02-18 Doug Evans <dje@google.com>
16569
16570 * Makefile.in (check-parallel): rm -rf outputs temp.
16571
16572 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16573
16574 Fix "ERROR: no fileid for" in the testsuite.
16575 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16576
16577 2014-02-12 Doug Evans <dje@google.com>
16578
16579 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16580 (MISCELLANEOUS): New variable.
16581 (clean): rm -rf $(MISCELLANEOUS).
16582 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16583 dwp live in the same directory as symlinks, with each symlink pointed
16584 to a differently named file in a different directory.
16585
16586 2014-02-11 Doug Evans <dje@google.com>
16587
16588 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16589 of Tcl file commands.
16590
16591 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16592
16593 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16594 "kill -SIGUSR1 -1".
16595
16596 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16597
16598 * gdb.ada/tick_length_array_enum_idx: New testcase.
16599
16600 2014-02-10 Doug Evans <xdje42@gmail.com>
16601
16602 * configure.ac (AC_OUTPUT): Add gdb.guile.
16603 * configure: Regenerate.
16604 * lib/gdb-guile.exp: New file.
16605 * lib/gdb.exp (get_target_charset): New function.
16606 * gdb.base/help.exp: Update expected output from "apropos apropos".
16607 * gdb.guile/Makefile.in: New file.
16608 * gdb.guile/guile.exp: New file.
16609 * gdb.guile/scm-arch.c: New file.
16610 * gdb.guile/scm-arch.exp: New file.
16611 * gdb.guile/scm-block.c: New file.
16612 * gdb.guile/scm-block.exp: New file.
16613 * gdb.guile/scm-breakpoint.c: New file.
16614 * gdb.guile/scm-breakpoint.exp: New file.
16615 * gdb.guile/scm-disasm.c: New file.
16616 * gdb.guile/scm-disasm.exp: New file.
16617 * gdb.guile/scm-equal.c: New file.
16618 * gdb.guile/scm-equal.exp: New file.
16619 * gdb.guile/scm-error.exp: New file.
16620 * gdb.guile/scm-error.scm: New file.
16621 * gdb.guile/scm-frame-args.c: New file.
16622 * gdb.guile/scm-frame-args.exp: New file.
16623 * gdb.guile/scm-frame-args.scm: New file.
16624 * gdb.guile/scm-frame-inline.c: New file.
16625 * gdb.guile/scm-frame-inline.exp: New file.
16626 * gdb.guile/scm-frame.c: New file.
16627 * gdb.guile/scm-frame.exp: New file.
16628 * gdb.guile/scm-generics.exp: New file.
16629 * gdb.guile/scm-gsmob.exp: New file.
16630 * gdb.guile/scm-iterator.c: New file.
16631 * gdb.guile/scm-iterator.exp: New file.
16632 * gdb.guile/scm-math.c: New file.
16633 * gdb.guile/scm-math.exp: New file.
16634 * gdb.guile/scm-objfile-script-gdb.in: New file.
16635 * gdb.guile/scm-objfile-script.c: New file.
16636 * gdb.guile/scm-objfile-script.exp: New file.
16637 * gdb.guile/scm-objfile.c: New file.
16638 * gdb.guile/scm-objfile.exp: New file.
16639 * gdb.guile/scm-ports.exp: New file.
16640 * gdb.guile/scm-pretty-print.c: New file.
16641 * gdb.guile/scm-pretty-print.exp: New file.
16642 * gdb.guile/scm-pretty-print.scm: New file.
16643 * gdb.guile/scm-section-script.c: New file.
16644 * gdb.guile/scm-section-script.exp: New file.
16645 * gdb.guile/scm-section-script.scm: New file.
16646 * gdb.guile/scm-symbol.c: New file.
16647 * gdb.guile/scm-symbol.exp: New file.
16648 * gdb.guile/scm-symtab-2.c: New file.
16649 * gdb.guile/scm-symtab.c: New file.
16650 * gdb.guile/scm-symtab.exp: New file.
16651 * gdb.guile/scm-type.c: New file.
16652 * gdb.guile/scm-type.exp: New file.
16653 * gdb.guile/scm-value-cc.cc: New file.
16654 * gdb.guile/scm-value-cc.exp: New file.
16655 * gdb.guile/scm-value.c: New file.
16656 * gdb.guile/scm-value.exp: New file.
16657 * gdb.guile/source2.scm: New file.
16658 * gdb.guile/types-module.cc: New file.
16659 * gdb.guile/types-module.exp: New file.
16660
16661 2014-02-10 Yao Qi <yao@codesourcery.com>
16662
16663 PR testsuite/16543
16664 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16665 * configure: Regenerated.
16666 * Makefile.in: New file.
16667
16668 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16669
16670 * gdb.python/py-framefilter.exp: Fix typo.
16671
16672 2014-02-08 Yao Qi <yao@codesourcery.com>
16673
16674 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16675 that no =breakpoint-modified is emitted when breakpoints are
16676 modified through MI commands.
16677
16678 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16679 Pedro Alves <palves@redhat.com>
16680
16681 * gdb.threads/step-after-sr-lock.c: New file.
16682 * gdb.threads/step-after-sr-lock.exp: New file.
16683
16684 2014-02-07 Pedro Alves <palves@redhat.com>
16685
16686 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16687
16688 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16689
16690 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16691 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16692
16693 2014-02-06 Doug Evans <xdje42@gmail.com>
16694
16695 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16696 output.
16697
16698 * gdb.gdb/python-interrupts.exp: New file.
16699
16700 2014-02-05 Yao Qi <yao@codesourcery.com>
16701
16702 * gdb.trace/report.exp (use_collected_data): Test the output
16703 of "info threads" and "info inferiors".
16704
16705 2014-02-05 Yao Qi <yao@codesourcery.com>
16706
16707 Revert this patch:
16708
16709 2013-05-24 Yao Qi <yao@codesourcery.com>
16710
16711 * gdb.trace/tfile.exp: Test inferior and thread.
16712
16713 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16714
16715 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16716 on a function.
16717 * gdb.base/step-bt.c: Call hello via function pointer to make
16718 sure its first instruction is executed on powerpc64le-linux.
16719
16720 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16721
16722 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16723
16724 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16725
16726 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16727 of the test patterns for use on little-endian systems.
16728
16729 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16730
16731 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16732 (decimal_vector): Fix for little-endian.
16733
16734 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16735
16736 * gdb.arch/sparc-sysstep.exp: New file.
16737 * gdb.arch/sparc-sysstep.c: Likewise.
16738
16739 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16740
16741 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16742
16743 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16744
16745 2014-01-23 Tom Tromey <tromey@redhat.com>
16746
16747 * gdb.ada/array_char_idx: New testcase.
16748
16749 2014-01-23 Tom Tromey <tromey@redhat.com>
16750
16751 PR python/16487:
16752 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16753 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16754 classes.
16755
16756 2014-01-23 Tom Tromey <tromey@redhat.com>
16757
16758 PR python/16491:
16759 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16760 string from an inferior frame.
16761 * gdb.python/py-framefilter-mi.exp: Update.
16762
16763 2014-01-22 Doug Evans <dje@google.com>
16764
16765 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16766
16767 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16768
16769 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16770
16771 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16772
16773 * gdb.trace/entry-values.exp: Remove excess space character from
16774 regex patterns. Handle s390 call instruction.
16775
16776 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16777
16778 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16779 define "*_start" label. Make "name" static.
16780 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16781 ${name} by references to ${name}_start.
16782
16783 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16784
16785 * gdb.base/info-macros.exp: Remove "debug" from the compile
16786 options.
16787
16788 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16789
16790 * gdb.dlang/demangle.exp: New file.
16791
16792 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16793
16794 * gdb.dlang/primitive-types.exp: New file.
16795
16796 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16797
16798 * configure.ac: Create gdb.dlang/Makefile.
16799 * configure: Regenerate.
16800 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16801 * gdb.dlang/Makefile.in: New file.
16802 * lib/d-support.exp: New file.
16803 * lib/gdb.exp (skip_d_tests): New proc.
16804
16805 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16806
16807 * gdb.btrace/delta.exp: Check reverse stepi.
16808 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16809 * gdb.btrace/finish.exp: New.
16810 * gdb.btrace/next.exp: New.
16811 * gdb.btrace/nexti.exp: New.
16812 * gdb.btrace/record_goto.c: Add comments.
16813 * gdb.btrace/step.exp: New.
16814 * gdb.btrace/stepi.exp: New.
16815 * gdb.btrace/multi-thread-step.c: New.
16816 * gdb.btrace/multi-thread-step.exp: New.
16817 * gdb.btrace/rn-dl-bind.c: New.
16818 * gdb.btrace/rn-dl-bind.exp: New.
16819 * gdb.btrace/data.c: New.
16820 * gdb.btrace/data.exp: New.
16821 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16822
16823 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16824
16825 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16826 * gdb.btrace/exception.exp: Update.
16827 * gdb.btrace/instruction_history.exp: Update.
16828 * gdb.btrace/record_goto.exp: Update.
16829 * gdb.btrace/tailcall.exp: Update.
16830 * gdb.btrace/unknown_functions.exp: Update.
16831 * gdb.btrace/delta.exp: New.
16832
16833 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16834
16835 * gdb.btrace/record_goto.exp: Add backtrace test.
16836 * gdb.btrace/tailcall.exp: Add backtrace test.
16837
16838 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16839
16840 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16841 * gdb.btrace/record_goto.c: New.
16842 * gdb.btrace/record_goto.exp: New.
16843 * gdb.btrace/x86-record_goto.S: New.
16844
16845 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16846
16847 * gdb.btrace/function_call_history.exp: Update tests.
16848 * gdb.btrace/instruction_history.exp: Update tests.
16849
16850 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16851
16852 * gdb.btrace/function_call_history.exp: Fix expected field
16853 order for "record function-call-history".
16854 Add new tests for "record function-call-history /c".
16855 * gdb.btrace/exception.cc: New.
16856 * gdb.btrace/exception.exp: New.
16857 * gdb.btrace/tailcall.exp: New.
16858 * gdb.btrace/x86-tailcall.S: New.
16859 * gdb.btrace/x86-tailcall.c: New.
16860 * gdb.btrace/unknown_functions.c: New.
16861 * gdb.btrace/unknown_functions.exp: New.
16862 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16863
16864 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16865
16866 * gdb.btrace/instruction_history.exp: Update.
16867 * gdb.btrace/function_call_history.exp: Update.
16868
16869 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16870
16871 * gdb.btrace/function_call_history.exp: Fix expected function
16872 trace.
16873 * gdb.btrace/instruction_history.exp: Initialize traced.
16874 Remove traced_functions.
16875
16876 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16877
16878 * gdb.btrace/function_call_history.exp: Update
16879 * gdb.btrace/instruction_history.exp: Update.
16880
16881 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16882
16883 * gdb.btrace/enable.exp: Update expected text.
16884
16885 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16886
16887 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16888 bytes.
16889
16890 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16891
16892 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16893
16894 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16895
16896 * lib/gdb.exp (supports_process_record): Return true for
16897 arm*-linux*. (supports_reverse): Likewise.
16898
16899 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16900
16901 PR python/15464
16902 PR python/16113
16903 * gdb.python/py-type.c: Enhance test case.
16904 * gdb.python/py-value-cc.cc: Likewise
16905 * gdb.python/py-type.exp: Add new tests.
16906 * gdb.python/py-value-cc.exp: Likewise
16907
16908 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16909 Pedro Alves <palves@redhat.com>
16910
16911 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16912 Make "name" extern.
16913 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16914 references to ${name}_start by references to ${name}.
16915
16916 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16917
16918 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16919
16920 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16921
16922 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16923
16924 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16925 Pedro Alves <palves@redhat.com>
16926
16927 * gdb.mi/mi-info-os.exp: Connect to the target with
16928 mi_gdb_target_load.
16929
16930 2014-01-08 Pedro Alves <palves@redhat.com>
16931
16932 * gdb.threads/reconnect-signal.c: New file.
16933 * gdb.threads/reconnect-signal.exp: New file.
16934
16935 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16936
16937 * gdb.base/source-dir.exp: New file.
16938
16939 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16940
16941 * gdb.ada/mi_interface: New testcase.
16942
16943 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16944
16945 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16946 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16947 gdb.ada/pp-rec-component/pck.ads: New files.
16948
16949 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16950
16951 * gdb.python/py-pp-integral.c: New file.
16952 * gdb.python/py-pp-integral.py: New file.
16953 * gdb.python/py-pp-integral.exp: New file.
16954
16955 For older changes see ChangeLog-1993-2013.
16956 \f
16957 ;; Local Variables:
16958 ;; mode: change-log
16959 ;; left-margin: 8
16960 ;; fill-column: 74
16961 ;; version-control: never
16962 ;; End:
16963
16964 Copyright 2014-2019 Free Software Foundation, Inc.
16965 Copying and distribution of this file, with or without modification,
16966 are permitted provided the copyright notice and this notice are preserved.
This page took 0.370598 seconds and 5 git commands to generate.