7b6793b0a298b49c0b6d82a559050c5985817410
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
4 functions'. Reindent as needed.
5 * gdb.base/info-var-f1.c: New file.
6 * gdb.base/info-var-f2.c: New file.
7 * gdb.base/info-var.exp: New file.
8 * gdb.base/info-var.h: New file.
9
10 2019-08-26 Tom de Vries <tdevries@suse.de>
11
12 PR c++/24852
13 * gdb.cp/no-libstdcxx-probe.exp: New test.
14
15 2019-08-26 Tom de Vries <tdevries@suse.de>
16
17 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
18 * tests need to be skipped.
19 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
20 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
21 mi_skip_libstdcxx_probe_tests.
22
23 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
24
25 * gdb.python/py-xmethods.exp: Use raw strings when passing
26 arguments to SimpleXMethodMatcher.
27
28 2019-08-22 Tom de Vries <tdevries@suse.de>
29
30 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
31 more informative.
32
33 2019-08-21 Pedro Alves <palves@redhat.com>
34
35 * gdb.base/with.exp: Test "with" with no arguments.
36
37 2019-08-21 Tom de Vries <tdevries@suse.de>
38
39 * gdb.base/gdb-caching-proc.exp: Sort files.
40
41 2019-08-20 Tom de Vries <tdevries@suse.de>
42
43 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
44 compilation.
45
46 2019-08-16 Tom de Vries <tdevries@suse.de>
47
48 * gdb.base/compare-sections.exp ("after run to main"): Allow
49 mismatched read-only sections for PIE executables.
50
51 2019-08-16 Tom Tromey <tom@tromey.com>
52
53 * lib/tuiterm.exp (_csi_Z): New proc.
54 * gdb.tui/basic.exp: Update window positions.
55 * gdb.tui/empty.exp: Update window positions.
56
57 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
58
59 * gdb.base/examine-backward.exp: Correct regexp for
60 "examine 3 bytes backward from ${address_zero}".
61
62 2019-08-15 Tom Tromey <tom@tromey.com>
63
64 * gdb.tui/empty.exp: Enable resizing tests.
65
66 2019-08-15 Tom Tromey <tromey@adacore.com>
67
68 * gdb.ada/char_enum.exp: Add regression tests.
69 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
70 and '0'.
71 (Char, Gchar): Update.
72 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
73
74 2019-08-15 Christian Biesinger <cbiesinger@google.com>
75
76 * gdb.python/python.exp: Expect a leading underscore on
77 GdbOutput{,Error}File.
78
79 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
80
81 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
82 Windows host.
83
84 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
85
86 * gdb.base/batch-preserve-term-settings.exp
87 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
88
89 2019-08-15 Christian Biesinger <cbiesinger@google.com>
90
91 * lib/gdb.exp: When running on a mingw target, replace
92 /x/ with x:/.
93
94 2019-08-14 Alan Hayward <alan.hayward@arm.com>
95
96 * gdb.arch/aarch64-prologue.c: New test.
97 * gdb.arch/aarch64-prologue.exp: New file.
98
99 2019-08-13 Tom de Vries <tdevries@suse.de>
100
101 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
102 Thread.
103
104 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
105
106 * gdb.python/py-completion.exp: Download the .py file to the host
107 and use its host pathname. Conditionalize tests that use
108 tab completion and manipulate files on the build machine.
109 * gdb.python/py-events.exp: Download the .py file to the host
110 and use its host pathname.
111 * gdb.python/py-evsignal.exp: Likewise.
112 * gdb.python/py-evthreads.exp: Likewise.
113 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
114 pathname syntax.
115 * gdb.python/py-framefilter.exp: Download the .py file to the right
116 place on the host. Match Windows pathname syntax.
117 * gdb.python/py-mi-var-info-path-expression.exp: Download the
118 .py file to the host and use its host pathname.
119 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
120 * gdb.python/py-objfile.exp: Expect a host pathname, not a
121 build pathname. Skip symlink test on Windows host. Add missing
122 newline at end of file.
123 * gdb.python/py-pp-maint.exp: Download the .py file to the host
124 and use its host pathname.
125 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
126 * gdb.python/py-section-script.exp: Use host location of binfile
127 on safe-path. Use correct path separator on Windows host.
128 Reorder alternatives in gdb_test_multiple to prevent matching
129 the wrong alternative on success.
130 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
131
132 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
133
134 * gdb.gdb/selftest.exp (test_with_self): Update test to now
135 expect the GDB inferior to no longer immediately stop after
136 being resumed with "signal SIGINT".
137
138 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
139
140 * gdb.linespec/break-ask.exp: Generalize regexps to match
141 Windows pathnames too.
142
143 2019-08-08 Tom de Vries <tdevries@suse.de>
144
145 PR testsuite/24862
146 * lib/tuiterm.exp (_accept): Fix CSI regexp.
147
148 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
149
150 * gdb.base/style.exp: Update tests for help doc new invariants.
151 * gdb.base/help.exp: Likewise.
152
153 2019-08-06 Tom Tromey <tom@tromey.com>
154
155 * gdb.base/style.exp: Add disassemble test.
156 * gdb.base/style.c (some_called_function): New function.
157 (main): Use it.
158
159 2019-08-05 Christian Biesinger <cbiesinger@google.com>
160
161 * gdb.python/py-block.exp: Test dictionary access on blocks.
162
163 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
164
165 PR gdb/24863
166 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
167 -list-thread-groups --available test when running under
168 check-read1.
169
170 2019-08-05 Tom de Vries <tdevries@suse.de>
171
172 PR testsuite/24863
173 * lib/gdb.exp (with_read1_timeout_factor): New proc.
174 * gdb.base/help.exp: Use with_read1_timeout_factor.
175 * gdb.base/info-macros.exp: Same.
176 * gdb.cp/nested-types.exp: Same.
177
178 2019-08-05 Tom de Vries <tdevries@suse.de>
179
180 * lib/gdb.exp (version_at_least): Factor out of ...
181 (tcl_version_at_least): ... here.
182 (gdb_compile): Fail if pie results in non-PIE executable.
183 (readelf_version, readelf_prints_pie): New proc.
184 (exec_is_pie): Return -1 if unknown.
185
186 2019-08-05 Tom de Vries <tdevries@suse.de>
187
188 * lib/gdb.exp (tcl_version_at_least): Fix typo.
189
190 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
191
192 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
193
194 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
195
196 * lib/completion-support.exp (test_gdb_complete_none): Skip
197 tab completion tests if no readline support.
198 (test_gdb_complete_unique_re): Likewise.
199 (test_gdb_complete_multiple): Likewise.
200
201 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
202
203 * gdb.base/info_sources.exp: New file.
204 * gdb.base/info_sources.c: New file.
205 * gdb.base/info_sources_base.c: New file.
206
207 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
208
209 * gdb.base/batch-exit-status.exp: Call test_exit_status with
210 prefix argument.
211 (test_exit_status): Add prefix argument.
212
213 2019-08-01 Tom de Vries <tdevries@suse.de>
214
215 PR testsuite/24863
216 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
217 calling exp_continue for new thread and thread exited messages.
218
219 2019-08-01 Tom de Vries <tdevries@suse.de>
220
221 PR testsuite/24863
222 * gdb.base/structs.exp: Fix check-read1 timeout using
223 gdb_test_sequence.
224 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
225
226 2019-08-01 Tom de Vries <tdevries@suse.de>
227
228 PR testsuite/24863
229 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
230 line.
231
232 2019-08-01 Tom de Vries <tdevries@suse.de>
233
234 PR testsuite/24863
235 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
236
237 2019-07-30 Tom Tromey <tromey@adacore.com>
238
239 * gdb.ada/display_nested.exp: New file.
240 * gdb.ada/display_nested/foo.adb: New file.
241 * gdb.ada/display_nested/pack.adb: New file.
242 * gdb.ada/display_nested/pack.ads: New file.
243
244 2019-07-30 Christian Biesinger <cbiesinger@google.com>
245
246 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
247 namespace.
248 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
249
250 2019-07-30 Tom de Vries <tdevries@suse.de>
251
252 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
253 instead.
254
255 2019-07-30 Tom de Vries <tdevries@suse.de>
256
257 PR testsuite/24834
258 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
259 (exec_is_pie): New proc.
260
261 2019-07-29 Christian Biesinger <cbiesinger@google.com>
262
263 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
264
265 2019-07-29 Christian Biesinger <cbiesinger@google.com>
266
267 * gdb.python/py-objfile.c: Add global and static vars.
268 * gdb.python/py-objfile.exp: Test new functions Objfile.
269 lookup_global_symbol and lookup_static_symbol.
270
271 2019-07-29 Tom Tromey <tom@tromey.com>
272
273 * lib/tuiterm.exp (Term::_csi_@): New proc.
274 (Term::_csi_X): Don't move cursor.
275
276 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
277
278 * gdb.base/options.exp: Update backtrace - completion to
279 new option -frame-info.
280 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
281 Test new 'set print frame-info'. Test backtrace -frame-info
282 overriding 'set print frame-info'.
283 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
284 Test new 'set print frame-info'.
285 Verify consistency of backtrace with and without filters, with and
286 without -no-filters.
287 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
288 default.
289
290 2019-07-29 Tom de Vries <tdevries@suse.de>
291
292 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
293 no arguments".
294
295 2019-07-29 Tom de Vries <tdevries@suse.de>
296
297 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
298 is a substring of the first for "complete non-unique file name".
299
300 2019-07-29 Tom de Vries <tdevries@suse.de>
301
302 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
303 with ".*".
304
305 2019-07-29 Tom de Vries <tdevries@suse.de>
306
307 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
308 Pass prompt_regexp parameter to gdb_test_multiple calls.
309
310 2019-07-29 Tom de Vries <tdevries@suse.de>
311
312 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
313 print registers" regexps.
314
315 2019-07-29 Tom de Vries <tdevries@suse.de>
316
317 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
318
319 2019-07-29 Tom de Vries <tdevries@suse.de>
320
321 PR gdb/24855
322 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
323 (skip_python_tests_prompt): Add prompt_regexp argument to
324 gdb_test_multiple calls.
325
326 2019-07-27 Tom Tromey <tom@tromey.com>
327
328 * gdb.tui/main.exp: New file.
329
330 2019-07-27 Tom Tromey <tom@tromey.com>
331
332 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
333 optional.
334 * gdb.tui/empty.exp: New file.
335
336 2019-07-27 Tom Tromey <tom@tromey.com>
337
338 * lib/tuiterm.exp (spawn): New proc.
339 (Term::resize): New proc.
340 * gdb.tui/resize.exp: New file.
341
342 2019-07-27 Tom Tromey <tom@tromey.com>
343
344 * gdb.tui/list.exp: New file.
345
346 2019-07-27 Tom Tromey <tom@tromey.com>
347
348 * gdb.tui/regs.exp: New file.
349
350 2019-07-27 Tom Tromey <tom@tromey.com>
351
352 * gdb.tui/basic.exp: Add "layout split" test.
353
354 2019-07-27 Tom Tromey <tom@tromey.com>
355
356 * gdb.tui/basic.exp: Add "layout asm" test.
357
358 2019-07-27 Tom Tromey <tom@tromey.com>
359
360 * lib/tuiterm.exp: New file.
361 * gdb.tui/basic.exp: New file.
362
363 2019-07-27 Kevin Buettner <kevinb@redhat.com>
364
365 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
366 Enable tests associated with this flag. Adjust regex
367 referencing "foo_low" to now refer to "foo_cold" instead.
368
369 2019-07-27 Kevin Buettner <kevinb@redhat.com>
370
371 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
372 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
373 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
374 foo_cold. Revise comments to match.
375 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
376 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
377 were wrapped into this proc; Call do_test in loop from outermost
378 level.
379 (foo_low): Rename all occurrences to "foo_cold".
380 (backtrace from baz): New test.
381 (x2/i foo_cold): New test.
382 (info line *foo_cold): New test.
383
384 2019-07-26 Tom de Vries <tdevries@suse.de>
385
386 * gdb.arch/i386-pkru.exp: Fix unterminated string.
387
388 2019-07-25 Tom de Vries <tdevries@suse.de>
389
390 PR testsuite/24830
391 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
392 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
393 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
394 (skip_libstdcxx_probe_tests): ... here.
395 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
396
397 2019-07-24 Tom de Vries <tdevries@suse.de>
398
399 PR testsuite/24807
400 * gdb.objc/basicclass.m: Include stdio.h.
401 * gdb.objc/nondebug.m: Same.
402 * gdb.objc/objcdecode.m: Same.
403
404 2019-07-24 Tom de Vries <tdevries@suse.de>
405
406 PR testsuite/24612
407 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
408 additional_flags.
409
410 2019-07-24 Tom de Vries <tdevries@suse.de>
411
412 PR testsuite/24831
413 * gdb.multi/tids.exp: Update error messages for info threads.
414
415 2019-07-24 Tom de Vries <tdevries@suse.de>
416
417 * gdb.base/info-types.exp: Allow info types to print info for more than
418 one file.
419
420 2019-07-23 Tom de Vries <tdevries@suse.de>
421
422 PR testsuite/24842
423 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
424 gdb_spawn_with_cmdline_opts.
425
426 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
427
428 * gdb.arch/arm-cmse-sgstubs.c: New test.
429 * gdb.arch/arm-cmse-sgstubs.exp: New file.
430
431 2019-07-23 Tom de Vries <tdevries@suse.de>
432
433 PR testsuite/24711
434 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
435 issuing next command.
436
437 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
438
439 * gdb.ada/info_auto_lang.exp: Update expected results.
440 * gdb.base/info-types.c: Add additional types to check.
441 * gdb.base/info-types.exp: Update expected results.
442
443 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
444
445 * gdb.base/info-types.c: New file.
446 * gdb.base/info-types.exp: New file.
447
448 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
449
450 * gdb.arch/riscv-bp-infcall.c: New file.
451 * gdb.arch/riscv-bp-infcall.exp: New file.
452
453 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
454
455 PR breakpoints/24541
456 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
457
458 2019-07-14 Tom de Vries <tdevries@suse.de>
459
460 PR testsuite/24760
461 * gdb.objc/basicclass.exp: Fix unterminated string.
462
463 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
464 Andrew Burgess <andrew.burgess@embecosm.com>
465
466 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
467 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
468 negative bounds.
469 * gdb.fortran/vla-value.exp: Print elements of an array with
470 negative bounds.
471 * gdb.fortran/vla.f90: Setup an array with negative bounds for
472 testing.
473
474 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
475
476 * gdb.base/options.exp (expect_string): Dequote strings in
477 results.
478 (test-string): Test strings with different quoting and reindent.
479
480 2019-07-10 Tom Tromey <tromey@adacore.com>
481
482 * gdb.ada/mi_ex_cond.exp: Update expected results.
483 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
484 * gdb.ada/mi_catch_ex.exp: Update expected results.
485 * gdb.ada/mi_catch_assert.exp: Update expected results.
486 * gdb.ada/catch_ex.exp (catch_exception_info)
487 (catch_exception_entry, catch_assert_entry)
488 (catch_unhandled_entry): Update.
489 * gdb.ada/catch_assert_if.exp: Update expected results.
490
491 2019-07-10 Richard Bunt <richard.bunt@arm.com>
492 Stephen Roberts <stephen.roberts@arm.com>
493
494 * gdb.base/define.exp: Restore original prompt.
495
496 2019-07-09 Pedro Alves <palves@redhat.com>
497
498 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
499 breakpoints" output.
500 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
501 * gdb.python/py-breakpoint.exp: No longer expect that "catch
502 throw" creates breakpoint.
503 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
504 'type="catchpoint"'.
505
506 2019-07-09 Pedro Alves <palves@redhat.com>
507
508 PR c++/15468
509 * gdb.cp/except-multi-location-lib.cc: New.
510 * gdb.cp/except-multi-location-main.cc: New.
511 * gdb.cp/except-multi-location.exp: New.
512
513 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
514
515 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
516 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
517 argument and update callers.
518
519 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
520
521 * gdb.arch/amd64-break-on-asm-line.S: New file.
522 * gdb.arch/amd64-break-on-asm-line.exp: New file.
523
524 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
525
526 * gdb.base/printcmds.exp: Test printing C string and
527 C wide string convenience vars without transiting via the inferior.
528 Also make test names unique.
529
530 2019-07-08 Alan Hayward <alan.hayward@arm.com>
531
532 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
533
534 2019-07-04 Pedro Alves <palves@redhat.com>
535
536 * lib/gdb.exp (foreach_with_prefix): Don't return early if
537 body returned ok(0), break(3) or continue(4).
538 * gdb.testsuite/foreach_with_prefix.exp: New file.
539
540 2019-07-04 Alan Hayward <alan.hayward@arm.com>
541
542 * gdb.server/unittest.exp: Allow 0 unit tests to run.
543
544 2019-07-03 Pedro Alves <palves@redhat.com>
545
546 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
547 "return -code".
548
549 2019-07-03 Pedro Alves <palves@redhat.com>
550
551 PR cli/24732
552 * gdb.base/shell.exp: Load completion-support.exp.
553 Adjust expected error output. Add completion tests.
554
555 2019-07-03 Pedro Alves <palves@redhat.com>
556
557 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
558 string_to_regexp.
559
560 2019-07-03 Pedro Alves <palves@redhat.com>
561
562 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
563 (expect_integer): Adjust to expect "-string".
564 (expect_string): New.
565 (all_options): Expect "-string".
566 (test-flag, test-boolean): Adjust to expect "-string".
567 (test-string): New proc.
568 (top level): Call it.
569
570 2019-07-03 Pedro Alves <palves@redhat.com>
571
572 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
573 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
574 the expected output in the success.
575
576 2019-07-03 Pedro Alves <palves@redhat.com>
577
578 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
579 Split one gdb_test_multiple call in two to avoid a race.
580
581 2019-07-03 Pedro Alves <palves@redhat.com>
582
583 * gdb.base/with.c: New file.
584 * gdb.base/with.exp: New file.
585
586 2019-07-03 Pedro Alves <palves@redhat.com>
587
588 * gdb.base/settings.exp: Replace all references to "maint
589 test-settings set" with references to "maint set test-settings",
590 and all references to "maint test-settings show" with references
591 to "maint show test-settings".
592
593 2019-07-03 Pedro Alves <palves@redhat.com>
594
595 * gdb.base/settings.exp (test-string): Adjust expected out when
596 testing "maint test-settings show filename"
597
598 2019-07-02 Pedro Alves <palves@redhat.com>
599
600 * gdb.base/options.exp (test-info-threads): New procedure.
601 (top level): Call it.
602
603 2019-06-28 Tom Tromey <tromey@adacore.com>
604
605 * gdb.dwarf2/ada-linkage-name.c: New file.
606 * gdb.dwarf2/ada-linkage-name.exp: New file.
607
608 2019-06-27 Tom Tromey <tromey@adacore.com>
609
610 * gdb.cp/constexpr-field.exp: Use setup_xfail.
611
612 2019-06-26 Tom de Vries <tdevries@suse.de>
613
614 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
615
616 2019-06-26 Tom de Vries <tdevries@suse.de>
617
618 * gdb.base/index-cache.exp: Add back missing debug option.
619
620 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
621
622 * gdb.base/alias.exp: Test non matching/non existing prefixes.
623
624 2019-06-25 Tom de Vries <tdevries@suse.de>
625
626 PR testsuite/24727
627 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
628
629 2019-06-24 Tom de Vries <tdevries@suse.de>
630
631 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
632
633 2019-06-24 Tom de Vries <tdevries@suse.de>
634
635 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
636 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
637 * gdb.trace/unavailable-dwarf-piece.exp: Same.
638
639 2019-06-24 Tom de Vries <tdevries@suse.de>
640
641 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
642
643 2019-06-21 Tom de Vries <tdevries@suse.de>
644
645 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
646
647 2019-06-21 Tom de Vries <tdevries@suse.de>
648
649 PR testsuite/24518
650 PR ada/24713
651 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
652 index.
653
654 2019-06-19 Tom Tromey <tromey@adacore.com>
655
656 * gdb.ada/length_cond.exp: Add intro comment.
657
658 2019-06-19 Tom Tromey <tromey@adacore.com>
659
660 * gdb.ada/length_cond.exp: New file.
661 * gdb.ada/length_cond/length_cond.adb: New file.
662 * gdb.ada/length_cond/pck.adb: New file.
663 * gdb.ada/length_cond/pck.ads: New file.
664
665 2019-06-18 Tom de Vries <tdevries@suse.de>
666
667 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
668
669 2019-06-18 Tom Tromey <tromey@adacore.com>
670
671 * gdb.base/list0.h: Add comment explaining control character.
672
673 2019-06-18 Tom de Vries <tdevries@suse.de>
674
675 * boards/fission.exp: Break up long debug_flags line.
676
677 2019-06-16 Tom de Vries <tdevries@suse.de>
678
679 PR gdb/24445
680 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
681 generated index.
682
683 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
684
685 PR gdb/24686
686 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
687 improve detection of bug gdb/24541.
688
689 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
690
691 PR gdb/24669
692 * gdb.base/index-cache.exp (uses_readnow,
693 expecting_index_cache_use): Define global variable.
694 (test_cache_enabled_miss, test_cache_enabled_hit): Use
695 expecting_index_cache_use.
696
697 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
698 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * gdb.fortran/pointers.f90: New file.
701 * gdb.fortran/print_type.exp: New file.
702 * gdb.fortran/vla-ptype.exp: Adapt expected results.
703 * gdb.fortran/vla-type.exp: Likewise.
704 * gdb.fortran/vla-value.exp: Likewise.
705 * gdb.mi/mi-vla-fortran.exp: Likewise.
706
707 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
708
709 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
710 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
711 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
712 as a stop reason.
713
714 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
715
716 * gdb.base/annota1.exp: Update expected results.
717 * gdb.cp/annota2.exp: Likewise.
718 * gdb.cp/annota3.exp: Likewise.
719
720 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
721
722 * gdb.base/style-logging.exp: Remove path from test name.
723
724 2019-06-14 Tom Tromey <tromey@adacore.com>
725
726 PR gdb/24502:
727 * gdb.base/style-logging.exp: New file.
728
729 2019-06-14 Tom Tromey <tromey@adacore.com>
730
731 * gdb.base/symfile-warn.exp: New file.
732 * gdb.base/symfile-warn.c: New file.
733
734 2019-06-14 Tom Tromey <tromey@adacore.com>
735
736 * gdb.base/annotate-symlink.exp: New file.
737
738 2019-06-14 Tom Tromey <tromey@adacore.com>
739
740 * gdb.ada/set_wstr.exp: Add reassignment test.
741
742 2019-06-14 Tom Tromey <tromey@adacore.com>
743
744 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
745 'unchecked_access and 'unrestricted_access as well.
746
747 2019-06-14 Tom Tromey <tromey@adacore.com>
748
749 PR ada/24539:
750 * gdb.ada/vla.exp: Update tests.
751 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
752 pragma.
753
754 2019-06-13 Pedro Alves <palves@redhat.com>
755
756 * gdb.base/settings.exp (test-integer): Test junk after
757 "unlimited".
758
759 2019-06-13 Pedro Alves <palves@redhat.com>
760
761 * gdb.base/options.exp (test-thread-apply): New.
762 (top level): Call it.
763
764 2019-06-13 Pedro Alves <palves@redhat.com>
765
766 * gdb.base/options.exp (test-frame-apply): New.
767 (top level): Test print commands with different "frame apply"
768 prefixes.
769
770 2019-06-13 Pedro Alves <palves@redhat.com>
771
772 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
773 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
774 'max_completions' parameter and handle it.
775 (test_gdb_completion_offers_commands): New.
776
777 2019-06-13 Pedro Alves <palves@redhat.com>
778
779 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
780
781 2019-06-13 Pedro Alves <palves@redhat.com>
782
783 * gdb.base/options.exp (test-backtrace): New.
784 (top level): Call it.
785
786 2019-06-13 Pedro Alves <palves@redhat.com>
787
788 * gdb.guile/scm-frame-args.exp: Use "set print
789 raw-frame-arguments" instead of "set print raw frame-arguments".
790 * gdb.python/py-frame-args.exp: Likewise.
791
792 2019-06-13 Pedro Alves <palves@redhat.com>
793
794 * gdb.compile/compile.exp: Adjust expected output to option
795 processing changes.
796
797 2019-06-13 Pedro Alves <palves@redhat.com>
798
799 * gdb.base/options.exp: Build executable.
800 (test-print): New procedure.
801 (top level): Call it, once for "print" and another for "compile
802 print".
803
804 2019-06-13 Pedro Alves <palves@redhat.com>
805
806 * gdb.base/options.c: New file.
807 * gdb.base/options.exp: New file.
808
809 2019-06-13 Pedro Alves <palves@redhat.com>
810
811 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
812 that "o" is ambiguous.
813
814 2019-06-13 Pedro Alves <palves@redhat.com>
815
816 * gdb.base/settings.c: New file.
817 * gdb.base/settings.exp: New file.
818
819 2019-06-13 Pedro Alves <palves@redhat.com>
820
821 * gdb.base/completion.exp: Fix comment typo.
822
823 2019-06-13 Pedro Alves <palves@redhat.com>
824
825 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
826 foo --1" test.
827
828 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
829
830 * gdb.fortran/block-data.f: New.
831 * gdb.fortran/block-data.exp: New.
832
833 2019-06-11 Tom de Vries <tdevries@suse.de>
834
835 PR testsuite/24521
836 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
837 message.
838
839 2019-06-11 Tom de Vries <tdevries@suse.de>
840
841 PR testsuite/24521
842 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
843
844 2019-06-11 Tom de Vries <tdevries@suse.de>
845
846 * boards/readnow.exp: New file.
847
848 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
849
850 * gdb.fortran/vla-sizeof.exp: Update expected results.
851
852 2019-06-06 Amos Bird <amosbird@gmail.com>
853
854 * gdb.base/annota1.exp (thread_switch): Add test for
855 thread-exited annotation.
856
857 2019-06-06 Tom Tromey <tromey@adacore.com>
858
859 * gdb.base/maint.exp: Expect command started/finished output.
860
861 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
862
863 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
864 comment.
865 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
866
867 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
868
869 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
870 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
871 * gdb.arch/riscv-unwind-long-insn.c: New file.
872 * gdb.arch/riscv-unwind-long-insn.exp: New file.
873
874 2019-06-04 Christian Biesinger <cbiesinger@google.com>
875
876 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
877
878 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
879
880 * lib/gdb.exp (help_list_trailer): New regexp variable
881 factorizing the help trailer message.
882 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
883 arg to allow to better factorize various tests.
884 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
885 (test_prefix_command_help): Use help_list_trailer.
886 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
887 * gdb.guile/scm-cmd.exp: Likewise.
888 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
889 * gdb.base/help.exp: Use test_user_defined_class_help.
890 * gdb.base/style.exp: Add tests for styling of help and apropos.
891 * lib/gdb-utils.exp (style): Add title and highlight styles.
892
893 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
894
895 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
896 $_shell_exitsignal.
897 * gdb.base/default.exp: Update for new convenience variables.
898
899 2019-05-29 Tom Tromey <tromey@adacore.com>
900
901 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
902 to "break complete ada" test case's regexp.
903
904 2019-05-29 Tom Tromey <tromey@adacore.com>
905
906 PR c++/20020:
907 * gdb.cp/constexpr-field.exp: New file.
908 * gdb.cp/constexpr-field.cc: New file.
909
910 2019-05-29 Tom Tromey <tromey@adacore.com>
911
912 * gdb.base/finish.exp (finish_no_print): New proc.
913 (finish_tests): Call it.
914
915 2019-05-24 Tom de Vries <tdevries@suse.de>
916
917 * gdb.dwarf2/gdb-add-index.exp: New file.
918
919 2019-05-22 Tom Tromey <tromey@adacore.com>
920
921 * gdb.base/info-shared.exp (check_info_shared): Use "style".
922 * gdb.base/style.exp: Use "style".
923 * lib/gdb-utils.exp (style): New proc.
924
925 2019-05-22 Tom de Vries <tdevries@suse.de>
926
927 * gdb.base/align.exp: Require c++11.
928
929 2019-05-22 Tom de Vries <tdevries@suse.de>
930
931 PR testsuite/24586
932 * gdb.python/py-mi-var-info-path-expression.exp: Call
933 mi_skip_python_tests to check if python is supported.
934
935 2019-05-22 Alan Hayward <alan.hayward@arm.com>
936
937 * gdb.arch/aarch64-pauth.c: New test.
938 * gdb.arch/aarch64-pauth.exp: New file.
939
940 2019-05-22 Alan Hayward <alan.hayward@arm.com>
941
942 * README (Re-running Tests Outside The Testsuite): New section.
943
944 2019-05-21 Tom de Vries <tdevries@suse.de>
945
946 * gdb.arch/amd64-eval.exp: Require c++11.
947 * gdb.base/max-depth.exp: Same.
948 * gdb.compile/compile-cplus-array-decay.exp: Same.
949 * gdb.cp/meth-typedefs.exp: Same.
950 * gdb.cp/subtypes.exp: Same.
951 * gdb.cp/temargs.exp: Same.
952
953 2019-05-21 Alan Hayward <alan.hayward@arm.com>
954
955 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
956
957 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
958
959 PR gdb/18644
960 * gdb.fortran/complex.exp: Remove setup_kfail calls.
961 * gdb.fortran/printing-types.exp: Add new test.
962 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
963 testing.
964 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
965 setup_kfail call.
966
967 2019-05-17 Alan Hayward <alan.hayward@arm.com>
968
969 * README (Running the Testsuite): Change example.
970 (Testsuite Parameters): Remove TRANSCRIPT.
971 * lib/gdb.exp: Remove TRANSCRIPT check.
972
973 2019-05-17 Alan Hayward <alan.hayward@arm.com>
974
975 * README (Testsuite Parameters): Add replay logging to
976 GDBSERVER_DEBUG.
977 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
978 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
979 as a comma separated list.
980 (gdb_debug_init): Override procedure.
981
982 2019-05-17 Alan Hayward <alan.hayward@arm.com>
983
984 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
985 (gdb_write_cmd_file): New procedure.
986 * lib/gdbserver-support.exp (gdbserver_start): Call
987 gdbserver_write_cmd_file.
988 (gdbserver_write_cmd_file): New procedure.
989
990 2019-05-17 Alan Hayward <alan.hayward@arm.com>
991
992 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
993 (delete_breakpoints): Likewise.
994 (gdb_run_cmd): Likewise.
995 (gdb_start_cmd): Likewise.
996 (gdb_starti_cmd): Likewise.
997 (gdb_internal_error_resync): Likewise.
998 (gdb_test_multiple): Likewise.
999 (gdb_reinitialize_dir): Likewise.
1000 (default_gdb_exit): Likewise.
1001 (gdb_file_cmd): Mark kill as optional.
1002 (default_gdb_start): Call gdb_stdin_log_init.
1003 (send_gdb): Call gdb_stdin_log_write.
1004 (rerun_to_main): Mark Y as an answer.
1005 (gdb_stdin_log_init): New function.
1006 (gdb_stdin_log_write): Likewise.
1007
1008 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1009
1010 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1011 * gdb.base/debug-expr.exp: Likewise.
1012 * gdb.base/foll-fork.exp: Likewise.
1013 * gdb.base/foll-vfork.exp: Likewise.
1014 * gdb.base/fork-print-inferior-events.exp: Likewise.
1015 * gdb.base/gdb-sigterm.exp: Likewise.
1016 * gdb.base/gdbinit-history.exp: Likewise.
1017 * gdb.base/osabi.exp: Likewise.
1018 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1019 * gdb.base/ui-redirect.exp: Likewise.
1020 * gdb.gdb/unittest.exp: Likewise.
1021 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1022 * gdb.mi/mi-watch.exp: Likewise.
1023 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1024 * gdb.mi/user-selected-context-sync.exp: Likewise.
1025 * gdb.python/python.exp: Disable debug test when debugging.
1026 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1027 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1028 Likewise.
1029 * gdb.threads/stepi-random-signal.exp: Likewise.
1030
1031 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1032
1033 * Makefile.in: Pass through GDB_DEBUG.
1034 * README (Testsuite Parameters): Add GDB_DEBUG.
1035 (gdb,debug): Add board setting.
1036 * lib/gdb.exp (default_gdb_start): Start debugging.
1037 (gdb_debug_enabled): New procedure.
1038 (gdb_debug_init): Likewise.
1039
1040 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1041
1042 * Makefile.in: Pass through GDB_DEBUG.
1043 * README (Testsuite Parameters): Add GDB_DEBUG.
1044 (gdb,debug): Add board setting.
1045 * lib/gdb.exp (default_gdb_start): Start debugging.
1046 (gdb_debug_enabled): New procedure.
1047 (gdb_debug_init): Likewise.
1048
1049 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1050
1051 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1052
1053 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1054
1055 * gdb.base/ui-redirect.exp: Test redirection.
1056
1057 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1058
1059 * gdb.mi/mi-complete.exp: New file.
1060 * gdb.mi/mi-complete.cc: Likewise.
1061
1062 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1063
1064 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1065 indexed and sliced arrays, and pointers to arrays.
1066
1067 2019-05-14 Tom Tromey <tromey@adacore.com>
1068
1069 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1070 styling test.
1071
1072 2019-05-14 Tom de Vries <tdevries@suse.de>
1073
1074 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1075 selection entry encoding.
1076
1077 2019-05-10 Tom Tromey <tromey@adacore.com>
1078
1079 * gdb.ada/info_exc.exp: Add "complete" test.
1080
1081 2019-05-09 Tom de Vries <tdevries@suse.de>
1082
1083 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1084 CU-relative.
1085
1086 2019-05-09 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1089 CU-relative.
1090
1091 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1092
1093 * gdb.ada/frame_arg_lang.exp: New testcase.
1094 * gdb.ada/frame_arg_lang/bla.adb: New file.
1095 * gdb.ada/frame_arg_lang/pck.ads: New file.
1096 * gdb.ada/frame_arg_lang/pck.adb: New file.
1097 * gdb.ada/frame_arg_lang/foo.c: New file.
1098
1099 2019-05-08 Tom Tromey <tromey@adacore.com>
1100
1101 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1102
1103 2019-05-08 Tom Tromey <tromey@adacore.com>
1104
1105 * gdb.base/ptype-offsets.exp: Update tests.
1106
1107 2019-05-08 Tom Tromey <tromey@adacore.com>
1108
1109 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1110 cases.
1111 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1112 "short".
1113
1114 2019-05-08 Tom Tromey <tromey@adacore.com>
1115
1116 * gdb.ada/vla.exp: New file.
1117 * gdb.ada/vla/vla.adb: New file.
1118
1119 2019-05-07 Tom de Vries <tdevries@suse.de>
1120
1121 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1122
1123 2019-05-07 Tom de Vries <tdevries@suse.de>
1124
1125 PR testsuite/24522
1126 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1127 section.
1128
1129 2019-05-07 Tom de Vries <tdevries@suse.de>
1130
1131 PR testsuite/24522
1132 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1133 .debug_aranges section.
1134
1135 2019-05-07 Tom de Vries <tdevries@suse.de>
1136
1137 PR testsuite/24159
1138 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1139
1140 2019-05-06 Tom de Vries <tdevries@suse.de>
1141
1142 * lib/gdb.exp (exec_has_index_section): New proc.
1143 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1144 section.
1145
1146 2019-05-04 Tom de Vries <tdevries@suse.de>
1147
1148 * boards/cc-with-debug-names.exp: New file.
1149
1150 2019-05-03 Tom Tromey <tromey@adacore.com>
1151
1152 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1153 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1154 * gdb.ada/char_enum.exp: Add test.
1155
1156 2019-05-03 Tom de Vries <tdevries@suse.de>
1157
1158 * boards/cc-with-gdb-index.exp: New file.
1159
1160 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1161
1162 * gdb.rust/simple.exp: Add new test case.
1163 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1164 (main): Initialise an instance of the new struct.
1165
1166 2019-05-01 Tom Tromey <tromey@adacore.com>
1167
1168 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1169 record.
1170 (NPR): New variable.
1171 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1172 test.
1173
1174 2019-05-01 Tom Tromey <tromey@adacore.com>
1175
1176 * gdb.ada/packed_array_assign.exp: Add packed assignment
1177 regression test.
1178
1179 2019-05-01 Tom de Vries <tdevries@suse.de>
1180
1181 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1182
1183 2019-05-01 Tom de Vries <tdevries@suse.de>
1184
1185 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1186
1187 2019-04-30 Ali Tamur <tamur@google.com>
1188
1189 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1190
1191 2019-04-30 Tom Tromey <tromey@adacore.com>
1192
1193 * lib/ada.exp (find_ada_tool): New proc.
1194 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1195 * gdb.ada/catch_ex_std.exp: New file.
1196 * gdb.ada/catch_ex_std/foo.adb: New file.
1197 * gdb.ada/catch_ex_std/some_package.adb: New file.
1198 * gdb.ada/catch_ex_std/some_package.ads: New file.
1199
1200 2019-04-30 Tom Tromey <tromey@adacore.com>
1201
1202 PR c++/24470:
1203 * gdb.cp/temargs.cc: Add test code from PR.
1204
1205 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1206
1207 * gdb.fortran/vla-datatypes.exp: Update expected results.
1208 * gdb.fortran/vla-ptype.exp: Likewise.
1209 * gdb.fortran/vla-type.exp: Likewise.
1210 * gdb.fortran/vla-value.exp: Likewise.
1211
1212 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1213
1214 * gdb.fortran/ptr-indentation.exp: Update expected results.
1215 * gdb.fortran/ptype-on-functions.exp: Likewise.
1216 * gdb.fortran/vla-ptr-info.exp: Likewise.
1217 * gdb.fortran/vla-value.exp: Likewise.
1218
1219 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1220
1221 * gdb.fortran/ptype-on-functions.exp: New file.
1222 * gdb.fortran/ptype-on-functions.f90: New file.
1223
1224 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1225
1226 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1227 case void string.
1228
1229 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1230
1231 * gdb.fortran/complex.exp: Expand.
1232 * gdb.fortran/complex.f: Renamed to...
1233 * gdb.fortran/complex.f90: ...this, and extended to add more
1234 complex values.
1235
1236 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1237
1238 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1239 MODULO, CMPLX.
1240
1241 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1242 Richard Bunt <richard.bunt@arm.com>
1243
1244 * gdb.base/max-depth.c: New file.
1245 * gdb.base/max-depth.exp: New file.
1246 * gdb.python/py-nested-maps.c: New file.
1247 * gdb.python/py-nested-maps.exp: New file.
1248 * gdb.python/py-nested-maps.py: New file.
1249 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1250 (test_all_common): Call test_max_depth.
1251 * gdb.fortran/max-depth.exp: New file.
1252 * gdb.fortran/max-depth.f90: New file.
1253 * gdb.go/max-depth.exp: New file.
1254 * gdb.go/max-depth.go: New file.
1255 * gdb.modula2/max-depth.exp: New file.
1256 * gdb.modula2/max-depth.c: New file.
1257 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1258
1259 2019-04-29 Tom de Vries <tdevries@suse.de>
1260
1261 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1262
1263 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1264
1265 * gdb.base/callexit.exp: Test may-call-functions off.
1266
1267 2019-04-25 Keith Seitz <keiths@redhat.com>
1268
1269 PR c++/24367
1270 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1271 (another_incomplete_struct, test_incomplete): New definitions.
1272 (main): Use new definitions.
1273 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1274 functions.
1275
1276 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1277
1278 PR corefiles/11608
1279 PR corefiles/18187
1280 * gdb.base/coredump-filter-build-id.exp: New file.
1281
1282 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1283
1284 * Makefile.in: Pass through GDBSERVER_DEBUG.
1285 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1286 (gdbserver,debug): Add board setting.
1287 * gdb.trace/tspeed.exp: Skip when debugging.
1288 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1289 * lib/gdbserver-support.exp: Likewise
1290
1291 2019-04-24 Tom Tromey <tromey@adacore.com>
1292
1293 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1294 Rust.
1295
1296 2019-04-24 Tom Tromey <tromey@adacore.com>
1297
1298 * gdb.arch/amd64-eval.exp: Test bitfield return.
1299 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1300 (class Foo) <return_bitfields>: New method.
1301 (main): Call it.
1302
1303 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1304
1305 * gdb.cp/many-args.cc: New file.
1306 * gdb.cp/many-args.exp: New file.
1307
1308 2019-04-23 Tom de Vries <tdevries@suse.de>
1309
1310 PR gdb/24433
1311 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1312
1313 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1314
1315 * gdb.trace/backtrace.exp: Use nopie flag.
1316 * gdb.trace/circ.exp: Likewise.
1317 * gdb.trace/collection.exp: Likewise.
1318 * gdb.trace/ftrace.exp: Likewise.
1319 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1320 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1321 * gdb.trace/qtro.exp: Likewise.
1322 * gdb.trace/read-memory.exp: Likewise.
1323 * gdb.trace/report.exp: Likewise.
1324 * gdb.trace/tfile.exp: Likewise.
1325 * gdb.trace/tfind.exp: Likewise.
1326 * gdb.trace/unavailable.exp: Likewise.
1327
1328 2019-04-22 Pedro Alves <palves@redhat.com>
1329
1330 * gdb.base/solib-probes-nosharedlibrary.c,
1331 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1332
1333 2019-04-19 Tom Tromey <tromey@adacore.com>
1334
1335 * gdb.ada/ptype_union.c: New file.
1336 * gdb.ada/ptype_union.exp: New file.
1337
1338 2019-04-19 Tom Tromey <tromey@adacore.com>
1339
1340 PR symtab/24423:
1341 * gdb.base/list0.h (foo): Add a control-l character.
1342
1343 2019-04-18 Tom de Vries <tdevries@suse.de>
1344
1345 PR gdb/24433
1346 * boards/local-board.exp: Set sysroot to "".
1347
1348 2019-04-18 Tom de Vries <tdevries@suse.de>
1349 Pedro Alves <palves@redhat.com>
1350
1351 PR gdb/24454
1352 * gdb.threads/vfork-follow-child-exec.c: New file.
1353 * gdb.threads/vfork-follow-child-exec.exp: New file.
1354 * gdb.threads/vfork-follow-child-exit.c: New file.
1355 * gdb.threads/vfork-follow-child-exit.exp: New file.
1356
1357 2019-04-15 Leszek Swirski <leszeks@google.com>
1358
1359 * gdb.arch/amd64-eval.cc: New file.
1360 * gdb.arch/amd64-eval.exp: New file.
1361
1362 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1363
1364 * gdb.server/sysroot.c: New test.
1365 * gdb.server/sysroot.exp: New file.
1366 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1367 matching param.
1368
1369 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1370
1371 * gdb.base/align.exp: Extend test to cover structures containing
1372 only static fields.
1373
1374 2019-04-11 Tom de Vries <tdevries@suse.de>
1375
1376 * boards/cc-with-dwz-m.exp: New file.
1377 * boards/cc-with-dwz.exp: New file.
1378 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1379
1380 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1381
1382 * gdb.base/start-cpp.exp: New file.
1383 * gdb.base/start-cpp.cc: New file.
1384
1385 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1386
1387 * gdb.python/py-thrhandle.exp: Adjust tests to call
1388 thread_from_handle instead of thread_from_thread_handle.
1389
1390 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1391
1392 * gdb.python/py-thrhandle.exp: Add tests for
1393 gdb.InferiorThread.handle.
1394
1395 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1396
1397 * gdb.python/py-function.exp: Check calling helper function from
1398 all languages.
1399 * lib/gdb.exp (gdb_supported_languages): New proc.
1400
1401 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 * gdb.base/complex-parts.c: New file.
1404 * gdb.base/complex-parts.exp: New file.
1405
1406 2019-04-01 Tom Tromey <tromey@adacore.com>
1407
1408 PR symtab/23331:
1409 * gdb.dwarf2/dw2-ranges-main.c: New file.
1410 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1411 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1412
1413 2019-03-30 Simon Marchi <simark@simark.ca>
1414
1415 * gdb.base/default.exp: Add values for $_gdb_major and
1416 $_gdb_minor.
1417
1418 2019-03-29 Tom Tromey <tromey@adacore.com>
1419
1420 * gdb.base/help.exp: Tighten apropos regexp.
1421
1422 2019-03-29 Keith Seitz <keiths@redhat.com>
1423
1424 * gdb.fortran/array-bounds.exp: New file.
1425 * gdb.fortran/array-bounds.f90: New file.
1426
1427 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1428
1429 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1430
1431 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1432
1433 * gdb.multi/hello.c (main): Increase alarm timer.
1434
1435 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1436
1437 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1438 factor when no hardware watchpoint support.
1439
1440 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1441 Pedro Alves <palves@redhat.com>
1442
1443 * boards/local-board.exp: set sysroot to /.
1444
1445 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1446
1447 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1448 in child.
1449
1450 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1451
1452 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1453 field.
1454 (make_container): Initialise new field.
1455 * gdb.python/py-prettyprint.exp: Add new tests.
1456 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1457 <display_hint>: New method.
1458
1459 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1460
1461 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1462 gdb_continue_to_breakpoint more throughout this test.
1463 (run_lang_tests) Supply unique test names, and use
1464 gdb_test_no_output.
1465
1466 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1467
1468 * gdb.base/finish-pretty.exp: Update expected results.
1469 * gdb.base/pretty-print.c: New file.
1470 * gdb.base/pretty-print.exp: New file.
1471
1472 2019-03-25 Pedro Alves <palves@redhat.com>
1473
1474 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1475 move comments outside list. Append '-i "" eof' section.
1476
1477 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1478
1479 * README: Add pie options.
1480 * gdb.base/break-interp.exp: Ensure pie is disabled.
1481 * gdb.base/dump.exp: Likewise.
1482 * lib/gdb.exp (gdb_compile): Add pie option.
1483
1484 2019-03-19 Tom Tromey <tromey@adacore.com>
1485
1486 * gdb.mi/mi2-cli-display.c: New file.
1487 * gdb.mi/mi2-cli-display.exp: New file.
1488
1489 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1490 Tom Tromey <tromey@adacore.com>
1491
1492 * gdb.ada/ptype_array/pck.adb: New file.
1493 * gdb.ada/ptype_array/pck.ads: New file.
1494 * gdb.ada/ptype_array/foo.adb: New file.
1495 * gdb.ada/ptype_array.exp: New file.
1496
1497 2019-03-14 Tom Tromey <tromey@adacore.com>
1498
1499 * gdb.base/style.exp: Add "set style sources" test.
1500
1501 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1502
1503 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1504 * mi-breakpoint-multiple-locations.exp: ... this.
1505 (make_breakpoints_pattern): New proc.
1506 (do_test): Add mi_version parameter, test -break-insert,
1507 -break-info and =breakpoint-created.
1508
1509 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1510
1511 * config/default.exp: Remove 'load_lib gdb.exp'.
1512 * config/monitor.exp: Likewise.
1513 * config/sid.exp: Likewise.
1514 * config/sim.exp: Likewise.
1515 * config/slite.exp: Likewise.
1516 * config/unix.exp: Likewise.
1517 * gdb.base/default.exp: Remove unhelpful comment.
1518
1519 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1520
1521 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1522
1523 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1524
1525 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1526
1527 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1528
1529 * gdb.fortran/type-kinds.exp: Update expected results.
1530
1531 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1532
1533 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1534
1535 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1536
1537 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1538 function.
1539 (test_basic_parsing_of_type_kinds): Expand types tested.
1540 (test_parsing_invalid_type_kinds): New function.
1541
1542 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * gdb.fortran/intrinsics.exp: New file.
1545 * gdb.fortran/intrinsics.f90: New file.
1546 * gdb.fortran/type-kinds.exp: New file.
1547
1548 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1549
1550 * gdb.fortran/dot-ops.exp: New file.
1551
1552 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1553
1554 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1555 Check upper and lower case logical literals.
1556
1557 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1558
1559 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1560 Remove duplicate tests.
1561
1562 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1563
1564 * lib/gdb.exp (builtin_cd): rename of cd.
1565 (cd): Override builtin.
1566
1567 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1568
1569 * gdb.fortran/function-calls.exp: New file.
1570 * gdb.fortran/function-calls.f90: New test.
1571
1572 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1573
1574 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1575 on user program standard output.
1576 * gdb.fortran/short-circuit-argument-list.f90: Record function
1577 calls.
1578
1579 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1580
1581 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1582 failure.
1583
1584 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1585
1586 PR gdb/8527
1587 * gdb.base/interrupt-daemon-attach.c,
1588 gdb.base/interrupt-daemon-attach.exp: New test.
1589
1590 2019-02-27 Pedro Alves <palves@redhat.com>
1591
1592 * gdb.base/page.exp: Add tests for "set width/height -1".
1593
1594 2019-02-27 Pedro Alves <palves@redhat.com>
1595
1596 * gdb.base/page.exp: Add tests for "set/show width/height" with
1597 "infinite" values.
1598
1599 2019-02-27 Tom Tromey <tromey@adacore.com>
1600
1601 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1602 2.4.
1603 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1604 workaround.
1605
1606 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1607
1608 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1609 tests for structs with static members.
1610
1611 2019-02-26 Tom Tromey <tromey@adacore.com>
1612
1613 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1614 ValueError, not TypeError.
1615
1616 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1617
1618 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1619 call from main program.
1620
1621 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1622
1623 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1624 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1625 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1626 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1627 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1628
1629 2019-02-22 Keith Seitz <keiths@redhat.com>
1630
1631 PR symtab/23853
1632 * gdb.base/symlink-sourcefile.c: New file.
1633 * gdb.base/symlink-sourcefile.exp: New file.
1634
1635 2019-02-20 Tom Tromey <tom@tromey.com>
1636
1637 * gdb.base/info_qt.exp: Update.
1638
1639 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1640
1641 * gdb.base/source.exp: Move "error in sourced script" code to
1642 the end.
1643 * gdb.base/source-error.gdb: Move contents to
1644 source-error-1.gdb. Add new code to source source-error-1.gdb.
1645 * gdb.base/source-error-1.gdb: New file, from previous
1646 source-error.gdb.
1647
1648 2019-02-17 Tom Tromey <tom@tromey.com>
1649
1650 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1651 for macro styling.
1652 * gdb.base/style.c (SOME_MACRO): New macro.
1653
1654 2019-02-17 Tom Tromey <tom@tromey.com>
1655
1656 * gdb.base/style.exp: Add line-wrapping tests.
1657 * gdb.base/page.exp: Add test for quitting during pagination.
1658
1659 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1660
1661 * gdb.ada/big_packed_array: New testcase.
1662 * gdb.ada/homonym.exp: Fix incorrect expected output for
1663 "break <homonym__get_value>" test.
1664
1665 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1666
1667 PR breakpoints/21870
1668 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1669 and prepare_for_testing. Add comment.
1670 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1671 redundant cleanup call. Clean up comment.
1672
1673 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1674
1675 PR breakpoints/21870
1676 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1677 * gdb.arch/aarch64-dbreg-contents.c: New file.
1678
1679 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1680
1681 * gdb.ada/mi_ref_changeable: New testcase.
1682
1683 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1684
1685 * gdb.base/attach.exp: Add double attach test.
1686
1687 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1688
1689 * lib/gdb.exp (default_gdb_start): Don't match pagination
1690 prompt.
1691 (gdb_init): Set stty_init.
1692
1693 2019-01-27 Tom Tromey <tom@tromey.com>
1694
1695 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1696 skip_python_tests.
1697
1698 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1699
1700 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1701 New structure.
1702 (struct struct_static_02_02): Likewise.
1703 (struct struct_static_02_03): Likewise.
1704 (struct struct_static_02_04): Likewise.
1705 (struct struct_static_04_01): Likewise.
1706 (struct struct_static_04_02): Likewise.
1707 (struct struct_static_04_03): Likewise.
1708 (struct struct_static_04_04): Likewise.
1709 (struct struct_static_06_01): Likewise.
1710 (struct struct_static_06_02): Likewise.
1711 (struct struct_static_06_03): Likewise.
1712 (struct struct_static_06_04): Likewise.
1713 (cmp_struct_static_02_01): Likewise.
1714 (cmp_struct_static_02_02): Likewise.
1715 (cmp_struct_static_02_03): Likewise.
1716 (cmp_struct_static_02_04): Likewise.
1717 (cmp_struct_static_04_01): Likewise.
1718 (cmp_struct_static_04_02): Likewise.
1719 (cmp_struct_static_04_03): Likewise.
1720 (cmp_struct_static_04_04): Likewise.
1721 (cmp_struct_static_06_01): Likewise.
1722 (cmp_struct_static_06_02): Likewise.
1723 (cmp_struct_static_06_03): Likewise.
1724 (cmp_struct_static_06_04): Likewise.
1725 (call_all): Test new structs.
1726 * gdb.base/infcall-nested-structs.exp: Likewise.
1727
1728 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1729 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1730
1731 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1732 * gdb.base/stack-protector.c: New test.
1733 * gdb.base/stack-protector.exp: New file.
1734 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1735 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1736 option.
1737 (gdb_compile): Remove stack protector for GCC and prevent
1738 recursion.
1739
1740 2019-01-16 Keith Seitz <keiths@redhat.com>
1741
1742 PR gdb/23773
1743 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1744
1745 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1746
1747 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1748 aliases.
1749 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1750 tests.
1751 * gdb.arch/powerpc-vector-regs.c: New file.
1752 * gdb.arch/powerpc-vector-regs.exp: New file.
1753
1754 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1755
1756 * gdb.arch/altivec-regs.exp: Fix the list passed to
1757 gdb_expect_list when testing "info vector".
1758
1759 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1760
1761 * gdb.base/style.exp: Don't include path in testname.
1762
1763 2019-01-10 Keith Seitz <keiths@redhat.com>
1764
1765 PR gdb/23712
1766 PR symtab/23010
1767 * gdb.dwarf2/multidictionary.exp: New file.
1768
1769 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1770
1771 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1772 (test_gnuv3_style_demangling): ... this.
1773 (test_lucid_style_demangling): Remove.
1774 (test_arm_style_demangling): Remove.
1775 (test_hp_style_demangling): Remove.
1776 (do_tests): Remove calls to the above.
1777
1778 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1779
1780 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1781 case.
1782
1783 2019-01-06 Tom Tromey <tom@tromey.com>
1784
1785 PR gdb/28155:
1786 * gdb.dwarf2/typedef-void-finish.exp: New file.
1787
1788 2018-12-28 Tom Tromey <tom@tromey.com>
1789 Simon Marchi <simark@simark.ca>
1790
1791 * gdb.base/jit-exec.exp: New file.
1792 * gdb.base/jit-exec.c: New file.
1793 * gdb.base/jit-execd.c: New file.
1794
1795 2018-12-28 Tom Tromey <tom@tromey.com>
1796
1797 * gdb.base/style.exp: Update test to check for address styling.
1798
1799 2018-12-28 Tom Tromey <tom@tromey.com>
1800
1801 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1802 message.
1803
1804 2018-12-28 Tom Tromey <tom@tromey.com>
1805
1806 * gdb.base/style.exp: Add test for version number styling.
1807
1808 2018-12-28 Tom Tromey <tom@tromey.com>
1809
1810 * gdb.base/style.exp: Add test for print_address_symbolic.
1811
1812 2018-12-28 Tom Tromey <tom@tromey.com>
1813
1814 * gdb.base/style.exp: Add test for breakpoint setting.
1815
1816 2018-12-28 Tom Tromey <tom@tromey.com>
1817
1818 * gdb.base/style.exp: Add test for variable names.
1819
1820 2018-12-28 Tom Tromey <tom@tromey.com>
1821
1822 * gdb.base/style.exp: New file.
1823 * gdb.base/style.c: New file.
1824
1825 2018-12-28 Tom Tromey <tom@tromey.com>
1826
1827 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1828 "dumb".
1829 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1830 the TERM environment variable.
1831
1832 2018-12-27 Tom Tromey <tom@tromey.com>
1833
1834 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1835 pagination test.
1836
1837 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1838
1839 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1840 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1841
1842 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1843
1844 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1845 Filename a.adb changed to bp_fun_addr.adb.
1846 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1847
1848 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1849
1850 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1851 non-PIE executables.
1852 * README: Mention the gdb,nopie_flag board setting.
1853 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1854 non-PIE executable.
1855 * gdb.arch/amd64-entry-value.exp: Likewise.
1856 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1857 * gdb.arch/i386-float.exp: Likewise.
1858 * gdb.arch/i386-signal.exp: Likewise.
1859 * gdb.mi/mi-reg-undefined.exp: Likewise.
1860
1861 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1862
1863 PR gdb/23974
1864 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1865
1866 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1867
1868 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1869 Update order of results accordingly.
1870
1871 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1872
1873 * gdb.base/annota1.exp: Update a test regexp.
1874
1875 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1876
1877 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1878
1879 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1880
1881 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1882 (reuse_time): Initialize to REUSE_TIME_CAP.
1883 (check_rc): New function.
1884 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1885 Check pthread_create rc.
1886 (spawner_thread_func): Check pthread_create and pthread_join rc.
1887
1888 2018-12-08 Pedro Alves <palves@redhat.com>
1889
1890 * gdb.base/list.exp (test_forward_search): Rename to ...
1891 (test_forward_reverse_search): ... this. Also test reverse-search
1892 and the forward-search alias.
1893
1894 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1895
1896 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1897 local timeout variable before return, and remove all local timeout
1898 variable entirely.
1899 (gdb_load): Likewise.
1900
1901 2018-12-01 Tom de Vries <tdevries@suse.de>
1902
1903 * gdb.base/gdb-caching-proc.exp: New file.
1904
1905 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1906
1907 * Makefile.in (TIMESTAMP): New variable.
1908 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1909 command.
1910 (check-single-racy): Likewise.
1911 (check/%.exp): Likewise.
1912 (check-racy/%.exp): Likewise.
1913 (workers/%.worker): Likewise.
1914 (build-perf): Likewise.
1915 (check-perf): Likewise.
1916 * README: Describe new "TS" and "TS_FORMAT" variables.
1917 * print-ts.py: New file.
1918
1919 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1920
1921 PR python/23714
1922 * gdb.python/python.exp: Test command repetition after
1923 gdb.execute.
1924
1925 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1926
1927 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1928 is correctly aligned.
1929
1930 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1931
1932 * gdb.ada/info_auto_lang.exp: New testcase.
1933 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1934 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1935 * gdb.ada/info_auto_lang/some_c.c: New file.
1936
1937 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1938
1939 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1940 FUNC_lang language syntax.
1941
1942 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1943
1944 * gdb.base/info_minsym.c: New file.
1945 * gdb.base/info_minsym.exp: New file.
1946
1947 2018-11-19 Tom Tromey <tom@tromey.com>
1948
1949 PR rust/23625:
1950 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1951 * gdb.rust/expr.exp: Update expected output. Change one test.
1952
1953 2018-11-19 Tom Tromey <tom@tromey.com>
1954
1955 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1956
1957 2018-11-19 Pedro Alves <palves@redhat.com>
1958
1959 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1960 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1961 see the expected warning.
1962
1963 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1964
1965 PR gdb/22736:
1966 * gdb.cp/infcall-nodebug-lib.c: New test.
1967 * gdb.cp/infcall-nodebug-main.c: New test.
1968 * gdb.cp/infcall-nodebug.exp: New file.
1969
1970 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1971
1972 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1973 completer tests.
1974
1975 2018-11-09 Tom de Vries <tdevries@suse.de>
1976
1977 * gdb.base/msym-lang.c: New test.
1978 * gdb.base/msym-lang.exp: New file.
1979 * gdb.base/msym-lang-main.c: New test.
1980
1981 2018-11-08 Tom Tromey <tom@tromey.com>
1982
1983 PR gdb/23555:
1984 PR gdb/23838:
1985 * gdb.base/warning.exp: New file.
1986
1987 2018-11-08 Jan Beulich <jbeulich@suse.com>
1988
1989 * testsuite/gdb.arch/i386-avx512.c,
1990 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1991
1992 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1993
1994 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1995 point hardware.
1996
1997 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1998
1999 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2000 * gdb.dwarf2/missing-type-name.exp: New file.
2001
2002 2018-11-06 Tom de Vries <tdevries@suse.de>
2003
2004 * gdb.base/many-headers.c: New test.
2005 * gdb.base/many-headers.exp: New file.
2006
2007 2018-11-06 Jim Wilson <jimw@sifive.com>
2008
2009 * gdb.base/code_elim.exp: For riscv, set additional_flags
2010 to include -msmall-data-limit=0.
2011
2012 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2013
2014 * gdb.ada/watch_minus_l: New testcase.
2015
2016 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2017
2018 * gdb.arch/aix-sighandle.c: New file.
2019 * gdb.arch/aix-sighandle.exp: New file.
2020
2021 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2022
2023 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2024 registers being unions.
2025
2026 2018-10-31 Tom de Vries <tdevries@suse.de>
2027
2028 * lib/valgrind.exp: New file.
2029 (vgdb_start, vgdb_stop): New procs, factored out of ...
2030 * gdb.base/valgrind-bt.exp: ... here, ...
2031 * gdb.base/valgrind-disp-step.exp: ... here and ...
2032 * gdb.base/valgrind-infcall.exp: ... here.
2033
2034 2018-10-31 Tom de Vries <tdevries@suse.de>
2035
2036 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2037
2038 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2039
2040 * gdb.dwarf2/void-type.c: New file.
2041 * gdb.dwarf2/void-type.exp: New file.
2042
2043 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2044
2045 * gdb.base/info_qt.c: New file.
2046 * gdb.base/info_qt.exp: New file.
2047
2048 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2049
2050 * gdb.arch/powerpc-htm-regs.c: New file.
2051 * gdb.arch/powerpc-htm-regs.exp: New file.
2052
2053 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2054
2055 * gdb.arch/powerpc-tar.c: New file.
2056 * gdb.arch/powerpc-tar.exp: New file.
2057
2058 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2059
2060 * gdb.arch/powerpc-ppr-dscr.c: New file.
2061 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2062
2063 2018-10-25 Tom de Vries <tdevries@suse.de>
2064
2065 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2066
2067 2018-10-24 Tom de Vries <tdevries@suse.de>
2068
2069 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2070 longer exists error.
2071
2072 2018-10-24 Tom de Vries <tdevries@suse.de>
2073
2074 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2075
2076 2018-10-24 Tom de Vries <tdevries@suse.de>
2077
2078 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2079 --db-attach in valgrind.
2080
2081 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2082
2083 * gdb.arch/riscv-reg-aliases.c: New file.
2084 * gdb.arch/riscv-reg-aliases.exp: New file.
2085
2086 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2087
2088 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2089
2090 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2091
2092 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2093
2094 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2095
2096 * gdb.cp/ovldbreak.exp: Fix regexps.
2097
2098 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2099
2100 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2101
2102 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2103
2104 PR cli/23785
2105 * gdb.base/restore.exp: New test to check if "restore" with an
2106 invalid file doesn't segfault.
2107
2108 2018-10-18 Tom de Vries <tdevries@suse.de>
2109
2110 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2111 * gdb.ada/excep_handle.exp: Same.
2112 * gdb.ada/mi_string_access.exp: Same.
2113 * gdb.ada/mi_var_union.exp: Same.
2114 * gdb.arch/arc-analyze-prologue.exp: Same.
2115 * gdb.arch/arc-decode-insn.exp: Same.
2116 * gdb.base/readnever.exp: Same.
2117 * gdb.fortran/printing-types.exp: Same.
2118 * gdb.guile/scm-lazy-string.exp: Same.
2119
2120 2018-10-16 Tom de Vries <tdevries@suse.de>
2121
2122 PR gdb/23730
2123 * gdb.base/catch-follow-exec.c: Add copyright notice.
2124 * gdb.base/catch-follow-exec.exp: Rewrite to use
2125 gdb_spawn_with_cmdline_opts. Require gdb-native.
2126
2127 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2128
2129 * gdb.trace/actions-changed.exp: Check for arch support.
2130 * gdb.trace/actions.exp: Likewise.
2131 * gdb.trace/ax.exp: Likewise.
2132 * gdb.trace/backtrace.exp: Likewise.
2133 * gdb.trace/change-loc.exp: Likewise.
2134 * gdb.trace/deltrace.exp: Likewise.
2135 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2136 * gdb.trace/ftrace.exp: Likewise.
2137 * gdb.trace/infotrace.exp: Check for arch support.
2138 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2139 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2140 * gdb.trace/mi-tsv-changed.exp: Likewise.
2141 * gdb.trace/packetlen.exp: Likewise.
2142 * gdb.trace/passc-dyn.exp: Likewise.
2143 * gdb.trace/passcount.exp: Likewise.
2144 * gdb.trace/pending.exp: Likewise.
2145 * gdb.trace/range-stepping.exp: Check for shlib support.
2146 * gdb.trace/report.exp: Check for arch support.
2147 * gdb.trace/save-trace.exp: Likewise.
2148 * gdb.trace/signal.exp: Check for signal support.
2149 * gdb.trace/tfind.exp: Check for arch support.
2150 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2151 * gdb.trace/trace-common.h: Add comment.
2152 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2153 * gdb.trace/trace-enable-disable.exp: Likewise.
2154 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2155 * gdb.trace/tracecmd.exp: Check for arch support.
2156 * gdb.trace/tspeed.exp: Check for shlib and target support.
2157 * gdb.trace/tstatus.exp: Check for arch support.
2158 * gdb.trace/tsv.exp: Likewise.
2159 * gdb.trace/while-dyn.exp: Likewise.
2160 * gdb.trace/while-stepping.exp: Likewise.
2161 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2162
2163 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2164
2165 * gdb.trace/tspeed.exp: Remove nowarnings.
2166 (prepare_for_trace_test): Declare "global ipalib".
2167 * gdb.trace/tspeed.c: Include unistd.h.
2168 (main): Remove superfluous printf argument.
2169
2170 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2171
2172 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2173 directory prefix on the filename.
2174
2175 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2176
2177 * gdb.gdb/unittest.exp: Update expected message informing that
2178 selftests have been disabled.
2179 * gdb.server/unittest.exp: Likewise.
2180
2181 2018-10-09 Tom de Vries <tdevries@suse.de>
2182
2183 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2184 with runto_main.
2185
2186 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2187
2188 PR c++/16841
2189 * gdb.cp/virtbase2.cc: New file.
2190 * gdb.cp/virtbase2.exp: New file.
2191
2192 2018-10-06 Tom Tromey <tom@tromey.com>
2193
2194 PR python/19399:
2195 * gdb.python/py-inferior.exp: Add architecture test.
2196
2197 2018-10-06 Tom Tromey <tom@tromey.com>
2198
2199 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2200 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2201
2202 2018-10-06 Tom Tromey <tom@tromey.com>
2203
2204 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2205 of a "throw" catchpoint.
2206
2207 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2208
2209 * gdb.base/info-proc.exp: Update string expected from "help info
2210 proc".
2211
2212 2018-10-04 Tom Tromey <tom@tromey.com>
2213
2214 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2215 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2216 (test_initial_complaints, test_empty_complaints): Update.
2217 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2218
2219 2018-10-04 Tom Tromey <tom@tromey.com>
2220
2221 PR cli/19551:
2222 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2223 * lib/gdb.exp (gdb_file_cmd): Update.
2224 * gdb.stabs/weird.exp (print_weird_var): Update.
2225 * gdb.server/solib-list.exp: Update.
2226 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2227 * gdb.mi/mi-cli.exp: Update.
2228 * gdb.linespec/linespec.exp: Update.
2229 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2230 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2231 * gdb.cp/cp-relocate.exp: Update.
2232 * gdb.base/sym-file.exp: Update.
2233 * gdb.base/relocate.exp: Update.
2234 * gdb.base/readnever.exp: Update.
2235 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2236 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2237 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2238 * gdb.base/code_elim.exp: Update.
2239 * gdb.base/break-unload-file.exp (test_break): Update.
2240 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2241 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2242 Update.
2243 * gdb.base/attach.exp (do_attach_tests): Update.
2244 * gdb.base/sepdebug.exp: Update.
2245 * gdb.python/py-section-script.exp: Update.
2246
2247 2018-10-04 Tom Tromey <tom@tromey.com>
2248
2249 PR cli/22234:
2250 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2251 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2252 output.
2253
2254 2018-10-04 Tom Tromey <tom@tromey.com>
2255
2256 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2257 set width and height to 0.
2258 (test_command_line_attach_run): Use -quiet.
2259
2260 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2261
2262 * lib/gdb.exp (skip_ifunc_tests): New.
2263 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2264 other compile failures.
2265 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2266
2267 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2268
2269 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2270 is_amd64_regs_target.
2271
2272 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2273
2274 * gdb.arch/aarch64-sighandler-regs.c: New test.
2275 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2276 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2277
2278 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2279
2280 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2281 assembly.
2282
2283 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2284
2285 * gdb.base/frame-selection.exp: New file.
2286 * gdb.base/frame-selection.c: New file.
2287
2288 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2289
2290 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2291 pthread barrier.
2292 (main): Likewise.
2293
2294 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2295
2296 * gdb.base/large-frame-1.c: New file.
2297 * gdb.base/large-frame-2.c: New file.
2298 * gdb.base/large-frame.exp: New file.
2299 * gdb.base/large-frame.h: New file.
2300
2301 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2302
2303 PR gdb/20948
2304 * gdb.base/write_mem.exp: New test.
2305 * gdb.base/write_mem.c: Likewise.
2306
2307 2018-09-23 Tom Tromey <tom@tromey.com>
2308
2309 PR python/18852:
2310 * gdb.python/py-parameter.exp: Add test for parameter that throws
2311 on "set".
2312
2313 2018-09-23 Tom Tromey <tom@tromey.com>
2314
2315 PR python/17284:
2316 * gdb.python/py-template.exp (test_template_arg): Add test for
2317 negative template argument number.
2318
2319 2018-09-23 Tom Tromey <tom@tromey.com>
2320
2321 PR python/14062:
2322 * gdb.python/python.exp: Add test for post_event error.
2323
2324 2018-09-23 Tom Tromey <tom@tromey.com>
2325
2326 PR python/18170:
2327 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2328 convert pointers to int and long.
2329
2330 2018-09-23 Tom Tromey <tom@tromey.com>
2331
2332 PR python/20126:
2333 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2334 signed-ness conversion tests.
2335
2336 2018-09-23 Tom Tromey <tom@tromey.com>
2337
2338 PR python/18352;
2339 * gdb.python/py-value.exp (test_float_conversion): New proc.
2340 Use it.
2341
2342 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2343
2344 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2345
2346 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2347
2348 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2349 no readline.
2350 * gdb.base/utf8-identifiers.exp: Likewise.
2351 * gdb.cp/cpcompletion.exp: Likewise.
2352 * gdb.linespec/cpcompletion.exp: Likewise.
2353 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2354 * gdb.linespec/cpls-ops.exp: Likewise.
2355
2356 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2357 Chris January <chris.january@arm.com>
2358
2359 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2360 * gdb.fortran/short-circuit-argument-list.exp: New file.
2361 * gdb.fortran/short-circuit-argument-list.f90: New test.
2362
2363 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2364
2365 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2366 "arch=" keyword when executing "-stack-list-frames".
2367
2368 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2369
2370 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2371 "arch=" keyword when executing "-stack-list-frames".
2372
2373 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2374
2375 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2376 break ada".
2377
2378 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2379
2380 PR python/23669
2381 * gdb.python/python.exp: Test gdb.execute("show commands").
2382
2383 2018-09-16 Tom Tromey <tom@tromey.com>
2384
2385 * gdb.base/new-ui.exp (do_execution_tests): Update.
2386 * gdb.base/dbx.exp (test_breakpoints): Update.
2387
2388 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2389
2390 * lib/gdb.exp (gdb_simple_compile): Add proc.
2391 (is_elf_target): Use gdb_simple_compile.
2392 (skip_altivec_tests): Likewise.
2393 (skip_vsx_tests): Likewise.
2394 (skip_tsx_tests): Likewise.
2395 (skip_btrace_tests): Likewise.
2396 (skip_btrace_pt_tests): Likewise.
2397 (gdb_can_simple_compile): Likewise.
2398 (gdb_has_argv0): Likewise.
2399 (gdb_target_symbol_prefix): Likewise.
2400 (target_supports_scheduler_locking): Likewise.
2401
2402 2018-09-13 Tom Tromey <tom@tromey.com>
2403
2404 * Makefile.in (TAGS): Recognize proc_with_prefix and
2405 gdb_caching_proc.
2406
2407 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2408
2409 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2410 method.
2411
2412 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2413
2414 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2415 and a few other Inferior properties when the Inferior is no
2416 longer valid.
2417
2418 2018-09-13 Tom Tromey <tom@tromey.com>
2419
2420 PR rust/23650:
2421 * gdb.rust/simple.exp: Add test for enum field access error.
2422
2423 2018-09-13 Tom Tromey <tom@tromey.com>
2424
2425 PR rust/23626:
2426 * gdb.rust/simple.rs (EmptyEnum): New type.
2427 (main): Use it.
2428 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2429
2430 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2431
2432 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2433 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2434 * gdb.python/py-symtab.exp: Update test printing an objfile.
2435
2436 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2437
2438 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2439 object.
2440
2441 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2442
2443 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2444 (support_complex_tests): Use gdb_can_simple_compile.
2445 (is_ilp32_target): Likewise.
2446 (is_lp64_target): Likewise.
2447 (is_64_target): Likewise.
2448 (is_amd64_regs_target): Likewise.
2449 (is_aarch32_target): Likewise.
2450 (gdb_int128_helper): Likewise.
2451
2452 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2453
2454 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2455
2456 2018-09-10 Jerome Guitton <guitton@adacore.com>
2457
2458 * gdb.ada/same_component_name: Add test for case of tagged record
2459 with variable-length fields.
2460
2461 2018-09-10 Xavier Roirand <roirand@adacore.com>
2462
2463 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2464 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2465 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2466 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2467
2468 2018-09-10 Xavier Roirand <roirand@adacore.com>
2469
2470 * gdb.ada/mi_string_access.exp: New testcase.
2471 * gdb.ada/mi_string_access/bar.adb: New file.
2472 * gdb.ada/mi_string_access/pck.adb: New file.
2473 * gdb.ada/mi_string_access/pck.asd: New file.
2474
2475 2018-09-10 Xavier Roirand <roirand@adacore.com>
2476
2477 * gdb.ada/mi_var_union.exp: New testcase.
2478 * gdb.ada/mi_var_union/bar.adb: New file.
2479 * gdb.ada/mi_var_union/pck.adb: New file.
2480 * gdb.ada/mi_var_union/pck.asd: New file.
2481
2482 2018-09-08 Tom Tromey <tom@tromey.com>
2483
2484 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2485
2486 2018-09-08 Tom Tromey <tom@tromey.com>
2487
2488 PR python/16047:
2489 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2490 (register_pretty_printers): Register new printer.
2491 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2492 test.
2493 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2494 (an_int_type3): New global.
2495
2496 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2497
2498 * gdb.ada/expr_with_funcall: New testcase.
2499
2500 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2501
2502 * gdb.ada/packed_array_assign: New testcase.
2503
2504 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2505
2506 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2507 names, and add test prefixes to make test names unique.
2508
2509 2018-09-05 Tom de Vries <tdevries@suse.de>
2510
2511 * gdb.dwarf2/varval.exp: Add test.
2512
2513 2018-09-04 Gary Benson <gbenson@redhat.com>
2514
2515 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2516 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2517
2518 2018-08-31 Tom Tromey <tom@tromey.com>
2519
2520 * gdb.rust/simple.rs: Rename second variable "v".
2521
2522 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2523
2524 * gdb.base/funcargs.c (use_a): New function.
2525 (recurse): Call use_a.
2526
2527 2018-08-29 Keith Seitz <keiths@redhat.com>
2528
2529 * gdb.compile/compile-cplus-anonymous.cc: New file.
2530 * gdb.compile/compile-cplus-anonymous.exp: New file.
2531 * gdb.compile/compile-cplus-array-decay.cc: New file.
2532 * gdb.compile/compile-cplus-array-decay.exp: New file.
2533 * gdb.compile/compile-cplus-inherit.cc: New file.
2534 * gdb.compile/compile-cplus-inherit.exp: New file.
2535 * gdb.compile/compile-cplus-member.cc: New file.
2536 * gdb.compile/compile-cplus-member.exp: New file.
2537 * gdb.compile/compile-cplus-method.cc: New file.
2538 * gdb.compile/compile-cplus-method.exp: New file.
2539 * gdb.compile/compile-cplus-mod.c: "New" file.
2540 * gdb.compile/compile-cplus-namespace.cc: New file.
2541 * gdb.compile/compile-cplus-namespace.exp: New file.
2542 * gdb.compile/compile-cplus-nested.cc: New file.
2543 * gdb.compile/compile-cplus-nested.exp: New file.
2544 * gdb.compile/compile-cplus-print.c: "New" file.
2545 * gdb.compile/compile-cplus-print.exp: "New" file.
2546 * gdb.compile/compile-cplus-virtual.cc: New file.
2547 * gdb.compile/compile-cplus-virtual.exp: New file.
2548 * gdb.compile/compile-cplus.c: "New" file.
2549 * gdb.compile/compile-cplus.exp: "New" file.
2550 * lib/compile-support.exp: New file.
2551
2552 2018-08-16 Gary Benson <gbenson@redhat.com>
2553
2554 PR gdb/13000:
2555 * gdb.base/batch-exit-status.exp: New file.
2556 * gdb.base/batch-exit-status.good-commands: Likewise.
2557 * gdb.base/batch-exit-status.bad-commands: Likewise.
2558
2559 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2560
2561 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2562 (struct struct02): Likewise.
2563 (struct struct03): Likewise.
2564 (struct struct04): Likewise.
2565 (struct struct_01_01): New struct.
2566 (struct struct_01_02): Likewise.
2567 (struct struct_01_03): Likewise.
2568 (struct struct_01_04): Likewise.
2569 (struct struct_02_01): Likewise.
2570 (struct struct_02_02): Likewise.
2571 (struct struct_02_03): Likewise.
2572 (struct struct_02_04): Likewise.
2573 (struct struct_04_01): Likewise.
2574 (struct struct_04_02): Likewise.
2575 (struct struct_04_03): Likewise.
2576 (struct struct_04_04): Likewise.
2577 (struct struct_05_01): Likewise.
2578 (struct struct_05_02): Likewise.
2579 (struct struct_05_03): Likewise.
2580 (struct struct_05_04): Likewise.
2581 (cmp_struct01): Remove function.
2582 (cmp_struct02): Likewise.
2583 (cmp_struct03): Likewise.
2584 (cmp_struct04): Likewise.
2585 (cmp_struct_01_01): Add Function.
2586 (cmp_struct_01_02): Likewise.
2587 (cmp_struct_01_03): Likewise.
2588 (cmp_struct_01_04): Likewise.
2589 (cmp_struct_02_01): Likewise.
2590 (cmp_struct_02_02): Likewise.
2591 (cmp_struct_02_03): Likewise.
2592 (cmp_struct_02_04): Likewise.
2593 (cmp_struct_04_01): Likewise.
2594 (cmp_struct_04_02): Likewise.
2595 (cmp_struct_04_03): Likewise.
2596 (cmp_struct_04_04): Likewise.
2597 (cmp_struct_05_01): Likewise.
2598 (cmp_struct_05_02): Likewise.
2599 (cmp_struct_05_03): Likewise.
2600 (cmp_struct_05_04): Likewise.
2601 (call_all): Add new structs.
2602 * gdb.base/infcall-nested-structs.exp: Likewise.
2603
2604 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2605
2606 * gdb.python/py-framefilter-mi.exp: Update regexp to
2607 check for "arch" field in frame output.
2608
2609 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2610
2611 * gdb.dwarf2/dw2-ranges-func.c: New file.
2612 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2613
2614 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2615
2616 * gdb.base/term.exp: Compare terminal settings with values from
2617 the inferior.
2618 * gdb.base/term.c: Get and set terminal settings.
2619
2620 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2621
2622 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2623 accommodate new "arch" field in frame output.
2624 * gdb.mi/mi-return.exp: Likewise.
2625 * gdb.mi/mi-stack.exp: Likewise.
2626 * gdb.mi/mi-syn-frame.exp: Likewise.
2627 * gdb.mi/user-selected-context-sync.exp: Likewise.
2628
2629 2018-08-19 Michael Spang <spang@google.com>
2630
2631 PR gdb/11786
2632 * gdb.base/gcore-tls-pie.c: New file.
2633 * gdb.base/gcore-tls-pie.exp: New file.
2634
2635 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2636
2637 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2638 * gdb.dwarf2/varval.c: New file.
2639 * gdb.dwarf2/varval.exp: New file.
2640
2641 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2642
2643 PR gdb/18931
2644 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2645
2646 2018-08-16 Keith Seitz <keiths@redhat.com>
2647
2648 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2649 tests expected to pass.
2650
2651 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2652
2653 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2654 -data-disassemble -a.
2655 (test_disassembly_bogus_args): Likewise.
2656
2657 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2658
2659 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2660
2661 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2662
2663 * gdb.base/vla-optimized-out.exp: Add new test.
2664
2665 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * gdb.base/vla-optimized-out-o3.exp: Delete.
2668 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2669 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2670 deleted tests.
2671
2672 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2673
2674 PR gdb/18050:
2675 * gdb.server/extended-remote-restart.c: New file.
2676 * gdb.server/extended-remote-restart.exp: New file.
2677
2678 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2679
2680 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2681 "set variable index = 42".
2682
2683 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2684
2685 * boards/index-cache-gdb.exp: New file.
2686 * gdb.dwarf2/index-cache.exp: New file.
2687 * gdb.dwarf2/index-cache.c: New file.
2688 * gdb.base/maint.exp: Check if we are using the index cache.
2689
2690 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2691
2692 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2693 MAKEFLAGS.
2694
2695 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2696
2697 * dg-extract-results.sh: Move to toplevel contrib.
2698 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2699 * Makefile.in (check-parallel-racy): Likewise.
2700
2701 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2702
2703 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2704 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2705 tests if the target supports scheduler locking.
2706
2707 2018-08-04 Tom de Vries <tdevries@suse.de>
2708
2709 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2710
2711 2018-08-02 Tom Tromey <tom@tromey.com>
2712
2713 PR symtab/16842.
2714 * gdb.cp/temargs.exp: Test "info address" of a template
2715 parameter.
2716
2717 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2718
2719 * gdb.python/py-mi-var-info-path-expression.c: New file.
2720 * gdb.python/py-mi-var-info-path-expression.py: New file.
2721 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2722
2723 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2724
2725 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2726 error after "cannot resolve name" string.
2727
2728 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2729
2730 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2731 started.
2732 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2733
2734 2018-07-28 Tom de Vries <tdevries@suse.de>
2735
2736 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2737
2738 2018-07-26 Tom de Vries <tdevries@suse.de>
2739
2740 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2741
2742 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2743
2744 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2745 is visible.
2746
2747 2018-07-26 Tom de Vries <tdevries@suse.de>
2748
2749 PR breakpoints/23366
2750 * gdb.base/catch-follow-exec.c: New test.
2751 * gdb.base/catch-follow-exec.exp: New file.
2752
2753 2018-07-25 Tom de Vries <tdevries@suse.de>
2754
2755 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2756 vla-optimized-out.c.
2757
2758 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2759
2760 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2761 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2762
2763 2018-07-20 Tom de Vries <tdevries@suse.de>
2764
2765 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2766 NOCLONE macro.
2767 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2768
2769 2018-07-19 Tom de Vries <tdevries@suse.de>
2770
2771 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2772 regular expression.
2773
2774 2018-07-18 Tom de Vries <tdevries@suse.de>
2775
2776 * gdb.base/vla-optimized-out.c: New test.
2777 * gdb.base/vla-optimized-out.exp: New file.
2778
2779 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2780
2781 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2782 message "No address associated with hostname" when gdbserver
2783 cannot resolve the hostname.
2784
2785 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2786
2787 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2788 Add some test prefixes to make tests unique.
2789
2790 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2791
2792 * gdb.base/frameapply.c: New file.
2793 * gdb.base/frameapply.exp: New file.
2794
2795 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2796
2797 * gdb.base/skip.exp: Update expected error message.
2798
2799 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2800 Jan Kratochvil <jan.kratochvil@redhat.com>
2801 Paul Fertser <fercerpav@gmail.com>
2802 Tsutomu Seki <sekiriki@gmail.com>
2803
2804 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2805 parameter.
2806 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2807 by default.
2808 * boards/native-gdbserver.exp: Likewise.
2809 * gdb.server/run-without-local-binary.exp: Improve regexp used
2810 for detecting when a remote debugging connection succeeds.
2811 * gdb.server/server-connect.exp: New file.
2812 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2813 Do not prefix the port number with ":".
2814 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2815 support for detecting and using it. Add '$debughost_gdbserver'
2816 to the list of arguments used to start gdbserver. Handle case
2817 when gdbserver cannot resolve a network name.
2818
2819 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2820
2821 PR c++/23373
2822 * gdb.base/ptype-offsets.cc (struct static_member): New
2823 struct.
2824 (main) <stmember>: New variable.
2825 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2826 with a static member in it.
2827
2828 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2829
2830 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2831 watchpoints enabled and disabled.
2832
2833 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2834
2835 * gdb.base/examine-backward.exp: Still run tests around address
2836 0x0, even if address 0x0 is not readable. Update the pattern for
2837 matching address 0x0 in expected output.
2838
2839 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2840
2841 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2842 malloc/free.
2843
2844 2018-07-04 Tom de Vries <tdevries@suse.de>
2845
2846 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2847
2848 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2849
2850 PR tdep/8282
2851 * gdb.arch/mips-disassembler-options.exp: New test.
2852 * gdb.arch/mips-disassembler-options.s: New test source.
2853
2854 2018-06-29 Pedro Alves <palves@redhat.com>
2855
2856 * gdb.threads/names.exp: Adjust expected "info threads" output.
2857
2858 2018-06-29 Pedro Alves <palves@redhat.com>
2859
2860 * gdb.opt/inline-break.exp (line number, address): Add "info
2861 break" tests.
2862
2863 2018-06-29 Pedro Alves <palves@redhat.com>
2864
2865 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2866 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2867 number and address and running to them.
2868
2869 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2870
2871 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2872
2873 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2874
2875 * lib/compiler.c: Remove executable permission flag.
2876
2877 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2878
2879 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2880 code.
2881 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2882
2883 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2884
2885 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2886
2887 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2888
2889 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2890 address argument is omitted.
2891
2892 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2893
2894 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2895
2896 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2897
2898 PR gdb/21695
2899 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2900 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2901
2902 2018-06-26 Tom Tromey <tom@tromey.com>
2903
2904 PR rust/22574:
2905 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2906 * gdb.rust/simple.rs (struct SimpleLayout): New.
2907
2908 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2909
2910 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2911 "info registers" output.
2912
2913 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2914
2915 * gdb.base/watchpoint-hw-attach.c: New test.
2916 * gdb.base/watchpoint-hw-attach.exp: New file.
2917
2918 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2919
2920 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2921 through /bin/sh.
2922 * boards/dwarf4-gdb-index.exp: Likewise.
2923 * boards/fission-dwp.exp: Likewise.
2924
2925 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2926
2927 * gdb.base/float128.exp: Add comment and improved fail message
2928 to the failure case of "print large128" test.
2929
2930 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2931
2932 * configure.ac: Remove AC_PREREQ.
2933 * configure: Re-generate.
2934
2935 2018-06-19 Pedro Alves <palves@redhat.com>
2936
2937 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2938 (func_extern_caller): New.
2939 (main): Call func_extern_caller.
2940 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2941 logic change.
2942
2943 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2944
2945 PR gdb/16841
2946 * gdb.cp/typedef-base.cc: New file.
2947 * gdb.cp/typedef-base.exp: New file.
2948
2949 2018-06-18 Tom de Vries <tdevries@suse.de>
2950
2951 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2952
2953 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2954 Richard Bunt <Richard.Bunt@arm.com>
2955
2956 * gdb.threads/attach-slow-waitpid.c: New file.
2957 * gdb.threads/attach-slow-waitpid.exp: New file.
2958 * gdb.threads/slow-waitpid.c: New file.
2959
2960 2018-06-14 Pedro Alves <palves@redhat.com>
2961
2962 * gdb.base/fork-running-state.c: Include <errno.h>.
2963 (exit_if_relative_exits): New.
2964 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2965 exits.
2966 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2967 child exits.
2968
2969 2018-06-14 Tom de Vries <tdevries@suse.de>
2970
2971 PR cli/22573
2972 * gdb.base/finish-pretty.c: New test.
2973 * gdb.base/finish-pretty.exp: New file.
2974
2975 2018-06-14 Pedro Alves <palves@redhat.com>
2976
2977 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2978 gdb's expected startup output.
2979
2980 2018-06-14 Pedro Alves <palves@redhat.com>
2981
2982 * lib/selftest-support.exp (selftest_setup): Remove inlined
2983 function handling.
2984
2985 2018-06-14 Tom de Vries <tdevries@suse.de>
2986
2987 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2988 matching of breakpoint printing.
2989
2990 2018-06-13 Tom de Vries <tdevries@suse.de>
2991
2992 PR testsuite/23269
2993 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2994 (fork_child): ... here, and ...
2995 (fork_parent): ... here.
2996
2997 2018-06-12 Tom de Vries <tdevries@suse.de>
2998
2999 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3000
3001 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3002 Stephen Roberts <stephen.roberts@arm.com>
3003
3004 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3005 rewrite test to describe action performed, rather than possible
3006 failure.
3007
3008 2018-06-08 Gary Benson <gbenson@redhat.com>
3009
3010 * gdb.threads/check-libthread-db.exp: New file.
3011 * gdb.threads/check-libthread-db.c: Likewise.
3012
3013 2018-06-05 Tom Tromey <tom@tromey.com>
3014
3015 * gdb.base/default.exp: Update expected "show version" output.
3016
3017 2018-06-05 Tom Tromey <tom@tromey.com>
3018
3019 PR cli/12326:
3020 * gdb.cp/static-print-quit.exp: Update.
3021 * lib/gdb.exp (pagination_prompt): Update.
3022 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3023 * gdb.python/python.exp: Update.
3024
3025 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3026
3027 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3028
3029 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3030
3031 * gdb.ada/bp_fun_addr: New testcase.
3032
3033 2018-06-01 Tom Tromey <tom@tromey.com>
3034
3035 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3036 results.
3037 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3038 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3039 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3040 * gdb.base/maint.exp (maint_pass_if): Update.
3041
3042 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3043
3044 * gdb.base/endian.exp: New test.
3045 * gdb.base/endian.c: New test source.
3046
3047 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3048
3049 PR gdb/23203
3050 * gdb.base/bt-selected-frame.c: New file.
3051 * gdb.base/bt-selected-frame.exp: New file.
3052 * lib/gdb.exp (get_current_frame_number): New function.
3053
3054 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3055 Pedro Alves <palves@redhat.com>
3056
3057 * gdb.threads/tls-core.c: Include <stdlib.h>
3058 (thread_proc): Call `abort'.
3059 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3060 (tls_core_test): New procedure, bits factored out from ...
3061 (top level): ... here. Test both native cores and gcore cores.
3062
3063 2018-05-23 Tom Tromey <tom@tromey.com>
3064
3065 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3066
3067 2018-05-23 Tom Tromey <tom@tromey.com>
3068
3069 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3070 symfile_complaints.
3071 (test_short_complaints): Likewise.
3072 (test_empty_complaints): Likewise.
3073 (test_initial_complaints): Update.
3074
3075 2018-05-23 Tom Tromey <tom@tromey.com>
3076
3077 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3078
3079 2018-05-23 Tom Tromey <tom@tromey.com>
3080
3081 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3082 (test_short_complaints): Update.
3083
3084 2018-05-22 Pedro Alves <palves@redhat.com>
3085
3086 * gdb.base/remote.exp: Only gdb_start after compiling the
3087 testcase. Issue "disconnect" before testing "set remote" command
3088 defaults. Issue clean_restart before running to main.
3089
3090 2018-05-22 Pedro Alves <palves@redhat.com>
3091
3092 * gdb.base/remote.exp: Adjust expected output of "show remote
3093 memory-write-packet-size". Add tests for "set remote
3094 memory-write-packet-size 0" and "set remote
3095 memory-write-packet-size fixed/limit".
3096
3097 2018-05-22 Pedro Alves <palves@redhat.com>
3098
3099 PR gdb/22973
3100 * gdb.base/utf8-identifiers.c: New file.
3101 * gdb.base/utf8-identifiers.exp: New file.
3102
3103 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3104
3105 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3106
3107 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3108
3109 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3110
3111 2018-05-18 Tom Tromey <tom@tromey.com>
3112
3113 * gdb.base/ptype-offsets.exp: Update.
3114
3115 2018-05-17 Keith Seitz <keiths@redhat.com>
3116
3117 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3118 in expected breakpoint stop locations.
3119 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3120 move to proper scope to test variable values.
3121 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3122 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3123 New functions.
3124 (main): Call not_inline_func3.
3125 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3126 inline_func1, inline_func2, and inline_func3. Test that when each
3127 breakpoint is hit, GDB properly reports both the stop location
3128 and the backtrace. Repeat tests for temporary breakpoints.
3129
3130 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3131
3132 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3133 rather then trying to access it in determining whether the PID
3134 of `gdbserver' could have been retrieved.
3135
3136 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3137
3138 * gdb.arch/amd64-init-x87-values.S: New file.
3139 * gdb.arch/amd64-init-x87-values.exp: New file.
3140
3141 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3142
3143 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3144
3145 2018-05-04 Tom Tromey <tom@tromey.com>
3146
3147 PR python/22730:
3148 * gdb.python/python.exp: Test multi-line execute.
3149
3150 2018-05-04 Tom Tromey <tom@tromey.com>
3151
3152 PR python/22731:
3153 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3154
3155 2018-05-04 Tom Tromey <tom@tromey.com>
3156
3157 PR gdb/11750:
3158 * gdb.base/define.exp: Test defining a user command inside a user
3159 command.
3160 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3161
3162 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3163 Pedro Alves <palves@redhat.com>
3164
3165 PR breakpoints/19806 and support for PR external/20207.
3166 * gdb.base/watchpoint-unaligned.c: New file.
3167 * gdb.base/watchpoint-unaligned.exp: New file.
3168
3169 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3170
3171 * gdb.base/maint.exp: Make test names unique, use
3172 test_prefix_command_help to test 'help maint info', and remove
3173 repeated test of 'help maint'.
3174
3175 2018-05-04 Tom Tromey <tom@tromey.com>
3176
3177 PR gdb/22619:
3178 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3179 behavior.
3180
3181 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3182
3183 * gdb.base/maint.exp: Process output from 'maint print registers'
3184 line at a time.
3185
3186 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3187
3188 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3189 timeout.
3190
3191 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3192
3193 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3194 filter pattern.
3195
3196 2018-05-02 Pedro Alves <palves@redhat.com>
3197
3198 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3199 to_log_command renames.
3200 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3201
3202 2018-05-02 Tom Tromey <tom@tromey.com>
3203
3204 * gdb.python/py-parameter.exp: Set test message.
3205
3206 2018-05-02 Tom Tromey <tom@tromey.com>
3207
3208 PR python/20084:
3209 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3210 PARAM_ZUINTEGER_UNLIMITED tests.
3211
3212 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3213
3214 PR rust/23124
3215 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3216 when casting.
3217
3218 2018-04-30 Tom Tromey <tom@tromey.com>
3219
3220 * gdb.python/py-type.exp: Check align attribute.
3221 * gdb.python/py-type.c: New "aligncheck" global.
3222
3223 2018-04-30 Tom Tromey <tom@tromey.com>
3224
3225 PR exp/17095:
3226 * gdb.dwarf2/dw2-align.exp: New file.
3227 * gdb.cp/align.exp: New file.
3228 * gdb.base/align.exp: New file.
3229 * lib/gdb.exp (gdb_int128_helper): New proc.
3230 (has_int128_c, has_int128_cxx): New caching procs.
3231
3232 2018-04-27 Tom Tromey <tom@tromey.com>
3233
3234 PR rust/22545:
3235 * gdb.rust/simple.exp: Add inclusive range tests.
3236
3237 2018-04-26 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3240 ifunc breakpoint locations correctly of ifunc breakpoints set
3241 while the program resolves the ifunc.
3242
3243 2018-04-26 Pedro Alves <palves@redhat.com>
3244
3245 * gdb.base/gnu-ifunc-final.c: New file.
3246 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3247 * gdb.base/gnu-ifunc.exp (executable): Delete.
3248 (staticexecutable): Adjust.
3249 (lib_opts, exec_opts): Delete.
3250 (make_binsuffix, build, set-break): New procedures.
3251 (misc_tests): New, with tests factored out from the top level.
3252 (top level): Test different combinations of ifunc resolver name,
3253 resolver with and with debug info, and ifunc target with and
3254 without debug info. Wrap static tests with with_target_prefix.
3255
3256 2018-04-26 Pedro Alves <palves@redhat.com>
3257
3258 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3259 return type" warnings.
3260
3261 2018-04-25 Pedro Alves <palves@redhat.com>
3262
3263 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3264 killed".
3265 * gdb.base/kill-after-signal.exp: Likewise.
3266 * gdb.threads/kill.exp: Likewise.
3267
3268 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3269 Sergio Durigan Junior <sergiodj@redhat.com>
3270 Pedro Alves <palves@redhat.com>
3271
3272 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3273 regexps to expect for '[Inferior ... detached]' as well.
3274 * gdb.base/attach.exp: Likewise.
3275 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3276 "gdb_continue_to_end".
3277 (test_catch_syscall_with_wrong_args): Likewise.
3278 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3279 ']'. Don't set 'verbose' on.
3280 * gdb.base/foll-vfork.exp: Likewise.
3281 * gdb.base/fork-print-inferior-events.c: New file.
3282 * gdb.base/fork-print-inferior-events.exp: New file.
3283 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3284 '[Inferior ... has been killed]' message.
3285 * gdb.base/kill-after-signal.exp: Likewise.
3286 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3287 detach message.
3288 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3289 message.
3290 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3291 regexps to expect for '[Inferior ... detached]' as well.
3292 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3293
3294 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3295
3296 PR gdb/23104
3297 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3298
3299 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3300
3301 * gdb.threads/multiple-successive-infcall.c: New test.
3302 * gdb.threads/multiple-successive-infcall.exp: New file.
3303
3304 2018-04-17 Tom Tromey <tom@tromey.com>
3305
3306 * gdb.rust/simple.rs (Union): New type.
3307 (main): New local "u".
3308 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3309
3310 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3311
3312 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3313 number information in output of "whereis" command.
3314 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3315
3316 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3317
3318 * gdb.ada/info_types.exp: Adjust expected output to the line
3319 numbers now printed by "info var/func/type".
3320 * gdb.base/completion.exp: Likewise.
3321 * gdb.base/included.exp: Likewise.
3322 * gdb.cp/cp-relocate.exp: Likewise.
3323 * gdb.cp/cplusfuncs.exp: Likewise.
3324 * gdb.cp/namespace.exp: Likewise.
3325 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3326
3327 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3328
3329 * gdb.btrace/cpu.exp: New.
3330
3331 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3332
3333 * gdb.base/step-indirect-call-thunk.exp: New.
3334 * gdb.base/step-indirect-call-thunk.c: New.
3335 * gdb.reverse/step-indirect-call-thunk.exp: New.
3336 * gdb.reverse/step-indirect-call-thunk.c: New.
3337
3338 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3339
3340 * gdb.base/pie-fork.c: New file.
3341 * gdb.base/pie-fork.exp: New file.
3342
3343 2018-04-11 Tom Tromey <tom@tromey.com>
3344
3345 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3346
3347 2018-04-10 Pedro Alves <palves@redhat.com>
3348
3349 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3350 exits. Instead loop running forever.
3351 (fork_parent): Run forever too.
3352
3353 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3354
3355 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3356 mi_continue_to_line.
3357 * gdb.mi/mi-stack.c (callee4): Add comment.
3358
3359 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3360
3361 * gdb.mi/mi-stack.exp: Fix indentation.
3362
3363 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3364
3365 PR gdb/22979
3366 * gdb.arch/amd64-osabi.exp: New file.
3367
3368 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3369
3370 PR gdb/22980
3371 * gdb.base/osabi.exp: New file.
3372
3373 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3374
3375 * gdb.cp/static-typedef-print.exp: New file.
3376 * gdb.cp/static-typedef-print.cc: New file.
3377
3378 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3379
3380 * gdb.ada/varsize_limit: New testcase.
3381
3382 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3383
3384 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3385
3386 * gdb.ada/notcplusplus: New testcase.
3387
3388 * gdb.base/c-linkage-name.c: New file.
3389 * gdb.base/c-linkage-name.exp: New testcase.
3390
3391 2018-03-26 Tom Tromey <tom@tromey.com>
3392
3393 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3394 * gdb.python/py-framefilter.py (name_error): New global.
3395 (ErrorInName.function): Use name_error.
3396
3397 2018-03-26 Tom Tromey <tom@tromey.com>
3398
3399 PR backtrace/15582:
3400 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3401
3402 2018-03-23 Keith Seitz <keiths@redhat.com>
3403
3404 PR c++/22968
3405 * gdb.cp/subtypes.exp: New file.
3406 * gdb.cp/subtypes.h: New file.
3407 * gdb.cp/subtypes.cc: New file.
3408 * gdb.cp/subtypes-2.cc: New file.
3409
3410 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3411
3412 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3413 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3414 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3415 -nostartfiles when compiling the test. Confirm that all registers
3416 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3417
3418 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3419
3420 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3421 option, syntax was wrong anyway.
3422 * gdb.arch/arm-disp-step.exp: Likewise.
3423 * gdb.arch/sparc64-regs.exp: Likewise.
3424 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3425 option, syntax was wrong anyway, switch to use
3426 prepare_for_testing.
3427 * gdb.arch/i386-disp-step.exp: Likewise.
3428
3429 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3430
3431 * gdb.ada/exec_changed.exp: Replace "target_info exists
3432 use_gdb_stub" by "use_gdb_stub".
3433 * gdb.ada/start.exp: Likewise.
3434 * gdb.base/async-shell.exp: Likewise.
3435 * gdb.base/attach-pie-misread.exp: Likewise.
3436 * gdb.base/attach-wait-input.exp: Likewise.
3437 * gdb.base/break-entry.exp: Likewise.
3438 * gdb.base/break-interp.exp: Likewise.
3439 * gdb.base/dprintf-detach.exp: Likewise.
3440 * gdb.base/nostdlib.exp: Likewise.
3441 * gdb.base/solib-nodir.exp: Likewise.
3442 * gdb.base/statistics.exp: Likewise.
3443 * gdb.base/testenv.exp: Likewise.
3444 * gdb.mi/mi-exec-run.exp: Likewise.
3445 * gdb.mi/mi-start.exp: Likewise.
3446 * gdb.multi/dummy-frame-restore.exp: Likewise.
3447 * gdb.multi/multi-arch-exec.exp: Likewise.
3448 * gdb.multi/multi-arch.exp: Likewise.
3449 * gdb.multi/tids.exp: Likewise.
3450 * gdb.multi/watchpoint-multi.exp: Likewise.
3451 * gdb.python/py-events.exp: Likewise.
3452 * gdb.threads/attach-into-signal.exp: Likewise.
3453 * gdb.threads/attach-stopped.exp: Likewise.
3454 * gdb.threads/threadapply.exp: Likewise.
3455 * lib/selftest-support.exp: Likewise.
3456
3457 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3458
3459 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3460
3461 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3462
3463 * gdb.perf/template-breakpoints.cc: New file.
3464 * gdb.perf/template-breakpoints.exp: New file.
3465 * gdb.perf/template-breakpoints.py: New file.
3466
3467 2018-03-19 Tom Tromey <tom@tromey.com>
3468
3469 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3470 y0.
3471 * gdb.rust/simple.exp: Test bare identifier form of struct
3472 initializer.
3473
3474 2018-03-19 Tom Tromey <tom@tromey.com>
3475
3476 * gdb.gdb/observer.exp: Remove.
3477
3478 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3479
3480 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3481 "qualified" option when setting breakpoints.
3482 * gdb.trace/backtrace.exp: Likewise.
3483 * gdb.trace/circ.exp: Likewise.
3484 * gdb.trace/collection.exp: Likewise.
3485 * gdb.trace/disconnected-tracing.exp: Likewise.
3486 * gdb.trace/ftrace-lock.exp: Likewise.
3487 * gdb.trace/ftrace.exp: Likewise.
3488 * gdb.trace/infotrace.exp: Likewise.
3489 * gdb.trace/packetlen.exp: Likewise.
3490 * gdb.trace/passc-dyn.exp: Likewise.
3491 * gdb.trace/qtro.exp: Likewise.
3492 * gdb.trace/read-memory.exp: Likewise.
3493 * gdb.trace/report.exp: Likewise.
3494 * gdb.trace/signal.exp: Likewise.
3495 * gdb.trace/status-stop.exp: Likewise.
3496 * gdb.trace/strace.exp: Likewise.
3497 * gdb.trace/tfind.exp: Likewise.
3498 * gdb.trace/trace-break.exp: Likewise.
3499 * gdb.trace/trace-condition.exp: Likewise.
3500 * gdb.trace/trace-mt.exp: Likewise.
3501 * gdb.trace/tstatus.exp: Likewise.
3502 * gdb.trace/tsv.exp: Likewise.
3503 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3504 * gdb.trace/unavailable.exp: Likewise.
3505 * gdb.trace/while-dyn.exp: Likewise.
3506
3507 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3508
3509 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3510 that libinproctrace is copied to the target.
3511
3512 2018-03-14 Tom Tromey <tom@tromey.com>
3513
3514 PR cli/14977:
3515 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3516 a null pointer.
3517 * gdb.base/wchar.exp: Likewise.
3518
3519 2018-03-14 Tom Tromey <tom@tromey.com>
3520
3521 PR cli/19918:
3522 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3523 flag.
3524
3525 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3526
3527 PR gdb/22841
3528 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3529 "target" to remote_exec.
3530
3531 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3532
3533 PR gdb/22841
3534 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3535 ${board}_upload): Remove.
3536
3537 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3538
3539 * gdb.cp/watch-cp.cc: New test.
3540 * gdb.cp/watch-cp.exp: New file.
3541
3542 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3543
3544 * gdb.base/infcall-nested-structs.exp: New file.
3545 * gdb.base/infcall-nested-structs.c: New file.
3546 * gdb.base/float.exp: Add riscv support.
3547
3548 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3549
3550 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3551 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3552
3553 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3554
3555 * gdb.server/abspath.exp: New file.
3556 * lib/gdb.exp (with_cwd): New procedure.
3557
3558 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3559
3560 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3561 use it.
3562 (gdb_is_target_remote_prompt): New proc.
3563 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3564 (gdb_is_target_native): Pass prompt parameter to
3565 gdb_is_target_1.
3566
3567 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3568
3569 * gdb.base/load-command.c: New file.
3570 * gdb.base/load-command.exp: New file.
3571 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3572 (gdb_is_target_1): ...this, and generalize for other targets
3573 than just remote.
3574 (gdb_is_target_remote): Use gdb_is_target_1.
3575 (gdb_is_target_native): use gdb_is_target_1.
3576
3577 2018-02-26 Tom Tromey <tom@tromey.com>
3578
3579 PR python/16497:
3580 * gdb.python/py-framefilter.exp: Update test.
3581
3582 2018-02-26 Tom Tromey <tom@tromey.com>
3583
3584 * gdb.dwarf2/variant.c: New file.
3585 * gdb.dwarf2/variant.exp: New file.
3586
3587 2018-02-26 Tom Tromey <tom@tromey.com>
3588
3589 * gdb.rust/simple.exp: Accept more possible results in enum test.
3590
3591 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3592
3593 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3594 parentheses.
3595
3596 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3597
3598 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3599 name of a variable: $actual_linejj -> $actual_line.
3600
3601 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3602
3603 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3604
3605 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3606
3607 * gdb.btrace/buffer-size.exp: Do not force BTS.
3608
3609 2018-02-14 Pedro Alves <palves@redhat.com>
3610
3611 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3612 getting a "Quit".
3613
3614 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3615
3616 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3617 Fix test name.
3618
3619 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3620
3621 * gdb.cp/m-static.exp: Check type of optimized out static
3622 member.
3623
3624 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3625
3626 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3627 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3628
3629 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3630 Leszek Swirski <leszeks@google.com>
3631
3632 * gdb.python/py-prettyprint.c
3633 (struct to_string_returns_value_inner,
3634 struct to_string_returns_value_wrapper): New.
3635 (main): Add tsrvw variable.
3636 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3637 ToStringReturnsValueWrapper): New classes.
3638 (register_pretty_printers): Register new pretty-printers.
3639 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3640 recursive pretty printer.
3641 * gdb.python/py-mi.exp: Likewise.
3642
3643 2018-02-01 Leszek Swirski <leszeks@google.com>
3644
3645 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3646 functions with the same name as an include file are parsed
3647 correctly.
3648
3649 2018-02-01 Yao Qi <yao.qi@linaro.org>
3650
3651 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3652 "\[^\r\n\]*".
3653
3654 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3655
3656 * gdb.arch/powerpc-prologue-frame.s: New file.
3657 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3658 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3659
3660 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3661
3662 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3663
3664 2018-01-30 Pedro Alves <palves@redhat.com>
3665
3666 PR gdb/13211
3667 * gdb.base/interrupt-daemon.c: New.
3668 * gdb.base/interrupt-daemon.exp: New.
3669 * gdb.multi/multi-term-settings.c: New.
3670 * gdb.multi/multi-term-settings.exp: New.
3671
3672 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3673
3674 * gdb.base/break.exp: Save the location where the breakpoint
3675 on break.c:47 was actually inserted when debugging the version
3676 compiled at -O2 and use it in the expected output of the "info
3677 break" test performed soon after.
3678
3679 2018-01-22 Pedro Alves <palves@redhat.com>
3680 Sergio Durigan Junior <sergiodj@redhat.com>
3681
3682 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3683 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3684
3685 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3686
3687 * gdb.base/break-include.c, gdb.base/break-include.inc,
3688 gdb.base/break-include.exp: New files.
3689 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3690 line number now being the actual line number where the breakpoint
3691 was inserted.
3692 * gdb.mi/mi-break.exp: Likewise.
3693 * gdb.mi/mi-reverse.exp: Likewise.
3694 * gdb.mi/mi-simplerun.exp: Ditto.
3695
3696 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3697
3698 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3699 varobj.
3700 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3701
3702 2018-01-21 Don Breazeal <donb@codesourcery.com>
3703 Andrew Burgess <andrew.burgess@embecosm.com>
3704
3705 * gdb.mi/basics.c: Add new global.
3706 * gdb.mi/mi-frame-regs.exp: New file.
3707 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3708 case.
3709
3710 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3711
3712 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3713 non-parameter, and on an unknown symbol.
3714
3715 2018-01-19 Tom Tromey <tom@tromey.com>
3716
3717 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3718 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3719
3720 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3721
3722 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3723 setrlimit and chdir to int.
3724
3725 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3726
3727 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3728 function.
3729 (my_tend): Likewise.
3730 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3731 rationale of avoiding FP- and vector instructions.
3732
3733 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3734
3735 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3736 "info reg" with "\[ \t\]*".
3737 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3738 "\[ \t\]+".
3739 * gdb.arch/s390-multiarch.exp: Ditto.
3740 * gdb.base/pc-fp.exp: Ditto.
3741 * gdb.reverse/i386-precsave.exp: Ditto.
3742 * gdb.reverse/i386-reverse.exp: Ditto.
3743 * gdb.reverse/i387-env-reverse.exp: Ditto.
3744 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3745
3746 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3747
3748 * lib/gdb.exp (gdb_compile): Re-enable use of
3749 universal_compile_options for languages other than Rust.
3750
3751 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3752
3753 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3754
3755 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3756
3757 PR gdb/16577
3758 * gdb.base/solib-vanish.exp: New.
3759 * gdb.base/solib-vanish-main.c: New.
3760 * gdb.base/solib-vanish-lib1.c: New.
3761 * gdb.base/solib-vanish-lib2.c: New.
3762
3763 2018-01-17 Yao Qi <yao.qi@linaro.org>
3764
3765 * gdb.compile/compile.exp: Match the address printed for
3766 frame in the output of command "bt".
3767
3768 2018-01-15 Tom Tromey <tom@tromey.com>
3769
3770 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3771 compute sp_reg.
3772
3773 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3774
3775 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3776 to prepare.
3777 (prepare): Return 0 on error, 1 on success.
3778
3779 2018-01-12 Pedro Alves <palves@redhat.com>
3780
3781 * gdb.base/continue-after-aborted-step-over.c: New.
3782 * gdb.base/continue-after-aborted-step-over.exp: New.
3783
3784 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3785
3786 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3787 options when not creating an executable.
3788
3789 2018-01-11 Pedro Alves <palves@redhat.com>
3790
3791 PR remote/22597
3792 * gdb.server/stop-reply-no-thread.c: New file.
3793 * gdb.server/stop-reply-no-thread.exp: New file.
3794
3795 2018-01-10 Pedro Alves <palves@redhat.com>
3796
3797 PR gdb/22670
3798 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3799 functions too. Test setting breakpoints and printing C functions
3800 with no debug info too.
3801 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3802
3803 2018-01-10 Pedro Alves <palves@redhat.com>
3804
3805 PR gdb/22670
3806 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3807 a fail.
3808
3809 2018-01-10 Pedro Alves <palves@redhat.com>
3810
3811 PR gdb/22670
3812 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3813
3814 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3815
3816 * gdb.server/unittest.exp: Match the output in non-development
3817 mode.
3818
3819 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3820
3821 * gdb.gdb/unittest.exp: Match output in non-development mode.
3822
3823 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3824
3825 * gdb.ada/access_tagged_param.exp: Relax expected output
3826 for value of "ObjL" in "continue" to pck.inspect breakpoint
3827 test.
3828
3829 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3830
3831 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3832 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3833
3834 2018-01-05 Pedro Alves <palves@redhat.com>
3835
3836 PR gdb/18653
3837 * gdb.base/libsegfault.exp: New.
3838
3839 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3840
3841 PR gdb/22670
3842 * gdb.ada/access_tagged_param.exp: New file.
3843 * gdb.ada/access_tagged_param/foo.adb: New file.
3844
3845 2018-01-05 Pedro Alves <palves@redhat.com>
3846
3847 PR gdb/22670
3848 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3849 exercise lower case too, and to exercise both full matching and
3850 wild matching.
3851
3852 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3853
3854 * gdb.ada/rename_subscript_param: New testcase.
3855
3856 2018-01-05 Jerome Guitton <guitton@adacore.com>
3857
3858 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3859
3860 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3861
3862 * gdb.ada/convvar_comp: New testcase.
3863
3864 2018-01-05 Xavier Roirand <roirand@adacore.com>
3865
3866 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3867 (My_Table): New global variable.
3868 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3869
3870 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3871
3872 PR gdb/22670
3873 * gdb.ada/maint_with_ada: New testcase.
3874
3875 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3876
3877 PR gdb/22670
3878 * gdb.ada/bp_c_mixed_case: New testcase.
3879
3880 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3881
3882 PR gdb/22670
3883 * gdb.ada/complete.exp: Add "complete break ada" test.
3884
3885 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3886
3887 PR gdb/22670
3888 * gdb.ada/info_addr_mixed_case: New testcase.
3889
3890 2018-01-03 Xavier Roirand <roirand@adacore.com>
3891
3892 * gdb.ada/excep_handle.exp: New testcase.
3893 * gdb.ada/excep_handle/foo.adb: New file.
3894 * gdb.ada/excep_handle/pck.ads: New file.
3895
3896 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3897
3898 * gdb.base/step-line.c: Add extra empty line in copyright header.
3899 * gdb.base/step-line.inp: Likewise.
3900
3901 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3902
3903 * gdb.ada/dyn_stride.exp: Add slice test.
3904
3905 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3906
3907 * gdb.ada/dyn_stride: New testcase.
3908
3909 2017-12-27 Stafford Horne <shorne@gmail.com>
3910
3911 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3912 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3913
3914 2017-12-27 Stafford Horne <shorne@gmail.com>
3915
3916 * gdb.base/reggroups.c: New file.
3917 * gdb.base/reggroups.exp: New file.
3918
3919 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3920
3921 * gdb.dwarf2/ada-valprint-error.c: New file.
3922 * gdb.dwarf2/ada-valprint-error.exp: New file.
3923
3924 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3925
3926 * gdb.ada/assign_arr: New testcase.
3927
3928 2017-12-18 Xavier Roirand <roirand@adacore.com>
3929
3930 * gdb.ada/funcall_ptr: New testcase.
3931
3932 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3933
3934 PR cli/16224
3935 * gdb.base/ptype-offsets.cc: New file.
3936 * gdb.base/ptype-offsets.exp: New file.
3937
3938 2017-12-15 Yao Qi <yao.qi@linaro.org>
3939
3940 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3941 if XML is disabled.
3942
3943 2017-12-15 Xavier Roirand <roirand@adacore.com>
3944
3945 * gdb.ada/same_component_name: New testcase.
3946
3947 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3948
3949 * gdb.ada/str_binop_equal: New testcase.
3950
3951 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3952
3953 * gdb.ada/task_switch_in_core: New testcase.
3954
3955 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3956
3957 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3958 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3959 call test_bkpt_qualified.
3960 (test_bkpt_qualified): New proc.
3961
3962 2017-12-13 Pedro Alves <palves@redhat.com>
3963
3964 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3965 Tighten regexp by matching with an anchor.
3966
3967 2017-12-13 Pedro Alves <palves@redhat.com>
3968
3969 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3970 ("expression with namespace"): New set of tests.
3971 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3972 (Nested::Test_NS::qux): New.
3973 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3974 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3975
3976 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3977
3978 * gdb.base/server-del-break.c: New file.
3979 * gdb.base/server-del-break.exp: New file.
3980
3981 2017-12-12 Stafford Horne <shorne@gmail.com>
3982
3983 * gdb.xml/tdesc-regs.exp: Add or1k support.
3984
3985 2017-12-12 Stafford Horne <shorne@gmail.com>
3986
3987 * gdb.base/bp-permanent.c: Define nop of or1k.
3988
3989 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3990
3991 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3992 output with components being reordered.
3993
3994 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3995
3996 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3997 output with components being reordered.
3998
3999 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4000 Pedro Alves <palves@redhat.com>
4001
4002 * gdb.base/maint.exp (check for .gdb_index): Check also for
4003 .debug_names.
4004 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4005 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4006 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4007 (.gdb_index used after symbol reloading): Support also .debug_names.
4008 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4009
4010 2017-12-08 Yao Qi <yao.qi@linaro.org>
4011
4012 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4013 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4014
4015 2017-12-08 Yao Qi <yao.qi@linaro.org>
4016
4017 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4018 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4019
4020 2017-12-08 Yao Qi <yao.qi@linaro.org>
4021
4022 * gdb.arch/aarch64-tagged-pointer.c: New file.
4023 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4024
4025 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4026
4027 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4028 "int".
4029
4030 2017-12-07 Keith Seitz <keiths@redhat.com>
4031
4032 PR breakpoints/22569
4033 * gdb.linespec/ls-errs.exp: Change expected result of "break
4034 -source this file has spaces.c -line 3".
4035 Check that an explicit source file followed by whitespace is
4036 identified as an invalid explicit location.
4037
4038 2017-12-07 Keith Seitz <keiths@redhat.com>
4039
4040 * gdb.cp/nested-types.cc: New file.
4041 * gdb.cp/nested-types.exp: New file.
4042 * lib/cp-support.exp: Load data-structures.exp library.
4043 (debug_cp_test_ptype_class): New global.
4044 (cp_ptype_class_verbose, next_line): New procedures.
4045 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4046 Add and document new return value.
4047 Switch the list of lines to a queue.
4048 Add support for new `type' key for nested type definitions.
4049 Add debugging/troubleshooting messages.
4050 * lib/data-structures.exp: New file.
4051
4052 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4053
4054 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4055 with proc_with_prefix, don't use with_test_prefix.
4056
4057 2017-12-07 Tom Tromey <tom@tromey.com>
4058
4059 * gdb.base/break.exp: Add test for empty "commands".
4060
4061 2017-12-07 Yao Qi <yao.qi@linaro.org>
4062
4063 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4064 malloc and catch syscall.
4065
4066 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4067
4068 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4069 tests for explicit locations.
4070
4071 2017-12-06 Pedro Alves <palves@redhat.com>
4072
4073 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4074 force-disabling XML descriptions.
4075
4076 2017-12-04 Pedro Alves <palves@redhat.com>
4077
4078 PR gdb/22499
4079 * gdb.arch/amd64-disp-step-avx.S: New file.
4080 * gdb.arch/amd64-disp-step-avx.exp: New file.
4081
4082 2017-12-03 Pedro Alves <palves@redhat.com>
4083
4084 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4085 and <string.h>.
4086 (parent_function): Print distinct messages when waitpid fails, or
4087 the child exits with a signal, or the child exits for an unhandled
4088 reason.
4089 * gdb.threads/process-dies-while-detaching.exp
4090 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4091 it. Wait for both inferior output and GDB's prompt. Use an
4092 indirect spawn id list.
4093 (do_detach): New parameter 'child_exit'. Use it to compute
4094 expected inferior output.
4095 (test_detach, test_detach_watch, test_detach_killed_outside):
4096 Adjust to pass down the expected child exit kind.
4097
4098 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4099 Sergio Durigan Junior <sergiodj@redhat.com>
4100 Pedro Alves <palves@redhat.com>
4101
4102 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4103
4104 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4105
4106 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4107 to 'symbol-file' and 'add-symbol-file' can be
4108 position-independent.
4109
4110 2017-12-01 Yao Qi <yao.qi@linaro.org>
4111
4112 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4113 the URL in copyright header.
4114 * gdb.arch/aarch64-fp.exp: Likewise.
4115 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4116 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4117 * gdb.base/expand-psymtabs.exp: Likewise.
4118 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4119 * gdb.fortran/common-block.exp: Likewise.
4120 * gdb.fortran/common-block.f90: Likewise.
4121 * gdb.fortran/logical.exp: Likewise.
4122 * gdb.fortran/vla-datatypes.f90: Likewise.
4123 * gdb.fortran/vla-sub.f90: Likewise.
4124
4125 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4126
4127 * gdb.ada/repeat_dyn: New testcase.
4128
4129 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4130
4131 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4132 Update for changed thread numbering.
4133 * gdb.cell/bt.exp: Update for changed GDB output.
4134
4135 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4136
4137 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4138 setting isremote by hand.
4139 * boards/dwarf4-gdb-index.exp: Likewise.
4140 * boards/fission.exp: Likewise.
4141 * boards/stabs.exp: Likewise.
4142
4143 2017-11-30 Pedro Alves <palves@redhat.com>
4144
4145 * gdb.linespec/cpls-ops.exp
4146 (check_explicit_skips_function_argument): Extract the underlying
4147 type of size_t instead of hardcoding it.
4148
4149 2017-11-29 Pedro Alves <palves@redhat.com>
4150
4151 PR c++/19436
4152 * gdb.linespec/cpls-abi-tag.cc: New file.
4153 * gdb.linespec/cpls-abi-tag.exp: New file.
4154
4155 2017-11-29 Pedro Alves <palves@redhat.com>
4156
4157 * gdb.base/langs.exp: Use -qualified.
4158 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4159 it.
4160 * gdb.cp/namespace.exp: Use -qualified.
4161 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4162 (overload-3, template-overload, template-ret-type, const-overload)
4163 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4164 procedures.
4165 (test_driver): Call them.
4166 * gdb.cp/save-bp-qualified.cc: New.
4167 * gdb.cp/save-bp-qualified.exp: New.
4168 * gdb.linespec/explicit.exp: Test -qualified.
4169 * lib/completion-support.exp (completion::explicit_opts_list): Add
4170 "-qualified".
4171 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4172
4173 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4174
4175 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4176
4177 2017-11-29 Tom Tromey <tom@tromey.com>
4178
4179 * gdb.base/relocate.exp: Update invalid argument test.
4180 Add new tests for invalid arguments.
4181
4182 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4183
4184 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4185 Return 0 as a long.
4186 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4187
4188 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4189
4190 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4191 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4192 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4193 func ().
4194 * gdb.cp/shadow.cc (B.func): Return 0.
4195
4196 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4197
4198 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4199 expected output in gdb_expect call to allow the exception
4200 message to be present as well. Fix syntax confusion to avoid
4201 TCL thinking that exception_name is an array.
4202
4203 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4204
4205 * gdb.arch/spu-info.c: Include <unistd.h>.
4206 (do_signal_test): Fix broken calls to write.
4207 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4208 Fix checks for empty mailboxes. Update signal tests for corrected
4209 do_signal_test routine. Allow nonzero event status.
4210 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4211 * gdb.cell/arch.exp: Use standard_output_file.
4212 * gdb.cell/break.exp: Likewise.
4213 * gdb.cell/bt.exp: Likewise.
4214 * gdb.cell/core.exp: Likewise.
4215 * gdb.cell/dwarfaddr.exp: Likewise.
4216 * gdb.cell/ea-cache.exp: Likewise.
4217 * gdb.cell/ea-standalone.exp: Likewise.
4218 * gdb.cell/f-regs.exp: Likewise.
4219 * gdb.cell/fork.exp: Likewise.
4220 * gdb.cell/gcore.exp: Likewise.
4221 * gdb.cell/mem-access.exp: Likewise.
4222 * gdb.cell/ptype.exp: Likewise.
4223 * gdb.cell/registers.exp: Likewise.
4224 * gdb.cell/sizeof.exp: Likewise.
4225 * gdb.cell/solib-symbol.exp: Likewise.
4226 * gdb.cell/solib.exp: Likewise.
4227
4228 2017-11-25 Pedro Alves <palves@redhat.com>
4229
4230 * gdb.base/complete-empty.exp: New file.
4231 * gdb.base/completion.exp: Adjust.
4232
4233 2017-11-25 Pedro Alves <palves@redhat.com>
4234
4235 * gdb.linespec/cpls-ops.cc: New file.
4236 * gdb.linespec/cpls-ops.exp: New file.
4237 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4238 factored out from ...
4239 (test_complete_prefix_range): ... this.
4240
4241 2017-11-24 Pedro Alves <palves@redhat.com>
4242
4243 * gdb.linespec/cpcompletion.exp: New file.
4244 * gdb.linespec/cpls-hyphen.cc: New file.
4245 * gdb.linespec/cpls.cc: New file.
4246 * gdb.linespec/cpls2.cc: New file.
4247 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4248 test to use test_gdb_complete_unique. Add label completion,
4249 keyword completion and explicit location completion tests.
4250 * lib/completion-support.exp: New file.
4251
4252 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4253
4254 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4255 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4256 when hitting an exception catchpoint.
4257
4258 2017-11-22 Yao Qi <yao.qi@linaro.org>
4259
4260 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4261
4262 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4263
4264 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4265 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4266 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4267
4268 2017-11-22 Yao Qi <yao.qi@linaro.org>
4269
4270 * gdb.base/info-os.exp: Pass pthreads.
4271 * gdb.multi/multi-attach.exp: Likewise.
4272
4273 2017-11-22 Yao Qi <yao.qi@linaro.org>
4274
4275 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4276 compiler.
4277
4278 2017-11-22 Yao Qi <yao.qi@linaro.org>
4279
4280 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4281 * gdb.base/break-interp.exp: Likewise.
4282 * gdb.base/jit-attach-pie.exp: Likewise.
4283
4284 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4285
4286 * gdb.base/float128.c (large128): New variable.
4287 * gdb.base/float128.exp: Add test to print largest __float128 value.
4288
4289 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4290
4291 * gdb.arch/vsx-regs.exp: Update register content checks.
4292
4293 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4294
4295 * gdb.arch/ppc-longdouble.exp: New file.
4296 * gdb.arch/ppc-longdouble.c: Likewise.
4297
4298 2017-11-21 Pedro Alves <palves@redhat.com>
4299
4300 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4301
4302 2017-11-20 Pedro Alves <palves@redhat.com>
4303
4304 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4305 (long_double_typedef): New typedefs.
4306 Use DEF on double and long double.
4307 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4308 cases.
4309 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4310 and 'long_double_ptr_same_size' locals. Use them to decide
4311 whether cast from array/function to float is valid/invalid.
4312
4313 2017-11-17 Tom Tromey <tom@tromey.com>
4314
4315 * gdb.rust/traits.rs: New file.
4316 * gdb.rust/traits.exp: New file.
4317
4318 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4319
4320 * gdb.ada/minsyms: New testcase.
4321
4322 2017-11-16 Pedro Alves <palves@redhat.com>
4323
4324 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4325 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4326
4327 2017-11-16 Pedro Alves <palves@redhat.com>
4328
4329 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4330 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4331
4332 2017-11-16 Pedro Alves <palves@redhat.com>
4333
4334 * gdb.server/reconnect-ctrl-c.c: New file.
4335 * gdb.server/reconnect-ctrl-c.exp: New file.
4336
4337 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4338
4339 * gdb.python/py-rbreak.exp: New file.
4340 * gdb.python/py-rbreak.c: New file.
4341 * gdb.python/py-rbreak-func2.c: New file.
4342
4343 2017-11-16 Pedro Alves <palves@redhat.com>
4344
4345 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4346 pattern.
4347 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4348 GDB.
4349
4350 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4351
4352 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4353 regex.
4354
4355 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4356
4357 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4358 test names.
4359
4360 2017-11-09 Pedro Alves <palves@redhat.com>
4361
4362 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4363 factored out from ...
4364 (top level): ... here, and adjusted to avoid expecting beyond the
4365 prompt in a single gdb_test_multiple.
4366
4367 2017-11-09 Pedro Alves <palves@redhat.com>
4368
4369 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4370 output.
4371 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4372 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4373 * gdb.server/ext-run.exp ("kill" test): Likewise.
4374 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4375
4376 2017-11-09 Pedro Alves <palves@redhat.com>
4377
4378 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4379 match till end of line.
4380
4381 2017-11-09 Pedro Alves <palves@redhat.com>
4382
4383 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4384
4385 2017-11-09 Pedro Alves <palves@redhat.com>
4386
4387 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4388 New procedures, factored out from ...
4389 (top level): ... here, and adjusted to avoid expecting beyond the
4390 prompt in one go.
4391
4392 2017-11-09 Pedro Alves <palves@redhat.com>
4393
4394 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4395 output. Fix '?' match.
4396
4397 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4398
4399 * gdb.ada/scoped_watch: New testcase.
4400 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4401 which is actually correct.
4402 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4403 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4404
4405 2017-11-08 Pedro Alves <palves@redhat.com>
4406
4407 * gdb.gdb/complaints.exp (test_initial_complaints)
4408 (test_serial_complaints, test_short_complaints): Call
4409 complaint_internal instead of complaint.
4410
4411 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4412
4413 * gdb.threads/tls-core.c: New file.
4414 * gdb.threads/tls-core.exp: Likewise.
4415
4416 2017-11-08 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4419 (p Exported_Capitalized): New test.
4420 (p exported_capitalized): New test.
4421
4422 2017-11-07 Pedro Alves <palves@redhat.com>
4423
4424 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4425
4426 2017-11-07 Pedro Alves <palves@redhat.com>
4427
4428 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4429 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4430 (disable_invalid, disable_inverted, disable_negative): New
4431 procedures.
4432 ("bad numbers"): New set of tests.
4433
4434 2017-11-07 Pedro Alves <palves@redhat.com>
4435
4436 * gdb.cp/ena-dis-br-range.exp: Add tests.
4437
4438 2017-11-07 Pedro Alves <palves@redhat.com>
4439
4440 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4441
4442 2017-11-07 Xavier Roirand <roirand@adacore.com>
4443 Pedro Alves <palves@redhat.com>
4444
4445 * gdb.base/ena-dis-br.exp: Add reference to
4446 gdb.cp/ena-dis-br-range.exp.
4447 * gdb.cp/ena-dis-br-range.exp: New file.
4448 * gdb.cp/ena-dis-br-range.cc: New file.
4449
4450 2017-11-06 Pedro Alves <palves@redhat.com>
4451
4452 * gdb.base/attach-non-pgrp-leader.c: New.
4453 * gdb.base/attach-non-pgrp-leader.exp: New.
4454
4455 2017-11-06 Pedro Alves <palves@redhat.com>
4456
4457 * configure.ac: No longer check for termio.h and sgtty.h.
4458 * configure: Regenerate.
4459 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4460 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4461 Remove termio and sgtty code.
4462
4463 2017-11-03 Yao Qi <yao.qi@linaro.org>
4464
4465 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4466 in GDB is disabled.
4467
4468 2017-11-03 Yao Qi <yao.qi@linaro.org>
4469
4470 * gdb.python/py-thrhandle.exp: Skip it if python is not
4471 enabled.
4472
4473 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4474
4475 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4476 as a breakpoint command.
4477
4478 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4479
4480 PR python/21213
4481 * gdb.python/py-infthread.exp: Test calling
4482 InferiorThread.inferior () multiple times in a row.
4483
4484 2017-10-27 Keith Seitz <keiths@redhat.com>
4485
4486 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4487 Test "info break" for every inlined function breakpoint.
4488
4489 2017-10-27 Yao Qi <yao.qi@linaro.org>
4490
4491 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4492
4493 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4494
4495 * gdb.cp/classes.exp (test_static_members): Test printing
4496 Outer::instance.
4497 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4498 (Inner::instance, Outer::instance): New.
4499
4500 2017-10-24 Pedro Alves <palves@redhat.com>
4501
4502 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4503 extra console" test in two stages.
4504
4505 2017-10-24 Pedro Alves <palves@redhat.com>
4506
4507 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4508
4509 2017-10-24 Pedro Alves <palves@redhat.com>
4510
4511 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4512 loop.
4513
4514 2017-10-24 Pedro Alves <palves@redhat.com>
4515
4516 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4517 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4518
4519 2017-10-24 Pedro Alves <palves@redhat.com>
4520
4521 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4522 parameter and handle it. Don't output read value in test name.
4523
4524 2017-10-24 Pedro Alves <palves@redhat.com>
4525
4526 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4527 custom test name.
4528
4529 2017-10-24 Pedro Alves <palves@redhat.com>
4530
4531 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4532 include the unstable output directory name in the test's name.
4533 (initial_setup_simple) <'set args'>: Use custom test name.
4534
4535 2017-10-24 Pedro Alves <palves@redhat.com>
4536
4537 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4538 with explicit test name.
4539
4540 2017-10-20 Pedro Alves <palves@redhat.com>
4541
4542 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4543 'wait -i'. Use gdb_assert and remote_close.
4544
4545 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4546
4547 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4548 number from variable rather than hard-coded.
4549
4550 2017-10-19 Pedro Alves <palves@redhat.com>
4551
4552 * gdb.base/long-inferior-output.c: New file.
4553 * gdb.base/long-inferior-output.exp: New file.
4554
4555 2017-11-18 Keith Seitz <keiths@redhat.com>
4556
4557 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4558 method.
4559 (main): Call it.
4560 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4561 Add additional user-defined conversion operator tests.
4562
4563 2017-10-17 Pedro Alves <palves@redhat.com>
4564
4565 * boards/native-stdio-gdbserver.exp: Load "local-board".
4566
4567 2017-10-17 Pedro Alves <palves@redhat.com>
4568
4569 * gdb.base/quit-live.c: New file.
4570 * gdb.base/quit-live.exp: New file.
4571
4572 2017-10-16 Keith Seitz <keiths@redhat.com>
4573
4574 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4575 (class_with_protected_typedef, class_with_private_typedef)
4576 (struct_with_public_typedef, struct_with_protected_typedef)
4577 (struct_with_private_typedef): New classes/structs.
4578 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4579 typedefs and access specifiers.
4580
4581 2017-10-16 Pedro Alves <palves@redhat.com>
4582 Simon Marchi <simon.marchi@polymtl.ca>
4583
4584 * README (Local vs Remote vs Native): New section.
4585 * boards/local-board.exp: New file, with bits factored out from
4586 ...
4587 * boards/native-extended-gdbserver.exp: ... here. Load
4588 "local-board".
4589 * boards/native-gdbserver.exp: Load "local-board".
4590 (${board}_spawn, ${board}_exec): Delete.
4591 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4592 ...
4593 * boards/stdio-gdbserver-base.exp: ... this new file.
4594 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4595 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4596 procedure.
4597 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4598 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4599 stdio_gdbserver_command.
4600 (${board}_get_remote_address, ${board}_get_comm_port)
4601 (${board}_download, ${board}_upload): Delete.
4602 (get_target_remote_pipe_cmd): New.
4603
4604 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4605
4606 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4607 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4608 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4609 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4610 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4611 remove with_test_prefix.
4612
4613 2017-10-13 Pedro Alves <palves@redhat.com>
4614
4615 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4616 * gdb.base/annota1.exp: Use it instead of is_remote.
4617 * gdb.base/annota3.exp: Use it instead of is_remote.
4618 * gdb.cp/annota2.exp: Use it instead of is_remote.
4619 * gdb.cp/annota3.exp: Use it instead of is_remote.
4620 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4621
4622 2017-10-13 Pedro Alves <palves@redhat.com>
4623
4624 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4625 (test_num_test_vars, run_and_count_vars, find_env)
4626 (test_set_unset_env, test_inherit_env_var): New procedures.
4627 (top level): Use them.
4628
4629 2017-10-13 Pedro Alves <palves@redhat.com>
4630
4631 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4632 also skip on stub-like targets.
4633
4634 2017-10-13 Pedro Alves <palves@redhat.com>
4635
4636 PR gdb/22293
4637 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4638 (top level): Move some tests to ...
4639 (test_not_found): ... this new procedure.
4640 (top level): Call it.
4641
4642 2017-10-13 Pedro Alves <palves@redhat.com>
4643
4644 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4645 expect different "info terminal" output if testing with a
4646 non-native target.
4647
4648 2017-10-13 Pedro Alves <palves@redhat.com>
4649 Simon Marchi <simon.marchi@polymtl.ca>
4650
4651 PR python/12966
4652 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4653
4654 2017-10-13 Pedro Alves <palves@redhat.com>
4655
4656 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4657 already.
4658
4659 2017-10-13 Pedro Alves <palves@redhat.com>
4660
4661 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4662 is_remote.
4663
4664 2017-10-13 Pedro Alves <palves@redhat.com>
4665
4666 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4667 is_remote.
4668
4669 2017-10-13 Pedro Alves <palves@redhat.com>
4670
4671 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4672 is set.
4673 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4674 instead of is_remote.
4675
4676 2017-10-13 Pedro Alves <palves@redhat.com>
4677
4678 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4679 (top level): Add comment.
4680
4681 2017-10-13 Pedro Alves <palves@redhat.com>
4682
4683 * gdb.base/remote.exp (top level): Fix comment typo and add
4684 missing return.
4685
4686 2017-10-13 Pedro Alves <palves@redhat.com>
4687 Simon Marchi <simon.marchi@polymtl.ca>
4688
4689 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4690 calls and add comments. Skip test if use_gdb_stub is set.
4691 (top level): Use "set cwd" command instead of "cd" command.
4692
4693 2017-10-13 Pedro Alves <palves@redhat.com>
4694
4695 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4696 is_remote target check.
4697
4698 2017-10-13 Pedro Alves <palves@redhat.com>
4699
4700 * gdb.base/scope.exp: Use build_executable + clean_restart +
4701 gdb_file_cmd instead of prepare_for_testing and no longer skip
4702 "before run" tests on is_remote target boards. Update comments.
4703 * boards/native-extended-gdbserver.exp
4704 (extended_gdbserver_load_last_file): New, factored out from ...
4705 (gdb_load): ... this. Move further below and add comment.
4706 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4707
4708 2017-10-12 Pedro Alves <palves@redhat.com>
4709
4710 * gdb.base/attach.exp: Remove references to gdb64.
4711 * gdb.base/dbx.exp: Remove references to gdb64.
4712
4713 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4714 Pedro Alves <palves@redhat.com>
4715
4716 * gdb.base/label.exp: Remove is_remote target check.
4717
4718 2017-10-12 Pedro Alves <palves@redhat.com>
4719
4720 * gdb.base/auvx.exp (coredir): Update comment.
4721 (top level) <core_works>: Use "set cwd" command instead of "cd"
4722 command.
4723
4724 2017-10-12 Pedro Alves <palves@redhat.com>
4725 Simon Marchi <simon.marchi@polymtl.ca>
4726
4727 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4728 target boards.
4729
4730 2017-10-12 Pedro Alves <palves@redhat.com>
4731 Simon Marchi <simon.marchi@polymtl.ca>
4732
4733 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4734 Instead skip if there's any gdb_protocol set.
4735
4736 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4737 Pedro Alves <palves@redhat.com>
4738
4739 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4740
4741 2017-10-12 Pedro Alves <palves@redhat.com>
4742 Simon Marchi <simon.marchi@polymtl.ca>
4743
4744 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4745 instead of on dejagnu remote boards.
4746
4747 2017-10-12 Pedro Alves <palves@redhat.com>
4748 Simon Marchi <simon.marchi@polymtl.ca>
4749
4750 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4751 checks. Use build_executable + clean_restart instead of
4752 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4753 of enabling non-stop after starting gdb.
4754
4755 2017-10-12 Pedro Alves <palves@redhat.com>
4756
4757 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4758 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4759 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4760 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4761
4762 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4763
4764 * gdb.arch/arc-tdesc-cpu.exp: New file.
4765 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4766
4767 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4768
4769 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4770
4771 2017-10-10 Pedro Alves <palves@redhat.com>
4772
4773 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4774 expect CLI output.
4775
4776 2017-10-10 Pedro Alves <palves@redhat.com>
4777
4778 * lib/selftest-support.exp (selftest_setup): Update for
4779 captured_command_loop's prototype change.
4780
4781 2017-10-09 Pedro Alves <palves@redhat.com>
4782
4783 Test both arch1=>arch2 and arch2=>arch1.
4784
4785 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4786 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4787 factored out to...
4788 (append_arch1_options, append_arch2_options, append_arch_options)
4789 (build_executables): New procedures.
4790 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4791 local.
4792 (top level): Add new 'first_arch' testing axis.
4793
4794 2017-10-09 Pedro Alves <palves@redhat.com>
4795
4796 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4797 (barrier): New.
4798 (thread_start, all_started): New functions.
4799 (main): Spawn new thread and wait until it is scheduled.
4800 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4801 option.
4802 (do_test): Add 'selected_thread' parameter. Run to all_started
4803 instead of main. Explicitly set the breakpoint at main. Switch
4804 to the SELECTED_THREAD thread.
4805 (top level): Test handling the exec event with either the main
4806 thread or the second thread selected.
4807
4808 2017-10-09 Pedro Alves <palves@redhat.com>
4809
4810 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4811 logic. Move STOP marker after the value checks.
4812 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4813 regexp.
4814
4815 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4816
4817 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4818
4819 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4820
4821 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4822 integer-to-dfp conversion.
4823 * gdb.base/dfp-test.exp: Likewise.
4824
4825 2017-10-04 Pedro Alves <palves@redhat.com>
4826
4827 * gdb.multi/hangout.c: Include <unistd.h>.
4828 (hangout_loop): New function.
4829 (main): Call alarm. Call hangout_loop in a loop.
4830 * gdb.multi/hello.c: Include <unistd.h>.
4831 (hello_loop): New function.
4832 (main): Call alarm. Call hangout_loop in a loop.
4833 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4834 inferior with the other selected.
4835
4836 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4837
4838 * gdb.mi/list-thread-groups-available.exp: New file.
4839 * gdb.mi/list-thread-groups-available.c: New file.
4840
4841 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4842
4843 * gdb.base/set-cwd.exp: Make it available on
4844 native-extended-gdbserver.
4845
4846 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4847
4848 * gdb.base/set-cwd.c: New file.
4849 * gdb.base/set-cwd.exp: Likewise.
4850
4851 2017-10-02 Tom Tromey <tom@tromey.com>
4852
4853 PR rust/22236:
4854 * gdb.rust/simple.rs (main): New variable "fslice".
4855 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4856
4857 2017-10-02 Tom Tromey <tom@tromey.com>
4858
4859 * gdb.rust/simple.exp: Test ptype of a slice.
4860
4861 2017-10-02 Tom Tromey <tom@tromey.com>
4862
4863 * gdb.rust/simple.exp: Test index of slice.
4864
4865 2017-09-27 Tom Tromey <tom@tromey.com>
4866
4867 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4868
4869 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4870 Pedro Alves <palves@redhat.com>
4871
4872 * gdb.base/compare-sections.exp (get value of read-only section): Read
4873 as unsigned value.
4874 (corrupt read-only section): Likewise and don't set written if patching
4875 failed.
4876
4877 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4878
4879 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4880 files.
4881
4882 2017-09-20 Pedro Alves <palves@redhat.com>
4883
4884 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4885 symbol names in gdb's output.
4886 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4887
4888 2017-09-20 Pedro Alves <palves@redhat.com>
4889
4890 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4891 Rename to ...
4892 (test_list_ambiguous_symbol): ... this and add a symbol name
4893 parameter. Adjust.
4894 (test_list_ambiguous_function): Reimplement on top of
4895 test_list_ambiguous_symbol and also test listing ambiguous
4896 variables.
4897 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4898 (ambiguous_fun): ... this.
4899 (ambiguous_var): New.
4900 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4901 (ambiguous_fun): ... this.
4902 (ambiguous_var): New.
4903
4904 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4905
4906 * gdb.base/starti.c: New file.
4907 * gdb.base/starti.exp: New file.
4908 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4909
4910 2017-09-14 Pedro Alves <palves@redhat.com>
4911
4912 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4913 (top level): Use it instead of runto.
4914
4915 2017-09-11 Tom Tromey <tom@tromey.com>
4916
4917 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4918
4919 2017-09-11 Tom Tromey <tom@tromey.com>
4920
4921 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4922 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4923
4924 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4925
4926 * gdb.fortran/printing-types.exp: New file.
4927 * gdb.fortran/printing-types.exp: New file.
4928
4929 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4930
4931 * gdb.fortran/vla-ptype.exp: Fix typos.
4932 * gdb.fortran/vla-value.exp: Same.
4933
4934 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4935
4936 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4937 * gdb.mi/mi-var-child-f.exp: Likewise.
4938 * gdb.mi/mi-vla-fortran.exp: Likewise.
4939
4940 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4941 Christoph Weinmann <christoph.t.weinmann@intel.com>
4942 Bernhard Heckel <bernhard.heckel@intel.com>
4943
4944 * gdb.fortran/ptr-indentation.f90: New file.
4945 * gdb.fortran/ptr-indentation.exp: New file.
4946
4947 2017-09-05 Tom Tromey <tom@tromey.com>
4948
4949 PR gdb/22010:
4950 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4951
4952 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4953
4954 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4955
4956 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4957
4958 * gdb.threads/tls-nodebug-pie.c: New file.
4959 * gdb.threads/tls-nodebug-pie.exp: New file.
4960
4961 2017-09-05 Tom Tromey <tom@tromey.com>
4962
4963 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4964 for rust.
4965
4966 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4967
4968 * gdb.multi/multi-arch-exec.exp: Test with different
4969 "follow-exec-mode" settings.
4970 (do_test): New procedure.
4971
4972 2017-09-04 Pedro Alves <palves@redhat.com>
4973
4974 * gdb.base/func-static.c (S::method const, S::method volatile)
4975 (S::method volatile const): New methods.
4976 (c_s, v_s, cv_s): New instances.
4977 (main): Call method() on them.
4978 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4979 (cannot_resolve): New procedure.
4980 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4981 print-quote-unquoted columns.
4982 (do_test): Test printing each scope too.
4983
4984 2017-09-04 Pedro Alves <palves@redhat.com>
4985
4986 * gdb.base/local-static.exp: Also test with
4987 class::method::variable wholly quoted.
4988 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4989
4990 2017-09-04 Pedro Alves <palves@redhat.com>
4991
4992 * gdb.base/local-static.c: New.
4993 * gdb.base/local-static.cc: New.
4994 * gdb.base/local-static.exp: New.
4995
4996 2017-09-04 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.asm/asm-source.exp: Add casts to int.
4999 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5000 (dataglobal64_1, dataglobal64_2): New globals.
5001 * gdb.base/nodebug.exp: Test different expressions involving the
5002 new globals, with print, whatis and ptype. Add casts to int.
5003 * gdb.base/solib-display.exp: Add casts to int.
5004 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5005 * gdb.cp/m-static.exp: Add cast to int.
5006 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5007 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5008 tls variable with no debug info without a cast. Test with a cast
5009 to int too.
5010 * gdb.trace/entry-values.exp: Add casts.
5011
5012 2017-09-04 Pedro Alves <palves@redhat.com>
5013
5014 * gdb.base/nodebug.exp: Test that ptype's error about functions
5015 with unknown return type includes the function name too.
5016
5017 2017-09-04 Pedro Alves <palves@redhat.com>
5018
5019 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5020 return type of munmap in infcall.
5021 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5022 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5023 type of ftell in infcall.
5024 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5025 type of getpid in infcall.
5026 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5027 infcall.
5028 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5029 Bail on failure to extract the pid.
5030 * gdb.base/nodebug.c: #include <stdint.h>.
5031 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5032 New functions.
5033 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5034 Change expected output of print/whatis/ptype with functions with
5035 no debug info. Test all supported languages. Call
5036 test_call_promotion.
5037 * gdb.compile/compile.exp: Adjust expected output to expect
5038 warning.
5039 * gdb.threads/siginfo-threads.exp: Likewise.
5040
5041 2017-09-04 Pedro Alves <palves@redhat.com>
5042
5043 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5044 "prototypes". Test calling float functions via prototyped and
5045 unprototyped function pointers.
5046 (perform_all_tests): New parameter "prototypes". Pass it down.
5047 (top level): Pass down "prototypes" parameter to
5048 perform_all_tests.
5049
5050 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5051
5052 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5053 Test with nested loops.
5054
5055 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5056
5057 * gdb.base/commands.exp: Call the new procedures.
5058 (loop_break_test, loop_continue_test): New procedures.
5059
5060 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5061
5062 * gdb.base/commands.exp: Call new procedure.
5063 (define_if_without_arg_test): New procedure.
5064
5065 2017-09-04 Pedro Alves <palves@redhat.com>
5066
5067 * gdb.base/list-ambiguous.exp: New file.
5068 * gdb.base/list-ambiguous0.c: New file.
5069 * gdb.base/list-ambiguous1.c: New file.
5070 * gdb.base/list.exp (test_list_range): Adjust expected output.
5071
5072 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5073
5074 * gdb.base/share-env-with-gdbserver.c: New file.
5075 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5076
5077 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5078
5079 * gdb.base/commands.exp (gdbvar_simple_if_test,
5080 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5081 progvar_simple_if_test, progvar_simple_while_test,
5082 progvar_complex_if_while_test, user_defined_command_test,
5083 user_defined_command_args_eval,
5084 user_defined_command_args_stack_test,
5085 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5086 temporary_breakpoint_commands,
5087 gdb_test_no_prompt, redefine_hook_test,
5088 redefine_backtrace_test): Remove "global gdb_prompt".
5089
5090 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5091
5092 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5093 New proc, call it from toplevel.
5094
5095 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5096
5097 PR remote/21852
5098 * gdb.server/normal.c: New file, copied from gdb.base.
5099 * gdb.server/run-without-local-binary.exp: New file.
5100
5101 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5102
5103 * gdb.arch/sparc64-adi.exp: New file.
5104 * gdb.arch/sparc64-adi.c: New file.
5105
5106 2017-08-22 Pedro Alves <palves@redhat.com>
5107
5108 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5109 (top level): Add "list all overloads" tests.
5110
5111 2017-08-22 Tom Tromey <tom@tromey.com>
5112
5113 * gdb.gdb/xfullpath.exp: Remove.
5114
5115 2017-08-21 Pedro Alves <palves@redhat.com>
5116
5117 PR gdb/19487
5118 * gdb.base/symbol-alias.c: New.
5119 * gdb.base/symbol-alias2.c: New.
5120 * gdb.base/symbol-alias.exp: New.
5121
5122 2017-08-21 Pedro Alves <palves@redhat.com>
5123
5124 * gdb.base/dfp-test.c
5125 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5126 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5127 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5128 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5129 * gdb.base/whatis-ptype-typedefs.c: New.
5130 * gdb.base/whatis-ptype-typedefs.exp: New.
5131 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5132 (an_int, an_int_type, an_int_type2): New globals.
5133 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5134 involving typedefs and cast expressions.
5135 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5136 (lookup_typedefs_function): New.
5137 (typedefs_pretty_printers_dict): New.
5138 (top level): Register lookup_typedefs_function in
5139 gdb.pretty_printers.
5140
5141 2017-08-18 Yao Qi <yao.qi@linaro.org>
5142
5143 * gdb.server/unittest.exp: New.
5144
5145 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5146
5147 PR gdb/21954
5148 * gdb.base/environ.exp: Add test to check if 'unset environment'
5149 works.
5150
5151 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5152
5153 * lib/gdb.exp (universal_compile_options): New caching proc.
5154 (gdb_compile): Suppress GCC's coloring of messages.
5155
5156 2017-08-14 Tom Tromey <tom@tromey.com>
5157
5158 PR gdb/21675:
5159 * gdb.base/printcmds.exp (test_radices): New function.
5160 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5161 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5162 * lib/gdb.exp (get_integer_valueof): Use p/d.
5163
5164 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5165
5166 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5167 characters.
5168
5169 2017-08-05 Tom Tromey <tom@tromey.com>
5170
5171 * gdb.rust/simple.exp: Allow String to appear in a different
5172 namespace.
5173
5174 2017-07-26 Yao Qi <yao.qi@linaro.org>
5175
5176 * gdb.gdb/unittest.exp: Invoke command
5177 "maintenance check xml-descriptions".
5178
5179 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5180
5181 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5182 calling context.
5183 (hex128): Drop erroneous calculation of parameters.
5184
5185 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5186
5187 * gdb.python/py-unwind.exp: Disable stack protection when
5188 building test file.
5189
5190 2017-07-20 Pedro Alves <palves@redhat.com>
5191
5192 * gdb.base/default.exp (set language): Adjust expected output.
5193
5194 2017-07-20 Pedro Alves <palves@redhat.com>
5195
5196 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5197 (test_minsym): ... this, and make static.
5198 (get_pck__foo__bar__minsym): Rename to ...
5199 (get_test_minsym): ... this.
5200 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5201 symbol names and comments.
5202 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5203 (get_test_minsym): ... this.
5204 (pck__foo__bar__minsym__2): Rename to ...
5205 (test_minsym): ... this.
5206 (main): Adjust.
5207
5208 2017-07-17 Pedro Alves <palves@redhat.com>
5209
5210 * gdb.base/completion.exp: Adjust expected output.
5211 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5212 the completer works.
5213
5214 2017-07-17 Pedro Alves <palves@redhat.com>
5215
5216 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5217
5218 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5219
5220 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5221
5222 2017-07-14 Tom Tromey <tom@tromey.com>
5223
5224 PR rust/21764:
5225 * gdb.rust/simple.exp: Add tests.
5226
5227 2017-07-14 Tom Tromey <tom@tromey.com>
5228
5229 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5230
5231 2017-07-14 Pedro Alves <palves@redhat.com>
5232
5233 * gdb.linespec/base/one/thefile.cc (z1): New function.
5234 * gdb.linespec/base/two/thefile.cc (z2): New function.
5235 * gdb.linespec/linespec.exp: Add tests.
5236
5237 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5238
5239 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5240 to mi_create_breakpoint.
5241
5242 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5243
5244 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5245 mi_create_breakpoint.
5246
5247 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5248
5249 * gdb.dlang/demangle.exp: Update for demangling changes.
5250
5251 2017-07-09 Tom Tromey <tom@tromey.com>
5252
5253 * gdb.dwarf2/shortpiece.exp: New file.
5254
5255 2017-07-06 David Blaikie <dblaikie@gmail.com>
5256
5257 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5258 built from fissiont-multi-cu{1,2}.c.
5259 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5260 except putting 'main' and 'func' in separate CUs in the same DWO file.
5261 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5262 test.
5263 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5264 test.
5265
5266 2017-07-06 Pedro Alves <palves@redhat.com>
5267
5268 * gdb.python/py-unwind.exp: Test flushregs.
5269
5270 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5271
5272 PR cli/21688
5273 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5274 tests for alias commands and trailing whitespace.
5275
5276 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5277
5278 PR cli/21688
5279 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5280 procedure. Call it.
5281
5282 2017-06-29 Pedro Alves <palves@redhat.com>
5283
5284 * gdb.base/printcmds.exp: Add tests.
5285
5286 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5287
5288 PR gdb/21337
5289 * gdb.base/reread-readsym.exp: New file.
5290 * gdb.base/reread-readsym.c: New file.
5291
5292 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5293
5294 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5295 subpattern.
5296
5297 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5298
5299 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5300 extended mnemonic.
5301 * gdb.arch/powerpc-power9.s: Likewise.
5302
5303 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5304
5305 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5306 on 32-bit x86 targets. Exploit is_*_target macros where
5307 appropriate.
5308
5309 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5310
5311 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5312 register pieces.
5313
5314 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5315
5316 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5317 located in one or more DWARF pieces.
5318
5319 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5320
5321 * lib/gdb.exp (get_endianness): New proc.
5322 * gdb.arch/aarch64-fp.exp: Use it.
5323 * gdb.arch/altivec-regs.exp: Likewise.
5324 * gdb.arch/e500-regs.exp: Likewise.
5325 * gdb.arch/vsx-regs.exp: Likewise.
5326 * gdb.base/dump.exp: Likewise.
5327 * gdb.base/funcargs.exp: Likewise.
5328 * gdb.base/gnu_vector.exp: Likewise.
5329 * gdb.dwarf2/formdata16.exp: Likewise.
5330 * gdb.dwarf2/implptrpiece.exp: Likewise.
5331 * gdb.dwarf2/nonvar-access.exp: Likewise.
5332 * gdb.python/py-inferior.exp: Likewise.
5333 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5334
5335 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5336
5337 PR gdb/21226
5338 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5339 stack value pieces are taken from the LSB end.
5340
5341 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5342
5343 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5344 variable at nonzero offset.
5345
5346 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5347
5348 * gdb.dwarf2/var-access.c: New file.
5349 * gdb.dwarf2/var-access.exp: New test.
5350 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5351
5352 2017-06-12 Tom Tromey <tom@tromey.com>
5353
5354 * gdb.dwarf2/formdata16.exp: Add tests.
5355
5356 2017-06-12 Tom Tromey <tom@tromey.com>
5357
5358 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5359
5360 2017-06-12 Tom Tromey <tom@tromey.com>
5361
5362 PR exp/16225:
5363 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5364 * gdb.arch/vsx-regs.exp: Update tests.
5365 * gdb.arch/s390-vregs.exp (hex128): New proc.
5366 Update test.
5367 * gdb.arch/altivec-regs.exp: Update tests.
5368
5369 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5370
5371 * gdb.base/startup-with-shell.c: New file.
5372 * gdb.base/startup-with-shell.exp: Likewise.
5373
5374 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5375
5376 * gdb.server/non-existing-program.exp: Update regex in order to
5377 reflect the fact that gdbserver is now using fork_inferior (with a
5378 shell) to startup the inferior.
5379
5380 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5381
5382 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5383 support function calls from GDB.
5384
5385 2017-05-21 Tom Tromey <tom@tromey.com>
5386
5387 PR rust/21466:
5388 * gdb.rust/unsized.exp: New file.
5389 * gdb.rust/unsized.rs: New file.
5390
5391 2017-05-19 Tom Tromey <tom@tromey.com>
5392
5393 PR rust/21484:
5394 * gdb.rust/watch.exp: New file.
5395 * gdb.rust/watch.rs: New file.
5396
5397 2017-05-18 Tom Tromey <tom@tromey.com>
5398
5399 * gdb.rust/simple.exp: Allow Box to be qualified.
5400
5401 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5402
5403 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5404
5405 2017-05-18 Pedro Alves <palves@redhat.com>
5406
5407 * gdb.base/fileio.c (test_write, test_read, test_close)
5408 (test_fstat): Don't print 'ret' in the fail path.
5409
5410 2017-05-18 Pedro Alves <palves@redhat.com>
5411
5412 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5413 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5414 (test_system, test_rename, test_unlink, test_time): Change
5415 prototypes.
5416 * gdb.base/fileio.exp (stop_msg): Adjust.
5417
5418 2017-05-18 Pedro Alves <palves@redhat.com>
5419
5420 * gdb.base/fileio.c (null_str): New global.
5421 (test_stat): Use it.
5422 * gdb.base/fileio.exp: Remove nowarnings.
5423
5424 2017-05-17 Yao Qi <yao.qi@linaro.org>
5425
5426 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5427
5428 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5429
5430 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5431 argument command.
5432 (top-level): Invoke test_set_inferior_tty.
5433
5434 2017-05-04 Pedro Alves <palves@redhat.com>
5435
5436 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5437 Add parens to print call for Python 3.
5438
5439 2017-05-03 Keith Seitz <keiths@redhat.com>
5440
5441 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5442 (main): Call it.
5443
5444 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5445
5446 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5447 to prev and next.
5448
5449 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5450
5451 * gdb.python/py-record-btrace.exp: Remove test for
5452 gdb.BtraceInstruction.error.
5453
5454 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5455
5456 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5457
5458 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5459
5460 * gdb.python/py-record-btrace-threads.c: New file.
5461 * gdb.python/py-record-btrace-threads.exp: New file.
5462
5463 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5464
5465 PR testsuite/8595
5466 * gdb.base/environ.exp: Make test available in all architectures.
5467 Move bits related to "info program" testing to
5468 gdb.base/info-program.exp. Rewrite tests to use the two new
5469 procedures mentione below.
5470 (test_set_show_env_var) New procedure.
5471 (test_set_show_env_var_equal): Likewise.
5472 * gdb.base/info-program.exp: New file.
5473
5474 2017-04-27 Keith Seitz <keiths@redhat.com>
5475
5476 * gdb.cp/oranking.cc (test15): New function.
5477 (main): Call test15 and declare additional variables for testing.
5478 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5479 "p foo101('abc')" tests.
5480 Add tests for cv qualifier overloads.
5481 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5482 "lvalue reference overload" test.
5483 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5484 "print value of f1 on Child&& in f2" test.
5485
5486 2017-04-19 Pedro Alves <palves@redhat.com>
5487
5488 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5489 procedure.
5490 (top level): Call it.
5491 * lib/gdb.exp (gdb_define_cmd): New procedure.
5492
5493 2017-04-12 Pedro Alves <palves@redhat.com>
5494
5495 PR gdb/21323
5496 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5497 (wchar): New global.
5498 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5499 (do_test_wide_char, wide_char_types_no_program, top level): Add
5500 wchar_t testing.
5501
5502 2017-04-12 Pedro Alves <palves@redhat.com>
5503
5504 PR c++/21323
5505 * gdb.cp/wide_char_types.c: New file.
5506 * gdb.cp/wide_char_types.exp: New file.
5507
5508 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5509
5510 PR gdb/21352
5511 * gdb.trace/tsv.exp: Add test for "tsave -r".
5512
5513 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5514
5515 * gdb.dlang/watch-loc.c: New file.
5516 * gdb.dlang/watch-loc.exp: New file.
5517
5518 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5519
5520 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5521
5522 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5523
5524 * gdb.arch/arc-analyze-prologue.S: New file.
5525 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5526
5527 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5528
5529 * gdb.arch/arc-decode-insn.S: New file.
5530 * gdb.arch/arc-decode-insn.exp: Likewise.
5531
5532 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5533
5534 PR tdep/20928
5535 * gdb.arch/sparc64-regs.exp: New file.
5536 * gdb.arch/sparc64-regs.S: Likewise.
5537
5538 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5539
5540 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5541 and memory view on Python 3.
5542
5543 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5544 Keith Seitz <keiths@redhat.com>
5545
5546 PR gdb/14441
5547 * gdb.cp/demangle.exp: Add rvalue reference tests.
5548 * gdb.cp/rvalue-ref-casts.cc: New file.
5549 * gdb.cp/rvalue-ref-casts.exp: New file.
5550 * gdb.cp/rvalue-ref-overload.cc: New file.
5551 * gdb.cp/rvalue-ref-overload.exp: New file.
5552 * gdb.cp/rvalue-ref-params.cc: New file.
5553 * gdb.cp/rvalue-ref-params.exp: New file.
5554 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5555 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5556 * gdb.cp/rvalue-ref-types.cc: New file.
5557 * gdb.cp/rvalue-ref-types.exp: New file.
5558 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5559 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5560
5561 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5562
5563 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5564 New procedure.
5565
5566 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5567
5568 * lib/mi-support.exp (mi_gdb_test): Add additional message
5569 for unexpected output.
5570
5571 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5572
5573 * gdb.base/examine-backward.c (Barrier): New character array
5574 constant, to ensure that TestStrings is preceded by a string
5575 terminator.
5576
5577 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5578
5579 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5580 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5581 and implicit pointer into such a location.
5582
5583 2017-03-16 Doug Evans <dje@google.com>
5584
5585 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5586
5587 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5588
5589 * gdb.cp/m-static.exp: Fix expectation for prototype of
5590 test5.single_constructor and single_constructor::single_constructor.
5591
5592 2017-03-16 Doug Evans <dje@google.com>
5593
5594 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5595 * gdb.guile/scm-lazy-string.c: New file.
5596 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5597 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5598 for pointer, array, typedef lazy strings.
5599
5600 2017-03-16 Doug Evans <dje@google.com>
5601
5602 PR python/17728, python/18439, python/18779
5603 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5604 * gdb.python/py-lazy-string.c (pointer): New typedef.
5605 (main): New locals ptr, array, typedef_ptr.
5606 * gdb.python/py-value.exp: Move lazy string tests to ...
5607 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5608 array, typedef lazy strings.
5609
5610 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5611
5612 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5613 Add optional 'test' parameter.
5614
5615 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5616
5617 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5618 Skip for versions of DejaGnu < 1.5.
5619
5620 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5621
5622 * lib/gdb.exp (dejagnu_version): New proc.
5623 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5624 Use dejagnu_version.
5625
5626 2017-03-10 Keith Seitz <keiths@redhat.com>
5627
5628 PR c++/8128
5629 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5630 type from destructor regexps.
5631 Add a branch which actually passes the test.
5632 Adjust "ptype t5i" test names.
5633
5634 2017-03-08 Pedro Alves <palves@redhat.com>
5635
5636 * gdb.base/step-over-exit.exp: Add explicit test message.
5637
5638 2017-03-08 Pedro Alves <palves@redhat.com>
5639
5640 PR gdb/18360
5641 * gdb.threads/interrupt-while-step-over.c: New file.
5642 * gdb.threads/interrupt-while-step-over.exp: New file.
5643
5644 2017-03-08 Pedro Alves <palves@redhat.com>
5645
5646 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5647 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5648
5649 2017-03-08 Pedro Alves <palves@redhat.com>
5650
5651 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5652 PKRU as not supported as a PASS.
5653
5654 2017-03-08 Pedro Alves <palves@redhat.com>
5655
5656 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5657 prefix instead of $binfile1/$binfile2.
5658 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5659 in test message.
5660 * gdb.python/py-completion.exp: Use "load python file" as test
5661 messages instead of unstable path names.
5662
5663 2017-03-08 Pedro Alves <palves@redhat.com>
5664 Jan Kratochvil <jan.kratochvil@redhat.com>
5665
5666 PR cli/21218
5667 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5668 New proc.
5669 (top level): Call it.
5670
5671 2017-03-08 Pedro Alves <palves@redhat.com>
5672
5673 PR tui/21216
5674 * gdb.tui/tui-nl-filtered-output.exp: New file.
5675
5676 2017-03-08 Pedro Alves <palves@redhat.com>
5677
5678 * gdb.base/completion.exp: Move TUI completion tests to ...
5679 * gdb.tui/completion.exp: ... this new file.
5680
5681 2017-03-08 Pedro Alves <palves@redhat.com>
5682
5683 * gdb.base/tui-disasm-long-lines.c,
5684 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5685 gdb.base/tui-layout.exp: Move to ...
5686 * gdb.tui/: ... this new directory.
5687
5688 2017-03-07 Pedro Alves <palves@redhat.com>
5689
5690 * gdb.base/tui-layout.c: New file.
5691 * gdb.base/tui-layout.exp: New file.
5692
5693 2017-03-07 Pedro Alves <palves@redhat.com>
5694
5695 * gdb.base/tui-layout.c: Rename to ...
5696 * gdb.base/tui-disasm-long-lines.c: ... this.
5697 * gdb.base/tui-layout.exp: Rename to ...
5698 * gdb.base/tui-disasm-long-lines.exp: ... this.
5699
5700 2017-03-07 Pedro Alves <palves@redhat.com>
5701
5702 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5703
5704 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5705
5706 * i386-mpx-call.c: New file.
5707 * i386-mpx-call.exp: New file.
5708
5709 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5710
5711 * gdb.arch/powerpc-power.exp: Delete test.
5712 * gdb.arch/powerpc-power.s: Likewise.
5713 * gdb.disasm/disassembler-options.exp: New test.
5714 * gdb.arch/powerpc-altivec.exp: Likewise.
5715 * gdb.arch/powerpc-altivec.s: Likewise.
5716 * gdb.arch/powerpc-altivec2.exp: Likewise.
5717 * gdb.arch/powerpc-altivec2.s: Likewise.
5718 * gdb.arch/powerpc-altivec3.exp: Likewise.
5719 * gdb.arch/powerpc-altivec3.s: Likewise.
5720 * gdb.arch/powerpc-power7.exp: Likewise.
5721 * gdb.arch/powerpc-power7.s: Likewise.
5722 * gdb.arch/powerpc-power8.exp: Likewise.
5723 * gdb.arch/powerpc-power8.s: Likewise.
5724 * gdb.arch/powerpc-power9.exp: Likewise.
5725 * gdb.arch/powerpc-power9.s: Likewise.
5726 * gdb.arch/powerpc-vsx.exp: Likewise.
5727 * gdb.arch/powerpc-vsx.s: Likewise.
5728 * gdb.arch/powerpc-vsx2.exp: Likewise.
5729 * gdb.arch/powerpc-vsx2.s: Likewise.
5730 * gdb.arch/powerpc-vsx3.exp: Likewise.
5731 * gdb.arch/powerpc-vsx3.s: Likewise.
5732 * gdb.arch/arm-disassembler-options.exp: Likewise.
5733 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5734 * gdb.arch/s390-disassembler-options.exp: Likewise.
5735
5736 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5737
5738 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5739 (check_supported_features): ... this. Changed return type to void.
5740 (supports_rdseed): New static global.
5741 (rdseed): Check supports_rdseed.
5742 (initialize): Call check_supported_features.
5743
5744 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5745
5746 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5747 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5748 and lqarx/stqcx.
5749 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5750 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5751
5752 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5753
5754 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5755 uppercase.
5756
5757 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5758
5759 * gdb.dwarf2/formdata16.c: New file.
5760 * gdb.dwarf2/formdata16.exp: New file.
5761 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5762
5763 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5764
5765 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5766 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5767 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5768 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5769 DW_AT_GNU_*.
5770
5771 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5772
5773 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5774
5775 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5776
5777 PR gdb/21164
5778 * gdb.base/maint.exp: Add testcases for when the commands do
5779 not have arguments.
5780
5781 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5782
5783 * gdb.cp/chained-calls.exp: Use p instead of P.
5784
5785 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5786
5787 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5788 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5789
5790 2017-02-14 Tom Tromey <tom@tromey.com>
5791
5792 PR python/13598:
5793 * gdb.python/py-events.exp: Add before_prompt event tests.
5794
5795 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5796
5797 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5798
5799 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5800
5801 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5802 (main): Call my_unique_function_name.
5803 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5804 completion of patterns with a single match.
5805 Add missing -re switches to gdb_test_multiple calls.
5806
5807 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5808
5809 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5810 return if core file is not recognized.
5811
5812 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5813
5814 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5815 and extra UIs.
5816
5817 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5818
5819 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5820 proc_with_prefix.
5821
5822 2017-02-10 Tom Tromey <tom@tromey.com>
5823
5824 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5825
5826 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5827
5828 PR gdb/21122
5829 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5830
5831 2017-02-08 Jerome Guitton <guitton@adacore.com>
5832
5833 * gdb.base/define.exp: Add test for command abbreviations
5834 in define.
5835
5836 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5837
5838 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5839 * gdb.reverse/insn-reverse-x86.c: New file.
5840
5841 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5842
5843 PR tdep/20936
5844 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5845
5846 2017-02-03 Tom Tromey <tom@tromey.com>
5847
5848 PR rust/21097:
5849 * gdb.rust/simple.exp: Add new tests.
5850
5851 2017-02-02 Pedro Alves <palves@redhat.com>
5852
5853 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5854 tests.
5855
5856 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5857
5858 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5859 taking a 2-byte value out of a 4-byte DWARF implicit value on
5860 big-endian targets.
5861 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5862 logic. Add test cases for DW_OP_implicit.
5863
5864 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5865
5866 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5867
5868 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5869
5870 * gdb.btrace/enable.exp: Call gdb_exit before
5871 skip_gdbserver_tests.
5872
5873 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5874
5875 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5876 GDBFLAGS.
5877
5878 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5879
5880 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5881 the test is skipped.
5882 * gdb.btrace/data.exp: Likewise.
5883 * gdb.btrace/delta.exp: Likewise.
5884 * gdb.btrace/dlopen.exp: Likewise.
5885 * gdb.btrace/enable-running.exp: Likewise.
5886 * gdb.btrace/enable.exp: Likewise.
5887 * gdb.btrace/exception.exp: Likewise.
5888 * gdb.btrace/function_call_history.exp: Likewise.
5889 * gdb.btrace/gcore.exp: Likewise.
5890 * gdb.btrace/instruction_history.exp: Likewise.
5891 * gdb.btrace/multi-thread-step.exp: Likewise.
5892 * gdb.btrace/nohist.exp: Likewise.
5893 * gdb.btrace/non-stop.exp: Likewise.
5894 * gdb.btrace/reconnect.exp: Likewise.
5895 * gdb.btrace/record_goto-step.exp: Likewise.
5896 * gdb.btrace/record_goto.exp: Likewise.
5897 * gdb.btrace/rn-dl-bind.exp: Likewise.
5898 * gdb.btrace/segv.exp: Likewise.
5899 * gdb.btrace/step.exp: Likewise.
5900 * gdb.btrace/stepi.exp: Likewise.
5901 * gdb.btrace/tailcall-only.exp: Likewise.
5902 * gdb.btrace/tailcall.exp: Likewise.
5903 * gdb.btrace/tsx.exp: Likewise.
5904 * gdb.btrace/unknown_functions.exp: Likewise.
5905 * gdb.btrace/vdso.exp: Likewise.
5906
5907 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5908
5909 * gdb.btrace/enable-running.c: New.
5910 * gdb.btrace/enable-running.exp: New.
5911
5912 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5913
5914 * gdb.arch/amd64-gs_base.c: New file.
5915 * gdb.arch/amd64-gs_base.exp: New file.
5916
5917 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5918
5919 * lib/memory.exp: Remove spurious empty newlines.
5920
5921 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5922
5923 * gdb.python/py-bad-printers.exp: Load python file using "source".
5924 * gdb.python/py-events.exp: Likewise.
5925 * gdb.python/py-evsignal.exp: Likewise.
5926 * gdb.python/py-evthreads.exp: Likewise.
5927 * gdb.python/py-frame-args.exp: Likewise.
5928 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5929 * gdb.python/py-framefilter-mi.exp: Likewise.
5930 * gdb.python/py-framefilter.exp: Likewise.
5931 * gdb.python/py-mi.exp: Likewise.
5932 * gdb.python/py-pp-maint.exp: Likewise.
5933 * gdb.python/py-pp-registration.exp: Likewise.
5934 * gdb.python/py-prettyprint.exp: Likewise.
5935 (run_lang_tests): Likewise.
5936 * gdb.python/py-typeprint.exp: Likewise.
5937
5938 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5939
5940 * lib/memory.exp: New file.
5941 * lib/gdb.exp: Load memory.exp.
5942 * gdb.base/memattr.exp (delete_memory): Move proc to
5943 lib/memory.exp and rename to delete_memory_regions.
5944 Replace delete_memory with delete_memory_regions.
5945 Cleanup memory regions before tests.
5946 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5947 before tests.
5948
5949 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5950
5951 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5952 files.
5953 (initialize): New function conditionally defined.
5954 (testcases): Move within conditional block.
5955 (main): Call initialize.
5956 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5957 of gdb.reverse/insn-reverse.c.
5958 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5959 gdb.reverse/insn-reverse.c.
5960
5961 2017-01-26 Yao Qi <yao.qi@linaro.org>
5962
5963 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5964 disassemble on address 0.
5965
5966 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5967 Yao Qi <yao.qi@linaro.org>
5968
5969 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5970 * gdb.dwarf2/implptr-64bit.S: Remove.
5971 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5972 variables in caller's context. Add DW_OP_implicit_value.
5973
5974 2017-01-25 Yao Qi <yao.qi@linaro.org>
5975
5976 * lib/dwarf.exp (Dwarf::_location): Handle
5977 DW_OP_GNU_implicit_pointer with proper size.
5978
5979 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5980
5981 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5982 and add untested calls.
5983
5984 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5985
5986 * gdb.python/python.exp: Check line number against what GDB thinks
5987 the line number is for func1.
5988
5989 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5990
5991 * gdb.dlang/debug-expr.exp: New file.
5992
5993 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5994
5995 Fix test names for the following files:
5996
5997 * gdb.ada/exec_changed.exp
5998 * gdb.ada/info_types.exp
5999 * gdb.arch/aarch64-atomic-inst.exp
6000 * gdb.arch/aarch64-fp.exp
6001 * gdb.arch/altivec-abi.exp
6002 * gdb.arch/altivec-regs.exp
6003 * gdb.arch/amd64-byte.exp
6004 * gdb.arch/amd64-disp-step.exp
6005 * gdb.arch/amd64-dword.exp
6006 * gdb.arch/amd64-entry-value-inline.exp
6007 * gdb.arch/amd64-entry-value-param.exp
6008 * gdb.arch/amd64-entry-value-paramref.exp
6009 * gdb.arch/amd64-entry-value.exp
6010 * gdb.arch/amd64-i386-address.exp
6011 * gdb.arch/amd64-invalid-stack-middle.exp
6012 * gdb.arch/amd64-invalid-stack-top.exp
6013 * gdb.arch/amd64-optimout-repeat.exp
6014 * gdb.arch/amd64-prologue-skip.exp
6015 * gdb.arch/amd64-prologue-xmm.exp
6016 * gdb.arch/amd64-stap-special-operands.exp
6017 * gdb.arch/amd64-stap-wrong-subexp.exp
6018 * gdb.arch/amd64-tailcall-cxx.exp
6019 * gdb.arch/amd64-tailcall-noret.exp
6020 * gdb.arch/amd64-tailcall-ret.exp
6021 * gdb.arch/amd64-tailcall-self.exp
6022 * gdb.arch/amd64-word.exp
6023 * gdb.arch/arm-bl-branch-dest.exp
6024 * gdb.arch/arm-disp-step.exp
6025 * gdb.arch/arm-neon.exp
6026 * gdb.arch/arm-single-step-kernel-helper.exp
6027 * gdb.arch/avr-flash-qualifier.exp
6028 * gdb.arch/disp-step-insn-reloc.exp
6029 * gdb.arch/e500-abi.exp
6030 * gdb.arch/e500-regs.exp
6031 * gdb.arch/ftrace-insn-reloc.exp
6032 * gdb.arch/i386-avx512.exp
6033 * gdb.arch/i386-bp_permanent.exp
6034 * gdb.arch/i386-byte.exp
6035 * gdb.arch/i386-cfi-notcurrent.exp
6036 * gdb.arch/i386-disp-step.exp
6037 * gdb.arch/i386-dr3-watch.exp
6038 * gdb.arch/i386-float.exp
6039 * gdb.arch/i386-gnu-cfi.exp
6040 * gdb.arch/i386-mpx-map.exp
6041 * gdb.arch/i386-mpx-sigsegv.exp
6042 * gdb.arch/i386-mpx-simple_segv.exp
6043 * gdb.arch/i386-mpx.exp
6044 * gdb.arch/i386-permbkpt.exp
6045 * gdb.arch/i386-prologue.exp
6046 * gdb.arch/i386-signal.exp
6047 * gdb.arch/i386-size-overlap.exp
6048 * gdb.arch/i386-unwind.exp
6049 * gdb.arch/i386-word.exp
6050 * gdb.arch/mips-fcr.exp
6051 * gdb.arch/powerpc-d128-regs.exp
6052 * gdb.arch/powerpc-stackless.exp
6053 * gdb.arch/ppc64-atomic-inst.exp
6054 * gdb.arch/s390-stackless.exp
6055 * gdb.arch/s390-tdbregs.exp
6056 * gdb.arch/s390-vregs.exp
6057 * gdb.arch/sparc-sysstep.exp
6058 * gdb.arch/thumb-bx-pc.exp
6059 * gdb.arch/thumb-singlestep.exp
6060 * gdb.arch/thumb2-it.exp
6061 * gdb.arch/vsx-regs.exp
6062 * gdb.asm/asm-source.exp
6063 * gdb.base/a2-run.exp
6064 * gdb.base/advance.exp
6065 * gdb.base/all-bin.exp
6066 * gdb.base/anon.exp
6067 * gdb.base/args.exp
6068 * gdb.base/arithmet.exp
6069 * gdb.base/async-shell.exp
6070 * gdb.base/async.exp
6071 * gdb.base/attach-pie-noexec.exp
6072 * gdb.base/attach-twice.exp
6073 * gdb.base/auto-load.exp
6074 * gdb.base/bang.exp
6075 * gdb.base/bitfields.exp
6076 * gdb.base/break-always.exp
6077 * gdb.base/break-caller-line.exp
6078 * gdb.base/break-entry.exp
6079 * gdb.base/break-inline.exp
6080 * gdb.base/break-on-linker-gcd-function.exp
6081 * gdb.base/break-probes.exp
6082 * gdb.base/break.exp
6083 * gdb.base/breakpoint-shadow.exp
6084 * gdb.base/call-ar-st.exp
6085 * gdb.base/call-sc.exp
6086 * gdb.base/call-signal-resume.exp
6087 * gdb.base/call-strs.exp
6088 * gdb.base/callfuncs.exp
6089 * gdb.base/catch-fork-static.exp
6090 * gdb.base/catch-gdb-caused-signals.exp
6091 * gdb.base/catch-load.exp
6092 * gdb.base/catch-signal-fork.exp
6093 * gdb.base/catch-signal.exp
6094 * gdb.base/catch-syscall.exp
6095 * gdb.base/charset.exp
6096 * gdb.base/checkpoint.exp
6097 * gdb.base/chng-syms.exp
6098 * gdb.base/code-expr.exp
6099 * gdb.base/code_elim.exp
6100 * gdb.base/commands.exp
6101 * gdb.base/completion.exp
6102 * gdb.base/complex.exp
6103 * gdb.base/cond-expr.exp
6104 * gdb.base/condbreak.exp
6105 * gdb.base/consecutive.exp
6106 * gdb.base/continue-all-already-running.exp
6107 * gdb.base/coredump-filter.exp
6108 * gdb.base/corefile.exp
6109 * gdb.base/dbx.exp
6110 * gdb.base/debug-expr.exp
6111 * gdb.base/define.exp
6112 * gdb.base/del.exp
6113 * gdb.base/disabled-location.exp
6114 * gdb.base/disasm-end-cu.exp
6115 * gdb.base/disasm-optim.exp
6116 * gdb.base/display.exp
6117 * gdb.base/duplicate-bp.exp
6118 * gdb.base/ena-dis-br.exp
6119 * gdb.base/ending-run.exp
6120 * gdb.base/enumval.exp
6121 * gdb.base/environ.exp
6122 * gdb.base/eu-strip-infcall.exp
6123 * gdb.base/eval-avoid-side-effects.exp
6124 * gdb.base/eval-skip.exp
6125 * gdb.base/exitsignal.exp
6126 * gdb.base/expand-psymtabs.exp
6127 * gdb.base/filesym.exp
6128 * gdb.base/find-unmapped.exp
6129 * gdb.base/finish.exp
6130 * gdb.base/float.exp
6131 * gdb.base/foll-exec-mode.exp
6132 * gdb.base/foll-exec.exp
6133 * gdb.base/foll-fork.exp
6134 * gdb.base/fortran-sym-case.exp
6135 * gdb.base/freebpcmd.exp
6136 * gdb.base/func-ptr.exp
6137 * gdb.base/func-ptrs.exp
6138 * gdb.base/funcargs.exp
6139 * gdb.base/gcore-buffer-overflow.exp
6140 * gdb.base/gcore-relro-pie.exp
6141 * gdb.base/gcore-relro.exp
6142 * gdb.base/gcore.exp
6143 * gdb.base/gdb1090.exp
6144 * gdb.base/gdb11530.exp
6145 * gdb.base/gdb11531.exp
6146 * gdb.base/gdb1821.exp
6147 * gdb.base/gdbindex-stabs.exp
6148 * gdb.base/gdbvars.exp
6149 * gdb.base/hbreak.exp
6150 * gdb.base/hbreak2.exp
6151 * gdb.base/included.exp
6152 * gdb.base/infcall-input.exp
6153 * gdb.base/inferior-died.exp
6154 * gdb.base/infnan.exp
6155 * gdb.base/info-macros.exp
6156 * gdb.base/info-os.exp
6157 * gdb.base/info-proc.exp
6158 * gdb.base/info-shared.exp
6159 * gdb.base/info-target.exp
6160 * gdb.base/infoline.exp
6161 * gdb.base/interp.exp
6162 * gdb.base/interrupt.exp
6163 * gdb.base/jit-reader.exp
6164 * gdb.base/jit-simple.exp
6165 * gdb.base/kill-after-signal.exp
6166 * gdb.base/kill-detach-inferiors-cmd.exp
6167 * gdb.base/label.exp
6168 * gdb.base/langs.exp
6169 * gdb.base/ldbl_e308.exp
6170 * gdb.base/line-symtabs.exp
6171 * gdb.base/linespecs.exp
6172 * gdb.base/list.exp
6173 * gdb.base/long_long.exp
6174 * gdb.base/longest-types.exp
6175 * gdb.base/maint.exp
6176 * gdb.base/max-value-size.exp
6177 * gdb.base/memattr.exp
6178 * gdb.base/mips_pro.exp
6179 * gdb.base/morestack.exp
6180 * gdb.base/moribund-step.exp
6181 * gdb.base/multi-forks.exp
6182 * gdb.base/nested-addr.exp
6183 * gdb.base/nextoverexit.exp
6184 * gdb.base/noreturn-finish.exp
6185 * gdb.base/noreturn-return.exp
6186 * gdb.base/nostdlib.exp
6187 * gdb.base/offsets.exp
6188 * gdb.base/opaque.exp
6189 * gdb.base/pc-fp.exp
6190 * gdb.base/permissions.exp
6191 * gdb.base/print-symbol-loading.exp
6192 * gdb.base/prologue-include.exp
6193 * gdb.base/psymtab.exp
6194 * gdb.base/ptype.exp
6195 * gdb.base/random-signal.exp
6196 * gdb.base/randomize.exp
6197 * gdb.base/range-stepping.exp
6198 * gdb.base/readline-ask.exp
6199 * gdb.base/recpar.exp
6200 * gdb.base/recurse.exp
6201 * gdb.base/relational.exp
6202 * gdb.base/restore.exp
6203 * gdb.base/return-nodebug.exp
6204 * gdb.base/return.exp
6205 * gdb.base/run-after-attach.exp
6206 * gdb.base/save-bp.exp
6207 * gdb.base/scope.exp
6208 * gdb.base/sect-cmd.exp
6209 * gdb.base/set-lang-auto.exp
6210 * gdb.base/set-noassign.exp
6211 * gdb.base/setvar.exp
6212 * gdb.base/sigall.exp
6213 * gdb.base/sigbpt.exp
6214 * gdb.base/siginfo-addr.exp
6215 * gdb.base/siginfo-infcall.exp
6216 * gdb.base/siginfo-obj.exp
6217 * gdb.base/siginfo.exp
6218 * gdb.base/signals-state-child.exp
6219 * gdb.base/signest.exp
6220 * gdb.base/sigstep.exp
6221 * gdb.base/sizeof.exp
6222 * gdb.base/skip.exp
6223 * gdb.base/solib-corrupted.exp
6224 * gdb.base/solib-nodir.exp
6225 * gdb.base/solib-search.exp
6226 * gdb.base/stack-checking.exp
6227 * gdb.base/stale-infcall.exp
6228 * gdb.base/stap-probe.exp
6229 * gdb.base/start.exp
6230 * gdb.base/step-break.exp
6231 * gdb.base/step-bt.exp
6232 * gdb.base/step-line.exp
6233 * gdb.base/step-over-exit.exp
6234 * gdb.base/step-over-syscall.exp
6235 * gdb.base/step-resume-infcall.exp
6236 * gdb.base/step-test.exp
6237 * gdb.base/store.exp
6238 * gdb.base/structs3.exp
6239 * gdb.base/sym-file.exp
6240 * gdb.base/symbol-without-target_section.exp
6241 * gdb.base/term.exp
6242 * gdb.base/testenv.exp
6243 * gdb.base/ui-redirect.exp
6244 * gdb.base/until.exp
6245 * gdb.base/unwindonsignal.exp
6246 * gdb.base/value-double-free.exp
6247 * gdb.base/vla-datatypes.exp
6248 * gdb.base/vla-ptr.exp
6249 * gdb.base/vla-sideeffect.exp
6250 * gdb.base/volatile.exp
6251 * gdb.base/watch-cond-infcall.exp
6252 * gdb.base/watch-cond.exp
6253 * gdb.base/watch-non-mem.exp
6254 * gdb.base/watch-read.exp
6255 * gdb.base/watch-vfork.exp
6256 * gdb.base/watchpoint-cond-gone.exp
6257 * gdb.base/watchpoint-delete.exp
6258 * gdb.base/watchpoint-hw-hit-once.exp
6259 * gdb.base/watchpoint-hw.exp
6260 * gdb.base/watchpoint-stops-at-right-insn.exp
6261 * gdb.base/watchpoints.exp
6262 * gdb.base/wchar.exp
6263 * gdb.base/whatis-exp.exp
6264 * gdb.btrace/buffer-size.exp
6265 * gdb.btrace/data.exp
6266 * gdb.btrace/delta.exp
6267 * gdb.btrace/dlopen.exp
6268 * gdb.btrace/enable.exp
6269 * gdb.btrace/exception.exp
6270 * gdb.btrace/function_call_history.exp
6271 * gdb.btrace/gcore.exp
6272 * gdb.btrace/instruction_history.exp
6273 * gdb.btrace/nohist.exp
6274 * gdb.btrace/reconnect.exp
6275 * gdb.btrace/record_goto-step.exp
6276 * gdb.btrace/record_goto.exp
6277 * gdb.btrace/rn-dl-bind.exp
6278 * gdb.btrace/segv.exp
6279 * gdb.btrace/step.exp
6280 * gdb.btrace/stepi.exp
6281 * gdb.btrace/tailcall-only.exp
6282 * gdb.btrace/tailcall.exp
6283 * gdb.btrace/tsx.exp
6284 * gdb.btrace/unknown_functions.exp
6285 * gdb.btrace/vdso.exp
6286 * gdb.compile/compile-ifunc.exp
6287 * gdb.compile/compile-ops.exp
6288 * gdb.compile/compile-print.exp
6289 * gdb.compile/compile-setjmp.exp
6290 * gdb.cp/abstract-origin.exp
6291 * gdb.cp/ambiguous.exp
6292 * gdb.cp/annota2.exp
6293 * gdb.cp/annota3.exp
6294 * gdb.cp/anon-ns.exp
6295 * gdb.cp/anon-struct.exp
6296 * gdb.cp/anon-union.exp
6297 * gdb.cp/arg-reference.exp
6298 * gdb.cp/baseenum.exp
6299 * gdb.cp/bool.exp
6300 * gdb.cp/breakpoint.exp
6301 * gdb.cp/bs15503.exp
6302 * gdb.cp/call-c.exp
6303 * gdb.cp/casts.exp
6304 * gdb.cp/chained-calls.exp
6305 * gdb.cp/class2.exp
6306 * gdb.cp/classes.exp
6307 * gdb.cp/cmpd-minsyms.exp
6308 * gdb.cp/converts.exp
6309 * gdb.cp/cp-relocate.exp
6310 * gdb.cp/cpcompletion.exp
6311 * gdb.cp/cpexprs.exp
6312 * gdb.cp/cplabel.exp
6313 * gdb.cp/cplusfuncs.exp
6314 * gdb.cp/cpsizeof.exp
6315 * gdb.cp/ctti.exp
6316 * gdb.cp/derivation.exp
6317 * gdb.cp/destrprint.exp
6318 * gdb.cp/dispcxx.exp
6319 * gdb.cp/enum-class.exp
6320 * gdb.cp/exception.exp
6321 * gdb.cp/exceptprint.exp
6322 * gdb.cp/expand-psymtabs-cxx.exp
6323 * gdb.cp/expand-sals.exp
6324 * gdb.cp/extern-c.exp
6325 * gdb.cp/filename.exp
6326 * gdb.cp/formatted-ref.exp
6327 * gdb.cp/fpointer.exp
6328 * gdb.cp/gdb1355.exp
6329 * gdb.cp/gdb2495.exp
6330 * gdb.cp/hang.exp
6331 * gdb.cp/impl-this.exp
6332 * gdb.cp/infcall-dlopen.exp
6333 * gdb.cp/inherit.exp
6334 * gdb.cp/iostream.exp
6335 * gdb.cp/koenig.exp
6336 * gdb.cp/local.exp
6337 * gdb.cp/m-data.exp
6338 * gdb.cp/m-static.exp
6339 * gdb.cp/mb-ctor.exp
6340 * gdb.cp/mb-inline.exp
6341 * gdb.cp/mb-templates.exp
6342 * gdb.cp/member-name.exp
6343 * gdb.cp/member-ptr.exp
6344 * gdb.cp/meth-typedefs.exp
6345 * gdb.cp/method.exp
6346 * gdb.cp/method2.exp
6347 * gdb.cp/minsym-fallback.exp
6348 * gdb.cp/misc.exp
6349 * gdb.cp/namelessclass.exp
6350 * gdb.cp/namespace-enum.exp
6351 * gdb.cp/namespace-nested-import.exp
6352 * gdb.cp/namespace.exp
6353 * gdb.cp/nextoverthrow.exp
6354 * gdb.cp/no-dmgl-verbose.exp
6355 * gdb.cp/non-trivial-retval.exp
6356 * gdb.cp/noparam.exp
6357 * gdb.cp/nsdecl.exp
6358 * gdb.cp/nsimport.exp
6359 * gdb.cp/nsnested.exp
6360 * gdb.cp/nsnoimports.exp
6361 * gdb.cp/nsrecurs.exp
6362 * gdb.cp/nsstress.exp
6363 * gdb.cp/nsusing.exp
6364 * gdb.cp/operator.exp
6365 * gdb.cp/oranking.exp
6366 * gdb.cp/overload-const.exp
6367 * gdb.cp/overload.exp
6368 * gdb.cp/ovldbreak.exp
6369 * gdb.cp/ovsrch.exp
6370 * gdb.cp/paren-type.exp
6371 * gdb.cp/parse-lang.exp
6372 * gdb.cp/pass-by-ref.exp
6373 * gdb.cp/pr-1023.exp
6374 * gdb.cp/pr-1210.exp
6375 * gdb.cp/pr-574.exp
6376 * gdb.cp/pr10687.exp
6377 * gdb.cp/pr12028.exp
6378 * gdb.cp/pr17132.exp
6379 * gdb.cp/pr17494.exp
6380 * gdb.cp/pr9067.exp
6381 * gdb.cp/pr9167.exp
6382 * gdb.cp/pr9631.exp
6383 * gdb.cp/printmethod.exp
6384 * gdb.cp/psmang.exp
6385 * gdb.cp/psymtab-parameter.exp
6386 * gdb.cp/ptype-cv-cp.exp
6387 * gdb.cp/ptype-flags.exp
6388 * gdb.cp/re-set-overloaded.exp
6389 * gdb.cp/ref-types.exp
6390 * gdb.cp/rtti.exp
6391 * gdb.cp/scope-err.exp
6392 * gdb.cp/shadow.exp
6393 * gdb.cp/smartp.exp
6394 * gdb.cp/static-method.exp
6395 * gdb.cp/static-print-quit.exp
6396 * gdb.cp/temargs.exp
6397 * gdb.cp/templates.exp
6398 * gdb.cp/try_catch.exp
6399 * gdb.cp/typedef-operator.exp
6400 * gdb.cp/typeid.exp
6401 * gdb.cp/userdef.exp
6402 * gdb.cp/using-crash.exp
6403 * gdb.cp/var-tag.exp
6404 * gdb.cp/virtbase.exp
6405 * gdb.cp/virtfunc.exp
6406 * gdb.cp/virtfunc2.exp
6407 * gdb.cp/vla-cxx.exp
6408 * gdb.disasm/t01_mov.exp
6409 * gdb.disasm/t02_mova.exp
6410 * gdb.disasm/t03_add.exp
6411 * gdb.disasm/t04_sub.exp
6412 * gdb.disasm/t05_cmp.exp
6413 * gdb.disasm/t06_ari2.exp
6414 * gdb.disasm/t07_ari3.exp
6415 * gdb.disasm/t08_or.exp
6416 * gdb.disasm/t09_xor.exp
6417 * gdb.disasm/t10_and.exp
6418 * gdb.disasm/t11_logs.exp
6419 * gdb.disasm/t12_bit.exp
6420 * gdb.disasm/t13_otr.exp
6421 * gdb.dlang/circular.exp
6422 * gdb.dwarf2/arr-stride.exp
6423 * gdb.dwarf2/arr-subrange.exp
6424 * gdb.dwarf2/atomic-type.exp
6425 * gdb.dwarf2/bad-regnum.exp
6426 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6427 * gdb.dwarf2/callframecfa.exp
6428 * gdb.dwarf2/clztest.exp
6429 * gdb.dwarf2/corrupt.exp
6430 * gdb.dwarf2/data-loc.exp
6431 * gdb.dwarf2/dup-psym.exp
6432 * gdb.dwarf2/dw2-anon-mptr.exp
6433 * gdb.dwarf2/dw2-anonymous-func.exp
6434 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6435 * gdb.dwarf2/dw2-bad-unresolved.exp
6436 * gdb.dwarf2/dw2-basic.exp
6437 * gdb.dwarf2/dw2-canonicalize-type.exp
6438 * gdb.dwarf2/dw2-case-insensitive.exp
6439 * gdb.dwarf2/dw2-common-block.exp
6440 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6441 * gdb.dwarf2/dw2-compressed.exp
6442 * gdb.dwarf2/dw2-const.exp
6443 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6444 * gdb.dwarf2/dw2-cu-size.exp
6445 * gdb.dwarf2/dw2-dup-frame.exp
6446 * gdb.dwarf2/dw2-entry-value.exp
6447 * gdb.dwarf2/dw2-icycle.exp
6448 * gdb.dwarf2/dw2-ifort-parameter.exp
6449 * gdb.dwarf2/dw2-inline-break.exp
6450 * gdb.dwarf2/dw2-inline-param.exp
6451 * gdb.dwarf2/dw2-intercu.exp
6452 * gdb.dwarf2/dw2-intermix.exp
6453 * gdb.dwarf2/dw2-lexical-block-bare.exp
6454 * gdb.dwarf2/dw2-linkage-name-trust.exp
6455 * gdb.dwarf2/dw2-minsym-in-cu.exp
6456 * gdb.dwarf2/dw2-noloc.exp
6457 * gdb.dwarf2/dw2-op-call.exp
6458 * gdb.dwarf2/dw2-op-out-param.exp
6459 * gdb.dwarf2/dw2-opt-structptr.exp
6460 * gdb.dwarf2/dw2-param-error.exp
6461 * gdb.dwarf2/dw2-producer.exp
6462 * gdb.dwarf2/dw2-ranges-base.exp
6463 * gdb.dwarf2/dw2-ref-missing-frame.exp
6464 * gdb.dwarf2/dw2-reg-undefined.exp
6465 * gdb.dwarf2/dw2-regno-invalid.exp
6466 * gdb.dwarf2/dw2-restore.exp
6467 * gdb.dwarf2/dw2-restrict.exp
6468 * gdb.dwarf2/dw2-single-line-discriminators.exp
6469 * gdb.dwarf2/dw2-strp.exp
6470 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6471 * gdb.dwarf2/dw2-unresolved.exp
6472 * gdb.dwarf2/dw2-var-zero-addr.exp
6473 * gdb.dwarf2/dw4-sig-types.exp
6474 * gdb.dwarf2/dwz.exp
6475 * gdb.dwarf2/dynarr-ptr.exp
6476 * gdb.dwarf2/enum-type.exp
6477 * gdb.dwarf2/gdb-index.exp
6478 * gdb.dwarf2/implptr-64bit.exp
6479 * gdb.dwarf2/implptr-optimized-out.exp
6480 * gdb.dwarf2/implptr.exp
6481 * gdb.dwarf2/implref-array.exp
6482 * gdb.dwarf2/implref-const.exp
6483 * gdb.dwarf2/implref-global.exp
6484 * gdb.dwarf2/implref-struct.exp
6485 * gdb.dwarf2/mac-fileno.exp
6486 * gdb.dwarf2/main-subprogram.exp
6487 * gdb.dwarf2/member-ptr-forwardref.exp
6488 * gdb.dwarf2/method-ptr.exp
6489 * gdb.dwarf2/missing-sig-type.exp
6490 * gdb.dwarf2/nonvar-access.exp
6491 * gdb.dwarf2/opaque-type-lookup.exp
6492 * gdb.dwarf2/pieces-optimized-out.exp
6493 * gdb.dwarf2/pieces.exp
6494 * gdb.dwarf2/pr10770.exp
6495 * gdb.dwarf2/pr13961.exp
6496 * gdb.dwarf2/staticvirtual.exp
6497 * gdb.dwarf2/subrange.exp
6498 * gdb.dwarf2/symtab-producer.exp
6499 * gdb.dwarf2/trace-crash.exp
6500 * gdb.dwarf2/typeddwarf.exp
6501 * gdb.dwarf2/valop.exp
6502 * gdb.dwarf2/watch-notconst.exp
6503 * gdb.fortran/array-element.exp
6504 * gdb.fortran/charset.exp
6505 * gdb.fortran/common-block.exp
6506 * gdb.fortran/complex.exp
6507 * gdb.fortran/derived-type-function.exp
6508 * gdb.fortran/derived-type.exp
6509 * gdb.fortran/logical.exp
6510 * gdb.fortran/module.exp
6511 * gdb.fortran/multi-dim.exp
6512 * gdb.fortran/nested-funcs.exp
6513 * gdb.fortran/print-formatted.exp
6514 * gdb.fortran/subarray.exp
6515 * gdb.fortran/vla-alloc-assoc.exp
6516 * gdb.fortran/vla-datatypes.exp
6517 * gdb.fortran/vla-history.exp
6518 * gdb.fortran/vla-ptr-info.exp
6519 * gdb.fortran/vla-ptype-sub.exp
6520 * gdb.fortran/vla-ptype.exp
6521 * gdb.fortran/vla-sizeof.exp
6522 * gdb.fortran/vla-type.exp
6523 * gdb.fortran/vla-value-sub-arbitrary.exp
6524 * gdb.fortran/vla-value-sub-finish.exp
6525 * gdb.fortran/vla-value-sub.exp
6526 * gdb.fortran/vla-value.exp
6527 * gdb.fortran/whatis_type.exp
6528 * gdb.go/chan.exp
6529 * gdb.go/handcall.exp
6530 * gdb.go/hello.exp
6531 * gdb.go/integers.exp
6532 * gdb.go/methods.exp
6533 * gdb.go/package.exp
6534 * gdb.go/strings.exp
6535 * gdb.go/types.exp
6536 * gdb.go/unsafe.exp
6537 * gdb.guile/scm-arch.exp
6538 * gdb.guile/scm-block.exp
6539 * gdb.guile/scm-breakpoint.exp
6540 * gdb.guile/scm-cmd.exp
6541 * gdb.guile/scm-disasm.exp
6542 * gdb.guile/scm-equal.exp
6543 * gdb.guile/scm-frame-args.exp
6544 * gdb.guile/scm-frame-inline.exp
6545 * gdb.guile/scm-frame.exp
6546 * gdb.guile/scm-iterator.exp
6547 * gdb.guile/scm-math.exp
6548 * gdb.guile/scm-objfile.exp
6549 * gdb.guile/scm-ports.exp
6550 * gdb.guile/scm-symbol.exp
6551 * gdb.guile/scm-symtab.exp
6552 * gdb.guile/scm-value-cc.exp
6553 * gdb.guile/types-module.exp
6554 * gdb.linespec/break-ask.exp
6555 * gdb.linespec/cpexplicit.exp
6556 * gdb.linespec/explicit.exp
6557 * gdb.linespec/keywords.exp
6558 * gdb.linespec/linespec.exp
6559 * gdb.linespec/ls-dollar.exp
6560 * gdb.linespec/ls-errs.exp
6561 * gdb.linespec/skip-two.exp
6562 * gdb.linespec/thread.exp
6563 * gdb.mi/mi-async.exp
6564 * gdb.mi/mi-basics.exp
6565 * gdb.mi/mi-break.exp
6566 * gdb.mi/mi-catch-load.exp
6567 * gdb.mi/mi-cli.exp
6568 * gdb.mi/mi-cmd-param-changed.exp
6569 * gdb.mi/mi-console.exp
6570 * gdb.mi/mi-detach.exp
6571 * gdb.mi/mi-disassemble.exp
6572 * gdb.mi/mi-eval.exp
6573 * gdb.mi/mi-file-transfer.exp
6574 * gdb.mi/mi-file.exp
6575 * gdb.mi/mi-fill-memory.exp
6576 * gdb.mi/mi-inheritance-syntax-error.exp
6577 * gdb.mi/mi-linespec-err-cp.exp
6578 * gdb.mi/mi-logging.exp
6579 * gdb.mi/mi-memory-changed.exp
6580 * gdb.mi/mi-read-memory.exp
6581 * gdb.mi/mi-record-changed.exp
6582 * gdb.mi/mi-reg-undefined.exp
6583 * gdb.mi/mi-regs.exp
6584 * gdb.mi/mi-return.exp
6585 * gdb.mi/mi-reverse.exp
6586 * gdb.mi/mi-simplerun.exp
6587 * gdb.mi/mi-solib.exp
6588 * gdb.mi/mi-stack.exp
6589 * gdb.mi/mi-stepi.exp
6590 * gdb.mi/mi-syn-frame.exp
6591 * gdb.mi/mi-until.exp
6592 * gdb.mi/mi-var-block.exp
6593 * gdb.mi/mi-var-child.exp
6594 * gdb.mi/mi-var-cmd.exp
6595 * gdb.mi/mi-var-cp.exp
6596 * gdb.mi/mi-var-display.exp
6597 * gdb.mi/mi-var-invalidate.exp
6598 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6599 * gdb.mi/mi-vla-fortran.exp
6600 * gdb.mi/mi-watch.exp
6601 * gdb.mi/mi2-var-child.exp
6602 * gdb.mi/user-selected-context-sync.exp
6603 * gdb.modula2/unbounded-array.exp
6604 * gdb.multi/dummy-frame-restore.exp
6605 * gdb.multi/multi-arch-exec.exp
6606 * gdb.multi/multi-arch.exp
6607 * gdb.multi/tids.exp
6608 * gdb.multi/watchpoint-multi.exp
6609 * gdb.opencl/callfuncs.exp
6610 * gdb.opencl/convs_casts.exp
6611 * gdb.opencl/datatypes.exp
6612 * gdb.opencl/operators.exp
6613 * gdb.opencl/vec_comps.exp
6614 * gdb.opt/clobbered-registers-O2.exp
6615 * gdb.opt/inline-break.exp
6616 * gdb.opt/inline-bt.exp
6617 * gdb.opt/inline-cmds.exp
6618 * gdb.opt/inline-locals.exp
6619 * gdb.pascal/case-insensitive-symbols.exp
6620 * gdb.pascal/floats.exp
6621 * gdb.pascal/gdb11492.exp
6622 * gdb.python/lib-types.exp
6623 * gdb.python/py-arch.exp
6624 * gdb.python/py-as-string.exp
6625 * gdb.python/py-bad-printers.exp
6626 * gdb.python/py-block.exp
6627 * gdb.python/py-breakpoint-create-fail.exp
6628 * gdb.python/py-breakpoint.exp
6629 * gdb.python/py-caller-is.exp
6630 * gdb.python/py-cmd.exp
6631 * gdb.python/py-explore-cc.exp
6632 * gdb.python/py-explore.exp
6633 * gdb.python/py-finish-breakpoint.exp
6634 * gdb.python/py-finish-breakpoint2.exp
6635 * gdb.python/py-frame-args.exp
6636 * gdb.python/py-frame-inline.exp
6637 * gdb.python/py-frame.exp
6638 * gdb.python/py-framefilter-mi.exp
6639 * gdb.python/py-infthread.exp
6640 * gdb.python/py-lazy-string.exp
6641 * gdb.python/py-linetable.exp
6642 * gdb.python/py-mi-events.exp
6643 * gdb.python/py-mi-objfile.exp
6644 * gdb.python/py-mi.exp
6645 * gdb.python/py-objfile.exp
6646 * gdb.python/py-pp-integral.exp
6647 * gdb.python/py-pp-maint.exp
6648 * gdb.python/py-pp-re-notag.exp
6649 * gdb.python/py-pp-registration.exp
6650 * gdb.python/py-recurse-unwind.exp
6651 * gdb.python/py-strfns.exp
6652 * gdb.python/py-symbol.exp
6653 * gdb.python/py-symtab.exp
6654 * gdb.python/py-sync-interp.exp
6655 * gdb.python/py-typeprint.exp
6656 * gdb.python/py-unwind-maint.exp
6657 * gdb.python/py-unwind.exp
6658 * gdb.python/py-value-cc.exp
6659 * gdb.python/py-xmethods.exp
6660 * gdb.reverse/amd64-tailcall-reverse.exp
6661 * gdb.reverse/break-precsave.exp
6662 * gdb.reverse/break-reverse.exp
6663 * gdb.reverse/consecutive-precsave.exp
6664 * gdb.reverse/consecutive-reverse.exp
6665 * gdb.reverse/finish-precsave.exp
6666 * gdb.reverse/finish-reverse-bkpt.exp
6667 * gdb.reverse/finish-reverse.exp
6668 * gdb.reverse/fstatat-reverse.exp
6669 * gdb.reverse/getresuid-reverse.exp
6670 * gdb.reverse/i386-precsave.exp
6671 * gdb.reverse/i386-reverse.exp
6672 * gdb.reverse/i386-sse-reverse.exp
6673 * gdb.reverse/i387-env-reverse.exp
6674 * gdb.reverse/i387-stack-reverse.exp
6675 * gdb.reverse/insn-reverse.exp
6676 * gdb.reverse/machinestate-precsave.exp
6677 * gdb.reverse/machinestate.exp
6678 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6679 * gdb.reverse/pipe-reverse.exp
6680 * gdb.reverse/readv-reverse.exp
6681 * gdb.reverse/recvmsg-reverse.exp
6682 * gdb.reverse/rerun-prec.exp
6683 * gdb.reverse/s390-mvcle.exp
6684 * gdb.reverse/step-precsave.exp
6685 * gdb.reverse/step-reverse.exp
6686 * gdb.reverse/time-reverse.exp
6687 * gdb.reverse/until-precsave.exp
6688 * gdb.reverse/until-reverse.exp
6689 * gdb.reverse/waitpid-reverse.exp
6690 * gdb.reverse/watch-precsave.exp
6691 * gdb.reverse/watch-reverse.exp
6692 * gdb.rust/generics.exp
6693 * gdb.rust/methods.exp
6694 * gdb.rust/modules.exp
6695 * gdb.rust/simple.exp
6696 * gdb.server/connect-with-no-symbol-file.exp
6697 * gdb.server/ext-attach.exp
6698 * gdb.server/ext-restart.exp
6699 * gdb.server/ext-wrapper.exp
6700 * gdb.server/file-transfer.exp
6701 * gdb.server/server-exec-info.exp
6702 * gdb.server/server-kill.exp
6703 * gdb.server/server-mon.exp
6704 * gdb.server/wrapper.exp
6705 * gdb.stabs/exclfwd.exp
6706 * gdb.stabs/gdb11479.exp
6707 * gdb.threads/clone-new-thread-event.exp
6708 * gdb.threads/corethreads.exp
6709 * gdb.threads/current-lwp-dead.exp
6710 * gdb.threads/dlopen-libpthread.exp
6711 * gdb.threads/gcore-thread.exp
6712 * gdb.threads/sigstep-threads.exp
6713 * gdb.threads/watchpoint-fork.exp
6714 * gdb.trace/actions-changed.exp
6715 * gdb.trace/backtrace.exp
6716 * gdb.trace/change-loc.exp
6717 * gdb.trace/circ.exp
6718 * gdb.trace/collection.exp
6719 * gdb.trace/disconnected-tracing.exp
6720 * gdb.trace/ftrace.exp
6721 * gdb.trace/mi-trace-frame-collected.exp
6722 * gdb.trace/mi-trace-unavailable.exp
6723 * gdb.trace/mi-traceframe-changed.exp
6724 * gdb.trace/mi-tsv-changed.exp
6725 * gdb.trace/no-attach-trace.exp
6726 * gdb.trace/passc-dyn.exp
6727 * gdb.trace/qtro.exp
6728 * gdb.trace/range-stepping.exp
6729 * gdb.trace/read-memory.exp
6730 * gdb.trace/save-trace.exp
6731 * gdb.trace/signal.exp
6732 * gdb.trace/status-stop.exp
6733 * gdb.trace/tfile.exp
6734 * gdb.trace/trace-break.exp
6735 * gdb.trace/trace-buffer-size.exp
6736 * gdb.trace/trace-condition.exp
6737 * gdb.trace/tracefile-pseudo-reg.exp
6738 * gdb.trace/tstatus.exp
6739 * gdb.trace/unavailable.exp
6740 * gdb.trace/while-dyn.exp
6741 * gdb.trace/while-stepping.exp
6742
6743 2016-12-22 Doug Evans <xdje42@gmail.com>
6744
6745 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6746 and msymbols.
6747
6748 2016-12-19 Yao Qi <yao.qi@linaro.org>
6749
6750 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6751 (test_with_self): Don't call do_steps_and_nexts, and remove
6752 code about stepping into xmalloc.
6753
6754 2016-12-09 Yao Qi <yao.qi@linaro.org>
6755
6756 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6757
6758 2016-12-09 Yao Qi <yao.qi@linaro.org>
6759
6760 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6761
6762 2016-12-09 Pedro Alves <palves@redhat.com>
6763
6764 * gdb.base/all-architectures-0.exp: New file.
6765 * gdb.base/all-architectures-1.exp: New file.
6766 * gdb.base/all-architectures-2.exp: New file.
6767 * gdb.base/all-architectures-3.exp: New file.
6768 * gdb.base/all-architectures-4.exp: New file.
6769 * gdb.base/all-architectures-5.exp: New file.
6770 * gdb.base/all-architectures-6.exp: New file.
6771 * gdb.base/all-architectures-7.exp: New file.
6772 * gdb.base/all-architectures.exp.in: New file.
6773
6774 2016-12-09 Yao Qi <yao.qi@linaro.org>
6775
6776 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6777
6778 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6779
6780 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6781 possible.
6782 Remove useless pattern-matching code.
6783
6784 2016-12-02 Pedro Alves <palves@redhat.com>
6785
6786 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6787 procedure.
6788 (top level): Call it.
6789
6790 2016-12-02 Pedro Alves <palves@redhat.com>
6791
6792 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6793 New procedure.
6794 (top level): Call it.
6795
6796 2016-12-02 Pedro Alves <palves@redhat.com>
6797
6798 PR cli/20559
6799 * gdb.base/commands.exp (user_defined_command_args_eval): New
6800 procedure.
6801 (top level): Call it.
6802
6803 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6804
6805 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6806 timeout handling.
6807
6808 2016-12-02 Tom Tromey <tom@tromey.com>
6809
6810 * gdb.dwarf2/main-subprogram.c: New file.
6811 * gdb.dwarf2/main-subprogram.exp: New file.
6812
6813 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6814
6815 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6816 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6817 gdb_test_no_output for a couple of cases.
6818 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6819
6820 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6821
6822 Fix test names and standardize compilation error messages throughout
6823 the following files:
6824
6825 * gdb.ada/start.exp
6826 * gdb.arch/alpha-step.exp
6827 * gdb.arch/e500-prologue.exp
6828 * gdb.arch/ftrace-insn-reloc.exp
6829 * gdb.arch/gdb1291.exp
6830 * gdb.arch/gdb1431.exp
6831 * gdb.arch/gdb1558.exp
6832 * gdb.arch/i386-dr3-watch.exp
6833 * gdb.arch/i386-sse-stack-align.exp
6834 * gdb.arch/ia64-breakpoint-shadow.exp
6835 * gdb.arch/pa-nullify.exp
6836 * gdb.arch/powerpc-aix-prologue.exp
6837 * gdb.arch/thumb-bx-pc.exp
6838 * gdb.base/annota1.exp
6839 * gdb.base/annota3.exp
6840 * gdb.base/arrayidx.exp
6841 * gdb.base/assign.exp
6842 * gdb.base/attach.exp
6843 * gdb.base/auxv.exp
6844 * gdb.base/bang.exp
6845 * gdb.base/bfp-test.exp
6846 * gdb.base/bigcore.exp
6847 * gdb.base/bitfields2.exp
6848 * gdb.base/break-fun-addr.exp
6849 * gdb.base/break-probes.exp
6850 * gdb.base/call-rt-st.exp
6851 * gdb.base/callexit.exp
6852 * gdb.base/catch-fork-kill.exp
6853 * gdb.base/charset.exp
6854 * gdb.base/checkpoint.exp
6855 * gdb.base/comprdebug.exp
6856 * gdb.base/constvars.exp
6857 * gdb.base/coredump-filter.exp
6858 * gdb.base/cursal.exp
6859 * gdb.base/cvexpr.exp
6860 * gdb.base/detach.exp
6861 * gdb.base/display.exp
6862 * gdb.base/dmsym.exp
6863 * gdb.base/dprintf-pending.exp
6864 * gdb.base/dso2dso.exp
6865 * gdb.base/dtrace-probe.exp
6866 * gdb.base/dump.exp
6867 * gdb.base/enum_cond.exp
6868 * gdb.base/exe-lock.exp
6869 * gdb.base/exec-invalid-sysroot.exp
6870 * gdb.base/execl-update-breakpoints.exp
6871 * gdb.base/exprs.exp
6872 * gdb.base/fileio.exp
6873 * gdb.base/find.exp
6874 * gdb.base/finish.exp
6875 * gdb.base/fixsection.exp
6876 * gdb.base/foll-vfork.exp
6877 * gdb.base/frame-args.exp
6878 * gdb.base/gcore.exp
6879 * gdb.base/gdb1250.exp
6880 * gdb.base/global-var-nested-by-dso.exp
6881 * gdb.base/gnu-ifunc.exp
6882 * gdb.base/hashline1.exp
6883 * gdb.base/hashline2.exp
6884 * gdb.base/hashline3.exp
6885 * gdb.base/hbreak-in-shr-unsupported.exp
6886 * gdb.base/huge.exp
6887 * gdb.base/infcall-input.exp
6888 * gdb.base/info-fun.exp
6889 * gdb.base/info-shared.exp
6890 * gdb.base/jit-simple.exp
6891 * gdb.base/jit-so.exp
6892 * gdb.base/jit.exp
6893 * gdb.base/jump.exp
6894 * gdb.base/label.exp
6895 * gdb.base/lineinc.exp
6896 * gdb.base/logical.exp
6897 * gdb.base/longjmp.exp
6898 * gdb.base/macscp.exp
6899 * gdb.base/miscexprs.exp
6900 * gdb.base/new-ui-echo.exp
6901 * gdb.base/new-ui-pending-input.exp
6902 * gdb.base/new-ui.exp
6903 * gdb.base/nodebug.exp
6904 * gdb.base/nofield.exp
6905 * gdb.base/offsets.exp
6906 * gdb.base/overlays.exp
6907 * gdb.base/pending.exp
6908 * gdb.base/pointers.exp
6909 * gdb.base/pr11022.exp
6910 * gdb.base/printcmds.exp
6911 * gdb.base/prologue.exp
6912 * gdb.base/ptr-typedef.exp
6913 * gdb.base/realname-expand.exp
6914 * gdb.base/relativedebug.exp
6915 * gdb.base/relocate.exp
6916 * gdb.base/remote.exp
6917 * gdb.base/reread.exp
6918 * gdb.base/return2.exp
6919 * gdb.base/savedregs.exp
6920 * gdb.base/sep.exp
6921 * gdb.base/sepdebug.exp
6922 * gdb.base/sepsymtab.exp
6923 * gdb.base/set-inferior-tty.exp
6924 * gdb.base/setshow.exp
6925 * gdb.base/shlib-call.exp
6926 * gdb.base/sigaltstack.exp
6927 * gdb.base/siginfo-addr.exp
6928 * gdb.base/signals.exp
6929 * gdb.base/signull.exp
6930 * gdb.base/sigrepeat.exp
6931 * gdb.base/so-impl-ld.exp
6932 * gdb.base/solib-display.exp
6933 * gdb.base/solib-overlap.exp
6934 * gdb.base/solib-search.exp
6935 * gdb.base/solib-symbol.exp
6936 * gdb.base/structs.exp
6937 * gdb.base/structs2.exp
6938 * gdb.base/symtab-search-order.exp
6939 * gdb.base/twice.exp
6940 * gdb.base/unload.exp
6941 * gdb.base/varargs.exp
6942 * gdb.base/watchpoint-solib.exp
6943 * gdb.base/watchpoint.exp
6944 * gdb.base/whatis.exp
6945 * gdb.base/wrong_frame_bt_full.exp
6946 * gdb.btrace/dlopen.exp
6947 * gdb.cell/ea-standalone.exp
6948 * gdb.cell/ea-test.exp
6949 * gdb.cp/dispcxx.exp
6950 * gdb.cp/gdb2384.exp
6951 * gdb.cp/method2.exp
6952 * gdb.cp/nextoverthrow.exp
6953 * gdb.cp/pr10728.exp
6954 * gdb.disasm/am33.exp
6955 * gdb.disasm/h8300s.exp
6956 * gdb.disasm/mn10300.exp
6957 * gdb.disasm/sh3.exp
6958 * gdb.dwarf2/dw2-dir-file-name.exp
6959 * gdb.fortran/complex.exp
6960 * gdb.fortran/library-module.exp
6961 * gdb.guile/scm-pretty-print.exp
6962 * gdb.guile/scm-symbol.exp
6963 * gdb.guile/scm-type.exp
6964 * gdb.guile/scm-value.exp
6965 * gdb.linespec/linespec.exp
6966 * gdb.mi/gdb701.exp
6967 * gdb.mi/gdb792.exp
6968 * gdb.mi/mi-breakpoint-changed.exp
6969 * gdb.mi/mi-dprintf-pending.exp
6970 * gdb.mi/mi-dprintf.exp
6971 * gdb.mi/mi-exit-code.exp
6972 * gdb.mi/mi-pending.exp
6973 * gdb.mi/mi-solib.exp
6974 * gdb.mi/new-ui-mi-sync.exp
6975 * gdb.mi/pr11022.exp
6976 * gdb.mi/user-selected-context-sync.exp
6977 * gdb.opt/solib-intra-step.exp
6978 * gdb.python/py-events.exp
6979 * gdb.python/py-finish-breakpoint.exp
6980 * gdb.python/py-mi.exp
6981 * gdb.python/py-prettyprint.exp
6982 * gdb.python/py-shared.exp
6983 * gdb.python/py-symbol.exp
6984 * gdb.python/py-template.exp
6985 * gdb.python/py-type.exp
6986 * gdb.python/py-value.exp
6987 * gdb.reverse/solib-precsave.exp
6988 * gdb.reverse/solib-reverse.exp
6989 * gdb.server/solib-list.exp
6990 * gdb.stabs/weird.exp
6991 * gdb.threads/reconnect-signal.exp
6992 * gdb.threads/stepi-random-signal.exp
6993 * gdb.trace/actions.exp
6994 * gdb.trace/ax.exp
6995 * gdb.trace/backtrace.exp
6996 * gdb.trace/change-loc.exp
6997 * gdb.trace/deltrace.exp
6998 * gdb.trace/ftrace-lock.exp
6999 * gdb.trace/ftrace.exp
7000 * gdb.trace/infotrace.exp
7001 * gdb.trace/mi-tracepoint-changed.exp
7002 * gdb.trace/packetlen.exp
7003 * gdb.trace/passcount.exp
7004 * gdb.trace/pending.exp
7005 * gdb.trace/range-stepping.exp
7006 * gdb.trace/report.exp
7007 * gdb.trace/stap-trace.exp
7008 * gdb.trace/tfind.exp
7009 * gdb.trace/trace-break.exp
7010 * gdb.trace/trace-condition.exp
7011 * gdb.trace/trace-enable-disable.exp
7012 * gdb.trace/trace-mt.exp
7013 * gdb.trace/tracecmd.exp
7014 * gdb.trace/tspeed.exp
7015 * gdb.trace/tsv.exp
7016 * lib/perftest.exp
7017
7018 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7019
7020 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7021 with gdb_test_no_output.
7022 Use command as test name.
7023
7024 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7025
7026 Fix test names starting with uppercase throughout the files.
7027
7028 * gdb.ada/assign_1.exp
7029 * gdb.ada/boolean_expr.exp
7030 * gdb.base/arrayidx.exp
7031 * gdb.base/del.exp
7032 * gdb.base/gcore-buffer-overflow.exp
7033 * gdb.base/testenv.exp
7034 * gdb.compile/compile.exp
7035 * gdb.python/py-framefilter-invalidarg.exp
7036 * gdb.python/py-framefilter.exp
7037
7038 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7039
7040 Fix test names starting with uppercase throughout the files.
7041
7042 * gdb.ada/array_return.exp
7043 * gdb.ada/expr_delims.exp
7044 * gdb.ada/mi_dyn_arr.exp
7045 * gdb.ada/mi_interface.exp
7046 * gdb.ada/mi_var_array.exp
7047 * gdb.ada/watch_arg.exp
7048 * gdb.arch/alpha-step.exp
7049 * gdb.arch/altivec-regs.exp
7050 * gdb.arch/e500-regs.exp
7051 * gdb.arch/powerpc-d128-regs.exp
7052 * gdb.base/arrayidx.exp
7053 * gdb.base/break.exp
7054 * gdb.base/checkpoint.exp
7055 * gdb.base/debug-expr.exp
7056 * gdb.base/dmsym.exp
7057 * gdb.base/radix.exp
7058 * gdb.base/sepdebug.exp
7059 * gdb.base/testenv.exp
7060 * gdb.base/watch_thread_num.exp
7061 * gdb.base/watchpoint-cond-gone.exp
7062 * gdb.cell/break.exp
7063 * gdb.cell/ea-cache.exp
7064 * gdb.compile/compile.exp
7065 * gdb.cp/gdb2495.exp
7066 * gdb.gdb/selftest.exp
7067 * gdb.gdb/xfullpath.exp
7068 * gdb.go/hello.exp
7069 * gdb.go/integers.exp
7070 * gdb.objc/basicclass.exp
7071 * gdb.pascal/hello.exp
7072 * gdb.pascal/integers.exp
7073 * gdb.python/py-breakpoint.exp
7074 * gdb.python/py-cmd.exp
7075 * gdb.python/py-linetable.exp
7076 * gdb.python/py-xmethods.exp
7077 * gdb.python/python.exp
7078 * gdb.reverse/consecutive-precsave.exp
7079 * gdb.reverse/finish-precsave.exp
7080 * gdb.reverse/i386-precsave.exp
7081 * gdb.reverse/machinestate-precsave.exp
7082 * gdb.reverse/sigall-precsave.exp
7083 * gdb.reverse/solib-precsave.exp
7084 * gdb.reverse/step-precsave.exp
7085 * gdb.reverse/until-precsave.exp
7086 * gdb.reverse/watch-precsave.exp
7087 * gdb.threads/leader-exit.exp
7088 * gdb.threads/pthreads.exp
7089 * gdb.threads/wp-replication.exp
7090 * gdb.trace/actions.exp
7091 * gdb.trace/mi-tsv-changed.exp
7092 * gdb.trace/tsv.exp
7093
7094 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7095
7096 Fix test names starting with uppercase throughout the files.
7097
7098 * gdb.arch/i386-bp_permanent.exp
7099 * gdb.arch/i386-gnu-cfi.exp
7100 * gdb.base/disasm-end-cu.exp
7101 * gdb.base/macscp.exp
7102 * gdb.base/pending.exp
7103 * gdb.base/watch_thread_num.exp
7104 * gdb.cp/exception.exp
7105 * gdb.cp/gdb2495.exp
7106 * gdb.cp/local.exp
7107 * gdb.python/py-evsignal.exp
7108 * gdb.python/python.exp
7109 * gdb.trace/tracecmd.exp
7110
7111 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7112
7113 Fix test names starting with uppercase throughout the files.
7114
7115 * gdb.base/charset.exp
7116 * gdb.base/eval.exp
7117 * gdb.base/multi-forks.exp
7118 * gdb.guile/scm-progspace.exp
7119 * gdb.opencl/datatypes.exp
7120 * gdb.python/py-block.exp
7121 * gdb.python/py-function.exp
7122 * gdb.python/py-symbol.exp
7123 * gdb.python/py-symtab.exp
7124 * gdb.python/py-xmethods.exp
7125 * gdb.reverse/break-precsave.exp
7126 * gdb.reverse/break-reverse.exp
7127 * gdb.reverse/consecutive-precsave.exp
7128 * gdb.reverse/consecutive-reverse.exp
7129 * gdb.reverse/finish-precsave.exp
7130 * gdb.reverse/finish-reverse-bkpt.exp
7131 * gdb.reverse/finish-reverse.exp
7132 * gdb.reverse/fstatat-reverse.exp
7133 * gdb.reverse/getresuid-reverse.exp
7134 * gdb.reverse/i386-precsave.exp
7135 * gdb.reverse/i386-reverse.exp
7136 * gdb.reverse/i386-sse-reverse.exp
7137 * gdb.reverse/i387-stack-reverse.exp
7138 * gdb.reverse/insn-reverse.exp
7139 * gdb.reverse/machinestate-precsave.exp
7140 * gdb.reverse/machinestate.exp
7141 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7142 * gdb.reverse/pipe-reverse.exp
7143 * gdb.reverse/readv-reverse.exp
7144 * gdb.reverse/recvmsg-reverse.exp
7145 * gdb.reverse/rerun-prec.exp
7146 * gdb.reverse/s390-mvcle.exp
7147 * gdb.reverse/sigall-precsave.exp
7148 * gdb.reverse/sigall-reverse.exp
7149 * gdb.reverse/solib-precsave.exp
7150 * gdb.reverse/solib-reverse.exp
7151 * gdb.reverse/step-precsave.exp
7152 * gdb.reverse/step-reverse.exp
7153 * gdb.reverse/time-reverse.exp
7154 * gdb.reverse/until-precsave.exp
7155 * gdb.reverse/until-reverse.exp
7156 * gdb.reverse/waitpid-reverse.exp
7157 * gdb.reverse/watch-precsave.exp
7158 * gdb.reverse/watch-reverse.exp
7159
7160 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7161
7162 Fix test names starting with uppercase throughout the files.
7163
7164 * gdb.arch/i386-mpx-simple_segv.exp
7165 * gdb.arch/i386-mpx.exp
7166 * gdb.arch/i386-permbkpt.exp
7167 * gdb.arch/pa-nullify.exp
7168 * gdb.arch/powerpc-d128-regs.exp
7169 * gdb.arch/vsx-regs.exp
7170 * gdb.base/bfp-test.exp
7171 * gdb.base/break.exp
7172 * gdb.base/breakpoint-shadow.exp
7173 * gdb.base/callfuncs.exp
7174 * gdb.base/charset.exp
7175 * gdb.base/commands.exp
7176 * gdb.base/completion.exp
7177 * gdb.base/dfp-test.exp
7178 * gdb.base/echo.exp
7179 * gdb.base/ending-run.exp
7180 * gdb.base/eval.exp
7181 * gdb.base/expand-psymtabs.exp
7182 * gdb.base/float128.exp
7183 * gdb.base/floatn.exp
7184 * gdb.base/foll-exec-mode.exp
7185 * gdb.base/gdb1056.exp
7186 * gdb.base/gdb11531.exp
7187 * gdb.base/kill-after-signal.exp
7188 * gdb.base/multi-forks.exp
7189 * gdb.base/overlays.exp
7190 * gdb.base/pending.exp
7191 * gdb.base/sepdebug.exp
7192 * gdb.base/testenv.exp
7193 * gdb.base/valgrind-db-attach.exp
7194 * gdb.base/watch_thread_num.exp
7195 * gdb.base/watchpoint-cond-gone.exp
7196 * gdb.base/watchpoint.exp
7197 * gdb.base/watchpoints.exp
7198 * gdb.cp/arg-reference.exp
7199 * gdb.cp/baseenum.exp
7200 * gdb.cp/operator.exp
7201 * gdb.cp/shadow.exp
7202 * gdb.dwarf2/dw2-op-out-param.exp
7203 * gdb.dwarf2/dw2-reg-undefined.exp
7204 * gdb.go/chan.exp
7205 * gdb.go/hello.exp
7206 * gdb.go/integers.exp
7207 * gdb.go/methods.exp
7208 * gdb.go/package.exp
7209 * gdb.guile/scm-parameter.exp
7210 * gdb.guile/scm-progspace.exp
7211 * gdb.guile/scm-value.exp
7212 * gdb.mi/mi-pending.exp
7213 * gdb.mi/user-selected-context-sync.exp
7214 * gdb.multi/multi-attach.exp
7215 * gdb.multi/tids.exp
7216 * gdb.opt/clobbered-registers-O2.exp
7217 * gdb.pascal/floats.exp
7218 * gdb.pascal/integers.exp
7219 * gdb.python/py-block.exp
7220 * gdb.python/py-events.exp
7221 * gdb.python/py-parameter.exp
7222 * gdb.python/py-symbol.exp
7223 * gdb.python/py-symtab.exp
7224 * gdb.python/py-type.exp
7225 * gdb.python/py-value.exp
7226 * gdb.python/py-xmethods.exp
7227 * gdb.python/python.exp
7228 * gdb.reverse/break-precsave.exp
7229 * gdb.reverse/consecutive-precsave.exp
7230 * gdb.reverse/finish-precsave.exp
7231 * gdb.reverse/i386-precsave.exp
7232 * gdb.reverse/machinestate-precsave.exp
7233 * gdb.reverse/sigall-precsave.exp
7234 * gdb.reverse/solib-precsave.exp
7235 * gdb.reverse/step-precsave.exp
7236 * gdb.reverse/until-precsave.exp
7237 * gdb.reverse/watch-precsave.exp
7238 * gdb.server/ext-attach.exp
7239 * gdb.server/ext-restart.exp
7240 * gdb.server/ext-run.exp
7241 * gdb.server/ext-wrapper.exp
7242 * gdb.stabs/gdb11479.exp
7243 * gdb.stabs/weird.exp
7244 * gdb.threads/attach-many-short-lived-threads.exp
7245 * gdb.threads/kill.exp
7246 * gdb.threads/watchpoint-fork.exp
7247
7248 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7249
7250 Fix test names starting with uppercase throughout all the files below.
7251
7252 * gdb.ada/array_return.exp
7253 * gdb.ada/catch_ex.exp
7254 * gdb.ada/info_exc.exp
7255 * gdb.ada/mi_catch_ex.exp
7256 * gdb.ada/mi_dyn_arr.exp
7257 * gdb.ada/mi_ex_cond.exp
7258 * gdb.ada/mi_exc_info.exp
7259 * gdb.ada/mi_interface.exp
7260 * gdb.ada/mi_task_arg.exp
7261 * gdb.ada/mi_task_info.exp
7262 * gdb.ada/mi_var_array.exp
7263 * gdb.arch/alpha-step.exp
7264 * gdb.arch/amd64-disp-step.exp
7265 * gdb.arch/arm-disp-step.exp
7266 * gdb.arch/disp-step-insn-reloc.exp
7267 * gdb.arch/e500-prologue.exp
7268 * gdb.arch/ftrace-insn-reloc.exp
7269 * gdb.arch/gdb1558.exp
7270 * gdb.arch/i386-bp_permanent.exp
7271 * gdb.arch/i386-disp-step.exp
7272 * gdb.arch/i386-float.exp
7273 * gdb.arch/i386-gnu-cfi.exp
7274 * gdb.arch/ia64-breakpoint-shadow.exp
7275 * gdb.arch/mips16-thunks.exp
7276 * gdb.arch/pa-nullify.exp
7277 * gdb.arch/powerpc-aix-prologue.exp
7278 * gdb.arch/powerpc-power.exp
7279 * gdb.arch/ppc-dfp.exp
7280 * gdb.arch/s390-tdbregs.exp
7281 * gdb.arch/spu-info.exp
7282 * gdb.arch/spu-ls.exp
7283 * gdb.arch/thumb-bx-pc.exp
7284 * gdb.base/advance.exp
7285 * gdb.base/annota-input-while-running.exp
7286 * gdb.base/arrayidx.exp
7287 * gdb.base/asmlabel.exp
7288 * gdb.base/async.exp
7289 * gdb.base/attach-wait-input.exp
7290 * gdb.base/auto-connect-native-target.exp
7291 * gdb.base/batch-preserve-term-settings.exp
7292 * gdb.base/bfp-test.exp
7293 * gdb.base/bigcore.exp
7294 * gdb.base/bp-permanent.exp
7295 * gdb.base/break-always.exp
7296 * gdb.base/break-fun-addr.exp
7297 * gdb.base/break-idempotent.exp
7298 * gdb.base/break-main-file-remove-fail.exp
7299 * gdb.base/break-probes.exp
7300 * gdb.base/break-unload-file.exp
7301 * gdb.base/break.exp
7302 * gdb.base/call-ar-st.exp
7303 * gdb.base/call-rt-st.exp
7304 * gdb.base/call-sc.exp
7305 * gdb.base/call-signal-resume.exp
7306 * gdb.base/call-strs.exp
7307 * gdb.base/callexit.exp
7308 * gdb.base/callfuncs.exp
7309 * gdb.base/catch-gdb-caused-signals.exp
7310 * gdb.base/catch-signal-siginfo-cond.exp
7311 * gdb.base/catch-syscall.exp
7312 * gdb.base/compare-sections.exp
7313 * gdb.base/cond-eval-mode.exp
7314 * gdb.base/condbreak-call-false.exp
7315 * gdb.base/consecutive-step-over.exp
7316 * gdb.base/cursal.exp
7317 * gdb.base/disabled-location.exp
7318 * gdb.base/disasm-end-cu.exp
7319 * gdb.base/display.exp
7320 * gdb.base/double-prompt-target-event-error.exp
7321 * gdb.base/dprintf-bp-same-addr.exp
7322 * gdb.base/dprintf-detach.exp
7323 * gdb.base/dprintf-next.exp
7324 * gdb.base/dprintf-non-stop.exp
7325 * gdb.base/dprintf-pending.exp
7326 * gdb.base/dso2dso.exp
7327 * gdb.base/ending-run.exp
7328 * gdb.base/enum_cond.exp
7329 * gdb.base/examine-backward.exp
7330 * gdb.base/exe-lock.exp
7331 * gdb.base/exec-invalid-sysroot.exp
7332 * gdb.base/execl-update-breakpoints.exp
7333 * gdb.base/execution-termios.exp
7334 * gdb.base/fileio.exp
7335 * gdb.base/fixsection.exp
7336 * gdb.base/foll-exec-mode.exp
7337 * gdb.base/foll-exec.exp
7338 * gdb.base/fork-running-state.exp
7339 * gdb.base/frame-args.exp
7340 * gdb.base/fullpath-expand.exp
7341 * gdb.base/func-ptr.exp
7342 * gdb.base/gcore-relro-pie.exp
7343 * gdb.base/gdb1090.exp
7344 * gdb.base/gdb1555.exp
7345 * gdb.base/global-var-nested-by-dso.exp
7346 * gdb.base/gnu-ifunc.exp
7347 * gdb.base/hbreak-in-shr-unsupported.exp
7348 * gdb.base/hbreak-unmapped.exp
7349 * gdb.base/hook-stop.exp
7350 * gdb.base/infcall-input.exp
7351 * gdb.base/info-fun.exp
7352 * gdb.base/info-shared.exp
7353 * gdb.base/interrupt-noterm.exp
7354 * gdb.base/jit-so.exp
7355 * gdb.base/jit.exp
7356 * gdb.base/line-symtabs.exp
7357 * gdb.base/list.exp
7358 * gdb.base/longjmp.exp
7359 * gdb.base/macscp.exp
7360 * gdb.base/max-value-size.exp
7361 * gdb.base/nodebug.exp
7362 * gdb.base/nofield.exp
7363 * gdb.base/overlays.exp
7364 * gdb.base/paginate-after-ctrl-c-running.exp
7365 * gdb.base/paginate-bg-execution.exp
7366 * gdb.base/paginate-inferior-exit.exp
7367 * gdb.base/pending.exp
7368 * gdb.base/pr11022.exp
7369 * gdb.base/printcmds.exp
7370 * gdb.base/ptr-typedef.exp
7371 * gdb.base/ptype.exp
7372 * gdb.base/randomize.exp
7373 * gdb.base/range-stepping.exp
7374 * gdb.base/realname-expand.exp
7375 * gdb.base/relativedebug.exp
7376 * gdb.base/remote.exp
7377 * gdb.base/savedregs.exp
7378 * gdb.base/sepdebug.exp
7379 * gdb.base/set-noassign.exp
7380 * gdb.base/shlib-call.exp
7381 * gdb.base/shreloc.exp
7382 * gdb.base/sigaltstack.exp
7383 * gdb.base/sigbpt.exp
7384 * gdb.base/siginfo-addr.exp
7385 * gdb.base/siginfo-obj.exp
7386 * gdb.base/siginfo-thread.exp
7387 * gdb.base/signest.exp
7388 * gdb.base/signull.exp
7389 * gdb.base/sigrepeat.exp
7390 * gdb.base/skip.exp
7391 * gdb.base/so-impl-ld.exp
7392 * gdb.base/solib-corrupted.exp
7393 * gdb.base/solib-disc.exp
7394 * gdb.base/solib-display.exp
7395 * gdb.base/solib-overlap.exp
7396 * gdb.base/solib-search.exp
7397 * gdb.base/solib-symbol.exp
7398 * gdb.base/source-execution.exp
7399 * gdb.base/sss-bp-on-user-bp-2.exp
7400 * gdb.base/sss-bp-on-user-bp.exp
7401 * gdb.base/stack-checking.exp
7402 * gdb.base/stale-infcall.exp
7403 * gdb.base/step-break.exp
7404 * gdb.base/step-line.exp
7405 * gdb.base/step-over-exit.exp
7406 * gdb.base/step-test.exp
7407 * gdb.base/structs.exp
7408 * gdb.base/sym-file.exp
7409 * gdb.base/symtab-search-order.exp
7410 * gdb.base/term.exp
7411 * gdb.base/type-opaque.exp
7412 * gdb.base/unload.exp
7413 * gdb.base/until-nodebug.exp
7414 * gdb.base/until.exp
7415 * gdb.base/unwindonsignal.exp
7416 * gdb.base/watch-cond.exp
7417 * gdb.base/watch-non-mem.exp
7418 * gdb.base/watch_thread_num.exp
7419 * gdb.base/watchpoint-reuse-slot.exp
7420 * gdb.base/watchpoint-solib.exp
7421 * gdb.base/watchpoint.exp
7422 * gdb.btrace/dlopen.exp
7423 * gdb.cell/arch.exp
7424 * gdb.cell/break.exp
7425 * gdb.cell/bt.exp
7426 * gdb.cell/core.exp
7427 * gdb.cell/data.exp
7428 * gdb.cell/dwarfaddr.exp
7429 * gdb.cell/ea-cache.exp
7430 * gdb.cell/ea-standalone.exp
7431 * gdb.cell/ea-test.exp
7432 * gdb.cell/f-regs.exp
7433 * gdb.cell/fork.exp
7434 * gdb.cell/gcore.exp
7435 * gdb.cell/mem-access.exp
7436 * gdb.cell/ptype.exp
7437 * gdb.cell/registers.exp
7438 * gdb.cell/sizeof.exp
7439 * gdb.cell/solib-symbol.exp
7440 * gdb.cell/solib.exp
7441 * gdb.compile/compile-tls.exp
7442 * gdb.cp/exception.exp
7443 * gdb.cp/gdb2495.exp
7444 * gdb.cp/local.exp
7445 * gdb.cp/mb-inline.exp
7446 * gdb.cp/mb-templates.exp
7447 * gdb.cp/pr10687.exp
7448 * gdb.cp/pr9167.exp
7449 * gdb.cp/scope-err.exp
7450 * gdb.cp/templates.exp
7451 * gdb.cp/virtfunc.exp
7452 * gdb.dwarf2/dw2-dir-file-name.exp
7453 * gdb.dwarf2/dw2-single-line-discriminators.exp
7454 * gdb.fortran/complex.exp
7455 * gdb.fortran/library-module.exp
7456 * gdb.guile/guile.exp
7457 * gdb.guile/scm-cmd.exp
7458 * gdb.guile/scm-frame-inline.exp
7459 * gdb.guile/scm-objfile.exp
7460 * gdb.guile/scm-pretty-print.exp
7461 * gdb.guile/scm-symbol.exp
7462 * gdb.guile/scm-type.exp
7463 * gdb.guile/scm-value.exp
7464 * gdb.linespec/keywords.exp
7465 * gdb.linespec/ls-errs.exp
7466 * gdb.linespec/macro-relative.exp
7467 * gdb.linespec/thread.exp
7468 * gdb.mi/mi-breakpoint-changed.exp
7469 * gdb.mi/mi-dprintf-pending.exp
7470 * gdb.mi/mi-fullname-deleted.exp
7471 * gdb.mi/mi-logging.exp
7472 * gdb.mi/mi-pending.exp
7473 * gdb.mi/mi-solib.exp
7474 * gdb.mi/new-ui-mi-sync.exp
7475 * gdb.mi/user-selected-context-sync.exp
7476 * gdb.multi/dummy-frame-restore.exp
7477 * gdb.multi/multi-arch-exec.exp
7478 * gdb.multi/remove-inferiors.exp
7479 * gdb.multi/watchpoint-multi-exit.exp
7480 * gdb.opt/solib-intra-step.exp
7481 * gdb.perf/backtrace.exp
7482 * gdb.perf/single-step.exp
7483 * gdb.perf/skip-command.exp
7484 * gdb.perf/skip-prologue.exp
7485 * gdb.perf/solib.exp
7486 * gdb.python/lib-types.exp
7487 * gdb.python/py-as-string.exp
7488 * gdb.python/py-bad-printers.exp
7489 * gdb.python/py-block.exp
7490 * gdb.python/py-breakpoint.exp
7491 * gdb.python/py-cmd.exp
7492 * gdb.python/py-events.exp
7493 * gdb.python/py-evthreads.exp
7494 * gdb.python/py-finish-breakpoint.exp
7495 * gdb.python/py-finish-breakpoint2.exp
7496 * gdb.python/py-frame-inline.exp
7497 * gdb.python/py-frame.exp
7498 * gdb.python/py-inferior.exp
7499 * gdb.python/py-infthread.exp
7500 * gdb.python/py-mi.exp
7501 * gdb.python/py-objfile.exp
7502 * gdb.python/py-pp-maint.exp
7503 * gdb.python/py-pp-registration.exp
7504 * gdb.python/py-prettyprint.exp
7505 * gdb.python/py-recurse-unwind.exp
7506 * gdb.python/py-shared.exp
7507 * gdb.python/py-symbol.exp
7508 * gdb.python/py-symtab.exp
7509 * gdb.python/py-template.exp
7510 * gdb.python/py-type.exp
7511 * gdb.python/py-unwind-maint.exp
7512 * gdb.python/py-unwind.exp
7513 * gdb.python/py-value.exp
7514 * gdb.python/python.exp
7515 * gdb.reverse/finish-reverse-bkpt.exp
7516 * gdb.reverse/insn-reverse.exp
7517 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7518 * gdb.reverse/solib-precsave.exp
7519 * gdb.reverse/solib-reverse.exp
7520 * gdb.stabs/gdb11479.exp
7521 * gdb.stabs/weird.exp
7522 * gdb.threads/fork-child-threads.exp
7523 * gdb.threads/fork-plus-threads.exp
7524 * gdb.threads/fork-thread-pending.exp
7525 * gdb.threads/forking-threads-plus-breakpoint.exp
7526 * gdb.threads/hand-call-in-threads.exp
7527 * gdb.threads/interrupted-hand-call.exp
7528 * gdb.threads/linux-dp.exp
7529 * gdb.threads/local-watch-wrong-thread.exp
7530 * gdb.threads/next-while-other-thread-longjmps.exp
7531 * gdb.threads/non-ldr-exit.exp
7532 * gdb.threads/pending-step.exp
7533 * gdb.threads/print-threads.exp
7534 * gdb.threads/process-dies-while-detaching.exp
7535 * gdb.threads/process-dies-while-handling-bp.exp
7536 * gdb.threads/pthreads.exp
7537 * gdb.threads/queue-signal.exp
7538 * gdb.threads/reconnect-signal.exp
7539 * gdb.threads/signal-command-handle-nopass.exp
7540 * gdb.threads/signal-command-multiple-signals-pending.exp
7541 * gdb.threads/signal-delivered-right-thread.exp
7542 * gdb.threads/signal-sigtrap.exp
7543 * gdb.threads/sigthread.exp
7544 * gdb.threads/staticthreads.exp
7545 * gdb.threads/stepi-random-signal.exp
7546 * gdb.threads/thread-unwindonsignal.exp
7547 * gdb.threads/thread_check.exp
7548 * gdb.threads/thread_events.exp
7549 * gdb.threads/tid-reuse.exp
7550 * gdb.threads/tls-nodebug.exp
7551 * gdb.threads/tls-shared.exp
7552 * gdb.threads/tls-so_extern.exp
7553 * gdb.threads/tls.exp
7554 * gdb.threads/wp-replication.exp
7555 * gdb.trace/actions-changed.exp
7556 * gdb.trace/actions.exp
7557 * gdb.trace/backtrace.exp
7558 * gdb.trace/change-loc.exp
7559 * gdb.trace/collection.exp
7560 * gdb.trace/deltrace.exp
7561 * gdb.trace/disconnected-tracing.exp
7562 * gdb.trace/entry-values.exp
7563 * gdb.trace/ftrace-lock.exp
7564 * gdb.trace/ftrace.exp
7565 * gdb.trace/infotrace.exp
7566 * gdb.trace/mi-trace-frame-collected.exp
7567 * gdb.trace/mi-trace-unavailable.exp
7568 * gdb.trace/mi-traceframe-changed.exp
7569 * gdb.trace/mi-tracepoint-changed.exp
7570 * gdb.trace/mi-tsv-changed.exp
7571 * gdb.trace/no-attach-trace.exp
7572 * gdb.trace/packetlen.exp
7573 * gdb.trace/passc-dyn.exp
7574 * gdb.trace/passcount.exp
7575 * gdb.trace/pending.exp
7576 * gdb.trace/pr16508.exp
7577 * gdb.trace/qtro.exp
7578 * gdb.trace/range-stepping.exp
7579 * gdb.trace/read-memory.exp
7580 * gdb.trace/report.exp
7581 * gdb.trace/save-trace.exp
7582 * gdb.trace/signal.exp
7583 * gdb.trace/stap-trace.exp
7584 * gdb.trace/status-stop.exp
7585 * gdb.trace/strace.exp
7586 * gdb.trace/tfile.exp
7587 * gdb.trace/tfind.exp
7588 * gdb.trace/trace-break.exp
7589 * gdb.trace/trace-condition.exp
7590 * gdb.trace/trace-enable-disable.exp
7591 * gdb.trace/trace-mt.exp
7592 * gdb.trace/tracecmd.exp
7593 * gdb.trace/tracefile-pseudo-reg.exp
7594 * gdb.trace/tspeed.exp
7595 * gdb.trace/tstatus.exp
7596 * gdb.trace/tsv.exp
7597 * gdb.trace/unavailable.exp
7598 * gdb.trace/while-dyn.exp
7599 * gdb.trace/while-stepping.exp
7600 * lib/gdb-guile.exp
7601 * lib/gdb.exp
7602 * lib/mi-support.exp
7603 * lib/pascal.exp
7604 * lib/perftest.exp
7605 * lib/prelink-support.exp
7606 * lib/selftest-support.exp
7607
7608 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7609
7610 * Makefile.in: Include disable-implicit-rules.mk.
7611
7612 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7613
7614 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7615 non-byte-aligned bit fields.
7616
7617 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7618
7619 PR gdb/12616
7620 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7621 respects the DW_AT_data_bit_offset attribute.
7622
7623 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7624
7625 * gdb.base/default.exp: Fix output of "set language".
7626
7627 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7628
7629 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7630 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7631 make.
7632 * configure.ac: Remove checks for the make program.
7633 * configure: Re-generate.
7634
7635 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7636
7637 * gdb.python/py-recurse-unwind.c (main): Add loop.
7638 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7639 to read_register() and gdb.parse_and_eval(). Make each code
7640 call a separate case that can be individually tested.
7641 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7642 proc. Call cont_and_backtrace for each of the code paths that
7643 we want to test in the unwinder.
7644
7645 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7646
7647 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7648 the definition of struct S.
7649
7650 2016-11-11 Catherine Moore <clm@codesourcery.com>
7651
7652 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7653
7654 2016-11-09 Pedro Alves <palves@redhat.com>
7655
7656 * gdb.base/commands.exp (runto_or_return): New procedure.
7657 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7658 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7659 (progvar_simple_while_test, progvar_complex_if_while_test)
7660 (if_while_breakpoint_command_test)
7661 (infrun_breakpoint_command_test, breakpoint_command_test)
7662 (user_defined_command_test, watchpoint_command_test)
7663 (test_command_prompt_position, redefine_hook_test)
7664 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7665 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7666 multi_line_input and multi_line. Remove gdb_expect and
7667 gdb_stop_suppressing_tests uses.
7668 * lib/gdb.exp (valnum_re): New global.
7669 (multi_line_input): New procedure.
7670
7671 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7672
7673 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7674 Remove.
7675 (test_setup): Define with proc_with_prefix.
7676 (test_cli_inferior): Likewise.
7677 (test_cli_thread): Likewise.
7678 (test_cli_frame): Likewise.
7679 (test_cli_select_frame): Likewise.
7680 (test_cli_up_down): Likewise.
7681 (test_mi_thread_select): Likewise.
7682 (test_mi_stack_select_frame): Likewise.
7683 (test_cli_in_mi_inferior): Likewise.
7684 (test_cli_in_mi_thread): Likewise.
7685 (test_cli_in_mi_frame): Likewise.
7686 (top level): Do not use with_test_prefix_procname.
7687
7688 2016-11-09 Pedro Alves <palves@redhat.com>
7689
7690 * gdb.base/commands.exp (gdbvar_simple_if_test)
7691 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7692 (progvar_simple_if_test, progvar_simple_while_test)
7693 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7694 (infrun_breakpoint_command_test, breakpoint_command_test)
7695 (user_defined_command_test, watchpoint_command_test)
7696 (test_command_prompt_position, deprecated_command_test)
7697 (bp_deleted_in_command, temporary_breakpoint_commands)
7698 (stray_arg0_test, source_file_with_indented_comment)
7699 (recursive_source_test, if_commands_test)
7700 (error_clears_commands_left, redefine_hook_test)
7701 (redefine_backtrace_test): Use proc_with_prefix.
7702 * lib/gdb.exp (proc_with_prefix): New proc.
7703
7704 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7705
7706 * gdb.base/tui-layout.c: New file.
7707 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7708 disassembly window contains very long lines.
7709
7710 2016-11-08 Tom Tromey <tom@tromey.com>
7711
7712 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7713 depend on Python 2.
7714
7715 2016-11-08 Tom Tromey <tom@tromey.com>
7716
7717 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7718 New method.
7719
7720 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7721
7722 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7723
7724 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7725
7726 * gdb.rust/simple.rs: Add test for univariant enums without
7727 discriminants and for encoded struct-like enums.
7728
7729 2016-10-28 Pedro Alves <palves@redhat.com>
7730
7731 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7732 gdb_test_multiple, tighten regexps and match symtabs and line
7733 tables incrementally.
7734
7735 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7736
7737 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7738 general.
7739
7740 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7741
7742 * gdb.base/exec-invalid-sysroot.exp: New file.
7743
7744 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7745
7746 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7747
7748 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7749
7750 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7751
7752 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7753
7754 * gdb.base/killed-outside.exp: Remove $options from a call to
7755 `prepare_for_testing'.
7756
7757 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7758
7759 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7760 Change test message.
7761
7762 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7763
7764 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7765 Update comment.
7766
7767 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7768
7769 * gdb.trace/mi-trace-save.exp: New file.
7770
7771 2016-10-13 Yao Qi <yao.qi@linaro.org>
7772
7773 * gdb.base/code_elim.exp (get_var_address): Remove.
7774 * gdb.base/relocate.exp: Likewise.
7775 * gdb.base/shreloc.exp: Likewise.
7776 * lib/gdb.exp (get_var_address): New.
7777
7778 2016-10-13 Yao Qi <yao.qi@linaro.org>
7779
7780 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7781 floating point tests if $skip_float_test is false.
7782
7783 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7784
7785 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7786 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7787 argc values.
7788 Add 1 to argc so we guarantee distinct initial/modified argc values.
7789
7790 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7791
7792 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7793
7794 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7795
7796 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7797 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7798 * gdb.arch/vsx-regs.exp: Likewise.
7799
7800 2016-10-07 Yao Qi <yao.qi@linaro.org>
7801
7802 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7803
7804 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7805
7806 * gdb.python/python.exp: Test decode_line("*0").
7807
7808 2016-10-06 Doug Evans <dje@google.com>
7809
7810 * gdb.python/py-value.exp (test_value_creation): Add test for large
7811 unsigned 64-bit value.
7812
7813 2016-10-06 Tom Tromey <tom@tromey.com>
7814
7815 * gdb.compile/compile.exp: Change java tests to rust.
7816 * gdb.base/setshow.exp: Change java tests to rust.
7817 * gdb.base/default.exp: Remove java from language list.
7818 * README (Examples): Update language example.
7819 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7820 test.
7821 * lib/gdb.exp (skip_java_tests): Remove.
7822 * lib/java.exp: Remove.
7823 * gdb.java: Remove.
7824
7825 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7826
7827 * gdb.arch/mips-fcr.exp: New test.
7828 * gdb.arch/mips-fcr.c: Source for the new test.
7829
7830 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7831
7832 * gdb.base/solib-disc.exp: Use `standard_output_file'
7833 throughout.
7834
7835 2016-10-06 Pedro Alves <palves@redhat.com>
7836
7837 * gdb.base/jit-simple-dl.c: New file.
7838 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7839 * gdb.base/jit-simple.c: ... this.
7840 * gdb.base/jit-simple.exp (jit_run): Delete.
7841 (build_jit): New proc.
7842 (jit_test_reread): Recompile either the main program or the shared
7843 library, depending on what is being tested. Skip changing address
7844 if caller wants to. Compare before/after addresses. If testing
7845 standalone, explicitly load the binary. Test "maint info
7846 breakpoints".
7847 (top level): Add "standalone vs shared lib" and "change address"
7848 vs "same address" axes.
7849
7850 2016-10-06 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7853 call.
7854 (jit_run): Delete.
7855 (jit_test_reread): Use with_test_prefix. Reload the main binary
7856 explicitly. Compare the before/after addresses of the JIT
7857 descriptor.
7858
7859 2016-08-15 Doug Evans <dje@google.com>
7860
7861 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7862 for single bitfields is bool.
7863 * gdb.xml/tdesc-regs.exp: Ditto.
7864
7865 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7866
7867 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7868
7869 2016-10-05 Yao Qi <yao.qi@linaro.org>
7870
7871 * lib/gdb.exp (support_complex_tests): Return zero if
7872 gdb_skip_float_test return true.
7873
7874 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7875 Simon Marchi <simon.marchi@ericsson.com>
7876
7877 PR gdb/20487
7878 * gdb.mi/user-selected-context-sync.exp: New file.
7879 * gdb.mi/user-selected-context-sync.c: New file.
7880
7881 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7882 Simon Marchi <simon.marchi@ericsson.com>
7883
7884 PR gdb/20487
7885 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7886 =thread-select-event check.
7887
7888 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7889
7890 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7891 the compulsory L operand changes.
7892 * gdb.arch/powerpc-power.s: Likewise.
7893
7894 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7895
7896 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7897 * gdb.base/jit-attach-pie.c: New file.
7898 * gdb.base/jit-attach-pie.exp: New file.
7899
7900 2016-09-28 Pedro Alves <palves@redhat.com>
7901
7902 * gdb.base/infcall-input.c: New file.
7903 * gdb.base/infcall-input.exp: New file.
7904
7905 2016-09-22 Yao Qi <yao.qi@linaro.org>
7906
7907 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7908 (gdb_exit): Rename it to ...
7909 (gdbserver_gdb_exit): ... Close GDBserver.
7910 (gdb_exit): New proc, call gdbserver_gdb_exit.
7911 (mi_gdb_exit): Likewise.
7912
7913 2016-09-22 Yao Qi <yao.qi@linaro.org>
7914
7915 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7916 path.
7917 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7918 Remove duplication.
7919
7920 2016-09-22 Yao Qi <yao.qi@linaro.org>
7921
7922 * lib/gdbserver-support.exp: Check the existence of
7923 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7924
7925 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7926
7927 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7928
7929 2016-09-21 Tom Tromey <tom@tromey.com>
7930
7931 PR gdb/20604:
7932 * gdb.base/quit.exp: New file.
7933
7934 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7935
7936 * .gitignore: New file.
7937
7938 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7939
7940 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7941 throughout.
7942
7943 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7944
7945 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7946
7947 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7948
7949 * gdb.cp/casts.cc (decltype): Move it ...
7950 (main): ... with its call to ...
7951 * gdb.cp/casts03.cc: ... a new file.
7952 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7953
7954 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7955
7956 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7957
7958 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7959
7960 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7961 and sync up the test with tests in gas/testsuite/gas/ppc.
7962 * gdb.arch/powerpc-power.exp: Likewise.
7963
7964 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7965
7966 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7967
7968 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7969 Jan Kratochvil <jan.kratochvil@redhat.com>
7970
7971 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7972 make m1's definition to be different from m2's. Use 'dummy' as an
7973 argument for probe 'two'.
7974
7975 2016-09-10 Jon Beniston <jon@beniston.com>
7976
7977 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7978 for sim target.
7979
7980 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7981
7982 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7983 variable declaration.
7984 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7985 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7986 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7987 received HWCAP as its argument.
7988
7989 2016-09-06 Pedro Alves <palves@redhat.com>
7990
7991 * gdb.base/new-ui-pending-input.c: New file.
7992 * gdb.base/new-ui-pending-input.exp: New file.
7993 * gdb.exp (clear_gdb_spawn_id): New procedure.
7994 (with_spawn_id): Check whether gdb_spawn_id exists before
7995 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7996 on exit.
7997
7998 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7999
8000 * gdb.base/float128.c: New file.
8001 * gdb.base/float128.exp: Likewise.
8002 * gdb.base/floatn.c: Likewise.
8003 * gdb.base/floatn.exp: Likewise.
8004
8005 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8006
8007 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8008
8009 2016-09-05 Pedro Alves <palves@redhat.com>
8010
8011 PR backtrace/19927
8012 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8013 unwinders are immediately called as side effect of "source" or
8014 "disable unwinder" commands.
8015 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8016
8017 2016-09-02 Yao Qi <yao.qi@linaro.org>
8018
8019 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8020 is true and $type is "float" or "double".
8021
8022 2016-09-02 Yao Qi <yao.qi@linaro.org>
8023
8024 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8025 true.
8026 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8027 * gdb.base/call-rt-st.exp: Likewise.
8028 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8029 return value instead of gdb,skip_float_test.
8030 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8031 (do_function_calls): Use its return value instead of
8032 gdb,skip_float_test.
8033 * gdb.base/finish.exp: Likewise.
8034 * gdb.base/funcargs.exp: Likewise.
8035 * gdb.base/return.exp: Likewise.
8036 * gdb.base/return2.exp: Likewise.
8037 * gdb.base/varargs.exp: Likewise.
8038 * lib/gdb.exp (gdb_skip_float_test): Change it to
8039 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8040
8041 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8042
8043 * gdb.multi/tids.exp: Test "thread apply all".
8044
8045 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8046
8047 * gdb.base/default.exp (tty): Remove.
8048
8049 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8050
8051 * gdb.python/py-recurse-unwind.c: New file.
8052 * gdb.python/py-recurse-unwind.py: New file.
8053 * gdb.python/py-recurse-unwind.exp: New file.
8054
8055 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8056
8057 * gdb.base/set-inferior-tty.exp: New file.
8058 * gdb.base/set-inferior-tty.c: New file.
8059
8060 2016-08-23 Pedro Alves <palves@redhat.com>
8061
8062 PR gdb/20494
8063 * gdb.base/new-ui-echo.c: New file.
8064 * gdb.base/new-ui-echo.exp: New file.
8065
8066 2016-08-23 Yao Qi <yao.qi@linaro.org>
8067
8068 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8069 gdbserver_spawn.
8070 * gdb.server/connect-without-multi-process.exp (do_test):
8071 Likewise.
8072
8073 2016-08-23 Yao Qi <yao.qi@linaro.org>
8074
8075 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8076 standalone_txt. Delete gdb_txt and standalone_txt on host
8077 and target. Spawn the binary on target. Copy files from
8078 target to host.
8079
8080 2016-08-22 Pedro Alves <palves@redhat.com>
8081
8082 PR gdb/20505
8083 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8084 with_test_prefix. Factor out bits to ...
8085 (test_no_vdso): ... this new procedure.
8086
8087 2016-08-19 Carl Love <cel@us.ibm.com>
8088
8089 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8090 maintaining separate logic for constructing the output path.
8091 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8092 * gdb.arch/ppc-dfp.exp: Likewise.
8093 * gdb.arch/ppc-fp.exp: Likewise.
8094 * gdb.arch/vsx-regs.exp: Likewise.
8095 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8096 binprefix for generating the additional binary files.
8097
8098 2016-08-19 Pedro Alves <palves@redhat.com>
8099
8100 * gdb.trace/mi-trace-frame-collected.exp
8101 (test_trace_frame_collected): On x32, expect two registers.
8102
8103 2016-08-18 Carl Love <cel@us.ibm.com>
8104
8105 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8106 and sync up the test with tests in gas/testsuite/gas/ppc.
8107 * gdb.arch/powerpc-power.exp: Likewise.
8108
8109 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8110
8111 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8112 expected error message.
8113
8114 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8115
8116 * gdb.multi/remove-inferiors.exp: New file.
8117 * gdb.multi/remove-inferiors.c: New file.
8118
8119 2016-08-12 Yao Qi <yao.qi@linaro.org>
8120
8121 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8122 argument list.
8123
8124 2016-08-10 Pedro Alves <palves@redhat.com>
8125
8126 PR gdb/19187
8127 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8128 setup_kfails.
8129
8130 2016-08-09 Pedro Alves <palves@redhat.com>
8131 Simon Marchi <simon.marchi@ericsson.com>
8132
8133 PR gdb/20418
8134 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8135 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8136
8137 2016-08-09 Pedro Alves <palves@redhat.com>
8138
8139 PR mi/20431
8140 * gdb.mi/mi-cmd-error.exp: New file.
8141
8142 2016-08-09 Pedro Alves <palves@redhat.com>
8143
8144 PR gdb/18653
8145 * gdb.base/signals-state-child.c: New file.
8146 * gdb.base/signals-state-child.exp: New file.
8147 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8148
8149 2016-08-09 Pedro Alves <palves@redhat.com>
8150
8151 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8152
8153 2016-08-03 Tom Tromey <tom@tromey.com>
8154
8155 PR python/18565:
8156 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8157
8158 2016-08-01 Yao Qi <yao.qi@linaro.org>
8159
8160 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8161 variable mode to "multi-process" if $multi_process is 1, otherwise
8162 set it to "single-process".
8163
8164 2016-08-01 Yao Qi <yao.qi@linaro.org>
8165
8166 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8167 * gdb.cp/cpexprs.exp: Likewise.
8168 * gdb.cp/m-static.exp: Likewise.
8169
8170 2016-07-26 Tom Tromey <tom@tromey.com>
8171
8172 PR python/20190:
8173 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8174 test.
8175
8176 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8177
8178 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8179 selecting assembly source files.
8180 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8181 assembly source files.
8182 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8183 assembly source files.
8184 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8185 selecting assembly source files.
8186
8187 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8188
8189 * gdb.base/new-ui.exp (do_test_invalid_args): New
8190 procedure.
8191
8192 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8193
8194 * gdb.btrace/reconnect.c: New file.
8195 * gdb.btrace/reconnect.exp: New file.
8196
8197 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8198
8199 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8200 to test_catch_syscall_group.
8201 (test_catch_syscall_group): New.
8202
8203 2016-07-21 Tom Tromey <tom@tromey.com>
8204
8205 * gdb.rust/simple.rs (main): Use empty struct expression.
8206 * gdb.rust/simple.exp: Add tests for empty struct expression.
8207
8208 2016-07-21 Yao Qi <yao.qi@linaro.org>
8209
8210 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8211 if gdb_skip_xml_test is true on some targets.
8212
8213 2016-07-21 Yao Qi <yao.qi@linaro.org>
8214
8215 * gdb.server/solib-list.exp: Unset last_loaded_file.
8216
8217 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8218
8219 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8220 "step into captured_main (args)".
8221
8222 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8223
8224 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8225
8226 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8227
8228 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8229
8230 2016-07-19 Pedro Alves <palves@redhat.com>
8231
8232 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8233 * gdb.opt/inline-bt.exp: Likewise.
8234 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8235 additional_flags=-Winline.
8236 * gdb.opt/inline-locals.exp: Likewise.
8237 * gdb.opt/inline-markers.c (ATTR): Define.
8238 (inlined_fn): Use it.
8239
8240 2016-07-19 Yao Qi <yao.qi@linaro.org>
8241
8242 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8243 (test_with_self): Remove some code. Remove argument executable.
8244 (top-level): Use do_self_tests.
8245
8246 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8247 Don Breazeal <donb@codesourcery.com>
8248
8249 * gdb.base/maint.exp: Escape paths used in regular expressions.
8250 * gdb.stabs/weird.exp: Likewise.
8251
8252 2016-07-13 Tom Tromey <tom@tromey.com>
8253
8254 PR python/15620, PR python/18620:
8255 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8256 (test_bkpt_events): New procs.
8257
8258 2016-07-13 Tom Tromey <tom@tromey.com>
8259
8260 PR python/17698:
8261 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8262 test.
8263 (test_watchpoints): Likewise.
8264 (test_bkpt_pending): New proc.
8265
8266 2016-07-13 Tom Tromey <tom@tromey.com>
8267
8268 PR cli/18053:
8269 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8270 completion test.
8271
8272 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8273
8274 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8275 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8276 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8277 f_label.
8278 (g): Rename g_end_lbl to g_label.
8279 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8280 low_pc and high_pc.
8281 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8282
8283 2016-07-12 Tom Tromey <tom@tromey.com>
8284
8285 PR python/19293:
8286 * gdb.python/py-unwind-maint.exp: Update tests.
8287
8288 2016-07-12 Yao Qi <yao.qi@linaro.org>
8289
8290 * lib/selftest-support.exp (selftest_setup): Match the output
8291 when captured_main is inlined.
8292
8293 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8294
8295 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8296 New variables.
8297 (print this%a, print this%b, print this): New tests.
8298 * gdb.fortran/derived-types.f90 (this): New object and
8299 initialization.
8300
8301 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8302
8303 * gdb.ada/arraydim.exp: Remove extra directory level in build
8304 directory.
8305
8306 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8307
8308 * lib/ada.exp: Remove extra directory level in build directory.
8309 * gdb.ada/cond_lang.exp: Likewise.
8310 * gdb.ada/exec_changed.exp: Likewise.
8311 * gdb.ada/lang_switch.exp: Likewise.
8312
8313 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8314
8315 * simple.rs: Add test for raw pointer subscripting.
8316 * simple.exp: Add test expectations.
8317
8318 2016-07-05 Yao Qi <yao.qi@linaro.org>
8319
8320 * gdb.mi/mi-reverse.exp: Match =record-started output.
8321
8322 2016-07-01 Pedro Alves <palves@redhat.com>
8323
8324 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8325 procedure.
8326 (jit_reader_test): Test the jit reader's unwinder.
8327 * gdb.base/jithost.c (jit_function_00_code): New global.
8328 (main): Use memcpy to fill in the mmapped code, instead of poking
8329 bytes manually here.
8330 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8331 value.
8332 (read_debug_info): Save the function's range.
8333 (read_sp): New function.
8334 (unwind_frame): Use it. Also unwind RBP.
8335 (get_frame_id): Use read_sp.
8336 (gdb_init_reader): Use calloc instead of malloc.
8337 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8338 parameter. Use gdb_test_multiple.
8339
8340 2016-07-01 Pedro Alves <palves@redhat.com>
8341 Antoine Tremblay <antoine.tremblay@ericsson.com>
8342
8343 * gdb.threads/process-dies-while-detaching.c: New file.
8344 * gdb.threads/process-dies-while-detaching.exp: New file.
8345
8346 2016-07-01 Pedro Alves <palves@redhat.com>
8347
8348 * gdb.multi/watchpoint-multi-exit.c: New file.
8349 * gdb.multi/watchpoint-multi-exit.exp: New file.
8350
8351 2016-06-30 Pedro Alves <palves@redhat.com>
8352
8353 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8354 unset inferior_spawn_id.
8355
8356 2016-06-30 Pedro Alves <palves@redhat.com>
8357
8358 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8359 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8360
8361 2016-06-29 Yao Qi <yao.qi@linaro.org>
8362
8363 * gdb.base/return.c: Add copyright header.
8364
8365 2016-06-29 Tom Tromey <tom@tromey.com>
8366
8367 PR python/20129:
8368 * gdb.python/py-framefilter.exp: Add tests for setting priority
8369 and disabling of non-existent frame filter.
8370
8371 2016-06-29 Yao Qi <yao.qi@linaro.org>
8372
8373 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8374 0x0f07ff.
8375
8376 2016-06-28 Yao Qi <yao.qi@linaro.org>
8377
8378 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8379 triplets. Start gdb, execute catch syscall, and continue. Check
8380 gdb's output to determine catch syscall is supported.
8381
8382 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8383
8384 * gdb.rust/simple.rs: Add test for returning unit in a function.
8385 * gdb.rust/simple.exp: Add expectation for functions returning
8386 unit.
8387
8388 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8389
8390 * gdb.python/py-breakpoint-create-fail.c,
8391 gdb.python/py-breakpoint-create-fail.exp,
8392 gdb.python/py-breakpoint-create-fail.py: New testcase.
8393
8394 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8395
8396 PR gdb/20239
8397 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8398 * gdb.rust/simple.exp: Add test expectations for new NonZero
8399 tests.
8400
8401 2016-06-24 David Taylor <dtaylor@emc.com>
8402
8403 * gdb.base/offsets.exp: New file.
8404 * gdb.base/offsets.c: New file.
8405
8406 2016-06-23 Tom Tromey <tom@tromey.com>
8407
8408 PR gdb/16483:
8409 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8410 before any filters are loaded.
8411
8412 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8413
8414 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8415 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8416 structs.
8417 * gdb.fortran/derived-type-function.exp: New file.
8418 * gdb.fortran/derived-type-function.f90: New file.
8419
8420
8421 2016-06-21 Pedro Alves <palves@redhat.com>
8422
8423 * gdb.base/new-ui.exp: New file.
8424 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8425 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8426 (with_spawn_id): New procedure.
8427
8428 2016-06-21 Pedro Alves <palves@redhat.com>
8429
8430 * gdb.mi/mi-exec-run.exp: New file.
8431
8432 2016-06-21 Pedro Alves <palves@redhat.com>
8433
8434 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8435 breakpoint command's output on the main UI.
8436 (test_break): New procedure, factored out from calls in the top
8437 level.
8438 (top level): Use foreach_with_prefix to test MI as main UI and as
8439 separate UI.
8440
8441 2016-06-21 Pedro Alves <palves@redhat.com>
8442
8443 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8444 (test_awatch_creation_and_listing)
8445 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8446 Remove 'type' parameter.
8447 (test_watchpoint_all): New parameter mi_mode. Remove
8448 with_test_prefix.
8449 (top level): Use foreach_with_prefix, and add main/separate UI MI
8450 testing axis.
8451
8452 2016-06-21 Pedro Alves <palves@redhat.com>
8453
8454 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8455 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8456 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8457 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8458 (gdb_main_spawn_id, mi_spawn_id): Declare and
8459 comment.
8460 (mi_create_inferior_pty): New procedure,
8461 factored out from default_mi_gdb_start.
8462 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8463 procedures.
8464 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8465 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8466 Use mi_create_inferior_pty.
8467 (mi_gdb_start): Use eval to pass down args list.
8468
8469 2016-06-21 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8472 * gdb.opt/inline-cmds.exp: Add MI tests.
8473
8474 2016-06-21 Pedro Alves <palves@redhat.com>
8475
8476 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8477
8478 2016-06-21 Pedro Alves <palves@redhat.com>
8479
8480 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8481 (top level): Use it instead of mi_execute_to.
8482
8483 2016-06-21 Pedro Alves <palves@redhat.com>
8484
8485 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8486 (cont_handler_str): New.
8487 (signal_stop_handler): Set stop_handler_str instead of printing to
8488 stdout.
8489 (continue_handler): Set cont_handler_str instead of printing to
8490 stdout.
8491 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8492 mi_send_resuming_command. Print stop_handler_str and
8493 cont_handler_str instead of expecting the python events print
8494 directly.
8495
8496 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8497
8498 * gdb.base/jit-reader.exp: New file.
8499 * gdb.base/jithost.c: New file.
8500 * gdb.base/jithost.h: New file.
8501 * gdb.base/jitreader.c : New file.
8502 * gdb.base/jit-protocol.h: New file.
8503
8504 2016-06-17 Yao Qi <yao.qi@linaro.org>
8505
8506 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8507 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8508 and detach-on-fork. Adjust tests.
8509 (top level): Invoke break_cond_on_syscall with combinations of
8510 syscall, follow-fork-mode and detach-on-fork.
8511
8512 2016-06-17 Yao Qi <yao.qi@linaro.org>
8513
8514 * gdb.base/step-over-exit.c: New.
8515 * gdb.base/step-over-exit.exp: New.
8516
8517 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8518
8519 * gdb.base/float.exp: Add target check for nds32*-*-*.
8520 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8521
8522 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8523
8524 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8525 for unsupported target features.
8526 * gdb.base/call-rt-st.exp: Likewise.
8527 * gdb.base/call-sc.exp: Likewise.
8528 * gdb.base/call-signal-resume.exp: Likewise.
8529 * gdb.base/call-strs.exp: Likewise.
8530 * gdb.base/callexit.exp: Likewise.
8531 * gdb.base/callfuncs.exp: Likewise.
8532 * gdb.base/nodebug.exp: Likewise.
8533 * gdb.base/printcmds.exp: Likewise.
8534 * gdb.base/ptype.exp: Likewise.
8535 * gdb.base/structs.exp: Likewise.
8536 * gdb.base/unwindonsignal.exp: Likewise.
8537 * gdb.cp/gdb2495.exp: Likewise.
8538 * gdb.cp/templates.exp: Likewise.
8539 * gdb.cp/virtfunc.exp: Likewise.
8540 * gdb.threads/hand-call-in-threads.exp: Likewise.
8541 * gdb.threads/interrupted-hand-call.exp: Likewise.
8542 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8543
8544 2016-06-10 Tom Tromey <tom@tromey.com>
8545
8546 PR rust/20110:
8547 * gdb.rust/expr.exp: Add test for integer constant larger than
8548 i32.
8549
8550 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8551
8552 * gdb.fortran/nested-funcs.exp: New.
8553 * gdb.fortran/nested-funcs.f90: New.
8554
8555 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8556
8557 * gdb.base/examine-backward.c: New file.
8558 * gdb.base/examine-backward.exp: New file.
8559
8560 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8561
8562 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8563 matching.
8564
8565 2016-06-02 Tom Tromey <tom@tromey.com>
8566
8567 PR python/18984:
8568 * gdb.python/py-shared.exp: Add solib_name test.
8569
8570 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8571
8572 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8573
8574 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8575
8576 PR c++/19893
8577 * gdb.dwarf2/implref.exp: Rename to...
8578 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8579 * gdb.dwarf2/implref-array.c: New file.
8580 * gdb.dwarf2/implref-array.exp: Likewise.
8581 * gdb.dwarf2/implref-global.c: Likewise.
8582 * gdb.dwarf2/implref-global.exp: Likewise.
8583 * gdb.dwarf2/implref-struct.c: Likewise.
8584 * gdb.dwarf2/implref-struct.exp: Likewise.
8585
8586 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8587
8588 * gdb.trace/trace-condition.exp: Add 64bit tests.
8589
8590 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8591
8592 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8593 bits types.
8594 (main): Adapt to 8 to 64 bits types.
8595 * gdb.trace/trace-condition.exp: Add new tests.
8596
8597 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8598
8599 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8600
8601 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8602
8603 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8604 Move condition tests...
8605 * gdb.trace/trace-condition.exp: Here.
8606
8607 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8608
8609 * gdb.trace/trace-condition.exp: Add counter-case tests.
8610
8611 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8612
8613 PR c++/15231
8614 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8615 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8616
8617 2016-05-27 Pedro Alves <palves@redhat.com>
8618
8619 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8620 New procedure.
8621 (top level): Call it, and bail out of DejaGnu is known to be bad.
8622
8623 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8624
8625 * gdb.base/whatis.c: Extend the test case.
8626 * gdb.base/whatis.exp: Add additional tests.
8627
8628 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8629
8630 * gdb.fortran/type.f90: Add pointer variable.
8631 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8632
8633 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8634
8635 * gdb.fortran/vla-type.exp: Fix testcase name.
8636
8637 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8638
8639 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8640
8641 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8642
8643 * gdb.fortran/type.f90: Add nested structures.
8644 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8645 * gdb.fortran/derived-type.exp: Adapt expected output.
8646 * gdb.fortran/vla-type.exp: Adapt expected output.
8647
8648 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8649
8650 * gdb.fortran/whatis_type.exp: Adapt expected output.
8651
8652 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8653
8654 * gdb.fortran/print_type.exp: Fix expected output.
8655 * gdb.fortran/whatis_type.exp: Fix expected output.
8656
8657 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8658
8659 * gdb.fortran/whatis_type.exp: Use multi_line.
8660
8661 2016-05-24 Tom Tromey <tom@tromey.com>
8662
8663 PR python/17386:
8664 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8665 use value as an index.
8666
8667 2016-05-23 Tom Tromey <tom@tromey.com>
8668
8669 PR python/17981:
8670 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8671 no-breakpoint case.
8672
8673 2016-05-24 Pedro Alves <palves@redhat.com>
8674
8675 PR gdb/19828
8676 * gdb.threads/clone-attach-detach.c: New file.
8677 * gdb.threads/clone-attach-detach.exp: New file.
8678
8679 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8680
8681 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8682
8683 2016-05-23 Tom Tromey <tom@tromey.com>
8684
8685 PR python/19438, PR python/18393:
8686 * gdb.python/py-progspace.exp: Add "dir" test.
8687 * gdb.python/py-objfile.exp: Add "dir" test.
8688
8689 2016-05-23 Yao Qi <yao.qi@linaro.org>
8690
8691 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8692 * gdb.arch/thumb2-it.exp: Likewise.
8693
8694 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8695
8696 * gdb.mi/mi-threads-interrupt.c: New file.
8697 * gdb.mi/mi-threads-interrupt.exp: New file.
8698
8699 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8700
8701 PR gdb/18077
8702 * gdb.mi/mi-async-run.exp: New file.
8703 * gdb.mi/mi-async-run.c: New file.
8704
8705 2016-05-17 Tom Tromey <tom@tromey.com>
8706 Manish Goregaokar <manishsmail@gmail.com>
8707
8708 * lib/rust-support.exp: New file.
8709 * lib/gdb.exp (skip_rust_tests): New proc.
8710 (build_executable_from_specs): Handle rust.
8711 * lib/future.exp (gdb_find_rustc): New proc.
8712 (gdb_default_target_compile): Handle rust.
8713 * gdb.rust/expr.exp: New file.
8714 * gdb.rust/generics.exp: New file.
8715 * gdb.rust/generics.rs: New file.
8716 * gdb.rust/methods.exp: New file.
8717 * gdb.rust/methods.rs: New file.
8718 * gdb.rust/modules.exp: New file.
8719 * gdb.rust/modules.rs: New file.
8720 * gdb.rust/simple.exp: New file.
8721 * gdb.rust/simple.rs: New file.
8722
8723 2016-05-17 Tom Tromey <tom@tromey.com>
8724
8725 * gdb.base/default.exp (set language): Add rust.
8726
8727 2016-05-17 Tom Tromey <tom@tromey.com>
8728
8729 * gdb.gdb/unittest.exp: New file.
8730
8731 2016-05-16 Yao Qi <yao.qi@linaro.org>
8732
8733 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8734 shell_prompt. Update shell_prompt_re.
8735
8736 2016-05-12 Doug Evans <dje@google.com>
8737
8738 PR symtab/19999
8739 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8740 $options when building executable.
8741 * gdb.dwarf2/fission-loclists-pie.S: New file.
8742 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8743
8744 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8745
8746 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8747 of [is_remote target],
8748
8749 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8750
8751 * lib/gdb.exp (use_gdb_stub): New procedure.
8752
8753 2016-05-03 Yunlian Jiang <yunlian@google.com>
8754 Doug Evans <dje@google.com>
8755
8756 PR symtab/19914
8757 * gdb.dwarf2/dwp-sepdebug.c: New file.
8758 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8759
8760 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8761
8762 * gdb.base/detach.exp: Remove is_remote check.
8763
8764 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8765
8766 * gdb.base/annota-input-while-running.exp: Don't check for
8767 [is_remote target]. Enable annotations after running to main.
8768 Remove unused "set test..." line.
8769
8770 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8771
8772 * gdb.trace/trace-enable-disable.exp: New file.
8773 * gdb.trace/trace-enable-disable.c: New file.
8774
8775 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8776
8777 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8778 use it in info sharedlibrary test.
8779 * gdb.trace/ftrace-lock.exp: Likewise.
8780 * gdb.trace/ftrace.exp: Likewise.
8781 * gdb.trace/range-stepping.exp: Likewise.
8782 * gdb.trace/trace-break.exp: Likewise.
8783 * gdb.trace/trace-condition.exp: Likewise.
8784 * gdb.trace/trace-mt.exp: Likewise.
8785
8786 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8787
8788 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8789 (gdb_load_shlib): ... this.
8790 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8791 gdb_load_shlib.
8792 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8793 * gdb.base/ctxobj.exp: Likewise.
8794 * gdb.base/dprintf-pending.exp: Likewise.
8795 * gdb.base/dso2dso.exp: Likewise.
8796 * gdb.base/fixsection.exp: Likewise.
8797 * gdb.base/gcore-relro.exp: Likewise.
8798 * gdb.base/gdb1555.exp: Likewise.
8799 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8800 * gdb.base/gnu-ifunc.exp: Likewise.
8801 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8802 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8803 * gdb.base/pending.exp: Likewise.
8804 * gdb.base/print-file-var.exp: Likewise.
8805 * gdb.base/print-symbol-loading.exp: Likewise.
8806 * gdb.base/shlib-call.exp: Likewise.
8807 * gdb.base/shreloc.exp: Likewise.
8808 * gdb.base/so-impl-ld.exp: Likewise.
8809 * gdb.base/solib-disc.exp: Likewise.
8810 * gdb.base/solib-nodir.exp: Likewise.
8811 * gdb.base/solib-overlap.exp: Likewise.
8812 * gdb.base/solib-symbol.exp: Likewise.
8813 * gdb.base/solib-weak.exp (do_test): Likewise.
8814 * gdb.base/sym-file.exp: Likewise.
8815 * gdb.base/symtab-search-order.exp: Likewise.
8816 * gdb.base/type-opaque.exp: Likewise.
8817 * gdb.base/unload.exp: Likewise.
8818 * gdb.base/watchpoint-solib.exp: Likewise.
8819 * gdb.compile/compile.exp: Likewise.
8820 * gdb.cp/gdb2384.exp: Likewise.
8821 * gdb.cp/infcall-dlopen.exp: Likewise.
8822 * gdb.cp/re-set-overloaded.exp: Likewise.
8823 * gdb.fortran/library-module.exp: Likewise.
8824 * gdb.opt/solib-intra-step.exp: Likewise.
8825 * gdb.python/py-finish-breakpoint.exp: Likewise.
8826 * gdb.python/py-shared.exp: Likewise.
8827 * gdb.reverse/solib-precsave.exp: Likewise.
8828 * gdb.reverse/solib-reverse.exp: Likewise.
8829 * gdb.server/solib-list.exp: Likewise.
8830 * gdb.threads/dlopen-libpthread.exp: Likewise.
8831 * gdb.threads/tls-shared.exp: Likewise.
8832 * gdb.threads/tls-so_extern.exp: Likewise.
8833 * gdb.trace/change-loc.exp: Likewise.
8834 * gdb.trace/ftrace-lock.exp: Likewise.
8835 * gdb.trace/ftrace.exp: Likewise.
8836 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8837 * gdb.trace/pending.exp: Likewise.
8838 * gdb.trace/range-stepping.exp: Likewise.
8839 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8840 (strace_info_marker): Likewise.
8841 (strace_probe_marker): Likewise.
8842 (strace_trace_on_same_addr): Likewise.
8843 (strace_trace_on_diff_addr): Likewise.
8844 * gdb.trace/trace-break.exp: Likewise.
8845 * gdb.trace/trace-condition.exp: Likewise.
8846 * gdb.trace/trace-mt.exp: Likewise.
8847
8848 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8849
8850 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8851 result of gdb_remote_download.
8852 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8853 * gdb.base/dso2dso.exp: Likewise.
8854 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8855 * gdb.base/print-file-var.exp: Likewise.
8856 * gdb.base/shlib-call.exp: Likewise.
8857 * gdb.base/shreloc.exp: Likewise.
8858 * gdb.base/solib-overlap.exp: Likewise.
8859 * gdb.base/solib-weak.exp (do_test): Likewise.
8860 * gdb.base/unload.exp: Likewise.
8861
8862 2016-04-27 Yao Qi <yao.qi@linaro.org>
8863
8864 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8865 exists.
8866
8867 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8868
8869 * vla-type.exp: Print structure from toplevel.
8870
8871 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8872
8873 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8874 of dynamic types.
8875 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8876 of dynamic types.
8877
8878 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8879
8880 * gdb.fortran/vla-type.f90: New file.
8881 * gdb.fortran/vla-type.exp: New file.
8882
8883 2016-04-25 Yao Qi <yao.qi@linaro.org>
8884
8885 * gdb.base/branch-to-self.c: New file.
8886 * gdb.base/branch-to-self.exp: New file.
8887
8888 2016-04-22 Yao Qi <yao.qi@linaro.org>
8889
8890 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8891 more after $hex.
8892
8893 2016-04-22 Yao Qi <yao.qi@linaro.org>
8894
8895 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8896 * gdb.base/annota3.exp: Likewise.
8897
8898 2016-04-22 Yao Qi <yao.qi@linaro.org>
8899
8900 * gdb.reverse/step-precsave.exp: Do one step and test program
8901 stops in "callee" and do multiple steps until program goes out
8902 of "callee".
8903 * gdb.reverse/step-reverse.exp: Likewise.
8904
8905 2016-04-22 Yao Qi <yao.qi@linaro.org>
8906
8907 * gdb.trace/signal.exp: Also pass if
8908 $tracepoint_hits($i) > $iterations.
8909
8910 2016-04-22 Yao Qi <yao.qi@linaro.org>
8911
8912 * gdb.trace/signal.c: New file.
8913 * gdb.trace/signal.exp: New file.
8914
8915 2016-04-19 Doug Evans <xdje42@gmail.com>
8916
8917 * gdb.base/bad-file.exp: New file.
8918
8919 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8920
8921 * gdb.dwarf2/implref.exp: New file.
8922
8923 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8924
8925 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8926 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8927 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8928 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8929 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8930 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8931 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8932 * lib/fortran.exp (fortran_int4): New procedure.
8933 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8934 (fortran_logical4): Likewise.
8935
8936 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8937
8938 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8939
8940 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8941
8942 * lib/compiler.c: Add Intel specific preprocessor macros.
8943 * lib/compiler.cc: Likewise.
8944
8945 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8946
8947 * gdb.server/connect-with-no-symbol-file.c: New file.
8948 * gdb.server/connect-with-no-symbol-file.exp: New file.
8949
8950 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8951
8952 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8953
8954 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8955
8956 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8957 standard output directory.
8958
8959 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8960
8961 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8962
8963 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8964
8965 * gdb.btrace/instruction_history.c (loop): Add declaration.
8966
8967 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8968
8969 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8970
8971 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8972
8973 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8974 parentheses to print.
8975 (continue_handler): Likewise.
8976
8977 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8978
8979 * gdb.server/solib-list.exp: Remove is_remote check.
8980 Pass shlib= to gdb_compile. Don't link shared library with
8981 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8982 Run binary filename through "readlink -f" on the target.
8983
8984 2016-04-08 Pedro Alves <palves@redhat.com>
8985
8986 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8987 interpreter filename as argument to gdbserver_spawn.
8988 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8989 Return empty if $last_loaded_file does not exist.
8990
8991 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8992
8993 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8994 * gdb.base/jit-main.c: Use exit after usage.
8995
8996 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8997
8998 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8999 GDBHISTSIZE prior to the tests.
9000 * gdb.base/gdbinit-history.exp: Likewise.
9001
9002 2016-04-07 Pedro Alves <palves@redhat.com>
9003
9004 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9005 instead of build_executable. Use gdb_load_shlibs.
9006
9007 2016-04-07 Yao Qi <yao.qi@linaro.org>
9008
9009 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9010 Execute "si" command.
9011
9012 2016-04-07 Yao Qi <yao.qi@linaro.org>
9013
9014 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9015 number instead of the comments on some line.
9016
9017 2016-04-06 Don Breazeal <donb@codesourcery.com>
9018
9019 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9020 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9021
9022 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9023
9024 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9025 standard_output_file. Remove unused binfile variable.
9026
9027 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9028
9029 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9030 * gdb.python/py-mi-objfile.exp: Match "list main" output
9031 in console format.
9032
9033 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9034
9035 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9036 absolute.
9037
9038 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9039
9040 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9041 absolute.
9042 * gdb.trace/ftrace.exp: Likewise.
9043 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9044 targets as well.
9045 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9046 (gdb_load_shlibs): Copy libraries to test directory when testing
9047 natively. Only set solib-search-path if testing remotely.
9048 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9049
9050 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9051
9052 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9053 gdb_download. Use it even if the target is not remote.
9054 * gdb.base/jit.exp (compile_jit_test): Likewise.
9055 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9056 output directory if the destination board is local, otherwise use
9057 the standard remote_download from DejaGnu.
9058 (gdb_download): Remove.
9059 (gdb_load_shlibs): Use gdb_remote_download instead of
9060 gdb_download.
9061 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9062 Use gdb_remote_download instead of gdb_download. Use it even if
9063 the target is not remote.
9064 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9065 instead of gdb_download.
9066
9067 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9068
9069 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9070 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9071 run.
9072
9073 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9074
9075 PR gdb/19820
9076 * gdb.base/printcmds.exp: Add artificial arrays tests.
9077
9078 2016-03-31 Pedro Alves <palves@redhat.com>
9079
9080 PR gdb/19858
9081 * gdb.base/jit-main.c: Include unistd.h.
9082 (ATTACH): Define to 0 if not already defined.
9083 (wait_for_gdb, mypid): New globals.
9084 (WAIT_FOR_GDB): New macro.
9085 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9086 some breakpoint locations.
9087 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9088 New procedures.
9089 (one_jit_test): Add REATTACH parameter, and handle it. Use
9090 continue_to_test_location.
9091 (top level): Test attach, and adjusts calls to one_jit_test.
9092
9093 2016-03-31 Pedro Alves <palves@redhat.com>
9094
9095 PR gdb/19858
9096 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9097 BINSUFFIX parameter, and handle it.
9098 (top level): Adjust calls compile_jit_test.
9099
9100 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9101
9102 PR python/19743
9103 * gdb.python/py-mi-events-gdb.py: New file.
9104 * gdb.python/py-mi-events.c: New file.
9105 * gdb.python/py-mi-events.exp: New file.
9106
9107 2016-03-30 Yao Qi <yao.qi@linaro.org>
9108
9109 * gdb.reverse/until-precsave.exp: Match function name only.
9110 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9111 Move malloc to a condition block.
9112 * gdb.reverse/until-reverse.exp: Match function name only.
9113
9114 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9115
9116 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9117 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9118 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9119 variable for GPR 0 instead of assuming it is register 0.
9120 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9121 * lib/trace-support.exp: Add s390 registers.
9122
9123 2016-03-29 Yao Qi <yao.qi@linaro.org>
9124
9125 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9126
9127 2016-03-24 Yao Qi <yao.qi@linaro.org>
9128
9129 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9130 test message.
9131
9132 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9133
9134 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9135 maintaining separate logic for constructing the output path.
9136
9137 2016-03-16 Don Breazeal <donb@codesourcery.com>
9138
9139 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9140 Retry fork and waitpid on interrupted system call errors.
9141 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9142 Use with_timeout_factor to increase timeout by factor of 10.
9143
9144 2016-03-15 Don Breazeal <donb@codesourcery.com>
9145
9146 * gdb.cp/scope-err.cc: New test program.
9147 * gdb.cp/scope-err.exp: New test script.
9148 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9149 lines and "set breakpoint here" comment.
9150 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9151 Fixed some whitespace and format issues.
9152 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9153 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9154
9155 2016-03-15 Doug Evans <dje@google.com>
9156
9157 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9158 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9159 All callers updated. Add tests for enums, mixed flags register.
9160
9161 2016-03-15 Doug Evans <dje@google.com>
9162
9163 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9164 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9165
9166 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9167
9168 * gdb.base/default.exp: Add $_as_string to the list of expected
9169 convenience functions.
9170
9171 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9172
9173 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9174
9175 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9176
9177 * gdb.python/py-as-string.exp: New file.
9178 * gdb.python/py-as-string.c: New file.
9179
9180 2016-03-09 Pedro Alves <palves@redhat.com>
9181
9182 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9183 signal" -> "Thread NN received signal" output change.
9184 * gdb.threads/ia64-sigill.exp: Likewise.
9185 * gdb.threads/linux-dp.exp: Likewise.
9186 * gdb.threads/manythreads.exp: Likewise.
9187 * gdb.threads/pending-step.exp: Likewise.
9188 * gdb.threads/print-threads.exp: Likewise.
9189 * gdb.threads/sigstep-threads.exp: Likewise.
9190 * gdb.threads/staticthreads.exp: Likewise.
9191 * gdb.threads/tls.exp: Likewise.
9192
9193 2016-03-09 Pedro Alves <palves@redhat.com>
9194
9195 * gdb.base/command-line-input.exp: New file.
9196
9197 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9198
9199 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9200 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9201 * gdb.trace/pending.exp: Accept leading dot before function name.
9202 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9203 * lib/trace-support.exp: Set registers for ppc.
9204
9205 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9206
9207 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9208 use it for disassembly; accept .main in addition to main in backtrace.
9209
9210 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9211 Marcin Kościelnicki <koriakin@0x04.net>
9212
9213 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9214 (gdb_recursion_test_ptr): New global variable.
9215 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9216 gdb_recursion_test.
9217 (gdb_c_test): Ditto.
9218
9219 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9220
9221 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9222 ordering.
9223
9224 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9225
9226 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9227 (bar): Add bar_start_lbl label.
9228 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9229 of foo/bar for emitting DWARF and tracing.
9230
9231 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9232
9233 * analyze-racy-logs.py: Set executable bit.
9234
9235 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9236
9237 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9238 (CHECK_TARGET_TMP): Likewise.
9239 (check-single-racy): New rule.
9240 (check-parallel-racy): Likewise.
9241 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9242 (do-check-parallel-racy): New rule.
9243 (check-racy/%.exp): Likewise.
9244 * README (Racy testcases): New section.
9245 * analyze-racy-logs.py: New file.
9246
9247 2016-03-03 Doug Evans <dje@google.com>
9248
9249 * gdb.base/skip.exp: Use with_test_prefix.
9250
9251 2016-03-03 Yao Qi <yao.qi@linaro.org>
9252
9253 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9254 Invoke step_over_syscall "clone" and break_cond_on_syscall
9255 "clone".
9256 * gdb.base/step-over-clone.c: New file.
9257
9258 2016-03-03 Yao Qi <yao.qi@linaro.org>
9259
9260 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9261 code format.
9262
9263 2016-03-03 Yao Qi <yao.qi@linaro.org>
9264
9265 * gdb.base/disp-step-fork.c: Rename to ...
9266 * gdb.base/step-over-fork.c: ... it. New file.
9267 * gdb.base/disp-step-vfork.c: Rename to ...
9268 * gdb.base/step-over-vfork.c: ... it. New file.
9269 * gdb.base/disp-step-syscall.exp: Rename to ...
9270 * gdb.base/step-over-syscall.exp: ... it. New file.
9271 (disp_step_cross_syscall): Rename to ...
9272 (step_over_syscall): ... it.
9273
9274 2016-03-03 Yao Qi <yao.qi@linaro.org>
9275
9276 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9277 If target supports condition evaluation on target, invoke
9278 break_cond_on_syscall for fork and vfork.
9279
9280 2016-03-03 Yao Qi <yao.qi@linaro.org>
9281
9282 * gdb.base/disp-step-syscall.exp: Don't invoke
9283 support_displaced_stepping.
9284 (disp_step_cross_syscall): Test with displaced stepping off and
9285 on if supported.
9286
9287 2016-03-03 Yao Qi <yao.qi@linaro.org>
9288
9289 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9290 proc.
9291 (setup): New proc.
9292 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9293 and setup.
9294
9295 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9296
9297 * gdb.fortran/vla-history.exp: Remove breakpoint.
9298
9299 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9300
9301 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9302 exceeds timeout.
9303
9304 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9305
9306 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9307 breakpoint.
9308
9309 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9310
9311 * gdb.mi/vla.f90: Nullify pointer after declaration.
9312
9313 2016-03-01 Pedro Alves <palves@redhat.com>
9314
9315 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9316
9317 2016-03-01 Pedro Alves <palves@redhat.com>
9318
9319 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9320 before anything else.
9321 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9322 _GNU_SOURCE here.
9323 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9324 before anything else.
9325 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9326
9327 2016-03-01 Pedro Alves <palves@redhat.com>
9328
9329 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9330
9331 2016-03-01 Yao Qi <yao.qi@linaro.org>
9332
9333 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9334 prepare_for_testing.
9335
9336 2016-03-01 Yao Qi <yao.qi@linaro.org>
9337
9338 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9339
9340 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9341
9342 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9343 manually constructing the output path.
9344
9345 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9346
9347 * gdb.arch/s390-stackless.S: New.
9348 * gdb.arch/s390-stackless.exp: New.
9349
9350 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9351
9352 * gdb.dlang/circular.c: New file.
9353 * gdb.dlang/circular.exp: New file.
9354
9355 2016-02-26 Yao Qi <yao.qi@linaro.org>
9356
9357 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9358 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9359 (testcases): Update.
9360
9361 2016-02-26 Yao Qi <yao.qi@linaro.org>
9362
9363 * gdb.reverse/aarch64.c: Rename to ...
9364 * gdb.reverse/insn-reverse.c: ... it.
9365 * gdb.reverse/aarch64.exp: Rename to ...
9366 * gdb.reverse/insn-reverse.exp: ... it.
9367
9368 2016-02-26 Yao Qi <yao.qi@linaro.org>
9369
9370 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9371 (testcase_ftype): New.
9372 (testcases): New array.
9373 (n_testcases): New.
9374 (main): Call each element in testcases.
9375 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9376 (read_testcase): New.
9377 Do the tests in a loop.
9378
9379 2016-02-25 Yao Qi <yao.qi@linaro.org>
9380
9381 * gdb.base/branches.c: Remove.
9382
9383 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9384
9385 PR gdb/13808
9386 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9387
9388 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9389
9390 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9391
9392 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9393
9394 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9395 change x86_64 call_insn to 'callq'.
9396
9397 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9398
9399 * gdb.trace/tfile-avx.c: Move to...
9400 * gdb.trace/tracefile-pseudo-reg.c: Here.
9401 * gdb.trace/tfile-avx.exp: Move to...
9402 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9403
9404 2016-02-24 Gary Benson <gbenson@redhat.com>
9405
9406 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9407 message on attach.
9408
9409 2016-02-23 Doug Evans <dje@google.com>
9410
9411 * gdb.base/skip.c (test_skip): New function.
9412 (end_test_skip_file_and_function): New function.
9413 (test_skip_file_and_function): New function.
9414 * gdb.base/skip1.c (test_skip): New function.
9415 (skip1_test_skip_file_and_function): New function.
9416 * gdb.base/skip.exp: Add tests for new skip options.
9417 * gdb.base/skip-solib.exp: Update expected output.
9418 * gdb.perf/skip-command.cc: New file.
9419 * gdb.perf/skip-command.exp: New file.
9420 * gdb.perf/skip-command.py: New file.
9421
9422 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9423
9424 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9425 info registers pattern.
9426
9427 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9428
9429 * lib/future.exp: Add D support.
9430 (gdb_find_gdc): New proc.
9431 (gdb_default_target_compile): Add D support.
9432
9433 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9434
9435 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9436 user+system time.
9437 (trace_speed_test): Determine the iteration count for a time
9438 between 15..30 seconds.
9439
9440 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9441
9442 * gdb.arch/i386-mpx-sigsegv.c: New file.
9443 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9444 * gdb.arch/i386-mpx-simple_segv.c: New file.
9445 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9446
9447 2016-02-18 Yao Qi <yao.qi@linaro.org>
9448
9449 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9450 Don't call setup_kfail.
9451
9452 2016-02-18 Yao Qi <yao.qi@linaro.org>
9453
9454 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9455 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9456
9457 2016-02-16 Doug Evans <dje@google.com>
9458
9459 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9460 * gdb.base/skip1.c: Ditto.
9461 * gdb.base/skip.exp: Whitespace cleanup.
9462
9463 2016-02-16 Don Breazeal <donb@codesourcery.com>
9464
9465 PR remote/19496
9466 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9467 Remove kfail for PR remote/19496.
9468
9469 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9470
9471 * lib/gdb.exp (standard_temp_file): Return a path specific to
9472 the runtest invocation.
9473
9474 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9475
9476 * gdb.trace/save-trace.exp: Change relative path to be in the
9477 standard output directory.
9478
9479 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9480
9481 * gdb.arch/i386-prologue.c: Add missing prototypes.
9482
9483 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9484
9485 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9486 * gdb.arch/i386-prologue.exp: Likewise.
9487 * gdb.arch/i386-size.exp: Likewise.
9488
9489 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9490
9491 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9492 define object file path.
9493 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9494 file path.
9495 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9496 standard_output_file to define binfile.
9497
9498 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9499
9500 Fix compatibility with recent gfortran-5.3.1.
9501 * gdb.fortran/vla-history.exp (print vla1 allocated)
9502 (print vla2 allocated, print $2, print $3): Remove
9503 (print $4): Rename to ...
9504 (print $2): ... here.
9505 (print $9): Rename to ...
9506 (print $5): ... here.
9507 (print $10): Rename to ...
9508 (print $6): ... here.
9509 * gdb.fortran/vla.f90: Add pvla initialization.
9510
9511 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9512
9513 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9514 New test.
9515 * gdb.fortran/vla-value-sub.exp: Likewise.
9516
9517 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9518
9519 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9520
9521 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9522
9523 * i386-biarch-core.exp: Define corefile using
9524 standard_output_file.
9525
9526 2016-02-12 Yao Qi <yao.qi@linaro.org>
9527
9528 * gdb.arch/arm-single-step-kernel-helper.c: New.
9529 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9530
9531 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9532
9533 * gdb.btrace/tailcall-only.exp: New.
9534 * gdb.btrace/tailcall-only.c: New.
9535 * gdb.btrace/x86_64-tailcall-only.S: New.
9536 * gdb.btrace/i686-tailcall-only.S: New.
9537
9538 2016-02-11 Pedro Alves <palves@redhat.com>
9539
9540 * README (Parallel testing): Add missing double quotes.
9541
9542 2016-02-11 Pedro Alves <palves@redhat.com>
9543
9544 * README (Parallel testing): New section.
9545 (GDB_PARALLEL): Rewrite.
9546 (FORCE_PARALLEL): Document.
9547
9548 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9549
9550 * gdb.trace/tfile-avx.c: New test.
9551 * gdb.trace/tfile-avx.exp: New test.
9552
9553 2016-02-09 Keith Seitz <keiths@redhat.com>
9554
9555 PR breakpoints/19546
9556 * gdb.base/infcall-exec.c: New file.
9557 * gdb.base/infcall-exec2.c: New file.
9558 * gdb.base/infcall-exec.exp: New file.
9559
9560 2016-02-09 Keith Seitz <keiths@redhat.com>
9561
9562 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9563 (toplevel): Call test_bkpt_address.
9564
9565 2016-02-09 Keith Seitz <keiths@redhat.com>
9566
9567 PR python/19506
9568 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9569 (toplevel): Call test_bkpt_address.
9570
9571 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9572
9573 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9574 to AC_OUTPUT.
9575 * configure: Regenerate.
9576
9577 2016-02-09 Pedro Alves <palves@redhat.com>
9578
9579 PR breakpoints/19548
9580 * gdb.base/execl-update-breakpoints.c (some_function): New
9581 function.
9582 (main): Call it.
9583 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9584 Tighten expected GDB output.
9585
9586 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9587
9588 * Makefile.in (ALL_SUBDIRS): Remove.
9589 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9590 (distclean maintainer-clean realclean): Likewise.
9591 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9592 * configure: Regenerate.
9593 * gdb.ada/Makefile.in: Delete.
9594 * gdb.arch/Makefile.in: Likewise.
9595 * gdb.asm/Makefile.in: Likewise.
9596 * gdb.base/Makefile.in: Likewise.
9597 * gdb.btrace/Makefile.in: Likewise.
9598 * gdb.cell/Makefile.in: Likewise.
9599 * gdb.compile/Makefile.in: Likewise.
9600 * gdb.cp/Makefile.in: Likewise.
9601 * gdb.disasm/Makefile.in: Likewise.
9602 * gdb.dlang/Makefile.in: Likewise.
9603 * gdb.dwarf2/Makefile.in: Likewise.
9604 * gdb.fortran/Makefile.in: Likewise.
9605 * gdb.gdb/Makefile.in: Likewise.
9606 * gdb.go/Makefile.in: Likewise.
9607 * gdb.guile/Makefile.in: Likewise.
9608 * gdb.java/Makefile.in: Likewise.
9609 * gdb.linespec/Makefile.in: Likewise.
9610 * gdb.mi/Makefile.in: Likewise.
9611 * gdb.modula2/Makefile.in: Likewise.
9612 * gdb.multi/Makefile.in: Likewise.
9613 * gdb.objc/Makefile.in: Likewise.
9614 * gdb.opencl/Makefile.in: Likewise.
9615 * gdb.opt/Makefile.in: Likewise.
9616 * gdb.pascal/Makefile.in: Likewise.
9617 * gdb.perf/Makefile.in: Likewise.
9618 * gdb.python/Makefile.in: Likewise.
9619 * gdb.reverse/Makefile.in: Likewise.
9620 * gdb.server/Makefile.in: Likewise.
9621 * gdb.stabs/Makefile.in: Likewise.
9622 * gdb.threads/Makefile.in: Likewise.
9623 * gdb.trace/Makefile.in: Likewise.
9624 * gdb.xml/Makefile.in: Likewise.
9625 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9626 GDB_PARALLEL.
9627 (standard_output_file): Remove check for GDB_PARALLEL, always
9628 return path in outputs/$subdir/$testname.
9629
9630 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9631
9632 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9633 (site.exp): Assign abs_srcdir to tcl's srcdir.
9634
9635 2016-02-04 Yao Qi <yao.qi@linaro.org>
9636
9637 * gdb.base/foll-exec-mode.c: Include limits.h.
9638 (main): Add parameters argc and argv. Get directory from
9639 argv[0].
9640 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9641 compilation.
9642 * gdb.base/foll-exec.c: Include limits.h.
9643 (main): Add parameters argc and argv.
9644 Get directory from argv[0].
9645 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9646 Adjust tests on the number of lines as source code changed.
9647 * gdb.base/foll-vfork-exit.c: Include limits.h.
9648 (main): Add one line of statement before vfork.
9649 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9650 (main): Add parameters argc and argv. Get directory from
9651 argv[0].
9652 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9653 (setup_gdb): Set tbreak to skip some source lines.
9654 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9655 (main): Add parameters argc and argv. Get directory from
9656 argv[0].
9657 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9658 compilation.
9659 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9660 (main): Add parameters argc and argv. Get directory from
9661 argv[0].
9662 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9663 compilation.
9664
9665 2016-02-01 Doug Evans <dje@google.com>
9666
9667 * gdb.base/skip.exp: Clean up multiple references to same test name.
9668
9669 2016-02-01 Pedro Alves <palves@redhat.com>
9670
9671 PR remote/19496
9672 * gdb.threads/forking-threads-plus-breakpoint.exp
9673 (displaced_stepping_supported): New global.
9674 (probe_displaced_stepping_support): New procedure.
9675 (do_test): Add 'displaced' parameter, and use it.
9676 (top level): Check for displaced stepping support. Add displaced
9677 stepping on/off testing axis.
9678
9679 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9680
9681 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9682 pointer. Don't perform further tests on the unassociated pointer
9683 if the first test fails.
9684
9685 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9686
9687 * gdb.base/max-value-size.c: New file.
9688 * gdb.base/max-value-size.exp: New file.
9689 * gdb.base/huge.exp: Disable max-value-size for this test.
9690
9691 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9692
9693 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9694
9695 2016-01-28 Yao Qi <yao.qi@linaro.org>
9696
9697 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9698
9699 2016-01-25 Pedro Alves <palves@redhat.com>
9700
9701 PR threads/19461
9702 * gdb.base/fork-running-state.c: New file.
9703 * gdb.base/fork-running-state.exp: New file.
9704
9705 2016-01-25 Pedro Alves <palves@redhat.com>
9706
9707 PR gdb/19494
9708 * gdb.base/catch-fork-kill.c: New file.
9709 * gdb.base/catch-fork-kill.exp: New file.
9710
9711 2016-01-25 Pedro Alves <palves@redhat.com>
9712
9713 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9714 Delete, moved to lib/gdb.exp.
9715 * gdb.threads/forking-threads-plus-breakpoint.exp
9716 (foreach_with_prefix): Likewise.
9717 * gdb.threads/process-dies-while-handling-bp.exp
9718 (foreach_with_prefix): Likewise.
9719 * lib/gdb.exp (foreach_with_prefix): New procedure.
9720
9721 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9722
9723 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9724 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9725
9726 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9727
9728 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9729 endian targets.
9730
9731 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9732 Pedro Alves <palves@redhat.com>
9733
9734 Fix testsuite compatibility with Guile.
9735 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9736 number.
9737
9738 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9739
9740 Fix testsuite compatibility with Guile.
9741 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9742 (thread 1): New test for backtrace through signal handler.
9743
9744 2016-01-22 Yao Qi <yao.qi@linaro.org>
9745
9746 PR testsuite/19491
9747 * gdb.base/multi-forks.c: Include
9748 ../lib/unbuffer_output.c
9749 (main): Call gdb_unbuffer_output.
9750
9751 2016-01-21 Doug Evans <dje@google.com>
9752
9753 * lib/ada.exp (gdb_compile_ada): Fix typo.
9754
9755 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9756
9757 * gdb.base/break-fun-addr.exp: New file.
9758 * gdb.base/break-fun-addr1.c: New file.
9759 * gdb.base/break-fun-addr2.c: New file.
9760
9761 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9762
9763 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9764 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9765 enum flag values.
9766
9767 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9768
9769 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9770 when GDB can not set the vector return value. Add more comments
9771 for clarification.
9772
9773 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9774
9775 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9776 command.
9777
9778 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9779
9780 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9781
9782 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9783
9784 * Makefile.in (check-single): Pass --status to runtest.
9785 (check/%.exp): Likewise.
9786
9787 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9788
9789 * Makefile.in (check-parallel): Propagate return code from make
9790 do-check-parallel.
9791
9792 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9793
9794 * gdb.trace/ftrace.exp: Fix expected message on continue.
9795 * gdb.trace/pending.exp: Fix expected message on continue.
9796 * gdb.trace/trace-break.exp: Fix expected message on continue.
9797
9798 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9799
9800 * lib/gdb.exp (gdb_test): Remove unused global references.
9801
9802 2016-01-18 Pedro Alves <palves@redhat.com>
9803
9804 * gdb.base/async-shell.exp: Adjust expected output.
9805 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9806 * gdb.base/siginfo-thread.exp: Adjust expected output.
9807 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9808 * gdb.java/jnpe.exp: Adjust expected output.
9809 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9810 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9811 * gdb.threads/leader-exit.exp: Adjust expected output.
9812 * gdb.threads/manythreads.exp: Adjust expected output.
9813 * gdb.threads/pthreads.exp: Adjust expected output.
9814 * gdb.threads/schedlock.exp: Adjust expected output.
9815 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9816 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9817 expected output.
9818 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9819 output.
9820 * gdb.threads/sigthread.exp: Adjust expected output.
9821 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9822
9823 2016-01-18 Yao Qi <yao.qi@linaro.org>
9824
9825 * gdb.guile/scm-section-script.c: Replace @progbits with
9826 %progbits.
9827 * gdb.python/py-section-script.c: Likewise.
9828
9829 2016-01-15 Pedro Alves <palves@redhat.com>
9830
9831 * gdb.multi/tids.exp: Test star wildcard ranges.
9832
9833 2016-01-15 Pedro Alves <palves@redhat.com>
9834
9835 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9836 command from "thread apply" invocation.
9837 (thr_apply_info_thr_invalid): Default the expected output to the
9838 input tid list.
9839 (top level): Add tests that use convenience variables. Add tests
9840 for "thread apply" with a valid TID list, but missing the command.
9841
9842 2016-01-13 Pedro Alves <palves@redhat.com>
9843
9844 * gdb.base/default.exp: Expect $_gthread as well.
9845 * gdb.multi/tids.exp: Test $_gthread.
9846 * gdb.threads/thread-specific.exp: Test $_gthread.
9847
9848 2016-01-13 Pedro Alves <palves@redhat.com>
9849
9850 * gdb.multi/tids.exp: Test "info threads -gid".
9851
9852 2016-01-13 Pedro Alves <palves@redhat.com>
9853
9854 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9855 Breakpoint.thread.
9856 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9857
9858 2016-01-07 Pedro Alves <palves@redhat.com>
9859
9860 * gdb.base/break.exp: Adjust to output changes.
9861 * gdb.base/hbreak2.exp: Likewise.
9862 * gdb.base/sepdebug.exp: Likewise.
9863 * gdb.base/watch_thread_num.exp: Likewise.
9864 * gdb.linespec/keywords.exp: Likewise.
9865 * gdb.multi/info-threads.exp: Likewise.
9866 * gdb.threads/thread-find.exp: Likewise.
9867 * gdb.multi/tids.c: New file.
9868 * gdb.multi/tids.exp: New file.
9869
9870 2016-01-13 Pedro Alves <palves@redhat.com>
9871
9872 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9873
9874 2016-01-13 Pedro Alves <palves@redhat.com>
9875
9876 * gdb.base/default.exp: Expect $_inferior as well.
9877 * gdb.multi/base.exp: Test $_inferior.
9878
9879 2016-01-13 Pedro Alves <palves@redhat.com>
9880
9881 PR breakpoints/19388
9882 * gdb.base/catch-signal-siginfo-cond.c: New file.
9883 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9884
9885 2016-01-12 Josh Stone <jistone@redhat.com>
9886 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9887
9888 * gdb.base/catch-syscall.c (do_execve): New variable.
9889 (main): Conditionally trigger an execve.
9890 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9891 (test_catch_syscall_execve): New, check entry/return across execve.
9892 (do_syscall_tests): Call test_catch_syscall_execve.
9893
9894 2016-01-12 Pedro Alves <palves@redhat.com>
9895
9896 * gdb.base/random-signal.exp (do_test): New procedure, with body
9897 of testcase moved in.
9898
9899 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9900 Pedro Alves <palves@redhat.com>
9901
9902 * gdb.base/funcargs.exp (finish from indirectly called function):
9903 Reintroduce the case for 'First'.
9904
9905 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9906 Pedro Alves <palves@redhat.com>
9907
9908 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9909 (tcatch_vfork_then_child_follow_exec)
9910 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9911 identification.
9912
9913 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9914
9915 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9916 and repeats to unlimited.
9917 * gdb.python/py-value.exp: Likewise.
9918 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9919 and repeats to unlimited.
9920
9921 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9922
9923 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9924 and reordering the functions.
9925 * gdb.multi/hangout.c: Likewise.
9926 * gdb.multi/hello.c: Likewise.
9927
9928 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9929
9930 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9931 absolute.
9932 (SingleStatisticTestResult.report): Use dict.keys instead of
9933 dict.iterkeys.
9934
9935 2016-01-06 Pedro Alves <palves@redhat.com>
9936
9937 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9938
9939 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9940
9941 * gdb.btrace/dlopen.exp: New.
9942 * gdb.btrace/dlopen.c: New.
9943 * gdb.btrace/dlopen-dso.c: New.
9944
9945 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9946
9947 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9948 PATTERN argument is optional.
9949
9950 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9951
9952 * lib/ada.exp (target_compile_ada_from_dir): New function.
9953 (gdb_compile_ada): Reimplement avoiding the use of project files.
9954 * gdb.ada/gnat_ada.gpr: Delete.
9955 * gdb.ada/cond_lang.exp: Adjust test to make path before
9956 filename optional.
9957 * gdb.ada/small_reg_param.exp: Likewise.
9958
9959 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9960
9961 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9962
9963 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9964
9965 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9966 case.
9967
9968 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9969
9970 * gdb.base/break.exp: Remove dead code.
9971 * gdb.base/sepdebug.exp: Likewise.
9972
9973 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9974
9975 * gdb.asm/asm-source.exp: Remove HP-UX references.
9976 * gdb.base/annota1.exp: Likewise.
9977 * gdb.base/annota3.exp: Likewise.
9978 * gdb.base/attach.exp: Likewise.
9979 * gdb.base/bigcore.exp: Likewise.
9980 * gdb.base/break.exp: Likewise.
9981 * gdb.base/call-ar-st.exp: Likewise.
9982 * gdb.base/callfuncs.exp: Likewise.
9983 * gdb.base/catch-fork-static.exp: Likewise.
9984 * gdb.base/display.exp: Likewise.
9985 * gdb.base/foll-exec-mode.exp: Likewise.
9986 * gdb.base/foll-exec.exp: Likewise.
9987 * gdb.base/foll-fork.exp: Likewise.
9988 * gdb.base/foll-vfork.exp: Likewise.
9989 * gdb.base/funcargs.exp: Likewise.
9990 * gdb.base/hbreak2.exp: Likewise.
9991 * gdb.base/inferior-died.exp: Likewise.
9992 * gdb.base/interrupt.exp: Likewise.
9993 * gdb.base/multi-forks.exp: Likewise.
9994 * gdb.base/nodebug.exp: Likewise.
9995 * gdb.base/sepdebug.exp: Likewise.
9996 * gdb.base/solib1.c: Likewise.
9997 * gdb.base/step-test.exp: Likewise.
9998 * gdb.mi/non-stop.c: Likewise.
9999 * gdb.mi/pthreads.c: Likewise.
10000 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10001 * gdb.threads/pthreads.c: Likewise.
10002 * gdb.threads/staticthreads.exp: Likewise.
10003 * lib/future.exp: Likewise.
10004 * lib/gdb.exp: Likewise.
10005 * gdb.base/so-indr-cl.c: Remove.
10006 * gdb.base/so-indr-cl.exp: Likewise.
10007 * gdb.base/solib.c: Likewise.
10008 * gdb.base/solib.exp: Likewise.
10009 * gdb.base/solib2.c: Likewise.
10010
10011 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10012
10013 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10014 * gdb.base/call-ar-st.exp: Likewise.
10015 * gdb.base/callfuncs.exp: Likewise.
10016 * gdb.base/condbreak.exp: Likewise.
10017 * gdb.base/constvars.exp: Likewise.
10018 * gdb.base/hbreak2.exp: Likewise.
10019 * gdb.base/langs.exp: Likewise.
10020 * gdb.base/list.exp: Likewise.
10021 * gdb.base/long_long.exp: Likewise.
10022 * gdb.base/ptype.exp: Likewise.
10023 * gdb.base/scope.exp: Likewise.
10024 * gdb.base/signals.exp: Likewise.
10025 * gdb.base/so-impl-ld.exp: Likewise.
10026 * gdb.base/varargs.exp: Likewise.
10027 * gdb.base/volatile.exp: Likewise.
10028 * gdb.base/whatis.exp: Likewise.
10029 * gdb.cp/cplusfuncs.exp: Likewise.
10030 * gdb.cp/inherit.exp: Likewise.
10031 * gdb.cp/local.exp: Likewise.
10032 * gdb.cp/member-ptr.exp: Likewise.
10033 * gdb.cp/method.exp: Likewise.
10034 * gdb.cp/overload.exp: Likewise.
10035 * gdb.cp/templates.exp: Likewise.
10036 * gdb.stabs/weird.exp: Likewise.
10037 * lib/compiler.c: Likewise.
10038 * lib/compiler.cc: Likewise.
10039 * lib/cp-support.exp: Likewise.
10040 * lib/gdb.exp: Likewise.
10041
10042 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10043
10044 * configure.ac: Remove HP-UX case.
10045 * configure: Regenerate.
10046
10047 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10048
10049 * lib/gdb.exp (gdb_compile): Add function doc.
10050
10051 2015-12-17 Pedro Alves <palves@redhat.com>
10052
10053 PR threads/19354
10054 * gdb.multi/info-threads.exp: New file.
10055
10056 2015-12-15 Yao Qi <yao.qi@linaro.org>
10057
10058 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10059 is aarch64*-*-*.
10060
10061 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10062
10063 * gdb.base/history-duplicates.exp: Skip if no readline support.
10064
10065 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10066
10067 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10068
10069 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10070
10071 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10072
10073 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10074
10075 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10076 ctrl-C if nointerrupts target property is set.
10077 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10078 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10079 * gdb.base/paginate-bg-execution.exp: Likewise.
10080 * gdb.base/paginate-execution-startup.exp: Likewise.
10081 * gdb.base/random-signal.exp: Likewise.
10082 * gdb.base/range-stepping.exp: Likewise.
10083 * gdb.cp/annota2.exp: Likewise.
10084 * gdb.cp/annota3.exp: Likewise.
10085 * gdb.gdb/selftest.exp: Likewise.
10086 * gdb.threads/continue-pending-status.exp: Likewise.
10087 * gdb.threads/leader-exit.exp: Likewise.
10088 * gdb.threads/manythreads.exp: Likewise.
10089 * gdb.threads/pthreads.exp: Likewise.
10090 * gdb.threads/schedlock.exp: Likewise.
10091 * gdb.threads/sigthread.exp: Likewise.
10092
10093 2015-12-11 Don Breazeal <donb@codesourcery.com>
10094
10095 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10096 remote.
10097 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10098 * gdb.base/foll-exec.exp (main): Enable for target remote.
10099 * gdb.base/foll-fork.exp (main): Likewise.
10100 * gdb.base/foll-vfork.exp (main): Likewise.
10101 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10102 (proc continue_to_exit_bp_loc): Use clean_restart.
10103 * gdb.base/pie-execl.exp (main): Disable for target remote.
10104 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10105 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10106 * gdb.threads/execl.exp (main): Likewise.
10107 * gdb.threads/fork-child-threads.exp (main): Likewise.
10108 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10109 remote.
10110 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10111 remote.
10112 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10113 pid.tid style ptids, instead of just tid.
10114 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10115 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10116 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10117 ptids, instead of just tid.
10118
10119 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10120
10121 * gdb.base/list.exp (test_list_forward): Add end of file error
10122 test.
10123 (test_repeat_list_command): Add end of file error test.
10124 (test_list_backwards): Add beginning of file error test.
10125
10126 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10127
10128 * gdb.base/list.exp (test_list_invalid_args): New function,
10129 defined, and called.
10130
10131 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10132
10133 * gdb.base/list.exp (test_list): Make test names unique.
10134
10135 2015-12-11 Yao Qi <yao.qi@linaro.org>
10136
10137 * gdb.base/coremaker2.c: Remove.
10138
10139 2015-12-10 Pedro Alves <palves@redhat.com>
10140
10141 * gdb.multi/base.exp: Remove stale "spaces" references.
10142
10143 2015-12-10 Pedro Alves <palves@redhat.com>
10144
10145 * gdb.multi/base.exp: Don't use nowarnings.
10146 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10147 * gdb.multi/hangout.c: Include stdio.h.
10148 * gdb.multi/hello.c: Include stdlib.h.
10149 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10150 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10151 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10152
10153 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10154
10155 * gdb.dwarf2/dw2-ranges-base.c: New file.
10156 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10157 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10158 support additional line table, and debug ranges generation.
10159 (Dwarf::ranges): New function, generate .debug_ranges.
10160 (Dwarf::lines): Support generating simple line table programs.
10161 (Dwarf::assemble): Initialise new namespace variables.
10162
10163 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10164
10165 * gdb.base/async.exp (proc test_background): Add case for
10166 asynchronous execution not supported.
10167
10168 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10169
10170 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10171 format and change test names to make them unique.
10172
10173 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10174 Pedro Alves <pedro@redhat.com>
10175
10176 PR gdb/18702
10177 Add checking of floatformats setup on x86_64 hosts.
10178 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10179 (smallval, bigval): New labels/constants.
10180 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10181 float" after loading bigval and smallval.
10182
10183 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10184
10185 * gdb.ada/fun_overload_menu.exp: New testcase.
10186 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10187
10188 2015-12-04 Josh Stone <jistone@redhat.com>
10189
10190 * gdb.base/catch-fork-static.exp: New.
10191
10192 2015-12-03 Yao Qi <yao.qi@linaro.org>
10193
10194 * gdb.base/sizeof.c: Don't include stdio.h and
10195 ../lib/unbuffer_output.c.
10196 (main): New variable 'size' and 'value'. Remove printf and
10197 gdb_unbuffer_output. Assign return value to size and value.
10198 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10199 at the beginning.
10200 (check_sizeof): Check the result by printing variable 'size'.
10201 (check_valueof): Check the result by printing variable 'value'.
10202
10203 2015-12-01 Yao Qi <yao.qi@linaro.org>
10204
10205 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10206 for aarch64*-*-linux* target.
10207
10208 2015-11-30 Pedro Alves <palves@redhat.com>
10209
10210 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10211
10212 2015-11-30 Pedro Alves <palves@redhat.com>
10213
10214 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10215 Handle non-stop mode vCont replies.
10216
10217 2015-11-30 Pedro Alves <palves@redhat.com>
10218
10219 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10220 prepare_for_testing. Start gdb with "set non-stop on" appended to
10221 GDBFLAGS. Lax expected stop output.
10222
10223 2015-11-27 Yao Qi <yao.qi@linaro.org>
10224
10225 * gdb.arch/arm-neon.exp: New.
10226 * gdb.arch/arm-neon.c: New.
10227
10228 2015-11-27 Yao Qi <yao.qi@linaro.org>
10229
10230 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10231
10232 2015-11-27 Yao Qi <yao.qi@linaro.org>
10233
10234 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10235 frames-invalid annotation.
10236
10237 2015-11-27 Yao Qi <yao.qi@linaro.org>
10238
10239 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10240
10241 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10242
10243 * gdb.threads/names.exp: New file.
10244 * gdb.threads/names.c: New file.
10245 * README: Mention gdb,no_thread_names.
10246
10247 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10248
10249 PR 19297
10250 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10251 support" error.
10252
10253 2015-11-24 Pedro Alves <palves@redhat.com>
10254
10255 PR 17539
10256 * gdb.base/display.exp: Expect displays to be sorted in ascending
10257 order. Use multi_line.
10258 * gdb.base/solib-display.exp: Likewise.
10259
10260 2015-11-24 Pedro Alves <palves@redhat.com>
10261
10262 PR 17539
10263 * gdb.base/display.exp: Expect displays to be sorted in ascending
10264 order. Use multi_line.
10265 * gdb.base/solib-display.exp: Likewise.
10266
10267 2015-11-24 Pedro Alves <palves@redhat.com>
10268
10269 PR 17539
10270 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10271 threads in ascending order.
10272 * gdb.base/foll-fork.exp: Likewise.
10273 * gdb.base/foll-vfork.exp: Likewise.
10274 * gdb.base/multi-forks.exp: Likewise.
10275 * gdb.mi/mi-nonstop.exp: Likewise.
10276 * gdb.mi/mi-nsintrall.exp: Likewise.
10277 * gdb.multi/base.exp: Likewise.
10278 * gdb.multi/multi-arch.exp: Likewise.
10279 * gdb.python/py-inferior.exp: Likewise.
10280 * gdb.threads/break-while-running.exp: Likewise.
10281 * gdb.threads/execl.exp: Likewise.
10282 * gdb.threads/gcore-thread.exp: Likewise.
10283 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10284 * gdb.threads/kill.exp: Likewise.
10285 * gdb.threads/linux-dp.exp: Likewise.
10286 * gdb.threads/multiple-step-overs.exp: Likewise.
10287 * gdb.threads/next-bp-other-thread.exp: Likewise.
10288 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10289 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10290 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10291 * gdb.threads/thread-find.exp: Likewise.
10292 * gdb.threads/tls.exp: Likewise.
10293 * lib/mi-support.exp (mi_reverse_list): Delete.
10294 (mi_check_thread_states): No longer reverse list.
10295
10296 2015-11-24 Pedro Alves <palves@redhat.com>
10297
10298 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10299 use lowercase.
10300
10301 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10302
10303 * gdb.trace/actions.c: Include trace-common.h.
10304 (main): Add a location for a fast tracepoint.
10305 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10306 the normal tracepoints.
10307 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10308
10309 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10310
10311 * save-trace.exp: Factor out code to these...
10312 (gdb_save_tracepoints): New.
10313 (gdb_load_tracepoints): New.
10314 (do_save_load_test): New.
10315
10316 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10317
10318 * gdb.base/asmlabel.exp: New test.
10319 * gdb.base/asmlabel.c: New test case.
10320
10321 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10322
10323 * gdb.base/wrong_frame_bt_full-main.c: New file.
10324 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10325 * gdb.base/wrong_frame_bt_full.exp: New file.
10326
10327 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10328
10329 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10330
10331 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10332
10333 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10334 pstate register when comparing registers values in
10335 sparc64-*-linux-gnu targets to avoid spurious differences.
10336
10337 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10338
10339 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10340
10341 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10342
10343 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10344 as type argument to gdb_compile.
10345 * gdb.base/nested-subp2.exp: Likewise.
10346 * gdb.base/nested-subp3.exp: Likewise.
10347
10348 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10349
10350 * lib/dwarf.exp (_note): Fix left shift of negative value.
10351 * gdb.trace/trace-condition.exp: Likewise.
10352
10353 2015-11-13 Yao Qi <yao.qi@linaro.org>
10354
10355 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10356 comments about d10v.
10357 (test_scalar_returns): Likewise.
10358 * gdb.base/d10v.ld: Remove.
10359 * gdb.base/overlays.exp: Remove the target triplet checking for
10360 d10v-*-*.
10361 * gdb.base/structs.exp (test_struct_returns): Remove the
10362 comments about d10v.
10363 (test_struct_calls): Likewise.
10364
10365 2015-11-13 Yao Qi <yao.qi@linaro.org>
10366
10367 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10368 * gdb.base/gnu_vector.c: Don't include stdio.h.
10369 (main): Don't print res and call add_some_intvecs.
10370
10371 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10372
10373 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10374 macro.
10375 (func5): Removed.
10376 (func4): Use FAST_TRACEPOINT_LABEL.
10377 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10378 macro.
10379 (func): Removed.
10380 (thread_function): Use FAST_TRACEPOINT_LABEL.
10381 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10382 (func): Remove.
10383 (marker): Use FAST_TRACEPOINT_LABEL.
10384 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10385 (pendfunc1): Remove.
10386 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10387 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10388 (foo): Remove.
10389 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10390 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10391 macro.
10392 (func): Remove.
10393 (marker): Use FAST_TRACEPOINT_LABEL.
10394 * gdb.trace/trace-common.h: New header.
10395 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10396 macro.
10397 (func): Remove.
10398 (marker): Use FAST_TRACEPOINT_LABEL.
10399 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10400 (func): Remove.
10401 (thread_function): Use FAST_TRACEPOINT_LABEL.
10402
10403 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10404
10405 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10406 in front.
10407 * gdb.trace/change-loc.exp: Use global pcreg definition.
10408 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10409 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10410 in front.
10411 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10412 * gdb.trace/pending.exp: Likewise.
10413 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10414 * gdb.trace/trace-break.exp: Likewise.
10415 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10416 in front.
10417 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10418 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10419 in front.
10420 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10421
10422 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10423
10424 * gdb.ada/fin_fun_out: New testcase.
10425
10426 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10427
10428 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10429 value associated with DW_AT_byte_size.
10430 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10431 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10432 DW_AT_upper_bound.
10433
10434 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10435
10436 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10437 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10438 version.
10439 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10440 gdb.dwarf2/dw2-canonicalize-type.exp,
10441 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10442 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10443 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10444 provided by gdb_target_symbol_prefix_flags_asm.
10445 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10446 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10447 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10448 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10449 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10450 macros where needed). Use this macro for symbols which require
10451 the prefix provided by SYMBOL_PREFIX.
10452
10453 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10454
10455 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10456 New procs.
10457 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10458 representing expressions, of more than one list element.
10459 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10460 to prepend linker symbol prefix to f.
10461 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10462 table_1 and table_2.
10463 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10464 Likewise, for f and g.
10465 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10466 for ptr.
10467 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10468 for main.
10469 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10470 table_1_ptr and table_2_ptr.
10471
10472 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10473 Joel Brobecker <brobecker@adacore.com>
10474
10475 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10476
10477 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10478
10479 * gdb.reverse/s390-mvcle.c: New test.
10480 * gdb.reverse/s390-mvcle.exp: New file.
10481 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10482
10483 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10484
10485 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10486
10487 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10488
10489 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10490 reaching marker2.
10491 * gdb.reverse/getresuid-reverse.exp: Likewise.
10492 * gdb.reverse/pipe-reverse.exp: Likewise.
10493 * gdb.reverse/readv-reverse.exp: Likewise.
10494 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10495 * gdb.reverse/time-reverse.exp: Likewise.
10496 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10497
10498 2015-10-30 Yao Qi <yao.qi@linaro.org>
10499
10500 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10501 (empty_cycle): Remove.
10502 (main): Don't call empty_cycle. Don't use watch_count_done.
10503 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10504 empty_cycle. Rewrite the code counting HW watchpoints.
10505
10506 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10507
10508 * gdb.reverse/fstatat-reverse.c: New test.
10509 * gdb.reverse/fstatat-reverse.exp: New file.
10510 * gdb.reverse/getresuid-reverse.c: New test.
10511 * gdb.reverse/getresuid-reverse.exp: New file.
10512 * gdb.reverse/pipe-reverse.c: New test.
10513 * gdb.reverse/pipe-reverse.exp: New file.
10514 * gdb.reverse/readv-reverse.c: New test.
10515 * gdb.reverse/readv-reverse.exp: New file.
10516 * gdb.reverse/recvmsg-reverse.c: New test.
10517 * gdb.reverse/recvmsg-reverse.exp: New file.
10518 * gdb.reverse/time-reverse.c: New test.
10519 * gdb.reverse/time-reverse.exp: New file.
10520 * gdb.reverse/waitpid-reverse.c: New test.
10521 * gdb.reverse/waitpid-reverse.exp: New file.
10522
10523 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10524
10525 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10526
10527 2015-10-26 Doug Evans <dje@google.com>
10528
10529 PR symtab/17391
10530 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10531 * gdb.dwarf2/bad-regnum.c: New file.
10532 * gdb.dwarf2/bad-regnum.exp: New file.
10533
10534 2015-10-26 Doug Evans <dje@google.com>
10535
10536 PR python/18938
10537 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10538 file.
10539
10540 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10541
10542 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10543 for a change by "Mention language in compile error message".
10544
10545 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10546
10547 PR python/18073
10548 * gdb.python/py-type.c (C::a_method): New.
10549 (C::a_const_method): New.
10550 (C::a_static_method): New.
10551 (a_function): New.
10552 * gdb.python/py-type.exp (test_fields): Test getting fields
10553 from function and method.
10554
10555 2015-10-21 Keven Boell <keven.boell@intel.com>
10556
10557 * gdb.fortran/vla-alloc-assoc.exp: New file.
10558 * gdb.fortran/vla-datatypes.exp: New file.
10559 * gdb.fortran/vla-datatypes.f90: New file.
10560 * gdb.fortran/vla-history.exp: New file.
10561 * gdb.fortran/vla-ptype-sub.exp: New file.
10562 * gdb.fortran/vla-ptype.exp: New file.
10563 * gdb.fortran/vla-sizeof.exp: New file.
10564 * gdb.fortran/vla-sub.f90: New file.
10565 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10566 * gdb.fortran/vla-value-sub-finish.exp: New file.
10567 * gdb.fortran/vla-value-sub.exp: New file.
10568 * gdb.fortran/vla-value.exp: New file.
10569 * gdb.fortran/vla-ptr-info.exp: New file.
10570 * gdb.mi/mi-vla-fortran.exp: New file.
10571 * gdb.mi/vla.f90: New file.
10572
10573 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10574
10575 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10576 of hardwired timeout value.
10577
10578 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10579 Pedro Alves <palves@redhat.com>
10580
10581 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10582 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10583
10584 2015-10-19 Josh Stone <jistone@redhat.com>
10585
10586 * gdb.base/catch-syscall.c: Include <sched.h>.
10587 (unknown_syscall): New variable.
10588 (main): Trigger a vfork and an unknown syscall.
10589 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10590 (unknown_syscall_number): Likewise.
10591 (check_call_to_syscall): Accept an optional syscall pattern.
10592 (check_return_from_syscall): Likewise.
10593 (check_continue): Likewise.
10594 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10595 (test_catch_syscall_skipping_return): New test toggling off 'catch
10596 syscall' to step over the syscall return, then toggling back on.
10597 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10598 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10599 (do_syscall_tests): Call test_catch_syscall_without_args and
10600 test_catch_syscall_mid_vfork.
10601 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10602 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10603
10604 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10605
10606 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10607 print g_vE): Add new pass patterns.
10608 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10609 print various symbol names for vptr fields.
10610
10611 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10612
10613 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10614 results.
10615
10616 2015-10-12 Yao Qi <yao.qi@linaro.org>
10617
10618 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10619
10620 2015-10-12 Yao Qi <yao.qi@linaro.org>
10621
10622 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10623 is aarch64*-*-linux*.
10624
10625 2015-10-12 Yao Qi <yao.qi@linaro.org>
10626
10627 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10628 (can_relocate_bcond_true): ... it.
10629 (can_relocate_bcond_false): New function.
10630 (foo): Likewise.
10631 (can_relocate_bl): Likewise.
10632 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10633 can_relocate_bl.
10634
10635 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10636
10637 * gdb.base/nested-addr.c: New file.
10638 * gdb.base/nested-addr.exp: New testcase.
10639
10640 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10641
10642 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10643 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10644 its output. Ignore the output of "record goto begin" and instead
10645 check that GDB is replaying.
10646
10647 2015-10-09 Pedro Alves <palves@redhat.com>
10648
10649 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10650 (top level): Use it in the run with no args test.
10651
10652 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10653
10654 * gdb.dlang/properties.exp: New file.
10655
10656 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10657
10658 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10659 whether or not address 0x1000 is mapped on the target.
10660
10661 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10662
10663 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10664 build.
10665
10666 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10667
10668 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10669 instruction-history test.
10670
10671 2015-09-28 Doug Evans <dje@google.com>
10672
10673 * gdb.base/gcore.c (array_func): Add reference to static_array.
10674
10675 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10676
10677 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10678 source line.
10679
10680 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10681
10682 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10683 short or char as base type.
10684
10685 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10686
10687 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10688 to allow any size enum.
10689
10690 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10691
10692 * gdb.ada/array_ptr_renaming.exp: New testcase.
10693 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10694 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10695
10696 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10697
10698 * gdb.trace/ftrace-lock.c: New file.
10699 * gdb.trace/ftrace-lock.exp: New file.
10700
10701 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10702
10703 * gdb.arch/insn-reloc.c: New file.
10704 * gdb.arch/ftrace-insn-reloc.exp: New file.
10705
10706 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10707
10708 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10709 instruction.
10710 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10711 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10712 * gdb.trace/range-stepping.c: Likewise.
10713 * gdb.trace/trace-break.c: Likewise.
10714 * gdb.trace/trace-mt.c (thread_function): Likewise.
10715 * gdb.trace/ftrace.c (marker): Likewise.
10716 * gdb.trace/trace-condition.c (marker): Likewise.
10717 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10718 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10719 is_aarch64_target.
10720
10721 2015-09-18 Doug Evans <xdje42@gmail.com>
10722
10723 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10724 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10725
10726 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10727
10728 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10729 the breakpoint.
10730
10731 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10732
10733 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10734 the pending breakpoint. Remove timeout override for "Run till
10735 MI pending breakpoint on pendfunc3 on thread 2" test.
10736
10737 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10738
10739 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10740 filename pattern.
10741
10742 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10743
10744 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10745 in breakpoint filename pattern.
10746
10747 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10748
10749 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10750
10751 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10752
10753 * gdb.linespec/explicit.exp: Check for readline support for
10754 tab-completion tests. Fix obvious typo.
10755
10756 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10757
10758 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10759 and replay.
10760
10761 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10762
10763 * gdb.btrace/non-stop.c: New.
10764 * gdb.btrace/non-stop.exp: New.
10765
10766 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10767 Yao Qi <yao.qi@linaro.org>
10768
10769 * gdb.trace/trace-condition.c: New file.
10770 * gdb.trace/trace-condition.exp: New file.
10771
10772 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10773
10774 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10775 for testing bytecode compilation.
10776
10777 2015-09-16 Pedro Alves <palves@redhat.com>
10778 Sandra Loosemore <sandra@codesourcery.com>
10779
10780 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10781 (SECONDS): Redefine.
10782 (main): Call pthread_kill and alarm early.
10783 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10784 support.
10785 (test): If the target can't hardware step and doesn't support
10786 displaced stepping, increase the timeout.
10787
10788 2015-09-16 Pedro Alves <palves@redhat.com>
10789
10790 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10791 (enable_debug): New procedures.
10792 (test): Use them. Bail out if waiting for threads fails.
10793 (top level): Bail out if a test fails.
10794
10795 2015-09-16 Yao Qi <yao.qi@linaro.org>
10796
10797 * gdb.asm/asm-source.exp: Set asm-arch for
10798 aarch64*-*-* target.
10799 * gdb.asm/aarch64.inc: New file.
10800
10801 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10802
10803 * gdb.ada/array_of_variable_length.exp: New testcase.
10804 * gdb.ada/array_of_variable_length/foo.adb: New file.
10805 * gdb.ada/array_of_variable_length/pck.adb: New file.
10806 * gdb.ada/array_of_variable_length/pck.ads: New file.
10807
10808 2015-09-15 Doug Evans <dje@google.com>
10809
10810 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10811 of function static local variable.
10812
10813 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10814
10815 * gdb.threads/tls-so_extern.exp: New test file.
10816 * gdb.threads/tls-so_extern.c: New test file.
10817 * gdb.threads/tls-so_extern_main.c: New test file.
10818
10819 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10820
10821 * gdb.opt/solib-intra-step-lib.c: New file.
10822 * gdb.opt/solib-intra-step-main.c: New file.
10823 * gdb.opt/solib-intra-step.exp: New file.
10824
10825 2015-09-15 Pedro Alves <palves@redhat.com>
10826
10827 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10828 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10829
10830 2015-09-14 Pedro Alves <palves@redhat.com>
10831
10832 * gdb.base/hook-stop-continue.c: Delete.
10833 * gdb.base/hook-stop-continue.exp: Delete.
10834 * gdb.base/hook-stop-frame.c: Delete.
10835 * gdb.base/hook-stop-frame.exp: Delete.
10836 * gdb.base/hook-stop.c: New file.
10837 * gdb.base/hook-stop.exp: New file.
10838
10839 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10840
10841 * gdb.ada/access_to_packed_array.exp: New testcase.
10842 * gdb.ada/access_to_packed_array/foo.adb: New file.
10843 * gdb.ada/access_to_packed_array/pack.adb: New file.
10844 * gdb.ada/access_to_packed_array/pack.ads: New file.
10845
10846 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10847
10848 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10849 buffer size test.
10850
10851 2015-09-11 Don Breazeal <donb@codesourcery.com>
10852
10853 * gdb.base/foll-exec.c: Add copyright header. Fix
10854 formatting issues.
10855 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10856 (do_exec_tests): Use clean_restart in place of zap_session,
10857 and for test initialization. Fix formatting issues. Use
10858 fail in place of perror.
10859 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10860 an expect statement to match an expression with output from
10861 the program under debug.
10862 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10863 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10864 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10865 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10866 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10867
10868 2015-09-09 Doug Evans <dje@google.com>
10869
10870 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10871
10872 2015-09-09 Doug Evans <dje@google.com>
10873
10874 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10875
10876 2015-09-09 Doug Evans <dje@google.com>
10877
10878 * gdb.base/savedregs.exp: Fix typo.
10879
10880 2015-09-09 Pedro Alves <palves@redhat.com>
10881
10882 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10883
10884 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10885
10886 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10887 command actually switches threads. Give up on remaining
10888 tests if target fails to stop at breakpoint.
10889
10890 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10891
10892 * gdb.ada/funcall_char.exp: New testcase.
10893 * gdb.ada/funcall_char/foo.adb: New file.
10894
10895 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10896
10897 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10898 expected outputs. Add two testcases for completing ambiguous
10899 functions.
10900 * gdb.ada/complete/aux_pck.adb: New file.
10901 * gdb.ada/complete/aux_pck.ads: New file.
10902 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10903 Ambiguous_Func functions.
10904 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10905 * gdb.ada/complete/pck.adb: Likewise.
10906
10907 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10908
10909 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10910 failures to run the test program under GDB.
10911
10912 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10913
10914 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10915 to C.
10916
10917 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10918
10919 * gdb.base/run-after-attach.exp: New test file.
10920 * gdb.base/run-after-attach.c: New test file.
10921
10922 2015-08-26 Don Breazeal <donb@codesourcery.com>
10923
10924 * gdb.base/foll-exec-2.c: New test program.
10925 * gdb.base/foll-exec-2.exp: New test.
10926
10927 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10928
10929 * gdb.base/nested-subp1.exp: New file.
10930 * gdb.base/nested-subp1.c: New file.
10931 * gdb.base/nested-subp2.exp: New file.
10932 * gdb.base/nested-subp2.c: New file.
10933 * gdb.base/nested-subp3.exp: New file.
10934 * gdb.base/nested-subp3.c: New file.
10935
10936 2015-08-24 Pedro Alves <palves@redhat.com>
10937
10938 * gdb.server/connect-without-multi-process.c: New file.
10939 * gdb.server/connect-without-multi-process.exp: New file.
10940
10941 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10942
10943 * gdb.opt/inline-markers.c: Make z int.
10944
10945 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10946
10947 * gdb.opt/inline-markers.c: Make z volatile.
10948
10949 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10950
10951 * gdb.opt/inline-bt.c: New volatile global z.
10952 * gdb.opt/inline-cmds.c: Likewise.
10953 * gdb.opt/inline-locals.c: Likewise.
10954 * gdb.opt/inline-markers.c: New extern global z.
10955 (marker): Use z.
10956 (inline_fn): Likewise.
10957
10958 2015-08-24 Pedro Alves <palves@redhat.com>
10959
10960 * config/m32r-stub.exp: Remove file.
10961 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10962 * gdb.base/call-rt-st.exp: Likewise.
10963 * gdb.base/call-strs.exp: Likewise.
10964 * gdb.base/default.exp: Remove references to h8300-*-hms and
10965 *-*-udi*.
10966 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10967
10968 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10969
10970 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10971 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10972 and "return" use KFAIL when GDB can not read/write the vector
10973 return value.
10974
10975 2015-08-21 Gary Benson <gbenson@redhat.com>
10976
10977 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10978
10979 2015-08-20 Pedro Alves <palves@redhat.com>
10980
10981 * gdb.server/solib-list.exp: No longer expect an interior stop in
10982 non-stop mode.
10983
10984 2015-08-20 Pedro Alves <palves@redhat.com>
10985
10986 * gdb.server/connect-stopped-target.c: New file.
10987 * gdb.server/connect-stopped-target.exp: New file.
10988
10989 2015-08-20 Pedro Alves <palves@redhat.com>
10990
10991 * gdb.dwarf2/comp-unit-lang.exp: New file.
10992 * gdb.dwarf2/comp-unit-lang.c: New file.
10993
10994 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10995
10996 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10997 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10998
10999 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11000
11001 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11002 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11003
11004 2015-08-18 Doug Evans <dje@google.com>
11005 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11006
11007 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11008 skip_python_tests. New arg prompt_regexp.
11009 (skip_python_tests): New function.
11010 * lib/mi-support.exp (mi_skip_python_tests): New function.
11011 * gdb.python/py-mi-objfile-gdb.py: New file.
11012 * gdb.python/py-mi-objfile.c: New file.
11013 * gdb.python/py-mi-objfile.exp: New file.
11014
11015 2015-08-17 Keith Seitz <keiths@redhat.com>
11016
11017 * gdb.linespec/explicit.exp: Move strace test from here ...
11018 * gdb.trace/strace.exp: ... to here.
11019
11020 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11021
11022 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11023 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11024
11025 2015-08-14 Doug Evans <xdje42@gmail.com>
11026
11027 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11028 inferior before selecting a new file.
11029
11030 2015-08-14 Doug Evans <xdje42@gmail.com>
11031
11032 * gdb.mi/mi-disassemble.exp: Update.
11033 * gdb.base/disasm-optim.S: New file.
11034 * gdb.base/disasm-optim.c: New file.
11035 * gdb.base/disasm-optim.h: New file.
11036 * gdb.base/disasm-optim.exp: New file.
11037
11038 2015-08-14 Keith Seitz <keiths@redhat.com>
11039
11040 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11041 "evaluated-by".
11042
11043 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11044
11045 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11046
11047 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11048
11049 * gdb.ada/fun_renaming.exp: New testcase.
11050 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11051 * gdb.ada/fun_renaming/pack.adb: New file.
11052 * gdb.ada/fun_renaming/pack.ads: New file.
11053
11054 2015-08-12 Keith Seitz <keiths@redhat.com>
11055
11056 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11057 gdb_get_line_number.
11058
11059 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11060
11061 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11062 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11063 gdb.base/dso2dso.exp: New files.
11064
11065 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11066 Pedro Alves <palves@redhat.com>
11067 Keith Seitz <keiths@redhat.com>
11068
11069 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11070 GDBFLAGS.
11071
11072 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11073
11074 * gdb.base/gdbhistsize-history.exp
11075 (test_histsize_history_setting): Use save_vars.
11076 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11077 Use save_vars.
11078 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11079 * gdb.base/readline.exp: Use save_vars.
11080
11081 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11082
11083 * lib/gdb.exp (save_vars): New proc.
11084
11085 2015-08-11 Keith Seitz <keiths@redhat.com>
11086
11087 * gdb.base/help.exp: Update help_breakpoint_text.
11088
11089 2015-08-11 Keith Seitz <keiths@redhat.com>
11090
11091 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11092 (at toplevel): Call test_explicit_breakpoints.
11093 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11094 breakpoints.
11095 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11096 breakpoint conditions, "-cond".
11097
11098 2015-08-11 Keith Seitz <keiths@redhat.com>
11099
11100 * gdb.linespec/3explicit.c: New file.
11101 * gdb.linespec/cpexplicit.cc: New file.
11102 * gdb.linespec/cpexplicit.exp: New file.
11103 * gdb.linespec/explicit.c: New file.
11104 * gdb.linespec/explicit.exp: New file.
11105 * gdb.linespec/explicit2.c: New file.
11106 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11107 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11108 before using in the matching pattern.
11109 Clarify that `prefix' is a regular expression.
11110
11111 2015-08-11 Keith Seitz <keiths@redhat.com>
11112
11113 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11114 test.
11115 Add tests for missing ",FMT" and ",".
11116
11117 2015-08-10 Doug Evans <dje@google.com>
11118 Keith Seitz <keiths@redhat.com>
11119
11120 PR gdb/17960
11121 * gdb.base/completion.exp: Add location completer tests.
11122
11123 2015-08-07 Pedro Alves <palves@redhat.com>
11124
11125 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11126 tests here.
11127 (top level): Run do_test with and without displaced stepping.
11128
11129 2015-08-07 Pedro Alves <palves@redhat.com>
11130
11131 * gdb.base/valgrind-disp-step.c: New file.
11132 * gdb.base/valgrind-disp-step.exp: New file.
11133
11134 2015-08-07 Pedro Alves <palves@redhat.com>
11135
11136 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11137 Delete function.
11138 (main): Add alarm. Run an infinite loop instead of calling
11139 wait_threads.
11140 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11141 comment.
11142 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11143 Delete function.
11144 (main): Add alarm. Run an infinite loop instead of calling
11145 wait_threads.
11146 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11147 comment.
11148
11149 2015-08-07 Pedro Alves <palves@redhat.com>
11150
11151 * gdb.base/checkpoint-ns.exp: New file.
11152 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11153 standard_testfile.
11154
11155 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11156
11157 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11158 * gdb.btrace/instruction_history.exp: Update.
11159 * gdb.btrace/tsx.exp: New.
11160 * gdb.btrace/tsx.c: New.
11161
11162 2015-08-06 Pedro Alves <palves@redhat.com>
11163
11164 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11165 increase timeout.
11166 * gdb.reverse/until-precsave.exp: Bump timeouts.
11167
11168 2015-08-06 Pedro Alves <palves@redhat.com>
11169
11170 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11171
11172 2015-08-06 Pedro Alves <palves@redhat.com>
11173
11174 PR gdb/18749
11175 * gdb.threads/process-dies-while-handling-bp.c: New file.
11176 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11177
11178 2015-08-06 Pedro Alves <palves@redhat.com>
11179
11180 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11181 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11182
11183 2015-08-05 Pedro Alves <palves@redhat.com>
11184
11185 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11186 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11187
11188 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11189
11190 * gdb.base/bp-permanent.exp: Report test as unsupported if
11191 the target cannot stop at the permanent breakpoint.
11192
11193 2015-08-03 Doug Evans <dje@google.com>
11194
11195 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11196 10000.
11197
11198 2015-08-03 Doug Evans <dje@google.com>
11199
11200 * Makefile.in (workers/%.worker, build-perf): New rule.
11201 (GDB_PERFTEST_MODE): New variable.
11202 (check-perf): Use it.
11203 (clean): Clean up gdb.perf parallel build subdirs.
11204 * lib/build-piece.exp: New file.
11205 * lib/gdb.exp (make_gdb_parallel_path): New function
11206 (standard_output_file, standard_temp_file): Call it.
11207 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11208 of $GDB_PARALLEL.
11209 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11210
11211 2015-08-03 Doug Evans <dje@google.com>
11212
11213 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11214 (LOG_FILE_NAME): New global.
11215 (TextReporter.__init__): Initialize self.txt_sum.
11216 (TextReporter.report): Add support for multiple data-points.
11217 Move report to perftest.sum, put raw data in perftest.log.
11218 (TextReporter.start): Open sum and log files.
11219 (TextReporter.end): Close sum and log files.
11220 * gdb.perf/lib/perftest/testresult.py
11221 (SingleStatisticTestResult.record): Handle multiple data-points.
11222
11223 2015-07-31 Pedro Alves <palves@redhat.com>
11224
11225 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11226 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11227 kill_wait_spawned_process instead of explicit "kill -9".
11228 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11229 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11230 kill_wait_spawned_process.
11231 * gdb.base/attach-twice.exp: Likewise.
11232 * gdb.base/attach.exp: Likewise.
11233 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11234 gdb_test_multiple.
11235 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11236 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11237 kill_wait_spawned_process.
11238 * gdb.base/valgrind-infcall.exp: Likewise.
11239 * gdb.multi/multi-attach.exp: Likewise.
11240 * gdb.python/py-prompt.exp: Likewise.
11241 * gdb.python/py-sync-interp.exp: Likewise.
11242 * gdb.server/ext-attach.exp: Likewise.
11243 * gdb.threads/attach-into-signal.exp (corefunc): Use
11244 spawn_wait_for_attach, spawn_id_get_pid and
11245 kill_wait_spawned_process.
11246 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11247 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11248 spawn_id_get_pid and kill_wait_spawned_process.
11249 * gdb.threads/attach-stopped.exp (corefunc): Use
11250 spawn_wait_for_attach, spawn_id_get_pid and
11251 kill_wait_spawned_process.
11252 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11253 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11254 kill_wait_spawned_process instead of explicit "kill -9".
11255 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11256 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11257 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11258 processes. Don't map cygwin/windows pids here. Now returns a
11259 spawn id list.
11260
11261 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11262
11263 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11264 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11265 correct patch.
11266
11267 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11268
11269 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11270
11271 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11272
11273 Reapply:
11274 2014-05-21 Mark Wielaard <mjw@redhat.com>
11275
11276 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11277
11278 2015-07-30 Pedro Alves <palves@redhat.com>
11279
11280 * linux-low.c (handle_extended_wait): Set the child's last
11281 reported status to TARGET_WAITKIND_STOPPED.
11282
11283 2015-07-30 Pedro Alves <palves@redhat.com>
11284
11285 PR threads/18600
11286 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11287 only shows inferior 1.
11288
11289 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11290 Pedro Alves <palves@redhat.com>
11291
11292 PR threads/18600
11293 * gdb.threads/fork-plus-threads.c: New file.
11294 * gdb.threads/fork-plus-threads.exp: New file.
11295
11296 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11297
11298 * gdb.base/batch-preserve-term-settings.exp
11299 (test_terminal_settings_preserved_after_cli_exit): Use
11300 send_quit_command.
11301
11302 2015-07-29 Pedro Alves <palves@redhat.com>
11303 Don Breazeal <donb@codesourcery.com>
11304
11305 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11306 output from both inferior_spawn_id and gdb_spawn_id.
11307
11308 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11309
11310 * gdb.threads/attach-into-signal.exp (corefunc): Use
11311 with_test_prefix on nested loops, uniquefying the test messages.
11312
11313 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11314
11315 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11316 commit.
11317
11318 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11319
11320 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11321 New proc.
11322 (test_terminal_settings_preserved_after_sigterm): New test.
11323
11324 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11325
11326 * gdb.base/batch-preserve-term-settings.exp
11327 (test_terminal_settings_preserved_after_cli_exit): New test.
11328
11329 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11330
11331 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11332 manipulation of saved_gdbflags.
11333 (test_terminal_settings_preserved): Remove global declaration of
11334 the unused variable pagination_prompt. Remove manipulation of
11335 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11336 GDBFLAGS.
11337
11338 2015-07-29 Pedro Alves <palves@redhat.com>
11339
11340 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11341
11342 2015-07-29 Pedro Alves <palves@redhat.com>
11343
11344 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11345 at the top.
11346
11347 2015-07-29 Pedro Alves <palves@redhat.com>
11348
11349 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11350 (main): Call gdb_unbuffer_output.
11351 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11352 (main): Call gdb_unbuffer_output.
11353 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11354 (main): Call gdb_unbuffer_output.
11355 * gdb.base/call-strs.exp: Adjust to step over the
11356 gdb_unbuffer_output call.
11357 * gdb.base/catch-gdb-caused-signals.c: Include
11358 "../lib/unbuffer_output.c".
11359 (main): Call gdb_unbuffer_output.
11360 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11361 (main): Call gdb_unbuffer_output.
11362 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11363 (main): Call gdb_unbuffer_output.
11364 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11365 (main): Call gdb_unbuffer_output.
11366 * gdb.base/shlib-call.exp: Adjust to step over the
11367 gdb_unbuffer_output call.
11368 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11369 (main): Call gdb_unbuffer_output.
11370 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11371 (main): Call gdb_unbuffer_output.
11372 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11373 (main): Rename to ...
11374 (test): ... this.
11375 (main): Reimplement.
11376 * gdb.base/varargs.exp: Run to test instead of to main.
11377 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11378 (main): Call gdb_unbuffer_output.
11379
11380 2015-07-29 Pedro Alves <palves@redhat.com>
11381
11382 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11383 factore out from mi_continue_dprintf. For call-style dprintfs,
11384 expect dprintf output out of $inferior_spawn_id.
11385 (mi_continue_dprintf): Use mi_expect_dprintf.
11386 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11387 (main): Call gdb_unbuffer_output.
11388
11389 2015-07-29 Pedro Alves <palves@redhat.com>
11390
11391 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11392 (default_mi_gdb_start): Set inferior_spawn_id instead of
11393 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11394 gdb_spawn_id.
11395 (mi_gdb_test): Always expect inferior output from both
11396 $inferior_spawn_id and $gdb_spawn_id.
11397
11398 2015-07-29 Pedro Alves <palves@redhat.com>
11399
11400 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11401 send_inferior and $inferior_spawn_id.
11402
11403 2015-07-29 Pedro Alves <palves@redhat.com>
11404
11405 * gdb.gdb/complaints.exp (test_initial_complaints)
11406 (test_serial_complaints, test_short_complaints): Use
11407 gdb_test_stdio.
11408 (test_empty_complaint): Handle $inferior_spawn_id !=
11409 $gdb_spawn_id.
11410
11411 2015-07-29 Pedro Alves <palves@redhat.com>
11412
11413 * gdb.base/varargs.exp: Use gdb_test_stdio.
11414
11415 2015-07-29 Pedro Alves <palves@redhat.com>
11416
11417 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11418
11419 2015-07-29 Pedro Alves <palves@redhat.com>
11420
11421 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11422
11423 2015-07-29 Pedro Alves <palves@redhat.com>
11424
11425 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11426 parameter into two new parameters, "inf_result" and "gdb_result".
11427 Expect inferior output and gdb output from $inferior_spawn_id and
11428 $gdb_spawn_id, respectively. Adjust all callers.
11429
11430 2015-07-29 Pedro Alves <palves@redhat.com>
11431
11432 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11433 of gdb_test_sequence.
11434
11435 2015-07-29 Pedro Alves <palves@redhat.com>
11436
11437 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11438 (saw_spurious_output): Expect inferior output from
11439 $inferior_spawn_id. Use gdb_test_stdio.
11440
11441 2015-07-29 Pedro Alves <palves@redhat.com>
11442
11443 * gdb.base/dprintf.exp: Use standard_testfile. Change
11444 prepare_for_testing call.
11445 (srcfile): Don't set.
11446 (restart): New procedure.
11447 (test_dprintf): New procecure, use to continue over dprintfs.
11448 (test_call, test_agent): New procedures, tests moved here.
11449 Restart gdb and recreate dprintfs. Adjust expected output.
11450
11451 2015-07-29 Pedro Alves <palves@redhat.com>
11452
11453 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11454
11455 2015-07-29 Pedro Alves <palves@redhat.com>
11456
11457 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11458
11459 2015-07-29 Pedro Alves <palves@redhat.com>
11460
11461 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11462 gdb_test_stdio.
11463
11464 2015-07-29 Pedro Alves <palves@redhat.com>
11465
11466 * lib/gdb.exp (gdb_test_stdio): New procedure.
11467
11468 2015-07-29 Pedro Alves <palves@redhat.com>
11469
11470 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11471
11472 2015-07-29 Pedro Alves <palves@redhat.com>
11473
11474 * gdb.base/call-signal-resume.exp: Remove check for
11475 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11476 * gdb.base/unwindonsignal.exp: Likewise.
11477 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11478 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11479
11480 2015-07-29 Pedro Alves <palves@redhat.com>
11481
11482 * gdb.base/siginfo-addr.c (pass): New function.
11483 (handler): Call it iff si_addr is correct.
11484 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11485 Set a breakpoint at "pass" and continue to it.
11486
11487 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11488
11489 * gdb.python/py-objfile.exp: Make some tests have unique names.
11490 * gdb.python/py-pp-registration.exp: Likewise.
11491
11492 2015-07-28 Pedro Alves <palves@redhat.com>
11493
11494 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11495
11496 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11497
11498 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11499
11500 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11501
11502 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11503
11504 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11505
11506 * gdb.base/gdb-sigterm-2.exp: New test.
11507
11508 2015-07-25 Doug Evans <xdje42@gmail.com>
11509
11510 Revert:
11511 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11512 (workers/%.worker, build-perf): New rule.
11513 (GDB_PERFTEST_MODE): New variable.
11514 (check-perf): Use it.
11515 (clean): Clean up gdb.perf parallel build subdirs.
11516 * lib/build-piece.exp: New file.
11517 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11518 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11519 name.
11520 (standard_temp_file): Ditto.
11521 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11522 of $GDB_PARALLEL.
11523
11524 2015-07-24 Doug Evans <dje@google.com>
11525
11526 * gdb.perf/lib/perftest/utils.py: New file.
11527 * gdb.perf/gm-hello.cc: New file.
11528 * gdb.perf/gm-pervasive-typedef.cc: New file.
11529 * gdb.perf/gm-pervasive-typedef.h: New file.
11530 * gdb.perf/gm-std.cc: New file.
11531 * gdb.perf/gm-std.h: New file.
11532 * gdb.perf/gm-use-cerr.cc: New file.
11533 * gdb.perf/gm-utils.h: New file.
11534 * gdb.perf/gmonster-null-lookup.py: New file.
11535 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11536 * gdb.perf/gmonster-print-cerr.py: New file.
11537 * gdb.perf/gmonster-ptype-string.py: New file.
11538 * gdb.perf/gmonster-runto-main.py: New file.
11539 * gdb.perf/gmonster-select-file.py: New file.
11540 * gdb.perf/gmonster1-null-lookup.exp: New file.
11541 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11542 * gdb.perf/gmonster1-print-cerr.exp: New file.
11543 * gdb.perf/gmonster1-ptype-string.exp: New file.
11544 * gdb.perf/gmonster1-runto-main.exp: New file.
11545 * gdb.perf/gmonster1-select-file.exp: New file.
11546 * gdb.perf/gmonster1.cc: New file.
11547 * gdb.perf/gmonster1.exp: New file.
11548 * gdb.perf/gmonster2-null-lookup.exp: New file.
11549 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11550 * gdb.perf/gmonster2-print-cerr.exp: New file.
11551 * gdb.perf/gmonster2-ptype-string.exp: New file.
11552 * gdb.perf/gmonster2-runto-main.exp: New file.
11553 * gdb.perf/gmonster2-select-file.exp: New file.
11554 * gdb.perf/gmonster2.cc: New file.
11555 * gdb.perf/gmonster2.exp: New file.
11556
11557 2015-07-24 Doug Evans <dje@google.com>
11558
11559 * gdb.perf/README: New file.
11560 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11561 * lib/gen-perf-test.exp: New file.
11562
11563 2015-07-24 Doug Evans <dje@google.com>
11564
11565 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11566 (PerfTest::startup): New function.
11567 (PerfTest::run): Return result of calling body.
11568 (PerfTest::assemble): Rewrite.
11569 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11570 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11571 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11572 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11573 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11574
11575 2015-07-24 Doug Evans <dje@google.com>
11576
11577 * lib/gdb.exp (clean_restart): Make executable optional.
11578
11579 2015-07-24 Doug Evans <dje@google.com>
11580
11581 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11582 compiler_info references.
11583 * gdb.cp/temargs.exp: Ditto.
11584 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11585 (get_compiler_info): Early exit if already computed. Set compiler_info
11586 to "unknown" if there was a problem.
11587 (test_compiler_info): Add function comment. Call get_compiler_info.
11588
11589 2015-07-24 Doug Evans <dje@google.com>
11590
11591 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11592 (workers/%.worker, build-perf): New rule.
11593 (GDB_PERFTEST_MODE): New variable.
11594 (check-perf): Use it.
11595 (clean): Clean up gdb.perf parallel build subdirs.
11596 * lib/build-piece.exp: New file.
11597 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11598 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11599 name.
11600 (standard_temp_file): Ditto.
11601 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11602 of $GDB_PARALLEL.
11603
11604 2015-07-24 Doug Evans <dje@google.com>
11605
11606 * lib/future.exp (gdb_default_target_compile): New option
11607 "early_flags".
11608 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11609 --as-needed.
11610
11611 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11612
11613 * gdb.base/catch-syscall.exp: Call gdb_exit before
11614 gdb_skip_xml_test.
11615
11616 2015-07-24 Pedro Alves <palves@redhat.com>
11617
11618 * gdb.python/py-events.exp: Accept output between the stop event
11619 and the prompt.
11620 * gdb.python/py-evsignal.exp: Likewise.
11621 * gdb.python/py-evthreads.exp: Likewise.
11622
11623 2015-07-24 Pedro Alves <palves@redhat.com>
11624
11625 PR gdb/18717
11626 * gdb.threads/non-ldr-exit.c: New file.
11627 * gdb.threads/non-ldr-exit.exp: New file.
11628
11629 2015-07-24 Yao Qi <yao.qi@linaro.org>
11630
11631 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11632 restarting process.
11633
11634 2015-07-24 Yao Qi <yao.qi@linaro.org>
11635
11636 * gdb.server/ext-restart.exp: New file.
11637
11638 2015-07-24 Yao Qi <yao.qi@linaro.org>
11639
11640 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11641 argument options.
11642 * gdb.server/ext-wrapper.exp: New file.
11643
11644 2015-07-23 Doug Evans <dje@google.com>
11645
11646 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11647 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11648
11649 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11650
11651 * gdb.ada/var_arr_typedef.exp: New testcase.
11652 * gdb.ada/var_arr_typedef/pack.adb: New file.
11653 * gdb.ada/var_arr_typedef/pack.ads: New file.
11654 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11655
11656 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11657
11658 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11659
11660 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11661
11662 * gdb.arch/i386-biarch-core.exp: Replace istarget
11663 by "complete set gnutarget". Remove expectation for the "core-file"
11664 command.
11665
11666 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11667
11668 Revert the previous commit:
11669 Tests for validate symbol file using build-id.
11670
11671 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11672
11673 Tests for validate symbol file using build-id.
11674 * gdb.base/solib-mismatch-lib.c: New file.
11675 * gdb.base/solib-mismatch-libmod.c: New file.
11676 * gdb.base/solib-mismatch.c: New file.
11677 * gdb.base/solib-mismatch.exp: New file.
11678
11679 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11680
11681 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11682 nios2-*-linux*.
11683 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11684 * gdb.base/siginfo.exp: Likewise.
11685 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11686
11687 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11688
11689 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11690 Move it to ...
11691 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11692 ... here.
11693 * gdb.trace/range-stepping.exp: Check that the target supports
11694 range stepping.
11695
11696 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11697
11698 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11699
11700 2015-07-14 Pedro Alves <palves@redhat.com>
11701
11702 * gdb.base/killed-outside.exp: New file.
11703 * gdb.base/killed-outside.c: New file.
11704
11705 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11706
11707 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11708 (n at main): New.
11709 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11710
11711 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11712
11713 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11714 infcall tests instead of setting up for KFAIL.
11715
11716 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11717
11718 * gdb.btrace/record_goto-step.exp: New.
11719
11720 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11721
11722 PR compile/18484
11723 * gdb.compile/compile.c (struct struct_type): Add volatile to
11724 selffield's type.
11725 * gdb.compile/compile.exp
11726 (compile code struct_object.selffield = &struct_object): Skip further
11727 struct_object tests if this one xfails.
11728
11729 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11730
11731 PR exp/18617
11732 * gdb.trace/ax.exp: Add test.
11733
11734 2015-07-07 Yao Qi <yao.qi@linaro.org>
11735
11736 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11737 instead of istarget "aarch64*-*-*".
11738 * gdb.arch/aarch64-fp.exp: Likewise.
11739 * gdb.base/float.exp: Likewise.
11740 * gdb.reverse/aarch64.exp: Likewise.
11741 * lib/gdb.exp (is_aarch64_target): New proc.
11742
11743 2015-07-07 Yao Qi <yao.qi@linaro.org>
11744
11745 * lib/gdb.exp (is_aarch32_target): New proc.
11746 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11747 instead of "istarget "arm*-*-*"".
11748 * gdb.arch/arm-disp-step.exp: Likewise.
11749 * gdb.arch/thumb-bx-pc.exp: Likewise.
11750 * gdb.arch/thumb-prologue.exp: Likewise.
11751 * gdb.arch/thumb-singlestep.exp: Likewise.
11752 * gdb.base/disp-step-syscall.exp: Likewise.
11753 * gdb.base/float.exp: Likewise.
11754
11755 2015-07-07 Yao Qi <yao.qi@linaro.org>
11756
11757 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11758 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11759
11760 2015-07-07 Yao Qi <yao.qi@linaro.org>
11761
11762 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11763 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11764 if it exists.
11765 * gdb.multi/multi-arch.exp: Likewise.
11766
11767 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11768
11769 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11770 print.
11771
11772 2015-07-07 Yao Qi <yao.qi@linaro.org>
11773
11774 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11775
11776 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11777
11778 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11779 '[' and ']' characters.
11780
11781 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11782
11783 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11784
11785 2015-06-29 Pedro Alves <palves@redhat.com>
11786
11787 PR threads/18127
11788 * gdb.threads/hand-call-new-thread.c: New file.
11789 * gdb.threads/hand-call-new-thread.c: New file.
11790
11791 2015-06-26 Keith Seitz <keiths@redhat.com>
11792 Doug Evans <dje@google.com>
11793
11794 PR 16253
11795 * gdb.cp/var-tag-2.cc: New file.
11796 * gdb.cp/var-tag-3.cc: New file.
11797 * gdb.cp/var-tag-4.cc: New file.
11798 * gdb.cp/var-tag.cc: New file.
11799 * gdb.cp/var-tag.exp: New file.
11800
11801 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11802
11803 * gdb.base/history-duplicates.exp: New test.
11804
11805 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11806
11807 * gdb.base/completion.exp: Test the completion of the "focus"
11808 command.
11809
11810 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11811
11812 * gdb.arch/amd64-prologue-skip.S: New file.
11813 * gdb.arch/amd64-prologue-skip.exp: New file.
11814
11815 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11816
11817 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11818 is_address_zero_readable check.
11819
11820 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11821
11822 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11823 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11824
11825 2015-06-24 Yao Qi <yao.qi@linaro.org>
11826
11827 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11828 linux targets.
11829
11830 2015-06-24 Yao Qi <yao.qi@linaro.org>
11831
11832 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11833 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11834 * gdb.base/siginfo-thread.exp: Likewise.
11835
11836 2015-06-22 Yao Qi <yao.qi@linaro.org>
11837
11838 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11839
11840 2015-06-22 Yao Qi <yao.qi@linaro.org>
11841
11842 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11843 aarch64*-*-*.
11844 (skip_hw_watchpoint_tests): Likewise.
11845
11846 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11847
11848 * gdb.base/gdbinit-history.exp: Test the interaction between
11849 setting GDBHISTSIZE and setting the history size via .gdbinit.
11850
11851 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11852
11853 PR gdb/16999
11854 * gdb.base/gdbhistsize-history.exp: New test.
11855
11856 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11857
11858 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11859 with GDBHISTSIZE.
11860 * gdb.base/readline.exp: Likewise.
11861
11862 2015-06-17 Yao Qi <yao.qi@linaro.org>
11863
11864 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11865 line.
11866
11867 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11868
11869 * gdb.base/gdbinit-history.exp: Add test case to check that
11870 an unlimited history file does not get truncated on exit.
11871
11872 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11873
11874 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11875 (VECTOR): New macro. Use it...
11876 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11877 ...for these typedefs.
11878 (int8, char1, int1, double1): New typedefs.
11879 (struct just_int2, struct two_int2): New structures.
11880 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11881 (add_structvecs, add_singlevecs): New functions.
11882 (main): Call add_some_intvecs twice.
11883 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11884 the compile and exit upon failure. Try compiling for the "native"
11885 architecture. Test inferior function calls with vector arguments
11886 and vector return value handling with "finish" and "return".
11887
11888 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11889
11890 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11891 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11892 PE file.
11893 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11894
11895 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11896
11897 PR breakpoints/16465
11898 * gdb.mi/mi-dprintf-pending.c: New file.
11899 * gdb.mi/mi-dprintf-pending.exp: New test.
11900 * gdb.mi/mi-dprintf-pendshr.c: New file.
11901
11902 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11903 Mircea Gherzan <mircea.gherzan@intel.com>
11904
11905 * gdb.arch/i386-mpx-map.c: New file.
11906 * gdb.arch/i386-mpx-map.exp: New File.
11907
11908 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11909
11910 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11911 * gdb.arch/i386-mpx.exp: Indentation fixed.
11912
11913 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11914
11915 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11916 function and improved indentation.
11917 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11918 gdb_test_multiple. Added additional tests to skip the test.
11919
11920 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11921
11922 * gdb.arch/i386-avx512.c: Change path in include file.
11923 * gdb.arch/i386-avx512.exp: Change include dir path
11924 compilation flag.
11925 * gdb.arch/i386-mpx.c: Change path in include file.
11926 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11927 flag.
11928
11929 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11930
11931 * gdb.compile/compile-print.exp (compile print *vararray@3)
11932 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11933
11934 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11935
11936 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11937 (do not keep jit in memory): ... this.
11938 (expect 5): Change it to ...
11939 (expect no 5): ... this.
11940
11941 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11942
11943 PR gdb/15564
11944 * gdb.mi/mi-detach.exp: New file.
11945
11946 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11947
11948 PR symtab/18392
11949 * gdb.arch/amd64-tailcall-self.S: New file.
11950 * gdb.arch/amd64-tailcall-self.c: New file.
11951 * gdb.arch/amd64-tailcall-self.exp: New file.
11952
11953 2015-05-28 Don Breazeal <donb@codesourcery.com>
11954
11955 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11956 tests for remote targets by checking is_target_gdbserver.
11957
11958 2015-05-27 Doug Evans <dje@google.com>
11959
11960 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11961 * gdb.dwarf2/opaque-type-lookup.c: New file.
11962 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11963
11964 2015-05-26 Doug Evans <dje@google.com>
11965
11966 * gdb.cp/iostream.cc: New file.
11967 * gdb.cp/iostream.exp: New file.
11968
11969 2015-05-26 Doug Evans <dje@google.com>
11970
11971 * gdb.dwarf2/dw2-op-call.exp: Update.
11972 * gdb.dwarf2/dw4-sig-types.exp: Update.
11973 * gdb.dwarf2/implptr.exp: Update.
11974 * gdb.mi/mi-cmd-param-changed.exp: Update.
11975
11976 2015-05-26 Doug Evans <dje@google.com>
11977
11978 * gdb.python/py-lazy-string.c: New file.
11979 * gdb.python/py-lazy-string.exp: New file.
11980 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11981 (main): Update. Add estring3.
11982 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11983 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11984
11985 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11986 Yao Qi <yao.qi@linaro.org>
11987
11988 * gdb.reverse/aarch64.c: New.
11989 * gdb.reverse/aarch64.exp: New.
11990
11991 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11992
11993 * lib/gdb.exp (supports_process_record): Return true for
11994 aarch64*-linux*.
11995 (supports_reverse): Likewise.
11996
11997 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11998
11999 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12000 Use with_test_prefix.
12001
12002 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12003
12004 * gdb.base/completion.exp: Add test for completion of layout
12005 names.
12006
12007 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12008
12009 * lib/gdb.exp (skip_tui_tests): New proc.
12010 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12011
12012 2015-05-19 Pedro Alves <palves@redhat.com>
12013
12014 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12015 Save the whole env array instead of just HOME. Unset HISTSIZE in
12016 the environment while testing. Restore whole environment
12017 afterwards.
12018
12019 2015-05-16 Doug Evans <xdje42@gmail.com>
12020
12021 * gdb.guile/scm-ports.c: New file.
12022 * gdb.guile/scm-ports.exp: Add memory port tests.
12023
12024 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12025
12026 * gdb.compile/compile-print.c: New file.
12027 * gdb.compile/compile-print.exp: New file.
12028
12029 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12030
12031 * gdb.compile/compile-ops.exp: Cast param to void.
12032 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12033 (compile code struct_object.selffield = &struct_object): Add xfail.
12034
12035 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12036
12037 * gdb.ada/arr_enum_with_gap: New testcase.
12038
12039 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12040
12041 * gdb.ada/byte_packed_arr: New testcase.
12042
12043 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12044
12045 * gdb.ada/pckd_neg: New testcase.
12046
12047 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12048
12049 PR gdb/17820
12050 * gdb.base/gdbinit-history.exp: New test.
12051 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12052 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12053
12054 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12055
12056 * gdb.python/py-xmethods.cc: Enhance test case.
12057 * gdb.python/py-xmethods.exp: New tests.
12058 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12059 function.
12060 (B_indexoper): Likewise.
12061 (global_dm_list) : Add new xmethod worker functions.
12062
12063 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12064
12065 * gdb.base/coredump-filter.exp: Correctly unset
12066 "coredump_var_addr" array.
12067
12068 2015-05-08 Pedro Alves <palves@redhat.com>
12069
12070 * gdb.server/non-existing-program.exp: Unset spawn_id.
12071
12072 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12073
12074 PR python/18291
12075 * gdb.python/py-xmethods.exp: Add tests.
12076
12077 2015-05-08 Yao Qi <yao.qi@linaro.org>
12078
12079 PR gdb/18208
12080 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12081 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12082 function set_coredump_filter, and remove remote_exec call.
12083 Remove argument ipid. Callers update.
12084 (top level): Don't get inferior's PID.
12085
12086 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12087
12088 * gdb.base/watch_thread_num.exp: Skip test on targets without
12089 access watchpoints.
12090
12091 2015-05-06 Pedro Alves <palves@redhat.com>
12092
12093 PR server/18081
12094 * gdb.server/non-existing-program.exp: New file.
12095
12096 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12097
12098 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12099
12100 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12101
12102 * gdb.ada/out_of_line_in_inlined: New testcase.
12103
12104 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12105
12106 * gdb.ada/var_rec_arr: New testcase.
12107
12108 2015-04-30 Yao Qi <yao.qi@linaro.org>
12109
12110 * gdb.base/break-idempotent.exp: If
12111 skip_hw_watchpoint_multi_tests returns true, skip the tests
12112 on "rwatch" and "awatch".
12113
12114 2015-04-30 Yao Qi <yao.qi@linaro.org>
12115
12116 * gdb.base/relativedebug.exp: Invoke gdb command
12117 "info sharedlibrary", and if libc.so doesn't have debug info,
12118 skip the test.
12119
12120 2015-04-29 Doug Evans <dje@google.com>
12121
12122 * gdb.python/py-xmethods.exp: Add ptype tests.
12123 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12124 get_result_type method.
12125
12126 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12127
12128 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12129 the target does not support hardware watchpoints.
12130
12131 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12132
12133 * gdb.base/break-always.exp: Abort testing if writing to memory
12134 causes an error.
12135
12136 2015-04-28 Doug Evans <dje@google.com>
12137
12138 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12139 * gdb.python/py-pp-registration.exp: ... here. New file.
12140 * gdb.python/py-pp-registration.c: New file.
12141 * gdb.python/py-pp-registration.py: New file.
12142
12143 2015-04-28 Doug Evans <dje@google.com>
12144
12145 * gdb.python/py-bad-printers.c: New file.
12146 * gdb.python/py-bad-printers.py: New file.
12147 * gdb.python/py-bad-printers.exp: New file.
12148
12149 2015-04-28 Sasha Smundak <asmundak@google.com>
12150
12151 * gdb.python/py-type.exp: New test.
12152
12153 2015-04-28 Andy Wingo <wingo@igalia.com>
12154
12155 * gdb.python/py-parameter.exp:
12156 * gdb.guile/scm-parameter.exp: Escape the path that we are
12157 matching against, as it might contain characters that are special
12158 to regular expressions.
12159
12160 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12161
12162 * gdb.ada/rec_comp: New testcase.
12163
12164 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12165
12166 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12167 before using it.
12168
12169 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12170
12171 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12172 new tests for verilog output.
12173
12174 2015-04-24 Yao Qi <yao.qi@linaro.org>
12175
12176 * boards/remote-gdbserver-on-localhost.exp: New file.
12177
12178 2015-04-23 Pedro Alves <palves@redhat.com>
12179
12180 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12181 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12182 "end of file", remove $inferior_spawn_id from the indirect list.
12183
12184 2015-04-23 Pedro Alves <palves@redhat.com>
12185
12186 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12187
12188 2015-04-23 Pedro Alves <palves@redhat.com>
12189
12190 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12191 on $any_spawn_id instead of only on $gdb_spawn_id.
12192
12193 2015-04-21 Pierre Muller <muller@sourceware.org>
12194
12195 PR pascal/17815
12196 * lib/pascal.exp (gpc_compile): Add new option "class".
12197 (fpc_compile): Likewise.
12198 * gdb.pascal/case-insensitive-symbols.pas: New file.
12199 * gdb.pascal/case-insensitive-symbols.exp: New file.
12200
12201 2015-04-20 Gary Benson <gbenson@redhat.com>
12202
12203 * gdb.base/attach.exp: Fix three extended remote failures.
12204
12205 2015-04-17 Gary Benson <gbenson@redhat.com>
12206
12207 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12208 the main executable over the remote protocol.
12209
12210 2015-04-16 Pedro Alves <palves@redhat.com>
12211
12212 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12213 a new gdbserver if gdbserver_reconnect_p is set.
12214
12215 2015-04-16 Pedro Alves <palves@redhat.com>
12216
12217 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12218 is set, don't exit gdbserver.
12219
12220 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12221
12222 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12223 appropriate .insn, such that an older assembler can be used.
12224 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12225 the z/Architecture instruction set on 31-bit targets as well.
12226
12227 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12228
12229 * gdb.go/handcall.exp: Remove all logic related to the first
12230 breakpoint and rely on go_runto_main instead.
12231 * gdb.go/strings.exp: Likewise.
12232 * gdb.go/unsafe.exp: Likewise.
12233 * gdb.go/hello.exp: Likewise. Also rename the remaining
12234 breakpoint marker to "breakpoint 1".
12235 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12236 * gdb.go/strings.go: Likewise.
12237 * gdb.go/unsafe.go: Likewise.
12238 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12239 "set breakpoint 2 here" and rename the remaining breakpoint marker
12240 to "breakpoint 1".
12241
12242 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12243
12244 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12245 if itertools.imap is not present.
12246 * gdb.python/py-objfile.exp: Add parentheses.
12247 * gdb.python/py-type.exp: Same.
12248 * gdb.python/py-unwind-maint.py: Same.
12249
12250 2015-04-15 Yao Qi <yao.qi@linaro.org>
12251
12252 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12253 of ":$ptr_size" and set its form explicitly.
12254
12255 2015-04-15 Pedro Alves <palves@redhat.com>
12256 Yao Qi <yao.qi@linaro.org>
12257
12258 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12259 timeout by factor of 4.
12260 (test_regular_watch): Likewise.
12261 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12262 * gdb.reverse/sigall-reverse.exp: Likewise.
12263 * gdb.reverse/until-precsave.exp: Likewise.
12264 * lib/gdb.exp (with_timeout_factor): New proc.
12265 (gdb_expect): Move some code to ...
12266 (get_largest_timeout): ... here. New procedure.
12267
12268 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12269
12270 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12271
12272 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12273
12274 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12275 to write to the .text section.
12276
12277 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12278
12279 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12280 Handle the case of targets that do not provide PID information.
12281
12282 2015-04-13 Yao Qi <yao.qi@linaro.org>
12283
12284 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12285 and use expect instead of gdb_expect.
12286
12287 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12288
12289 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12290 "coredump_var_addr" to avoid naming conflict with other testcases.
12291
12292 2015-04-10 Pedro Alves <palves@redhat.com>
12293
12294 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12295 gdb_test_sequence and gdb_assert.
12296
12297 2015-04-10 Pedro Alves <palves@redhat.com>
12298
12299 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12300 test messages that don't include the breakpoint address.
12301
12302 2015-04-10 Yao Qi <yao.qi@linaro.org>
12303
12304 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12305 false for some offset and width combinations which aren't
12306 supported by linux kernel.
12307
12308 2015-04-10 Pedro Alves <palves@redhat.com>
12309
12310 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12311 procedure, factored out from ...
12312 (top level): ... here. Add "set displaced-stepping" testing axis.
12313 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12314 parameter "displaced". Use it.
12315 (top level): Use foreach and add "set displaced-stepping" testing
12316 axis.
12317
12318 2015-04-10 Pedro Alves <palves@redhat.com>
12319
12320 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12321 Remove comment.
12322 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12323 both the address of the instruction that triggers the watchpoint
12324 and the address of the instruction immediately after, and use
12325 those addresses for the test. Fix comment.
12326
12327 2015-04-10 Pedro Alves <palves@redhat.com>
12328
12329 * gdb.base/sigstep.exp (breakpoint_to_handler)
12330 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12331 Test "backtrace" in handler.
12332 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12333 (top level): Add new "displaced" test axis to
12334 breakpoint_to_handler, breakpoint_to_handler_entry and
12335 breakpoint_over_handler.
12336
12337 2015-04-10 Pedro Alves <palves@redhat.com>
12338
12339 PR gdb/18216
12340 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12341
12342 2015-04-10 Yao Qi <yao.qi@linaro.org>
12343
12344 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12345 (test_add_rn_pc): New function.
12346 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12347 (top level): Invoke test_add_rn_pc.
12348
12349 2015-04-10 Pedro Alves <palves@redhat.com>
12350
12351 PR gdb/13858
12352 * gdb.base/step-over-no-symbols.exp: New file.
12353
12354 2015-04-09 Andy Wingo <wingo@igalia.com>
12355
12356 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12357 after the Python tests.
12358
12359 2015-04-08 Keith Seitz <keiths@redhat.com>
12360
12361 PR python/16699
12362 * gdb.python/py-completion.exp: New tests for completion.
12363 * gdb.python/py-completion.py (CompleteLimit1): New class.
12364 (CompleteLimit2): Likewise.
12365 (CompleteLimit3): Likewise.
12366 (CompleteLimit4): Likewise.
12367 (CompleteLimit5): Likewise.
12368 (CompleteLimit6): Likewise.
12369 (CompleteLimit7): Likewise.
12370
12371 2015-04-08 Pedro Alves <palves@redhat.com>
12372
12373 PR gdb/18214
12374 PR gdb/18216
12375 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12376 function.
12377 (main): Install it as SIGUSR1 handler.
12378 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12379 parameter. Always use "setup" as prefix. Toggle "set
12380 displaced-stepping" off/on depending on global. Don't switch to
12381 thread 1 here.
12382 (top level): Add displaced stepping "off/on" test axis. Update
12383 "setup" calls. Wrap each subtest with with_test_prefix. Test
12384 continuing with a queued signal in each thread.
12385
12386 2015-04-08 Pedro Alves <palves@redhat.com>
12387
12388 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12389 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12390 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12391 Return early if running to main fails.
12392 * gdb.trace/while-stepping.exp: Likewise.
12393
12394 2015-04-07 Pedro Alves <palves@redhat.com>
12395
12396 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12397 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12398 interact with inferior program.
12399
12400 2015-04-07 Pedro Alves <palves@redhat.com>
12401
12402 * lib/gdb.exp (inferior_spawn_id): New global.
12403 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12404 spawn id after processing the user code.
12405 (default_gdb_start): Set inferior_spawn_id.
12406 (send_inferior): New procedure.
12407 * lib/gdbserver-support.exp (gdbserver_start): Set
12408 inferior_spawn_id.
12409 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12410
12411 2015-04-07 Pedro Alves <palves@redhat.com>
12412
12413 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12414 * lib/gdbserver-support.exp (gdbserver_start): Make
12415 $server_spawn_id global.
12416 (gdbserver_start): Don't wait for gdbserver's spawn id with
12417 expect_background.
12418 (close_gdbserver): New procedure.
12419 (gdb_exit): Rename the default version and reimplement.
12420
12421 2015-04-07 Pedro Alves <palves@redhat.com>
12422
12423 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12424 append the substituted item, not the original item.
12425
12426 2015-04-07 Pedro Alves <palves@redhat.com>
12427
12428 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12429 gdb_expect.
12430
12431 2015-04-07 Pedro Alves <palves@redhat.com>
12432
12433 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12434 output appearing once only.
12435
12436 2015-04-07 Pedro Alves <palves@redhat.com>
12437
12438 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12439 that doesn't expect anything. Return early if running to main
12440 fails.
12441
12442 2015-04-07 Yao Qi <yao.qi@linaro.org>
12443
12444 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12445 (child_function): Call alarm.
12446 (main): Move call to alarm into the loop.
12447 * gdb.threads/non-stop-fair-events.exp: Build program with
12448 -DTIMEOUT=$timeout.
12449
12450 2015-04-06 Doug Evans <xdje42@gmail.com>
12451
12452 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12453 Fix dest parameter to board_info.
12454 (fpc_compile): Ditto.
12455 (gdb_compile_pascal): Rename dest arg to destfile.
12456
12457 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12458
12459 * gdb.ada/funcall_ref.exp: New file.
12460 * gdb.ada/funcall_ref/foo.adb: New file.
12461
12462 2015-04-02 Yao Qi <yao.qi@linaro.org>
12463
12464 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12465 is remote.
12466
12467 2015-04-02 Gary Benson <gbenson@redhat.com>
12468
12469 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12470
12471 2015-04-01 Sasha Smundak <asmundak@google.com>
12472
12473 * gdb.python/py-unwind-maint.c: New file.
12474 * gdb.python/py-unwind-maint.exp: New test.
12475 * gdb.python/py-unwind-maint.py: New file.
12476 * gdb.python/py-unwind.c: New file.
12477 * gdb.python/py-unwind.exp: New test.
12478 * gdb.python/py-unwind.py: New test.
12479
12480 2015-04-01 Pedro Alves <palves@redhat.com>
12481
12482 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12483 to fail instead of non-existent $test.
12484
12485 2015-04-01 Pedro Alves <palves@redhat.com>
12486
12487 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12488 GDBFLAGS if not empty.
12489
12490 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12491
12492 * gdb.ada/complete.exp: Remove "multi_line".
12493 * gdb.ada/info_exc.exp: Remove "multi_line".
12494 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12495 * gdb.ada/ptype_field.exp: Remove "multi_line".
12496 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12497 * gdb.ada/tagged.exp: Remove "multi_line".
12498 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12499 [multi_line ...]
12500 * gdb.btrace/delta.exp: Likewise.
12501 * gdb.btrace/exception.exp: Likewise.
12502 * gdb.btrace/function_call_history.exp: Likewise.
12503 * gdb.btrace/instruction_history.exp: Likewise.
12504 * gdb.btrace/nohist.exp: Likewise.
12505 * gdb.btrace/record_goto.exp: Likewise.
12506 * gdb.btrace/segv.exp: Likewise.
12507 * gdb.btrace/stepi.exp: Likewise.
12508 * gdb.btrace/tailcall.exp: Likewise.
12509 * gdb.btrace/unknown_functions.exp: Likewise.
12510 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12511 * lib/gdb.exp: Add the "multi_line" helper.
12512
12513 2015-04-01 Pedro Alves <palves@redhat.com>
12514
12515 * gdb.threads/tid-reuse.c: New file.
12516 * gdb.threads/tid-reuse.exp: New file.
12517
12518 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12519
12520 PR corefiles/16092
12521 * gdb.base/coredump-filter.c: New file.
12522 * gdb.base/coredump-filter.exp: Likewise.
12523
12524 2015-03-27 Petr Machata <pmachata@redhat.com>
12525
12526 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12527 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12528 (Dwarf::assemble): Initialize them.
12529 (Dwarf::lines): New function.
12530
12531 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12532
12533 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12534 SYMBOL_PREFIX for x86_64-*-cygwin.
12535
12536 2015-03-26 Andy Wingo <wingo@igalia.com>
12537
12538 PR symtab/18148
12539 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12540 const_value but not a location.
12541 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12542 location defined in non-main CUs are visible.
12543
12544 2015-03-26 Yao Qi <yao.qi@linaro.org>
12545
12546 PR testsuite/18139
12547 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12548 Add a line number entry for the same line.
12549 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12550 Add a line number entry for the same line.
12551
12552 2015-03-26 Yao Qi <yao.qi@linaro.org>
12553
12554 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12555 .int 0.
12556 (func): Likewise. Add .Lfunc_1 label.
12557 Use .Lfunc_1 label.
12558 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12559 .int 0.
12560 (func): Likewise.
12561 Use .Lfunc_1 label.
12562
12563 2015-03-26 Yao Qi <yao.qi@linaro.org>
12564
12565 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12566 Call gdb_compile instead to compile each .s files without debug
12567 information.
12568
12569 2015-03-26 Yao Qi <yao.qi@linaro.org>
12570
12571 * gdb.base/savedregs.exp (process_saved_regs): Make
12572 "Saved registers:" optional in the pattern.
12573
12574 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12575
12576 * gdb.btrace/next.exp: Merged into step.exp.
12577 * gdb.btrace/finish.exp: Merged into step.exp.
12578 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12579 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12580 "record goto" and checking the exact replay position.
12581 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12582 check for "Recording format" in "info record" output.
12583 * gdb.btrace/record_goto.exp: Choose test file based on target.
12584 * gdb.btrace/x86-record_goto.S: Renamed into ...
12585 * gdb.btrace/x86_64-record_goto.S: ... this.
12586 * gdb.btrace/i686-record_goto.S: New.
12587 * gdb.btrace/x86-tailcall.S: Renamed into ...
12588 * gdb.btrace/x86_64-tailcall.S: ... this.
12589 * gdb.btrace/i686-tailcall.S: New.
12590 * gdb.btrace/x86-tailcall.c: Renamed into ...
12591 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12592 separate statements. Update test.
12593 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12594 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12595 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12596 * gdb.btrace/tailcall.exp: Choose test file based on target.
12597 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12598
12599 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12600
12601 * gdb.btrace/exception.exp: Increase BTS buffer size.
12602
12603 2015-03-24 Pedro Alves <palves@redhat.com>
12604
12605 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12606
12607 2015-03-24 Pedro Alves <palves@redhat.com>
12608
12609 * gdb.threads/schedlock.exp (test_step): No longer expect that
12610 "set scheduler-locking step" with "next" over a function call runs
12611 threads unlocked.
12612
12613 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12614
12615 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12616
12617 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12618
12619 PR breakpoints/16466
12620 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12621 * gdb.mi/mi-pending.c (thread_func): New function.
12622 (int main): Add threading support required.
12623 * gdb.mi/mi-pending.exp: Add tests for this issue.
12624 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12625 (pendfunc2): Remove stdio dependency.
12626 * gdb.mi/mi-pendshr2.c: New file.
12627
12628 2015-03-23 Keith Seitz <keiths@redhat.com>
12629
12630 * gdb.linespec/keywords.c: New file.
12631 * gdb.linespec/keywords.exp: New file.
12632
12633 2015-03-23 Keith Seitz <keiths@redhat.com>
12634
12635 PR gdb/18021
12636 * gdb.dwarf2/staticvirtual.exp: New test.
12637
12638 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12639
12640 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12641 * README: Remove HP-UX and gdb.hp.
12642 (configuration):
12643 * configure: Regenerate.
12644 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12645 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12646 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12647 gdb.hp/gdb.defects/Makefile.
12648 * gdb.hp/Makefile.in: File deleted.
12649 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12650 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12651 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12652 * gdb.hp/gdb.aCC/run.c: File deleted.
12653 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12654 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12655 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12656 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12657 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12658 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12659 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12660 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12661 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12662 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12663 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12664 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12665 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12666 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12667 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12668 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12669 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12670 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12671 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12672 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12673 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12674 * gdb.hp/gdb.compat/average.c: File deleted.
12675 * gdb.hp/gdb.compat/sum.c: File deleted.
12676 * gdb.hp/gdb.compat/xdb.c: File deleted.
12677 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12678 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12679 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12680 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12681 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12682 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12683 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12684 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12685 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12686 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12687 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12688 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12689 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12690 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12691 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12692 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12693 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12694 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12695 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12696 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12697 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12698 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12699 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12700 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12701 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12702 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12703 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12704 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12705 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12706 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12707 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12708 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12709 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12710 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12711 * gdb.hp/tools/odump: File deleted.
12712
12713 2015-03-19 Pedro Alves <palves@redhat.com>
12714
12715 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12716 (saw_thread_3): New globals.
12717 (top level): Increment them when an event for the corresponding
12718 thread is seen.
12719 (no thread starvation): New test.
12720
12721 2015-03-19 Pedro Alves <palves@redhat.com>
12722
12723 * gdb.threads/continue-pending-status.c: New file.
12724 * gdb.threads/continue-pending-status.exp: New file.
12725
12726 2015-03-18 Pedro Alves <palves@redhat.com>
12727
12728 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12729 Use gdb_is_target_remote instead of is_remote. Use
12730 gdb_test_multiple instead of gdb_expect. Exit early if
12731 gdb_test_multiple hits its internal matches. Tighten stepi tests
12732 expected output. Fail on exit with any signal, instead of just
12733 SIGILL.
12734
12735 2015-03-18 Yao Qi <yao.qi@linaro.org>
12736
12737 PR tdep/18107
12738 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12739 variable.
12740 * gdb.base/catch-syscall.exp: Don't skip it on
12741 aarch64*-*-linux* target. Remove elements in all_syscalls.
12742 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12743 target.
12744 (setup_all_syscalls): New proc.
12745
12746 2015-03-16 Yao Qi <yao.qi@linaro.org>
12747
12748 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12749 (top level): Skip tests if valid_addr_p returns false for
12750 $cmd1 or $cmd2.
12751
12752 2015-03-11 Andy Wingo <wingo@igalia.com>
12753
12754 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12755
12756 2015-03-11 Yao Qi <yao.qi@linaro.org>
12757
12758 * gdb.base/catch-syscall.exp: Fix typo in comments.
12759
12760 2015-03-11 Yao Qi <yao.qi@linaro.org>
12761
12762 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12763
12764 2015-03-09 Pedro Alves <palves@redhat.com>
12765
12766 * dg-extract-results.py: Delete.
12767
12768 2015-03-09 Pedro Alves <palves@redhat.com>
12769
12770 Merge dg-extract-results.sh from GCC upstream (r218843).
12771
12772 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12773 * dg-extract-results.sh: Use --text with grep to avoid issues with
12774 binary files. Fall back to cat -v, if that doesn't work.
12775
12776 2015-03-05 Pedro Alves <palves@redhat.com>
12777
12778 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12779
12780 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12781
12782 * lib/mi-support.exp (mi_expect_interrupt): Accept
12783 alternative event for when in all-stop mode.
12784
12785 2015-03-04 Pedro Alves <palves@redhat.com>
12786
12787 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12788
12789 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12790
12791 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12792
12793 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12794
12795 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12796 regexps for GDB's current line display, accept a hex address
12797 preceding the line number.
12798
12799 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12800
12801 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12802 the 'arch1' variable for "s390*-linux*" targets.
12803
12804 2015-03-04 Pedro Alves <palves@redhat.com>
12805
12806 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12807 (main): Pass missing retval argument to pthread_join call.
12808
12809 2015-03-02 Pedro Alves <palves@redhat.com>
12810
12811 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12812 (top level): Call do_test with non-stop as well.
12813
12814 2015-03-02 Pedro Alves <palves@redhat.com>
12815
12816 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12817 -1.
12818
12819 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12820
12821 * gdb.arch/s390-vregs.exp: New test.
12822 * gdb.arch/s390-vregs.S: New file.
12823
12824 2015-02-27 Pedro Alves <palves@redhat.com>
12825
12826 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12827 call to catch_command_errors.
12828 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12829 catch_command_errors.
12830
12831 2015-02-27 Pedro Alves <palves@redhat.com>
12832
12833 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12834 "true" for boolean result.
12835 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12836 prototype of main.
12837
12838 2015-02-27 Pedro Alves <palves@redhat.com>
12839
12840 * lib/unbuffer_output.c: New file.
12841 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12842 (main): Call gdb_unbuffer_output.
12843
12844 2015-02-27 Yao Qi <yao.qi@linaro.org>
12845
12846 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12847 target.
12848
12849 2015-02-26 Doug Evans <dje@google.com>
12850
12851 * gdb.cp/class2.cc (Dbase, D): New classes.
12852 (main): New local delta.
12853 * gdb.cp/class2.exp: Test printing delta.
12854 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12855 (dynbar): New global.
12856 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12857
12858 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12859
12860 * gdb.compile/compile-ifunc.c: New file.
12861 * gdb.compile/compile-ifunc.exp: New file.
12862
12863 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12864
12865 * gdb.base/structs.exp: Check for correct struct on finish.
12866
12867 2015-02-26 Yao Qi <yao.qi@linaro.org>
12868
12869 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12870 is zero.
12871
12872 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12873
12874 * gdb.arch/cordic.ko.bz2: New file.
12875 * gdb.arch/cordic.ko.debug.bz2: New file.
12876 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12877
12878 2015-02-25 Yao Qi <yao.qi@linaro.org>
12879
12880 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12881 aarch64*-*-* target.
12882
12883 2015-02-23 Pedro Alves <palves@redhat.com>
12884
12885 * lib/gdb.exp (delete_breakpoints): Rewrite using
12886 gdb_test_multiple.
12887
12888 2015-02-23 Pedro Alves <palves@redhat.com>
12889
12890 * gdb.base/info-os.c: Include stdlib.h.
12891
12892 2015-02-22 Doug Evans <xdje42@gmail.com>
12893
12894 PR symtab/17855
12895 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12896 is read after symbols have been re-read.
12897 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12898 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12899
12900 2015-02-21 Doug Evans <dje@google.com>
12901
12902 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12903
12904 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12905
12906 PR corefiles/17808
12907 * gdb.arch/i386-biarch-core.core.bz2: New file.
12908 * gdb.arch/i386-biarch-core.exp: New file.
12909
12910 2015-02-21 Pedro Alves <palves@redhat.com>
12911
12912 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12913 runto_main fails.
12914
12915 2015-02-20 Pedro Alves <palves@redhat.com>
12916
12917 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12918 info probes.
12919
12920 2015-02-20 Pedro Alves <palves@redhat.com>
12921
12922 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12923
12924 2015-02-20 Pedro Alves <palves@redhat.com>
12925
12926 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12927 clean_restart before gdb_target_supports_trace.
12928
12929 2015-02-20 Pedro Alves <palves@redhat.com>
12930
12931 PR threads/18006
12932 * gdb.threads/clone-thread_db.c: New file.
12933 * gdb.threads/clone-thread_db.exp: New file.
12934
12935 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12936
12937 PR breakpoints/16812
12938 * gdb.base/catch-gdb-caused-signals.c: New file.
12939 * gdb.base/catch-gdb-caused-signals.exp: New file.
12940
12941 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12942
12943 * configure: Regenerated.
12944 * configure.ac: Use GDB_AC_TRANSFORM.
12945 * aclocal.m4: sinclude ../transform.m4.
12946
12947 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12948
12949 * lib/dtrace.exp: New file.
12950 * gdb.base/dtrace-probe.exp: Likewise.
12951 * gdb.base/dtrace-probe.d: Likewise.
12952 * gdb.base/dtrace-probe.c: Likewise.
12953 * lib/pdtrace.in: Likewise.
12954 * configure.ac: Output variables with the transformed names of
12955 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12956 * configure: Regenerated.
12957
12958 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12959
12960 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12961 expected message when trying to access $_probe_* convenience
12962 variables while not on a probe.
12963
12964 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12965
12966 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12967
12968 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12969
12970 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12971 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12972
12973 2015-02-10 Doug Evans <xdje42@gmail.com>
12974
12975 * lib/gdb.exp (gdb_load): Always return a result.
12976
12977 2015-02-10 Pedro Alves <palves@redhat.com>
12978
12979 * gdb.threads/signal-sigtrap.c: New file.
12980 * gdb.threads/signal-sigtrap.exp: New file.
12981
12982 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12983
12984 * gdb.trace/no-attach-trace.c: New file.
12985 * gdb.trace/no-attach-trace.exp: New file.
12986
12987 2015-02-09 Mark Wielaard <mjw@redhat.com>
12988
12989 * gdb.dwarf2/atomic.c: New file.
12990 * gdb.dwarf2/atomic-type.exp: Likewise.
12991
12992 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12993
12994 * gdb.btrace/buffer-size.exp: Update "info record" output.
12995 * gdb.btrace/delta.exp: Update "info record" output.
12996 * gdb.btrace/enable.exp: Update "info record" output.
12997 * gdb.btrace/finish.exp: Update "info record" output.
12998 * gdb.btrace/instruction_history.exp: Update "info record" output.
12999 * gdb.btrace/next.exp: Update "info record" output.
13000 * gdb.btrace/nexti.exp: Update "info record" output.
13001 * gdb.btrace/step.exp: Update "info record" output.
13002 * gdb.btrace/stepi.exp: Update "info record" output.
13003 * gdb.btrace/nohist.exp: Update "info record" output.
13004
13005 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13006
13007 * gdb.btrace/buffer-size: New.
13008
13009 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13010
13011 * gdb.btrace/delta.exp: Update "info record" output.
13012 * gdb.btrace/enable.exp: Update "info record" output.
13013 * gdb.btrace/finish.exp: Update "info record" output.
13014 * gdb.btrace/instruction_history.exp: Update "info record" output.
13015 * gdb.btrace/next.exp: Update "info record" output.
13016 * gdb.btrace/nexti.exp: Update "info record" output.
13017 * gdb.btrace/step.exp: Update "info record" output.
13018 * gdb.btrace/stepi.exp: Update "info record" output.
13019 * gdb.btrace/nohist.exp: Update "info record" output.
13020
13021 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13022
13023 PR gdb/15678
13024 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13025
13026 2015-02-06 Pedro Alves <palves@redhat.com>
13027
13028 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13029 macro.
13030 (seconds_left, again): New globals.
13031 (main): Wait seconds_left in a 1-second sleep loop instead of
13032 sleeping 180 seconds. If 'again' is set, reset the seconds
13033 counter.
13034 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13035 'again' in the inferior before detaching. Print the seconds left.
13036 (options): New global.
13037 (top level): Build program with -DTIMEOUT=$timeout.
13038
13039 2015-02-06 Pedro Alves <palves@redhat.com>
13040
13041 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13042 determine how many seconds to pass to 'alarm'.
13043 * gdb.base/gdb-sigterm.exp (top level): Build program with
13044 -DTIMEOUT=$timeout.
13045 (do_test): Return success/failure indication. Add more verbose
13046 logging. Don't fail if 200 single steps are seen. Instead, fail
13047 when the test times out.
13048 (passes): New global.
13049 (top level): Break the testing loop if testing fails on any
13050 iteration. Use gdb_assert.
13051
13052 2015-02-04 Don Breazeal <donb@codesourcery.com>
13053
13054 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13055 and initialize them.
13056 (ipc_cleanup): New function.
13057 (main): Don't declare shmid, semid, and msqid. Add a call to
13058 atexit so that we call ipc_cleanup on exit.
13059
13060 2015-02-04 Pedro Alves <palves@redhat.com>
13061
13062 * boards/native-extended-gdbserver.exp: Remove any target variant
13063 specifications from the board name before clearing the isremote
13064 flag from board_info.
13065
13066 2015-01-31 Doug Evans <xdje42@gmail.com>
13067
13068 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13069
13070 2015-01-31 Gary Benson <gbenson@redhat.com>
13071
13072 * gdb.base/completion.exp: Disable completion limiting for
13073 existing tests. Add new tests to check completion limiting.
13074 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13075
13076 2015-01-31 Doug Evans <xdje42@gmail.com>
13077
13078 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13079
13080 2015-01-31 Doug Evans <xdje42@gmail.com>
13081
13082 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13083 entries. Duplicate file section script entries.
13084 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13085 inlined entries. Add test for safe-path rejection.
13086 * gdb.python/py-section-script.c: Add duplicate inlined section script
13087 entries. Duplicate file section script entries.
13088 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13089 inlined entries. Add test for safe-path rejection.
13090
13091 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13092
13093 * gdb.ada/disc_arr_bound: New testcase.
13094
13095 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13096
13097 * gdb.ada/mi_var_array: New testcase.
13098
13099 2015-01-27 Doug Evans <dje@google.com>
13100
13101 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13102 Add test for objfile.filename, objfile.username after objfile
13103 has been unloaded.
13104
13105 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13106
13107 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13108 the second test to print the name attribute of value
13109 returned by the call to gdb.lookup_type, and adjust
13110 the expected output accordingly.
13111
13112 2015-01-25 Mark Wielaard <mjw@redhat.com>
13113
13114 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13115 * gdb.base/disp-step-fork.c: Include unistd.h.
13116 * gdb.base/siginfo-obj.c: Include stdio.h.
13117 * gdb.base/siginfo-thread.c: Likewise.
13118 * gdb.mi/non-stop.c: Include unistd.h.
13119 * gdb.mi/nsthrexec.c: Include stdio.h.
13120 * gdb.mi/pthreads.c: Include unistd.h.
13121 * gdb.modula2/unbounded1.c (main): Declare returns int.
13122 * gdb.reverse/consecutive-reverse.c: Likewise.
13123 * gdb.threads/create-fail.c: Include unistd.h.
13124 * gdb.threads/killed.c: Likewise.
13125 * gdb.threads/linux-dp.c: Likewise.
13126 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13127 * gdb.threads/non-ldr-exc-2.c: Likewise.
13128 * gdb.threads/non-ldr-exc-3.c: Likewise.
13129 * gdb.threads/non-ldr-exc-4.c: Likewise.
13130 * gdb.threads/pthreads.c: Include unistd.h.
13131 (main): Declare returns int.
13132 * gdb.threads/tls-main.c (foo): New declaration.
13133 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13134
13135 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13136
13137 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13138 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13139
13140 2015-01-15 Mark Wielaard <mjw@redhat.com>
13141
13142 * gdb.base/noreturn-return.c: New file.
13143 * gdb.base/noreturn-return.exp: New file.
13144 * gdb.base/noreturn-finish.c: New file.
13145 * gdb.base/noreturn-finish.exp: New file.
13146
13147 2015-01-23 Pedro Alves <palves@redhat.com>
13148
13149 * gdb.threads/continue-pending-after-query.c: New file.
13150 * gdb.threads/continue-pending-after-query.exp: New file.
13151
13152 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13153 Simon Marchi <simon.marchi@ericsson.com>
13154
13155 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13156 * gdb.base/valgrind-db-attach.exp: Same.
13157 * gdb.base/valgrind-infcall.exp: Same.
13158 * lib/mi-support.exp (default_mi_gdb_start): Same.
13159 * lib/prompt.exp (default_prompt_gdb_start): Same.
13160 * lib/gdb.exp (default_gdb_spawn): Same.
13161 (gdb_interact): New.
13162
13163
13164 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13165
13166 * gdb.compile/compile.exp (pointer to jit function): New test.
13167
13168 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13169
13170 * lib/gdb.exp (supports_process_record): Return true for
13171 powerpc*-*-linux*.
13172 (supports_reverse): Likewise.
13173
13174 2015-01-15 Don Breazeal <donb@codesourcery.com>
13175
13176 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13177 instead of checking whether the target board is remote and
13178 use spawn_wait_for_attach instead of exec/sleep.
13179 * gdb.base/attach-twice.exp: Likewise.
13180
13181 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13182
13183 * gdb.ada/var_arr_attrs: New testcase.
13184
13185 2015-01-14 Pedro Alves <palves@redhat.com>
13186 Joel Brobecker <brobecker@adacore.com>
13187
13188 PR gdb/17525
13189 * gdb.base/bp-cmds-execution-x-script.c: New file.
13190 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13191 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13192
13193 2015-01-14 Pedro Alves <palves@redhat.com>
13194
13195 PR cli/17828
13196 * gdb.base/batch-preserve-term-settings.c: New file.
13197 * gdb.base/batch-preserve-term-settings.exp: New file.
13198
13199 2015-01-13 Doug Evans <dje@google.com>
13200
13201 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13202 binary.
13203
13204 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13205
13206 * Makefile.in (clean mostlyclean): Do not delete *.py.
13207
13208 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13209
13210 * gdb.python/py-lookup-type.exp: New file.
13211
13212 2015-01-12 Pedro Alves <palves@redhat.com>
13213
13214 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13215 restore GDBFLAGS before returning.
13216
13217 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13218
13219 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13220 is_amd64_regs_target and is_x86_like_target.
13221
13222 2015-01-11 Doug Evans <xdje42@gmail.com>
13223
13224 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13225 is given without an explicit form.
13226 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13227 attributes.
13228 * gdb.dwarf/corrupt.exp: Ditto.
13229 * gdb.dwarf2/enum-type.exp: Ditto.
13230 * gdb.trace/entry-values.exp: Ditto.
13231 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13232
13233 2015-01-11 Doug Evans <xdje42@gmail.com>
13234
13235 PR gdb/15830
13236 * gdb.base/maint.exp: Remove references to "maint demangle".
13237 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13238 Add tests for explicitly specifying language to demangle.
13239 * gdb.dlang/demangle.exp: Ditto.
13240
13241 2015-01-09 Pedro Alves <palves@redhat.com>
13242
13243 * gdb.threads/non-stop-fair-events.c: New file.
13244 * gdb.threads/non-stop-fair-events.exp: New file.
13245
13246 2015-01-09 Pedro Alves <palves@redhat.com>
13247
13248 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13249 the global scope. Set a breakpoint after all threads are started
13250 rather than stepping over two source lines. Expect the prompt.
13251 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13252 global.
13253 (NUM): Now 15.
13254 (main): Use threads_started_barrier to wait for all threads to
13255 start. Main thread no longer calls thread_function. Exit after
13256 180 seconds.
13257 (loop): New function.
13258 (thread_function): Wait on threads_started_barrier barrier. Call
13259 'loop' at each iteration.
13260 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13261 threads have started, instead of hardcoding number of "next"
13262 steps. Use an access watchpoint instead of a write watchpoint.
13263
13264 2015-01-09 Pedro Alves <palves@redhat.com>
13265
13266 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13267 (thread_func): Wait on barrier.
13268 (main): Wait for all threads to start before stopping GDB.
13269 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13270 global.
13271 (thread1_func, thread2_func): Wait on barrier.
13272 (main): Wait for all threads to start before stopping GDB.
13273 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13274 New global.
13275 (thread1_func, thread2_func): Wait on barrier.
13276 (main): Wait for all threads to start before stopping GDB.
13277
13278 2015-01-09 Pedro Alves <palves@redhat.com>
13279
13280 * gdb.threads/attach-many-short-lived-threads.c: New file.
13281 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13282
13283 2014-01-09 Pedro Alves <palves@redhat.com>
13284
13285 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13286 instead of to thread 2.
13287 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13288 Add barrier around each pthread_create call instead of around all
13289 calls.
13290 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13291 Set a break on thread_function and have the child threads hit it
13292 one at at a time.
13293
13294 2015-01-09 Pedro Alves <palves@redhat.com>
13295
13296 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13297 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13298 false.
13299 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13300 checking whether the target board is remote.
13301 * gdb.multi/multi-attach.exp: Likewise.
13302 * gdb.python/py-sync-interp.exp: Likewise.
13303 * gdb.server/ext-attach.exp: Likewise.
13304 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13305 tests that need to attach, instead of checking whether the target
13306 board is remote at the top of the file.
13307
13308 2015-01-08 Yao Qi <yao@codesourcery.com>
13309
13310 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13311
13312 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13313
13314 Fix testcase compilation.
13315 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13316
13317 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13318
13319 * gdb.python/py-type.exp: Add a couple test about empty
13320 array creation, and negative-length array creation.
13321
13322 2015-01-02 Doug Evans <xdje42@gmail.com>
13323
13324 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13325
13326 2015-01-02 Doug Evans <dje@google.com>
13327
13328 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13329
13330 2014-12-29 Yao Qi <yao@codesourcery.com>
13331
13332 * gdb.trace/entry-values.exp: Update comments. Rename variable
13333 bar_call_foo to returned_from_foo.
13334
13335 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13336
13337 PR gdb/17394
13338 * gdb.linespec/break-asm-file.c: New file.
13339 * gdb.linespec/break-asm-file.exp: New file.
13340 * gdb.linespec/break-asm-file0.s: New file.
13341 * gdb.linespec/break-asm-file1.s: New file.
13342
13343 2014-12-18 Nigel Stephens <nigel@mips.com>
13344 Maciej W. Rozycki <macro@codesourcery.com>
13345
13346 * gdb.base/float.exp: Handle the new output from "info float" on
13347 MIPS targets.
13348
13349 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13350
13351 Fix MinGW compilation.
13352 * gdb.compile/compile-ops.exp: Update untested message if
13353 !skip_compile_feature_tests.
13354 * gdb.compile/compile-setjmp.exp: Likewise.
13355 * gdb.compile/compile-tls.exp: Likewise.
13356 * gdb.compile/compile.exp: Likewise.
13357 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13358 supported on this host".
13359
13360 2014-12-16 Doug Evans <xdje42@gmail.com>
13361
13362 * boards/stabs.exp: New file.
13363
13364 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13365
13366 * gdb.base/completion.exp: Adjust to format changes of "maint
13367 print user-registers".
13368
13369 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13370
13371 PR server/17457
13372 * gdb.arch/aarch64-fp.c: New file.
13373 * gdb.arch/aarch64-fp.exp: New file.
13374
13375 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13376
13377 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13378 r210637, r210913, r211666, r215400, r215817).
13379
13380 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13381 * dg-extract-results.py: New file.
13382 * dg-extract-results.sh: Use it if the environment seems
13383 suitable.
13384
13385 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13386
13387 * dg-extract-results.py (parse_run): Handle warnings that
13388 are printed before a test harness is run.
13389
13390 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13391
13392 * dg-extract-results.py (Named): Remove __cmp__ method.
13393 (output_variation): Use a key to sort variation.harnesses.
13394
13395 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13396
13397 * dg-extract-results.py: For Python 3, force sys.stdout to
13398 handle surrogate escape sequences.
13399 (safe_open): New function.
13400 (output_segment, main): Use it.
13401
13402 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13403
13404 * dg-extract-results.py (Prog.result_re): Include options
13405 in test name.
13406
13407 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13408
13409 * dg-extract-results.py (output_variation): Always sort if
13410 do_sum.
13411
13412 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13413
13414 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13415 as long as we get pagination notifications.
13416
13417 2014-12-15 Jason Merrill <jason@redhat.com>
13418
13419 * Makefile.in (check-gdb.%): Restore.
13420 * README: Mention it.
13421
13422 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13423
13424 * gdb.ada/str_uninit: New testcase.
13425
13426 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13427
13428 PR symtab/17642
13429 * gdb.base/vla-stub-define.c: New file.
13430 * gdb.base/vla-stub.c: New file.
13431 * gdb.base/vla-stub.exp: New file.
13432
13433 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13434 Jan Kratochvil <jan.kratochvil@redhat.com>
13435 Tom Tromey <tromey@redhat.com>
13436
13437 * configure.ac: Add gdb.compile/.
13438 * configure: Regenerate.
13439 * gdb.compile/Makefile.in: New file.
13440 * gdb.compile/compile-ops.exp: New file.
13441 * gdb.compile/compile-ops.c: New file.
13442 * gdb.compile/compile-tls.c: New file.
13443 * gdb.compile/compile-tls.exp: New file.
13444 * gdb.compile/compile-constvar.S: New file.
13445 * gdb.compile/compile-constvar.c: New file.
13446 * gdb.compile/compile-mod.c: New file.
13447 * gdb.compile/compile-nodebug.c: New file.
13448 * gdb.compile/compile-setjmp-mod.c: New file.
13449 * gdb.compile/compile-setjmp.c: New file.
13450 * gdb.compile/compile-setjmp.exp: New file.
13451 * gdb.compile/compile-shlib.c: New file.
13452 * gdb.compile/compile.c: New file.
13453 * gdb.compile/compile.exp: New file.
13454 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13455
13456 2014-12-12 Tom Tromey <tromey@redhat.com>
13457
13458 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13459 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13460
13461 2014-12-12 Doug Evans <dje@google.com>
13462
13463 * lib/gdb-python.exp (get_python_valueof): New function.
13464 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13465
13466 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13467
13468 * gdb.base/completion.exp: Add test for completion of "info
13469 registers ".
13470
13471 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13472
13473 * gdb.base/func-ptrs.c: New file.
13474 * gdb.base/func-ptrs.exp: New file.
13475
13476 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13477
13478 PR breakpoints/17012
13479 * gdb.base/dprintf-detach.c: New file.
13480 * gdb.base/dprintf-detach.exp: New file.
13481
13482 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13483
13484 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13485 * lib/gdb.exp (target_is_gdbserver): New procedure.
13486
13487 2014-12-08 Doug Evans <dje@google.com>
13488
13489 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13490
13491 2014-12-05 Yao Qi <yao@codesourcery.com>
13492
13493 * gdb.guile/scm-error.exp: Remove the third argument to
13494 gdb_remote_download.
13495 * gdb.guile/scm-frame-args.exp: Likewise.
13496 * gdb.guile/scm-section-script.exp: Likewise.
13497
13498 2014-12-05 Yao Qi <yao@codesourcery.com>
13499
13500 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13501
13502 2014-12-04 Doug Evans <dje@google.com>
13503
13504 * gdb.python/py-objfile.exp: Add tests for
13505 objfile.add_separate_debug_file.
13506
13507 2014-12-04 Doug Evans <dje@google.com>
13508
13509 * lib/gdb.exp (get_build_id): New function.
13510 (build_id_debug_filename_get): Rewrite to use it.
13511 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13512
13513 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13514
13515 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13516 `method(long)', not just 0x0.
13517 * gdb.cp/nsalias.exp: Align code labels to 4.
13518 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13519 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13520 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13521 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13522 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13523 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13524
13525 2014-12-02 Doug Evans <dje@google.com>
13526
13527 PR symtab/17602
13528 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13529 * gdb.cp/anon-ns2.cc: ... here. New file.
13530 * gdb.cp/anon-ns.exp: Update.
13531
13532 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13533
13534 * gdb.python/py-events.py (inferior_call_handler): New.
13535 (register_changed_handler, memory_changed_handler): New.
13536 (test_events.invoke): Register new handlers.
13537 * gdb.python/py-events.exp: Add tests for inferior call,
13538 memory_changed and register_changed events.
13539
13540 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13541
13542 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13543 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13544 if the linker doesn't understand this.
13545
13546 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13547
13548 * gdb.python/python.exp: Change expected reply to help().
13549
13550 2014-12-01 Yao Qi <yao@codesourcery.com>
13551
13552 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13553 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13554 * configure: Re-generated.
13555
13556 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13557
13558 * gdb.cp/chained-calls.cc: New file.
13559 * gdb.cp/chained-calls.exp: New file.
13560 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13561
13562 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13563
13564 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13565 * gdb.dwarf2/symtab-producer.exp: Same.
13566 * gdb.gdb/python-interrupts.exp: Same.
13567 * gdb.gdb/python-selftest.exp: Same.
13568 * gdb.python/py-linetable.exp: Same.
13569 * gdb.python/py-type.exp: Same.
13570 * gdb.python/py-value-cc.exp: Same.
13571 * gdb.python/py-value.exp: Same.
13572
13573 2014-11-28 Yao Qi <yao@codesourcery.com>
13574
13575 * gdb.base/break-probes.exp: Match library name prefixed with
13576 sysroot.
13577
13578 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13579
13580 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13581 test expected output. Add parentheses for the call to print.
13582 Remove L suffix from integers.
13583
13584 2014-11-26 Doug Evans <dje@google.com>
13585
13586 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13587
13588 2014-11-22 Yao Qi <yao@codesourcery.com>
13589
13590 * gdb.trace/entry-values.c: Remove asms.
13591 (foo): Add foo_label.
13592 (bar): Add bar_label.
13593 * gdb.trace/entry-values.exp: Remove code computing foo's
13594 length and bar's length.
13595 (Dwarf::assemble): Invoke function_range for bar and use
13596 MACRO_AT_func for foo.
13597
13598 2014-11-22 Yao Qi <yao@codesourcery.com>
13599
13600 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13601 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13602 Use .Lgcc43_procstart instead of gcc43.
13603
13604 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13605
13606 * gdb.ada/n_arr_bound: New testcase.
13607
13608 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13609
13610 PR breakpoints/10737
13611 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13612 test_catch_syscall_multi_arch.
13613 (test_catch_syscall_multi_arch): New function.
13614
13615 2014-11-20 Doug Evans <xdje42@gmail.com>
13616
13617 * gdb.base/maint.exp: Update expected output.
13618
13619 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13620
13621 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13622 4-byte instruction on S390.
13623
13624 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13625
13626 * gdb.ada/arr_arr: New testcase.
13627
13628 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13629
13630 * gdb.ada/pkd_arr_elem: New Testcase.
13631
13632 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13633
13634 * gdb.reverse/break-precsave: Expect completion message for
13635 core file reads.
13636 * gdb.reverse/consecutive-precsave.exp: Likewise.
13637 * gdb.reverse/finish-precsave.exp: Likewise.
13638 * gdb.reverse/i386-precsave.exp: Likewise.
13639 * gdb.reverse/machinestate-precsave.exp: Likewise.
13640 * gdb.reverse/sigall-precsave.exp: Likewise.
13641 * gdb.reverse/solib-precsave.exp: Likewise.
13642 * gdb.reverse/step-precsave.exp: Likewise.
13643 * gdb.reverse/until-precsave.exp: Likewise.
13644 * gdb.reverse/watch-precsave.exp: Likewise.
13645
13646 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13647
13648 * gdb.base/bp-permanent.c: Include unistd.h.
13649 * gdb.python/py-framefilter-mi.c (main): Add return type.
13650 * gdb.python/py-framefilter.c (main): Likewise.
13651 * gdb.trace/actions-changed.c (main): Likewise.
13652
13653 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13654
13655 * gdb.mi/until.c: Add eye-catchers.
13656 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13657 line numbers.
13658
13659 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13660
13661 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13662 function header variants in break1.c.
13663 * gdb.base/ena-dis-br.exp: Likewise.
13664 * gdb.base/hbreak2.exp: Likewise.
13665 * gdb.reverse/until-precsave.exp: Drop references to removed
13666 non-prototype function header variants in ur1.c.
13667 * gdb.reverse/until-reverse.exp: Likewise.
13668
13669 2014-11-17 Petr Machata <pmachata@redhat.com>
13670
13671 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13672 ${_cu_offset_size} bytes abbrev offset.
13673
13674 2014-11-15 Doug Evans <xdje42@gmail.com>
13675
13676 PR symtab/17559
13677 * gdb.base/line-symtabs.exp: New file.
13678 * gdb.base/line-symtabs.c: New file.
13679 * gdb.base/line-symtabs.h: New file.
13680
13681 2014-11-14 Yao Qi <yao@codesourcery.com>
13682
13683 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13684 (func): Add label func_label.
13685 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13686 Replace low_pc and high_pc with MACRO_AT_range.
13687 Replace name, low_pc and high_pc with MACRO_AT_func.
13688
13689 2014-11-14 Yao Qi <yao@codesourcery.com>
13690
13691 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13692 Replace name, low_pc and high_pc with MACRO_AT_func.
13693
13694 2014-11-14 Yao Qi <yao@codesourcery.com>
13695
13696 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13697 produce debug information.
13698 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13699
13700 2014-11-14 Yao Qi <yao@codesourcery.com>
13701
13702 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13703 object and get function length.
13704 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13705 with MACRO_AT_func.
13706 (top-level): Replace gdb_compile and clean_restart with
13707 prepare_for_testing.
13708 * gdb.dwarf2/main.c (main): Add label main_label.
13709
13710 2014-11-14 Yao Qi <yao@codesourcery.com>
13711
13712 * lib/dwarf.exp (function_range): New procedure.
13713 (Dwarf::_handle_macro_at_func): New procedure.
13714 (Dwarf::_handle_macro_at_range): New procedure.
13715 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13716
13717 2014-11-14 Yao Qi <yao@codesourcery.com>
13718
13719 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13720 (_handle_attribute): New procedure.
13721
13722 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13723
13724 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13725 * gdb.base/call-sc.c (zed): Likewise.
13726 * gdb.base/checkpoint.c (main): Likewise.
13727 * gdb.base/dump.c (main): Likewise.
13728 * gdb.base/gcore.c (main): Likewise.
13729 * gdb.base/huge.c (main): Likewise.
13730 * gdb.base/multi-forks.c (main): Likewise.
13731 * gdb.base/pr10179-a.c (main): Likewise.
13732 * gdb.base/savedregs.c (main): Likewise.
13733 * gdb.base/sigaltstack.c (main): Likewise.
13734 * gdb.base/siginfo.c (main): Likewise.
13735 * gdb.base/structs.c (zed): Likewise.
13736 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13737 * gdb.mi/mi-syn-frame.c (main): Likewise.
13738 * gdb.mi/until.c (foo, main): Likewise.
13739 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13740 * gdb.base/solib-weak.c (foo): Declare.
13741 * gdb.base/attach-twice.c: Include stdio.h.
13742 * gdb.base/weaklib1.c: Likewise.
13743 * gdb.base/weaklib2.c: Likewise.
13744 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13745 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13746 unistd.h.
13747 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13748 * gdb.mi/mi-exit-code.c: Likewise.
13749 * gdb.base/break-interp-lib.c: Include string.h.
13750 * gdb.base/coremaker.c: Likewise.
13751 * gdb.base/testenv.c: Likewise.
13752 * gdb.python/py-finish-breakpoint.c: Likewise.
13753 * gdb.base/inferior-died.c: Include sys/wait.h.
13754 * gdb.base/fileio.c: Include time.h.
13755 * gdb.base/async-shell.c: Include unistd.h.
13756 * gdb.base/dprintf-non-stop.c: Likewise.
13757 * gdb.base/info-os.c: Likewise.
13758 * gdb.mi/mi-console.c: Likewise.
13759 * gdb.mi/watch-nonstop.c: Likewise.
13760 * gdb.python/py-events.c: Likewise.
13761 * gdb.base/async.c (baz): Move up before its invocation.
13762 * gdb.base/code_elim2.c (my_global_func): Likewise.
13763 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13764 * gdb.base/advance.c (func2): Likewise.
13765
13766 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13767
13768 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13769 variant.
13770 * gdb.base/annota3.c: Likewise.
13771 * gdb.base/async.c: Likewise.
13772 * gdb.base/average.c: Likewise.
13773 * gdb.base/call-ar-st.c: Likewise.
13774 * gdb.base/call-rt-st.c: Likewise.
13775 * gdb.base/call-sc.c: Likewise.
13776 * gdb.base/call-strs.c: Likewise.
13777 * gdb.base/ending-run.c: Likewise.
13778 * gdb.base/execd-prog.c: Likewise.
13779 * gdb.base/exprs.c: Likewise.
13780 * gdb.base/foll-exec.c: Likewise.
13781 * gdb.base/foll-fork.c: Likewise.
13782 * gdb.base/foll-vfork.c: Likewise.
13783 * gdb.base/funcargs.c: Likewise.
13784 * gdb.base/gcore.c: Likewise.
13785 * gdb.base/jump.c: Likewise.
13786 * gdb.base/langs0.c: Likewise.
13787 * gdb.base/langs1.c: Likewise.
13788 * gdb.base/langs2.c: Likewise.
13789 * gdb.base/mips_pro.c: Likewise.
13790 * gdb.base/nodebug.c: Likewise.
13791 * gdb.base/opaque0.c: Likewise.
13792 * gdb.base/opaque1.c: Likewise.
13793 * gdb.base/recurse.c: Likewise.
13794 * gdb.base/run.c: Likewise.
13795 * gdb.base/scope0.c: Likewise.
13796 * gdb.base/scope1.c: Likewise.
13797 * gdb.base/setshow.c: Likewise.
13798 * gdb.base/setvar.c: Likewise.
13799 * gdb.base/shmain.c: Likewise.
13800 * gdb.base/shr1.c: Likewise.
13801 * gdb.base/shr2.c: Likewise.
13802 * gdb.base/sigall.c: Likewise.
13803 * gdb.base/signals.c: Likewise.
13804 * gdb.base/so-indr-cl.c: Likewise.
13805 * gdb.base/solib2.c: Likewise.
13806 * gdb.base/structs.c: Likewise.
13807 * gdb.base/sum.c: Likewise.
13808 * gdb.base/vforked-prog.c: Likewise.
13809 * gdb.base/watchpoint.c: Likewise.
13810 * gdb.reverse/shr2.c: Likewise.
13811 * gdb.reverse/until-reverse.c: Likewise.
13812 * gdb.reverse/ur1.c: Likewise.
13813 * gdb.reverse/watch-reverse.c: Likewise.
13814
13815 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13816
13817 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13818 variant.
13819 * gdb.base/sepdebug.exp: Drop references to removed code.
13820
13821 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13822
13823 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13824 variant. Preserve original line numbering.
13825 * gdb.base/list1.c: Likewise.
13826
13827 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13828
13829 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13830 variant.
13831 * gdb.base/break1.c: Likewise.
13832 * gdb.base/break.exp: Drop references to removed code.
13833
13834 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13835
13836 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13837 variant.
13838
13839 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13840
13841 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13842
13843 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13844
13845 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13846 logic into perform_all_tests() and invoke it with and without
13847 function header prototypes.
13848 (do_function_calls): Remove conditional XFAIL for PR 5318.
13849 (rerun_and_prepare): Remove duplicate code.
13850 (perform_all_tests): New. Main logic moved here.
13851
13852 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13853
13854 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13855 code guarded by #ifdef NO_PROTOTYPES.
13856 (t_double_many_args): Likewise.
13857 (DEF_FUNC_MANY_ARGS_1): Likewise.
13858 (DEF_FUNC_VALUES_1): Likewise.
13859 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13860 guarded by #ifdef PROTOTYPES.
13861
13862 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13863
13864 * gdb.mi/mi-console.c: Add eye-catcher.
13865 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13866 instead of literal line number.
13867
13868 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13869
13870 * gdb.base/shr2.c: Add eye-catcher.
13871 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13872 line number.
13873
13874 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13875
13876 * gdb.base/jump.c: Add eye-catchers.
13877 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13878 numbers.
13879
13880 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13881
13882 * gdb.base/execd-prog.c: Add eye-catchers.
13883 * gdb.base/foll-exec.c: Likewise.
13884 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13885 line numbers.
13886
13887 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13888
13889 * gdb.base/ending-run.c: Add eye-catchers.
13890 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13891 literal line numbers.
13892
13893 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13894
13895 * gdb.base/call-rt-st.c: Add eye-catchers.
13896 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13897 literal line numbers.
13898
13899 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13900
13901 * gdb.base/call-ar-st.c: Add eye-catchers.
13902 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13903 literal line numbers.
13904
13905 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13906
13907 * gdb.base/average.c: Add eye-catchers.
13908 * gdb.base/sum.c: Likewise.
13909 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13910 regexps dynamically.
13911
13912 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13913
13914 * gdb.base/solib1.c: Add eye-catchers.
13915 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13916 literal line numbers.
13917
13918 2014-11-12 Pedro Alves <palves@redhat.com>
13919
13920 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13921 leader has exited.
13922
13923 2014-11-12 Pedro Alves <palves@redhat.com>
13924
13925 * gdb.arch/i386-bp_permanent.c: New file.
13926 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13927 (srcfile): Set to i386-bp_permanent.c.
13928 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13929 that stepi does not execute the 'leave' instruction, instead of
13930 testing it does execute.
13931 * gdb.base/bp-permanent.c: New file.
13932 * gdb.base/bp-permanent.exp: New file.
13933
13934 2014-11-10 Doug Evans <xdje42@gmail.com>
13935
13936 PR symtab/17564
13937 * gdb.base/symtab-search-order.exp: New file.
13938 * gdb.base/symtab-search-order.c: New file.
13939 * gdb.base/symtab-search-order-1.c: New file.
13940 * gdb.base/symtab-search-order-shlib-1.c: New file.
13941
13942 2014-11-07 Pedro Alves <palves@redhat.com>
13943
13944 PR gdb/17511
13945 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13946 i?86-*-linux*.
13947
13948 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13949
13950 PR c++/17494
13951 * gdb.cp/pr17494.cc: New file.
13952 * gdb.cp/pr17494.exp: New file.
13953
13954 2014-11-02 Yao Qi <yao@codesourcery.com>
13955
13956 * gdb.python/python.exp: Get working directory and match the
13957 output of "set extended-prompt \\w " with it.
13958
13959 2014-10-30 Doug Evans <dje@google.com>
13960
13961 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13962 in objfiles.
13963 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13964 in progspaces.
13965
13966 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13967
13968 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13969 * gdb.base/realname-expand.exp: Likewise.
13970 * gdb.linespec/macro-relative.exp: Likewise.
13971
13972 2014-10-29 Pedro Alves <palves@redhat.com>
13973
13974 PR gdb/17408
13975 * gdb.threads/schedlock.c (some_function): New function.
13976 (call_function): New global.
13977 (MAYBE_CALL_SOME_FUNCTION): New macro.
13978 (thread_function): Call it.
13979 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13980 and use it instead of a global counter. Adjust all callers.
13981 (get_current_thread): Use "find current thread" for test message
13982 here rather than having all callers pass down the same string.
13983 (goto_loop): New procedure, factored out from ...
13984 (my_continue): ... this.
13985 (step_ten_loops): Change parameter from test message to command to
13986 use. Adjust.
13987 (list_count): Delete global.
13988 (check_result): New procedure, factored out from duplicate top
13989 level code.
13990 (continue tests): Wrap in with_test_prefix.
13991 (test_step): New procedure, factored out from duplicate top level
13992 code.
13993 (top level): Test "step" in combination with all scheduler-locking
13994 modes. Test "next" in combination with all scheduler-locking
13995 modes, and in combination with stepping over a function call or
13996 not.
13997 * gdb.threads/next-bp-other-thread.c: New file.
13998 * gdb.threads/next-bp-other-thread.exp: New file.
13999
14000 2014-10-29 Pedro Alves <palves@redhat.com>
14001
14002 PR python/17372
14003 * gdb.python/python.exp: Test a multi-line command that spawns
14004 interactive Python.
14005 * gdb.base/multi-line-starts-subshell.exp: New file.
14006
14007 2014-10-29 Yao Qi <yao@codesourcery.com>
14008
14009 * gdb.base/fileio.exp: Make directories on host.
14010
14011 2014-10-29 Yao Qi <yao@codesourcery.com>
14012
14013 * gdb.base/fileio.c (test_write): Close the file.
14014
14015 2014-10-28 Pedro Alves <palves@redhat.com>
14016
14017 PR gdb/12623
14018 * gdb.base/sigstep.c (no_handler): New global.
14019 (main): If 'no_handler is true, set the signal handlers to
14020 SIG_IGN.
14021 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14022 with_sw_watch and no_handler parameters. Handle them.
14023 (top level) <stepping over handler when stopped at a breakpoint
14024 test>: Add a test axis for testing with a software watchpoint, and
14025 another for testing with the signal handler set to SIG_IGN.
14026 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14027 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14028
14029 2014-10-28 Pedro Alves <palves@redhat.com>
14030
14031 PR gdb/17511
14032 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14033 * gdb.base/sigstep.exp (other_handler_location): New global.
14034 (advance): Support stepping into the signal handler, and running
14035 commands while in the handler.
14036 (in_handler_map): New global.
14037 (top level): In the advance test, add combinations for getting
14038 into the handler with stepping commands, and for running commands
14039 in the handler. Add comment descripting the advancei tests.
14040
14041 2014-10-28 Pedro Alves <palves@redhat.com>
14042
14043 * gdb.base/sigstep.exp: Use build_executable instead of
14044 prepare_for_testing.
14045 (top level): Move code that starts GDB, runs to main and creates a
14046 display to ...
14047 (restart): ... this new procedure.
14048 (top level): Move backtrace from signal handler test to ...
14049 (validate_backtrace): ... this new procedure.
14050 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14051 with_test_prefix. Always restart GDB.
14052 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14053 with_test_prefix. Always restart GDB. No need to delete
14054 breakpoints after the test.
14055 (test_skip_handler): Remove prefix parameter.
14056 (skip_over_handler, breakpoint_to_handler)
14057 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14058 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14059 restart GDB. No need to delete breakpoints after the test.
14060 (top level): Use foreach to call the test procedures with
14061 different commands.
14062
14063 2014-10-28 Pedro Alves <palves@redhat.com>
14064
14065 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14066 instead of GNATS numbers.
14067 * gdb.base/sigbpt.exp: Likewise.
14068 * gdb.base/siginfo.exp: Likewise.
14069 * gdb.base/sigstep.exp: Likewise.
14070
14071 2014-10-27 Pedro Alves <palves@redhat.com>
14072
14073 * gdb.base/sigstep.c (dummy): New global.
14074 (main): Issue a couple writes to the new global.
14075 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14076 procedures.
14077 (skip_over_handler): Use test_skip_handler.
14078 (top level): Call skip_over_handler for stepi and nexti too.
14079 (breakpoint_over_handler): Use test_skip_handler.
14080 (top level): Call breakpoint_over_handler for stepi and nexti too.
14081
14082 2014-10-27 Yao Qi <yao@codesourcery.com>
14083
14084 * gdb.trace/tfile.c (adjust_function_address)
14085 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14086 function descriptor.
14087
14088 2014-10-24 Don Breazeal <donb@codesourcery.com>
14089
14090 * gdb.base/foll-fork.exp (test_follow_fork,
14091 catch_fork_child_follow): Check for updated fork messages emitted
14092 from infrun.c.
14093 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14094 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14095 vfork_and_exec_child_follow_through_step): Check for updated vfork
14096 messages emitted from infrun.c.
14097
14098 2014-10-24 Pedro Alves <palves@redhat.com>
14099
14100 * gdb.base/corefile.exp: Remove references to ultrix.
14101 * gdb.base/interrupt.exp: Likewise.
14102 * gdb.base/whatis.exp: Likewise.
14103 * gdb.gdb/selftest.exp: Likewise.
14104 * gdb.threads/manythreads.exp: Likewise.
14105 * gdb.threads/print-threads.exp: Likewise.
14106 * gdb.threads/pthreads.exp:: Likewise.
14107 * gdb.threads/schedlock.exp: Likewise.
14108
14109 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14110
14111 * gdb.cp/non-trivial-retval.cc: Add a test case.
14112 * gdb.cp/non-trivial-retval.exp: Add a test.
14113
14114 2014-10-20 Yao Qi <yao@codesourcery.com>
14115
14116 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14117 * gdb.python/py-objfile-script-gdb.py: New file.
14118 * gdb.python/py-objfile-script.exp: Update reference to
14119 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14120 of remote_download. Remove the dest file.
14121
14122 2014-10-20 Yao Qi <yao@codesourcery.com>
14123
14124 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14125 * gdb.base/step-line.exp: Likewise.
14126 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14127 * gdb.dwarf2/dw2-basic.exp: Likewise.
14128 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14129 * gdb.dwarf2/dw2-filename.exp: Likewise.
14130 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14131 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14132 * gdb.dwarf2/dw2-producer.exp: Likewise.
14133 * gdb.dwarf2/mac-fileno.exp: Likewise.
14134 * gdb.python/py-frame-args.exp: Likewise.
14135 * gdb.python/py-framefilter.exp: Likewise.
14136 * gdb.python/py-mi.exp: Likewise.
14137 * gdb.python/py-objfile-script.exp: Likewise
14138 * gdb.python/py-pp-integral.exp: Likewise.
14139 * gdb.python/py-pp-re-notag.exp: Likewise.
14140 * gdb.python/py-prettyprint.exp: Likewise.
14141 * gdb.python/py-section-script.exp: Likewise.
14142 * gdb.python/py-typeprint.exp: Likewise.
14143 * gdb.python/py-xmethods.exp: Likewise.
14144 * gdb.stabs/weird.exp: Likewise.
14145 * gdb.xml/tdesc-regs.exp: Likewise.
14146
14147 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14148
14149 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14150 (out_cu): Use addr_len for the size of addresses.
14151 (out_line): Likewise. Size DW_LNE_set_address instruction
14152 according to addr_len.
14153 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14154 (FUNC): Add START_INSNS to definition.
14155
14156 2014-10-18 Yao Qi <yao@codesourcery.com>
14157
14158 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14159 gdb_has_argv0 return true.
14160 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14161 check [target_info exists noargs], check [gdb_has_argv0]
14162 instead.
14163 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14164 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14165 procedures.
14166
14167 2014-10-17 Doug Evans <dje@google.com>
14168
14169 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14170 event.
14171 * gdb.python/py-events.py: Add clear_objfiles event.
14172
14173 2014-10-17 Doug Evans <dje@google.com>
14174
14175 * gdb.python/py-objfile.exp: Test progspace attribute.
14176
14177 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14178
14179 * gdb.guile/scm-breakpoint.exp: Do not assume any
14180 directory separators when matching source file paths.
14181 * gdb.python/py-breakpoint.exp: Likewise.
14182 * gdb.reverse/break-precsave.exp: Likewise.
14183 * gdb.reverse/break-reverse.exp: Likewise.
14184 * gdb.reverse/consecutive-precsave.exp: Likewise.
14185 * gdb.reverse/finish-precsave.exp: Likewise.
14186 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14187 * gdb.reverse/finish-reverse.exp: Likewise.
14188 * gdb.reverse/i386-precsave.exp: Likewise.
14189 * gdb.reverse/i387-env-reverse.exp: Likewise.
14190 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14191 * gdb.reverse/machinestate-precsave.exp: Likewise.
14192 * gdb.reverse/machinestate.exp: Likewise.
14193 * gdb.reverse/sigall-precsave.exp: Likewise.
14194 * gdb.reverse/solib-precsave.exp: Likewise.
14195 * gdb.reverse/step-precsave.exp: Likewise.
14196 * gdb.reverse/until-precsave.exp: Likewise.
14197 * gdb.reverse/watch-precsave.exp: Likewise.
14198 * gdb.reverse/watch-reverse.exp: Likewise.
14199
14200 2014-10-17 Yao Qi <yao@codesourcery.com>
14201
14202 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14203 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14204
14205 2014-10-17 Pedro Alves <palves@redhat.com>
14206
14207 PR gdb/17471
14208 * gdb.base/bg-execution-repeat.c: New file.
14209 * gdb.base/bg-execution-repeat.exp: New file.
14210
14211 2014-10-17 Pedro Alves <palves@redhat.com>
14212
14213 PR gdb/17300
14214 * gdb.base/continue-all-already-running.c: New file.
14215 * gdb.base/continue-all-already-running.exp: New file.
14216
14217 2014-10-17 Pedro Alves <palves@redhat.com>
14218
14219 PR gdb/17472
14220 * gdb.base/annota-input-while-running.c: New file.
14221 * gdb.base/annota-input-while-running.exp: New file.
14222
14223 2014-10-17 Pedro Alves <palves@redhat.com>
14224
14225 * gdb.base/callfuncs.exp: emove references to osf.
14226 * gdb.base/sigall.exp: Likewise.
14227 * gdb.gdb/selftest.exp: Likewise.
14228 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14229 * gdb.mi/non-stop.c: Likewise.
14230 * gdb.mi/pthreads.c: Likewise.
14231 * gdb.reverse/sigall-precsave.exp: Likewise.
14232 * gdb.reverse/sigall-reverse.exp: Likewise.
14233 * gdb.threads/pthreads.c: Likewise.
14234 * gdb.threads/pthreads.exp: Likewise.
14235
14236 2014-10-17 Yao Qi <yao@codesourcery.com>
14237
14238 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14239 check 'target_info exists noargs'.
14240 (test_command_prompt_position): Likewise.
14241 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14242 Remove "set args".
14243 (progvar_simple_while_test): Likewise.
14244 (progvar_complex_if_while_test): Likewise.
14245 (if_while_breakpoint_command_test): Likewise.
14246 (infrun_breakpoint_command_test): Likewise.
14247 (breakpoint_command_test): Likewise.
14248 (watchpoint_command_test): Likewise.
14249 (bp_deleted_in_command_test): Likewise.
14250 (temporary_breakpoint_commands): Likewise.
14251
14252 2014-10-16 Yao Qi <yao@codesourcery.com>
14253
14254 * gdb.base/remotetimeout.exp: Remove noargs checking.
14255
14256 2014-10-15 Pedro Alves <palves@redhat.com>
14257
14258 PR breakpoints/9649
14259 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14260 * gdb.base/breakpoint-in-ro-region.exp
14261 (probe_target_hardware_step): New procedure.
14262 (top level): Probe hardware stepping and hardware breakpoint
14263 support. Test stepping through a read-only region, with both
14264 "breakpoint auto-hw" on and off and both "always-inserted" on and
14265 off.
14266
14267 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14268
14269 * gdb.dlang/demangle.exp: Update for demangling changes.
14270
14271 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14272
14273 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14274 * gdb.cp/non-trivial-retval.exp: Add new tests.
14275
14276 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14277
14278 PR c++/13403
14279 PR c++/15154
14280 * gdb.cp/non-trivial-retval.cc: New file.
14281 * gdb.cp/non-trivial-retval.exp: New file.
14282
14283 2014-10-15 Yao Qi <yao@codesourcery.com>
14284
14285 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14286 remote host.
14287
14288 2014-10-15 Yao Qi <yao@codesourcery.com>
14289
14290 * gdb.python/py-symbol.exp: Match file base name if host is
14291 remote, otherwise match file name with dir name.
14292 * gdb.python/py-symtab.exp: Likewise.
14293 * gdb.python/python.exp: Likewise.
14294
14295 2014-10-15 Yao Qi <yao@codesourcery.com>
14296
14297 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14298 pattern.
14299 * gdb.python/py-symtab.exp: Likewise.
14300 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14301 locationn.
14302
14303 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14304
14305 * gdb.ada/addr_arith: New testcase.
14306
14307 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14308
14309 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14310 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14311 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14312 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14313
14314 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14315
14316 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14317 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14318 * gdb.arch/stap-eval-lang-ada.exp: New file.
14319
14320 2014-10-14 Yao Qi <yao@codesourcery.com>
14321
14322 * gdb.mi/mi-var-child.c (nothing1): New function.
14323 (nothing2): New function.
14324 (do_children_tests): Set function pointers by nothing1 and
14325 nothing2.
14326 * gdb.mi/mi-var-child.exp: Step over new added statements.
14327 Update test to match the new output.
14328 * gdb.mi/var-cmd.c (nothing1): New function.
14329 (nothing2): New function.
14330 (do_children_tests): Set function pointers by nothing1 and
14331 nothing2.
14332 * gdb.mi/mi-var-display.exp: Update test to match output.
14333 Step to the line specified by $line_dct_nothing.
14334 Increase the number of lines to step.
14335
14336 2014-10-14 Yao Qi <yao@codesourcery.com>
14337
14338 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14339 tests.
14340 * gdb.mi/mi2-var-child.exp: Likewise.
14341
14342 2014-10-13 Doug Evans <dje@google.com>
14343
14344 * gdb.python/py-objfile.exp: Change name of file name test.
14345
14346 2014-10-13 Doug Evans <dje@google.com>
14347
14348 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14349 from the start of the CU.
14350
14351 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14352 Yao Qi <yao@codesourcery.com>
14353
14354 Fix "save breakpoints" for "catch" command.
14355 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14356 Remove -nonewline. Match also the added "main" line.
14357
14358 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14359
14360 Fix "save breakpoints" for "disable $bpnum" command.
14361 * gdb.base/save-bp.c (main): Add label.
14362 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14363
14364 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14365
14366 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14367
14368 2014-10-11 Yao Qi <yao@codesourcery.com>
14369
14370 * gdb.server/server-kill.exp: Execute command
14371 "set remote trace-status-packet on" before "tstatus".
14372
14373 2014-10-11 Yao Qi <yao@codesourcery.com>
14374
14375 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14376 (main): Call getppid.
14377 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14378 and continue to it. Read variable "server_pid".
14379
14380 2014-10-11 Yao Qi <yao@codesourcery.com>
14381
14382 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14383
14384 2014-10-11 Yao Qi <yao@codesourcery.com>
14385
14386 * gdb.threads/thread-find.exp: Don't execute command
14387 "info threads".
14388 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14389 * gdb.threads/linux-dp.exp: Don't check the condition
14390 $threads_created equals to zero.
14391
14392 2014-10-10 Pedro Alves <palves@redhat.com>
14393
14394 * gdb.base/bigcore.exp: Remove references to IRIX.
14395 * gdb.base/funcargs.exp: Likewise.
14396 * gdb.base/interrupt.exp: Likewise.
14397 * gdb.base/mips_pro.exp: Likewise.
14398 * gdb.base/nodebug.exp: Likewise.
14399 * gdb.base/setvar.exp: Likewise.
14400 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14401
14402 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14403 Pedro Alves <palves@redhat.com>
14404
14405 PR symtab/14466
14406 * gdb.base/vdso-warning.c: New file.
14407 * gdb.base/vdso-warning.exp: New file.
14408
14409 2014-10-02 Doug Evans <dje@google.com>
14410
14411 * gdb.base/structs.c (main): Don't run forever.
14412
14413 2014-10-02 Pedro Alves <palves@redhat.com>
14414
14415 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14416 (top level) <stop threads 1, stop threads 2>: Use it.
14417
14418 2014-10-02 Pedro Alves <palves@redhat.com>
14419
14420 * gdb.threads/break-while-running.exp (test): Add new
14421 'update_thread_list' argument. Skip "info threads" if false.
14422 (top level): Add new 'update_thread_list' axis.
14423
14424 2014-10-02 Pedro Alves <palves@redhat.com>
14425
14426 PR breakpoints/17431
14427 * gdb.base/execl-update-breakpoints.c: New file.
14428 * gdb.base/execl-update-breakpoints.exp: New file.
14429
14430 2014-10-01 Pedro Alves <palves@redhat.com>
14431
14432 * gdb.base/breakpoint-in-ro-region.c: New file.
14433 * gdb.base/breakpoint-in-ro-region.exp: New file.
14434
14435 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14436
14437 * gdb.mi/mi-exit-code.exp: New file.
14438 * gdb.mi/mi-exit-code.c: New file.
14439
14440 2014-09-30 Yao Qi <yao@codesourcery.com>
14441
14442 * lib/prelink-support.exp (build_executable_own_libs): Error if
14443 the target isn't native.
14444
14445 2014-09-30 Yao Qi <yao@codesourcery.com>
14446
14447 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14448 false.
14449
14450 2014-09-22 Pedro Alves <palves@redhat.com>
14451
14452 * gdb.threads/break-while-running.exp: New file.
14453 * gdb.threads/break-while-running.c: New file.
14454
14455 2014-09-19 Yao Qi <yao@codesourcery.com>
14456
14457 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14458 Invoke test. Restart GDB with --readnow and invoke test again.
14459
14460 2014-09-19 Yao Qi <yao@codesourcery.com>
14461
14462 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14463 proc set_breakpoint_on_gcd_function. Invoke
14464 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14465 invoke set_breakpoint_on_gcd_function again.
14466
14467 2014-09-18 Doug Evans <dje@google.com>
14468
14469 * gdb.dwarf2/symtab-producer.exp: New file.
14470
14471 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14472
14473 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14474 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14475 * gdb.base/global-var-nested-by-dso.c: Likewise.
14476 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14477
14478 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14479 Pedro Alves <palves@redhat.com>
14480
14481 * gdb.base/watch-bitfields.exp: Pass string other than test file
14482 name to prepare_for_testing.
14483 (watch): New procedure.
14484 (expect_watchpoint): Use with_test_prefix.
14485 (top level): Factor out tests to ...
14486 (test_watch_location, test_regular_watch): ... these new
14487 procedures, and use with_test_prefix and gdb_continue_to_end.
14488
14489 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14490
14491 PR breakpoints/12526
14492 * gdb.base/watch-bitfields.exp: New file.
14493 * gdb.base/watch-bitfields.c: New file.
14494
14495 2014-09-16 Pedro Alves <palves@redhat.com>
14496
14497 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14498 software and hardware addresses, not software address against
14499 itself.
14500
14501 2014-09-16 Pedro Alves <palves@redhat.com>
14502
14503 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14504 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14505
14506 2014-09-16 Pedro Alves <palves@redhat.com>
14507
14508 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14509 files.
14510 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14511 "*-*-vxworks*" throughout.
14512 * gdb.base/break.exp: Likewise.
14513 * gdb.base/default.exp: Likewise.
14514 * gdb.base/scope.exp: Likewise.
14515 * gdb.base/sepdebug.exp: Likewise.
14516 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14517 throughout.
14518 * gdb.base/run.c: Likewise.
14519 * gdb.base/sepdebug.c: Likewise.
14520 * gdb.hp/gdb.aCC/run.c: Likewise.
14521 * gdb.reverse/until-reverse.c: Likewise.
14522 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14523
14524 2014-09-16 Yao Qi <yao@codesourcery.com>
14525
14526 * boards/local-remote-host-native.exp: New file.
14527
14528 2014-09-14 Doug Evans <xdje42@gmail.com>
14529
14530 * gdb.threads/queue-signal.c (thread_count): New variable.
14531 (thread_count_mutex, thread_count_condvar): New variables.
14532 (incr_thread_count, wait_all_threads_running): New functions.
14533 (main): Wait for all threads to be in their thread functions.
14534
14535 2014-09-13 Doug Evans <xdje42@gmail.com>
14536
14537 * gdb.threads/queue-signal.c: New file.
14538 * gdb.threads/queue-signal.exp: New file.
14539
14540 2014-09-13 Doug Evans <xdje42@gmail.com>
14541
14542 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14543 be consistent with what default_gdb_init uses.
14544 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14545 the plain text of the prompt. Add some logging printfs.
14546 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14547
14548 2014-09-12 Pedro Alves <palves@redhat.com>
14549
14550 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14551 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14552 * gdb.arch/i386-size-overlap.exp: Likewise.
14553 * gdb.arch/i386-size.exp: Likewise.
14554 * gdb.arch/i386-unwind.exp: Likewise.
14555 * gdb.base/a2-run.exp: Likewise.
14556 * gdb.base/break.exp: Likewise.
14557 * gdb.base/charset.exp: Likewise.
14558 * gdb.base/chng-syms.exp: Likewise.
14559 * gdb.base/commands.exp: Likewise.
14560 * gdb.base/dbx.exp: Likewise.
14561 * gdb.base/find.exp: Likewise.
14562 * gdb.base/funcargs.exp: Likewise.
14563 * gdb.base/jit-simple.exp: Likewise.
14564 * gdb.base/reread.exp: Likewise.
14565 * gdb.base/sepdebug.exp: Likewise.
14566 * gdb.base/step-bt.exp: Likewise.
14567 * gdb.cp/mb-inline.exp: Likewise.
14568 * gdb.cp/mb-templates.exp: Likewise.
14569 * gdb.objc/basicclass.exp: Likewise.
14570 * gdb.threads/killed.exp: Likewise.
14571
14572 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14573
14574 PR tdep/17379
14575 * gdb.arch/powerpc-stackless.S: New file.
14576 * gdb.arch/powerpc-stackless.exp: New file.
14577
14578 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14579
14580 * gdb.base/attach.c: Include unistd.h.
14581 (main): Call alarm. Add label postloop.
14582 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14583 gdb_breakpoint, gdb_continue_to_breakpoint.
14584 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14585
14586 2014-09-11 Pedro Alves <palves@redhat.com>
14587
14588 PR gdb/17347
14589 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14590 * gdb.base/attach.exp (test_command_line_attach_run): New
14591 procedure.
14592 (top level): Call it.
14593
14594 2014-09-11 Pedro Alves <palves@redhat.com>
14595
14596 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14597 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14598 (do_command_attach_tests): Use spawn_wait_for_attach.
14599 * gdb.base/solib-overlap.exp: Likewise.
14600 * gdb.multi/multi-attach.exp: Likewise.
14601 * gdb.python/py-prompt.exp: Likewise.
14602 * gdb.python/py-sync-interp.exp: Likewise.
14603 * gdb.server/ext-attach.exp: Likewise.
14604
14605 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14606
14607 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14608 command in testcase. Simplify testcase.
14609
14610 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14611
14612 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14613
14614 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14615
14616 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14617
14618 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14619
14620 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14621
14622 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14623
14624 * gdb.dwarf2/dynarr-ptr.c: New file.
14625 * gdb.dwarf2/dynarr-ptr.exp: New file.
14626
14627 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14628
14629 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14630 of 30 rather than hardcoding 120 for a slow test case. Take the
14631 `gdb,timeout' target setting into account for this calculation.
14632 Don't extend the timeout for the test cases that don't need it.
14633
14634 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14635
14636 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14637 a factor of 2 for a slow test case. Take the `gdb,timeout'
14638 target setting into account for this calculation.
14639 * gdb.reverse/until-precsave.exp: Increase the timeout by
14640 a factor of 15 and 3 respectively rather than adding 120
14641 for a pair of slow test cases. Take the `gdb,timeout'
14642 target setting into account for this calculation.
14643
14644 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14645
14646 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14647 timeout, don't pass one down to gdb_expect.
14648 (gdb_expect): Rework timeout selection.
14649
14650 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14651
14652 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14653 exception on timeout.
14654 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14655 (gdbserver_start_extended): Catch any `gdbserver_start' error
14656 exceptions.
14657 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14658 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14659 `gdbserver_gdb_load' error exceptions.
14660
14661 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14662
14663 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14664 120 on waiting for the TCP socket to open.
14665
14666 2014-09-09 Doug Evans <xdje42@gmail.com>
14667
14668 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14669 _caller_matches, _any_caller_is, _any_caller_matches.
14670
14671 2014-09-09 Doug Evans <xdje42@gmail.com>
14672
14673 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14674
14675 2014-09-09 Yao Qi <yao@codesourcery.com>
14676
14677 * gdb.mi/mi-var-display.exp: Set print symbol off.
14678
14679 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14680
14681 PR gdb/17035
14682 * gdb.base/commands.exp: Add tests to verify user-defined
14683 commands with empty bodies.
14684 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14685 python commands in `show user command`.
14686 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14687 scheme commands in `show user command`.
14688
14689 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14690
14691 PR python/17355
14692 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14693 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14694 * gdb.python/py-framefilter-invalidarg.exp: New file.
14695 * gdb.python/py-framefilter-invalidarg.py: New file.
14696
14697 2014-09-06 Doug Evans <xdje42@gmail.com>
14698
14699 PR 15276
14700 * gdb.python/py-caller-is.c: New file.
14701 * gdb.python/py-caller-is.exp: New file.
14702
14703 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14704
14705 PR gdb/17235
14706 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14707 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14708
14709 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14710
14711 PR fortran/17237
14712 * gdb.fortran/print-formatted.exp: New file.
14713 * gdb.fortran/print-formatted.f90: Likewise.
14714
14715 2014-09-03 Sasha Smundak <asmundak@google.com>
14716
14717 * gdb.python/py-frame.exp: Test Frame.read_register.
14718
14719 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14720
14721 PR python/16699
14722 * gdb.python/py-completion.exp: New file.
14723 * gdb.python/py-completion.py: Likewise.
14724
14725 2014-08-28 Doug Evans <dje@google.com>
14726
14727 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14728 eax,etc. are live with values set by gdb and thus the compiler can't
14729 use them.
14730 * gdb.arch/i386-pseudo.c (main): Ditto.
14731
14732 2014-08-27 Doug Evans <dje@google.com>
14733
14734 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14735
14736 2014-08-25 Doug Evans <dje@google.com>
14737
14738 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14739 (main): Ditto.
14740
14741 2014-08-25 Doug Evans <dje@google.com>
14742
14743 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14744
14745 2014-08-24 Yao Qi <yao@codesourcery.com>
14746
14747 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14748 symbol off.
14749 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14750
14751 2014-08-22 Doug Evans <dje@google.com>
14752
14753 PR 17276
14754 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14755 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14756 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14757
14758 2014-08-22 Yao Qi <yao@codesourcery.com>
14759
14760 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14761 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14762 * gdb.python/python.exp: Likewise. Use .py file on the host
14763 instead of the build.
14764
14765 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14766
14767 * gdb.threads/gcore-stale-thread.c: New file.
14768 * gdb.threads/gcore-stale-thread.exp: New file.
14769
14770 2014-08-21 Pedro Alves <palves@redhat.com>
14771
14772 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14773 * gdb.base/gcore-relro-pie.exp: Likewise.
14774 * gdb.base/gcore-relro.exp: Likewise.
14775 * gdb.base/gcore.exp: Likewise.
14776 * gdb.base/print-symbol-loading.exp: Likewise.
14777 * gdb.threads/gcore-thread.exp: Likewise.
14778 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14779
14780 2014-08-20 Pedro Alves <palves@redhat.com>
14781 Jan Kratochvil <jan.kratochvil@redhat.com>
14782
14783 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14784 configure.
14785 (EXPECT): Handle READ1 being set.
14786 (all): Depend on EXTRA_RULES.
14787 (check-read1, expect-read1, read1.so, read1): New rules.
14788 * README (Testsuite Parameters): Document the READ1 make variable.
14789 (Race detection): New section.
14790 * configure: Regenerate.
14791 * configure.ac: If build==host==target, and running under a
14792 GNU/glibc system, add read1 to the extra Makefile rules.
14793 (EXTRA_RULES): AC_SUBST it.
14794 * lib/read1.c: New file.
14795
14796 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14797
14798 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14799 the handling of variables declared as a typedef to an array
14800 which a DW_AT_data_location attribute.
14801
14802 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14803 Pedro Alves <palves@redhat.com>
14804
14805 PR symtab/14604
14806 PR symtab/14605
14807 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14808 gdb_test.
14809
14810 2014-08-19 Pedro Alves <palves@redhat.com>
14811
14812 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14813
14814 2014-08-19 Yao Qi <yao@codesourcery.com>
14815
14816 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14817 right line.
14818
14819 2014-08-18 David Blaikie <dblaikie@gmail.com>
14820
14821 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14822
14823 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14824
14825 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14826 attribute in array range.
14827
14828 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14829
14830 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14831
14832 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14833
14834 PR c++/17132
14835 * gdb.cp/pr17132.cc: New file.
14836 * gdb.cp/pr17132.exp: New file.
14837
14838 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14839
14840 * gdb.python/py-xmethods.py (A_getarrayind)
14841 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14842 Use 'print' with function call syntax.
14843 (E_method_matcher.match): Fix tab vs space indentation mixup.
14844
14845 2014-08-15 Yao Qi <yao@codesourcery.com>
14846
14847 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14848 false.
14849
14850 2014-08-15 Yao Qi <yao@codesourcery.com>
14851
14852 * gdb.cp/casts.exp: Set print symbol off.
14853 * gdb.cp/class2.exp: Likewise.
14854 * gdb.cp/overload.exp: Likewise.
14855 * gdb.cp/templates.exp: Likewise.
14856
14857 2014-08-11 Doug Evans <dje@google.com>
14858
14859 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14860 (test_load_shlib): Update.
14861
14862 2014-08-09 Yao Qi <yao@codesourcery.com>
14863
14864 * gdb.base/display.exp: Invoke is_address_zero_readable.
14865 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14866 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14867 * gdb.base/hbreak-unmapped.exp: Return if
14868 is_address_zero_readable returns true.
14869 * gdb.base/signest.exp: Likewise.
14870 * gdb.base/signull.exp: Likewise.
14871 * gdb.base/sigbpt.exp: Likewise.
14872 * gdb.guile/scm-disasm.exp: Do the test if
14873 is_address_zero_readable returns false.
14874 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14875 * gdb.python/py-arch.exp: Likewise.
14876 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14877 * lib/gdb.exp (is_address_zero_readable): New proc.
14878
14879 2014-08-09 Yao Qi <yao@codesourcery.com>
14880
14881 PR testsuite/13443
14882 * gdb.mi/mi-var-display.exp: Make test messages unique.
14883
14884 2014-08-04 Tom Tromey <tromey@redhat.com>
14885
14886 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14887 target 0".
14888
14889 2014-08-04 Tom Tromey <tromey@redhat.com>
14890
14891 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14892 "target_resume".
14893
14894 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14895
14896 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14897 inner_vla_struct_object_size.
14898 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14899 as xfail.
14900
14901 2014-07-30 Pedro Alves <palves@redhat.com>
14902
14903 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14904 comment.
14905
14906 2014-07-29 Yao Qi <yao@codesourcery.com>
14907
14908 PR gdb/17206
14909 * gdb.base/until-nodebug.exp: New.
14910
14911 2014-07-28 Doug Evans <xdje42@gmail.com>
14912
14913 PR guile/17203
14914 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14915 previously existing parameter, and previously ambiguously spelled
14916 parameter.
14917
14918 2014-07-28 Will Newton <will.newton@linaro.org>
14919
14920 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14921
14922 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14923 Doug Evans <xdje42@gmail.com>
14924
14925 PR guile/17146
14926 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14927
14928 2014-07-25 Pedro Alves <palves@redhat.com>
14929
14930 * gdb.threads/signal-command-handle-nopass.c: New file.
14931 * gdb.threads/signal-command-handle-nopass.exp: New file.
14932 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14933 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14934 * gdb.threads/signal-delivered-right-thread.c: New file.
14935 * gdb.threads/signal-delivered-right-thread.exp: New file.
14936
14937 2014-07-25 Pedro Alves <palves@redhat.com>
14938
14939 * gdb.base/double-prompt-target-event-error.exp
14940 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14941 match.
14942 (cancel_pagination_in_target_event): Rework double prompt
14943 detection.
14944 * gdb.base/paginate-after-ctrl-c-running.exp
14945 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14946 <return>' match.
14947 * gdb.base/paginate-bg-execution.exp
14948 (test_bg_execution_pagination_return)
14949 (test_bg_execution_pagination_cancel): Remove '-notransfer
14950 <return>' matches.
14951 * gdb.base/paginate-execution-startup.exp
14952 (test_fg_execution_pagination_return)
14953 (test_fg_execution_pagination_cancel): Remove '-notransfer
14954 <return>' matches.
14955 * gdb.base/paginate-inferior-exit.exp
14956 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14957 match.
14958 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14959 * lib/gdb.exp (pagination_prompt): Run text through
14960 string_to_regexp.
14961 (gdb_test_multiple): Match $pagination_prompt instead of
14962 "<return>".
14963 (string_to_regexp): Move to lib/gdb-utils.exp.
14964
14965 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14966
14967 * gdb.arch/amd64-entry-value-paramref.S: New file.
14968 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14969 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14970 * gdb.arch/amd64-optimout-repeat.S: New file.
14971 * gdb.arch/amd64-optimout-repeat.c: New file.
14972 * gdb.arch/amd64-optimout-repeat.exp: New file.
14973
14974 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14975
14976 PR gdb/17170
14977 * gdb.base/statistics.exp: New file.
14978
14979 2014-07-17 Doug Evans <dje@google.com>
14980
14981 PR gdb/17170
14982 * gdb.base/maint.exp: Update testing of per-command stats.
14983
14984 2014-07-16 Pedro Alves <palves@redhat.com>
14985
14986 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14987 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14988 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14989 (tfile_write_buf): New functions.
14990 (add_memory_block): Rewrite using the above.
14991 (adjust_function_address): New function.
14992 (FUNCTION_ADDRESS): New macro.
14993 (write_basic_trace_file): Remove short_x local, and use
14994 tfile_write_16. Change type of func_addr local to unsigned long
14995 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14996 here. Cast argument of add_memory_block to char pointer.
14997 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14998 (main): Remove parameters.
14999 * gdb.trace/tfile.exp: Remove nowarnings.
15000
15001 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15002
15003 * gdb.base/debug-expr.exp: Test string evaluation with
15004 "debug expression" on.
15005
15006 2014-07-15 Pedro Alves <palves@redhat.com>
15007
15008 * gdb.base/reread.exp: Use clean_restart.
15009
15010 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15011
15012 * gdb.arch/avr-flash-qualifer.c: New.
15013 * gdb.arch/avr-flash-qualifer.exp: New.
15014
15015 2014-07-14 Pedro Alves <palves@redhat.com>
15016
15017 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15018 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15019
15020 2014-07-14 Pedro Alves <palves@redhat.com>
15021
15022 * gdb.base/double-prompt-target-event-error.c: New file.
15023 * gdb.base/double-prompt-target-event-error.exp: New file.
15024
15025 2014-07-14 Pedro Alves <palves@redhat.com>
15026
15027 PR gdb/17072
15028 * gdb.base/paginate-inferior-exit.c: New file.
15029 * gdb.base/paginate-inferior-exit.exp: New file.
15030
15031 2014-07-14 Pedro Alves <palves@redhat.com>
15032
15033 PR gdb/17072
15034 * gdb.base/paginate-bg-execution.c: New file.
15035 * gdb.base/paginate-bg-execution.exp: New file.
15036
15037 2014-07-14 Pedro Alves <palves@redhat.com>
15038
15039 PR gdb/17072
15040 * gdb.base/paginate-execution-startup.c: New file.
15041 * gdb.base/paginate-execution-startup.exp: New file.
15042 * lib/gdb.exp (pagination_prompt): New global.
15043 (default_gdb_spawn): New procedure, factored out from
15044 default_gdb_spawn.
15045 (default_gdb_start): Adjust to call default_gdb_spawn.
15046 (gdb_spawn): New procedure.
15047
15048 2014-07-14 Pedro Alves <palves@redhat.com>
15049
15050 * lib/gdb.exp (gdb_assert): New procedure.
15051 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15052
15053 2014-07-14 Pedro Alves <palves@redhat.com>
15054
15055 * gdb.base/execution-termios.c: New file.
15056 * gdb.base/execution-termios.exp: New file.
15057
15058 2014-07-14 Tom Tromey <tromey@redhat.com>
15059
15060 * gdb.cp/vla-cxx.cc: New file.
15061 * gdb.cp/vla-cxx.exp: New file.
15062
15063 2014-07-14 Tom Tromey <tromey@redhat.com>
15064
15065 * gdb.reverse/rerun-prec.c: New file.
15066 * gdb.reverse/rerun-prec.exp: New file.
15067
15068 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15069 Maciej W. Rozycki <macro@codesourcery.com>
15070
15071 * lib/gdb-utils.exp: New file.
15072 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15073 inline `gdb_init_command' processing.
15074 (gdb_start_cmd): Likewise.
15075 * lib/mi-support.exp (mi_run_cmd): Likewise.
15076 * README: Document `gdb_init_command' and `gdb_init_commands'.
15077
15078 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15079
15080 Fix false FAIL running under a very long directory name.
15081 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15082 and "set print elements 10000". Twice.
15083
15084 2014-07-11 Yao Qi <yao@codesourcery.com>
15085
15086 * gdb.base/exprs.exp: "set print symbol off".
15087
15088 2014-07-11 Pedro Alves <palves@redhat.com>
15089
15090 * gdb.threads/kill.c: New file.
15091 * gdb.threads/kill.exp: New file.
15092
15093 2014-07-10 Yao Qi <yao@codesourcery.com>
15094
15095 * gdb.trace/tfile.c (write_basic_trace_file)
15096 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15097 address written to trace file.
15098
15099 2014-07-09 Pedro Alves <palves@redhat.com>
15100
15101 * gdb.base/attach-wait-input.exp: New file.
15102 * gdb.base/attach-wait-input.c: New file.
15103
15104 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15105
15106 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15107 setting up test structures.
15108 (main): Call new test function.
15109 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15110 test function, continue into test function and walk test
15111 structures.
15112
15113 2014-07-02 Yao Qi <yao@codesourcery.com>
15114
15115 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15116 'bar_start' at the beginning of functions 'foo' and 'bar'
15117 respectively.
15118 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15119 instead of 'foo' and 'bar'.
15120
15121 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15122
15123 * gdb.btrace/segv.exp: New.
15124 * gdb.btrace/segv.c: New.
15125
15126 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15127
15128 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15129 instruction.
15130
15131 2014-06-30 Mark Wielaard <mjw@redhat.com>
15132
15133 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15134 vulture, vilify, villar): New volatile array constants.
15135 (vindictive, vegetation): New const volatile array constants.
15136 * gdb.base/volatile.exp: Test volatile and const volatile array
15137 types.
15138
15139 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15140
15141 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15142 target lacks support for awatch, rwatch, or hbreak.
15143
15144 2014-06-27 Yao Qi <yao@codesourcery.com>
15145
15146 * gdb.multi/dummy-frame-restore.exp: New.
15147 * gdb.multi/dummy-frame-restore.c: New.
15148
15149 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15150
15151 * gdb.btrace/gcore.exp: New.
15152
15153 2014-06-23 Pedro Alves <palves@redhat.com>
15154
15155 * gdb.base/watchpoint-reuse-slot.c: New file.
15156 * gdb.base/watchpoint-reuse-slot.exp: New file.
15157
15158 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15159
15160 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15161 progspace's filename in 'info', 'enable' and 'disable' command
15162 tests.
15163
15164 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15165
15166 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15167 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15168 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15169
15170 2014-06-20 Gary Benson <gbenson@redhat.com>
15171
15172 * gdb.arch/i386-avx.exp: Fix include file location.
15173 * gdb.arch/i386-sse.exp: Likewise.
15174
15175 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15176
15177 * gdb.dlang/expression.exp: New file.
15178
15179 2014-06-19 Pedro Alves <palves@redhat.com>
15180
15181 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15182 out from ...
15183 (top level): ... here. Iterate running tests under different
15184 scheduler-locking settings.
15185
15186 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15187
15188 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15189 to DW_FORM_addr and use non-zero addresses.
15190
15191 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15192
15193 PR gdb/17017
15194 * gdb.python/py-xmethods.cc: Add global function call counters and
15195 increment them in their respective functions. Remove "cout"
15196 statements.
15197 * gdb.python/py-xmethods.exp: Make tests check the global function
15198 call counters instead of depending on inferior IO.
15199
15200 2014-06-18 Don Breazeal <donb@codesourcery.com>
15201
15202 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15203 Deleted procedure.
15204 (explicit_fork_parent_follow): Deleted procedure.
15205 (explicit_fork_child_follow): Deleted procedure.
15206 (test_follow_fork): New procedure.
15207 (do_fork_tests): Replace calls to deleted procedures with
15208 calls to test_follow_fork and reset GDB for subsequent
15209 procedure calls.
15210
15211 2014-06-17 Yao Qi <yao@codesourcery.com>
15212
15213 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15214 CP1252.
15215
15216 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15217
15218 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15219 Initialize ptr and S explicitly.
15220 (skip_type_update_when_not_use_rtti_test): Likewise.
15221
15222 2014-06-16 Keith Seitz <keiths@redhat.com>
15223
15224 PR mi/15863
15225 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15226 the inferior is started.
15227
15228 2014-06-16 Pedro Alves <palves@redhat.com>
15229
15230 * gdb.base/break-main-file-remove-fail.c: New file.
15231 * gdb.base/break-main-file-remove-fail.exp: New file.
15232 * gdb.base/break-unload-file.exp: Use build_executable instead of
15233 prepare_for_testing.
15234 (test_break): New parameter "initial_load". Handle it.
15235 (top level): Add initial_load cmdline/file axis.
15236
15237 2014-06-12 Tom Tromey <tromey@redhat.com>
15238
15239 * gdb.base/completion.exp: Don't use directory name in test.
15240
15241 2014-06-09 Gary Benson <gbenson@redhat.com>
15242
15243 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15244 separate the always-available ANSI-standard signals from the
15245 signals that require checking.
15246 (main): Likewise.
15247 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15248 Likewise.
15249 (main): Likewise.
15250
15251 2014-06-07 Keith Seitz <keiths@redhat.com>
15252
15253 Revert:
15254 PR c++/16253
15255 * gdb.cp/var-tag.cc: New file.
15256 * gdb.cp/var-tag.exp: New file.
15257 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15258 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15259 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15260 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15261
15262 2014-06-06 Doug Evans <xdje42@gmail.com>
15263
15264 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15265
15266 2014-06-06 Pedro Alves <palves@redhat.com>
15267
15268 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15269 in target debug output instead of looking at RSP packets,
15270 disabling the test on any target that uses hardware stepping.
15271 Update comments.
15272
15273 2014-06-06 Pedro Alves <palves@redhat.com>
15274
15275 * gdb.base/break-unload-file.exp: Fix typo.
15276
15277 2014-06-06 Yao Qi <yao@codesourcery.com>
15278
15279 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15280 from "jit_function" to "^jit_function".
15281
15282 2014-06-06 Yao Qi <yao@codesourcery.com>
15283
15284 * gdb.base/async.c (foo): Add one statement.
15285 * gdb.base/async.exp: Get the next instruction address and
15286 match the output of "nexti" by instruction address. Match
15287 the hex address in the output of "finish".
15288
15289 2014-06-06 Gary Benson <gbenson@redhat.com>
15290
15291 * gdb.base/call-signals.c: Remove preprocessor conditionals
15292 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15293 SIGSEGV and SIGTERM.
15294 * gdb.base/sigall.c: Likewise.
15295 * gdb.base/unwindonsignal.c: Likewise.
15296 * gdb.reverse/sigall-reverse.c: Likewise.
15297
15298 2014-06-06 Yao Qi <yao@codesourcery.com>
15299
15300 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15301 readable, skip the test.
15302
15303 2014-06-06 Yao Qi <yao@codesourcery.com>
15304
15305 * gdb.threads/staticthreads.c (thread_function): Move the line
15306 setting breakpoint on forward.
15307 * gdb.threads/staticthreads.exp: Update comments.
15308
15309 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15310
15311 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15312 "history-append! type error".
15313
15314 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15315
15316 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15317 erroneous dprintf expected input.
15318
15319 2014-06-04 Doug Evans <xdje42@gmail.com>
15320
15321 * gdb.guile/scm-generics.exp: Delete.
15322
15323 2014-06-04 Doug Evans <xdje42@gmail.com>
15324
15325 * gdb.guile/scm-breakpoint.exp: Update.
15326 Add tests for breakpoint registration.
15327
15328 2014-06-04 Tom Tromey <tromey@redhat.com>
15329
15330 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15331 VLA-in-union.
15332 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15333 inner_vla_struct, vla_union types. Initialize objects of those
15334 types and compute their sizes.
15335
15336 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15337 Hui Zhu <hui@codesourcery.com>
15338
15339 * gdb.base/fileio.exp: Add test for shell not available as well as
15340 available.
15341 * gdb.base/fileio.c (test_system): Check for shell twice.
15342
15343 2014-06-04 Yao Qi <yao@codesourcery.com>
15344
15345 * gdb.base/auto-connect-native-target.exp: Remove redundant
15346 space from the regexp pattern.
15347
15348 2014-06-04 Yao Qi <yao@codesourcery.com>
15349
15350 * gdb.base/default.exp: Replace "child" with "native" in
15351 regexp pattern.
15352
15353 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15354
15355 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15356 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15357 * gdb.python/py-xmethods.py: Python script supporting the
15358 new testcase and tests.
15359
15360 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15361 Pedro Alves <palves@redhat.com>
15362
15363 PR breakpoints/17000
15364 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15365 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15366
15367 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15368
15369 * gdb.base/subst.exp: Add tests to verify partial path matching
15370 output.
15371
15372 2014-06-03 Pedro Alves <palves@redhat.com>
15373
15374 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15375 target that doesn't use software single-stepping.
15376
15377 2014-06-03 Pedro Alves <palves@redhat.com>
15378
15379 PR breakpoints/17000
15380 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15381 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15382
15383 2014-06-02 Doug Evans <xdje42@gmail.com>
15384
15385 * gdb.guile/scm-parameter.exp: New file.
15386
15387 2014-06-02 Doug Evans <xdje42@gmail.com>
15388
15389 * gdb.guile/scm-cmd.c: New file.
15390 * gdb.guile/scm-cmd.exp: New file.
15391
15392 2014-06-02 Doug Evans <xdje42@gmail.com>
15393
15394 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15395 pretty-printer lookup.
15396 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15397 (make-pp_s-printer): Call it.
15398 (make-pretty-printer-from-dict): New function.
15399 (lookup-pretty-printer-maker-from-dict): New function.
15400 (*pretty-printer*): Simplify.
15401 (make-objfile-pp_s-printer): New function.
15402 (install-objfile-pretty-printers!): New function.
15403 (make-progspace-pp_s-printer): New function.
15404 (install-progspace-pretty-printers!): New function.
15405 * gdb.guile/scm-progspace.c: New file.
15406 * gdb.guile/scm-progspace.exp: New file.
15407
15408 2014-06-02 Pedro Alves <palves@redhat.com>
15409
15410 * gdb.base/dprintf-bp-same-addr.c: New file.
15411 * gdb.base/dprintf-bp-same-addr.exp: New file.
15412
15413 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15414
15415 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15416 * gdb.arch/powerpc-power.s: Likewise.
15417
15418 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15419
15420 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15421
15422 2014-06-01 Yao Qi <yao@codesourcery.com>
15423
15424 * gdb.base/watchpoint.exp (test_watch_location): Check null
15425 pointer can be dereferenced. If not, do the test, otherwise
15426 skip it.
15427
15428 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15429
15430 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15431 results.
15432 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15433
15434 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15435
15436 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15437 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15438 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15439 * gdb.arch/amd64-invalid-stack-top.c: New file.
15440 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15441
15442 2014-05-30 Pedro Alves <palves@redhat.com>
15443
15444 PR breakpoints/17000
15445 * gdb.base/sss-bp-on-user-bp.c: New file.
15446 * gdb.base/sss-bp-on-user-bp.exp: New file.
15447
15448 2014-05-30 David Blaikie <dblaikie@gmail.com>
15449
15450 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15451 gnu_inline semantics via attribute.
15452 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15453 source explicitly specifies the required semantics.
15454
15455 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15456
15457 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15458
15459 2014-05-29 Pedro Alves <palves@redhat.com>
15460 Tom Tromey <tromey@redhat.com>
15461
15462 * gdb.base/async-shell.exp: Don't enable target-async.
15463 * gdb.base/async.exp
15464 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15465 parameter. Adjust.
15466 (top level): Don't test with "target-async".
15467 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15468 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15469 * gdb.base/inferior-died.exp: Don't enable target-async.
15470 * gdb.base/interrupt-noterm.exp: Likewise.
15471 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15472 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15473 * gdb.mi/mi-nonstop.exp: Likewise.
15474 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15475 * gdb.mi/mi-nsintrall.exp: Likewise.
15476 * gdb.mi/mi-nsmoribund.exp: Likewise.
15477 * gdb.mi/mi-nsthrexec.exp: Likewise.
15478 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15479 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15480 * gdb.python/py-evsignal.exp: Don't enable target-async.
15481 * gdb.python/py-evthreads.exp: Likewise.
15482 * gdb.python/py-prompt.exp: Likewise.
15483 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15484 * gdb.server/solib-list.exp: Don't enable target-async.
15485 * gdb.threads/thread-specific-bp.exp: Likewise.
15486 * lib/mi-support.exp: Adjust to use mi-async.
15487
15488 2014-05-29 Pedro Alves <palves@redhat.com>
15489
15490 PR gdb/13860
15491 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15492 reason, even in sync mode.
15493
15494 2014-05-29 Pedro Alves <palves@redhat.com>
15495 Hui Zhu <hui@codesourcery.com>
15496
15497 PR PR15693
15498 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15499 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15500 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15501 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15502
15503 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15504
15505 * config/monitor.exp (gdb_target_monitor): Replace use of
15506 "set remotebaud" by "set serial baud".
15507
15508 2014-05-26 Andy Wingo <wingo@igalia.com>
15509
15510 * gdb.guile/scm-breakpoint.exp:
15511 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15512 properties instead of gdb-object-properties.
15513
15514 2014-05-26 Yao Qi <yao@codesourcery.com>
15515
15516 * gdb.server/no-thread-db.exp: Specify source file name
15517 explicitly when setting a breakpoint.
15518
15519 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15520
15521 * gdb.btrace/vdso.c: New.
15522 * gdb.btrace/vdso.exp: New.
15523
15524 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15525
15526 * gdb.base/gcore.exp (capture_command_output): Move ...
15527 * lib/gdb.exp (capture_command_output): ... here.
15528
15529 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15530
15531 * gdb.btrace/data.exp: Test memory access during btrace replay.
15532
15533 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15534
15535 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15536
15537 2014-05-21 Pedro Alves <palves@redhat.com>
15538
15539 PR gdb/13860
15540 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15541 (top level): Test that output related to execution commands is
15542 sent to the console with CLI commands, but not with MI commands.
15543 Test that breakpoint events are always mirrored to the console.
15544 Also expect the new source line to be output after a "next" in
15545 async mode too. Make it a pass/fail test.
15546 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15547 output.
15548 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15549
15550 2014-05-21 Pedro Alves <palves@redhat.com>
15551
15552 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15553 Use them to test variations of "list" after reaching a breakpoint.
15554 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15555 Test "list" with listsize 10 after reaching a breakpoint.
15556 * gdb.python/python.exp (decode_line current location line
15557 number): Adjust expected line number.
15558
15559 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15560
15561 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15562 behavior for $args, pass it directly to "run".
15563
15564 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15565
15566 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15567 30000 to 65536.
15568
15569 2014-05-21 Pedro Alves <palves@redhat.com>
15570
15571 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15572 auto-connect-native-target off".
15573 * gdb.base/auto-connect-native-target.c: New file.
15574 * gdb.base/auto-connect-native-target.exp: New file.
15575
15576 2014-05-21 Pedro Alves <palves@redhat.com>
15577
15578 * gdb.base/default.exp: Test "target native" instead of "target
15579 child".
15580
15581 2014-05-21 Mark Wielaard <mjw@redhat.com>
15582
15583 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15584
15585 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15586
15587 Fix TLS access for -static -pthread.
15588 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15589 <HAVE_TLS> (thread_function, main): Initialize it.
15590 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15591 Add clean_restart.
15592 <$have_tls != "">: Check TLSVAR.
15593
15594 2014-05-21 Pedro Alves <palves@redhat.com>
15595
15596 * gdb.base/dcache-line-read-error.c: New.
15597 * gdb.base/dcache-line-read-error.exp: New.
15598
15599 2014-05-20 Pedro Alves <palves@redhat.com>
15600
15601 * gdb.base/compare-sections.c: New file.
15602 * gdb.base/compare-sections.exp: New file.
15603
15604 2014-05-20 Pedro Alves <palves@redhat.com>
15605
15606 * gdb.base/break-idempotent.c: New file.
15607 * gdb.base/break-idempotent.exp: New file.
15608
15609 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15610
15611 * gdb.btrace/nohist.exp: New.
15612
15613 2014-05-20 Yao Qi <yao@codesourcery.com>
15614
15615 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15616 gdb.reverse directory and gdb_reverse_timeout exists in board
15617 setting.
15618 * README: Document gdb_reverse_timeout.
15619
15620 2014-05-20 Yao Qi <yao@codesourcery.com>
15621
15622 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15623 'test_file_name'. Treat args as a string instead of a list.
15624 (gdb_init): Rename argument 'args' by 'test_file_name'.
15625
15626 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15627
15628 * gdb.arch/powerpc-power.exp: New file.
15629 * gdb.arch/powerpc-power.s: New file.
15630
15631 2014-05-16 Doug Evans <dje@google.com>
15632
15633 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15634 * gdb.base/completion.exp: Check that all expected files exist
15635 before doing file completion.
15636
15637 2014-05-16 Doug Evans <dje@google.com>
15638
15639 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15640 Update.
15641 (do_syscall_tests_without_xml): Update.
15642
15643 2014-05-16 Pedro Alves <palves@redhat.com>
15644
15645 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15646 instead of "unknown output after running".
15647
15648 2014-05-16 Yao Qi <yao@codesourcery.com>
15649
15650 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15651 file1.txt from host at the end.
15652 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15653
15654 2014-05-15 Doug Evans <dje@google.com>
15655
15656 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15657 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15658 loading file. Add test for TU lookup.
15659
15660 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15661
15662 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15663 calling "-exec-arguments" or "set args" before running the
15664 inferior.
15665
15666 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15667
15668 * lib/mi-support.exp (mi_expect_stop): Expect message for
15669 inferiors that exit with non-zero exit code.
15670
15671 2014-05-14 Yao Qi <yao@codesourcery.com>
15672
15673 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15674 match absolute path on remote host.
15675 (test_file_list_exec_source_files): Remove "/" from the
15676 pattern.
15677
15678 2014-05-14 Yao Qi <yao@codesourcery.com>
15679
15680 * boards/local-remote-host-notty.exp (${board}_file): New
15681 proc.
15682
15683 2014-05-07 Kyle McMartin <kyle@redhat.com>
15684
15685 Pushed by Joel Brobecker <brobecker@adacore.com>.
15686 * gdb.arch/aarch64-atomic-inst.c: New file.
15687 * gdb.arch/aarch64-atomic-inst.exp: New file.
15688
15689 2014-05-07 Yao Qi <yao@codesourcery.com>
15690
15691 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15692 in current context" too.
15693
15694 2014-05-05 Keith Seitz <keiths@redhat.com>
15695
15696 * gdb.linespec/ls-dollar.exp: Add test for linespec
15697 file:convenience_variable.
15698
15699 2014-05-05 Yao Qi <yao@codesourcery.com>
15700
15701 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15702 traceframes into tfile and ctf trace files. Read data from
15703 trace file and test collected data.
15704 (gdb_collect_locals_test): Likewise.
15705 (gdb_unavailable_registers_test): Likewise.
15706 (gdb_unavailable_floats): Likewise.
15707 (gdb_collect_globals_test): Likewise.
15708 (top-level): Append "ctf" to trace_file_targets if GDB
15709 supports.
15710
15711 2014-05-05 Yao Qi <yao@codesourcery.com>
15712
15713 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15714 code to ...
15715 (gdb_collect_args_test_1): ... it. New proc.
15716 (gdb_collect_locals_test): Move some code to ...
15717 (gdb_collect_locals_test_1): ... it. New proc.
15718 (gdb_unavailable_registers_test): Move some code to ...
15719 (gdb_unavailable_registers_test_1): ... it. New proc.
15720 (gdb_unavailable_floats): Move some code to ...
15721 (gdb_unavailable_floats_1): ... it. New proc.
15722
15723 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15724
15725 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15726 probes to test for bitness recognition.
15727 * gdb.arch/amd64-stap-optional-prefix.exp
15728 (test_probe_value_without_reg): New procedure.
15729 Add code to test for different kinds of bitness.
15730
15731 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15732
15733 PR breakpoints/16889
15734 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15735 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15736
15737 2014-05-01 Pedro Alves <palves@redhat.com>
15738
15739 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15740 gdb_file_cmd if no file is specified.
15741 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15742 last_loaded_file to set the remote exec-file.
15743
15744 2014-05-01 Pedro Alves <palves@redhat.com>
15745
15746 * boards/local-remote-host.exp: New file.
15747
15748 2014-05-01 Pedro Alves <palves@redhat.com>
15749
15750 * boards/local-remote-host.exp: Rename to ...
15751 * boards/local-remote-host-notty.exp: ... this.
15752
15753 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15754
15755 * gdb.ada/dyn_arrayidx: New testcase.
15756
15757 2014-04-26 Yao Qi <yao@codesourcery.com>
15758
15759 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15760 and compute the length of function main. Save it in
15761 $main_length.
15762 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15763 (top-level): Use gdb_compile to compile objects into
15764 executable and restart GDB. Remove invocation to
15765 prepare_for_testing.
15766
15767 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15768 Pedro Alves <palves@redhat.com>
15769
15770 PR server/16255
15771 * gdb.multi/multi-attach.c: New file.
15772 * gdb.multi/multi-attach.exp: New file.
15773
15774 2014-04-25 Pedro Alves <palves@redhat.com>
15775
15776 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15777 user.
15778 (top level): Test that "set remote conditional-breakpoints-packet
15779 off" works as intended.
15780 * gdb.base/dprintf.exp: Test that "set remote
15781 breakpoint-commands-packet off" works as intended.
15782 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15783 New function.
15784 (top level): Call it.
15785 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15786 remote fast-tracepoints-packet off" works as intended.
15787 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15788 * lib/gdb.exp (gdb_is_target_remote): ... here.
15789
15790 2014-04-24 David Blaikie <dblaikie@gmail.com>
15791
15792 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15793 ensure clang would not discard them.
15794 * gdb.base/gdbvars.c: Ditto.
15795 * gdb.base/memattr.c: Ditto.
15796 * gdb.base/whatis.c: Ditto.
15797 * gdb.python/py-prettyprint.c: Ditto.
15798 * gdb.trace/actions.c: Ditto.
15799 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15800 ensure clang would not discard it.
15801
15802 2014-04-24 David Blaikie <dblaikie@gmail.com>
15803
15804 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15805 clang to emit the full definition of type required by the test
15806 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15807
15808 2014-04-24 David Blaikie <dblaikie@gmail.com>
15809
15810 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15811 coax Clang into emitting the definition of the type.
15812 * gdb.cp/pr10728-x.h (y): Ditto.
15813 * gdb.cp/pr10728-y.cc (y): Ditto.
15814
15815 2014-04-24 David Blaikie <dblaikie@gmail.com>
15816
15817 * gdb.base/label.exp: XFAIL label related tests under Clang.
15818 * gdb.cp/cplabel.exp: Ditto.
15819 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15820 under Clang those using labels.
15821
15822 2014-04-25 Yao Qi <yao@codesourcery.com>
15823
15824 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15825 double_label.
15826 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15827 partial_label and double_label.
15828
15829 2014-04-24 David Blaikie <dblaikie@gmail.com>
15830
15831 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15832
15833 2014-04-24 David Blaikie <dblaikie@gmail.com>
15834
15835 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15836 of the function to work across GCC and Clang.
15837 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15838 pointer types (const void ** const V void **).
15839
15840 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15841 Walfred Tedeschi <walfred.tedeschi@intel.com>
15842
15843 * Makefile.in (EXECUTABLES): Added i386-avx512.
15844 * gdb.arch/i386-avx512.c: New file.
15845 * gdb.arch/i386-avx512.exp: Likewise.
15846
15847 2014-04-23 Keith Seitz <keiths@redhat.com>
15848
15849 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15850 (mi_make_breakpoint_table): New procedure.
15851 (mi_create_breakpoint): Use mi_make_breakpoint
15852 and return the result.
15853 (mi_make_breakpoint): New procedure.
15854 (mi_build_kv_pairs): New procedure.
15855
15856 * gdb.mi/mi-break.exp: Remove unused globals,
15857 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15858 All callers updated.
15859 * gdb.mi/mi-dprintf.exp: Use variable to track command
15860 number.
15861 Update all callers of mi_create_breakpoint and use
15862 mi_make_breakpoint_table.
15863 Remove any unused global variables.
15864 * gdb.mi/mi-nonstop.exp: Likewise.
15865 * gdb.mi/mi-nsintrall.exp: Likewise.
15866 * gdb.mi/mi-nsmoribund.exp: Likewise.
15867 * gdb.mi/mi-nsthrexec.exp: Likewise.
15868 * gdb.mi/mi-reverse.exp: Likewise.
15869 * gdb.mi/mi-simplerun.exp: Likewise.
15870 * gdb.mi/mi-stepn.exp: Likewise.
15871 * gdb.mi/mi-syn-frame.exp: Likewise.
15872 * gdb.mi/mi-until.exp: Likewise.
15873 * gdb.mi/mi-var-cp.exp: Likewise.
15874 * gdb.mi/mi-var-display.exp: Likewise.
15875 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15876 * gdb.mi/mi2-var-child.exp: Likewise.
15877 * gdb.mi/mi-vla-c99.exp: Likewise.
15878 * lib/mi-support.exp: Likewise.
15879
15880 From Ian Lance Taylor <iant@cygnus.com>:
15881 * lib/gdb.exp (parse_args): New procedure.
15882
15883 2014-04-23 Pedro Alves <palves@redhat.com>
15884
15885 * gdb.base/break-unload-file.c: New file.
15886 * gdb.base/break-unload-file.exp: New file.
15887 * gdb.base/sym-file-lib.c (baz): New function.
15888 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15889 field.
15890 (load): Store the segment's mapped size.
15891 (unload): New function.
15892 (unload_shlib): New function.
15893 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15894 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15895 set a breakpoint at baz, and call it.
15896 * gdb.base/sym-file.exp: New tests for stale breakpoint
15897 instructions.
15898
15899 2014-04-23 Pedro Alves <palves@redhat.com>
15900
15901 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15902 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15903 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15904 * gdb.base/hbreak-unmapped.c: New file.
15905 * gdb.base/hbreak-unmapped.exp: New file.
15906 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15907 * lib/gdb.exp (gdb_is_target_remote): ... here.
15908
15909 2014-04-22 Pedro Alves <palves@redhat.com>
15910
15911 * gdb.base/consecutive-step-over.c: New file.
15912 * gdb.base/consecutive-step-over.exp: New file.
15913
15914 2014-04-22 Pedro Alves <palves@redhat.com>
15915
15916 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15917 instead of send_gdb/gdb_expect.
15918
15919 2014-04-22 Yao Qi <yao@codesourcery.com>
15920
15921 * lib/trace-support.exp (generate_tracefile): New procedure.
15922 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15923 return 0.
15924 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15925 if generate_tracefile returns 1.
15926
15927 2014-04-18 Tom Tromey <palves@redhat.com>
15928 Pedro alves <tromey@redhat.com>
15929
15930 PR backtrace/15558
15931 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15932 with a backtrace limit.
15933 * gdb.python/py-frame-inline.exp: Test running to an inline
15934 function with a backtrace limit, and printing the newest frame.
15935 * gdb.python/py-frame-inline.c (main): Call f.
15936
15937 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15938
15939 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15940
15941 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15942
15943 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15944 Drop prefix from unsupported source file path.
15945
15946 2014-04-17 Yao Qi <yao@codesourcery.com>
15947
15948 * lib/gdb.exp (with_target_charset): New proc.
15949 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15950 with_target_charset.
15951 (test_print_strings): Likewise.
15952 (test_repeat_bytes): Likewise.
15953 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15954 for some tests.
15955
15956 2014-04-16 Keith Seitz <keiths@redhat.com>
15957
15958 PR gdb/15827
15959 * gdb.dwarf2/corrupt.c: New file.
15960 * gdb.dwarf2/corrupt.exp: New file.
15961
15962 2014-04-16 Keith Seitz <keiths@redhat.com>
15963
15964 PR c++/16597
15965 * gdb.cp/namelessclass.cc: New file.
15966 * gdb.cp/namelessclass.exp: New file.
15967 * gdb.cp/namelessclass.S: New file.
15968
15969 2014-04-16 Doug Evans <dje@google.com>
15970
15971 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15972 Add comment.
15973 (gdbserver_default_get_comm_port): New function.
15974 (gdbserver_start): Check if board file provided
15975 "gdbserver,get_comm_port" and use it if so.
15976 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15977 (gdb,socketport): Set to "stdio".
15978 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15979 (stdio_gdbserver_template): Delete.
15980 (${board}_get_remote_address): Update.
15981 (${board}_build_remote_cmd): Delete.
15982 (${board}_get_comm_port): New function.
15983 (${board}_spawn): Update.
15984 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15985 Delete.
15986 (${board}_get_remote_address): Update.
15987 (${board}_get_comm_port): New function.
15988
15989 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15990
15991 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15992 appearing in any order.
15993
15994 2014-04-15 Doug Evans <dje@google.com>
15995
15996 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15997 uninitialized value of "description".
15998
15999 2014-04-15 Keith Seitz <keiths@redhat.com>
16000
16001 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16002 Remove unused globals.
16003 (test_running_the_program): Likewise.
16004 (test_controlled_execution): Likewise.
16005 (test_controlling_breakpoints): Likewise.
16006 (test_program_termination): Likewise.
16007
16008 2014-04-15 Keith Seitz <keiths@redhat.com>
16009
16010 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16011 unused globals.
16012 (test_rbreak_creation_and_listing): Likewise.
16013 (test_ignore_count): Likewise.
16014 (test_error): Likewise.
16015
16016 2014-04-15 Pedro Alves <palves@redhat.com>
16017
16018 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16019 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16020 sym-file-loader.c.
16021 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16022 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16023 to sym-file-loader.c.
16024 (struct library): Forward declare.
16025 (load_shlib, lookup_function): Change prototypes.
16026 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16027 (translate_offset): Remove declarations.
16028 (get_text_addr): New declaration.
16029 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16030 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16031 sym-file-loader.h.
16032 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16033 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16034 here from sym-file-loader.h.
16035 (struct library): New structure.
16036 (load_shlib, lookup_function): Change prototypes and adjust to
16037 work with a struct library.
16038 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16039 (translate_offset): Make static.
16040 (get_text_addr): New function.
16041 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16042
16043 2014-04-15 Pedro Alves <palves@redhat.com>
16044
16045 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16046
16047 2014-04-15 Pedro Alves <palves@redhat.com>
16048
16049 * gdb.base/sym-file-loader.c: Include <limits.h>.
16050 (SELF_LINK): New define.
16051 (get_origin): New function.
16052 (load_shlib): Use it.
16053 * gdb.base/sym-file.exp: Don't early return if the target is
16054 remote. Use runto_main, and issue fail is that fails. Use
16055 gdb_load_shlibs.
16056 (shlib_name): Delete.
16057 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16058
16059 2014-04-15 Pedro Alves <palves@redhat.com>
16060
16061 * gdb.base/sym-file.exp: Remove regex characters from test
16062 message. Don't refer to breakpoint numbers in test messages.
16063
16064 2014-04-14 Keith Seitz <keiths@redhat.com>
16065
16066 PR c++/16253
16067 * gdb.cp/var-tag.cc: New file.
16068 * gdb.cp/var-tag.exp: New file.
16069 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16070 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16071 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16072 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16073
16074 2014-04-14 Tom Tromey <tromey@redhat.com>
16075
16076 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16077 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16078 type.
16079 * gdb.cp/enum-class.exp: New file.
16080 * gdb.cp/enum-class.cc: New file.
16081
16082 2014-04-14 Tom Tromey <tromey@redhat.com>
16083
16084 * gdb.dwarf2/enum-type.exp: New file.
16085
16086 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16087
16088 * gdb.mi/mi-vla-c99.exp: New file.
16089 * gdb.mi/vla.c: New file.
16090
16091 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16092
16093 * gdb.base/vla-datatypes.c: New file.
16094 * gdb.base/vla-datatypes.exp: New file.
16095
16096 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16097
16098 * gdb.base/vla-ptr.c: New file.
16099 * gdb.base/vla-ptr.exp: New file.
16100
16101 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16102
16103 * gdb.dwarf2/count.exp: New file.
16104
16105 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16106
16107 * gdb.base/vla-sideeffect.c: New file.
16108 * gdb.base/vla-sideeffect.exp: New file.
16109
16110 2014-04-14 David Blaikie <dblaikie@gmail.com>
16111
16112 * gdb.mi/non-stop.c: Add return value for non-void function return
16113 statement.
16114 * gdb.threads/staticthreads.c: Ditto.
16115
16116 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16117 Doug Evans <xdje42@gmail.com>
16118
16119 * gdb.guile/scm-value.c: Improve test case.
16120 * gdb.guile/scm-value.exp: Add new test.
16121
16122 2014-04-11 David Blaikie <dblaikie@gmail.com>
16123
16124 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16125 override Clang's default.
16126
16127 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16128
16129 Revert the following changes (regressions):
16130
16131 * gdb.base/vla-sideeffect.c: New file.
16132 * gdb.base/vla-sideeffect.exp: New file.
16133
16134 * gdb.dwarf2/count.exp: New file.
16135
16136 * gdb.base/vla-multi.c: New file.
16137 * gdb.base/vla-multi.exp: New file.
16138
16139 * gdb.base/vla-ptr.c: New file.
16140 * gdb.base/vla-ptr.exp: New file.
16141
16142 * gdb.base/vla-datatypes.c: New file.
16143 * gdb.base/vla-datatypes.exp: New file.
16144
16145 * gdb.mi/mi-vla-c99.exp: New file.
16146 * gdb.mi/vla.c: New file.
16147
16148 2014-04-11 Keith Seitz <keiths@redhat.com>
16149
16150 PR c++/16675
16151 * gdb.cp/cpsizeof.exp: New file.
16152 * gdb.cp/cpsizeof.cc: New file.
16153
16154 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16155
16156 * gdb.mi/mi-vla-c99.exp: New file.
16157 * gdb.mi/vla.c: New file.
16158
16159 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16160
16161 * gdb.base/vla-datatypes.c: New file.
16162 * gdb.base/vla-datatypes.exp: New file.
16163
16164 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16165
16166 * gdb.base/vla-ptr.c: New file.
16167 * gdb.base/vla-ptr.exp: New file.
16168
16169 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16170
16171 * gdb.base/vla-multi.c: New file.
16172 * gdb.base/vla-multi.exp: New file.
16173
16174 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16175
16176 * gdb.dwarf2/count.exp: New file.
16177
16178 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16179
16180 * gdb.base/vla-sideeffect.c: New file.
16181 * gdb.base/vla-sideeffect.exp: New file.
16182
16183 2014-04-11 Yao Qi <yao@codesourcery.com>
16184
16185 * gdb.base/completion.exp: Check file exists before running tests
16186 on file completion.
16187
16188 2014-04-10 Pedro Alves <palves@redhat.com>
16189
16190 * gdb.base/cond-eval-mode.c: New file.
16191 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16192 prepare_for_testing to build the new file. Check result of
16193 runto_main.
16194 (test_break, test_watch): New procedures.
16195 (top level): Use them.
16196
16197 2014-04-08 Pierre Muller <muller@sourceware.org>
16198
16199 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16200 Ctrl-V use for mingw hosts.
16201
16202 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16203
16204 * gdb.python/py-value.c: Improve test case.
16205 * gdb.python/py-value.exp: Add new test.
16206
16207 2014-04-07 David Blaikie <dblaikie@gmail.com>
16208
16209 * lib/compiler.c: Identify the clang compiler.
16210 * lib/compiler.cc: Ditto.
16211
16212 2014-04-03 Yao Qi <yao@codesourcery.com>
16213
16214 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16215
16216 2014-04-01 Anton Blanchard <anton@samba.org>
16217
16218 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16219 messages unique.
16220
16221 2014-04-01 Anton Blanchard <anton@samba.org>
16222
16223 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16224 prepare_for_testing.
16225
16226 2014-04-01 Anton Blanchard <anton@samba.org>
16227
16228 * gdb.arch/ppc64-atomic-inst.c: Remove.
16229 * gdb.arch/ppc64-atomic-inst.S: New file.
16230 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16231
16232 2014-03-31 Doug Evans <dje@google.com>
16233
16234 * gdb.base/print-symbol-loading-lib.c: New file.
16235 * gdb.base/print-symbol-loading-main.c: New file.
16236 * gdb.base/print-symbol-loading.exp: New file.
16237
16238 2014-03-31 Yao Qi <yao@codesourcery.com>
16239
16240 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16241
16242 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16243
16244 * gdb.ada/mi_dyn_arr: New testcase.
16245
16246 2014-03-27 Doug Evans <dje@google.com>
16247
16248 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16249
16250 2014-03-27 Yao Qi <yao@codesourcery.com>
16251
16252 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16253 if target is nios2-*-*.
16254
16255 2014-03-26 Yao Qi <yao@codesourcery.com>
16256
16257 * lib/gdb.exp (readline_is_used): New proc.
16258 * gdb.base/completion.exp: Move tests on command complete up.
16259 Skip the rest of tests if readline is not used.
16260 * gdb.ada/complete.exp: Skp the test if readline is not
16261 used.
16262 * gdb.base/filesym.exp: Likewise.
16263 * gdb.base/macscp.exp: Likewise.
16264 * gdb.base/readline-ask.exp: Likewise.
16265 * gdb.base/readline.exp: Likewise.
16266 * gdb.python/py-cmd.exp: Likewise.
16267 * gdb.trace/tfile.exp: Likewise.
16268
16269 2014-03-26 Yao Qi <yao@codesourcery.com>
16270
16271 * gdb.base/macscp.exp: Fix code format issues.
16272
16273 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16274
16275 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16276 * gdb.asm/powerpc64le.inc: New file.
16277
16278 2014-03-25 Pedro Alves <palves@redhat.com>
16279 Doug Evans <dje@google.com>
16280
16281 * gdb.base/source-execution.c: New file.
16282 * gdb.base/source-execution.exp: New file.
16283 * gdb.base/source-execution.gdb: New file.
16284
16285 2014-03-24 Doug Evans <dje@google.com>
16286
16287 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16288 using fission.
16289
16290 2014-03-24 Hui Zhu <hui@codesourcery.com>
16291 Pedro Alves <palves@redhat.com>
16292
16293 PR breakpoints/16101
16294 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16295 test pass/fail messages. Detect missing support for dprintf when
16296 breakpoints are actually inserted.
16297 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16298 breakpoints are actually inserted.
16299 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16300 fails.
16301
16302 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16303
16304 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16305
16306 2014-03-22 Doug Evans <xdje42@gmail.com>
16307
16308 * gdb.python/python.exp (python not supported): Verify multi-line
16309 python command issues an error.
16310 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16311 guile command issues an error.
16312
16313 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16314
16315 * gdb.threads/thread-specific.exp: Handle the lack of usable
16316 $this_breakpoint and $this_thread.
16317
16318 2014-03-21 Hui Zhu <hui@codesourcery.com>
16319
16320 * gdb.base/attach.exp (do_command_attach_tests): New.
16321
16322 2014-03-20 Tom Tromey <tromey@redhat.com>
16323 Pedro Alves <palves@redhat.com>
16324
16325 PR cli/15718
16326 * gdb.base/condbreak-call-false.c: New file.
16327 * gdb.base/condbreak-call-false.exp: New file.
16328
16329 2014-03-20 Pedro Alves <palves@redhat.com>
16330
16331 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16332 Delete.
16333 (block_signals, unblock_signals): Delete.
16334 (child_function_2, main): Remove references to deleted variable
16335 and functions.
16336
16337 2014-03-20 Pedro Alves <palves@redhat.com>
16338
16339 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16340 Use pthread_kill to signal thread 2.
16341 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16342 Adjust to make the test send itself a signal rather than using the
16343 host's "kill" command.
16344
16345 2014-03-20 Pedro Alves <palves@redhat.com>
16346
16347 * gdb.threads/multiple-step-overs.c: New file.
16348 * gdb.threads/multiple-step-overs.exp: New file.
16349 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16350 Adjust expected infrun debug output.
16351
16352 2014-03-20 Pedro Alves <palves@redhat.com>
16353
16354 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16355 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16356
16357 2014-03-20 Pedro Alves <palves@redhat.com>
16358
16359 PR breakpoints/7143
16360 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16361 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16362 of gdb_test_multiple.
16363 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16364 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16365
16366 2014-03-20 Pedro Alves <palves@redhat.com>
16367
16368 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16369 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16370
16371 2014-03-19 Pedro Alves <palves@redhat.com>
16372
16373 * gdb.base/async.exp: Remove early return.
16374
16375 2014-03-19 Pedro Alves <palves@redhat.com>
16376
16377 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16378
16379 2014-03-19 Pedro Alves <palves@redhat.com>
16380
16381 * gdb.base/async.exp (test_background): Expect \r\n after
16382 "completed." in the fail pattern.
16383
16384 2014-03-19 Pedro Alves <palves@redhat.com>
16385
16386 * gdb.base/async.exp (test_background): New procedure.
16387 Use it for all background execution command tests.
16388
16389 2014-03-19 Pedro Alves <palves@redhat.com>
16390
16391 * gdb.base/async.exp: Use prepare_for_testing.
16392
16393 2014-03-19 Pedro Alves <palves@redhat.com>
16394
16395 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16396 the same line.
16397
16398 2014-03-19 Pedro Alves <palves@redhat.com>
16399
16400 * gdb.base/async.c (main): Add "jump here" and "until here" line
16401 marker comments.
16402 * gdb.base/async.exp (jump_here): New global.
16403 (jump& test): Use it.
16404 (until_here): New global.
16405 (until& test): Use it.
16406
16407 2014-03-19 Pedro Alves <palves@redhat.com>
16408
16409 * gdb.base/async.exp: Don't frob gdb_protocol.
16410
16411 2014-03-18 Doug Evans <xdje42@gmail.com>
16412
16413 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16414 Fix spelling of exec-done-display.
16415
16416 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16417
16418 PR gdb/15358
16419 * gdb.base/gdb-sigterm.c: New file.
16420 * gdb.base/gdb-sigterm.exp: New file.
16421
16422 2014-03-18 Pedro Alves <palves@redhat.com>
16423
16424 PR gdb/13860
16425 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16426 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16427 solib-event.
16428
16429 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16430
16431 * gdb.ada/pckd_arr_ren: New testcase.
16432
16433 2014-03-13 Doug Evans <xdje42@gmail.com>
16434
16435 PR guile/16612
16436 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16437 collect after discarding symbols.
16438
16439 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16440 Doug Evans <xdje42@gmail.com>
16441
16442 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16443 to history survives a gc.
16444
16445 2014-03-13 Pedro Alves <palves@redhat.com>
16446
16447 * gdb.base/default.exp: Don't test "target procfs".
16448
16449 2014-03-13 Pedro Alves <palves@redhat.com>
16450
16451 * gdb.base/default.exp: Update "target child" and "target procfs"
16452 tests to not expect "Unix".
16453
16454 2014-03-12 Tom Tromey <tromey@redhat.com>
16455
16456 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16457 New procs. Add target-async tests.
16458 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16459 Add target-async tests.
16460
16461 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16462
16463 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16464 'func_start' and 'func_end' for the beginning and end of the
16465 function code, respectively.
16466 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16467 'func_end' instead of 'func' and 'main'.
16468
16469 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16470
16471 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16472 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16473 generate the debug info assembler source.
16474
16475 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16476
16477 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16478 * gdb.dwarf2/arr-subrange.exp: Likewise.
16479 * gdb.dwarf2/dwz.exp: Likewise.
16480 * gdb.dwarf2/method-ptr.exp: Likewise.
16481 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16482 * gdb.dwarf2/subrange.exp: Likewise.
16483 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16484 * gdb.dwarf2/implptrpiece.exp: Likewise.
16485 * gdb.dwarf2/nostaticblock.exp: Likewise.
16486
16487 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16488
16489 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16490 directory to absolute path name arguments.
16491
16492 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16493
16494 * gdb.ada/tagged_access: New testcase.
16495
16496 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16497
16498 * gdb.btrace/data.exp: Update expected output.
16499
16500 2014-03-06 Yao Qi <yao@codesourcery.com>
16501
16502 * gdb.trace/pr16508.exp: New file.
16503
16504 2014-03-05 Pedro Alves <palves@redhat.com>
16505
16506 PR gdb/16575
16507 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16508 procedure.
16509 (top level): Adjust to use it. Add tests that exercise breakpoint
16510 interaction with the code-cache.
16511
16512 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16513
16514 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16515 test for 'history-append!'.
16516
16517 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16518
16519 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16520 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16521 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16522 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16523 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16524 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16525
16526 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16527
16528 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16529 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16530 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16531
16532 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16533
16534 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16535
16536 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16537
16538 * gdb.dwarf2/arr-stride.c: New file.
16539 * gdb.dwarf2/arr-stride.exp: New file.
16540
16541 2014-02-26 Pedro Alves <palves@redhat.com>
16542
16543 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16544 that won't ever trigger. Make sure that GDB reports the correct
16545 breakpoint that caused the stop.
16546
16547 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16548
16549 PR gdb/16626
16550 * gdb.base/auto-load-script: New file.
16551 * gdb.base/auto-load.c: New file.
16552 * gdb.base/auto-load.exp: New file.
16553
16554 PR gdb/16626
16555 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16556
16557 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16558
16559 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16560 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16561
16562 2014-02-24 Doug Evans <dje@google.com>
16563
16564 * lib/gdb.exp (run_on_host): Log error output if program fails.
16565
16566 2014-02-21 Pedro Alves <palves@redhat.com>
16567
16568 * gdb.threads/step-after-sr-lock.c: Rename to ...
16569 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16570 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16571 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16572 ... this.
16573
16574 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16575
16576 PR tdep/16397
16577 * gdb.arch/amd64-stap-special-operands.exp: New file.
16578 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16579 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16580 * gdb.arch/amd64-stap-triplet.S: Likewise.
16581 * gdb.arch/amd64-stap-triplet.c: Likewise.
16582
16583 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16584
16585 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16586 in .section pseudo-op.
16587
16588 2014-02-20 lin zuojian <manjian2006@gmail.com>
16589 Joel Brobecker <brobecker@adacore.com>
16590 Doug Evans <xdje42@gmail.com>
16591
16592 PR symtab/16581
16593 * gdb.dwarf2/dw2-icycle.S: New file.
16594 * gdb.dwarf2/dw2-icycle.c: New file.
16595 * gdb.dwarf2/dw2-icycle.exp: New file.
16596
16597 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16598
16599 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16600 operations on gdb.Value objects.
16601 * gdb.python/py-value-cc.exp: Add new test to test operations on
16602 gdb.Value objects.
16603
16604 2014-02-18 Doug Evans <dje@google.com>
16605
16606 * Makefile.in (TESTS): New variable.
16607 (expanded_tests, expanded_tests_or_none): New variables
16608 (check-single): Pass $(expanded_tests_or_none) to runtest.
16609 (check-parallel): Only run tests in $(TESTS) if non-empty.
16610 (check/no-matching-tests-found): New rule.
16611 * README: Document TESTS makefile variable.
16612
16613 2014-02-18 Doug Evans <dje@google.com>
16614
16615 * Makefile.in (check-parallel): rm -rf outputs temp.
16616
16617 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16618
16619 Fix "ERROR: no fileid for" in the testsuite.
16620 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16621
16622 2014-02-12 Doug Evans <dje@google.com>
16623
16624 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16625 (MISCELLANEOUS): New variable.
16626 (clean): rm -rf $(MISCELLANEOUS).
16627 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16628 dwp live in the same directory as symlinks, with each symlink pointed
16629 to a differently named file in a different directory.
16630
16631 2014-02-11 Doug Evans <dje@google.com>
16632
16633 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16634 of Tcl file commands.
16635
16636 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16637
16638 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16639 "kill -SIGUSR1 -1".
16640
16641 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16642
16643 * gdb.ada/tick_length_array_enum_idx: New testcase.
16644
16645 2014-02-10 Doug Evans <xdje42@gmail.com>
16646
16647 * configure.ac (AC_OUTPUT): Add gdb.guile.
16648 * configure: Regenerate.
16649 * lib/gdb-guile.exp: New file.
16650 * lib/gdb.exp (get_target_charset): New function.
16651 * gdb.base/help.exp: Update expected output from "apropos apropos".
16652 * gdb.guile/Makefile.in: New file.
16653 * gdb.guile/guile.exp: New file.
16654 * gdb.guile/scm-arch.c: New file.
16655 * gdb.guile/scm-arch.exp: New file.
16656 * gdb.guile/scm-block.c: New file.
16657 * gdb.guile/scm-block.exp: New file.
16658 * gdb.guile/scm-breakpoint.c: New file.
16659 * gdb.guile/scm-breakpoint.exp: New file.
16660 * gdb.guile/scm-disasm.c: New file.
16661 * gdb.guile/scm-disasm.exp: New file.
16662 * gdb.guile/scm-equal.c: New file.
16663 * gdb.guile/scm-equal.exp: New file.
16664 * gdb.guile/scm-error.exp: New file.
16665 * gdb.guile/scm-error.scm: New file.
16666 * gdb.guile/scm-frame-args.c: New file.
16667 * gdb.guile/scm-frame-args.exp: New file.
16668 * gdb.guile/scm-frame-args.scm: New file.
16669 * gdb.guile/scm-frame-inline.c: New file.
16670 * gdb.guile/scm-frame-inline.exp: New file.
16671 * gdb.guile/scm-frame.c: New file.
16672 * gdb.guile/scm-frame.exp: New file.
16673 * gdb.guile/scm-generics.exp: New file.
16674 * gdb.guile/scm-gsmob.exp: New file.
16675 * gdb.guile/scm-iterator.c: New file.
16676 * gdb.guile/scm-iterator.exp: New file.
16677 * gdb.guile/scm-math.c: New file.
16678 * gdb.guile/scm-math.exp: New file.
16679 * gdb.guile/scm-objfile-script-gdb.in: New file.
16680 * gdb.guile/scm-objfile-script.c: New file.
16681 * gdb.guile/scm-objfile-script.exp: New file.
16682 * gdb.guile/scm-objfile.c: New file.
16683 * gdb.guile/scm-objfile.exp: New file.
16684 * gdb.guile/scm-ports.exp: New file.
16685 * gdb.guile/scm-pretty-print.c: New file.
16686 * gdb.guile/scm-pretty-print.exp: New file.
16687 * gdb.guile/scm-pretty-print.scm: New file.
16688 * gdb.guile/scm-section-script.c: New file.
16689 * gdb.guile/scm-section-script.exp: New file.
16690 * gdb.guile/scm-section-script.scm: New file.
16691 * gdb.guile/scm-symbol.c: New file.
16692 * gdb.guile/scm-symbol.exp: New file.
16693 * gdb.guile/scm-symtab-2.c: New file.
16694 * gdb.guile/scm-symtab.c: New file.
16695 * gdb.guile/scm-symtab.exp: New file.
16696 * gdb.guile/scm-type.c: New file.
16697 * gdb.guile/scm-type.exp: New file.
16698 * gdb.guile/scm-value-cc.cc: New file.
16699 * gdb.guile/scm-value-cc.exp: New file.
16700 * gdb.guile/scm-value.c: New file.
16701 * gdb.guile/scm-value.exp: New file.
16702 * gdb.guile/source2.scm: New file.
16703 * gdb.guile/types-module.cc: New file.
16704 * gdb.guile/types-module.exp: New file.
16705
16706 2014-02-10 Yao Qi <yao@codesourcery.com>
16707
16708 PR testsuite/16543
16709 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16710 * configure: Regenerated.
16711 * Makefile.in: New file.
16712
16713 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16714
16715 * gdb.python/py-framefilter.exp: Fix typo.
16716
16717 2014-02-08 Yao Qi <yao@codesourcery.com>
16718
16719 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16720 that no =breakpoint-modified is emitted when breakpoints are
16721 modified through MI commands.
16722
16723 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16724 Pedro Alves <palves@redhat.com>
16725
16726 * gdb.threads/step-after-sr-lock.c: New file.
16727 * gdb.threads/step-after-sr-lock.exp: New file.
16728
16729 2014-02-07 Pedro Alves <palves@redhat.com>
16730
16731 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16732
16733 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16734
16735 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16736 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16737
16738 2014-02-06 Doug Evans <xdje42@gmail.com>
16739
16740 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16741 output.
16742
16743 * gdb.gdb/python-interrupts.exp: New file.
16744
16745 2014-02-05 Yao Qi <yao@codesourcery.com>
16746
16747 * gdb.trace/report.exp (use_collected_data): Test the output
16748 of "info threads" and "info inferiors".
16749
16750 2014-02-05 Yao Qi <yao@codesourcery.com>
16751
16752 Revert this patch:
16753
16754 2013-05-24 Yao Qi <yao@codesourcery.com>
16755
16756 * gdb.trace/tfile.exp: Test inferior and thread.
16757
16758 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16759
16760 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16761 on a function.
16762 * gdb.base/step-bt.c: Call hello via function pointer to make
16763 sure its first instruction is executed on powerpc64le-linux.
16764
16765 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16766
16767 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16768
16769 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16770
16771 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16772 of the test patterns for use on little-endian systems.
16773
16774 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16775
16776 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16777 (decimal_vector): Fix for little-endian.
16778
16779 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16780
16781 * gdb.arch/sparc-sysstep.exp: New file.
16782 * gdb.arch/sparc-sysstep.c: Likewise.
16783
16784 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16785
16786 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16787
16788 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16789
16790 2014-01-23 Tom Tromey <tromey@redhat.com>
16791
16792 * gdb.ada/array_char_idx: New testcase.
16793
16794 2014-01-23 Tom Tromey <tromey@redhat.com>
16795
16796 PR python/16487:
16797 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16798 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16799 classes.
16800
16801 2014-01-23 Tom Tromey <tromey@redhat.com>
16802
16803 PR python/16491:
16804 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16805 string from an inferior frame.
16806 * gdb.python/py-framefilter-mi.exp: Update.
16807
16808 2014-01-22 Doug Evans <dje@google.com>
16809
16810 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16811
16812 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16813
16814 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16815
16816 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16817
16818 * gdb.trace/entry-values.exp: Remove excess space character from
16819 regex patterns. Handle s390 call instruction.
16820
16821 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16822
16823 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16824 define "*_start" label. Make "name" static.
16825 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16826 ${name} by references to ${name}_start.
16827
16828 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16829
16830 * gdb.base/info-macros.exp: Remove "debug" from the compile
16831 options.
16832
16833 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16834
16835 * gdb.dlang/demangle.exp: New file.
16836
16837 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16838
16839 * gdb.dlang/primitive-types.exp: New file.
16840
16841 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16842
16843 * configure.ac: Create gdb.dlang/Makefile.
16844 * configure: Regenerate.
16845 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16846 * gdb.dlang/Makefile.in: New file.
16847 * lib/d-support.exp: New file.
16848 * lib/gdb.exp (skip_d_tests): New proc.
16849
16850 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16851
16852 * gdb.btrace/delta.exp: Check reverse stepi.
16853 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16854 * gdb.btrace/finish.exp: New.
16855 * gdb.btrace/next.exp: New.
16856 * gdb.btrace/nexti.exp: New.
16857 * gdb.btrace/record_goto.c: Add comments.
16858 * gdb.btrace/step.exp: New.
16859 * gdb.btrace/stepi.exp: New.
16860 * gdb.btrace/multi-thread-step.c: New.
16861 * gdb.btrace/multi-thread-step.exp: New.
16862 * gdb.btrace/rn-dl-bind.c: New.
16863 * gdb.btrace/rn-dl-bind.exp: New.
16864 * gdb.btrace/data.c: New.
16865 * gdb.btrace/data.exp: New.
16866 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16867
16868 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16869
16870 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16871 * gdb.btrace/exception.exp: Update.
16872 * gdb.btrace/instruction_history.exp: Update.
16873 * gdb.btrace/record_goto.exp: Update.
16874 * gdb.btrace/tailcall.exp: Update.
16875 * gdb.btrace/unknown_functions.exp: Update.
16876 * gdb.btrace/delta.exp: New.
16877
16878 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16879
16880 * gdb.btrace/record_goto.exp: Add backtrace test.
16881 * gdb.btrace/tailcall.exp: Add backtrace test.
16882
16883 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16884
16885 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16886 * gdb.btrace/record_goto.c: New.
16887 * gdb.btrace/record_goto.exp: New.
16888 * gdb.btrace/x86-record_goto.S: New.
16889
16890 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16891
16892 * gdb.btrace/function_call_history.exp: Update tests.
16893 * gdb.btrace/instruction_history.exp: Update tests.
16894
16895 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16896
16897 * gdb.btrace/function_call_history.exp: Fix expected field
16898 order for "record function-call-history".
16899 Add new tests for "record function-call-history /c".
16900 * gdb.btrace/exception.cc: New.
16901 * gdb.btrace/exception.exp: New.
16902 * gdb.btrace/tailcall.exp: New.
16903 * gdb.btrace/x86-tailcall.S: New.
16904 * gdb.btrace/x86-tailcall.c: New.
16905 * gdb.btrace/unknown_functions.c: New.
16906 * gdb.btrace/unknown_functions.exp: New.
16907 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16908
16909 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16910
16911 * gdb.btrace/instruction_history.exp: Update.
16912 * gdb.btrace/function_call_history.exp: Update.
16913
16914 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16915
16916 * gdb.btrace/function_call_history.exp: Fix expected function
16917 trace.
16918 * gdb.btrace/instruction_history.exp: Initialize traced.
16919 Remove traced_functions.
16920
16921 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16922
16923 * gdb.btrace/function_call_history.exp: Update
16924 * gdb.btrace/instruction_history.exp: Update.
16925
16926 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16927
16928 * gdb.btrace/enable.exp: Update expected text.
16929
16930 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16931
16932 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16933 bytes.
16934
16935 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16936
16937 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16938
16939 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16940
16941 * lib/gdb.exp (supports_process_record): Return true for
16942 arm*-linux*. (supports_reverse): Likewise.
16943
16944 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16945
16946 PR python/15464
16947 PR python/16113
16948 * gdb.python/py-type.c: Enhance test case.
16949 * gdb.python/py-value-cc.cc: Likewise
16950 * gdb.python/py-type.exp: Add new tests.
16951 * gdb.python/py-value-cc.exp: Likewise
16952
16953 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16954 Pedro Alves <palves@redhat.com>
16955
16956 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16957 Make "name" extern.
16958 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16959 references to ${name}_start by references to ${name}.
16960
16961 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16962
16963 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16964
16965 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16966
16967 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16968
16969 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16970 Pedro Alves <palves@redhat.com>
16971
16972 * gdb.mi/mi-info-os.exp: Connect to the target with
16973 mi_gdb_target_load.
16974
16975 2014-01-08 Pedro Alves <palves@redhat.com>
16976
16977 * gdb.threads/reconnect-signal.c: New file.
16978 * gdb.threads/reconnect-signal.exp: New file.
16979
16980 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16981
16982 * gdb.base/source-dir.exp: New file.
16983
16984 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16985
16986 * gdb.ada/mi_interface: New testcase.
16987
16988 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16989
16990 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16991 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16992 gdb.ada/pp-rec-component/pck.ads: New files.
16993
16994 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16995
16996 * gdb.python/py-pp-integral.c: New file.
16997 * gdb.python/py-pp-integral.py: New file.
16998 * gdb.python/py-pp-integral.exp: New file.
16999
17000 For older changes see ChangeLog-1993-2013.
17001 \f
17002 ;; Local Variables:
17003 ;; mode: change-log
17004 ;; left-margin: 8
17005 ;; fill-column: 74
17006 ;; version-control: never
17007 ;; End:
17008
17009 Copyright 2014-2019 Free Software Foundation, Inc.
17010 Copying and distribution of this file, with or without modification,
17011 are permitted provided the copyright notice and this notice are preserved.
This page took 0.447979 seconds and 3 git commands to generate.