Change the output of readelf's note display so that the "Data size" column header...
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2
3 * gdb.base/style.exp: Update tests for help doc new invariants.
4 * gdb.base/help.exp: Likewise.
5
6 2019-08-06 Tom Tromey <tom@tromey.com>
7
8 * gdb.base/style.exp: Add disassemble test.
9 * gdb.base/style.c (some_called_function): New function.
10 (main): Use it.
11
12 2019-08-05 Christian Biesinger <cbiesinger@google.com>
13
14 * gdb.python/py-block.exp: Test dictionary access on blocks.
15
16 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
17
18 PR gdb/24863
19 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
20 -list-thread-groups --available test when running under
21 check-read1.
22
23 2019-08-05 Tom de Vries <tdevries@suse.de>
24
25 PR testsuite/24863
26 * lib/gdb.exp (with_read1_timeout_factor): New proc.
27 * gdb.base/help.exp: Use with_read1_timeout_factor.
28 * gdb.base/info-macros.exp: Same.
29 * gdb.cp/nested-types.exp: Same.
30
31 2019-08-05 Tom de Vries <tdevries@suse.de>
32
33 * lib/gdb.exp (version_at_least): Factor out of ...
34 (tcl_version_at_least): ... here.
35 (gdb_compile): Fail if pie results in non-PIE executable.
36 (readelf_version, readelf_prints_pie): New proc.
37 (exec_is_pie): Return -1 if unknown.
38
39 2019-08-05 Tom de Vries <tdevries@suse.de>
40
41 * lib/gdb.exp (tcl_version_at_least): Fix typo.
42
43 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
44
45 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
46
47 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
48
49 * lib/completion-support.exp (test_gdb_complete_none): Skip
50 tab completion tests if no readline support.
51 (test_gdb_complete_unique_re): Likewise.
52 (test_gdb_complete_multiple): Likewise.
53
54 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
55
56 * gdb.base/info_sources.exp: New file.
57 * gdb.base/info_sources.c: New file.
58 * gdb.base/info_sources_base.c: New file.
59
60 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
61
62 * gdb.base/batch-exit-status.exp: Call test_exit_status with
63 prefix argument.
64 (test_exit_status): Add prefix argument.
65
66 2019-08-01 Tom de Vries <tdevries@suse.de>
67
68 PR testsuite/24863
69 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
70 calling exp_continue for new thread and thread exited messages.
71
72 2019-08-01 Tom de Vries <tdevries@suse.de>
73
74 PR testsuite/24863
75 * gdb.base/structs.exp: Fix check-read1 timeout using
76 gdb_test_sequence.
77 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
78
79 2019-08-01 Tom de Vries <tdevries@suse.de>
80
81 PR testsuite/24863
82 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
83 line.
84
85 2019-08-01 Tom de Vries <tdevries@suse.de>
86
87 PR testsuite/24863
88 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
89
90 2019-07-30 Tom Tromey <tromey@adacore.com>
91
92 * gdb.ada/display_nested.exp: New file.
93 * gdb.ada/display_nested/foo.adb: New file.
94 * gdb.ada/display_nested/pack.adb: New file.
95 * gdb.ada/display_nested/pack.ads: New file.
96
97 2019-07-30 Christian Biesinger <cbiesinger@google.com>
98
99 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
100 namespace.
101 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
102
103 2019-07-30 Tom de Vries <tdevries@suse.de>
104
105 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
106 instead.
107
108 2019-07-30 Tom de Vries <tdevries@suse.de>
109
110 PR testsuite/24834
111 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
112 (exec_is_pie): New proc.
113
114 2019-07-29 Christian Biesinger <cbiesinger@google.com>
115
116 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
117
118 2019-07-29 Christian Biesinger <cbiesinger@google.com>
119
120 * gdb.python/py-objfile.c: Add global and static vars.
121 * gdb.python/py-objfile.exp: Test new functions Objfile.
122 lookup_global_symbol and lookup_static_symbol.
123
124 2019-07-29 Tom Tromey <tom@tromey.com>
125
126 * lib/tuiterm.exp (Term::_csi_@): New proc.
127 (Term::_csi_X): Don't move cursor.
128
129 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
130
131 * gdb.base/options.exp: Update backtrace - completion to
132 new option -frame-info.
133 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
134 Test new 'set print frame-info'. Test backtrace -frame-info
135 overriding 'set print frame-info'.
136 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
137 Test new 'set print frame-info'.
138 Verify consistency of backtrace with and without filters, with and
139 without -no-filters.
140 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
141 default.
142
143 2019-07-29 Tom de Vries <tdevries@suse.de>
144
145 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
146 no arguments".
147
148 2019-07-29 Tom de Vries <tdevries@suse.de>
149
150 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
151 is a substring of the first for "complete non-unique file name".
152
153 2019-07-29 Tom de Vries <tdevries@suse.de>
154
155 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
156 with ".*".
157
158 2019-07-29 Tom de Vries <tdevries@suse.de>
159
160 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
161 Pass prompt_regexp parameter to gdb_test_multiple calls.
162
163 2019-07-29 Tom de Vries <tdevries@suse.de>
164
165 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
166 print registers" regexps.
167
168 2019-07-29 Tom de Vries <tdevries@suse.de>
169
170 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
171
172 2019-07-29 Tom de Vries <tdevries@suse.de>
173
174 PR gdb/24855
175 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
176 (skip_python_tests_prompt): Add prompt_regexp argument to
177 gdb_test_multiple calls.
178
179 2019-07-27 Tom Tromey <tom@tromey.com>
180
181 * gdb.tui/main.exp: New file.
182
183 2019-07-27 Tom Tromey <tom@tromey.com>
184
185 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
186 optional.
187 * gdb.tui/empty.exp: New file.
188
189 2019-07-27 Tom Tromey <tom@tromey.com>
190
191 * lib/tuiterm.exp (spawn): New proc.
192 (Term::resize): New proc.
193 * gdb.tui/resize.exp: New file.
194
195 2019-07-27 Tom Tromey <tom@tromey.com>
196
197 * gdb.tui/list.exp: New file.
198
199 2019-07-27 Tom Tromey <tom@tromey.com>
200
201 * gdb.tui/regs.exp: New file.
202
203 2019-07-27 Tom Tromey <tom@tromey.com>
204
205 * gdb.tui/basic.exp: Add "layout split" test.
206
207 2019-07-27 Tom Tromey <tom@tromey.com>
208
209 * gdb.tui/basic.exp: Add "layout asm" test.
210
211 2019-07-27 Tom Tromey <tom@tromey.com>
212
213 * lib/tuiterm.exp: New file.
214 * gdb.tui/basic.exp: New file.
215
216 2019-07-27 Kevin Buettner <kevinb@redhat.com>
217
218 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
219 Enable tests associated with this flag. Adjust regex
220 referencing "foo_low" to now refer to "foo_cold" instead.
221
222 2019-07-27 Kevin Buettner <kevinb@redhat.com>
223
224 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
225 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
226 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
227 foo_cold. Revise comments to match.
228 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
229 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
230 were wrapped into this proc; Call do_test in loop from outermost
231 level.
232 (foo_low): Rename all occurrences to "foo_cold".
233 (backtrace from baz): New test.
234 (x2/i foo_cold): New test.
235 (info line *foo_cold): New test.
236
237 2019-07-26 Tom de Vries <tdevries@suse.de>
238
239 * gdb.arch/i386-pkru.exp: Fix unterminated string.
240
241 2019-07-25 Tom de Vries <tdevries@suse.de>
242
243 PR testsuite/24830
244 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
245 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
246 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
247 (skip_libstdcxx_probe_tests): ... here.
248 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
249
250 2019-07-24 Tom de Vries <tdevries@suse.de>
251
252 PR testsuite/24807
253 * gdb.objc/basicclass.m: Include stdio.h.
254 * gdb.objc/nondebug.m: Same.
255 * gdb.objc/objcdecode.m: Same.
256
257 2019-07-24 Tom de Vries <tdevries@suse.de>
258
259 PR testsuite/24612
260 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
261 additional_flags.
262
263 2019-07-24 Tom de Vries <tdevries@suse.de>
264
265 PR testsuite/24831
266 * gdb.multi/tids.exp: Update error messages for info threads.
267
268 2019-07-24 Tom de Vries <tdevries@suse.de>
269
270 * gdb.base/info-types.exp: Allow info types to print info for more than
271 one file.
272
273 2019-07-23 Tom de Vries <tdevries@suse.de>
274
275 PR testsuite/24842
276 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
277 gdb_spawn_with_cmdline_opts.
278
279 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
280
281 * gdb.arch/arm-cmse-sgstubs.c: New test.
282 * gdb.arch/arm-cmse-sgstubs.exp: New file.
283
284 2019-07-23 Tom de Vries <tdevries@suse.de>
285
286 PR testsuite/24711
287 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
288 issuing next command.
289
290 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
291
292 * gdb.ada/info_auto_lang.exp: Update expected results.
293 * gdb.base/info-types.c: Add additional types to check.
294 * gdb.base/info-types.exp: Update expected results.
295
296 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * gdb.base/info-types.c: New file.
299 * gdb.base/info-types.exp: New file.
300
301 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 * gdb.arch/riscv-bp-infcall.c: New file.
304 * gdb.arch/riscv-bp-infcall.exp: New file.
305
306 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
307
308 PR breakpoints/24541
309 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
310
311 2019-07-14 Tom de Vries <tdevries@suse.de>
312
313 PR testsuite/24760
314 * gdb.objc/basicclass.exp: Fix unterminated string.
315
316 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
317 Andrew Burgess <andrew.burgess@embecosm.com>
318
319 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
320 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
321 negative bounds.
322 * gdb.fortran/vla-value.exp: Print elements of an array with
323 negative bounds.
324 * gdb.fortran/vla.f90: Setup an array with negative bounds for
325 testing.
326
327 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * gdb.base/options.exp (expect_string): Dequote strings in
330 results.
331 (test-string): Test strings with different quoting and reindent.
332
333 2019-07-10 Tom Tromey <tromey@adacore.com>
334
335 * gdb.ada/mi_ex_cond.exp: Update expected results.
336 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
337 * gdb.ada/mi_catch_ex.exp: Update expected results.
338 * gdb.ada/mi_catch_assert.exp: Update expected results.
339 * gdb.ada/catch_ex.exp (catch_exception_info)
340 (catch_exception_entry, catch_assert_entry)
341 (catch_unhandled_entry): Update.
342 * gdb.ada/catch_assert_if.exp: Update expected results.
343
344 2019-07-10 Richard Bunt <richard.bunt@arm.com>
345 Stephen Roberts <stephen.roberts@arm.com>
346
347 * gdb.base/define.exp: Restore original prompt.
348
349 2019-07-09 Pedro Alves <palves@redhat.com>
350
351 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
352 breakpoints" output.
353 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
354 * gdb.python/py-breakpoint.exp: No longer expect that "catch
355 throw" creates breakpoint.
356 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
357 'type="catchpoint"'.
358
359 2019-07-09 Pedro Alves <palves@redhat.com>
360
361 PR c++/15468
362 * gdb.cp/except-multi-location-lib.cc: New.
363 * gdb.cp/except-multi-location-main.cc: New.
364 * gdb.cp/except-multi-location.exp: New.
365
366 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
367
368 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
369 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
370 argument and update callers.
371
372 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.arch/amd64-break-on-asm-line.S: New file.
375 * gdb.arch/amd64-break-on-asm-line.exp: New file.
376
377 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
378
379 * gdb.base/printcmds.exp: Test printing C string and
380 C wide string convenience vars without transiting via the inferior.
381 Also make test names unique.
382
383 2019-07-08 Alan Hayward <alan.hayward@arm.com>
384
385 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
386
387 2019-07-04 Pedro Alves <palves@redhat.com>
388
389 * lib/gdb.exp (foreach_with_prefix): Don't return early if
390 body returned ok(0), break(3) or continue(4).
391 * gdb.testsuite/foreach_with_prefix.exp: New file.
392
393 2019-07-04 Alan Hayward <alan.hayward@arm.com>
394
395 * gdb.server/unittest.exp: Allow 0 unit tests to run.
396
397 2019-07-03 Pedro Alves <palves@redhat.com>
398
399 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
400 "return -code".
401
402 2019-07-03 Pedro Alves <palves@redhat.com>
403
404 PR cli/24732
405 * gdb.base/shell.exp: Load completion-support.exp.
406 Adjust expected error output. Add completion tests.
407
408 2019-07-03 Pedro Alves <palves@redhat.com>
409
410 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
411 string_to_regexp.
412
413 2019-07-03 Pedro Alves <palves@redhat.com>
414
415 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
416 (expect_integer): Adjust to expect "-string".
417 (expect_string): New.
418 (all_options): Expect "-string".
419 (test-flag, test-boolean): Adjust to expect "-string".
420 (test-string): New proc.
421 (top level): Call it.
422
423 2019-07-03 Pedro Alves <palves@redhat.com>
424
425 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
426 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
427 the expected output in the success.
428
429 2019-07-03 Pedro Alves <palves@redhat.com>
430
431 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
432 Split one gdb_test_multiple call in two to avoid a race.
433
434 2019-07-03 Pedro Alves <palves@redhat.com>
435
436 * gdb.base/with.c: New file.
437 * gdb.base/with.exp: New file.
438
439 2019-07-03 Pedro Alves <palves@redhat.com>
440
441 * gdb.base/settings.exp: Replace all references to "maint
442 test-settings set" with references to "maint set test-settings",
443 and all references to "maint test-settings show" with references
444 to "maint show test-settings".
445
446 2019-07-03 Pedro Alves <palves@redhat.com>
447
448 * gdb.base/settings.exp (test-string): Adjust expected out when
449 testing "maint test-settings show filename"
450
451 2019-07-02 Pedro Alves <palves@redhat.com>
452
453 * gdb.base/options.exp (test-info-threads): New procedure.
454 (top level): Call it.
455
456 2019-06-28 Tom Tromey <tromey@adacore.com>
457
458 * gdb.dwarf2/ada-linkage-name.c: New file.
459 * gdb.dwarf2/ada-linkage-name.exp: New file.
460
461 2019-06-27 Tom Tromey <tromey@adacore.com>
462
463 * gdb.cp/constexpr-field.exp: Use setup_xfail.
464
465 2019-06-26 Tom de Vries <tdevries@suse.de>
466
467 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
468
469 2019-06-26 Tom de Vries <tdevries@suse.de>
470
471 * gdb.base/index-cache.exp: Add back missing debug option.
472
473 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
474
475 * gdb.base/alias.exp: Test non matching/non existing prefixes.
476
477 2019-06-25 Tom de Vries <tdevries@suse.de>
478
479 PR testsuite/24727
480 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
481
482 2019-06-24 Tom de Vries <tdevries@suse.de>
483
484 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
485
486 2019-06-24 Tom de Vries <tdevries@suse.de>
487
488 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
489 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
490 * gdb.trace/unavailable-dwarf-piece.exp: Same.
491
492 2019-06-24 Tom de Vries <tdevries@suse.de>
493
494 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
495
496 2019-06-21 Tom de Vries <tdevries@suse.de>
497
498 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
499
500 2019-06-21 Tom de Vries <tdevries@suse.de>
501
502 PR testsuite/24518
503 PR ada/24713
504 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
505 index.
506
507 2019-06-19 Tom Tromey <tromey@adacore.com>
508
509 * gdb.ada/length_cond.exp: Add intro comment.
510
511 2019-06-19 Tom Tromey <tromey@adacore.com>
512
513 * gdb.ada/length_cond.exp: New file.
514 * gdb.ada/length_cond/length_cond.adb: New file.
515 * gdb.ada/length_cond/pck.adb: New file.
516 * gdb.ada/length_cond/pck.ads: New file.
517
518 2019-06-18 Tom de Vries <tdevries@suse.de>
519
520 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
521
522 2019-06-18 Tom Tromey <tromey@adacore.com>
523
524 * gdb.base/list0.h: Add comment explaining control character.
525
526 2019-06-18 Tom de Vries <tdevries@suse.de>
527
528 * boards/fission.exp: Break up long debug_flags line.
529
530 2019-06-16 Tom de Vries <tdevries@suse.de>
531
532 PR gdb/24445
533 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
534 generated index.
535
536 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
537
538 PR gdb/24686
539 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
540 improve detection of bug gdb/24541.
541
542 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
543
544 PR gdb/24669
545 * gdb.base/index-cache.exp (uses_readnow,
546 expecting_index_cache_use): Define global variable.
547 (test_cache_enabled_miss, test_cache_enabled_hit): Use
548 expecting_index_cache_use.
549
550 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
551 Andrew Burgess <andrew.burgess@embecosm.com>
552
553 * gdb.fortran/pointers.f90: New file.
554 * gdb.fortran/print_type.exp: New file.
555 * gdb.fortran/vla-ptype.exp: Adapt expected results.
556 * gdb.fortran/vla-type.exp: Likewise.
557 * gdb.fortran/vla-value.exp: Likewise.
558 * gdb.mi/mi-vla-fortran.exp: Likewise.
559
560 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
561
562 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
563 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
564 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
565 as a stop reason.
566
567 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * gdb.base/annota1.exp: Update expected results.
570 * gdb.cp/annota2.exp: Likewise.
571 * gdb.cp/annota3.exp: Likewise.
572
573 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
574
575 * gdb.base/style-logging.exp: Remove path from test name.
576
577 2019-06-14 Tom Tromey <tromey@adacore.com>
578
579 PR gdb/24502:
580 * gdb.base/style-logging.exp: New file.
581
582 2019-06-14 Tom Tromey <tromey@adacore.com>
583
584 * gdb.base/symfile-warn.exp: New file.
585 * gdb.base/symfile-warn.c: New file.
586
587 2019-06-14 Tom Tromey <tromey@adacore.com>
588
589 * gdb.base/annotate-symlink.exp: New file.
590
591 2019-06-14 Tom Tromey <tromey@adacore.com>
592
593 * gdb.ada/set_wstr.exp: Add reassignment test.
594
595 2019-06-14 Tom Tromey <tromey@adacore.com>
596
597 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
598 'unchecked_access and 'unrestricted_access as well.
599
600 2019-06-14 Tom Tromey <tromey@adacore.com>
601
602 PR ada/24539:
603 * gdb.ada/vla.exp: Update tests.
604 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
605 pragma.
606
607 2019-06-13 Pedro Alves <palves@redhat.com>
608
609 * gdb.base/settings.exp (test-integer): Test junk after
610 "unlimited".
611
612 2019-06-13 Pedro Alves <palves@redhat.com>
613
614 * gdb.base/options.exp (test-thread-apply): New.
615 (top level): Call it.
616
617 2019-06-13 Pedro Alves <palves@redhat.com>
618
619 * gdb.base/options.exp (test-frame-apply): New.
620 (top level): Test print commands with different "frame apply"
621 prefixes.
622
623 2019-06-13 Pedro Alves <palves@redhat.com>
624
625 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
626 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
627 'max_completions' parameter and handle it.
628 (test_gdb_completion_offers_commands): New.
629
630 2019-06-13 Pedro Alves <palves@redhat.com>
631
632 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
633
634 2019-06-13 Pedro Alves <palves@redhat.com>
635
636 * gdb.base/options.exp (test-backtrace): New.
637 (top level): Call it.
638
639 2019-06-13 Pedro Alves <palves@redhat.com>
640
641 * gdb.guile/scm-frame-args.exp: Use "set print
642 raw-frame-arguments" instead of "set print raw frame-arguments".
643 * gdb.python/py-frame-args.exp: Likewise.
644
645 2019-06-13 Pedro Alves <palves@redhat.com>
646
647 * gdb.compile/compile.exp: Adjust expected output to option
648 processing changes.
649
650 2019-06-13 Pedro Alves <palves@redhat.com>
651
652 * gdb.base/options.exp: Build executable.
653 (test-print): New procedure.
654 (top level): Call it, once for "print" and another for "compile
655 print".
656
657 2019-06-13 Pedro Alves <palves@redhat.com>
658
659 * gdb.base/options.c: New file.
660 * gdb.base/options.exp: New file.
661
662 2019-06-13 Pedro Alves <palves@redhat.com>
663
664 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
665 that "o" is ambiguous.
666
667 2019-06-13 Pedro Alves <palves@redhat.com>
668
669 * gdb.base/settings.c: New file.
670 * gdb.base/settings.exp: New file.
671
672 2019-06-13 Pedro Alves <palves@redhat.com>
673
674 * gdb.base/completion.exp: Fix comment typo.
675
676 2019-06-13 Pedro Alves <palves@redhat.com>
677
678 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
679 foo --1" test.
680
681 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
682
683 * gdb.fortran/block-data.f: New.
684 * gdb.fortran/block-data.exp: New.
685
686 2019-06-11 Tom de Vries <tdevries@suse.de>
687
688 PR testsuite/24521
689 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
690 message.
691
692 2019-06-11 Tom de Vries <tdevries@suse.de>
693
694 PR testsuite/24521
695 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
696
697 2019-06-11 Tom de Vries <tdevries@suse.de>
698
699 * boards/readnow.exp: New file.
700
701 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
702
703 * gdb.fortran/vla-sizeof.exp: Update expected results.
704
705 2019-06-06 Amos Bird <amosbird@gmail.com>
706
707 * gdb.base/annota1.exp (thread_switch): Add test for
708 thread-exited annotation.
709
710 2019-06-06 Tom Tromey <tromey@adacore.com>
711
712 * gdb.base/maint.exp: Expect command started/finished output.
713
714 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
715
716 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
717 comment.
718 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
719
720 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
721
722 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
723 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
724 * gdb.arch/riscv-unwind-long-insn.c: New file.
725 * gdb.arch/riscv-unwind-long-insn.exp: New file.
726
727 2019-06-04 Christian Biesinger <cbiesinger@google.com>
728
729 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
730
731 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
732
733 * lib/gdb.exp (help_list_trailer): New regexp variable
734 factorizing the help trailer message.
735 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
736 arg to allow to better factorize various tests.
737 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
738 (test_prefix_command_help): Use help_list_trailer.
739 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
740 * gdb.guile/scm-cmd.exp: Likewise.
741 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
742 * gdb.base/help.exp: Use test_user_defined_class_help.
743 * gdb.base/style.exp: Add tests for styling of help and apropos.
744 * lib/gdb-utils.exp (style): Add title and highlight styles.
745
746 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
747
748 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
749 $_shell_exitsignal.
750 * gdb.base/default.exp: Update for new convenience variables.
751
752 2019-05-29 Tom Tromey <tromey@adacore.com>
753
754 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
755 to "break complete ada" test case's regexp.
756
757 2019-05-29 Tom Tromey <tromey@adacore.com>
758
759 PR c++/20020:
760 * gdb.cp/constexpr-field.exp: New file.
761 * gdb.cp/constexpr-field.cc: New file.
762
763 2019-05-29 Tom Tromey <tromey@adacore.com>
764
765 * gdb.base/finish.exp (finish_no_print): New proc.
766 (finish_tests): Call it.
767
768 2019-05-24 Tom de Vries <tdevries@suse.de>
769
770 * gdb.dwarf2/gdb-add-index.exp: New file.
771
772 2019-05-22 Tom Tromey <tromey@adacore.com>
773
774 * gdb.base/info-shared.exp (check_info_shared): Use "style".
775 * gdb.base/style.exp: Use "style".
776 * lib/gdb-utils.exp (style): New proc.
777
778 2019-05-22 Tom de Vries <tdevries@suse.de>
779
780 * gdb.base/align.exp: Require c++11.
781
782 2019-05-22 Tom de Vries <tdevries@suse.de>
783
784 PR testsuite/24586
785 * gdb.python/py-mi-var-info-path-expression.exp: Call
786 mi_skip_python_tests to check if python is supported.
787
788 2019-05-22 Alan Hayward <alan.hayward@arm.com>
789
790 * gdb.arch/aarch64-pauth.c: New test.
791 * gdb.arch/aarch64-pauth.exp: New file.
792
793 2019-05-22 Alan Hayward <alan.hayward@arm.com>
794
795 * README (Re-running Tests Outside The Testsuite): New section.
796
797 2019-05-21 Tom de Vries <tdevries@suse.de>
798
799 * gdb.arch/amd64-eval.exp: Require c++11.
800 * gdb.base/max-depth.exp: Same.
801 * gdb.compile/compile-cplus-array-decay.exp: Same.
802 * gdb.cp/meth-typedefs.exp: Same.
803 * gdb.cp/subtypes.exp: Same.
804 * gdb.cp/temargs.exp: Same.
805
806 2019-05-21 Alan Hayward <alan.hayward@arm.com>
807
808 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
809
810 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
811
812 PR gdb/18644
813 * gdb.fortran/complex.exp: Remove setup_kfail calls.
814 * gdb.fortran/printing-types.exp: Add new test.
815 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
816 testing.
817 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
818 setup_kfail call.
819
820 2019-05-17 Alan Hayward <alan.hayward@arm.com>
821
822 * README (Running the Testsuite): Change example.
823 (Testsuite Parameters): Remove TRANSCRIPT.
824 * lib/gdb.exp: Remove TRANSCRIPT check.
825
826 2019-05-17 Alan Hayward <alan.hayward@arm.com>
827
828 * README (Testsuite Parameters): Add replay logging to
829 GDBSERVER_DEBUG.
830 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
831 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
832 as a comma separated list.
833 (gdb_debug_init): Override procedure.
834
835 2019-05-17 Alan Hayward <alan.hayward@arm.com>
836
837 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
838 (gdb_write_cmd_file): New procedure.
839 * lib/gdbserver-support.exp (gdbserver_start): Call
840 gdbserver_write_cmd_file.
841 (gdbserver_write_cmd_file): New procedure.
842
843 2019-05-17 Alan Hayward <alan.hayward@arm.com>
844
845 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
846 (delete_breakpoints): Likewise.
847 (gdb_run_cmd): Likewise.
848 (gdb_start_cmd): Likewise.
849 (gdb_starti_cmd): Likewise.
850 (gdb_internal_error_resync): Likewise.
851 (gdb_test_multiple): Likewise.
852 (gdb_reinitialize_dir): Likewise.
853 (default_gdb_exit): Likewise.
854 (gdb_file_cmd): Mark kill as optional.
855 (default_gdb_start): Call gdb_stdin_log_init.
856 (send_gdb): Call gdb_stdin_log_write.
857 (rerun_to_main): Mark Y as an answer.
858 (gdb_stdin_log_init): New function.
859 (gdb_stdin_log_write): Likewise.
860
861 2019-05-17 Alan Hayward <alan.hayward@arm.com>
862
863 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
864 * gdb.base/debug-expr.exp: Likewise.
865 * gdb.base/foll-fork.exp: Likewise.
866 * gdb.base/foll-vfork.exp: Likewise.
867 * gdb.base/fork-print-inferior-events.exp: Likewise.
868 * gdb.base/gdb-sigterm.exp: Likewise.
869 * gdb.base/gdbinit-history.exp: Likewise.
870 * gdb.base/osabi.exp: Likewise.
871 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
872 * gdb.base/ui-redirect.exp: Likewise.
873 * gdb.gdb/unittest.exp: Likewise.
874 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
875 * gdb.mi/mi-watch.exp: Likewise.
876 * gdb.mi/new-ui-mi-sync.exp: Likewise.
877 * gdb.mi/user-selected-context-sync.exp: Likewise.
878 * gdb.python/python.exp: Disable debug test when debugging.
879 * gdb.threads/check-libthread-db.exp: Disable when debugging.
880 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
881 Likewise.
882 * gdb.threads/stepi-random-signal.exp: Likewise.
883
884 2019-05-17 Alan Hayward <alan.hayward@arm.com>
885
886 * Makefile.in: Pass through GDB_DEBUG.
887 * README (Testsuite Parameters): Add GDB_DEBUG.
888 (gdb,debug): Add board setting.
889 * lib/gdb.exp (default_gdb_start): Start debugging.
890 (gdb_debug_enabled): New procedure.
891 (gdb_debug_init): Likewise.
892
893 2019-05-17 Alan Hayward <alan.hayward@arm.com>
894
895 * Makefile.in: Pass through GDB_DEBUG.
896 * README (Testsuite Parameters): Add GDB_DEBUG.
897 (gdb,debug): Add board setting.
898 * lib/gdb.exp (default_gdb_start): Start debugging.
899 (gdb_debug_enabled): New procedure.
900 (gdb_debug_init): Likewise.
901
902 2019-05-17 Alan Hayward <alan.hayward@arm.com>
903
904 * gdb.base/ui-redirect.exp: Add debug redirect tests.
905
906 2019-05-17 Alan Hayward <alan.hayward@arm.com>
907
908 * gdb.base/ui-redirect.exp: Test redirection.
909
910 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
911
912 * gdb.mi/mi-complete.exp: New file.
913 * gdb.mi/mi-complete.cc: Likewise.
914
915 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
916
917 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
918 indexed and sliced arrays, and pointers to arrays.
919
920 2019-05-14 Tom Tromey <tromey@adacore.com>
921
922 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
923 styling test.
924
925 2019-05-14 Tom de Vries <tdevries@suse.de>
926
927 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
928 selection entry encoding.
929
930 2019-05-10 Tom Tromey <tromey@adacore.com>
931
932 * gdb.ada/info_exc.exp: Add "complete" test.
933
934 2019-05-09 Tom de Vries <tdevries@suse.de>
935
936 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
937 CU-relative.
938
939 2019-05-09 Tom de Vries <tdevries@suse.de>
940
941 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
942 CU-relative.
943
944 2019-05-08 Joel Brobecker <brobecker@adacore.com>
945
946 * gdb.ada/frame_arg_lang.exp: New testcase.
947 * gdb.ada/frame_arg_lang/bla.adb: New file.
948 * gdb.ada/frame_arg_lang/pck.ads: New file.
949 * gdb.ada/frame_arg_lang/pck.adb: New file.
950 * gdb.ada/frame_arg_lang/foo.c: New file.
951
952 2019-05-08 Tom Tromey <tromey@adacore.com>
953
954 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
955
956 2019-05-08 Tom Tromey <tromey@adacore.com>
957
958 * gdb.base/ptype-offsets.exp: Update tests.
959
960 2019-05-08 Tom Tromey <tromey@adacore.com>
961
962 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
963 cases.
964 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
965 "short".
966
967 2019-05-08 Tom Tromey <tromey@adacore.com>
968
969 * gdb.ada/vla.exp: New file.
970 * gdb.ada/vla/vla.adb: New file.
971
972 2019-05-07 Tom de Vries <tdevries@suse.de>
973
974 * gdb.base/index-cache.exp (ls_host): Fix return statement.
975
976 2019-05-07 Tom de Vries <tdevries@suse.de>
977
978 PR testsuite/24522
979 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
980 section.
981
982 2019-05-07 Tom de Vries <tdevries@suse.de>
983
984 PR testsuite/24522
985 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
986 .debug_aranges section.
987
988 2019-05-07 Tom de Vries <tdevries@suse.de>
989
990 PR testsuite/24159
991 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
992
993 2019-05-06 Tom de Vries <tdevries@suse.de>
994
995 * lib/gdb.exp (exec_has_index_section): New proc.
996 * gdb.base/index-cache.exp: Handle case that binfile contains an index
997 section.
998
999 2019-05-04 Tom de Vries <tdevries@suse.de>
1000
1001 * boards/cc-with-debug-names.exp: New file.
1002
1003 2019-05-03 Tom Tromey <tromey@adacore.com>
1004
1005 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1006 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1007 * gdb.ada/char_enum.exp: Add test.
1008
1009 2019-05-03 Tom de Vries <tdevries@suse.de>
1010
1011 * boards/cc-with-gdb-index.exp: New file.
1012
1013 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1014
1015 * gdb.rust/simple.exp: Add new test case.
1016 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1017 (main): Initialise an instance of the new struct.
1018
1019 2019-05-01 Tom Tromey <tromey@adacore.com>
1020
1021 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1022 record.
1023 (NPR): New variable.
1024 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1025 test.
1026
1027 2019-05-01 Tom Tromey <tromey@adacore.com>
1028
1029 * gdb.ada/packed_array_assign.exp: Add packed assignment
1030 regression test.
1031
1032 2019-05-01 Tom de Vries <tdevries@suse.de>
1033
1034 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1035
1036 2019-05-01 Tom de Vries <tdevries@suse.de>
1037
1038 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1039
1040 2019-04-30 Ali Tamur <tamur@google.com>
1041
1042 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1043
1044 2019-04-30 Tom Tromey <tromey@adacore.com>
1045
1046 * lib/ada.exp (find_ada_tool): New proc.
1047 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1048 * gdb.ada/catch_ex_std.exp: New file.
1049 * gdb.ada/catch_ex_std/foo.adb: New file.
1050 * gdb.ada/catch_ex_std/some_package.adb: New file.
1051 * gdb.ada/catch_ex_std/some_package.ads: New file.
1052
1053 2019-04-30 Tom Tromey <tromey@adacore.com>
1054
1055 PR c++/24470:
1056 * gdb.cp/temargs.cc: Add test code from PR.
1057
1058 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1059
1060 * gdb.fortran/vla-datatypes.exp: Update expected results.
1061 * gdb.fortran/vla-ptype.exp: Likewise.
1062 * gdb.fortran/vla-type.exp: Likewise.
1063 * gdb.fortran/vla-value.exp: Likewise.
1064
1065 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1066
1067 * gdb.fortran/ptr-indentation.exp: Update expected results.
1068 * gdb.fortran/ptype-on-functions.exp: Likewise.
1069 * gdb.fortran/vla-ptr-info.exp: Likewise.
1070 * gdb.fortran/vla-value.exp: Likewise.
1071
1072 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * gdb.fortran/ptype-on-functions.exp: New file.
1075 * gdb.fortran/ptype-on-functions.f90: New file.
1076
1077 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1078
1079 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1080 case void string.
1081
1082 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1083
1084 * gdb.fortran/complex.exp: Expand.
1085 * gdb.fortran/complex.f: Renamed to...
1086 * gdb.fortran/complex.f90: ...this, and extended to add more
1087 complex values.
1088
1089 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1090
1091 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1092 MODULO, CMPLX.
1093
1094 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1095 Richard Bunt <richard.bunt@arm.com>
1096
1097 * gdb.base/max-depth.c: New file.
1098 * gdb.base/max-depth.exp: New file.
1099 * gdb.python/py-nested-maps.c: New file.
1100 * gdb.python/py-nested-maps.exp: New file.
1101 * gdb.python/py-nested-maps.py: New file.
1102 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1103 (test_all_common): Call test_max_depth.
1104 * gdb.fortran/max-depth.exp: New file.
1105 * gdb.fortran/max-depth.f90: New file.
1106 * gdb.go/max-depth.exp: New file.
1107 * gdb.go/max-depth.go: New file.
1108 * gdb.modula2/max-depth.exp: New file.
1109 * gdb.modula2/max-depth.c: New file.
1110 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1111
1112 2019-04-29 Tom de Vries <tdevries@suse.de>
1113
1114 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1115
1116 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1117
1118 * gdb.base/callexit.exp: Test may-call-functions off.
1119
1120 2019-04-25 Keith Seitz <keiths@redhat.com>
1121
1122 PR c++/24367
1123 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1124 (another_incomplete_struct, test_incomplete): New definitions.
1125 (main): Use new definitions.
1126 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1127 functions.
1128
1129 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1130
1131 PR corefiles/11608
1132 PR corefiles/18187
1133 * gdb.base/coredump-filter-build-id.exp: New file.
1134
1135 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1136
1137 * Makefile.in: Pass through GDBSERVER_DEBUG.
1138 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1139 (gdbserver,debug): Add board setting.
1140 * gdb.trace/tspeed.exp: Skip when debugging.
1141 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1142 * lib/gdbserver-support.exp: Likewise
1143
1144 2019-04-24 Tom Tromey <tromey@adacore.com>
1145
1146 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1147 Rust.
1148
1149 2019-04-24 Tom Tromey <tromey@adacore.com>
1150
1151 * gdb.arch/amd64-eval.exp: Test bitfield return.
1152 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1153 (class Foo) <return_bitfields>: New method.
1154 (main): Call it.
1155
1156 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1157
1158 * gdb.cp/many-args.cc: New file.
1159 * gdb.cp/many-args.exp: New file.
1160
1161 2019-04-23 Tom de Vries <tdevries@suse.de>
1162
1163 PR gdb/24433
1164 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1165
1166 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1167
1168 * gdb.trace/backtrace.exp: Use nopie flag.
1169 * gdb.trace/circ.exp: Likewise.
1170 * gdb.trace/collection.exp: Likewise.
1171 * gdb.trace/ftrace.exp: Likewise.
1172 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1173 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1174 * gdb.trace/qtro.exp: Likewise.
1175 * gdb.trace/read-memory.exp: Likewise.
1176 * gdb.trace/report.exp: Likewise.
1177 * gdb.trace/tfile.exp: Likewise.
1178 * gdb.trace/tfind.exp: Likewise.
1179 * gdb.trace/unavailable.exp: Likewise.
1180
1181 2019-04-22 Pedro Alves <palves@redhat.com>
1182
1183 * gdb.base/solib-probes-nosharedlibrary.c,
1184 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1185
1186 2019-04-19 Tom Tromey <tromey@adacore.com>
1187
1188 * gdb.ada/ptype_union.c: New file.
1189 * gdb.ada/ptype_union.exp: New file.
1190
1191 2019-04-19 Tom Tromey <tromey@adacore.com>
1192
1193 PR symtab/24423:
1194 * gdb.base/list0.h (foo): Add a control-l character.
1195
1196 2019-04-18 Tom de Vries <tdevries@suse.de>
1197
1198 PR gdb/24433
1199 * boards/local-board.exp: Set sysroot to "".
1200
1201 2019-04-18 Tom de Vries <tdevries@suse.de>
1202 Pedro Alves <palves@redhat.com>
1203
1204 PR gdb/24454
1205 * gdb.threads/vfork-follow-child-exec.c: New file.
1206 * gdb.threads/vfork-follow-child-exec.exp: New file.
1207 * gdb.threads/vfork-follow-child-exit.c: New file.
1208 * gdb.threads/vfork-follow-child-exit.exp: New file.
1209
1210 2019-04-15 Leszek Swirski <leszeks@google.com>
1211
1212 * gdb.arch/amd64-eval.cc: New file.
1213 * gdb.arch/amd64-eval.exp: New file.
1214
1215 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1216
1217 * gdb.server/sysroot.c: New test.
1218 * gdb.server/sysroot.exp: New file.
1219 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1220 matching param.
1221
1222 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1223
1224 * gdb.base/align.exp: Extend test to cover structures containing
1225 only static fields.
1226
1227 2019-04-11 Tom de Vries <tdevries@suse.de>
1228
1229 * boards/cc-with-dwz-m.exp: New file.
1230 * boards/cc-with-dwz.exp: New file.
1231 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1232
1233 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1234
1235 * gdb.base/start-cpp.exp: New file.
1236 * gdb.base/start-cpp.cc: New file.
1237
1238 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1239
1240 * gdb.python/py-thrhandle.exp: Adjust tests to call
1241 thread_from_handle instead of thread_from_thread_handle.
1242
1243 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1244
1245 * gdb.python/py-thrhandle.exp: Add tests for
1246 gdb.InferiorThread.handle.
1247
1248 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1249
1250 * gdb.python/py-function.exp: Check calling helper function from
1251 all languages.
1252 * lib/gdb.exp (gdb_supported_languages): New proc.
1253
1254 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1255
1256 * gdb.base/complex-parts.c: New file.
1257 * gdb.base/complex-parts.exp: New file.
1258
1259 2019-04-01 Tom Tromey <tromey@adacore.com>
1260
1261 PR symtab/23331:
1262 * gdb.dwarf2/dw2-ranges-main.c: New file.
1263 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1264 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1265
1266 2019-03-30 Simon Marchi <simark@simark.ca>
1267
1268 * gdb.base/default.exp: Add values for $_gdb_major and
1269 $_gdb_minor.
1270
1271 2019-03-29 Tom Tromey <tromey@adacore.com>
1272
1273 * gdb.base/help.exp: Tighten apropos regexp.
1274
1275 2019-03-29 Keith Seitz <keiths@redhat.com>
1276
1277 * gdb.fortran/array-bounds.exp: New file.
1278 * gdb.fortran/array-bounds.f90: New file.
1279
1280 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1281
1282 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1283
1284 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1285
1286 * gdb.multi/hello.c (main): Increase alarm timer.
1287
1288 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1289
1290 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1291 factor when no hardware watchpoint support.
1292
1293 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1294 Pedro Alves <palves@redhat.com>
1295
1296 * boards/local-board.exp: set sysroot to /.
1297
1298 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1299
1300 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1301 in child.
1302
1303 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1304
1305 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1306 field.
1307 (make_container): Initialise new field.
1308 * gdb.python/py-prettyprint.exp: Add new tests.
1309 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1310 <display_hint>: New method.
1311
1312 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1313
1314 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1315 gdb_continue_to_breakpoint more throughout this test.
1316 (run_lang_tests) Supply unique test names, and use
1317 gdb_test_no_output.
1318
1319 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1320
1321 * gdb.base/finish-pretty.exp: Update expected results.
1322 * gdb.base/pretty-print.c: New file.
1323 * gdb.base/pretty-print.exp: New file.
1324
1325 2019-03-25 Pedro Alves <palves@redhat.com>
1326
1327 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1328 move comments outside list. Append '-i "" eof' section.
1329
1330 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1331
1332 * README: Add pie options.
1333 * gdb.base/break-interp.exp: Ensure pie is disabled.
1334 * gdb.base/dump.exp: Likewise.
1335 * lib/gdb.exp (gdb_compile): Add pie option.
1336
1337 2019-03-19 Tom Tromey <tromey@adacore.com>
1338
1339 * gdb.mi/mi2-cli-display.c: New file.
1340 * gdb.mi/mi2-cli-display.exp: New file.
1341
1342 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1343 Tom Tromey <tromey@adacore.com>
1344
1345 * gdb.ada/ptype_array/pck.adb: New file.
1346 * gdb.ada/ptype_array/pck.ads: New file.
1347 * gdb.ada/ptype_array/foo.adb: New file.
1348 * gdb.ada/ptype_array.exp: New file.
1349
1350 2019-03-14 Tom Tromey <tromey@adacore.com>
1351
1352 * gdb.base/style.exp: Add "set style sources" test.
1353
1354 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1355
1356 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1357 * mi-breakpoint-multiple-locations.exp: ... this.
1358 (make_breakpoints_pattern): New proc.
1359 (do_test): Add mi_version parameter, test -break-insert,
1360 -break-info and =breakpoint-created.
1361
1362 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1363
1364 * config/default.exp: Remove 'load_lib gdb.exp'.
1365 * config/monitor.exp: Likewise.
1366 * config/sid.exp: Likewise.
1367 * config/sim.exp: Likewise.
1368 * config/slite.exp: Likewise.
1369 * config/unix.exp: Likewise.
1370 * gdb.base/default.exp: Remove unhelpful comment.
1371
1372 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1373
1374 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1375
1376 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1377
1378 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1379
1380 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * gdb.fortran/type-kinds.exp: Update expected results.
1383
1384 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1385
1386 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1387
1388 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1389
1390 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1391 function.
1392 (test_basic_parsing_of_type_kinds): Expand types tested.
1393 (test_parsing_invalid_type_kinds): New function.
1394
1395 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1396
1397 * gdb.fortran/intrinsics.exp: New file.
1398 * gdb.fortran/intrinsics.f90: New file.
1399 * gdb.fortran/type-kinds.exp: New file.
1400
1401 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 * gdb.fortran/dot-ops.exp: New file.
1404
1405 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1406
1407 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1408 Check upper and lower case logical literals.
1409
1410 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1411
1412 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1413 Remove duplicate tests.
1414
1415 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1416
1417 * lib/gdb.exp (builtin_cd): rename of cd.
1418 (cd): Override builtin.
1419
1420 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1421
1422 * gdb.fortran/function-calls.exp: New file.
1423 * gdb.fortran/function-calls.f90: New test.
1424
1425 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1426
1427 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1428 on user program standard output.
1429 * gdb.fortran/short-circuit-argument-list.f90: Record function
1430 calls.
1431
1432 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1433
1434 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1435 failure.
1436
1437 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1438
1439 PR gdb/8527
1440 * gdb.base/interrupt-daemon-attach.c,
1441 gdb.base/interrupt-daemon-attach.exp: New test.
1442
1443 2019-02-27 Pedro Alves <palves@redhat.com>
1444
1445 * gdb.base/page.exp: Add tests for "set width/height -1".
1446
1447 2019-02-27 Pedro Alves <palves@redhat.com>
1448
1449 * gdb.base/page.exp: Add tests for "set/show width/height" with
1450 "infinite" values.
1451
1452 2019-02-27 Tom Tromey <tromey@adacore.com>
1453
1454 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1455 2.4.
1456 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1457 workaround.
1458
1459 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1460
1461 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1462 tests for structs with static members.
1463
1464 2019-02-26 Tom Tromey <tromey@adacore.com>
1465
1466 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1467 ValueError, not TypeError.
1468
1469 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1470
1471 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1472 call from main program.
1473
1474 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1475
1476 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1477 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1478 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1479 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1480 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1481
1482 2019-02-22 Keith Seitz <keiths@redhat.com>
1483
1484 PR symtab/23853
1485 * gdb.base/symlink-sourcefile.c: New file.
1486 * gdb.base/symlink-sourcefile.exp: New file.
1487
1488 2019-02-20 Tom Tromey <tom@tromey.com>
1489
1490 * gdb.base/info_qt.exp: Update.
1491
1492 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1493
1494 * gdb.base/source.exp: Move "error in sourced script" code to
1495 the end.
1496 * gdb.base/source-error.gdb: Move contents to
1497 source-error-1.gdb. Add new code to source source-error-1.gdb.
1498 * gdb.base/source-error-1.gdb: New file, from previous
1499 source-error.gdb.
1500
1501 2019-02-17 Tom Tromey <tom@tromey.com>
1502
1503 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1504 for macro styling.
1505 * gdb.base/style.c (SOME_MACRO): New macro.
1506
1507 2019-02-17 Tom Tromey <tom@tromey.com>
1508
1509 * gdb.base/style.exp: Add line-wrapping tests.
1510 * gdb.base/page.exp: Add test for quitting during pagination.
1511
1512 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1513
1514 * gdb.ada/big_packed_array: New testcase.
1515 * gdb.ada/homonym.exp: Fix incorrect expected output for
1516 "break <homonym__get_value>" test.
1517
1518 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1519
1520 PR breakpoints/21870
1521 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1522 and prepare_for_testing. Add comment.
1523 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1524 redundant cleanup call. Clean up comment.
1525
1526 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1527
1528 PR breakpoints/21870
1529 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1530 * gdb.arch/aarch64-dbreg-contents.c: New file.
1531
1532 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1533
1534 * gdb.ada/mi_ref_changeable: New testcase.
1535
1536 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1537
1538 * gdb.base/attach.exp: Add double attach test.
1539
1540 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1541
1542 * lib/gdb.exp (default_gdb_start): Don't match pagination
1543 prompt.
1544 (gdb_init): Set stty_init.
1545
1546 2019-01-27 Tom Tromey <tom@tromey.com>
1547
1548 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1549 skip_python_tests.
1550
1551 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1552
1553 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1554 New structure.
1555 (struct struct_static_02_02): Likewise.
1556 (struct struct_static_02_03): Likewise.
1557 (struct struct_static_02_04): Likewise.
1558 (struct struct_static_04_01): Likewise.
1559 (struct struct_static_04_02): Likewise.
1560 (struct struct_static_04_03): Likewise.
1561 (struct struct_static_04_04): Likewise.
1562 (struct struct_static_06_01): Likewise.
1563 (struct struct_static_06_02): Likewise.
1564 (struct struct_static_06_03): Likewise.
1565 (struct struct_static_06_04): Likewise.
1566 (cmp_struct_static_02_01): Likewise.
1567 (cmp_struct_static_02_02): Likewise.
1568 (cmp_struct_static_02_03): Likewise.
1569 (cmp_struct_static_02_04): Likewise.
1570 (cmp_struct_static_04_01): Likewise.
1571 (cmp_struct_static_04_02): Likewise.
1572 (cmp_struct_static_04_03): Likewise.
1573 (cmp_struct_static_04_04): Likewise.
1574 (cmp_struct_static_06_01): Likewise.
1575 (cmp_struct_static_06_02): Likewise.
1576 (cmp_struct_static_06_03): Likewise.
1577 (cmp_struct_static_06_04): Likewise.
1578 (call_all): Test new structs.
1579 * gdb.base/infcall-nested-structs.exp: Likewise.
1580
1581 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1582 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1583
1584 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1585 * gdb.base/stack-protector.c: New test.
1586 * gdb.base/stack-protector.exp: New file.
1587 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1588 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1589 option.
1590 (gdb_compile): Remove stack protector for GCC and prevent
1591 recursion.
1592
1593 2019-01-16 Keith Seitz <keiths@redhat.com>
1594
1595 PR gdb/23773
1596 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1597
1598 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1599
1600 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1601 aliases.
1602 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1603 tests.
1604 * gdb.arch/powerpc-vector-regs.c: New file.
1605 * gdb.arch/powerpc-vector-regs.exp: New file.
1606
1607 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1608
1609 * gdb.arch/altivec-regs.exp: Fix the list passed to
1610 gdb_expect_list when testing "info vector".
1611
1612 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1613
1614 * gdb.base/style.exp: Don't include path in testname.
1615
1616 2019-01-10 Keith Seitz <keiths@redhat.com>
1617
1618 PR gdb/23712
1619 PR symtab/23010
1620 * gdb.dwarf2/multidictionary.exp: New file.
1621
1622 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1623
1624 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1625 (test_gnuv3_style_demangling): ... this.
1626 (test_lucid_style_demangling): Remove.
1627 (test_arm_style_demangling): Remove.
1628 (test_hp_style_demangling): Remove.
1629 (do_tests): Remove calls to the above.
1630
1631 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1632
1633 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1634 case.
1635
1636 2019-01-06 Tom Tromey <tom@tromey.com>
1637
1638 PR gdb/28155:
1639 * gdb.dwarf2/typedef-void-finish.exp: New file.
1640
1641 2018-12-28 Tom Tromey <tom@tromey.com>
1642 Simon Marchi <simark@simark.ca>
1643
1644 * gdb.base/jit-exec.exp: New file.
1645 * gdb.base/jit-exec.c: New file.
1646 * gdb.base/jit-execd.c: New file.
1647
1648 2018-12-28 Tom Tromey <tom@tromey.com>
1649
1650 * gdb.base/style.exp: Update test to check for address styling.
1651
1652 2018-12-28 Tom Tromey <tom@tromey.com>
1653
1654 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1655 message.
1656
1657 2018-12-28 Tom Tromey <tom@tromey.com>
1658
1659 * gdb.base/style.exp: Add test for version number styling.
1660
1661 2018-12-28 Tom Tromey <tom@tromey.com>
1662
1663 * gdb.base/style.exp: Add test for print_address_symbolic.
1664
1665 2018-12-28 Tom Tromey <tom@tromey.com>
1666
1667 * gdb.base/style.exp: Add test for breakpoint setting.
1668
1669 2018-12-28 Tom Tromey <tom@tromey.com>
1670
1671 * gdb.base/style.exp: Add test for variable names.
1672
1673 2018-12-28 Tom Tromey <tom@tromey.com>
1674
1675 * gdb.base/style.exp: New file.
1676 * gdb.base/style.c: New file.
1677
1678 2018-12-28 Tom Tromey <tom@tromey.com>
1679
1680 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1681 "dumb".
1682 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1683 the TERM environment variable.
1684
1685 2018-12-27 Tom Tromey <tom@tromey.com>
1686
1687 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1688 pagination test.
1689
1690 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1691
1692 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1693 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1694
1695 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1696
1697 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1698 Filename a.adb changed to bp_fun_addr.adb.
1699 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1700
1701 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1702
1703 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1704 non-PIE executables.
1705 * README: Mention the gdb,nopie_flag board setting.
1706 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1707 non-PIE executable.
1708 * gdb.arch/amd64-entry-value.exp: Likewise.
1709 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1710 * gdb.arch/i386-float.exp: Likewise.
1711 * gdb.arch/i386-signal.exp: Likewise.
1712 * gdb.mi/mi-reg-undefined.exp: Likewise.
1713
1714 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1715
1716 PR gdb/23974
1717 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1718
1719 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1720
1721 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1722 Update order of results accordingly.
1723
1724 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1725
1726 * gdb.base/annota1.exp: Update a test regexp.
1727
1728 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1729
1730 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1731
1732 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1733
1734 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1735 (reuse_time): Initialize to REUSE_TIME_CAP.
1736 (check_rc): New function.
1737 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1738 Check pthread_create rc.
1739 (spawner_thread_func): Check pthread_create and pthread_join rc.
1740
1741 2018-12-08 Pedro Alves <palves@redhat.com>
1742
1743 * gdb.base/list.exp (test_forward_search): Rename to ...
1744 (test_forward_reverse_search): ... this. Also test reverse-search
1745 and the forward-search alias.
1746
1747 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1748
1749 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1750 local timeout variable before return, and remove all local timeout
1751 variable entirely.
1752 (gdb_load): Likewise.
1753
1754 2018-12-01 Tom de Vries <tdevries@suse.de>
1755
1756 * gdb.base/gdb-caching-proc.exp: New file.
1757
1758 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1759
1760 * Makefile.in (TIMESTAMP): New variable.
1761 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1762 command.
1763 (check-single-racy): Likewise.
1764 (check/%.exp): Likewise.
1765 (check-racy/%.exp): Likewise.
1766 (workers/%.worker): Likewise.
1767 (build-perf): Likewise.
1768 (check-perf): Likewise.
1769 * README: Describe new "TS" and "TS_FORMAT" variables.
1770 * print-ts.py: New file.
1771
1772 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1773
1774 PR python/23714
1775 * gdb.python/python.exp: Test command repetition after
1776 gdb.execute.
1777
1778 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1779
1780 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1781 is correctly aligned.
1782
1783 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1784
1785 * gdb.ada/info_auto_lang.exp: New testcase.
1786 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1787 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1788 * gdb.ada/info_auto_lang/some_c.c: New file.
1789
1790 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1791
1792 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1793 FUNC_lang language syntax.
1794
1795 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1796
1797 * gdb.base/info_minsym.c: New file.
1798 * gdb.base/info_minsym.exp: New file.
1799
1800 2018-11-19 Tom Tromey <tom@tromey.com>
1801
1802 PR rust/23625:
1803 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1804 * gdb.rust/expr.exp: Update expected output. Change one test.
1805
1806 2018-11-19 Tom Tromey <tom@tromey.com>
1807
1808 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1809
1810 2018-11-19 Pedro Alves <palves@redhat.com>
1811
1812 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1813 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1814 see the expected warning.
1815
1816 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1817
1818 PR gdb/22736:
1819 * gdb.cp/infcall-nodebug-lib.c: New test.
1820 * gdb.cp/infcall-nodebug-main.c: New test.
1821 * gdb.cp/infcall-nodebug.exp: New file.
1822
1823 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1824
1825 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1826 completer tests.
1827
1828 2018-11-09 Tom de Vries <tdevries@suse.de>
1829
1830 * gdb.base/msym-lang.c: New test.
1831 * gdb.base/msym-lang.exp: New file.
1832 * gdb.base/msym-lang-main.c: New test.
1833
1834 2018-11-08 Tom Tromey <tom@tromey.com>
1835
1836 PR gdb/23555:
1837 PR gdb/23838:
1838 * gdb.base/warning.exp: New file.
1839
1840 2018-11-08 Jan Beulich <jbeulich@suse.com>
1841
1842 * testsuite/gdb.arch/i386-avx512.c,
1843 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1844
1845 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1846
1847 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1848 point hardware.
1849
1850 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1851
1852 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1853 * gdb.dwarf2/missing-type-name.exp: New file.
1854
1855 2018-11-06 Tom de Vries <tdevries@suse.de>
1856
1857 * gdb.base/many-headers.c: New test.
1858 * gdb.base/many-headers.exp: New file.
1859
1860 2018-11-06 Jim Wilson <jimw@sifive.com>
1861
1862 * gdb.base/code_elim.exp: For riscv, set additional_flags
1863 to include -msmall-data-limit=0.
1864
1865 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1866
1867 * gdb.ada/watch_minus_l: New testcase.
1868
1869 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1870
1871 * gdb.arch/aix-sighandle.c: New file.
1872 * gdb.arch/aix-sighandle.exp: New file.
1873
1874 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1875
1876 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1877 registers being unions.
1878
1879 2018-10-31 Tom de Vries <tdevries@suse.de>
1880
1881 * lib/valgrind.exp: New file.
1882 (vgdb_start, vgdb_stop): New procs, factored out of ...
1883 * gdb.base/valgrind-bt.exp: ... here, ...
1884 * gdb.base/valgrind-disp-step.exp: ... here and ...
1885 * gdb.base/valgrind-infcall.exp: ... here.
1886
1887 2018-10-31 Tom de Vries <tdevries@suse.de>
1888
1889 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1890
1891 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1892
1893 * gdb.dwarf2/void-type.c: New file.
1894 * gdb.dwarf2/void-type.exp: New file.
1895
1896 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1897
1898 * gdb.base/info_qt.c: New file.
1899 * gdb.base/info_qt.exp: New file.
1900
1901 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1902
1903 * gdb.arch/powerpc-htm-regs.c: New file.
1904 * gdb.arch/powerpc-htm-regs.exp: New file.
1905
1906 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1907
1908 * gdb.arch/powerpc-tar.c: New file.
1909 * gdb.arch/powerpc-tar.exp: New file.
1910
1911 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1912
1913 * gdb.arch/powerpc-ppr-dscr.c: New file.
1914 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1915
1916 2018-10-25 Tom de Vries <tdevries@suse.de>
1917
1918 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1919
1920 2018-10-24 Tom de Vries <tdevries@suse.de>
1921
1922 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1923 longer exists error.
1924
1925 2018-10-24 Tom de Vries <tdevries@suse.de>
1926
1927 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1928
1929 2018-10-24 Tom de Vries <tdevries@suse.de>
1930
1931 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1932 --db-attach in valgrind.
1933
1934 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1935
1936 * gdb.arch/riscv-reg-aliases.c: New file.
1937 * gdb.arch/riscv-reg-aliases.exp: New file.
1938
1939 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1940
1941 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1942
1943 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1944
1945 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1946
1947 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1948
1949 * gdb.cp/ovldbreak.exp: Fix regexps.
1950
1951 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1952
1953 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1954
1955 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1956
1957 PR cli/23785
1958 * gdb.base/restore.exp: New test to check if "restore" with an
1959 invalid file doesn't segfault.
1960
1961 2018-10-18 Tom de Vries <tdevries@suse.de>
1962
1963 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1964 * gdb.ada/excep_handle.exp: Same.
1965 * gdb.ada/mi_string_access.exp: Same.
1966 * gdb.ada/mi_var_union.exp: Same.
1967 * gdb.arch/arc-analyze-prologue.exp: Same.
1968 * gdb.arch/arc-decode-insn.exp: Same.
1969 * gdb.base/readnever.exp: Same.
1970 * gdb.fortran/printing-types.exp: Same.
1971 * gdb.guile/scm-lazy-string.exp: Same.
1972
1973 2018-10-16 Tom de Vries <tdevries@suse.de>
1974
1975 PR gdb/23730
1976 * gdb.base/catch-follow-exec.c: Add copyright notice.
1977 * gdb.base/catch-follow-exec.exp: Rewrite to use
1978 gdb_spawn_with_cmdline_opts. Require gdb-native.
1979
1980 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1981
1982 * gdb.trace/actions-changed.exp: Check for arch support.
1983 * gdb.trace/actions.exp: Likewise.
1984 * gdb.trace/ax.exp: Likewise.
1985 * gdb.trace/backtrace.exp: Likewise.
1986 * gdb.trace/change-loc.exp: Likewise.
1987 * gdb.trace/deltrace.exp: Likewise.
1988 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1989 * gdb.trace/ftrace.exp: Likewise.
1990 * gdb.trace/infotrace.exp: Check for arch support.
1991 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1992 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1993 * gdb.trace/mi-tsv-changed.exp: Likewise.
1994 * gdb.trace/packetlen.exp: Likewise.
1995 * gdb.trace/passc-dyn.exp: Likewise.
1996 * gdb.trace/passcount.exp: Likewise.
1997 * gdb.trace/pending.exp: Likewise.
1998 * gdb.trace/range-stepping.exp: Check for shlib support.
1999 * gdb.trace/report.exp: Check for arch support.
2000 * gdb.trace/save-trace.exp: Likewise.
2001 * gdb.trace/signal.exp: Check for signal support.
2002 * gdb.trace/tfind.exp: Check for arch support.
2003 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2004 * gdb.trace/trace-common.h: Add comment.
2005 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2006 * gdb.trace/trace-enable-disable.exp: Likewise.
2007 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2008 * gdb.trace/tracecmd.exp: Check for arch support.
2009 * gdb.trace/tspeed.exp: Check for shlib and target support.
2010 * gdb.trace/tstatus.exp: Check for arch support.
2011 * gdb.trace/tsv.exp: Likewise.
2012 * gdb.trace/while-dyn.exp: Likewise.
2013 * gdb.trace/while-stepping.exp: Likewise.
2014 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2015
2016 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2017
2018 * gdb.trace/tspeed.exp: Remove nowarnings.
2019 (prepare_for_trace_test): Declare "global ipalib".
2020 * gdb.trace/tspeed.c: Include unistd.h.
2021 (main): Remove superfluous printf argument.
2022
2023 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2024
2025 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2026 directory prefix on the filename.
2027
2028 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2029
2030 * gdb.gdb/unittest.exp: Update expected message informing that
2031 selftests have been disabled.
2032 * gdb.server/unittest.exp: Likewise.
2033
2034 2018-10-09 Tom de Vries <tdevries@suse.de>
2035
2036 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2037 with runto_main.
2038
2039 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2040
2041 PR c++/16841
2042 * gdb.cp/virtbase2.cc: New file.
2043 * gdb.cp/virtbase2.exp: New file.
2044
2045 2018-10-06 Tom Tromey <tom@tromey.com>
2046
2047 PR python/19399:
2048 * gdb.python/py-inferior.exp: Add architecture test.
2049
2050 2018-10-06 Tom Tromey <tom@tromey.com>
2051
2052 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2053 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2054
2055 2018-10-06 Tom Tromey <tom@tromey.com>
2056
2057 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2058 of a "throw" catchpoint.
2059
2060 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2061
2062 * gdb.base/info-proc.exp: Update string expected from "help info
2063 proc".
2064
2065 2018-10-04 Tom Tromey <tom@tromey.com>
2066
2067 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2068 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2069 (test_initial_complaints, test_empty_complaints): Update.
2070 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2071
2072 2018-10-04 Tom Tromey <tom@tromey.com>
2073
2074 PR cli/19551:
2075 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2076 * lib/gdb.exp (gdb_file_cmd): Update.
2077 * gdb.stabs/weird.exp (print_weird_var): Update.
2078 * gdb.server/solib-list.exp: Update.
2079 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2080 * gdb.mi/mi-cli.exp: Update.
2081 * gdb.linespec/linespec.exp: Update.
2082 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2083 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2084 * gdb.cp/cp-relocate.exp: Update.
2085 * gdb.base/sym-file.exp: Update.
2086 * gdb.base/relocate.exp: Update.
2087 * gdb.base/readnever.exp: Update.
2088 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2089 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2090 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2091 * gdb.base/code_elim.exp: Update.
2092 * gdb.base/break-unload-file.exp (test_break): Update.
2093 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2094 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2095 Update.
2096 * gdb.base/attach.exp (do_attach_tests): Update.
2097 * gdb.base/sepdebug.exp: Update.
2098 * gdb.python/py-section-script.exp: Update.
2099
2100 2018-10-04 Tom Tromey <tom@tromey.com>
2101
2102 PR cli/22234:
2103 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2104 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2105 output.
2106
2107 2018-10-04 Tom Tromey <tom@tromey.com>
2108
2109 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2110 set width and height to 0.
2111 (test_command_line_attach_run): Use -quiet.
2112
2113 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2114
2115 * lib/gdb.exp (skip_ifunc_tests): New.
2116 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2117 other compile failures.
2118 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2119
2120 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2121
2122 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2123 is_amd64_regs_target.
2124
2125 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2126
2127 * gdb.arch/aarch64-sighandler-regs.c: New test.
2128 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2129 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2130
2131 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2132
2133 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2134 assembly.
2135
2136 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2137
2138 * gdb.base/frame-selection.exp: New file.
2139 * gdb.base/frame-selection.c: New file.
2140
2141 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2142
2143 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2144 pthread barrier.
2145 (main): Likewise.
2146
2147 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2148
2149 * gdb.base/large-frame-1.c: New file.
2150 * gdb.base/large-frame-2.c: New file.
2151 * gdb.base/large-frame.exp: New file.
2152 * gdb.base/large-frame.h: New file.
2153
2154 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2155
2156 PR gdb/20948
2157 * gdb.base/write_mem.exp: New test.
2158 * gdb.base/write_mem.c: Likewise.
2159
2160 2018-09-23 Tom Tromey <tom@tromey.com>
2161
2162 PR python/18852:
2163 * gdb.python/py-parameter.exp: Add test for parameter that throws
2164 on "set".
2165
2166 2018-09-23 Tom Tromey <tom@tromey.com>
2167
2168 PR python/17284:
2169 * gdb.python/py-template.exp (test_template_arg): Add test for
2170 negative template argument number.
2171
2172 2018-09-23 Tom Tromey <tom@tromey.com>
2173
2174 PR python/14062:
2175 * gdb.python/python.exp: Add test for post_event error.
2176
2177 2018-09-23 Tom Tromey <tom@tromey.com>
2178
2179 PR python/18170:
2180 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2181 convert pointers to int and long.
2182
2183 2018-09-23 Tom Tromey <tom@tromey.com>
2184
2185 PR python/20126:
2186 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2187 signed-ness conversion tests.
2188
2189 2018-09-23 Tom Tromey <tom@tromey.com>
2190
2191 PR python/18352;
2192 * gdb.python/py-value.exp (test_float_conversion): New proc.
2193 Use it.
2194
2195 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2196
2197 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2198
2199 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2200
2201 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2202 no readline.
2203 * gdb.base/utf8-identifiers.exp: Likewise.
2204 * gdb.cp/cpcompletion.exp: Likewise.
2205 * gdb.linespec/cpcompletion.exp: Likewise.
2206 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2207 * gdb.linespec/cpls-ops.exp: Likewise.
2208
2209 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2210 Chris January <chris.january@arm.com>
2211
2212 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2213 * gdb.fortran/short-circuit-argument-list.exp: New file.
2214 * gdb.fortran/short-circuit-argument-list.f90: New test.
2215
2216 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2217
2218 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2219 "arch=" keyword when executing "-stack-list-frames".
2220
2221 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2222
2223 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2224 "arch=" keyword when executing "-stack-list-frames".
2225
2226 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2227
2228 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2229 break ada".
2230
2231 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2232
2233 PR python/23669
2234 * gdb.python/python.exp: Test gdb.execute("show commands").
2235
2236 2018-09-16 Tom Tromey <tom@tromey.com>
2237
2238 * gdb.base/new-ui.exp (do_execution_tests): Update.
2239 * gdb.base/dbx.exp (test_breakpoints): Update.
2240
2241 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2242
2243 * lib/gdb.exp (gdb_simple_compile): Add proc.
2244 (is_elf_target): Use gdb_simple_compile.
2245 (skip_altivec_tests): Likewise.
2246 (skip_vsx_tests): Likewise.
2247 (skip_tsx_tests): Likewise.
2248 (skip_btrace_tests): Likewise.
2249 (skip_btrace_pt_tests): Likewise.
2250 (gdb_can_simple_compile): Likewise.
2251 (gdb_has_argv0): Likewise.
2252 (gdb_target_symbol_prefix): Likewise.
2253 (target_supports_scheduler_locking): Likewise.
2254
2255 2018-09-13 Tom Tromey <tom@tromey.com>
2256
2257 * Makefile.in (TAGS): Recognize proc_with_prefix and
2258 gdb_caching_proc.
2259
2260 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2261
2262 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2263 method.
2264
2265 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2266
2267 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2268 and a few other Inferior properties when the Inferior is no
2269 longer valid.
2270
2271 2018-09-13 Tom Tromey <tom@tromey.com>
2272
2273 PR rust/23650:
2274 * gdb.rust/simple.exp: Add test for enum field access error.
2275
2276 2018-09-13 Tom Tromey <tom@tromey.com>
2277
2278 PR rust/23626:
2279 * gdb.rust/simple.rs (EmptyEnum): New type.
2280 (main): Use it.
2281 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2282
2283 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2284
2285 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2286 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2287 * gdb.python/py-symtab.exp: Update test printing an objfile.
2288
2289 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2290
2291 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2292 object.
2293
2294 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2295
2296 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2297 (support_complex_tests): Use gdb_can_simple_compile.
2298 (is_ilp32_target): Likewise.
2299 (is_lp64_target): Likewise.
2300 (is_64_target): Likewise.
2301 (is_amd64_regs_target): Likewise.
2302 (is_aarch32_target): Likewise.
2303 (gdb_int128_helper): Likewise.
2304
2305 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2306
2307 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2308
2309 2018-09-10 Jerome Guitton <guitton@adacore.com>
2310
2311 * gdb.ada/same_component_name: Add test for case of tagged record
2312 with variable-length fields.
2313
2314 2018-09-10 Xavier Roirand <roirand@adacore.com>
2315
2316 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2317 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2318 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2319 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2320
2321 2018-09-10 Xavier Roirand <roirand@adacore.com>
2322
2323 * gdb.ada/mi_string_access.exp: New testcase.
2324 * gdb.ada/mi_string_access/bar.adb: New file.
2325 * gdb.ada/mi_string_access/pck.adb: New file.
2326 * gdb.ada/mi_string_access/pck.asd: New file.
2327
2328 2018-09-10 Xavier Roirand <roirand@adacore.com>
2329
2330 * gdb.ada/mi_var_union.exp: New testcase.
2331 * gdb.ada/mi_var_union/bar.adb: New file.
2332 * gdb.ada/mi_var_union/pck.adb: New file.
2333 * gdb.ada/mi_var_union/pck.asd: New file.
2334
2335 2018-09-08 Tom Tromey <tom@tromey.com>
2336
2337 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2338
2339 2018-09-08 Tom Tromey <tom@tromey.com>
2340
2341 PR python/16047:
2342 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2343 (register_pretty_printers): Register new printer.
2344 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2345 test.
2346 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2347 (an_int_type3): New global.
2348
2349 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2350
2351 * gdb.ada/expr_with_funcall: New testcase.
2352
2353 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2354
2355 * gdb.ada/packed_array_assign: New testcase.
2356
2357 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2358
2359 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2360 names, and add test prefixes to make test names unique.
2361
2362 2018-09-05 Tom de Vries <tdevries@suse.de>
2363
2364 * gdb.dwarf2/varval.exp: Add test.
2365
2366 2018-09-04 Gary Benson <gbenson@redhat.com>
2367
2368 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2369 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2370
2371 2018-08-31 Tom Tromey <tom@tromey.com>
2372
2373 * gdb.rust/simple.rs: Rename second variable "v".
2374
2375 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2376
2377 * gdb.base/funcargs.c (use_a): New function.
2378 (recurse): Call use_a.
2379
2380 2018-08-29 Keith Seitz <keiths@redhat.com>
2381
2382 * gdb.compile/compile-cplus-anonymous.cc: New file.
2383 * gdb.compile/compile-cplus-anonymous.exp: New file.
2384 * gdb.compile/compile-cplus-array-decay.cc: New file.
2385 * gdb.compile/compile-cplus-array-decay.exp: New file.
2386 * gdb.compile/compile-cplus-inherit.cc: New file.
2387 * gdb.compile/compile-cplus-inherit.exp: New file.
2388 * gdb.compile/compile-cplus-member.cc: New file.
2389 * gdb.compile/compile-cplus-member.exp: New file.
2390 * gdb.compile/compile-cplus-method.cc: New file.
2391 * gdb.compile/compile-cplus-method.exp: New file.
2392 * gdb.compile/compile-cplus-mod.c: "New" file.
2393 * gdb.compile/compile-cplus-namespace.cc: New file.
2394 * gdb.compile/compile-cplus-namespace.exp: New file.
2395 * gdb.compile/compile-cplus-nested.cc: New file.
2396 * gdb.compile/compile-cplus-nested.exp: New file.
2397 * gdb.compile/compile-cplus-print.c: "New" file.
2398 * gdb.compile/compile-cplus-print.exp: "New" file.
2399 * gdb.compile/compile-cplus-virtual.cc: New file.
2400 * gdb.compile/compile-cplus-virtual.exp: New file.
2401 * gdb.compile/compile-cplus.c: "New" file.
2402 * gdb.compile/compile-cplus.exp: "New" file.
2403 * lib/compile-support.exp: New file.
2404
2405 2018-08-16 Gary Benson <gbenson@redhat.com>
2406
2407 PR gdb/13000:
2408 * gdb.base/batch-exit-status.exp: New file.
2409 * gdb.base/batch-exit-status.good-commands: Likewise.
2410 * gdb.base/batch-exit-status.bad-commands: Likewise.
2411
2412 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2413
2414 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2415 (struct struct02): Likewise.
2416 (struct struct03): Likewise.
2417 (struct struct04): Likewise.
2418 (struct struct_01_01): New struct.
2419 (struct struct_01_02): Likewise.
2420 (struct struct_01_03): Likewise.
2421 (struct struct_01_04): Likewise.
2422 (struct struct_02_01): Likewise.
2423 (struct struct_02_02): Likewise.
2424 (struct struct_02_03): Likewise.
2425 (struct struct_02_04): Likewise.
2426 (struct struct_04_01): Likewise.
2427 (struct struct_04_02): Likewise.
2428 (struct struct_04_03): Likewise.
2429 (struct struct_04_04): Likewise.
2430 (struct struct_05_01): Likewise.
2431 (struct struct_05_02): Likewise.
2432 (struct struct_05_03): Likewise.
2433 (struct struct_05_04): Likewise.
2434 (cmp_struct01): Remove function.
2435 (cmp_struct02): Likewise.
2436 (cmp_struct03): Likewise.
2437 (cmp_struct04): Likewise.
2438 (cmp_struct_01_01): Add Function.
2439 (cmp_struct_01_02): Likewise.
2440 (cmp_struct_01_03): Likewise.
2441 (cmp_struct_01_04): Likewise.
2442 (cmp_struct_02_01): Likewise.
2443 (cmp_struct_02_02): Likewise.
2444 (cmp_struct_02_03): Likewise.
2445 (cmp_struct_02_04): Likewise.
2446 (cmp_struct_04_01): Likewise.
2447 (cmp_struct_04_02): Likewise.
2448 (cmp_struct_04_03): Likewise.
2449 (cmp_struct_04_04): Likewise.
2450 (cmp_struct_05_01): Likewise.
2451 (cmp_struct_05_02): Likewise.
2452 (cmp_struct_05_03): Likewise.
2453 (cmp_struct_05_04): Likewise.
2454 (call_all): Add new structs.
2455 * gdb.base/infcall-nested-structs.exp: Likewise.
2456
2457 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2458
2459 * gdb.python/py-framefilter-mi.exp: Update regexp to
2460 check for "arch" field in frame output.
2461
2462 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2463
2464 * gdb.dwarf2/dw2-ranges-func.c: New file.
2465 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2466
2467 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2468
2469 * gdb.base/term.exp: Compare terminal settings with values from
2470 the inferior.
2471 * gdb.base/term.c: Get and set terminal settings.
2472
2473 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2474
2475 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2476 accommodate new "arch" field in frame output.
2477 * gdb.mi/mi-return.exp: Likewise.
2478 * gdb.mi/mi-stack.exp: Likewise.
2479 * gdb.mi/mi-syn-frame.exp: Likewise.
2480 * gdb.mi/user-selected-context-sync.exp: Likewise.
2481
2482 2018-08-19 Michael Spang <spang@google.com>
2483
2484 PR gdb/11786
2485 * gdb.base/gcore-tls-pie.c: New file.
2486 * gdb.base/gcore-tls-pie.exp: New file.
2487
2488 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2489
2490 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2491 * gdb.dwarf2/varval.c: New file.
2492 * gdb.dwarf2/varval.exp: New file.
2493
2494 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2495
2496 PR gdb/18931
2497 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2498
2499 2018-08-16 Keith Seitz <keiths@redhat.com>
2500
2501 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2502 tests expected to pass.
2503
2504 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2505
2506 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2507 -data-disassemble -a.
2508 (test_disassembly_bogus_args): Likewise.
2509
2510 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2511
2512 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2513
2514 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2515
2516 * gdb.base/vla-optimized-out.exp: Add new test.
2517
2518 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2519
2520 * gdb.base/vla-optimized-out-o3.exp: Delete.
2521 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2522 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2523 deleted tests.
2524
2525 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2526
2527 PR gdb/18050:
2528 * gdb.server/extended-remote-restart.c: New file.
2529 * gdb.server/extended-remote-restart.exp: New file.
2530
2531 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2532
2533 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2534 "set variable index = 42".
2535
2536 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2537
2538 * boards/index-cache-gdb.exp: New file.
2539 * gdb.dwarf2/index-cache.exp: New file.
2540 * gdb.dwarf2/index-cache.c: New file.
2541 * gdb.base/maint.exp: Check if we are using the index cache.
2542
2543 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2544
2545 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2546 MAKEFLAGS.
2547
2548 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2549
2550 * dg-extract-results.sh: Move to toplevel contrib.
2551 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2552 * Makefile.in (check-parallel-racy): Likewise.
2553
2554 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2555
2556 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2557 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2558 tests if the target supports scheduler locking.
2559
2560 2018-08-04 Tom de Vries <tdevries@suse.de>
2561
2562 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2563
2564 2018-08-02 Tom Tromey <tom@tromey.com>
2565
2566 PR symtab/16842.
2567 * gdb.cp/temargs.exp: Test "info address" of a template
2568 parameter.
2569
2570 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2571
2572 * gdb.python/py-mi-var-info-path-expression.c: New file.
2573 * gdb.python/py-mi-var-info-path-expression.py: New file.
2574 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2575
2576 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2577
2578 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2579 error after "cannot resolve name" string.
2580
2581 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2582
2583 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2584 started.
2585 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2586
2587 2018-07-28 Tom de Vries <tdevries@suse.de>
2588
2589 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2590
2591 2018-07-26 Tom de Vries <tdevries@suse.de>
2592
2593 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2594
2595 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2596
2597 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2598 is visible.
2599
2600 2018-07-26 Tom de Vries <tdevries@suse.de>
2601
2602 PR breakpoints/23366
2603 * gdb.base/catch-follow-exec.c: New test.
2604 * gdb.base/catch-follow-exec.exp: New file.
2605
2606 2018-07-25 Tom de Vries <tdevries@suse.de>
2607
2608 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2609 vla-optimized-out.c.
2610
2611 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2612
2613 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2614 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2615
2616 2018-07-20 Tom de Vries <tdevries@suse.de>
2617
2618 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2619 NOCLONE macro.
2620 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2621
2622 2018-07-19 Tom de Vries <tdevries@suse.de>
2623
2624 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2625 regular expression.
2626
2627 2018-07-18 Tom de Vries <tdevries@suse.de>
2628
2629 * gdb.base/vla-optimized-out.c: New test.
2630 * gdb.base/vla-optimized-out.exp: New file.
2631
2632 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2633
2634 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2635 message "No address associated with hostname" when gdbserver
2636 cannot resolve the hostname.
2637
2638 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2639
2640 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2641 Add some test prefixes to make tests unique.
2642
2643 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2644
2645 * gdb.base/frameapply.c: New file.
2646 * gdb.base/frameapply.exp: New file.
2647
2648 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2649
2650 * gdb.base/skip.exp: Update expected error message.
2651
2652 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2653 Jan Kratochvil <jan.kratochvil@redhat.com>
2654 Paul Fertser <fercerpav@gmail.com>
2655 Tsutomu Seki <sekiriki@gmail.com>
2656
2657 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2658 parameter.
2659 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2660 by default.
2661 * boards/native-gdbserver.exp: Likewise.
2662 * gdb.server/run-without-local-binary.exp: Improve regexp used
2663 for detecting when a remote debugging connection succeeds.
2664 * gdb.server/server-connect.exp: New file.
2665 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2666 Do not prefix the port number with ":".
2667 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2668 support for detecting and using it. Add '$debughost_gdbserver'
2669 to the list of arguments used to start gdbserver. Handle case
2670 when gdbserver cannot resolve a network name.
2671
2672 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2673
2674 PR c++/23373
2675 * gdb.base/ptype-offsets.cc (struct static_member): New
2676 struct.
2677 (main) <stmember>: New variable.
2678 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2679 with a static member in it.
2680
2681 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2682
2683 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2684 watchpoints enabled and disabled.
2685
2686 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2687
2688 * gdb.base/examine-backward.exp: Still run tests around address
2689 0x0, even if address 0x0 is not readable. Update the pattern for
2690 matching address 0x0 in expected output.
2691
2692 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2693
2694 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2695 malloc/free.
2696
2697 2018-07-04 Tom de Vries <tdevries@suse.de>
2698
2699 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2700
2701 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2702
2703 PR tdep/8282
2704 * gdb.arch/mips-disassembler-options.exp: New test.
2705 * gdb.arch/mips-disassembler-options.s: New test source.
2706
2707 2018-06-29 Pedro Alves <palves@redhat.com>
2708
2709 * gdb.threads/names.exp: Adjust expected "info threads" output.
2710
2711 2018-06-29 Pedro Alves <palves@redhat.com>
2712
2713 * gdb.opt/inline-break.exp (line number, address): Add "info
2714 break" tests.
2715
2716 2018-06-29 Pedro Alves <palves@redhat.com>
2717
2718 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2719 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2720 number and address and running to them.
2721
2722 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2723
2724 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2725
2726 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2727
2728 * lib/compiler.c: Remove executable permission flag.
2729
2730 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2731
2732 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2733 code.
2734 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2735
2736 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2737
2738 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2739
2740 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2741
2742 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2743 address argument is omitted.
2744
2745 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2746
2747 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2748
2749 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2750
2751 PR gdb/21695
2752 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2753 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2754
2755 2018-06-26 Tom Tromey <tom@tromey.com>
2756
2757 PR rust/22574:
2758 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2759 * gdb.rust/simple.rs (struct SimpleLayout): New.
2760
2761 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2762
2763 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2764 "info registers" output.
2765
2766 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2767
2768 * gdb.base/watchpoint-hw-attach.c: New test.
2769 * gdb.base/watchpoint-hw-attach.exp: New file.
2770
2771 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2772
2773 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2774 through /bin/sh.
2775 * boards/dwarf4-gdb-index.exp: Likewise.
2776 * boards/fission-dwp.exp: Likewise.
2777
2778 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2779
2780 * gdb.base/float128.exp: Add comment and improved fail message
2781 to the failure case of "print large128" test.
2782
2783 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2784
2785 * configure.ac: Remove AC_PREREQ.
2786 * configure: Re-generate.
2787
2788 2018-06-19 Pedro Alves <palves@redhat.com>
2789
2790 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2791 (func_extern_caller): New.
2792 (main): Call func_extern_caller.
2793 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2794 logic change.
2795
2796 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2797
2798 PR gdb/16841
2799 * gdb.cp/typedef-base.cc: New file.
2800 * gdb.cp/typedef-base.exp: New file.
2801
2802 2018-06-18 Tom de Vries <tdevries@suse.de>
2803
2804 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2805
2806 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2807 Richard Bunt <Richard.Bunt@arm.com>
2808
2809 * gdb.threads/attach-slow-waitpid.c: New file.
2810 * gdb.threads/attach-slow-waitpid.exp: New file.
2811 * gdb.threads/slow-waitpid.c: New file.
2812
2813 2018-06-14 Pedro Alves <palves@redhat.com>
2814
2815 * gdb.base/fork-running-state.c: Include <errno.h>.
2816 (exit_if_relative_exits): New.
2817 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2818 exits.
2819 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2820 child exits.
2821
2822 2018-06-14 Tom de Vries <tdevries@suse.de>
2823
2824 PR cli/22573
2825 * gdb.base/finish-pretty.c: New test.
2826 * gdb.base/finish-pretty.exp: New file.
2827
2828 2018-06-14 Pedro Alves <palves@redhat.com>
2829
2830 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2831 gdb's expected startup output.
2832
2833 2018-06-14 Pedro Alves <palves@redhat.com>
2834
2835 * lib/selftest-support.exp (selftest_setup): Remove inlined
2836 function handling.
2837
2838 2018-06-14 Tom de Vries <tdevries@suse.de>
2839
2840 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2841 matching of breakpoint printing.
2842
2843 2018-06-13 Tom de Vries <tdevries@suse.de>
2844
2845 PR testsuite/23269
2846 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2847 (fork_child): ... here, and ...
2848 (fork_parent): ... here.
2849
2850 2018-06-12 Tom de Vries <tdevries@suse.de>
2851
2852 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2853
2854 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2855 Stephen Roberts <stephen.roberts@arm.com>
2856
2857 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2858 rewrite test to describe action performed, rather than possible
2859 failure.
2860
2861 2018-06-08 Gary Benson <gbenson@redhat.com>
2862
2863 * gdb.threads/check-libthread-db.exp: New file.
2864 * gdb.threads/check-libthread-db.c: Likewise.
2865
2866 2018-06-05 Tom Tromey <tom@tromey.com>
2867
2868 * gdb.base/default.exp: Update expected "show version" output.
2869
2870 2018-06-05 Tom Tromey <tom@tromey.com>
2871
2872 PR cli/12326:
2873 * gdb.cp/static-print-quit.exp: Update.
2874 * lib/gdb.exp (pagination_prompt): Update.
2875 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2876 * gdb.python/python.exp: Update.
2877
2878 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2879
2880 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2881
2882 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2883
2884 * gdb.ada/bp_fun_addr: New testcase.
2885
2886 2018-06-01 Tom Tromey <tom@tromey.com>
2887
2888 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2889 results.
2890 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2891 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2892 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2893 * gdb.base/maint.exp (maint_pass_if): Update.
2894
2895 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2896
2897 * gdb.base/endian.exp: New test.
2898 * gdb.base/endian.c: New test source.
2899
2900 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2901
2902 PR gdb/23203
2903 * gdb.base/bt-selected-frame.c: New file.
2904 * gdb.base/bt-selected-frame.exp: New file.
2905 * lib/gdb.exp (get_current_frame_number): New function.
2906
2907 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2908 Pedro Alves <palves@redhat.com>
2909
2910 * gdb.threads/tls-core.c: Include <stdlib.h>
2911 (thread_proc): Call `abort'.
2912 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2913 (tls_core_test): New procedure, bits factored out from ...
2914 (top level): ... here. Test both native cores and gcore cores.
2915
2916 2018-05-23 Tom Tromey <tom@tromey.com>
2917
2918 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2919
2920 2018-05-23 Tom Tromey <tom@tromey.com>
2921
2922 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2923 symfile_complaints.
2924 (test_short_complaints): Likewise.
2925 (test_empty_complaints): Likewise.
2926 (test_initial_complaints): Update.
2927
2928 2018-05-23 Tom Tromey <tom@tromey.com>
2929
2930 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2931
2932 2018-05-23 Tom Tromey <tom@tromey.com>
2933
2934 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2935 (test_short_complaints): Update.
2936
2937 2018-05-22 Pedro Alves <palves@redhat.com>
2938
2939 * gdb.base/remote.exp: Only gdb_start after compiling the
2940 testcase. Issue "disconnect" before testing "set remote" command
2941 defaults. Issue clean_restart before running to main.
2942
2943 2018-05-22 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.base/remote.exp: Adjust expected output of "show remote
2946 memory-write-packet-size". Add tests for "set remote
2947 memory-write-packet-size 0" and "set remote
2948 memory-write-packet-size fixed/limit".
2949
2950 2018-05-22 Pedro Alves <palves@redhat.com>
2951
2952 PR gdb/22973
2953 * gdb.base/utf8-identifiers.c: New file.
2954 * gdb.base/utf8-identifiers.exp: New file.
2955
2956 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2957
2958 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2959
2960 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2961
2962 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2963
2964 2018-05-18 Tom Tromey <tom@tromey.com>
2965
2966 * gdb.base/ptype-offsets.exp: Update.
2967
2968 2018-05-17 Keith Seitz <keiths@redhat.com>
2969
2970 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2971 in expected breakpoint stop locations.
2972 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2973 move to proper scope to test variable values.
2974 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2975 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2976 New functions.
2977 (main): Call not_inline_func3.
2978 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2979 inline_func1, inline_func2, and inline_func3. Test that when each
2980 breakpoint is hit, GDB properly reports both the stop location
2981 and the backtrace. Repeat tests for temporary breakpoints.
2982
2983 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2984
2985 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2986 rather then trying to access it in determining whether the PID
2987 of `gdbserver' could have been retrieved.
2988
2989 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2990
2991 * gdb.arch/amd64-init-x87-values.S: New file.
2992 * gdb.arch/amd64-init-x87-values.exp: New file.
2993
2994 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2995
2996 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2997
2998 2018-05-04 Tom Tromey <tom@tromey.com>
2999
3000 PR python/22730:
3001 * gdb.python/python.exp: Test multi-line execute.
3002
3003 2018-05-04 Tom Tromey <tom@tromey.com>
3004
3005 PR python/22731:
3006 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3007
3008 2018-05-04 Tom Tromey <tom@tromey.com>
3009
3010 PR gdb/11750:
3011 * gdb.base/define.exp: Test defining a user command inside a user
3012 command.
3013 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3014
3015 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3016 Pedro Alves <palves@redhat.com>
3017
3018 PR breakpoints/19806 and support for PR external/20207.
3019 * gdb.base/watchpoint-unaligned.c: New file.
3020 * gdb.base/watchpoint-unaligned.exp: New file.
3021
3022 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3023
3024 * gdb.base/maint.exp: Make test names unique, use
3025 test_prefix_command_help to test 'help maint info', and remove
3026 repeated test of 'help maint'.
3027
3028 2018-05-04 Tom Tromey <tom@tromey.com>
3029
3030 PR gdb/22619:
3031 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3032 behavior.
3033
3034 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3035
3036 * gdb.base/maint.exp: Process output from 'maint print registers'
3037 line at a time.
3038
3039 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3040
3041 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3042 timeout.
3043
3044 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3045
3046 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3047 filter pattern.
3048
3049 2018-05-02 Pedro Alves <palves@redhat.com>
3050
3051 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3052 to_log_command renames.
3053 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3054
3055 2018-05-02 Tom Tromey <tom@tromey.com>
3056
3057 * gdb.python/py-parameter.exp: Set test message.
3058
3059 2018-05-02 Tom Tromey <tom@tromey.com>
3060
3061 PR python/20084:
3062 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3063 PARAM_ZUINTEGER_UNLIMITED tests.
3064
3065 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3066
3067 PR rust/23124
3068 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3069 when casting.
3070
3071 2018-04-30 Tom Tromey <tom@tromey.com>
3072
3073 * gdb.python/py-type.exp: Check align attribute.
3074 * gdb.python/py-type.c: New "aligncheck" global.
3075
3076 2018-04-30 Tom Tromey <tom@tromey.com>
3077
3078 PR exp/17095:
3079 * gdb.dwarf2/dw2-align.exp: New file.
3080 * gdb.cp/align.exp: New file.
3081 * gdb.base/align.exp: New file.
3082 * lib/gdb.exp (gdb_int128_helper): New proc.
3083 (has_int128_c, has_int128_cxx): New caching procs.
3084
3085 2018-04-27 Tom Tromey <tom@tromey.com>
3086
3087 PR rust/22545:
3088 * gdb.rust/simple.exp: Add inclusive range tests.
3089
3090 2018-04-26 Pedro Alves <palves@redhat.com>
3091
3092 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3093 ifunc breakpoint locations correctly of ifunc breakpoints set
3094 while the program resolves the ifunc.
3095
3096 2018-04-26 Pedro Alves <palves@redhat.com>
3097
3098 * gdb.base/gnu-ifunc-final.c: New file.
3099 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3100 * gdb.base/gnu-ifunc.exp (executable): Delete.
3101 (staticexecutable): Adjust.
3102 (lib_opts, exec_opts): Delete.
3103 (make_binsuffix, build, set-break): New procedures.
3104 (misc_tests): New, with tests factored out from the top level.
3105 (top level): Test different combinations of ifunc resolver name,
3106 resolver with and with debug info, and ifunc target with and
3107 without debug info. Wrap static tests with with_target_prefix.
3108
3109 2018-04-26 Pedro Alves <palves@redhat.com>
3110
3111 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3112 return type" warnings.
3113
3114 2018-04-25 Pedro Alves <palves@redhat.com>
3115
3116 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3117 killed".
3118 * gdb.base/kill-after-signal.exp: Likewise.
3119 * gdb.threads/kill.exp: Likewise.
3120
3121 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3122 Sergio Durigan Junior <sergiodj@redhat.com>
3123 Pedro Alves <palves@redhat.com>
3124
3125 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3126 regexps to expect for '[Inferior ... detached]' as well.
3127 * gdb.base/attach.exp: Likewise.
3128 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3129 "gdb_continue_to_end".
3130 (test_catch_syscall_with_wrong_args): Likewise.
3131 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3132 ']'. Don't set 'verbose' on.
3133 * gdb.base/foll-vfork.exp: Likewise.
3134 * gdb.base/fork-print-inferior-events.c: New file.
3135 * gdb.base/fork-print-inferior-events.exp: New file.
3136 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3137 '[Inferior ... has been killed]' message.
3138 * gdb.base/kill-after-signal.exp: Likewise.
3139 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3140 detach message.
3141 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3142 message.
3143 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3144 regexps to expect for '[Inferior ... detached]' as well.
3145 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3146
3147 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3148
3149 PR gdb/23104
3150 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3151
3152 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3153
3154 * gdb.threads/multiple-successive-infcall.c: New test.
3155 * gdb.threads/multiple-successive-infcall.exp: New file.
3156
3157 2018-04-17 Tom Tromey <tom@tromey.com>
3158
3159 * gdb.rust/simple.rs (Union): New type.
3160 (main): New local "u".
3161 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3162
3163 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3164
3165 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3166 number information in output of "whereis" command.
3167 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3168
3169 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3170
3171 * gdb.ada/info_types.exp: Adjust expected output to the line
3172 numbers now printed by "info var/func/type".
3173 * gdb.base/completion.exp: Likewise.
3174 * gdb.base/included.exp: Likewise.
3175 * gdb.cp/cp-relocate.exp: Likewise.
3176 * gdb.cp/cplusfuncs.exp: Likewise.
3177 * gdb.cp/namespace.exp: Likewise.
3178 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3179
3180 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3181
3182 * gdb.btrace/cpu.exp: New.
3183
3184 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3185
3186 * gdb.base/step-indirect-call-thunk.exp: New.
3187 * gdb.base/step-indirect-call-thunk.c: New.
3188 * gdb.reverse/step-indirect-call-thunk.exp: New.
3189 * gdb.reverse/step-indirect-call-thunk.c: New.
3190
3191 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3192
3193 * gdb.base/pie-fork.c: New file.
3194 * gdb.base/pie-fork.exp: New file.
3195
3196 2018-04-11 Tom Tromey <tom@tromey.com>
3197
3198 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3199
3200 2018-04-10 Pedro Alves <palves@redhat.com>
3201
3202 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3203 exits. Instead loop running forever.
3204 (fork_parent): Run forever too.
3205
3206 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3207
3208 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3209 mi_continue_to_line.
3210 * gdb.mi/mi-stack.c (callee4): Add comment.
3211
3212 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3213
3214 * gdb.mi/mi-stack.exp: Fix indentation.
3215
3216 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3217
3218 PR gdb/22979
3219 * gdb.arch/amd64-osabi.exp: New file.
3220
3221 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3222
3223 PR gdb/22980
3224 * gdb.base/osabi.exp: New file.
3225
3226 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3227
3228 * gdb.cp/static-typedef-print.exp: New file.
3229 * gdb.cp/static-typedef-print.cc: New file.
3230
3231 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3232
3233 * gdb.ada/varsize_limit: New testcase.
3234
3235 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3236
3237 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3238
3239 * gdb.ada/notcplusplus: New testcase.
3240
3241 * gdb.base/c-linkage-name.c: New file.
3242 * gdb.base/c-linkage-name.exp: New testcase.
3243
3244 2018-03-26 Tom Tromey <tom@tromey.com>
3245
3246 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3247 * gdb.python/py-framefilter.py (name_error): New global.
3248 (ErrorInName.function): Use name_error.
3249
3250 2018-03-26 Tom Tromey <tom@tromey.com>
3251
3252 PR backtrace/15582:
3253 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3254
3255 2018-03-23 Keith Seitz <keiths@redhat.com>
3256
3257 PR c++/22968
3258 * gdb.cp/subtypes.exp: New file.
3259 * gdb.cp/subtypes.h: New file.
3260 * gdb.cp/subtypes.cc: New file.
3261 * gdb.cp/subtypes-2.cc: New file.
3262
3263 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3264
3265 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3266 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3267 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3268 -nostartfiles when compiling the test. Confirm that all registers
3269 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3270
3271 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3272
3273 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3274 option, syntax was wrong anyway.
3275 * gdb.arch/arm-disp-step.exp: Likewise.
3276 * gdb.arch/sparc64-regs.exp: Likewise.
3277 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3278 option, syntax was wrong anyway, switch to use
3279 prepare_for_testing.
3280 * gdb.arch/i386-disp-step.exp: Likewise.
3281
3282 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3283
3284 * gdb.ada/exec_changed.exp: Replace "target_info exists
3285 use_gdb_stub" by "use_gdb_stub".
3286 * gdb.ada/start.exp: Likewise.
3287 * gdb.base/async-shell.exp: Likewise.
3288 * gdb.base/attach-pie-misread.exp: Likewise.
3289 * gdb.base/attach-wait-input.exp: Likewise.
3290 * gdb.base/break-entry.exp: Likewise.
3291 * gdb.base/break-interp.exp: Likewise.
3292 * gdb.base/dprintf-detach.exp: Likewise.
3293 * gdb.base/nostdlib.exp: Likewise.
3294 * gdb.base/solib-nodir.exp: Likewise.
3295 * gdb.base/statistics.exp: Likewise.
3296 * gdb.base/testenv.exp: Likewise.
3297 * gdb.mi/mi-exec-run.exp: Likewise.
3298 * gdb.mi/mi-start.exp: Likewise.
3299 * gdb.multi/dummy-frame-restore.exp: Likewise.
3300 * gdb.multi/multi-arch-exec.exp: Likewise.
3301 * gdb.multi/multi-arch.exp: Likewise.
3302 * gdb.multi/tids.exp: Likewise.
3303 * gdb.multi/watchpoint-multi.exp: Likewise.
3304 * gdb.python/py-events.exp: Likewise.
3305 * gdb.threads/attach-into-signal.exp: Likewise.
3306 * gdb.threads/attach-stopped.exp: Likewise.
3307 * gdb.threads/threadapply.exp: Likewise.
3308 * lib/selftest-support.exp: Likewise.
3309
3310 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3311
3312 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3313
3314 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3315
3316 * gdb.perf/template-breakpoints.cc: New file.
3317 * gdb.perf/template-breakpoints.exp: New file.
3318 * gdb.perf/template-breakpoints.py: New file.
3319
3320 2018-03-19 Tom Tromey <tom@tromey.com>
3321
3322 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3323 y0.
3324 * gdb.rust/simple.exp: Test bare identifier form of struct
3325 initializer.
3326
3327 2018-03-19 Tom Tromey <tom@tromey.com>
3328
3329 * gdb.gdb/observer.exp: Remove.
3330
3331 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3332
3333 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3334 "qualified" option when setting breakpoints.
3335 * gdb.trace/backtrace.exp: Likewise.
3336 * gdb.trace/circ.exp: Likewise.
3337 * gdb.trace/collection.exp: Likewise.
3338 * gdb.trace/disconnected-tracing.exp: Likewise.
3339 * gdb.trace/ftrace-lock.exp: Likewise.
3340 * gdb.trace/ftrace.exp: Likewise.
3341 * gdb.trace/infotrace.exp: Likewise.
3342 * gdb.trace/packetlen.exp: Likewise.
3343 * gdb.trace/passc-dyn.exp: Likewise.
3344 * gdb.trace/qtro.exp: Likewise.
3345 * gdb.trace/read-memory.exp: Likewise.
3346 * gdb.trace/report.exp: Likewise.
3347 * gdb.trace/signal.exp: Likewise.
3348 * gdb.trace/status-stop.exp: Likewise.
3349 * gdb.trace/strace.exp: Likewise.
3350 * gdb.trace/tfind.exp: Likewise.
3351 * gdb.trace/trace-break.exp: Likewise.
3352 * gdb.trace/trace-condition.exp: Likewise.
3353 * gdb.trace/trace-mt.exp: Likewise.
3354 * gdb.trace/tstatus.exp: Likewise.
3355 * gdb.trace/tsv.exp: Likewise.
3356 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3357 * gdb.trace/unavailable.exp: Likewise.
3358 * gdb.trace/while-dyn.exp: Likewise.
3359
3360 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3361
3362 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3363 that libinproctrace is copied to the target.
3364
3365 2018-03-14 Tom Tromey <tom@tromey.com>
3366
3367 PR cli/14977:
3368 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3369 a null pointer.
3370 * gdb.base/wchar.exp: Likewise.
3371
3372 2018-03-14 Tom Tromey <tom@tromey.com>
3373
3374 PR cli/19918:
3375 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3376 flag.
3377
3378 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3379
3380 PR gdb/22841
3381 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3382 "target" to remote_exec.
3383
3384 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3385
3386 PR gdb/22841
3387 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3388 ${board}_upload): Remove.
3389
3390 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3391
3392 * gdb.cp/watch-cp.cc: New test.
3393 * gdb.cp/watch-cp.exp: New file.
3394
3395 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3396
3397 * gdb.base/infcall-nested-structs.exp: New file.
3398 * gdb.base/infcall-nested-structs.c: New file.
3399 * gdb.base/float.exp: Add riscv support.
3400
3401 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3402
3403 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3404 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3405
3406 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3407
3408 * gdb.server/abspath.exp: New file.
3409 * lib/gdb.exp (with_cwd): New procedure.
3410
3411 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3412
3413 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3414 use it.
3415 (gdb_is_target_remote_prompt): New proc.
3416 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3417 (gdb_is_target_native): Pass prompt parameter to
3418 gdb_is_target_1.
3419
3420 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3421
3422 * gdb.base/load-command.c: New file.
3423 * gdb.base/load-command.exp: New file.
3424 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3425 (gdb_is_target_1): ...this, and generalize for other targets
3426 than just remote.
3427 (gdb_is_target_remote): Use gdb_is_target_1.
3428 (gdb_is_target_native): use gdb_is_target_1.
3429
3430 2018-02-26 Tom Tromey <tom@tromey.com>
3431
3432 PR python/16497:
3433 * gdb.python/py-framefilter.exp: Update test.
3434
3435 2018-02-26 Tom Tromey <tom@tromey.com>
3436
3437 * gdb.dwarf2/variant.c: New file.
3438 * gdb.dwarf2/variant.exp: New file.
3439
3440 2018-02-26 Tom Tromey <tom@tromey.com>
3441
3442 * gdb.rust/simple.exp: Accept more possible results in enum test.
3443
3444 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3445
3446 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3447 parentheses.
3448
3449 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3450
3451 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3452 name of a variable: $actual_linejj -> $actual_line.
3453
3454 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3455
3456 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3457
3458 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3459
3460 * gdb.btrace/buffer-size.exp: Do not force BTS.
3461
3462 2018-02-14 Pedro Alves <palves@redhat.com>
3463
3464 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3465 getting a "Quit".
3466
3467 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3468
3469 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3470 Fix test name.
3471
3472 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3473
3474 * gdb.cp/m-static.exp: Check type of optimized out static
3475 member.
3476
3477 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3478
3479 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3480 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3481
3482 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3483 Leszek Swirski <leszeks@google.com>
3484
3485 * gdb.python/py-prettyprint.c
3486 (struct to_string_returns_value_inner,
3487 struct to_string_returns_value_wrapper): New.
3488 (main): Add tsrvw variable.
3489 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3490 ToStringReturnsValueWrapper): New classes.
3491 (register_pretty_printers): Register new pretty-printers.
3492 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3493 recursive pretty printer.
3494 * gdb.python/py-mi.exp: Likewise.
3495
3496 2018-02-01 Leszek Swirski <leszeks@google.com>
3497
3498 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3499 functions with the same name as an include file are parsed
3500 correctly.
3501
3502 2018-02-01 Yao Qi <yao.qi@linaro.org>
3503
3504 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3505 "\[^\r\n\]*".
3506
3507 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3508
3509 * gdb.arch/powerpc-prologue-frame.s: New file.
3510 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3511 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3512
3513 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3514
3515 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3516
3517 2018-01-30 Pedro Alves <palves@redhat.com>
3518
3519 PR gdb/13211
3520 * gdb.base/interrupt-daemon.c: New.
3521 * gdb.base/interrupt-daemon.exp: New.
3522 * gdb.multi/multi-term-settings.c: New.
3523 * gdb.multi/multi-term-settings.exp: New.
3524
3525 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3526
3527 * gdb.base/break.exp: Save the location where the breakpoint
3528 on break.c:47 was actually inserted when debugging the version
3529 compiled at -O2 and use it in the expected output of the "info
3530 break" test performed soon after.
3531
3532 2018-01-22 Pedro Alves <palves@redhat.com>
3533 Sergio Durigan Junior <sergiodj@redhat.com>
3534
3535 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3536 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3537
3538 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3539
3540 * gdb.base/break-include.c, gdb.base/break-include.inc,
3541 gdb.base/break-include.exp: New files.
3542 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3543 line number now being the actual line number where the breakpoint
3544 was inserted.
3545 * gdb.mi/mi-break.exp: Likewise.
3546 * gdb.mi/mi-reverse.exp: Likewise.
3547 * gdb.mi/mi-simplerun.exp: Ditto.
3548
3549 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3550
3551 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3552 varobj.
3553 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3554
3555 2018-01-21 Don Breazeal <donb@codesourcery.com>
3556 Andrew Burgess <andrew.burgess@embecosm.com>
3557
3558 * gdb.mi/basics.c: Add new global.
3559 * gdb.mi/mi-frame-regs.exp: New file.
3560 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3561 case.
3562
3563 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3564
3565 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3566 non-parameter, and on an unknown symbol.
3567
3568 2018-01-19 Tom Tromey <tom@tromey.com>
3569
3570 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3571 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3572
3573 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3574
3575 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3576 setrlimit and chdir to int.
3577
3578 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3579
3580 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3581 function.
3582 (my_tend): Likewise.
3583 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3584 rationale of avoiding FP- and vector instructions.
3585
3586 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3587
3588 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3589 "info reg" with "\[ \t\]*".
3590 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3591 "\[ \t\]+".
3592 * gdb.arch/s390-multiarch.exp: Ditto.
3593 * gdb.base/pc-fp.exp: Ditto.
3594 * gdb.reverse/i386-precsave.exp: Ditto.
3595 * gdb.reverse/i386-reverse.exp: Ditto.
3596 * gdb.reverse/i387-env-reverse.exp: Ditto.
3597 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3598
3599 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3600
3601 * lib/gdb.exp (gdb_compile): Re-enable use of
3602 universal_compile_options for languages other than Rust.
3603
3604 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3605
3606 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3607
3608 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3609
3610 PR gdb/16577
3611 * gdb.base/solib-vanish.exp: New.
3612 * gdb.base/solib-vanish-main.c: New.
3613 * gdb.base/solib-vanish-lib1.c: New.
3614 * gdb.base/solib-vanish-lib2.c: New.
3615
3616 2018-01-17 Yao Qi <yao.qi@linaro.org>
3617
3618 * gdb.compile/compile.exp: Match the address printed for
3619 frame in the output of command "bt".
3620
3621 2018-01-15 Tom Tromey <tom@tromey.com>
3622
3623 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3624 compute sp_reg.
3625
3626 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3627
3628 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3629 to prepare.
3630 (prepare): Return 0 on error, 1 on success.
3631
3632 2018-01-12 Pedro Alves <palves@redhat.com>
3633
3634 * gdb.base/continue-after-aborted-step-over.c: New.
3635 * gdb.base/continue-after-aborted-step-over.exp: New.
3636
3637 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3638
3639 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3640 options when not creating an executable.
3641
3642 2018-01-11 Pedro Alves <palves@redhat.com>
3643
3644 PR remote/22597
3645 * gdb.server/stop-reply-no-thread.c: New file.
3646 * gdb.server/stop-reply-no-thread.exp: New file.
3647
3648 2018-01-10 Pedro Alves <palves@redhat.com>
3649
3650 PR gdb/22670
3651 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3652 functions too. Test setting breakpoints and printing C functions
3653 with no debug info too.
3654 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3655
3656 2018-01-10 Pedro Alves <palves@redhat.com>
3657
3658 PR gdb/22670
3659 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3660 a fail.
3661
3662 2018-01-10 Pedro Alves <palves@redhat.com>
3663
3664 PR gdb/22670
3665 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3666
3667 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3668
3669 * gdb.server/unittest.exp: Match the output in non-development
3670 mode.
3671
3672 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3673
3674 * gdb.gdb/unittest.exp: Match output in non-development mode.
3675
3676 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3677
3678 * gdb.ada/access_tagged_param.exp: Relax expected output
3679 for value of "ObjL" in "continue" to pck.inspect breakpoint
3680 test.
3681
3682 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3683
3684 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3685 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3686
3687 2018-01-05 Pedro Alves <palves@redhat.com>
3688
3689 PR gdb/18653
3690 * gdb.base/libsegfault.exp: New.
3691
3692 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3693
3694 PR gdb/22670
3695 * gdb.ada/access_tagged_param.exp: New file.
3696 * gdb.ada/access_tagged_param/foo.adb: New file.
3697
3698 2018-01-05 Pedro Alves <palves@redhat.com>
3699
3700 PR gdb/22670
3701 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3702 exercise lower case too, and to exercise both full matching and
3703 wild matching.
3704
3705 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3706
3707 * gdb.ada/rename_subscript_param: New testcase.
3708
3709 2018-01-05 Jerome Guitton <guitton@adacore.com>
3710
3711 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3712
3713 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3714
3715 * gdb.ada/convvar_comp: New testcase.
3716
3717 2018-01-05 Xavier Roirand <roirand@adacore.com>
3718
3719 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3720 (My_Table): New global variable.
3721 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3722
3723 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3724
3725 PR gdb/22670
3726 * gdb.ada/maint_with_ada: New testcase.
3727
3728 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3729
3730 PR gdb/22670
3731 * gdb.ada/bp_c_mixed_case: New testcase.
3732
3733 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3734
3735 PR gdb/22670
3736 * gdb.ada/complete.exp: Add "complete break ada" test.
3737
3738 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3739
3740 PR gdb/22670
3741 * gdb.ada/info_addr_mixed_case: New testcase.
3742
3743 2018-01-03 Xavier Roirand <roirand@adacore.com>
3744
3745 * gdb.ada/excep_handle.exp: New testcase.
3746 * gdb.ada/excep_handle/foo.adb: New file.
3747 * gdb.ada/excep_handle/pck.ads: New file.
3748
3749 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3750
3751 * gdb.base/step-line.c: Add extra empty line in copyright header.
3752 * gdb.base/step-line.inp: Likewise.
3753
3754 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3755
3756 * gdb.ada/dyn_stride.exp: Add slice test.
3757
3758 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3759
3760 * gdb.ada/dyn_stride: New testcase.
3761
3762 2017-12-27 Stafford Horne <shorne@gmail.com>
3763
3764 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3765 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3766
3767 2017-12-27 Stafford Horne <shorne@gmail.com>
3768
3769 * gdb.base/reggroups.c: New file.
3770 * gdb.base/reggroups.exp: New file.
3771
3772 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3773
3774 * gdb.dwarf2/ada-valprint-error.c: New file.
3775 * gdb.dwarf2/ada-valprint-error.exp: New file.
3776
3777 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3778
3779 * gdb.ada/assign_arr: New testcase.
3780
3781 2017-12-18 Xavier Roirand <roirand@adacore.com>
3782
3783 * gdb.ada/funcall_ptr: New testcase.
3784
3785 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3786
3787 PR cli/16224
3788 * gdb.base/ptype-offsets.cc: New file.
3789 * gdb.base/ptype-offsets.exp: New file.
3790
3791 2017-12-15 Yao Qi <yao.qi@linaro.org>
3792
3793 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3794 if XML is disabled.
3795
3796 2017-12-15 Xavier Roirand <roirand@adacore.com>
3797
3798 * gdb.ada/same_component_name: New testcase.
3799
3800 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3801
3802 * gdb.ada/str_binop_equal: New testcase.
3803
3804 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3805
3806 * gdb.ada/task_switch_in_core: New testcase.
3807
3808 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3809
3810 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3811 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3812 call test_bkpt_qualified.
3813 (test_bkpt_qualified): New proc.
3814
3815 2017-12-13 Pedro Alves <palves@redhat.com>
3816
3817 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3818 Tighten regexp by matching with an anchor.
3819
3820 2017-12-13 Pedro Alves <palves@redhat.com>
3821
3822 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3823 ("expression with namespace"): New set of tests.
3824 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3825 (Nested::Test_NS::qux): New.
3826 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3827 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3828
3829 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3830
3831 * gdb.base/server-del-break.c: New file.
3832 * gdb.base/server-del-break.exp: New file.
3833
3834 2017-12-12 Stafford Horne <shorne@gmail.com>
3835
3836 * gdb.xml/tdesc-regs.exp: Add or1k support.
3837
3838 2017-12-12 Stafford Horne <shorne@gmail.com>
3839
3840 * gdb.base/bp-permanent.c: Define nop of or1k.
3841
3842 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3843
3844 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3845 output with components being reordered.
3846
3847 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3848
3849 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3850 output with components being reordered.
3851
3852 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3853 Pedro Alves <palves@redhat.com>
3854
3855 * gdb.base/maint.exp (check for .gdb_index): Check also for
3856 .debug_names.
3857 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3858 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3859 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3860 (.gdb_index used after symbol reloading): Support also .debug_names.
3861 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3862
3863 2017-12-08 Yao Qi <yao.qi@linaro.org>
3864
3865 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3866 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3867
3868 2017-12-08 Yao Qi <yao.qi@linaro.org>
3869
3870 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3871 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3872
3873 2017-12-08 Yao Qi <yao.qi@linaro.org>
3874
3875 * gdb.arch/aarch64-tagged-pointer.c: New file.
3876 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3877
3878 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3879
3880 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3881 "int".
3882
3883 2017-12-07 Keith Seitz <keiths@redhat.com>
3884
3885 PR breakpoints/22569
3886 * gdb.linespec/ls-errs.exp: Change expected result of "break
3887 -source this file has spaces.c -line 3".
3888 Check that an explicit source file followed by whitespace is
3889 identified as an invalid explicit location.
3890
3891 2017-12-07 Keith Seitz <keiths@redhat.com>
3892
3893 * gdb.cp/nested-types.cc: New file.
3894 * gdb.cp/nested-types.exp: New file.
3895 * lib/cp-support.exp: Load data-structures.exp library.
3896 (debug_cp_test_ptype_class): New global.
3897 (cp_ptype_class_verbose, next_line): New procedures.
3898 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3899 Add and document new return value.
3900 Switch the list of lines to a queue.
3901 Add support for new `type' key for nested type definitions.
3902 Add debugging/troubleshooting messages.
3903 * lib/data-structures.exp: New file.
3904
3905 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3906
3907 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3908 with proc_with_prefix, don't use with_test_prefix.
3909
3910 2017-12-07 Tom Tromey <tom@tromey.com>
3911
3912 * gdb.base/break.exp: Add test for empty "commands".
3913
3914 2017-12-07 Yao Qi <yao.qi@linaro.org>
3915
3916 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3917 malloc and catch syscall.
3918
3919 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3920
3921 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3922 tests for explicit locations.
3923
3924 2017-12-06 Pedro Alves <palves@redhat.com>
3925
3926 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3927 force-disabling XML descriptions.
3928
3929 2017-12-04 Pedro Alves <palves@redhat.com>
3930
3931 PR gdb/22499
3932 * gdb.arch/amd64-disp-step-avx.S: New file.
3933 * gdb.arch/amd64-disp-step-avx.exp: New file.
3934
3935 2017-12-03 Pedro Alves <palves@redhat.com>
3936
3937 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3938 and <string.h>.
3939 (parent_function): Print distinct messages when waitpid fails, or
3940 the child exits with a signal, or the child exits for an unhandled
3941 reason.
3942 * gdb.threads/process-dies-while-detaching.exp
3943 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3944 it. Wait for both inferior output and GDB's prompt. Use an
3945 indirect spawn id list.
3946 (do_detach): New parameter 'child_exit'. Use it to compute
3947 expected inferior output.
3948 (test_detach, test_detach_watch, test_detach_killed_outside):
3949 Adjust to pass down the expected child exit kind.
3950
3951 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3952 Sergio Durigan Junior <sergiodj@redhat.com>
3953 Pedro Alves <palves@redhat.com>
3954
3955 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3956
3957 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3958
3959 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3960 to 'symbol-file' and 'add-symbol-file' can be
3961 position-independent.
3962
3963 2017-12-01 Yao Qi <yao.qi@linaro.org>
3964
3965 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3966 the URL in copyright header.
3967 * gdb.arch/aarch64-fp.exp: Likewise.
3968 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3969 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3970 * gdb.base/expand-psymtabs.exp: Likewise.
3971 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3972 * gdb.fortran/common-block.exp: Likewise.
3973 * gdb.fortran/common-block.f90: Likewise.
3974 * gdb.fortran/logical.exp: Likewise.
3975 * gdb.fortran/vla-datatypes.f90: Likewise.
3976 * gdb.fortran/vla-sub.f90: Likewise.
3977
3978 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3979
3980 * gdb.ada/repeat_dyn: New testcase.
3981
3982 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3983
3984 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3985 Update for changed thread numbering.
3986 * gdb.cell/bt.exp: Update for changed GDB output.
3987
3988 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3989
3990 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3991 setting isremote by hand.
3992 * boards/dwarf4-gdb-index.exp: Likewise.
3993 * boards/fission.exp: Likewise.
3994 * boards/stabs.exp: Likewise.
3995
3996 2017-11-30 Pedro Alves <palves@redhat.com>
3997
3998 * gdb.linespec/cpls-ops.exp
3999 (check_explicit_skips_function_argument): Extract the underlying
4000 type of size_t instead of hardcoding it.
4001
4002 2017-11-29 Pedro Alves <palves@redhat.com>
4003
4004 PR c++/19436
4005 * gdb.linespec/cpls-abi-tag.cc: New file.
4006 * gdb.linespec/cpls-abi-tag.exp: New file.
4007
4008 2017-11-29 Pedro Alves <palves@redhat.com>
4009
4010 * gdb.base/langs.exp: Use -qualified.
4011 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4012 it.
4013 * gdb.cp/namespace.exp: Use -qualified.
4014 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4015 (overload-3, template-overload, template-ret-type, const-overload)
4016 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4017 procedures.
4018 (test_driver): Call them.
4019 * gdb.cp/save-bp-qualified.cc: New.
4020 * gdb.cp/save-bp-qualified.exp: New.
4021 * gdb.linespec/explicit.exp: Test -qualified.
4022 * lib/completion-support.exp (completion::explicit_opts_list): Add
4023 "-qualified".
4024 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4025
4026 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4027
4028 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4029
4030 2017-11-29 Tom Tromey <tom@tromey.com>
4031
4032 * gdb.base/relocate.exp: Update invalid argument test.
4033 Add new tests for invalid arguments.
4034
4035 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4036
4037 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4038 Return 0 as a long.
4039 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4040
4041 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4042
4043 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4044 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4045 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4046 func ().
4047 * gdb.cp/shadow.cc (B.func): Return 0.
4048
4049 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4050
4051 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4052 expected output in gdb_expect call to allow the exception
4053 message to be present as well. Fix syntax confusion to avoid
4054 TCL thinking that exception_name is an array.
4055
4056 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4057
4058 * gdb.arch/spu-info.c: Include <unistd.h>.
4059 (do_signal_test): Fix broken calls to write.
4060 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4061 Fix checks for empty mailboxes. Update signal tests for corrected
4062 do_signal_test routine. Allow nonzero event status.
4063 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4064 * gdb.cell/arch.exp: Use standard_output_file.
4065 * gdb.cell/break.exp: Likewise.
4066 * gdb.cell/bt.exp: Likewise.
4067 * gdb.cell/core.exp: Likewise.
4068 * gdb.cell/dwarfaddr.exp: Likewise.
4069 * gdb.cell/ea-cache.exp: Likewise.
4070 * gdb.cell/ea-standalone.exp: Likewise.
4071 * gdb.cell/f-regs.exp: Likewise.
4072 * gdb.cell/fork.exp: Likewise.
4073 * gdb.cell/gcore.exp: Likewise.
4074 * gdb.cell/mem-access.exp: Likewise.
4075 * gdb.cell/ptype.exp: Likewise.
4076 * gdb.cell/registers.exp: Likewise.
4077 * gdb.cell/sizeof.exp: Likewise.
4078 * gdb.cell/solib-symbol.exp: Likewise.
4079 * gdb.cell/solib.exp: Likewise.
4080
4081 2017-11-25 Pedro Alves <palves@redhat.com>
4082
4083 * gdb.base/complete-empty.exp: New file.
4084 * gdb.base/completion.exp: Adjust.
4085
4086 2017-11-25 Pedro Alves <palves@redhat.com>
4087
4088 * gdb.linespec/cpls-ops.cc: New file.
4089 * gdb.linespec/cpls-ops.exp: New file.
4090 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4091 factored out from ...
4092 (test_complete_prefix_range): ... this.
4093
4094 2017-11-24 Pedro Alves <palves@redhat.com>
4095
4096 * gdb.linespec/cpcompletion.exp: New file.
4097 * gdb.linespec/cpls-hyphen.cc: New file.
4098 * gdb.linespec/cpls.cc: New file.
4099 * gdb.linespec/cpls2.cc: New file.
4100 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4101 test to use test_gdb_complete_unique. Add label completion,
4102 keyword completion and explicit location completion tests.
4103 * lib/completion-support.exp: New file.
4104
4105 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4106
4107 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4108 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4109 when hitting an exception catchpoint.
4110
4111 2017-11-22 Yao Qi <yao.qi@linaro.org>
4112
4113 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4114
4115 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4116
4117 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4118 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4119 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4120
4121 2017-11-22 Yao Qi <yao.qi@linaro.org>
4122
4123 * gdb.base/info-os.exp: Pass pthreads.
4124 * gdb.multi/multi-attach.exp: Likewise.
4125
4126 2017-11-22 Yao Qi <yao.qi@linaro.org>
4127
4128 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4129 compiler.
4130
4131 2017-11-22 Yao Qi <yao.qi@linaro.org>
4132
4133 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4134 * gdb.base/break-interp.exp: Likewise.
4135 * gdb.base/jit-attach-pie.exp: Likewise.
4136
4137 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4138
4139 * gdb.base/float128.c (large128): New variable.
4140 * gdb.base/float128.exp: Add test to print largest __float128 value.
4141
4142 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4143
4144 * gdb.arch/vsx-regs.exp: Update register content checks.
4145
4146 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4147
4148 * gdb.arch/ppc-longdouble.exp: New file.
4149 * gdb.arch/ppc-longdouble.c: Likewise.
4150
4151 2017-11-21 Pedro Alves <palves@redhat.com>
4152
4153 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4154
4155 2017-11-20 Pedro Alves <palves@redhat.com>
4156
4157 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4158 (long_double_typedef): New typedefs.
4159 Use DEF on double and long double.
4160 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4161 cases.
4162 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4163 and 'long_double_ptr_same_size' locals. Use them to decide
4164 whether cast from array/function to float is valid/invalid.
4165
4166 2017-11-17 Tom Tromey <tom@tromey.com>
4167
4168 * gdb.rust/traits.rs: New file.
4169 * gdb.rust/traits.exp: New file.
4170
4171 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4172
4173 * gdb.ada/minsyms: New testcase.
4174
4175 2017-11-16 Pedro Alves <palves@redhat.com>
4176
4177 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4178 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4179
4180 2017-11-16 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4183 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4184
4185 2017-11-16 Pedro Alves <palves@redhat.com>
4186
4187 * gdb.server/reconnect-ctrl-c.c: New file.
4188 * gdb.server/reconnect-ctrl-c.exp: New file.
4189
4190 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4191
4192 * gdb.python/py-rbreak.exp: New file.
4193 * gdb.python/py-rbreak.c: New file.
4194 * gdb.python/py-rbreak-func2.c: New file.
4195
4196 2017-11-16 Pedro Alves <palves@redhat.com>
4197
4198 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4199 pattern.
4200 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4201 GDB.
4202
4203 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4204
4205 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4206 regex.
4207
4208 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4209
4210 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4211 test names.
4212
4213 2017-11-09 Pedro Alves <palves@redhat.com>
4214
4215 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4216 factored out from ...
4217 (top level): ... here, and adjusted to avoid expecting beyond the
4218 prompt in a single gdb_test_multiple.
4219
4220 2017-11-09 Pedro Alves <palves@redhat.com>
4221
4222 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4223 output.
4224 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4225 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4226 * gdb.server/ext-run.exp ("kill" test): Likewise.
4227 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4228
4229 2017-11-09 Pedro Alves <palves@redhat.com>
4230
4231 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4232 match till end of line.
4233
4234 2017-11-09 Pedro Alves <palves@redhat.com>
4235
4236 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4237
4238 2017-11-09 Pedro Alves <palves@redhat.com>
4239
4240 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4241 New procedures, factored out from ...
4242 (top level): ... here, and adjusted to avoid expecting beyond the
4243 prompt in one go.
4244
4245 2017-11-09 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4248 output. Fix '?' match.
4249
4250 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4251
4252 * gdb.ada/scoped_watch: New testcase.
4253 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4254 which is actually correct.
4255 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4256 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4257
4258 2017-11-08 Pedro Alves <palves@redhat.com>
4259
4260 * gdb.gdb/complaints.exp (test_initial_complaints)
4261 (test_serial_complaints, test_short_complaints): Call
4262 complaint_internal instead of complaint.
4263
4264 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4265
4266 * gdb.threads/tls-core.c: New file.
4267 * gdb.threads/tls-core.exp: Likewise.
4268
4269 2017-11-08 Pedro Alves <palves@redhat.com>
4270
4271 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4272 (p Exported_Capitalized): New test.
4273 (p exported_capitalized): New test.
4274
4275 2017-11-07 Pedro Alves <palves@redhat.com>
4276
4277 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4278
4279 2017-11-07 Pedro Alves <palves@redhat.com>
4280
4281 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4282 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4283 (disable_invalid, disable_inverted, disable_negative): New
4284 procedures.
4285 ("bad numbers"): New set of tests.
4286
4287 2017-11-07 Pedro Alves <palves@redhat.com>
4288
4289 * gdb.cp/ena-dis-br-range.exp: Add tests.
4290
4291 2017-11-07 Pedro Alves <palves@redhat.com>
4292
4293 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4294
4295 2017-11-07 Xavier Roirand <roirand@adacore.com>
4296 Pedro Alves <palves@redhat.com>
4297
4298 * gdb.base/ena-dis-br.exp: Add reference to
4299 gdb.cp/ena-dis-br-range.exp.
4300 * gdb.cp/ena-dis-br-range.exp: New file.
4301 * gdb.cp/ena-dis-br-range.cc: New file.
4302
4303 2017-11-06 Pedro Alves <palves@redhat.com>
4304
4305 * gdb.base/attach-non-pgrp-leader.c: New.
4306 * gdb.base/attach-non-pgrp-leader.exp: New.
4307
4308 2017-11-06 Pedro Alves <palves@redhat.com>
4309
4310 * configure.ac: No longer check for termio.h and sgtty.h.
4311 * configure: Regenerate.
4312 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4313 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4314 Remove termio and sgtty code.
4315
4316 2017-11-03 Yao Qi <yao.qi@linaro.org>
4317
4318 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4319 in GDB is disabled.
4320
4321 2017-11-03 Yao Qi <yao.qi@linaro.org>
4322
4323 * gdb.python/py-thrhandle.exp: Skip it if python is not
4324 enabled.
4325
4326 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4327
4328 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4329 as a breakpoint command.
4330
4331 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4332
4333 PR python/21213
4334 * gdb.python/py-infthread.exp: Test calling
4335 InferiorThread.inferior () multiple times in a row.
4336
4337 2017-10-27 Keith Seitz <keiths@redhat.com>
4338
4339 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4340 Test "info break" for every inlined function breakpoint.
4341
4342 2017-10-27 Yao Qi <yao.qi@linaro.org>
4343
4344 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4345
4346 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4347
4348 * gdb.cp/classes.exp (test_static_members): Test printing
4349 Outer::instance.
4350 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4351 (Inner::instance, Outer::instance): New.
4352
4353 2017-10-24 Pedro Alves <palves@redhat.com>
4354
4355 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4356 extra console" test in two stages.
4357
4358 2017-10-24 Pedro Alves <palves@redhat.com>
4359
4360 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4361
4362 2017-10-24 Pedro Alves <palves@redhat.com>
4363
4364 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4365 loop.
4366
4367 2017-10-24 Pedro Alves <palves@redhat.com>
4368
4369 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4370 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4371
4372 2017-10-24 Pedro Alves <palves@redhat.com>
4373
4374 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4375 parameter and handle it. Don't output read value in test name.
4376
4377 2017-10-24 Pedro Alves <palves@redhat.com>
4378
4379 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4380 custom test name.
4381
4382 2017-10-24 Pedro Alves <palves@redhat.com>
4383
4384 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4385 include the unstable output directory name in the test's name.
4386 (initial_setup_simple) <'set args'>: Use custom test name.
4387
4388 2017-10-24 Pedro Alves <palves@redhat.com>
4389
4390 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4391 with explicit test name.
4392
4393 2017-10-20 Pedro Alves <palves@redhat.com>
4394
4395 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4396 'wait -i'. Use gdb_assert and remote_close.
4397
4398 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4399
4400 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4401 number from variable rather than hard-coded.
4402
4403 2017-10-19 Pedro Alves <palves@redhat.com>
4404
4405 * gdb.base/long-inferior-output.c: New file.
4406 * gdb.base/long-inferior-output.exp: New file.
4407
4408 2017-11-18 Keith Seitz <keiths@redhat.com>
4409
4410 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4411 method.
4412 (main): Call it.
4413 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4414 Add additional user-defined conversion operator tests.
4415
4416 2017-10-17 Pedro Alves <palves@redhat.com>
4417
4418 * boards/native-stdio-gdbserver.exp: Load "local-board".
4419
4420 2017-10-17 Pedro Alves <palves@redhat.com>
4421
4422 * gdb.base/quit-live.c: New file.
4423 * gdb.base/quit-live.exp: New file.
4424
4425 2017-10-16 Keith Seitz <keiths@redhat.com>
4426
4427 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4428 (class_with_protected_typedef, class_with_private_typedef)
4429 (struct_with_public_typedef, struct_with_protected_typedef)
4430 (struct_with_private_typedef): New classes/structs.
4431 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4432 typedefs and access specifiers.
4433
4434 2017-10-16 Pedro Alves <palves@redhat.com>
4435 Simon Marchi <simon.marchi@polymtl.ca>
4436
4437 * README (Local vs Remote vs Native): New section.
4438 * boards/local-board.exp: New file, with bits factored out from
4439 ...
4440 * boards/native-extended-gdbserver.exp: ... here. Load
4441 "local-board".
4442 * boards/native-gdbserver.exp: Load "local-board".
4443 (${board}_spawn, ${board}_exec): Delete.
4444 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4445 ...
4446 * boards/stdio-gdbserver-base.exp: ... this new file.
4447 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4448 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4449 procedure.
4450 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4451 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4452 stdio_gdbserver_command.
4453 (${board}_get_remote_address, ${board}_get_comm_port)
4454 (${board}_download, ${board}_upload): Delete.
4455 (get_target_remote_pipe_cmd): New.
4456
4457 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4458
4459 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4460 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4461 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4462 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4463 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4464 remove with_test_prefix.
4465
4466 2017-10-13 Pedro Alves <palves@redhat.com>
4467
4468 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4469 * gdb.base/annota1.exp: Use it instead of is_remote.
4470 * gdb.base/annota3.exp: Use it instead of is_remote.
4471 * gdb.cp/annota2.exp: Use it instead of is_remote.
4472 * gdb.cp/annota3.exp: Use it instead of is_remote.
4473 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4474
4475 2017-10-13 Pedro Alves <palves@redhat.com>
4476
4477 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4478 (test_num_test_vars, run_and_count_vars, find_env)
4479 (test_set_unset_env, test_inherit_env_var): New procedures.
4480 (top level): Use them.
4481
4482 2017-10-13 Pedro Alves <palves@redhat.com>
4483
4484 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4485 also skip on stub-like targets.
4486
4487 2017-10-13 Pedro Alves <palves@redhat.com>
4488
4489 PR gdb/22293
4490 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4491 (top level): Move some tests to ...
4492 (test_not_found): ... this new procedure.
4493 (top level): Call it.
4494
4495 2017-10-13 Pedro Alves <palves@redhat.com>
4496
4497 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4498 expect different "info terminal" output if testing with a
4499 non-native target.
4500
4501 2017-10-13 Pedro Alves <palves@redhat.com>
4502 Simon Marchi <simon.marchi@polymtl.ca>
4503
4504 PR python/12966
4505 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4506
4507 2017-10-13 Pedro Alves <palves@redhat.com>
4508
4509 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4510 already.
4511
4512 2017-10-13 Pedro Alves <palves@redhat.com>
4513
4514 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4515 is_remote.
4516
4517 2017-10-13 Pedro Alves <palves@redhat.com>
4518
4519 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4520 is_remote.
4521
4522 2017-10-13 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4525 is set.
4526 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4527 instead of is_remote.
4528
4529 2017-10-13 Pedro Alves <palves@redhat.com>
4530
4531 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4532 (top level): Add comment.
4533
4534 2017-10-13 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.base/remote.exp (top level): Fix comment typo and add
4537 missing return.
4538
4539 2017-10-13 Pedro Alves <palves@redhat.com>
4540 Simon Marchi <simon.marchi@polymtl.ca>
4541
4542 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4543 calls and add comments. Skip test if use_gdb_stub is set.
4544 (top level): Use "set cwd" command instead of "cd" command.
4545
4546 2017-10-13 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4549 is_remote target check.
4550
4551 2017-10-13 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.base/scope.exp: Use build_executable + clean_restart +
4554 gdb_file_cmd instead of prepare_for_testing and no longer skip
4555 "before run" tests on is_remote target boards. Update comments.
4556 * boards/native-extended-gdbserver.exp
4557 (extended_gdbserver_load_last_file): New, factored out from ...
4558 (gdb_load): ... this. Move further below and add comment.
4559 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4560
4561 2017-10-12 Pedro Alves <palves@redhat.com>
4562
4563 * gdb.base/attach.exp: Remove references to gdb64.
4564 * gdb.base/dbx.exp: Remove references to gdb64.
4565
4566 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4567 Pedro Alves <palves@redhat.com>
4568
4569 * gdb.base/label.exp: Remove is_remote target check.
4570
4571 2017-10-12 Pedro Alves <palves@redhat.com>
4572
4573 * gdb.base/auvx.exp (coredir): Update comment.
4574 (top level) <core_works>: Use "set cwd" command instead of "cd"
4575 command.
4576
4577 2017-10-12 Pedro Alves <palves@redhat.com>
4578 Simon Marchi <simon.marchi@polymtl.ca>
4579
4580 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4581 target boards.
4582
4583 2017-10-12 Pedro Alves <palves@redhat.com>
4584 Simon Marchi <simon.marchi@polymtl.ca>
4585
4586 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4587 Instead skip if there's any gdb_protocol set.
4588
4589 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4590 Pedro Alves <palves@redhat.com>
4591
4592 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4593
4594 2017-10-12 Pedro Alves <palves@redhat.com>
4595 Simon Marchi <simon.marchi@polymtl.ca>
4596
4597 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4598 instead of on dejagnu remote boards.
4599
4600 2017-10-12 Pedro Alves <palves@redhat.com>
4601 Simon Marchi <simon.marchi@polymtl.ca>
4602
4603 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4604 checks. Use build_executable + clean_restart instead of
4605 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4606 of enabling non-stop after starting gdb.
4607
4608 2017-10-12 Pedro Alves <palves@redhat.com>
4609
4610 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4611 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4612 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4613 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4614
4615 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4616
4617 * gdb.arch/arc-tdesc-cpu.exp: New file.
4618 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4619
4620 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4621
4622 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4623
4624 2017-10-10 Pedro Alves <palves@redhat.com>
4625
4626 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4627 expect CLI output.
4628
4629 2017-10-10 Pedro Alves <palves@redhat.com>
4630
4631 * lib/selftest-support.exp (selftest_setup): Update for
4632 captured_command_loop's prototype change.
4633
4634 2017-10-09 Pedro Alves <palves@redhat.com>
4635
4636 Test both arch1=>arch2 and arch2=>arch1.
4637
4638 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4639 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4640 factored out to...
4641 (append_arch1_options, append_arch2_options, append_arch_options)
4642 (build_executables): New procedures.
4643 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4644 local.
4645 (top level): Add new 'first_arch' testing axis.
4646
4647 2017-10-09 Pedro Alves <palves@redhat.com>
4648
4649 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4650 (barrier): New.
4651 (thread_start, all_started): New functions.
4652 (main): Spawn new thread and wait until it is scheduled.
4653 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4654 option.
4655 (do_test): Add 'selected_thread' parameter. Run to all_started
4656 instead of main. Explicitly set the breakpoint at main. Switch
4657 to the SELECTED_THREAD thread.
4658 (top level): Test handling the exec event with either the main
4659 thread or the second thread selected.
4660
4661 2017-10-09 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4664 logic. Move STOP marker after the value checks.
4665 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4666 regexp.
4667
4668 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4669
4670 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4671
4672 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4673
4674 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4675 integer-to-dfp conversion.
4676 * gdb.base/dfp-test.exp: Likewise.
4677
4678 2017-10-04 Pedro Alves <palves@redhat.com>
4679
4680 * gdb.multi/hangout.c: Include <unistd.h>.
4681 (hangout_loop): New function.
4682 (main): Call alarm. Call hangout_loop in a loop.
4683 * gdb.multi/hello.c: Include <unistd.h>.
4684 (hello_loop): New function.
4685 (main): Call alarm. Call hangout_loop in a loop.
4686 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4687 inferior with the other selected.
4688
4689 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4690
4691 * gdb.mi/list-thread-groups-available.exp: New file.
4692 * gdb.mi/list-thread-groups-available.c: New file.
4693
4694 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4695
4696 * gdb.base/set-cwd.exp: Make it available on
4697 native-extended-gdbserver.
4698
4699 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4700
4701 * gdb.base/set-cwd.c: New file.
4702 * gdb.base/set-cwd.exp: Likewise.
4703
4704 2017-10-02 Tom Tromey <tom@tromey.com>
4705
4706 PR rust/22236:
4707 * gdb.rust/simple.rs (main): New variable "fslice".
4708 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4709
4710 2017-10-02 Tom Tromey <tom@tromey.com>
4711
4712 * gdb.rust/simple.exp: Test ptype of a slice.
4713
4714 2017-10-02 Tom Tromey <tom@tromey.com>
4715
4716 * gdb.rust/simple.exp: Test index of slice.
4717
4718 2017-09-27 Tom Tromey <tom@tromey.com>
4719
4720 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4721
4722 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4723 Pedro Alves <palves@redhat.com>
4724
4725 * gdb.base/compare-sections.exp (get value of read-only section): Read
4726 as unsigned value.
4727 (corrupt read-only section): Likewise and don't set written if patching
4728 failed.
4729
4730 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4731
4732 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4733 files.
4734
4735 2017-09-20 Pedro Alves <palves@redhat.com>
4736
4737 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4738 symbol names in gdb's output.
4739 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4740
4741 2017-09-20 Pedro Alves <palves@redhat.com>
4742
4743 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4744 Rename to ...
4745 (test_list_ambiguous_symbol): ... this and add a symbol name
4746 parameter. Adjust.
4747 (test_list_ambiguous_function): Reimplement on top of
4748 test_list_ambiguous_symbol and also test listing ambiguous
4749 variables.
4750 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4751 (ambiguous_fun): ... this.
4752 (ambiguous_var): New.
4753 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4754 (ambiguous_fun): ... this.
4755 (ambiguous_var): New.
4756
4757 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4758
4759 * gdb.base/starti.c: New file.
4760 * gdb.base/starti.exp: New file.
4761 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4762
4763 2017-09-14 Pedro Alves <palves@redhat.com>
4764
4765 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4766 (top level): Use it instead of runto.
4767
4768 2017-09-11 Tom Tromey <tom@tromey.com>
4769
4770 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4771
4772 2017-09-11 Tom Tromey <tom@tromey.com>
4773
4774 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4775 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4776
4777 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4778
4779 * gdb.fortran/printing-types.exp: New file.
4780 * gdb.fortran/printing-types.exp: New file.
4781
4782 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4783
4784 * gdb.fortran/vla-ptype.exp: Fix typos.
4785 * gdb.fortran/vla-value.exp: Same.
4786
4787 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4788
4789 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4790 * gdb.mi/mi-var-child-f.exp: Likewise.
4791 * gdb.mi/mi-vla-fortran.exp: Likewise.
4792
4793 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4794 Christoph Weinmann <christoph.t.weinmann@intel.com>
4795 Bernhard Heckel <bernhard.heckel@intel.com>
4796
4797 * gdb.fortran/ptr-indentation.f90: New file.
4798 * gdb.fortran/ptr-indentation.exp: New file.
4799
4800 2017-09-05 Tom Tromey <tom@tromey.com>
4801
4802 PR gdb/22010:
4803 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4804
4805 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4806
4807 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4808
4809 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4810
4811 * gdb.threads/tls-nodebug-pie.c: New file.
4812 * gdb.threads/tls-nodebug-pie.exp: New file.
4813
4814 2017-09-05 Tom Tromey <tom@tromey.com>
4815
4816 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4817 for rust.
4818
4819 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4820
4821 * gdb.multi/multi-arch-exec.exp: Test with different
4822 "follow-exec-mode" settings.
4823 (do_test): New procedure.
4824
4825 2017-09-04 Pedro Alves <palves@redhat.com>
4826
4827 * gdb.base/func-static.c (S::method const, S::method volatile)
4828 (S::method volatile const): New methods.
4829 (c_s, v_s, cv_s): New instances.
4830 (main): Call method() on them.
4831 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4832 (cannot_resolve): New procedure.
4833 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4834 print-quote-unquoted columns.
4835 (do_test): Test printing each scope too.
4836
4837 2017-09-04 Pedro Alves <palves@redhat.com>
4838
4839 * gdb.base/local-static.exp: Also test with
4840 class::method::variable wholly quoted.
4841 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4842
4843 2017-09-04 Pedro Alves <palves@redhat.com>
4844
4845 * gdb.base/local-static.c: New.
4846 * gdb.base/local-static.cc: New.
4847 * gdb.base/local-static.exp: New.
4848
4849 2017-09-04 Pedro Alves <palves@redhat.com>
4850
4851 * gdb.asm/asm-source.exp: Add casts to int.
4852 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4853 (dataglobal64_1, dataglobal64_2): New globals.
4854 * gdb.base/nodebug.exp: Test different expressions involving the
4855 new globals, with print, whatis and ptype. Add casts to int.
4856 * gdb.base/solib-display.exp: Add casts to int.
4857 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4858 * gdb.cp/m-static.exp: Add cast to int.
4859 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4860 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4861 tls variable with no debug info without a cast. Test with a cast
4862 to int too.
4863 * gdb.trace/entry-values.exp: Add casts.
4864
4865 2017-09-04 Pedro Alves <palves@redhat.com>
4866
4867 * gdb.base/nodebug.exp: Test that ptype's error about functions
4868 with unknown return type includes the function name too.
4869
4870 2017-09-04 Pedro Alves <palves@redhat.com>
4871
4872 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4873 return type of munmap in infcall.
4874 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4875 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4876 type of ftell in infcall.
4877 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4878 type of getpid in infcall.
4879 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4880 infcall.
4881 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4882 Bail on failure to extract the pid.
4883 * gdb.base/nodebug.c: #include <stdint.h>.
4884 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4885 New functions.
4886 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4887 Change expected output of print/whatis/ptype with functions with
4888 no debug info. Test all supported languages. Call
4889 test_call_promotion.
4890 * gdb.compile/compile.exp: Adjust expected output to expect
4891 warning.
4892 * gdb.threads/siginfo-threads.exp: Likewise.
4893
4894 2017-09-04 Pedro Alves <palves@redhat.com>
4895
4896 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4897 "prototypes". Test calling float functions via prototyped and
4898 unprototyped function pointers.
4899 (perform_all_tests): New parameter "prototypes". Pass it down.
4900 (top level): Pass down "prototypes" parameter to
4901 perform_all_tests.
4902
4903 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4904
4905 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4906 Test with nested loops.
4907
4908 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4909
4910 * gdb.base/commands.exp: Call the new procedures.
4911 (loop_break_test, loop_continue_test): New procedures.
4912
4913 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4914
4915 * gdb.base/commands.exp: Call new procedure.
4916 (define_if_without_arg_test): New procedure.
4917
4918 2017-09-04 Pedro Alves <palves@redhat.com>
4919
4920 * gdb.base/list-ambiguous.exp: New file.
4921 * gdb.base/list-ambiguous0.c: New file.
4922 * gdb.base/list-ambiguous1.c: New file.
4923 * gdb.base/list.exp (test_list_range): Adjust expected output.
4924
4925 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4926
4927 * gdb.base/share-env-with-gdbserver.c: New file.
4928 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4929
4930 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4931
4932 * gdb.base/commands.exp (gdbvar_simple_if_test,
4933 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4934 progvar_simple_if_test, progvar_simple_while_test,
4935 progvar_complex_if_while_test, user_defined_command_test,
4936 user_defined_command_args_eval,
4937 user_defined_command_args_stack_test,
4938 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4939 temporary_breakpoint_commands,
4940 gdb_test_no_prompt, redefine_hook_test,
4941 redefine_backtrace_test): Remove "global gdb_prompt".
4942
4943 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4944
4945 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4946 New proc, call it from toplevel.
4947
4948 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4949
4950 PR remote/21852
4951 * gdb.server/normal.c: New file, copied from gdb.base.
4952 * gdb.server/run-without-local-binary.exp: New file.
4953
4954 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4955
4956 * gdb.arch/sparc64-adi.exp: New file.
4957 * gdb.arch/sparc64-adi.c: New file.
4958
4959 2017-08-22 Pedro Alves <palves@redhat.com>
4960
4961 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4962 (top level): Add "list all overloads" tests.
4963
4964 2017-08-22 Tom Tromey <tom@tromey.com>
4965
4966 * gdb.gdb/xfullpath.exp: Remove.
4967
4968 2017-08-21 Pedro Alves <palves@redhat.com>
4969
4970 PR gdb/19487
4971 * gdb.base/symbol-alias.c: New.
4972 * gdb.base/symbol-alias2.c: New.
4973 * gdb.base/symbol-alias.exp: New.
4974
4975 2017-08-21 Pedro Alves <palves@redhat.com>
4976
4977 * gdb.base/dfp-test.c
4978 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4979 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4980 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4981 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4982 * gdb.base/whatis-ptype-typedefs.c: New.
4983 * gdb.base/whatis-ptype-typedefs.exp: New.
4984 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4985 (an_int, an_int_type, an_int_type2): New globals.
4986 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4987 involving typedefs and cast expressions.
4988 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4989 (lookup_typedefs_function): New.
4990 (typedefs_pretty_printers_dict): New.
4991 (top level): Register lookup_typedefs_function in
4992 gdb.pretty_printers.
4993
4994 2017-08-18 Yao Qi <yao.qi@linaro.org>
4995
4996 * gdb.server/unittest.exp: New.
4997
4998 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4999
5000 PR gdb/21954
5001 * gdb.base/environ.exp: Add test to check if 'unset environment'
5002 works.
5003
5004 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5005
5006 * lib/gdb.exp (universal_compile_options): New caching proc.
5007 (gdb_compile): Suppress GCC's coloring of messages.
5008
5009 2017-08-14 Tom Tromey <tom@tromey.com>
5010
5011 PR gdb/21675:
5012 * gdb.base/printcmds.exp (test_radices): New function.
5013 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5014 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5015 * lib/gdb.exp (get_integer_valueof): Use p/d.
5016
5017 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5018
5019 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5020 characters.
5021
5022 2017-08-05 Tom Tromey <tom@tromey.com>
5023
5024 * gdb.rust/simple.exp: Allow String to appear in a different
5025 namespace.
5026
5027 2017-07-26 Yao Qi <yao.qi@linaro.org>
5028
5029 * gdb.gdb/unittest.exp: Invoke command
5030 "maintenance check xml-descriptions".
5031
5032 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5033
5034 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5035 calling context.
5036 (hex128): Drop erroneous calculation of parameters.
5037
5038 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5039
5040 * gdb.python/py-unwind.exp: Disable stack protection when
5041 building test file.
5042
5043 2017-07-20 Pedro Alves <palves@redhat.com>
5044
5045 * gdb.base/default.exp (set language): Adjust expected output.
5046
5047 2017-07-20 Pedro Alves <palves@redhat.com>
5048
5049 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5050 (test_minsym): ... this, and make static.
5051 (get_pck__foo__bar__minsym): Rename to ...
5052 (get_test_minsym): ... this.
5053 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5054 symbol names and comments.
5055 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5056 (get_test_minsym): ... this.
5057 (pck__foo__bar__minsym__2): Rename to ...
5058 (test_minsym): ... this.
5059 (main): Adjust.
5060
5061 2017-07-17 Pedro Alves <palves@redhat.com>
5062
5063 * gdb.base/completion.exp: Adjust expected output.
5064 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5065 the completer works.
5066
5067 2017-07-17 Pedro Alves <palves@redhat.com>
5068
5069 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5070
5071 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5072
5073 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5074
5075 2017-07-14 Tom Tromey <tom@tromey.com>
5076
5077 PR rust/21764:
5078 * gdb.rust/simple.exp: Add tests.
5079
5080 2017-07-14 Tom Tromey <tom@tromey.com>
5081
5082 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5083
5084 2017-07-14 Pedro Alves <palves@redhat.com>
5085
5086 * gdb.linespec/base/one/thefile.cc (z1): New function.
5087 * gdb.linespec/base/two/thefile.cc (z2): New function.
5088 * gdb.linespec/linespec.exp: Add tests.
5089
5090 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5091
5092 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5093 to mi_create_breakpoint.
5094
5095 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5096
5097 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5098 mi_create_breakpoint.
5099
5100 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5101
5102 * gdb.dlang/demangle.exp: Update for demangling changes.
5103
5104 2017-07-09 Tom Tromey <tom@tromey.com>
5105
5106 * gdb.dwarf2/shortpiece.exp: New file.
5107
5108 2017-07-06 David Blaikie <dblaikie@gmail.com>
5109
5110 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5111 built from fissiont-multi-cu{1,2}.c.
5112 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5113 except putting 'main' and 'func' in separate CUs in the same DWO file.
5114 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5115 test.
5116 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5117 test.
5118
5119 2017-07-06 Pedro Alves <palves@redhat.com>
5120
5121 * gdb.python/py-unwind.exp: Test flushregs.
5122
5123 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5124
5125 PR cli/21688
5126 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5127 tests for alias commands and trailing whitespace.
5128
5129 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5130
5131 PR cli/21688
5132 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5133 procedure. Call it.
5134
5135 2017-06-29 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.base/printcmds.exp: Add tests.
5138
5139 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5140
5141 PR gdb/21337
5142 * gdb.base/reread-readsym.exp: New file.
5143 * gdb.base/reread-readsym.c: New file.
5144
5145 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5146
5147 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5148 subpattern.
5149
5150 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5151
5152 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5153 extended mnemonic.
5154 * gdb.arch/powerpc-power9.s: Likewise.
5155
5156 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5157
5158 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5159 on 32-bit x86 targets. Exploit is_*_target macros where
5160 appropriate.
5161
5162 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5163
5164 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5165 register pieces.
5166
5167 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5168
5169 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5170 located in one or more DWARF pieces.
5171
5172 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5173
5174 * lib/gdb.exp (get_endianness): New proc.
5175 * gdb.arch/aarch64-fp.exp: Use it.
5176 * gdb.arch/altivec-regs.exp: Likewise.
5177 * gdb.arch/e500-regs.exp: Likewise.
5178 * gdb.arch/vsx-regs.exp: Likewise.
5179 * gdb.base/dump.exp: Likewise.
5180 * gdb.base/funcargs.exp: Likewise.
5181 * gdb.base/gnu_vector.exp: Likewise.
5182 * gdb.dwarf2/formdata16.exp: Likewise.
5183 * gdb.dwarf2/implptrpiece.exp: Likewise.
5184 * gdb.dwarf2/nonvar-access.exp: Likewise.
5185 * gdb.python/py-inferior.exp: Likewise.
5186 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5187
5188 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5189
5190 PR gdb/21226
5191 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5192 stack value pieces are taken from the LSB end.
5193
5194 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5195
5196 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5197 variable at nonzero offset.
5198
5199 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5200
5201 * gdb.dwarf2/var-access.c: New file.
5202 * gdb.dwarf2/var-access.exp: New test.
5203 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5204
5205 2017-06-12 Tom Tromey <tom@tromey.com>
5206
5207 * gdb.dwarf2/formdata16.exp: Add tests.
5208
5209 2017-06-12 Tom Tromey <tom@tromey.com>
5210
5211 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5212
5213 2017-06-12 Tom Tromey <tom@tromey.com>
5214
5215 PR exp/16225:
5216 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5217 * gdb.arch/vsx-regs.exp: Update tests.
5218 * gdb.arch/s390-vregs.exp (hex128): New proc.
5219 Update test.
5220 * gdb.arch/altivec-regs.exp: Update tests.
5221
5222 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5223
5224 * gdb.base/startup-with-shell.c: New file.
5225 * gdb.base/startup-with-shell.exp: Likewise.
5226
5227 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5228
5229 * gdb.server/non-existing-program.exp: Update regex in order to
5230 reflect the fact that gdbserver is now using fork_inferior (with a
5231 shell) to startup the inferior.
5232
5233 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5234
5235 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5236 support function calls from GDB.
5237
5238 2017-05-21 Tom Tromey <tom@tromey.com>
5239
5240 PR rust/21466:
5241 * gdb.rust/unsized.exp: New file.
5242 * gdb.rust/unsized.rs: New file.
5243
5244 2017-05-19 Tom Tromey <tom@tromey.com>
5245
5246 PR rust/21484:
5247 * gdb.rust/watch.exp: New file.
5248 * gdb.rust/watch.rs: New file.
5249
5250 2017-05-18 Tom Tromey <tom@tromey.com>
5251
5252 * gdb.rust/simple.exp: Allow Box to be qualified.
5253
5254 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5255
5256 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5257
5258 2017-05-18 Pedro Alves <palves@redhat.com>
5259
5260 * gdb.base/fileio.c (test_write, test_read, test_close)
5261 (test_fstat): Don't print 'ret' in the fail path.
5262
5263 2017-05-18 Pedro Alves <palves@redhat.com>
5264
5265 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5266 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5267 (test_system, test_rename, test_unlink, test_time): Change
5268 prototypes.
5269 * gdb.base/fileio.exp (stop_msg): Adjust.
5270
5271 2017-05-18 Pedro Alves <palves@redhat.com>
5272
5273 * gdb.base/fileio.c (null_str): New global.
5274 (test_stat): Use it.
5275 * gdb.base/fileio.exp: Remove nowarnings.
5276
5277 2017-05-17 Yao Qi <yao.qi@linaro.org>
5278
5279 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5280
5281 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5282
5283 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5284 argument command.
5285 (top-level): Invoke test_set_inferior_tty.
5286
5287 2017-05-04 Pedro Alves <palves@redhat.com>
5288
5289 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5290 Add parens to print call for Python 3.
5291
5292 2017-05-03 Keith Seitz <keiths@redhat.com>
5293
5294 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5295 (main): Call it.
5296
5297 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5298
5299 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5300 to prev and next.
5301
5302 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5303
5304 * gdb.python/py-record-btrace.exp: Remove test for
5305 gdb.BtraceInstruction.error.
5306
5307 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5308
5309 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5310
5311 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5312
5313 * gdb.python/py-record-btrace-threads.c: New file.
5314 * gdb.python/py-record-btrace-threads.exp: New file.
5315
5316 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5317
5318 PR testsuite/8595
5319 * gdb.base/environ.exp: Make test available in all architectures.
5320 Move bits related to "info program" testing to
5321 gdb.base/info-program.exp. Rewrite tests to use the two new
5322 procedures mentione below.
5323 (test_set_show_env_var) New procedure.
5324 (test_set_show_env_var_equal): Likewise.
5325 * gdb.base/info-program.exp: New file.
5326
5327 2017-04-27 Keith Seitz <keiths@redhat.com>
5328
5329 * gdb.cp/oranking.cc (test15): New function.
5330 (main): Call test15 and declare additional variables for testing.
5331 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5332 "p foo101('abc')" tests.
5333 Add tests for cv qualifier overloads.
5334 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5335 "lvalue reference overload" test.
5336 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5337 "print value of f1 on Child&& in f2" test.
5338
5339 2017-04-19 Pedro Alves <palves@redhat.com>
5340
5341 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5342 procedure.
5343 (top level): Call it.
5344 * lib/gdb.exp (gdb_define_cmd): New procedure.
5345
5346 2017-04-12 Pedro Alves <palves@redhat.com>
5347
5348 PR gdb/21323
5349 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5350 (wchar): New global.
5351 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5352 (do_test_wide_char, wide_char_types_no_program, top level): Add
5353 wchar_t testing.
5354
5355 2017-04-12 Pedro Alves <palves@redhat.com>
5356
5357 PR c++/21323
5358 * gdb.cp/wide_char_types.c: New file.
5359 * gdb.cp/wide_char_types.exp: New file.
5360
5361 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5362
5363 PR gdb/21352
5364 * gdb.trace/tsv.exp: Add test for "tsave -r".
5365
5366 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5367
5368 * gdb.dlang/watch-loc.c: New file.
5369 * gdb.dlang/watch-loc.exp: New file.
5370
5371 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5372
5373 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5374
5375 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5376
5377 * gdb.arch/arc-analyze-prologue.S: New file.
5378 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5379
5380 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5381
5382 * gdb.arch/arc-decode-insn.S: New file.
5383 * gdb.arch/arc-decode-insn.exp: Likewise.
5384
5385 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5386
5387 PR tdep/20928
5388 * gdb.arch/sparc64-regs.exp: New file.
5389 * gdb.arch/sparc64-regs.S: Likewise.
5390
5391 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5392
5393 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5394 and memory view on Python 3.
5395
5396 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5397 Keith Seitz <keiths@redhat.com>
5398
5399 PR gdb/14441
5400 * gdb.cp/demangle.exp: Add rvalue reference tests.
5401 * gdb.cp/rvalue-ref-casts.cc: New file.
5402 * gdb.cp/rvalue-ref-casts.exp: New file.
5403 * gdb.cp/rvalue-ref-overload.cc: New file.
5404 * gdb.cp/rvalue-ref-overload.exp: New file.
5405 * gdb.cp/rvalue-ref-params.cc: New file.
5406 * gdb.cp/rvalue-ref-params.exp: New file.
5407 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5408 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5409 * gdb.cp/rvalue-ref-types.cc: New file.
5410 * gdb.cp/rvalue-ref-types.exp: New file.
5411 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5412 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5413
5414 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5415
5416 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5417 New procedure.
5418
5419 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5420
5421 * lib/mi-support.exp (mi_gdb_test): Add additional message
5422 for unexpected output.
5423
5424 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5425
5426 * gdb.base/examine-backward.c (Barrier): New character array
5427 constant, to ensure that TestStrings is preceded by a string
5428 terminator.
5429
5430 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5431
5432 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5433 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5434 and implicit pointer into such a location.
5435
5436 2017-03-16 Doug Evans <dje@google.com>
5437
5438 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5439
5440 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5441
5442 * gdb.cp/m-static.exp: Fix expectation for prototype of
5443 test5.single_constructor and single_constructor::single_constructor.
5444
5445 2017-03-16 Doug Evans <dje@google.com>
5446
5447 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5448 * gdb.guile/scm-lazy-string.c: New file.
5449 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5450 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5451 for pointer, array, typedef lazy strings.
5452
5453 2017-03-16 Doug Evans <dje@google.com>
5454
5455 PR python/17728, python/18439, python/18779
5456 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5457 * gdb.python/py-lazy-string.c (pointer): New typedef.
5458 (main): New locals ptr, array, typedef_ptr.
5459 * gdb.python/py-value.exp: Move lazy string tests to ...
5460 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5461 array, typedef lazy strings.
5462
5463 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5464
5465 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5466 Add optional 'test' parameter.
5467
5468 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5469
5470 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5471 Skip for versions of DejaGnu < 1.5.
5472
5473 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5474
5475 * lib/gdb.exp (dejagnu_version): New proc.
5476 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5477 Use dejagnu_version.
5478
5479 2017-03-10 Keith Seitz <keiths@redhat.com>
5480
5481 PR c++/8128
5482 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5483 type from destructor regexps.
5484 Add a branch which actually passes the test.
5485 Adjust "ptype t5i" test names.
5486
5487 2017-03-08 Pedro Alves <palves@redhat.com>
5488
5489 * gdb.base/step-over-exit.exp: Add explicit test message.
5490
5491 2017-03-08 Pedro Alves <palves@redhat.com>
5492
5493 PR gdb/18360
5494 * gdb.threads/interrupt-while-step-over.c: New file.
5495 * gdb.threads/interrupt-while-step-over.exp: New file.
5496
5497 2017-03-08 Pedro Alves <palves@redhat.com>
5498
5499 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5500 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5501
5502 2017-03-08 Pedro Alves <palves@redhat.com>
5503
5504 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5505 PKRU as not supported as a PASS.
5506
5507 2017-03-08 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5510 prefix instead of $binfile1/$binfile2.
5511 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5512 in test message.
5513 * gdb.python/py-completion.exp: Use "load python file" as test
5514 messages instead of unstable path names.
5515
5516 2017-03-08 Pedro Alves <palves@redhat.com>
5517 Jan Kratochvil <jan.kratochvil@redhat.com>
5518
5519 PR cli/21218
5520 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5521 New proc.
5522 (top level): Call it.
5523
5524 2017-03-08 Pedro Alves <palves@redhat.com>
5525
5526 PR tui/21216
5527 * gdb.tui/tui-nl-filtered-output.exp: New file.
5528
5529 2017-03-08 Pedro Alves <palves@redhat.com>
5530
5531 * gdb.base/completion.exp: Move TUI completion tests to ...
5532 * gdb.tui/completion.exp: ... this new file.
5533
5534 2017-03-08 Pedro Alves <palves@redhat.com>
5535
5536 * gdb.base/tui-disasm-long-lines.c,
5537 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5538 gdb.base/tui-layout.exp: Move to ...
5539 * gdb.tui/: ... this new directory.
5540
5541 2017-03-07 Pedro Alves <palves@redhat.com>
5542
5543 * gdb.base/tui-layout.c: New file.
5544 * gdb.base/tui-layout.exp: New file.
5545
5546 2017-03-07 Pedro Alves <palves@redhat.com>
5547
5548 * gdb.base/tui-layout.c: Rename to ...
5549 * gdb.base/tui-disasm-long-lines.c: ... this.
5550 * gdb.base/tui-layout.exp: Rename to ...
5551 * gdb.base/tui-disasm-long-lines.exp: ... this.
5552
5553 2017-03-07 Pedro Alves <palves@redhat.com>
5554
5555 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5556
5557 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5558
5559 * i386-mpx-call.c: New file.
5560 * i386-mpx-call.exp: New file.
5561
5562 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5563
5564 * gdb.arch/powerpc-power.exp: Delete test.
5565 * gdb.arch/powerpc-power.s: Likewise.
5566 * gdb.disasm/disassembler-options.exp: New test.
5567 * gdb.arch/powerpc-altivec.exp: Likewise.
5568 * gdb.arch/powerpc-altivec.s: Likewise.
5569 * gdb.arch/powerpc-altivec2.exp: Likewise.
5570 * gdb.arch/powerpc-altivec2.s: Likewise.
5571 * gdb.arch/powerpc-altivec3.exp: Likewise.
5572 * gdb.arch/powerpc-altivec3.s: Likewise.
5573 * gdb.arch/powerpc-power7.exp: Likewise.
5574 * gdb.arch/powerpc-power7.s: Likewise.
5575 * gdb.arch/powerpc-power8.exp: Likewise.
5576 * gdb.arch/powerpc-power8.s: Likewise.
5577 * gdb.arch/powerpc-power9.exp: Likewise.
5578 * gdb.arch/powerpc-power9.s: Likewise.
5579 * gdb.arch/powerpc-vsx.exp: Likewise.
5580 * gdb.arch/powerpc-vsx.s: Likewise.
5581 * gdb.arch/powerpc-vsx2.exp: Likewise.
5582 * gdb.arch/powerpc-vsx2.s: Likewise.
5583 * gdb.arch/powerpc-vsx3.exp: Likewise.
5584 * gdb.arch/powerpc-vsx3.s: Likewise.
5585 * gdb.arch/arm-disassembler-options.exp: Likewise.
5586 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5587 * gdb.arch/s390-disassembler-options.exp: Likewise.
5588
5589 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5590
5591 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5592 (check_supported_features): ... this. Changed return type to void.
5593 (supports_rdseed): New static global.
5594 (rdseed): Check supports_rdseed.
5595 (initialize): Call check_supported_features.
5596
5597 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5598
5599 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5600 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5601 and lqarx/stqcx.
5602 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5603 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5604
5605 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5606
5607 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5608 uppercase.
5609
5610 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5611
5612 * gdb.dwarf2/formdata16.c: New file.
5613 * gdb.dwarf2/formdata16.exp: New file.
5614 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5615
5616 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5617
5618 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5619 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5620 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5621 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5622 DW_AT_GNU_*.
5623
5624 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5625
5626 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5627
5628 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5629
5630 PR gdb/21164
5631 * gdb.base/maint.exp: Add testcases for when the commands do
5632 not have arguments.
5633
5634 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5635
5636 * gdb.cp/chained-calls.exp: Use p instead of P.
5637
5638 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5639
5640 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5641 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5642
5643 2017-02-14 Tom Tromey <tom@tromey.com>
5644
5645 PR python/13598:
5646 * gdb.python/py-events.exp: Add before_prompt event tests.
5647
5648 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5649
5650 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5651
5652 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5653
5654 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5655 (main): Call my_unique_function_name.
5656 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5657 completion of patterns with a single match.
5658 Add missing -re switches to gdb_test_multiple calls.
5659
5660 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5661
5662 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5663 return if core file is not recognized.
5664
5665 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5666
5667 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5668 and extra UIs.
5669
5670 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5671
5672 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5673 proc_with_prefix.
5674
5675 2017-02-10 Tom Tromey <tom@tromey.com>
5676
5677 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5678
5679 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5680
5681 PR gdb/21122
5682 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5683
5684 2017-02-08 Jerome Guitton <guitton@adacore.com>
5685
5686 * gdb.base/define.exp: Add test for command abbreviations
5687 in define.
5688
5689 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5690
5691 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5692 * gdb.reverse/insn-reverse-x86.c: New file.
5693
5694 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5695
5696 PR tdep/20936
5697 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5698
5699 2017-02-03 Tom Tromey <tom@tromey.com>
5700
5701 PR rust/21097:
5702 * gdb.rust/simple.exp: Add new tests.
5703
5704 2017-02-02 Pedro Alves <palves@redhat.com>
5705
5706 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5707 tests.
5708
5709 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5710
5711 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5712 taking a 2-byte value out of a 4-byte DWARF implicit value on
5713 big-endian targets.
5714 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5715 logic. Add test cases for DW_OP_implicit.
5716
5717 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5718
5719 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5720
5721 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5722
5723 * gdb.btrace/enable.exp: Call gdb_exit before
5724 skip_gdbserver_tests.
5725
5726 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5727
5728 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5729 GDBFLAGS.
5730
5731 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5732
5733 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5734 the test is skipped.
5735 * gdb.btrace/data.exp: Likewise.
5736 * gdb.btrace/delta.exp: Likewise.
5737 * gdb.btrace/dlopen.exp: Likewise.
5738 * gdb.btrace/enable-running.exp: Likewise.
5739 * gdb.btrace/enable.exp: Likewise.
5740 * gdb.btrace/exception.exp: Likewise.
5741 * gdb.btrace/function_call_history.exp: Likewise.
5742 * gdb.btrace/gcore.exp: Likewise.
5743 * gdb.btrace/instruction_history.exp: Likewise.
5744 * gdb.btrace/multi-thread-step.exp: Likewise.
5745 * gdb.btrace/nohist.exp: Likewise.
5746 * gdb.btrace/non-stop.exp: Likewise.
5747 * gdb.btrace/reconnect.exp: Likewise.
5748 * gdb.btrace/record_goto-step.exp: Likewise.
5749 * gdb.btrace/record_goto.exp: Likewise.
5750 * gdb.btrace/rn-dl-bind.exp: Likewise.
5751 * gdb.btrace/segv.exp: Likewise.
5752 * gdb.btrace/step.exp: Likewise.
5753 * gdb.btrace/stepi.exp: Likewise.
5754 * gdb.btrace/tailcall-only.exp: Likewise.
5755 * gdb.btrace/tailcall.exp: Likewise.
5756 * gdb.btrace/tsx.exp: Likewise.
5757 * gdb.btrace/unknown_functions.exp: Likewise.
5758 * gdb.btrace/vdso.exp: Likewise.
5759
5760 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5761
5762 * gdb.btrace/enable-running.c: New.
5763 * gdb.btrace/enable-running.exp: New.
5764
5765 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5766
5767 * gdb.arch/amd64-gs_base.c: New file.
5768 * gdb.arch/amd64-gs_base.exp: New file.
5769
5770 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5771
5772 * lib/memory.exp: Remove spurious empty newlines.
5773
5774 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5775
5776 * gdb.python/py-bad-printers.exp: Load python file using "source".
5777 * gdb.python/py-events.exp: Likewise.
5778 * gdb.python/py-evsignal.exp: Likewise.
5779 * gdb.python/py-evthreads.exp: Likewise.
5780 * gdb.python/py-frame-args.exp: Likewise.
5781 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5782 * gdb.python/py-framefilter-mi.exp: Likewise.
5783 * gdb.python/py-framefilter.exp: Likewise.
5784 * gdb.python/py-mi.exp: Likewise.
5785 * gdb.python/py-pp-maint.exp: Likewise.
5786 * gdb.python/py-pp-registration.exp: Likewise.
5787 * gdb.python/py-prettyprint.exp: Likewise.
5788 (run_lang_tests): Likewise.
5789 * gdb.python/py-typeprint.exp: Likewise.
5790
5791 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5792
5793 * lib/memory.exp: New file.
5794 * lib/gdb.exp: Load memory.exp.
5795 * gdb.base/memattr.exp (delete_memory): Move proc to
5796 lib/memory.exp and rename to delete_memory_regions.
5797 Replace delete_memory with delete_memory_regions.
5798 Cleanup memory regions before tests.
5799 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5800 before tests.
5801
5802 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5803
5804 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5805 files.
5806 (initialize): New function conditionally defined.
5807 (testcases): Move within conditional block.
5808 (main): Call initialize.
5809 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5810 of gdb.reverse/insn-reverse.c.
5811 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5812 gdb.reverse/insn-reverse.c.
5813
5814 2017-01-26 Yao Qi <yao.qi@linaro.org>
5815
5816 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5817 disassemble on address 0.
5818
5819 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5820 Yao Qi <yao.qi@linaro.org>
5821
5822 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5823 * gdb.dwarf2/implptr-64bit.S: Remove.
5824 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5825 variables in caller's context. Add DW_OP_implicit_value.
5826
5827 2017-01-25 Yao Qi <yao.qi@linaro.org>
5828
5829 * lib/dwarf.exp (Dwarf::_location): Handle
5830 DW_OP_GNU_implicit_pointer with proper size.
5831
5832 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5833
5834 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5835 and add untested calls.
5836
5837 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5838
5839 * gdb.python/python.exp: Check line number against what GDB thinks
5840 the line number is for func1.
5841
5842 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5843
5844 * gdb.dlang/debug-expr.exp: New file.
5845
5846 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5847
5848 Fix test names for the following files:
5849
5850 * gdb.ada/exec_changed.exp
5851 * gdb.ada/info_types.exp
5852 * gdb.arch/aarch64-atomic-inst.exp
5853 * gdb.arch/aarch64-fp.exp
5854 * gdb.arch/altivec-abi.exp
5855 * gdb.arch/altivec-regs.exp
5856 * gdb.arch/amd64-byte.exp
5857 * gdb.arch/amd64-disp-step.exp
5858 * gdb.arch/amd64-dword.exp
5859 * gdb.arch/amd64-entry-value-inline.exp
5860 * gdb.arch/amd64-entry-value-param.exp
5861 * gdb.arch/amd64-entry-value-paramref.exp
5862 * gdb.arch/amd64-entry-value.exp
5863 * gdb.arch/amd64-i386-address.exp
5864 * gdb.arch/amd64-invalid-stack-middle.exp
5865 * gdb.arch/amd64-invalid-stack-top.exp
5866 * gdb.arch/amd64-optimout-repeat.exp
5867 * gdb.arch/amd64-prologue-skip.exp
5868 * gdb.arch/amd64-prologue-xmm.exp
5869 * gdb.arch/amd64-stap-special-operands.exp
5870 * gdb.arch/amd64-stap-wrong-subexp.exp
5871 * gdb.arch/amd64-tailcall-cxx.exp
5872 * gdb.arch/amd64-tailcall-noret.exp
5873 * gdb.arch/amd64-tailcall-ret.exp
5874 * gdb.arch/amd64-tailcall-self.exp
5875 * gdb.arch/amd64-word.exp
5876 * gdb.arch/arm-bl-branch-dest.exp
5877 * gdb.arch/arm-disp-step.exp
5878 * gdb.arch/arm-neon.exp
5879 * gdb.arch/arm-single-step-kernel-helper.exp
5880 * gdb.arch/avr-flash-qualifier.exp
5881 * gdb.arch/disp-step-insn-reloc.exp
5882 * gdb.arch/e500-abi.exp
5883 * gdb.arch/e500-regs.exp
5884 * gdb.arch/ftrace-insn-reloc.exp
5885 * gdb.arch/i386-avx512.exp
5886 * gdb.arch/i386-bp_permanent.exp
5887 * gdb.arch/i386-byte.exp
5888 * gdb.arch/i386-cfi-notcurrent.exp
5889 * gdb.arch/i386-disp-step.exp
5890 * gdb.arch/i386-dr3-watch.exp
5891 * gdb.arch/i386-float.exp
5892 * gdb.arch/i386-gnu-cfi.exp
5893 * gdb.arch/i386-mpx-map.exp
5894 * gdb.arch/i386-mpx-sigsegv.exp
5895 * gdb.arch/i386-mpx-simple_segv.exp
5896 * gdb.arch/i386-mpx.exp
5897 * gdb.arch/i386-permbkpt.exp
5898 * gdb.arch/i386-prologue.exp
5899 * gdb.arch/i386-signal.exp
5900 * gdb.arch/i386-size-overlap.exp
5901 * gdb.arch/i386-unwind.exp
5902 * gdb.arch/i386-word.exp
5903 * gdb.arch/mips-fcr.exp
5904 * gdb.arch/powerpc-d128-regs.exp
5905 * gdb.arch/powerpc-stackless.exp
5906 * gdb.arch/ppc64-atomic-inst.exp
5907 * gdb.arch/s390-stackless.exp
5908 * gdb.arch/s390-tdbregs.exp
5909 * gdb.arch/s390-vregs.exp
5910 * gdb.arch/sparc-sysstep.exp
5911 * gdb.arch/thumb-bx-pc.exp
5912 * gdb.arch/thumb-singlestep.exp
5913 * gdb.arch/thumb2-it.exp
5914 * gdb.arch/vsx-regs.exp
5915 * gdb.asm/asm-source.exp
5916 * gdb.base/a2-run.exp
5917 * gdb.base/advance.exp
5918 * gdb.base/all-bin.exp
5919 * gdb.base/anon.exp
5920 * gdb.base/args.exp
5921 * gdb.base/arithmet.exp
5922 * gdb.base/async-shell.exp
5923 * gdb.base/async.exp
5924 * gdb.base/attach-pie-noexec.exp
5925 * gdb.base/attach-twice.exp
5926 * gdb.base/auto-load.exp
5927 * gdb.base/bang.exp
5928 * gdb.base/bitfields.exp
5929 * gdb.base/break-always.exp
5930 * gdb.base/break-caller-line.exp
5931 * gdb.base/break-entry.exp
5932 * gdb.base/break-inline.exp
5933 * gdb.base/break-on-linker-gcd-function.exp
5934 * gdb.base/break-probes.exp
5935 * gdb.base/break.exp
5936 * gdb.base/breakpoint-shadow.exp
5937 * gdb.base/call-ar-st.exp
5938 * gdb.base/call-sc.exp
5939 * gdb.base/call-signal-resume.exp
5940 * gdb.base/call-strs.exp
5941 * gdb.base/callfuncs.exp
5942 * gdb.base/catch-fork-static.exp
5943 * gdb.base/catch-gdb-caused-signals.exp
5944 * gdb.base/catch-load.exp
5945 * gdb.base/catch-signal-fork.exp
5946 * gdb.base/catch-signal.exp
5947 * gdb.base/catch-syscall.exp
5948 * gdb.base/charset.exp
5949 * gdb.base/checkpoint.exp
5950 * gdb.base/chng-syms.exp
5951 * gdb.base/code-expr.exp
5952 * gdb.base/code_elim.exp
5953 * gdb.base/commands.exp
5954 * gdb.base/completion.exp
5955 * gdb.base/complex.exp
5956 * gdb.base/cond-expr.exp
5957 * gdb.base/condbreak.exp
5958 * gdb.base/consecutive.exp
5959 * gdb.base/continue-all-already-running.exp
5960 * gdb.base/coredump-filter.exp
5961 * gdb.base/corefile.exp
5962 * gdb.base/dbx.exp
5963 * gdb.base/debug-expr.exp
5964 * gdb.base/define.exp
5965 * gdb.base/del.exp
5966 * gdb.base/disabled-location.exp
5967 * gdb.base/disasm-end-cu.exp
5968 * gdb.base/disasm-optim.exp
5969 * gdb.base/display.exp
5970 * gdb.base/duplicate-bp.exp
5971 * gdb.base/ena-dis-br.exp
5972 * gdb.base/ending-run.exp
5973 * gdb.base/enumval.exp
5974 * gdb.base/environ.exp
5975 * gdb.base/eu-strip-infcall.exp
5976 * gdb.base/eval-avoid-side-effects.exp
5977 * gdb.base/eval-skip.exp
5978 * gdb.base/exitsignal.exp
5979 * gdb.base/expand-psymtabs.exp
5980 * gdb.base/filesym.exp
5981 * gdb.base/find-unmapped.exp
5982 * gdb.base/finish.exp
5983 * gdb.base/float.exp
5984 * gdb.base/foll-exec-mode.exp
5985 * gdb.base/foll-exec.exp
5986 * gdb.base/foll-fork.exp
5987 * gdb.base/fortran-sym-case.exp
5988 * gdb.base/freebpcmd.exp
5989 * gdb.base/func-ptr.exp
5990 * gdb.base/func-ptrs.exp
5991 * gdb.base/funcargs.exp
5992 * gdb.base/gcore-buffer-overflow.exp
5993 * gdb.base/gcore-relro-pie.exp
5994 * gdb.base/gcore-relro.exp
5995 * gdb.base/gcore.exp
5996 * gdb.base/gdb1090.exp
5997 * gdb.base/gdb11530.exp
5998 * gdb.base/gdb11531.exp
5999 * gdb.base/gdb1821.exp
6000 * gdb.base/gdbindex-stabs.exp
6001 * gdb.base/gdbvars.exp
6002 * gdb.base/hbreak.exp
6003 * gdb.base/hbreak2.exp
6004 * gdb.base/included.exp
6005 * gdb.base/infcall-input.exp
6006 * gdb.base/inferior-died.exp
6007 * gdb.base/infnan.exp
6008 * gdb.base/info-macros.exp
6009 * gdb.base/info-os.exp
6010 * gdb.base/info-proc.exp
6011 * gdb.base/info-shared.exp
6012 * gdb.base/info-target.exp
6013 * gdb.base/infoline.exp
6014 * gdb.base/interp.exp
6015 * gdb.base/interrupt.exp
6016 * gdb.base/jit-reader.exp
6017 * gdb.base/jit-simple.exp
6018 * gdb.base/kill-after-signal.exp
6019 * gdb.base/kill-detach-inferiors-cmd.exp
6020 * gdb.base/label.exp
6021 * gdb.base/langs.exp
6022 * gdb.base/ldbl_e308.exp
6023 * gdb.base/line-symtabs.exp
6024 * gdb.base/linespecs.exp
6025 * gdb.base/list.exp
6026 * gdb.base/long_long.exp
6027 * gdb.base/longest-types.exp
6028 * gdb.base/maint.exp
6029 * gdb.base/max-value-size.exp
6030 * gdb.base/memattr.exp
6031 * gdb.base/mips_pro.exp
6032 * gdb.base/morestack.exp
6033 * gdb.base/moribund-step.exp
6034 * gdb.base/multi-forks.exp
6035 * gdb.base/nested-addr.exp
6036 * gdb.base/nextoverexit.exp
6037 * gdb.base/noreturn-finish.exp
6038 * gdb.base/noreturn-return.exp
6039 * gdb.base/nostdlib.exp
6040 * gdb.base/offsets.exp
6041 * gdb.base/opaque.exp
6042 * gdb.base/pc-fp.exp
6043 * gdb.base/permissions.exp
6044 * gdb.base/print-symbol-loading.exp
6045 * gdb.base/prologue-include.exp
6046 * gdb.base/psymtab.exp
6047 * gdb.base/ptype.exp
6048 * gdb.base/random-signal.exp
6049 * gdb.base/randomize.exp
6050 * gdb.base/range-stepping.exp
6051 * gdb.base/readline-ask.exp
6052 * gdb.base/recpar.exp
6053 * gdb.base/recurse.exp
6054 * gdb.base/relational.exp
6055 * gdb.base/restore.exp
6056 * gdb.base/return-nodebug.exp
6057 * gdb.base/return.exp
6058 * gdb.base/run-after-attach.exp
6059 * gdb.base/save-bp.exp
6060 * gdb.base/scope.exp
6061 * gdb.base/sect-cmd.exp
6062 * gdb.base/set-lang-auto.exp
6063 * gdb.base/set-noassign.exp
6064 * gdb.base/setvar.exp
6065 * gdb.base/sigall.exp
6066 * gdb.base/sigbpt.exp
6067 * gdb.base/siginfo-addr.exp
6068 * gdb.base/siginfo-infcall.exp
6069 * gdb.base/siginfo-obj.exp
6070 * gdb.base/siginfo.exp
6071 * gdb.base/signals-state-child.exp
6072 * gdb.base/signest.exp
6073 * gdb.base/sigstep.exp
6074 * gdb.base/sizeof.exp
6075 * gdb.base/skip.exp
6076 * gdb.base/solib-corrupted.exp
6077 * gdb.base/solib-nodir.exp
6078 * gdb.base/solib-search.exp
6079 * gdb.base/stack-checking.exp
6080 * gdb.base/stale-infcall.exp
6081 * gdb.base/stap-probe.exp
6082 * gdb.base/start.exp
6083 * gdb.base/step-break.exp
6084 * gdb.base/step-bt.exp
6085 * gdb.base/step-line.exp
6086 * gdb.base/step-over-exit.exp
6087 * gdb.base/step-over-syscall.exp
6088 * gdb.base/step-resume-infcall.exp
6089 * gdb.base/step-test.exp
6090 * gdb.base/store.exp
6091 * gdb.base/structs3.exp
6092 * gdb.base/sym-file.exp
6093 * gdb.base/symbol-without-target_section.exp
6094 * gdb.base/term.exp
6095 * gdb.base/testenv.exp
6096 * gdb.base/ui-redirect.exp
6097 * gdb.base/until.exp
6098 * gdb.base/unwindonsignal.exp
6099 * gdb.base/value-double-free.exp
6100 * gdb.base/vla-datatypes.exp
6101 * gdb.base/vla-ptr.exp
6102 * gdb.base/vla-sideeffect.exp
6103 * gdb.base/volatile.exp
6104 * gdb.base/watch-cond-infcall.exp
6105 * gdb.base/watch-cond.exp
6106 * gdb.base/watch-non-mem.exp
6107 * gdb.base/watch-read.exp
6108 * gdb.base/watch-vfork.exp
6109 * gdb.base/watchpoint-cond-gone.exp
6110 * gdb.base/watchpoint-delete.exp
6111 * gdb.base/watchpoint-hw-hit-once.exp
6112 * gdb.base/watchpoint-hw.exp
6113 * gdb.base/watchpoint-stops-at-right-insn.exp
6114 * gdb.base/watchpoints.exp
6115 * gdb.base/wchar.exp
6116 * gdb.base/whatis-exp.exp
6117 * gdb.btrace/buffer-size.exp
6118 * gdb.btrace/data.exp
6119 * gdb.btrace/delta.exp
6120 * gdb.btrace/dlopen.exp
6121 * gdb.btrace/enable.exp
6122 * gdb.btrace/exception.exp
6123 * gdb.btrace/function_call_history.exp
6124 * gdb.btrace/gcore.exp
6125 * gdb.btrace/instruction_history.exp
6126 * gdb.btrace/nohist.exp
6127 * gdb.btrace/reconnect.exp
6128 * gdb.btrace/record_goto-step.exp
6129 * gdb.btrace/record_goto.exp
6130 * gdb.btrace/rn-dl-bind.exp
6131 * gdb.btrace/segv.exp
6132 * gdb.btrace/step.exp
6133 * gdb.btrace/stepi.exp
6134 * gdb.btrace/tailcall-only.exp
6135 * gdb.btrace/tailcall.exp
6136 * gdb.btrace/tsx.exp
6137 * gdb.btrace/unknown_functions.exp
6138 * gdb.btrace/vdso.exp
6139 * gdb.compile/compile-ifunc.exp
6140 * gdb.compile/compile-ops.exp
6141 * gdb.compile/compile-print.exp
6142 * gdb.compile/compile-setjmp.exp
6143 * gdb.cp/abstract-origin.exp
6144 * gdb.cp/ambiguous.exp
6145 * gdb.cp/annota2.exp
6146 * gdb.cp/annota3.exp
6147 * gdb.cp/anon-ns.exp
6148 * gdb.cp/anon-struct.exp
6149 * gdb.cp/anon-union.exp
6150 * gdb.cp/arg-reference.exp
6151 * gdb.cp/baseenum.exp
6152 * gdb.cp/bool.exp
6153 * gdb.cp/breakpoint.exp
6154 * gdb.cp/bs15503.exp
6155 * gdb.cp/call-c.exp
6156 * gdb.cp/casts.exp
6157 * gdb.cp/chained-calls.exp
6158 * gdb.cp/class2.exp
6159 * gdb.cp/classes.exp
6160 * gdb.cp/cmpd-minsyms.exp
6161 * gdb.cp/converts.exp
6162 * gdb.cp/cp-relocate.exp
6163 * gdb.cp/cpcompletion.exp
6164 * gdb.cp/cpexprs.exp
6165 * gdb.cp/cplabel.exp
6166 * gdb.cp/cplusfuncs.exp
6167 * gdb.cp/cpsizeof.exp
6168 * gdb.cp/ctti.exp
6169 * gdb.cp/derivation.exp
6170 * gdb.cp/destrprint.exp
6171 * gdb.cp/dispcxx.exp
6172 * gdb.cp/enum-class.exp
6173 * gdb.cp/exception.exp
6174 * gdb.cp/exceptprint.exp
6175 * gdb.cp/expand-psymtabs-cxx.exp
6176 * gdb.cp/expand-sals.exp
6177 * gdb.cp/extern-c.exp
6178 * gdb.cp/filename.exp
6179 * gdb.cp/formatted-ref.exp
6180 * gdb.cp/fpointer.exp
6181 * gdb.cp/gdb1355.exp
6182 * gdb.cp/gdb2495.exp
6183 * gdb.cp/hang.exp
6184 * gdb.cp/impl-this.exp
6185 * gdb.cp/infcall-dlopen.exp
6186 * gdb.cp/inherit.exp
6187 * gdb.cp/iostream.exp
6188 * gdb.cp/koenig.exp
6189 * gdb.cp/local.exp
6190 * gdb.cp/m-data.exp
6191 * gdb.cp/m-static.exp
6192 * gdb.cp/mb-ctor.exp
6193 * gdb.cp/mb-inline.exp
6194 * gdb.cp/mb-templates.exp
6195 * gdb.cp/member-name.exp
6196 * gdb.cp/member-ptr.exp
6197 * gdb.cp/meth-typedefs.exp
6198 * gdb.cp/method.exp
6199 * gdb.cp/method2.exp
6200 * gdb.cp/minsym-fallback.exp
6201 * gdb.cp/misc.exp
6202 * gdb.cp/namelessclass.exp
6203 * gdb.cp/namespace-enum.exp
6204 * gdb.cp/namespace-nested-import.exp
6205 * gdb.cp/namespace.exp
6206 * gdb.cp/nextoverthrow.exp
6207 * gdb.cp/no-dmgl-verbose.exp
6208 * gdb.cp/non-trivial-retval.exp
6209 * gdb.cp/noparam.exp
6210 * gdb.cp/nsdecl.exp
6211 * gdb.cp/nsimport.exp
6212 * gdb.cp/nsnested.exp
6213 * gdb.cp/nsnoimports.exp
6214 * gdb.cp/nsrecurs.exp
6215 * gdb.cp/nsstress.exp
6216 * gdb.cp/nsusing.exp
6217 * gdb.cp/operator.exp
6218 * gdb.cp/oranking.exp
6219 * gdb.cp/overload-const.exp
6220 * gdb.cp/overload.exp
6221 * gdb.cp/ovldbreak.exp
6222 * gdb.cp/ovsrch.exp
6223 * gdb.cp/paren-type.exp
6224 * gdb.cp/parse-lang.exp
6225 * gdb.cp/pass-by-ref.exp
6226 * gdb.cp/pr-1023.exp
6227 * gdb.cp/pr-1210.exp
6228 * gdb.cp/pr-574.exp
6229 * gdb.cp/pr10687.exp
6230 * gdb.cp/pr12028.exp
6231 * gdb.cp/pr17132.exp
6232 * gdb.cp/pr17494.exp
6233 * gdb.cp/pr9067.exp
6234 * gdb.cp/pr9167.exp
6235 * gdb.cp/pr9631.exp
6236 * gdb.cp/printmethod.exp
6237 * gdb.cp/psmang.exp
6238 * gdb.cp/psymtab-parameter.exp
6239 * gdb.cp/ptype-cv-cp.exp
6240 * gdb.cp/ptype-flags.exp
6241 * gdb.cp/re-set-overloaded.exp
6242 * gdb.cp/ref-types.exp
6243 * gdb.cp/rtti.exp
6244 * gdb.cp/scope-err.exp
6245 * gdb.cp/shadow.exp
6246 * gdb.cp/smartp.exp
6247 * gdb.cp/static-method.exp
6248 * gdb.cp/static-print-quit.exp
6249 * gdb.cp/temargs.exp
6250 * gdb.cp/templates.exp
6251 * gdb.cp/try_catch.exp
6252 * gdb.cp/typedef-operator.exp
6253 * gdb.cp/typeid.exp
6254 * gdb.cp/userdef.exp
6255 * gdb.cp/using-crash.exp
6256 * gdb.cp/var-tag.exp
6257 * gdb.cp/virtbase.exp
6258 * gdb.cp/virtfunc.exp
6259 * gdb.cp/virtfunc2.exp
6260 * gdb.cp/vla-cxx.exp
6261 * gdb.disasm/t01_mov.exp
6262 * gdb.disasm/t02_mova.exp
6263 * gdb.disasm/t03_add.exp
6264 * gdb.disasm/t04_sub.exp
6265 * gdb.disasm/t05_cmp.exp
6266 * gdb.disasm/t06_ari2.exp
6267 * gdb.disasm/t07_ari3.exp
6268 * gdb.disasm/t08_or.exp
6269 * gdb.disasm/t09_xor.exp
6270 * gdb.disasm/t10_and.exp
6271 * gdb.disasm/t11_logs.exp
6272 * gdb.disasm/t12_bit.exp
6273 * gdb.disasm/t13_otr.exp
6274 * gdb.dlang/circular.exp
6275 * gdb.dwarf2/arr-stride.exp
6276 * gdb.dwarf2/arr-subrange.exp
6277 * gdb.dwarf2/atomic-type.exp
6278 * gdb.dwarf2/bad-regnum.exp
6279 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6280 * gdb.dwarf2/callframecfa.exp
6281 * gdb.dwarf2/clztest.exp
6282 * gdb.dwarf2/corrupt.exp
6283 * gdb.dwarf2/data-loc.exp
6284 * gdb.dwarf2/dup-psym.exp
6285 * gdb.dwarf2/dw2-anon-mptr.exp
6286 * gdb.dwarf2/dw2-anonymous-func.exp
6287 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6288 * gdb.dwarf2/dw2-bad-unresolved.exp
6289 * gdb.dwarf2/dw2-basic.exp
6290 * gdb.dwarf2/dw2-canonicalize-type.exp
6291 * gdb.dwarf2/dw2-case-insensitive.exp
6292 * gdb.dwarf2/dw2-common-block.exp
6293 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6294 * gdb.dwarf2/dw2-compressed.exp
6295 * gdb.dwarf2/dw2-const.exp
6296 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6297 * gdb.dwarf2/dw2-cu-size.exp
6298 * gdb.dwarf2/dw2-dup-frame.exp
6299 * gdb.dwarf2/dw2-entry-value.exp
6300 * gdb.dwarf2/dw2-icycle.exp
6301 * gdb.dwarf2/dw2-ifort-parameter.exp
6302 * gdb.dwarf2/dw2-inline-break.exp
6303 * gdb.dwarf2/dw2-inline-param.exp
6304 * gdb.dwarf2/dw2-intercu.exp
6305 * gdb.dwarf2/dw2-intermix.exp
6306 * gdb.dwarf2/dw2-lexical-block-bare.exp
6307 * gdb.dwarf2/dw2-linkage-name-trust.exp
6308 * gdb.dwarf2/dw2-minsym-in-cu.exp
6309 * gdb.dwarf2/dw2-noloc.exp
6310 * gdb.dwarf2/dw2-op-call.exp
6311 * gdb.dwarf2/dw2-op-out-param.exp
6312 * gdb.dwarf2/dw2-opt-structptr.exp
6313 * gdb.dwarf2/dw2-param-error.exp
6314 * gdb.dwarf2/dw2-producer.exp
6315 * gdb.dwarf2/dw2-ranges-base.exp
6316 * gdb.dwarf2/dw2-ref-missing-frame.exp
6317 * gdb.dwarf2/dw2-reg-undefined.exp
6318 * gdb.dwarf2/dw2-regno-invalid.exp
6319 * gdb.dwarf2/dw2-restore.exp
6320 * gdb.dwarf2/dw2-restrict.exp
6321 * gdb.dwarf2/dw2-single-line-discriminators.exp
6322 * gdb.dwarf2/dw2-strp.exp
6323 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6324 * gdb.dwarf2/dw2-unresolved.exp
6325 * gdb.dwarf2/dw2-var-zero-addr.exp
6326 * gdb.dwarf2/dw4-sig-types.exp
6327 * gdb.dwarf2/dwz.exp
6328 * gdb.dwarf2/dynarr-ptr.exp
6329 * gdb.dwarf2/enum-type.exp
6330 * gdb.dwarf2/gdb-index.exp
6331 * gdb.dwarf2/implptr-64bit.exp
6332 * gdb.dwarf2/implptr-optimized-out.exp
6333 * gdb.dwarf2/implptr.exp
6334 * gdb.dwarf2/implref-array.exp
6335 * gdb.dwarf2/implref-const.exp
6336 * gdb.dwarf2/implref-global.exp
6337 * gdb.dwarf2/implref-struct.exp
6338 * gdb.dwarf2/mac-fileno.exp
6339 * gdb.dwarf2/main-subprogram.exp
6340 * gdb.dwarf2/member-ptr-forwardref.exp
6341 * gdb.dwarf2/method-ptr.exp
6342 * gdb.dwarf2/missing-sig-type.exp
6343 * gdb.dwarf2/nonvar-access.exp
6344 * gdb.dwarf2/opaque-type-lookup.exp
6345 * gdb.dwarf2/pieces-optimized-out.exp
6346 * gdb.dwarf2/pieces.exp
6347 * gdb.dwarf2/pr10770.exp
6348 * gdb.dwarf2/pr13961.exp
6349 * gdb.dwarf2/staticvirtual.exp
6350 * gdb.dwarf2/subrange.exp
6351 * gdb.dwarf2/symtab-producer.exp
6352 * gdb.dwarf2/trace-crash.exp
6353 * gdb.dwarf2/typeddwarf.exp
6354 * gdb.dwarf2/valop.exp
6355 * gdb.dwarf2/watch-notconst.exp
6356 * gdb.fortran/array-element.exp
6357 * gdb.fortran/charset.exp
6358 * gdb.fortran/common-block.exp
6359 * gdb.fortran/complex.exp
6360 * gdb.fortran/derived-type-function.exp
6361 * gdb.fortran/derived-type.exp
6362 * gdb.fortran/logical.exp
6363 * gdb.fortran/module.exp
6364 * gdb.fortran/multi-dim.exp
6365 * gdb.fortran/nested-funcs.exp
6366 * gdb.fortran/print-formatted.exp
6367 * gdb.fortran/subarray.exp
6368 * gdb.fortran/vla-alloc-assoc.exp
6369 * gdb.fortran/vla-datatypes.exp
6370 * gdb.fortran/vla-history.exp
6371 * gdb.fortran/vla-ptr-info.exp
6372 * gdb.fortran/vla-ptype-sub.exp
6373 * gdb.fortran/vla-ptype.exp
6374 * gdb.fortran/vla-sizeof.exp
6375 * gdb.fortran/vla-type.exp
6376 * gdb.fortran/vla-value-sub-arbitrary.exp
6377 * gdb.fortran/vla-value-sub-finish.exp
6378 * gdb.fortran/vla-value-sub.exp
6379 * gdb.fortran/vla-value.exp
6380 * gdb.fortran/whatis_type.exp
6381 * gdb.go/chan.exp
6382 * gdb.go/handcall.exp
6383 * gdb.go/hello.exp
6384 * gdb.go/integers.exp
6385 * gdb.go/methods.exp
6386 * gdb.go/package.exp
6387 * gdb.go/strings.exp
6388 * gdb.go/types.exp
6389 * gdb.go/unsafe.exp
6390 * gdb.guile/scm-arch.exp
6391 * gdb.guile/scm-block.exp
6392 * gdb.guile/scm-breakpoint.exp
6393 * gdb.guile/scm-cmd.exp
6394 * gdb.guile/scm-disasm.exp
6395 * gdb.guile/scm-equal.exp
6396 * gdb.guile/scm-frame-args.exp
6397 * gdb.guile/scm-frame-inline.exp
6398 * gdb.guile/scm-frame.exp
6399 * gdb.guile/scm-iterator.exp
6400 * gdb.guile/scm-math.exp
6401 * gdb.guile/scm-objfile.exp
6402 * gdb.guile/scm-ports.exp
6403 * gdb.guile/scm-symbol.exp
6404 * gdb.guile/scm-symtab.exp
6405 * gdb.guile/scm-value-cc.exp
6406 * gdb.guile/types-module.exp
6407 * gdb.linespec/break-ask.exp
6408 * gdb.linespec/cpexplicit.exp
6409 * gdb.linespec/explicit.exp
6410 * gdb.linespec/keywords.exp
6411 * gdb.linespec/linespec.exp
6412 * gdb.linespec/ls-dollar.exp
6413 * gdb.linespec/ls-errs.exp
6414 * gdb.linespec/skip-two.exp
6415 * gdb.linespec/thread.exp
6416 * gdb.mi/mi-async.exp
6417 * gdb.mi/mi-basics.exp
6418 * gdb.mi/mi-break.exp
6419 * gdb.mi/mi-catch-load.exp
6420 * gdb.mi/mi-cli.exp
6421 * gdb.mi/mi-cmd-param-changed.exp
6422 * gdb.mi/mi-console.exp
6423 * gdb.mi/mi-detach.exp
6424 * gdb.mi/mi-disassemble.exp
6425 * gdb.mi/mi-eval.exp
6426 * gdb.mi/mi-file-transfer.exp
6427 * gdb.mi/mi-file.exp
6428 * gdb.mi/mi-fill-memory.exp
6429 * gdb.mi/mi-inheritance-syntax-error.exp
6430 * gdb.mi/mi-linespec-err-cp.exp
6431 * gdb.mi/mi-logging.exp
6432 * gdb.mi/mi-memory-changed.exp
6433 * gdb.mi/mi-read-memory.exp
6434 * gdb.mi/mi-record-changed.exp
6435 * gdb.mi/mi-reg-undefined.exp
6436 * gdb.mi/mi-regs.exp
6437 * gdb.mi/mi-return.exp
6438 * gdb.mi/mi-reverse.exp
6439 * gdb.mi/mi-simplerun.exp
6440 * gdb.mi/mi-solib.exp
6441 * gdb.mi/mi-stack.exp
6442 * gdb.mi/mi-stepi.exp
6443 * gdb.mi/mi-syn-frame.exp
6444 * gdb.mi/mi-until.exp
6445 * gdb.mi/mi-var-block.exp
6446 * gdb.mi/mi-var-child.exp
6447 * gdb.mi/mi-var-cmd.exp
6448 * gdb.mi/mi-var-cp.exp
6449 * gdb.mi/mi-var-display.exp
6450 * gdb.mi/mi-var-invalidate.exp
6451 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6452 * gdb.mi/mi-vla-fortran.exp
6453 * gdb.mi/mi-watch.exp
6454 * gdb.mi/mi2-var-child.exp
6455 * gdb.mi/user-selected-context-sync.exp
6456 * gdb.modula2/unbounded-array.exp
6457 * gdb.multi/dummy-frame-restore.exp
6458 * gdb.multi/multi-arch-exec.exp
6459 * gdb.multi/multi-arch.exp
6460 * gdb.multi/tids.exp
6461 * gdb.multi/watchpoint-multi.exp
6462 * gdb.opencl/callfuncs.exp
6463 * gdb.opencl/convs_casts.exp
6464 * gdb.opencl/datatypes.exp
6465 * gdb.opencl/operators.exp
6466 * gdb.opencl/vec_comps.exp
6467 * gdb.opt/clobbered-registers-O2.exp
6468 * gdb.opt/inline-break.exp
6469 * gdb.opt/inline-bt.exp
6470 * gdb.opt/inline-cmds.exp
6471 * gdb.opt/inline-locals.exp
6472 * gdb.pascal/case-insensitive-symbols.exp
6473 * gdb.pascal/floats.exp
6474 * gdb.pascal/gdb11492.exp
6475 * gdb.python/lib-types.exp
6476 * gdb.python/py-arch.exp
6477 * gdb.python/py-as-string.exp
6478 * gdb.python/py-bad-printers.exp
6479 * gdb.python/py-block.exp
6480 * gdb.python/py-breakpoint-create-fail.exp
6481 * gdb.python/py-breakpoint.exp
6482 * gdb.python/py-caller-is.exp
6483 * gdb.python/py-cmd.exp
6484 * gdb.python/py-explore-cc.exp
6485 * gdb.python/py-explore.exp
6486 * gdb.python/py-finish-breakpoint.exp
6487 * gdb.python/py-finish-breakpoint2.exp
6488 * gdb.python/py-frame-args.exp
6489 * gdb.python/py-frame-inline.exp
6490 * gdb.python/py-frame.exp
6491 * gdb.python/py-framefilter-mi.exp
6492 * gdb.python/py-infthread.exp
6493 * gdb.python/py-lazy-string.exp
6494 * gdb.python/py-linetable.exp
6495 * gdb.python/py-mi-events.exp
6496 * gdb.python/py-mi-objfile.exp
6497 * gdb.python/py-mi.exp
6498 * gdb.python/py-objfile.exp
6499 * gdb.python/py-pp-integral.exp
6500 * gdb.python/py-pp-maint.exp
6501 * gdb.python/py-pp-re-notag.exp
6502 * gdb.python/py-pp-registration.exp
6503 * gdb.python/py-recurse-unwind.exp
6504 * gdb.python/py-strfns.exp
6505 * gdb.python/py-symbol.exp
6506 * gdb.python/py-symtab.exp
6507 * gdb.python/py-sync-interp.exp
6508 * gdb.python/py-typeprint.exp
6509 * gdb.python/py-unwind-maint.exp
6510 * gdb.python/py-unwind.exp
6511 * gdb.python/py-value-cc.exp
6512 * gdb.python/py-xmethods.exp
6513 * gdb.reverse/amd64-tailcall-reverse.exp
6514 * gdb.reverse/break-precsave.exp
6515 * gdb.reverse/break-reverse.exp
6516 * gdb.reverse/consecutive-precsave.exp
6517 * gdb.reverse/consecutive-reverse.exp
6518 * gdb.reverse/finish-precsave.exp
6519 * gdb.reverse/finish-reverse-bkpt.exp
6520 * gdb.reverse/finish-reverse.exp
6521 * gdb.reverse/fstatat-reverse.exp
6522 * gdb.reverse/getresuid-reverse.exp
6523 * gdb.reverse/i386-precsave.exp
6524 * gdb.reverse/i386-reverse.exp
6525 * gdb.reverse/i386-sse-reverse.exp
6526 * gdb.reverse/i387-env-reverse.exp
6527 * gdb.reverse/i387-stack-reverse.exp
6528 * gdb.reverse/insn-reverse.exp
6529 * gdb.reverse/machinestate-precsave.exp
6530 * gdb.reverse/machinestate.exp
6531 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6532 * gdb.reverse/pipe-reverse.exp
6533 * gdb.reverse/readv-reverse.exp
6534 * gdb.reverse/recvmsg-reverse.exp
6535 * gdb.reverse/rerun-prec.exp
6536 * gdb.reverse/s390-mvcle.exp
6537 * gdb.reverse/step-precsave.exp
6538 * gdb.reverse/step-reverse.exp
6539 * gdb.reverse/time-reverse.exp
6540 * gdb.reverse/until-precsave.exp
6541 * gdb.reverse/until-reverse.exp
6542 * gdb.reverse/waitpid-reverse.exp
6543 * gdb.reverse/watch-precsave.exp
6544 * gdb.reverse/watch-reverse.exp
6545 * gdb.rust/generics.exp
6546 * gdb.rust/methods.exp
6547 * gdb.rust/modules.exp
6548 * gdb.rust/simple.exp
6549 * gdb.server/connect-with-no-symbol-file.exp
6550 * gdb.server/ext-attach.exp
6551 * gdb.server/ext-restart.exp
6552 * gdb.server/ext-wrapper.exp
6553 * gdb.server/file-transfer.exp
6554 * gdb.server/server-exec-info.exp
6555 * gdb.server/server-kill.exp
6556 * gdb.server/server-mon.exp
6557 * gdb.server/wrapper.exp
6558 * gdb.stabs/exclfwd.exp
6559 * gdb.stabs/gdb11479.exp
6560 * gdb.threads/clone-new-thread-event.exp
6561 * gdb.threads/corethreads.exp
6562 * gdb.threads/current-lwp-dead.exp
6563 * gdb.threads/dlopen-libpthread.exp
6564 * gdb.threads/gcore-thread.exp
6565 * gdb.threads/sigstep-threads.exp
6566 * gdb.threads/watchpoint-fork.exp
6567 * gdb.trace/actions-changed.exp
6568 * gdb.trace/backtrace.exp
6569 * gdb.trace/change-loc.exp
6570 * gdb.trace/circ.exp
6571 * gdb.trace/collection.exp
6572 * gdb.trace/disconnected-tracing.exp
6573 * gdb.trace/ftrace.exp
6574 * gdb.trace/mi-trace-frame-collected.exp
6575 * gdb.trace/mi-trace-unavailable.exp
6576 * gdb.trace/mi-traceframe-changed.exp
6577 * gdb.trace/mi-tsv-changed.exp
6578 * gdb.trace/no-attach-trace.exp
6579 * gdb.trace/passc-dyn.exp
6580 * gdb.trace/qtro.exp
6581 * gdb.trace/range-stepping.exp
6582 * gdb.trace/read-memory.exp
6583 * gdb.trace/save-trace.exp
6584 * gdb.trace/signal.exp
6585 * gdb.trace/status-stop.exp
6586 * gdb.trace/tfile.exp
6587 * gdb.trace/trace-break.exp
6588 * gdb.trace/trace-buffer-size.exp
6589 * gdb.trace/trace-condition.exp
6590 * gdb.trace/tracefile-pseudo-reg.exp
6591 * gdb.trace/tstatus.exp
6592 * gdb.trace/unavailable.exp
6593 * gdb.trace/while-dyn.exp
6594 * gdb.trace/while-stepping.exp
6595
6596 2016-12-22 Doug Evans <xdje42@gmail.com>
6597
6598 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6599 and msymbols.
6600
6601 2016-12-19 Yao Qi <yao.qi@linaro.org>
6602
6603 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6604 (test_with_self): Don't call do_steps_and_nexts, and remove
6605 code about stepping into xmalloc.
6606
6607 2016-12-09 Yao Qi <yao.qi@linaro.org>
6608
6609 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6610
6611 2016-12-09 Yao Qi <yao.qi@linaro.org>
6612
6613 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6614
6615 2016-12-09 Pedro Alves <palves@redhat.com>
6616
6617 * gdb.base/all-architectures-0.exp: New file.
6618 * gdb.base/all-architectures-1.exp: New file.
6619 * gdb.base/all-architectures-2.exp: New file.
6620 * gdb.base/all-architectures-3.exp: New file.
6621 * gdb.base/all-architectures-4.exp: New file.
6622 * gdb.base/all-architectures-5.exp: New file.
6623 * gdb.base/all-architectures-6.exp: New file.
6624 * gdb.base/all-architectures-7.exp: New file.
6625 * gdb.base/all-architectures.exp.in: New file.
6626
6627 2016-12-09 Yao Qi <yao.qi@linaro.org>
6628
6629 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6630
6631 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6632
6633 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6634 possible.
6635 Remove useless pattern-matching code.
6636
6637 2016-12-02 Pedro Alves <palves@redhat.com>
6638
6639 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6640 procedure.
6641 (top level): Call it.
6642
6643 2016-12-02 Pedro Alves <palves@redhat.com>
6644
6645 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6646 New procedure.
6647 (top level): Call it.
6648
6649 2016-12-02 Pedro Alves <palves@redhat.com>
6650
6651 PR cli/20559
6652 * gdb.base/commands.exp (user_defined_command_args_eval): New
6653 procedure.
6654 (top level): Call it.
6655
6656 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6657
6658 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6659 timeout handling.
6660
6661 2016-12-02 Tom Tromey <tom@tromey.com>
6662
6663 * gdb.dwarf2/main-subprogram.c: New file.
6664 * gdb.dwarf2/main-subprogram.exp: New file.
6665
6666 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6667
6668 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6669 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6670 gdb_test_no_output for a couple of cases.
6671 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6672
6673 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6674
6675 Fix test names and standardize compilation error messages throughout
6676 the following files:
6677
6678 * gdb.ada/start.exp
6679 * gdb.arch/alpha-step.exp
6680 * gdb.arch/e500-prologue.exp
6681 * gdb.arch/ftrace-insn-reloc.exp
6682 * gdb.arch/gdb1291.exp
6683 * gdb.arch/gdb1431.exp
6684 * gdb.arch/gdb1558.exp
6685 * gdb.arch/i386-dr3-watch.exp
6686 * gdb.arch/i386-sse-stack-align.exp
6687 * gdb.arch/ia64-breakpoint-shadow.exp
6688 * gdb.arch/pa-nullify.exp
6689 * gdb.arch/powerpc-aix-prologue.exp
6690 * gdb.arch/thumb-bx-pc.exp
6691 * gdb.base/annota1.exp
6692 * gdb.base/annota3.exp
6693 * gdb.base/arrayidx.exp
6694 * gdb.base/assign.exp
6695 * gdb.base/attach.exp
6696 * gdb.base/auxv.exp
6697 * gdb.base/bang.exp
6698 * gdb.base/bfp-test.exp
6699 * gdb.base/bigcore.exp
6700 * gdb.base/bitfields2.exp
6701 * gdb.base/break-fun-addr.exp
6702 * gdb.base/break-probes.exp
6703 * gdb.base/call-rt-st.exp
6704 * gdb.base/callexit.exp
6705 * gdb.base/catch-fork-kill.exp
6706 * gdb.base/charset.exp
6707 * gdb.base/checkpoint.exp
6708 * gdb.base/comprdebug.exp
6709 * gdb.base/constvars.exp
6710 * gdb.base/coredump-filter.exp
6711 * gdb.base/cursal.exp
6712 * gdb.base/cvexpr.exp
6713 * gdb.base/detach.exp
6714 * gdb.base/display.exp
6715 * gdb.base/dmsym.exp
6716 * gdb.base/dprintf-pending.exp
6717 * gdb.base/dso2dso.exp
6718 * gdb.base/dtrace-probe.exp
6719 * gdb.base/dump.exp
6720 * gdb.base/enum_cond.exp
6721 * gdb.base/exe-lock.exp
6722 * gdb.base/exec-invalid-sysroot.exp
6723 * gdb.base/execl-update-breakpoints.exp
6724 * gdb.base/exprs.exp
6725 * gdb.base/fileio.exp
6726 * gdb.base/find.exp
6727 * gdb.base/finish.exp
6728 * gdb.base/fixsection.exp
6729 * gdb.base/foll-vfork.exp
6730 * gdb.base/frame-args.exp
6731 * gdb.base/gcore.exp
6732 * gdb.base/gdb1250.exp
6733 * gdb.base/global-var-nested-by-dso.exp
6734 * gdb.base/gnu-ifunc.exp
6735 * gdb.base/hashline1.exp
6736 * gdb.base/hashline2.exp
6737 * gdb.base/hashline3.exp
6738 * gdb.base/hbreak-in-shr-unsupported.exp
6739 * gdb.base/huge.exp
6740 * gdb.base/infcall-input.exp
6741 * gdb.base/info-fun.exp
6742 * gdb.base/info-shared.exp
6743 * gdb.base/jit-simple.exp
6744 * gdb.base/jit-so.exp
6745 * gdb.base/jit.exp
6746 * gdb.base/jump.exp
6747 * gdb.base/label.exp
6748 * gdb.base/lineinc.exp
6749 * gdb.base/logical.exp
6750 * gdb.base/longjmp.exp
6751 * gdb.base/macscp.exp
6752 * gdb.base/miscexprs.exp
6753 * gdb.base/new-ui-echo.exp
6754 * gdb.base/new-ui-pending-input.exp
6755 * gdb.base/new-ui.exp
6756 * gdb.base/nodebug.exp
6757 * gdb.base/nofield.exp
6758 * gdb.base/offsets.exp
6759 * gdb.base/overlays.exp
6760 * gdb.base/pending.exp
6761 * gdb.base/pointers.exp
6762 * gdb.base/pr11022.exp
6763 * gdb.base/printcmds.exp
6764 * gdb.base/prologue.exp
6765 * gdb.base/ptr-typedef.exp
6766 * gdb.base/realname-expand.exp
6767 * gdb.base/relativedebug.exp
6768 * gdb.base/relocate.exp
6769 * gdb.base/remote.exp
6770 * gdb.base/reread.exp
6771 * gdb.base/return2.exp
6772 * gdb.base/savedregs.exp
6773 * gdb.base/sep.exp
6774 * gdb.base/sepdebug.exp
6775 * gdb.base/sepsymtab.exp
6776 * gdb.base/set-inferior-tty.exp
6777 * gdb.base/setshow.exp
6778 * gdb.base/shlib-call.exp
6779 * gdb.base/sigaltstack.exp
6780 * gdb.base/siginfo-addr.exp
6781 * gdb.base/signals.exp
6782 * gdb.base/signull.exp
6783 * gdb.base/sigrepeat.exp
6784 * gdb.base/so-impl-ld.exp
6785 * gdb.base/solib-display.exp
6786 * gdb.base/solib-overlap.exp
6787 * gdb.base/solib-search.exp
6788 * gdb.base/solib-symbol.exp
6789 * gdb.base/structs.exp
6790 * gdb.base/structs2.exp
6791 * gdb.base/symtab-search-order.exp
6792 * gdb.base/twice.exp
6793 * gdb.base/unload.exp
6794 * gdb.base/varargs.exp
6795 * gdb.base/watchpoint-solib.exp
6796 * gdb.base/watchpoint.exp
6797 * gdb.base/whatis.exp
6798 * gdb.base/wrong_frame_bt_full.exp
6799 * gdb.btrace/dlopen.exp
6800 * gdb.cell/ea-standalone.exp
6801 * gdb.cell/ea-test.exp
6802 * gdb.cp/dispcxx.exp
6803 * gdb.cp/gdb2384.exp
6804 * gdb.cp/method2.exp
6805 * gdb.cp/nextoverthrow.exp
6806 * gdb.cp/pr10728.exp
6807 * gdb.disasm/am33.exp
6808 * gdb.disasm/h8300s.exp
6809 * gdb.disasm/mn10300.exp
6810 * gdb.disasm/sh3.exp
6811 * gdb.dwarf2/dw2-dir-file-name.exp
6812 * gdb.fortran/complex.exp
6813 * gdb.fortran/library-module.exp
6814 * gdb.guile/scm-pretty-print.exp
6815 * gdb.guile/scm-symbol.exp
6816 * gdb.guile/scm-type.exp
6817 * gdb.guile/scm-value.exp
6818 * gdb.linespec/linespec.exp
6819 * gdb.mi/gdb701.exp
6820 * gdb.mi/gdb792.exp
6821 * gdb.mi/mi-breakpoint-changed.exp
6822 * gdb.mi/mi-dprintf-pending.exp
6823 * gdb.mi/mi-dprintf.exp
6824 * gdb.mi/mi-exit-code.exp
6825 * gdb.mi/mi-pending.exp
6826 * gdb.mi/mi-solib.exp
6827 * gdb.mi/new-ui-mi-sync.exp
6828 * gdb.mi/pr11022.exp
6829 * gdb.mi/user-selected-context-sync.exp
6830 * gdb.opt/solib-intra-step.exp
6831 * gdb.python/py-events.exp
6832 * gdb.python/py-finish-breakpoint.exp
6833 * gdb.python/py-mi.exp
6834 * gdb.python/py-prettyprint.exp
6835 * gdb.python/py-shared.exp
6836 * gdb.python/py-symbol.exp
6837 * gdb.python/py-template.exp
6838 * gdb.python/py-type.exp
6839 * gdb.python/py-value.exp
6840 * gdb.reverse/solib-precsave.exp
6841 * gdb.reverse/solib-reverse.exp
6842 * gdb.server/solib-list.exp
6843 * gdb.stabs/weird.exp
6844 * gdb.threads/reconnect-signal.exp
6845 * gdb.threads/stepi-random-signal.exp
6846 * gdb.trace/actions.exp
6847 * gdb.trace/ax.exp
6848 * gdb.trace/backtrace.exp
6849 * gdb.trace/change-loc.exp
6850 * gdb.trace/deltrace.exp
6851 * gdb.trace/ftrace-lock.exp
6852 * gdb.trace/ftrace.exp
6853 * gdb.trace/infotrace.exp
6854 * gdb.trace/mi-tracepoint-changed.exp
6855 * gdb.trace/packetlen.exp
6856 * gdb.trace/passcount.exp
6857 * gdb.trace/pending.exp
6858 * gdb.trace/range-stepping.exp
6859 * gdb.trace/report.exp
6860 * gdb.trace/stap-trace.exp
6861 * gdb.trace/tfind.exp
6862 * gdb.trace/trace-break.exp
6863 * gdb.trace/trace-condition.exp
6864 * gdb.trace/trace-enable-disable.exp
6865 * gdb.trace/trace-mt.exp
6866 * gdb.trace/tracecmd.exp
6867 * gdb.trace/tspeed.exp
6868 * gdb.trace/tsv.exp
6869 * lib/perftest.exp
6870
6871 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6872
6873 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6874 with gdb_test_no_output.
6875 Use command as test name.
6876
6877 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6878
6879 Fix test names starting with uppercase throughout the files.
6880
6881 * gdb.ada/assign_1.exp
6882 * gdb.ada/boolean_expr.exp
6883 * gdb.base/arrayidx.exp
6884 * gdb.base/del.exp
6885 * gdb.base/gcore-buffer-overflow.exp
6886 * gdb.base/testenv.exp
6887 * gdb.compile/compile.exp
6888 * gdb.python/py-framefilter-invalidarg.exp
6889 * gdb.python/py-framefilter.exp
6890
6891 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6892
6893 Fix test names starting with uppercase throughout the files.
6894
6895 * gdb.ada/array_return.exp
6896 * gdb.ada/expr_delims.exp
6897 * gdb.ada/mi_dyn_arr.exp
6898 * gdb.ada/mi_interface.exp
6899 * gdb.ada/mi_var_array.exp
6900 * gdb.ada/watch_arg.exp
6901 * gdb.arch/alpha-step.exp
6902 * gdb.arch/altivec-regs.exp
6903 * gdb.arch/e500-regs.exp
6904 * gdb.arch/powerpc-d128-regs.exp
6905 * gdb.base/arrayidx.exp
6906 * gdb.base/break.exp
6907 * gdb.base/checkpoint.exp
6908 * gdb.base/debug-expr.exp
6909 * gdb.base/dmsym.exp
6910 * gdb.base/radix.exp
6911 * gdb.base/sepdebug.exp
6912 * gdb.base/testenv.exp
6913 * gdb.base/watch_thread_num.exp
6914 * gdb.base/watchpoint-cond-gone.exp
6915 * gdb.cell/break.exp
6916 * gdb.cell/ea-cache.exp
6917 * gdb.compile/compile.exp
6918 * gdb.cp/gdb2495.exp
6919 * gdb.gdb/selftest.exp
6920 * gdb.gdb/xfullpath.exp
6921 * gdb.go/hello.exp
6922 * gdb.go/integers.exp
6923 * gdb.objc/basicclass.exp
6924 * gdb.pascal/hello.exp
6925 * gdb.pascal/integers.exp
6926 * gdb.python/py-breakpoint.exp
6927 * gdb.python/py-cmd.exp
6928 * gdb.python/py-linetable.exp
6929 * gdb.python/py-xmethods.exp
6930 * gdb.python/python.exp
6931 * gdb.reverse/consecutive-precsave.exp
6932 * gdb.reverse/finish-precsave.exp
6933 * gdb.reverse/i386-precsave.exp
6934 * gdb.reverse/machinestate-precsave.exp
6935 * gdb.reverse/sigall-precsave.exp
6936 * gdb.reverse/solib-precsave.exp
6937 * gdb.reverse/step-precsave.exp
6938 * gdb.reverse/until-precsave.exp
6939 * gdb.reverse/watch-precsave.exp
6940 * gdb.threads/leader-exit.exp
6941 * gdb.threads/pthreads.exp
6942 * gdb.threads/wp-replication.exp
6943 * gdb.trace/actions.exp
6944 * gdb.trace/mi-tsv-changed.exp
6945 * gdb.trace/tsv.exp
6946
6947 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6948
6949 Fix test names starting with uppercase throughout the files.
6950
6951 * gdb.arch/i386-bp_permanent.exp
6952 * gdb.arch/i386-gnu-cfi.exp
6953 * gdb.base/disasm-end-cu.exp
6954 * gdb.base/macscp.exp
6955 * gdb.base/pending.exp
6956 * gdb.base/watch_thread_num.exp
6957 * gdb.cp/exception.exp
6958 * gdb.cp/gdb2495.exp
6959 * gdb.cp/local.exp
6960 * gdb.python/py-evsignal.exp
6961 * gdb.python/python.exp
6962 * gdb.trace/tracecmd.exp
6963
6964 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6965
6966 Fix test names starting with uppercase throughout the files.
6967
6968 * gdb.base/charset.exp
6969 * gdb.base/eval.exp
6970 * gdb.base/multi-forks.exp
6971 * gdb.guile/scm-progspace.exp
6972 * gdb.opencl/datatypes.exp
6973 * gdb.python/py-block.exp
6974 * gdb.python/py-function.exp
6975 * gdb.python/py-symbol.exp
6976 * gdb.python/py-symtab.exp
6977 * gdb.python/py-xmethods.exp
6978 * gdb.reverse/break-precsave.exp
6979 * gdb.reverse/break-reverse.exp
6980 * gdb.reverse/consecutive-precsave.exp
6981 * gdb.reverse/consecutive-reverse.exp
6982 * gdb.reverse/finish-precsave.exp
6983 * gdb.reverse/finish-reverse-bkpt.exp
6984 * gdb.reverse/finish-reverse.exp
6985 * gdb.reverse/fstatat-reverse.exp
6986 * gdb.reverse/getresuid-reverse.exp
6987 * gdb.reverse/i386-precsave.exp
6988 * gdb.reverse/i386-reverse.exp
6989 * gdb.reverse/i386-sse-reverse.exp
6990 * gdb.reverse/i387-stack-reverse.exp
6991 * gdb.reverse/insn-reverse.exp
6992 * gdb.reverse/machinestate-precsave.exp
6993 * gdb.reverse/machinestate.exp
6994 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6995 * gdb.reverse/pipe-reverse.exp
6996 * gdb.reverse/readv-reverse.exp
6997 * gdb.reverse/recvmsg-reverse.exp
6998 * gdb.reverse/rerun-prec.exp
6999 * gdb.reverse/s390-mvcle.exp
7000 * gdb.reverse/sigall-precsave.exp
7001 * gdb.reverse/sigall-reverse.exp
7002 * gdb.reverse/solib-precsave.exp
7003 * gdb.reverse/solib-reverse.exp
7004 * gdb.reverse/step-precsave.exp
7005 * gdb.reverse/step-reverse.exp
7006 * gdb.reverse/time-reverse.exp
7007 * gdb.reverse/until-precsave.exp
7008 * gdb.reverse/until-reverse.exp
7009 * gdb.reverse/waitpid-reverse.exp
7010 * gdb.reverse/watch-precsave.exp
7011 * gdb.reverse/watch-reverse.exp
7012
7013 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7014
7015 Fix test names starting with uppercase throughout the files.
7016
7017 * gdb.arch/i386-mpx-simple_segv.exp
7018 * gdb.arch/i386-mpx.exp
7019 * gdb.arch/i386-permbkpt.exp
7020 * gdb.arch/pa-nullify.exp
7021 * gdb.arch/powerpc-d128-regs.exp
7022 * gdb.arch/vsx-regs.exp
7023 * gdb.base/bfp-test.exp
7024 * gdb.base/break.exp
7025 * gdb.base/breakpoint-shadow.exp
7026 * gdb.base/callfuncs.exp
7027 * gdb.base/charset.exp
7028 * gdb.base/commands.exp
7029 * gdb.base/completion.exp
7030 * gdb.base/dfp-test.exp
7031 * gdb.base/echo.exp
7032 * gdb.base/ending-run.exp
7033 * gdb.base/eval.exp
7034 * gdb.base/expand-psymtabs.exp
7035 * gdb.base/float128.exp
7036 * gdb.base/floatn.exp
7037 * gdb.base/foll-exec-mode.exp
7038 * gdb.base/gdb1056.exp
7039 * gdb.base/gdb11531.exp
7040 * gdb.base/kill-after-signal.exp
7041 * gdb.base/multi-forks.exp
7042 * gdb.base/overlays.exp
7043 * gdb.base/pending.exp
7044 * gdb.base/sepdebug.exp
7045 * gdb.base/testenv.exp
7046 * gdb.base/valgrind-db-attach.exp
7047 * gdb.base/watch_thread_num.exp
7048 * gdb.base/watchpoint-cond-gone.exp
7049 * gdb.base/watchpoint.exp
7050 * gdb.base/watchpoints.exp
7051 * gdb.cp/arg-reference.exp
7052 * gdb.cp/baseenum.exp
7053 * gdb.cp/operator.exp
7054 * gdb.cp/shadow.exp
7055 * gdb.dwarf2/dw2-op-out-param.exp
7056 * gdb.dwarf2/dw2-reg-undefined.exp
7057 * gdb.go/chan.exp
7058 * gdb.go/hello.exp
7059 * gdb.go/integers.exp
7060 * gdb.go/methods.exp
7061 * gdb.go/package.exp
7062 * gdb.guile/scm-parameter.exp
7063 * gdb.guile/scm-progspace.exp
7064 * gdb.guile/scm-value.exp
7065 * gdb.mi/mi-pending.exp
7066 * gdb.mi/user-selected-context-sync.exp
7067 * gdb.multi/multi-attach.exp
7068 * gdb.multi/tids.exp
7069 * gdb.opt/clobbered-registers-O2.exp
7070 * gdb.pascal/floats.exp
7071 * gdb.pascal/integers.exp
7072 * gdb.python/py-block.exp
7073 * gdb.python/py-events.exp
7074 * gdb.python/py-parameter.exp
7075 * gdb.python/py-symbol.exp
7076 * gdb.python/py-symtab.exp
7077 * gdb.python/py-type.exp
7078 * gdb.python/py-value.exp
7079 * gdb.python/py-xmethods.exp
7080 * gdb.python/python.exp
7081 * gdb.reverse/break-precsave.exp
7082 * gdb.reverse/consecutive-precsave.exp
7083 * gdb.reverse/finish-precsave.exp
7084 * gdb.reverse/i386-precsave.exp
7085 * gdb.reverse/machinestate-precsave.exp
7086 * gdb.reverse/sigall-precsave.exp
7087 * gdb.reverse/solib-precsave.exp
7088 * gdb.reverse/step-precsave.exp
7089 * gdb.reverse/until-precsave.exp
7090 * gdb.reverse/watch-precsave.exp
7091 * gdb.server/ext-attach.exp
7092 * gdb.server/ext-restart.exp
7093 * gdb.server/ext-run.exp
7094 * gdb.server/ext-wrapper.exp
7095 * gdb.stabs/gdb11479.exp
7096 * gdb.stabs/weird.exp
7097 * gdb.threads/attach-many-short-lived-threads.exp
7098 * gdb.threads/kill.exp
7099 * gdb.threads/watchpoint-fork.exp
7100
7101 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7102
7103 Fix test names starting with uppercase throughout all the files below.
7104
7105 * gdb.ada/array_return.exp
7106 * gdb.ada/catch_ex.exp
7107 * gdb.ada/info_exc.exp
7108 * gdb.ada/mi_catch_ex.exp
7109 * gdb.ada/mi_dyn_arr.exp
7110 * gdb.ada/mi_ex_cond.exp
7111 * gdb.ada/mi_exc_info.exp
7112 * gdb.ada/mi_interface.exp
7113 * gdb.ada/mi_task_arg.exp
7114 * gdb.ada/mi_task_info.exp
7115 * gdb.ada/mi_var_array.exp
7116 * gdb.arch/alpha-step.exp
7117 * gdb.arch/amd64-disp-step.exp
7118 * gdb.arch/arm-disp-step.exp
7119 * gdb.arch/disp-step-insn-reloc.exp
7120 * gdb.arch/e500-prologue.exp
7121 * gdb.arch/ftrace-insn-reloc.exp
7122 * gdb.arch/gdb1558.exp
7123 * gdb.arch/i386-bp_permanent.exp
7124 * gdb.arch/i386-disp-step.exp
7125 * gdb.arch/i386-float.exp
7126 * gdb.arch/i386-gnu-cfi.exp
7127 * gdb.arch/ia64-breakpoint-shadow.exp
7128 * gdb.arch/mips16-thunks.exp
7129 * gdb.arch/pa-nullify.exp
7130 * gdb.arch/powerpc-aix-prologue.exp
7131 * gdb.arch/powerpc-power.exp
7132 * gdb.arch/ppc-dfp.exp
7133 * gdb.arch/s390-tdbregs.exp
7134 * gdb.arch/spu-info.exp
7135 * gdb.arch/spu-ls.exp
7136 * gdb.arch/thumb-bx-pc.exp
7137 * gdb.base/advance.exp
7138 * gdb.base/annota-input-while-running.exp
7139 * gdb.base/arrayidx.exp
7140 * gdb.base/asmlabel.exp
7141 * gdb.base/async.exp
7142 * gdb.base/attach-wait-input.exp
7143 * gdb.base/auto-connect-native-target.exp
7144 * gdb.base/batch-preserve-term-settings.exp
7145 * gdb.base/bfp-test.exp
7146 * gdb.base/bigcore.exp
7147 * gdb.base/bp-permanent.exp
7148 * gdb.base/break-always.exp
7149 * gdb.base/break-fun-addr.exp
7150 * gdb.base/break-idempotent.exp
7151 * gdb.base/break-main-file-remove-fail.exp
7152 * gdb.base/break-probes.exp
7153 * gdb.base/break-unload-file.exp
7154 * gdb.base/break.exp
7155 * gdb.base/call-ar-st.exp
7156 * gdb.base/call-rt-st.exp
7157 * gdb.base/call-sc.exp
7158 * gdb.base/call-signal-resume.exp
7159 * gdb.base/call-strs.exp
7160 * gdb.base/callexit.exp
7161 * gdb.base/callfuncs.exp
7162 * gdb.base/catch-gdb-caused-signals.exp
7163 * gdb.base/catch-signal-siginfo-cond.exp
7164 * gdb.base/catch-syscall.exp
7165 * gdb.base/compare-sections.exp
7166 * gdb.base/cond-eval-mode.exp
7167 * gdb.base/condbreak-call-false.exp
7168 * gdb.base/consecutive-step-over.exp
7169 * gdb.base/cursal.exp
7170 * gdb.base/disabled-location.exp
7171 * gdb.base/disasm-end-cu.exp
7172 * gdb.base/display.exp
7173 * gdb.base/double-prompt-target-event-error.exp
7174 * gdb.base/dprintf-bp-same-addr.exp
7175 * gdb.base/dprintf-detach.exp
7176 * gdb.base/dprintf-next.exp
7177 * gdb.base/dprintf-non-stop.exp
7178 * gdb.base/dprintf-pending.exp
7179 * gdb.base/dso2dso.exp
7180 * gdb.base/ending-run.exp
7181 * gdb.base/enum_cond.exp
7182 * gdb.base/examine-backward.exp
7183 * gdb.base/exe-lock.exp
7184 * gdb.base/exec-invalid-sysroot.exp
7185 * gdb.base/execl-update-breakpoints.exp
7186 * gdb.base/execution-termios.exp
7187 * gdb.base/fileio.exp
7188 * gdb.base/fixsection.exp
7189 * gdb.base/foll-exec-mode.exp
7190 * gdb.base/foll-exec.exp
7191 * gdb.base/fork-running-state.exp
7192 * gdb.base/frame-args.exp
7193 * gdb.base/fullpath-expand.exp
7194 * gdb.base/func-ptr.exp
7195 * gdb.base/gcore-relro-pie.exp
7196 * gdb.base/gdb1090.exp
7197 * gdb.base/gdb1555.exp
7198 * gdb.base/global-var-nested-by-dso.exp
7199 * gdb.base/gnu-ifunc.exp
7200 * gdb.base/hbreak-in-shr-unsupported.exp
7201 * gdb.base/hbreak-unmapped.exp
7202 * gdb.base/hook-stop.exp
7203 * gdb.base/infcall-input.exp
7204 * gdb.base/info-fun.exp
7205 * gdb.base/info-shared.exp
7206 * gdb.base/interrupt-noterm.exp
7207 * gdb.base/jit-so.exp
7208 * gdb.base/jit.exp
7209 * gdb.base/line-symtabs.exp
7210 * gdb.base/list.exp
7211 * gdb.base/longjmp.exp
7212 * gdb.base/macscp.exp
7213 * gdb.base/max-value-size.exp
7214 * gdb.base/nodebug.exp
7215 * gdb.base/nofield.exp
7216 * gdb.base/overlays.exp
7217 * gdb.base/paginate-after-ctrl-c-running.exp
7218 * gdb.base/paginate-bg-execution.exp
7219 * gdb.base/paginate-inferior-exit.exp
7220 * gdb.base/pending.exp
7221 * gdb.base/pr11022.exp
7222 * gdb.base/printcmds.exp
7223 * gdb.base/ptr-typedef.exp
7224 * gdb.base/ptype.exp
7225 * gdb.base/randomize.exp
7226 * gdb.base/range-stepping.exp
7227 * gdb.base/realname-expand.exp
7228 * gdb.base/relativedebug.exp
7229 * gdb.base/remote.exp
7230 * gdb.base/savedregs.exp
7231 * gdb.base/sepdebug.exp
7232 * gdb.base/set-noassign.exp
7233 * gdb.base/shlib-call.exp
7234 * gdb.base/shreloc.exp
7235 * gdb.base/sigaltstack.exp
7236 * gdb.base/sigbpt.exp
7237 * gdb.base/siginfo-addr.exp
7238 * gdb.base/siginfo-obj.exp
7239 * gdb.base/siginfo-thread.exp
7240 * gdb.base/signest.exp
7241 * gdb.base/signull.exp
7242 * gdb.base/sigrepeat.exp
7243 * gdb.base/skip.exp
7244 * gdb.base/so-impl-ld.exp
7245 * gdb.base/solib-corrupted.exp
7246 * gdb.base/solib-disc.exp
7247 * gdb.base/solib-display.exp
7248 * gdb.base/solib-overlap.exp
7249 * gdb.base/solib-search.exp
7250 * gdb.base/solib-symbol.exp
7251 * gdb.base/source-execution.exp
7252 * gdb.base/sss-bp-on-user-bp-2.exp
7253 * gdb.base/sss-bp-on-user-bp.exp
7254 * gdb.base/stack-checking.exp
7255 * gdb.base/stale-infcall.exp
7256 * gdb.base/step-break.exp
7257 * gdb.base/step-line.exp
7258 * gdb.base/step-over-exit.exp
7259 * gdb.base/step-test.exp
7260 * gdb.base/structs.exp
7261 * gdb.base/sym-file.exp
7262 * gdb.base/symtab-search-order.exp
7263 * gdb.base/term.exp
7264 * gdb.base/type-opaque.exp
7265 * gdb.base/unload.exp
7266 * gdb.base/until-nodebug.exp
7267 * gdb.base/until.exp
7268 * gdb.base/unwindonsignal.exp
7269 * gdb.base/watch-cond.exp
7270 * gdb.base/watch-non-mem.exp
7271 * gdb.base/watch_thread_num.exp
7272 * gdb.base/watchpoint-reuse-slot.exp
7273 * gdb.base/watchpoint-solib.exp
7274 * gdb.base/watchpoint.exp
7275 * gdb.btrace/dlopen.exp
7276 * gdb.cell/arch.exp
7277 * gdb.cell/break.exp
7278 * gdb.cell/bt.exp
7279 * gdb.cell/core.exp
7280 * gdb.cell/data.exp
7281 * gdb.cell/dwarfaddr.exp
7282 * gdb.cell/ea-cache.exp
7283 * gdb.cell/ea-standalone.exp
7284 * gdb.cell/ea-test.exp
7285 * gdb.cell/f-regs.exp
7286 * gdb.cell/fork.exp
7287 * gdb.cell/gcore.exp
7288 * gdb.cell/mem-access.exp
7289 * gdb.cell/ptype.exp
7290 * gdb.cell/registers.exp
7291 * gdb.cell/sizeof.exp
7292 * gdb.cell/solib-symbol.exp
7293 * gdb.cell/solib.exp
7294 * gdb.compile/compile-tls.exp
7295 * gdb.cp/exception.exp
7296 * gdb.cp/gdb2495.exp
7297 * gdb.cp/local.exp
7298 * gdb.cp/mb-inline.exp
7299 * gdb.cp/mb-templates.exp
7300 * gdb.cp/pr10687.exp
7301 * gdb.cp/pr9167.exp
7302 * gdb.cp/scope-err.exp
7303 * gdb.cp/templates.exp
7304 * gdb.cp/virtfunc.exp
7305 * gdb.dwarf2/dw2-dir-file-name.exp
7306 * gdb.dwarf2/dw2-single-line-discriminators.exp
7307 * gdb.fortran/complex.exp
7308 * gdb.fortran/library-module.exp
7309 * gdb.guile/guile.exp
7310 * gdb.guile/scm-cmd.exp
7311 * gdb.guile/scm-frame-inline.exp
7312 * gdb.guile/scm-objfile.exp
7313 * gdb.guile/scm-pretty-print.exp
7314 * gdb.guile/scm-symbol.exp
7315 * gdb.guile/scm-type.exp
7316 * gdb.guile/scm-value.exp
7317 * gdb.linespec/keywords.exp
7318 * gdb.linespec/ls-errs.exp
7319 * gdb.linespec/macro-relative.exp
7320 * gdb.linespec/thread.exp
7321 * gdb.mi/mi-breakpoint-changed.exp
7322 * gdb.mi/mi-dprintf-pending.exp
7323 * gdb.mi/mi-fullname-deleted.exp
7324 * gdb.mi/mi-logging.exp
7325 * gdb.mi/mi-pending.exp
7326 * gdb.mi/mi-solib.exp
7327 * gdb.mi/new-ui-mi-sync.exp
7328 * gdb.mi/user-selected-context-sync.exp
7329 * gdb.multi/dummy-frame-restore.exp
7330 * gdb.multi/multi-arch-exec.exp
7331 * gdb.multi/remove-inferiors.exp
7332 * gdb.multi/watchpoint-multi-exit.exp
7333 * gdb.opt/solib-intra-step.exp
7334 * gdb.perf/backtrace.exp
7335 * gdb.perf/single-step.exp
7336 * gdb.perf/skip-command.exp
7337 * gdb.perf/skip-prologue.exp
7338 * gdb.perf/solib.exp
7339 * gdb.python/lib-types.exp
7340 * gdb.python/py-as-string.exp
7341 * gdb.python/py-bad-printers.exp
7342 * gdb.python/py-block.exp
7343 * gdb.python/py-breakpoint.exp
7344 * gdb.python/py-cmd.exp
7345 * gdb.python/py-events.exp
7346 * gdb.python/py-evthreads.exp
7347 * gdb.python/py-finish-breakpoint.exp
7348 * gdb.python/py-finish-breakpoint2.exp
7349 * gdb.python/py-frame-inline.exp
7350 * gdb.python/py-frame.exp
7351 * gdb.python/py-inferior.exp
7352 * gdb.python/py-infthread.exp
7353 * gdb.python/py-mi.exp
7354 * gdb.python/py-objfile.exp
7355 * gdb.python/py-pp-maint.exp
7356 * gdb.python/py-pp-registration.exp
7357 * gdb.python/py-prettyprint.exp
7358 * gdb.python/py-recurse-unwind.exp
7359 * gdb.python/py-shared.exp
7360 * gdb.python/py-symbol.exp
7361 * gdb.python/py-symtab.exp
7362 * gdb.python/py-template.exp
7363 * gdb.python/py-type.exp
7364 * gdb.python/py-unwind-maint.exp
7365 * gdb.python/py-unwind.exp
7366 * gdb.python/py-value.exp
7367 * gdb.python/python.exp
7368 * gdb.reverse/finish-reverse-bkpt.exp
7369 * gdb.reverse/insn-reverse.exp
7370 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7371 * gdb.reverse/solib-precsave.exp
7372 * gdb.reverse/solib-reverse.exp
7373 * gdb.stabs/gdb11479.exp
7374 * gdb.stabs/weird.exp
7375 * gdb.threads/fork-child-threads.exp
7376 * gdb.threads/fork-plus-threads.exp
7377 * gdb.threads/fork-thread-pending.exp
7378 * gdb.threads/forking-threads-plus-breakpoint.exp
7379 * gdb.threads/hand-call-in-threads.exp
7380 * gdb.threads/interrupted-hand-call.exp
7381 * gdb.threads/linux-dp.exp
7382 * gdb.threads/local-watch-wrong-thread.exp
7383 * gdb.threads/next-while-other-thread-longjmps.exp
7384 * gdb.threads/non-ldr-exit.exp
7385 * gdb.threads/pending-step.exp
7386 * gdb.threads/print-threads.exp
7387 * gdb.threads/process-dies-while-detaching.exp
7388 * gdb.threads/process-dies-while-handling-bp.exp
7389 * gdb.threads/pthreads.exp
7390 * gdb.threads/queue-signal.exp
7391 * gdb.threads/reconnect-signal.exp
7392 * gdb.threads/signal-command-handle-nopass.exp
7393 * gdb.threads/signal-command-multiple-signals-pending.exp
7394 * gdb.threads/signal-delivered-right-thread.exp
7395 * gdb.threads/signal-sigtrap.exp
7396 * gdb.threads/sigthread.exp
7397 * gdb.threads/staticthreads.exp
7398 * gdb.threads/stepi-random-signal.exp
7399 * gdb.threads/thread-unwindonsignal.exp
7400 * gdb.threads/thread_check.exp
7401 * gdb.threads/thread_events.exp
7402 * gdb.threads/tid-reuse.exp
7403 * gdb.threads/tls-nodebug.exp
7404 * gdb.threads/tls-shared.exp
7405 * gdb.threads/tls-so_extern.exp
7406 * gdb.threads/tls.exp
7407 * gdb.threads/wp-replication.exp
7408 * gdb.trace/actions-changed.exp
7409 * gdb.trace/actions.exp
7410 * gdb.trace/backtrace.exp
7411 * gdb.trace/change-loc.exp
7412 * gdb.trace/collection.exp
7413 * gdb.trace/deltrace.exp
7414 * gdb.trace/disconnected-tracing.exp
7415 * gdb.trace/entry-values.exp
7416 * gdb.trace/ftrace-lock.exp
7417 * gdb.trace/ftrace.exp
7418 * gdb.trace/infotrace.exp
7419 * gdb.trace/mi-trace-frame-collected.exp
7420 * gdb.trace/mi-trace-unavailable.exp
7421 * gdb.trace/mi-traceframe-changed.exp
7422 * gdb.trace/mi-tracepoint-changed.exp
7423 * gdb.trace/mi-tsv-changed.exp
7424 * gdb.trace/no-attach-trace.exp
7425 * gdb.trace/packetlen.exp
7426 * gdb.trace/passc-dyn.exp
7427 * gdb.trace/passcount.exp
7428 * gdb.trace/pending.exp
7429 * gdb.trace/pr16508.exp
7430 * gdb.trace/qtro.exp
7431 * gdb.trace/range-stepping.exp
7432 * gdb.trace/read-memory.exp
7433 * gdb.trace/report.exp
7434 * gdb.trace/save-trace.exp
7435 * gdb.trace/signal.exp
7436 * gdb.trace/stap-trace.exp
7437 * gdb.trace/status-stop.exp
7438 * gdb.trace/strace.exp
7439 * gdb.trace/tfile.exp
7440 * gdb.trace/tfind.exp
7441 * gdb.trace/trace-break.exp
7442 * gdb.trace/trace-condition.exp
7443 * gdb.trace/trace-enable-disable.exp
7444 * gdb.trace/trace-mt.exp
7445 * gdb.trace/tracecmd.exp
7446 * gdb.trace/tracefile-pseudo-reg.exp
7447 * gdb.trace/tspeed.exp
7448 * gdb.trace/tstatus.exp
7449 * gdb.trace/tsv.exp
7450 * gdb.trace/unavailable.exp
7451 * gdb.trace/while-dyn.exp
7452 * gdb.trace/while-stepping.exp
7453 * lib/gdb-guile.exp
7454 * lib/gdb.exp
7455 * lib/mi-support.exp
7456 * lib/pascal.exp
7457 * lib/perftest.exp
7458 * lib/prelink-support.exp
7459 * lib/selftest-support.exp
7460
7461 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7462
7463 * Makefile.in: Include disable-implicit-rules.mk.
7464
7465 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7466
7467 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7468 non-byte-aligned bit fields.
7469
7470 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7471
7472 PR gdb/12616
7473 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7474 respects the DW_AT_data_bit_offset attribute.
7475
7476 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7477
7478 * gdb.base/default.exp: Fix output of "set language".
7479
7480 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7481
7482 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7483 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7484 make.
7485 * configure.ac: Remove checks for the make program.
7486 * configure: Re-generate.
7487
7488 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7489
7490 * gdb.python/py-recurse-unwind.c (main): Add loop.
7491 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7492 to read_register() and gdb.parse_and_eval(). Make each code
7493 call a separate case that can be individually tested.
7494 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7495 proc. Call cont_and_backtrace for each of the code paths that
7496 we want to test in the unwinder.
7497
7498 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7499
7500 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7501 the definition of struct S.
7502
7503 2016-11-11 Catherine Moore <clm@codesourcery.com>
7504
7505 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7506
7507 2016-11-09 Pedro Alves <palves@redhat.com>
7508
7509 * gdb.base/commands.exp (runto_or_return): New procedure.
7510 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7511 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7512 (progvar_simple_while_test, progvar_complex_if_while_test)
7513 (if_while_breakpoint_command_test)
7514 (infrun_breakpoint_command_test, breakpoint_command_test)
7515 (user_defined_command_test, watchpoint_command_test)
7516 (test_command_prompt_position, redefine_hook_test)
7517 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7518 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7519 multi_line_input and multi_line. Remove gdb_expect and
7520 gdb_stop_suppressing_tests uses.
7521 * lib/gdb.exp (valnum_re): New global.
7522 (multi_line_input): New procedure.
7523
7524 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7525
7526 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7527 Remove.
7528 (test_setup): Define with proc_with_prefix.
7529 (test_cli_inferior): Likewise.
7530 (test_cli_thread): Likewise.
7531 (test_cli_frame): Likewise.
7532 (test_cli_select_frame): Likewise.
7533 (test_cli_up_down): Likewise.
7534 (test_mi_thread_select): Likewise.
7535 (test_mi_stack_select_frame): Likewise.
7536 (test_cli_in_mi_inferior): Likewise.
7537 (test_cli_in_mi_thread): Likewise.
7538 (test_cli_in_mi_frame): Likewise.
7539 (top level): Do not use with_test_prefix_procname.
7540
7541 2016-11-09 Pedro Alves <palves@redhat.com>
7542
7543 * gdb.base/commands.exp (gdbvar_simple_if_test)
7544 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7545 (progvar_simple_if_test, progvar_simple_while_test)
7546 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7547 (infrun_breakpoint_command_test, breakpoint_command_test)
7548 (user_defined_command_test, watchpoint_command_test)
7549 (test_command_prompt_position, deprecated_command_test)
7550 (bp_deleted_in_command, temporary_breakpoint_commands)
7551 (stray_arg0_test, source_file_with_indented_comment)
7552 (recursive_source_test, if_commands_test)
7553 (error_clears_commands_left, redefine_hook_test)
7554 (redefine_backtrace_test): Use proc_with_prefix.
7555 * lib/gdb.exp (proc_with_prefix): New proc.
7556
7557 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7558
7559 * gdb.base/tui-layout.c: New file.
7560 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7561 disassembly window contains very long lines.
7562
7563 2016-11-08 Tom Tromey <tom@tromey.com>
7564
7565 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7566 depend on Python 2.
7567
7568 2016-11-08 Tom Tromey <tom@tromey.com>
7569
7570 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7571 New method.
7572
7573 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7574
7575 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7576
7577 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7578
7579 * gdb.rust/simple.rs: Add test for univariant enums without
7580 discriminants and for encoded struct-like enums.
7581
7582 2016-10-28 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7585 gdb_test_multiple, tighten regexps and match symtabs and line
7586 tables incrementally.
7587
7588 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7589
7590 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7591 general.
7592
7593 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7594
7595 * gdb.base/exec-invalid-sysroot.exp: New file.
7596
7597 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7598
7599 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7600
7601 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7602
7603 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7604
7605 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7606
7607 * gdb.base/killed-outside.exp: Remove $options from a call to
7608 `prepare_for_testing'.
7609
7610 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7611
7612 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7613 Change test message.
7614
7615 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7616
7617 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7618 Update comment.
7619
7620 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7621
7622 * gdb.trace/mi-trace-save.exp: New file.
7623
7624 2016-10-13 Yao Qi <yao.qi@linaro.org>
7625
7626 * gdb.base/code_elim.exp (get_var_address): Remove.
7627 * gdb.base/relocate.exp: Likewise.
7628 * gdb.base/shreloc.exp: Likewise.
7629 * lib/gdb.exp (get_var_address): New.
7630
7631 2016-10-13 Yao Qi <yao.qi@linaro.org>
7632
7633 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7634 floating point tests if $skip_float_test is false.
7635
7636 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7637
7638 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7639 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7640 argc values.
7641 Add 1 to argc so we guarantee distinct initial/modified argc values.
7642
7643 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7644
7645 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7646
7647 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7648
7649 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7650 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7651 * gdb.arch/vsx-regs.exp: Likewise.
7652
7653 2016-10-07 Yao Qi <yao.qi@linaro.org>
7654
7655 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7656
7657 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7658
7659 * gdb.python/python.exp: Test decode_line("*0").
7660
7661 2016-10-06 Doug Evans <dje@google.com>
7662
7663 * gdb.python/py-value.exp (test_value_creation): Add test for large
7664 unsigned 64-bit value.
7665
7666 2016-10-06 Tom Tromey <tom@tromey.com>
7667
7668 * gdb.compile/compile.exp: Change java tests to rust.
7669 * gdb.base/setshow.exp: Change java tests to rust.
7670 * gdb.base/default.exp: Remove java from language list.
7671 * README (Examples): Update language example.
7672 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7673 test.
7674 * lib/gdb.exp (skip_java_tests): Remove.
7675 * lib/java.exp: Remove.
7676 * gdb.java: Remove.
7677
7678 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7679
7680 * gdb.arch/mips-fcr.exp: New test.
7681 * gdb.arch/mips-fcr.c: Source for the new test.
7682
7683 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7684
7685 * gdb.base/solib-disc.exp: Use `standard_output_file'
7686 throughout.
7687
7688 2016-10-06 Pedro Alves <palves@redhat.com>
7689
7690 * gdb.base/jit-simple-dl.c: New file.
7691 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7692 * gdb.base/jit-simple.c: ... this.
7693 * gdb.base/jit-simple.exp (jit_run): Delete.
7694 (build_jit): New proc.
7695 (jit_test_reread): Recompile either the main program or the shared
7696 library, depending on what is being tested. Skip changing address
7697 if caller wants to. Compare before/after addresses. If testing
7698 standalone, explicitly load the binary. Test "maint info
7699 breakpoints".
7700 (top level): Add "standalone vs shared lib" and "change address"
7701 vs "same address" axes.
7702
7703 2016-10-06 Pedro Alves <palves@redhat.com>
7704
7705 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7706 call.
7707 (jit_run): Delete.
7708 (jit_test_reread): Use with_test_prefix. Reload the main binary
7709 explicitly. Compare the before/after addresses of the JIT
7710 descriptor.
7711
7712 2016-08-15 Doug Evans <dje@google.com>
7713
7714 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7715 for single bitfields is bool.
7716 * gdb.xml/tdesc-regs.exp: Ditto.
7717
7718 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7719
7720 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7721
7722 2016-10-05 Yao Qi <yao.qi@linaro.org>
7723
7724 * lib/gdb.exp (support_complex_tests): Return zero if
7725 gdb_skip_float_test return true.
7726
7727 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7728 Simon Marchi <simon.marchi@ericsson.com>
7729
7730 PR gdb/20487
7731 * gdb.mi/user-selected-context-sync.exp: New file.
7732 * gdb.mi/user-selected-context-sync.c: New file.
7733
7734 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7735 Simon Marchi <simon.marchi@ericsson.com>
7736
7737 PR gdb/20487
7738 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7739 =thread-select-event check.
7740
7741 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7742
7743 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7744 the compulsory L operand changes.
7745 * gdb.arch/powerpc-power.s: Likewise.
7746
7747 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7748
7749 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7750 * gdb.base/jit-attach-pie.c: New file.
7751 * gdb.base/jit-attach-pie.exp: New file.
7752
7753 2016-09-28 Pedro Alves <palves@redhat.com>
7754
7755 * gdb.base/infcall-input.c: New file.
7756 * gdb.base/infcall-input.exp: New file.
7757
7758 2016-09-22 Yao Qi <yao.qi@linaro.org>
7759
7760 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7761 (gdb_exit): Rename it to ...
7762 (gdbserver_gdb_exit): ... Close GDBserver.
7763 (gdb_exit): New proc, call gdbserver_gdb_exit.
7764 (mi_gdb_exit): Likewise.
7765
7766 2016-09-22 Yao Qi <yao.qi@linaro.org>
7767
7768 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7769 path.
7770 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7771 Remove duplication.
7772
7773 2016-09-22 Yao Qi <yao.qi@linaro.org>
7774
7775 * lib/gdbserver-support.exp: Check the existence of
7776 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7777
7778 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7779
7780 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7781
7782 2016-09-21 Tom Tromey <tom@tromey.com>
7783
7784 PR gdb/20604:
7785 * gdb.base/quit.exp: New file.
7786
7787 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7788
7789 * .gitignore: New file.
7790
7791 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7792
7793 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7794 throughout.
7795
7796 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7797
7798 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7799
7800 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7801
7802 * gdb.cp/casts.cc (decltype): Move it ...
7803 (main): ... with its call to ...
7804 * gdb.cp/casts03.cc: ... a new file.
7805 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7806
7807 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7808
7809 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7810
7811 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7812
7813 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7814 and sync up the test with tests in gas/testsuite/gas/ppc.
7815 * gdb.arch/powerpc-power.exp: Likewise.
7816
7817 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7818
7819 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7820
7821 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7822 Jan Kratochvil <jan.kratochvil@redhat.com>
7823
7824 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7825 make m1's definition to be different from m2's. Use 'dummy' as an
7826 argument for probe 'two'.
7827
7828 2016-09-10 Jon Beniston <jon@beniston.com>
7829
7830 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7831 for sim target.
7832
7833 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7834
7835 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7836 variable declaration.
7837 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7838 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7839 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7840 received HWCAP as its argument.
7841
7842 2016-09-06 Pedro Alves <palves@redhat.com>
7843
7844 * gdb.base/new-ui-pending-input.c: New file.
7845 * gdb.base/new-ui-pending-input.exp: New file.
7846 * gdb.exp (clear_gdb_spawn_id): New procedure.
7847 (with_spawn_id): Check whether gdb_spawn_id exists before
7848 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7849 on exit.
7850
7851 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7852
7853 * gdb.base/float128.c: New file.
7854 * gdb.base/float128.exp: Likewise.
7855 * gdb.base/floatn.c: Likewise.
7856 * gdb.base/floatn.exp: Likewise.
7857
7858 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7859
7860 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7861
7862 2016-09-05 Pedro Alves <palves@redhat.com>
7863
7864 PR backtrace/19927
7865 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7866 unwinders are immediately called as side effect of "source" or
7867 "disable unwinder" commands.
7868 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7869
7870 2016-09-02 Yao Qi <yao.qi@linaro.org>
7871
7872 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7873 is true and $type is "float" or "double".
7874
7875 2016-09-02 Yao Qi <yao.qi@linaro.org>
7876
7877 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7878 true.
7879 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7880 * gdb.base/call-rt-st.exp: Likewise.
7881 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7882 return value instead of gdb,skip_float_test.
7883 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7884 (do_function_calls): Use its return value instead of
7885 gdb,skip_float_test.
7886 * gdb.base/finish.exp: Likewise.
7887 * gdb.base/funcargs.exp: Likewise.
7888 * gdb.base/return.exp: Likewise.
7889 * gdb.base/return2.exp: Likewise.
7890 * gdb.base/varargs.exp: Likewise.
7891 * lib/gdb.exp (gdb_skip_float_test): Change it to
7892 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7893
7894 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7895
7896 * gdb.multi/tids.exp: Test "thread apply all".
7897
7898 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7899
7900 * gdb.base/default.exp (tty): Remove.
7901
7902 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7903
7904 * gdb.python/py-recurse-unwind.c: New file.
7905 * gdb.python/py-recurse-unwind.py: New file.
7906 * gdb.python/py-recurse-unwind.exp: New file.
7907
7908 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7909
7910 * gdb.base/set-inferior-tty.exp: New file.
7911 * gdb.base/set-inferior-tty.c: New file.
7912
7913 2016-08-23 Pedro Alves <palves@redhat.com>
7914
7915 PR gdb/20494
7916 * gdb.base/new-ui-echo.c: New file.
7917 * gdb.base/new-ui-echo.exp: New file.
7918
7919 2016-08-23 Yao Qi <yao.qi@linaro.org>
7920
7921 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7922 gdbserver_spawn.
7923 * gdb.server/connect-without-multi-process.exp (do_test):
7924 Likewise.
7925
7926 2016-08-23 Yao Qi <yao.qi@linaro.org>
7927
7928 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7929 standalone_txt. Delete gdb_txt and standalone_txt on host
7930 and target. Spawn the binary on target. Copy files from
7931 target to host.
7932
7933 2016-08-22 Pedro Alves <palves@redhat.com>
7934
7935 PR gdb/20505
7936 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7937 with_test_prefix. Factor out bits to ...
7938 (test_no_vdso): ... this new procedure.
7939
7940 2016-08-19 Carl Love <cel@us.ibm.com>
7941
7942 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7943 maintaining separate logic for constructing the output path.
7944 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7945 * gdb.arch/ppc-dfp.exp: Likewise.
7946 * gdb.arch/ppc-fp.exp: Likewise.
7947 * gdb.arch/vsx-regs.exp: Likewise.
7948 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7949 binprefix for generating the additional binary files.
7950
7951 2016-08-19 Pedro Alves <palves@redhat.com>
7952
7953 * gdb.trace/mi-trace-frame-collected.exp
7954 (test_trace_frame_collected): On x32, expect two registers.
7955
7956 2016-08-18 Carl Love <cel@us.ibm.com>
7957
7958 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7959 and sync up the test with tests in gas/testsuite/gas/ppc.
7960 * gdb.arch/powerpc-power.exp: Likewise.
7961
7962 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7963
7964 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7965 expected error message.
7966
7967 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7968
7969 * gdb.multi/remove-inferiors.exp: New file.
7970 * gdb.multi/remove-inferiors.c: New file.
7971
7972 2016-08-12 Yao Qi <yao.qi@linaro.org>
7973
7974 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7975 argument list.
7976
7977 2016-08-10 Pedro Alves <palves@redhat.com>
7978
7979 PR gdb/19187
7980 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7981 setup_kfails.
7982
7983 2016-08-09 Pedro Alves <palves@redhat.com>
7984 Simon Marchi <simon.marchi@ericsson.com>
7985
7986 PR gdb/20418
7987 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7988 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7989
7990 2016-08-09 Pedro Alves <palves@redhat.com>
7991
7992 PR mi/20431
7993 * gdb.mi/mi-cmd-error.exp: New file.
7994
7995 2016-08-09 Pedro Alves <palves@redhat.com>
7996
7997 PR gdb/18653
7998 * gdb.base/signals-state-child.c: New file.
7999 * gdb.base/signals-state-child.exp: New file.
8000 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8001
8002 2016-08-09 Pedro Alves <palves@redhat.com>
8003
8004 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8005
8006 2016-08-03 Tom Tromey <tom@tromey.com>
8007
8008 PR python/18565:
8009 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8010
8011 2016-08-01 Yao Qi <yao.qi@linaro.org>
8012
8013 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8014 variable mode to "multi-process" if $multi_process is 1, otherwise
8015 set it to "single-process".
8016
8017 2016-08-01 Yao Qi <yao.qi@linaro.org>
8018
8019 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8020 * gdb.cp/cpexprs.exp: Likewise.
8021 * gdb.cp/m-static.exp: Likewise.
8022
8023 2016-07-26 Tom Tromey <tom@tromey.com>
8024
8025 PR python/20190:
8026 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8027 test.
8028
8029 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8030
8031 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8032 selecting assembly source files.
8033 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8034 assembly source files.
8035 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8036 assembly source files.
8037 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8038 selecting assembly source files.
8039
8040 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8041
8042 * gdb.base/new-ui.exp (do_test_invalid_args): New
8043 procedure.
8044
8045 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8046
8047 * gdb.btrace/reconnect.c: New file.
8048 * gdb.btrace/reconnect.exp: New file.
8049
8050 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8051
8052 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8053 to test_catch_syscall_group.
8054 (test_catch_syscall_group): New.
8055
8056 2016-07-21 Tom Tromey <tom@tromey.com>
8057
8058 * gdb.rust/simple.rs (main): Use empty struct expression.
8059 * gdb.rust/simple.exp: Add tests for empty struct expression.
8060
8061 2016-07-21 Yao Qi <yao.qi@linaro.org>
8062
8063 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8064 if gdb_skip_xml_test is true on some targets.
8065
8066 2016-07-21 Yao Qi <yao.qi@linaro.org>
8067
8068 * gdb.server/solib-list.exp: Unset last_loaded_file.
8069
8070 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8071
8072 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8073 "step into captured_main (args)".
8074
8075 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8076
8077 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8078
8079 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8080
8081 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8082
8083 2016-07-19 Pedro Alves <palves@redhat.com>
8084
8085 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8086 * gdb.opt/inline-bt.exp: Likewise.
8087 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8088 additional_flags=-Winline.
8089 * gdb.opt/inline-locals.exp: Likewise.
8090 * gdb.opt/inline-markers.c (ATTR): Define.
8091 (inlined_fn): Use it.
8092
8093 2016-07-19 Yao Qi <yao.qi@linaro.org>
8094
8095 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8096 (test_with_self): Remove some code. Remove argument executable.
8097 (top-level): Use do_self_tests.
8098
8099 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8100 Don Breazeal <donb@codesourcery.com>
8101
8102 * gdb.base/maint.exp: Escape paths used in regular expressions.
8103 * gdb.stabs/weird.exp: Likewise.
8104
8105 2016-07-13 Tom Tromey <tom@tromey.com>
8106
8107 PR python/15620, PR python/18620:
8108 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8109 (test_bkpt_events): New procs.
8110
8111 2016-07-13 Tom Tromey <tom@tromey.com>
8112
8113 PR python/17698:
8114 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8115 test.
8116 (test_watchpoints): Likewise.
8117 (test_bkpt_pending): New proc.
8118
8119 2016-07-13 Tom Tromey <tom@tromey.com>
8120
8121 PR cli/18053:
8122 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8123 completion test.
8124
8125 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8126
8127 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8128 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8129 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8130 f_label.
8131 (g): Rename g_end_lbl to g_label.
8132 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8133 low_pc and high_pc.
8134 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8135
8136 2016-07-12 Tom Tromey <tom@tromey.com>
8137
8138 PR python/19293:
8139 * gdb.python/py-unwind-maint.exp: Update tests.
8140
8141 2016-07-12 Yao Qi <yao.qi@linaro.org>
8142
8143 * lib/selftest-support.exp (selftest_setup): Match the output
8144 when captured_main is inlined.
8145
8146 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8147
8148 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8149 New variables.
8150 (print this%a, print this%b, print this): New tests.
8151 * gdb.fortran/derived-types.f90 (this): New object and
8152 initialization.
8153
8154 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8155
8156 * gdb.ada/arraydim.exp: Remove extra directory level in build
8157 directory.
8158
8159 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8160
8161 * lib/ada.exp: Remove extra directory level in build directory.
8162 * gdb.ada/cond_lang.exp: Likewise.
8163 * gdb.ada/exec_changed.exp: Likewise.
8164 * gdb.ada/lang_switch.exp: Likewise.
8165
8166 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8167
8168 * simple.rs: Add test for raw pointer subscripting.
8169 * simple.exp: Add test expectations.
8170
8171 2016-07-05 Yao Qi <yao.qi@linaro.org>
8172
8173 * gdb.mi/mi-reverse.exp: Match =record-started output.
8174
8175 2016-07-01 Pedro Alves <palves@redhat.com>
8176
8177 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8178 procedure.
8179 (jit_reader_test): Test the jit reader's unwinder.
8180 * gdb.base/jithost.c (jit_function_00_code): New global.
8181 (main): Use memcpy to fill in the mmapped code, instead of poking
8182 bytes manually here.
8183 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8184 value.
8185 (read_debug_info): Save the function's range.
8186 (read_sp): New function.
8187 (unwind_frame): Use it. Also unwind RBP.
8188 (get_frame_id): Use read_sp.
8189 (gdb_init_reader): Use calloc instead of malloc.
8190 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8191 parameter. Use gdb_test_multiple.
8192
8193 2016-07-01 Pedro Alves <palves@redhat.com>
8194 Antoine Tremblay <antoine.tremblay@ericsson.com>
8195
8196 * gdb.threads/process-dies-while-detaching.c: New file.
8197 * gdb.threads/process-dies-while-detaching.exp: New file.
8198
8199 2016-07-01 Pedro Alves <palves@redhat.com>
8200
8201 * gdb.multi/watchpoint-multi-exit.c: New file.
8202 * gdb.multi/watchpoint-multi-exit.exp: New file.
8203
8204 2016-06-30 Pedro Alves <palves@redhat.com>
8205
8206 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8207 unset inferior_spawn_id.
8208
8209 2016-06-30 Pedro Alves <palves@redhat.com>
8210
8211 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8212 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8213
8214 2016-06-29 Yao Qi <yao.qi@linaro.org>
8215
8216 * gdb.base/return.c: Add copyright header.
8217
8218 2016-06-29 Tom Tromey <tom@tromey.com>
8219
8220 PR python/20129:
8221 * gdb.python/py-framefilter.exp: Add tests for setting priority
8222 and disabling of non-existent frame filter.
8223
8224 2016-06-29 Yao Qi <yao.qi@linaro.org>
8225
8226 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8227 0x0f07ff.
8228
8229 2016-06-28 Yao Qi <yao.qi@linaro.org>
8230
8231 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8232 triplets. Start gdb, execute catch syscall, and continue. Check
8233 gdb's output to determine catch syscall is supported.
8234
8235 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8236
8237 * gdb.rust/simple.rs: Add test for returning unit in a function.
8238 * gdb.rust/simple.exp: Add expectation for functions returning
8239 unit.
8240
8241 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8242
8243 * gdb.python/py-breakpoint-create-fail.c,
8244 gdb.python/py-breakpoint-create-fail.exp,
8245 gdb.python/py-breakpoint-create-fail.py: New testcase.
8246
8247 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8248
8249 PR gdb/20239
8250 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8251 * gdb.rust/simple.exp: Add test expectations for new NonZero
8252 tests.
8253
8254 2016-06-24 David Taylor <dtaylor@emc.com>
8255
8256 * gdb.base/offsets.exp: New file.
8257 * gdb.base/offsets.c: New file.
8258
8259 2016-06-23 Tom Tromey <tom@tromey.com>
8260
8261 PR gdb/16483:
8262 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8263 before any filters are loaded.
8264
8265 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8266
8267 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8268 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8269 structs.
8270 * gdb.fortran/derived-type-function.exp: New file.
8271 * gdb.fortran/derived-type-function.f90: New file.
8272
8273
8274 2016-06-21 Pedro Alves <palves@redhat.com>
8275
8276 * gdb.base/new-ui.exp: New file.
8277 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8278 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8279 (with_spawn_id): New procedure.
8280
8281 2016-06-21 Pedro Alves <palves@redhat.com>
8282
8283 * gdb.mi/mi-exec-run.exp: New file.
8284
8285 2016-06-21 Pedro Alves <palves@redhat.com>
8286
8287 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8288 breakpoint command's output on the main UI.
8289 (test_break): New procedure, factored out from calls in the top
8290 level.
8291 (top level): Use foreach_with_prefix to test MI as main UI and as
8292 separate UI.
8293
8294 2016-06-21 Pedro Alves <palves@redhat.com>
8295
8296 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8297 (test_awatch_creation_and_listing)
8298 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8299 Remove 'type' parameter.
8300 (test_watchpoint_all): New parameter mi_mode. Remove
8301 with_test_prefix.
8302 (top level): Use foreach_with_prefix, and add main/separate UI MI
8303 testing axis.
8304
8305 2016-06-21 Pedro Alves <palves@redhat.com>
8306
8307 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8308 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8309 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8310 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8311 (gdb_main_spawn_id, mi_spawn_id): Declare and
8312 comment.
8313 (mi_create_inferior_pty): New procedure,
8314 factored out from default_mi_gdb_start.
8315 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8316 procedures.
8317 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8318 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8319 Use mi_create_inferior_pty.
8320 (mi_gdb_start): Use eval to pass down args list.
8321
8322 2016-06-21 Pedro Alves <palves@redhat.com>
8323
8324 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8325 * gdb.opt/inline-cmds.exp: Add MI tests.
8326
8327 2016-06-21 Pedro Alves <palves@redhat.com>
8328
8329 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8330
8331 2016-06-21 Pedro Alves <palves@redhat.com>
8332
8333 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8334 (top level): Use it instead of mi_execute_to.
8335
8336 2016-06-21 Pedro Alves <palves@redhat.com>
8337
8338 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8339 (cont_handler_str): New.
8340 (signal_stop_handler): Set stop_handler_str instead of printing to
8341 stdout.
8342 (continue_handler): Set cont_handler_str instead of printing to
8343 stdout.
8344 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8345 mi_send_resuming_command. Print stop_handler_str and
8346 cont_handler_str instead of expecting the python events print
8347 directly.
8348
8349 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8350
8351 * gdb.base/jit-reader.exp: New file.
8352 * gdb.base/jithost.c: New file.
8353 * gdb.base/jithost.h: New file.
8354 * gdb.base/jitreader.c : New file.
8355 * gdb.base/jit-protocol.h: New file.
8356
8357 2016-06-17 Yao Qi <yao.qi@linaro.org>
8358
8359 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8360 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8361 and detach-on-fork. Adjust tests.
8362 (top level): Invoke break_cond_on_syscall with combinations of
8363 syscall, follow-fork-mode and detach-on-fork.
8364
8365 2016-06-17 Yao Qi <yao.qi@linaro.org>
8366
8367 * gdb.base/step-over-exit.c: New.
8368 * gdb.base/step-over-exit.exp: New.
8369
8370 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8371
8372 * gdb.base/float.exp: Add target check for nds32*-*-*.
8373 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8374
8375 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8376
8377 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8378 for unsupported target features.
8379 * gdb.base/call-rt-st.exp: Likewise.
8380 * gdb.base/call-sc.exp: Likewise.
8381 * gdb.base/call-signal-resume.exp: Likewise.
8382 * gdb.base/call-strs.exp: Likewise.
8383 * gdb.base/callexit.exp: Likewise.
8384 * gdb.base/callfuncs.exp: Likewise.
8385 * gdb.base/nodebug.exp: Likewise.
8386 * gdb.base/printcmds.exp: Likewise.
8387 * gdb.base/ptype.exp: Likewise.
8388 * gdb.base/structs.exp: Likewise.
8389 * gdb.base/unwindonsignal.exp: Likewise.
8390 * gdb.cp/gdb2495.exp: Likewise.
8391 * gdb.cp/templates.exp: Likewise.
8392 * gdb.cp/virtfunc.exp: Likewise.
8393 * gdb.threads/hand-call-in-threads.exp: Likewise.
8394 * gdb.threads/interrupted-hand-call.exp: Likewise.
8395 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8396
8397 2016-06-10 Tom Tromey <tom@tromey.com>
8398
8399 PR rust/20110:
8400 * gdb.rust/expr.exp: Add test for integer constant larger than
8401 i32.
8402
8403 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8404
8405 * gdb.fortran/nested-funcs.exp: New.
8406 * gdb.fortran/nested-funcs.f90: New.
8407
8408 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8409
8410 * gdb.base/examine-backward.c: New file.
8411 * gdb.base/examine-backward.exp: New file.
8412
8413 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8414
8415 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8416 matching.
8417
8418 2016-06-02 Tom Tromey <tom@tromey.com>
8419
8420 PR python/18984:
8421 * gdb.python/py-shared.exp: Add solib_name test.
8422
8423 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8424
8425 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8426
8427 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8428
8429 PR c++/19893
8430 * gdb.dwarf2/implref.exp: Rename to...
8431 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8432 * gdb.dwarf2/implref-array.c: New file.
8433 * gdb.dwarf2/implref-array.exp: Likewise.
8434 * gdb.dwarf2/implref-global.c: Likewise.
8435 * gdb.dwarf2/implref-global.exp: Likewise.
8436 * gdb.dwarf2/implref-struct.c: Likewise.
8437 * gdb.dwarf2/implref-struct.exp: Likewise.
8438
8439 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8440
8441 * gdb.trace/trace-condition.exp: Add 64bit tests.
8442
8443 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8444
8445 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8446 bits types.
8447 (main): Adapt to 8 to 64 bits types.
8448 * gdb.trace/trace-condition.exp: Add new tests.
8449
8450 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8451
8452 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8453
8454 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8455
8456 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8457 Move condition tests...
8458 * gdb.trace/trace-condition.exp: Here.
8459
8460 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8461
8462 * gdb.trace/trace-condition.exp: Add counter-case tests.
8463
8464 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8465
8466 PR c++/15231
8467 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8468 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8469
8470 2016-05-27 Pedro Alves <palves@redhat.com>
8471
8472 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8473 New procedure.
8474 (top level): Call it, and bail out of DejaGnu is known to be bad.
8475
8476 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8477
8478 * gdb.base/whatis.c: Extend the test case.
8479 * gdb.base/whatis.exp: Add additional tests.
8480
8481 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8482
8483 * gdb.fortran/type.f90: Add pointer variable.
8484 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8485
8486 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8487
8488 * gdb.fortran/vla-type.exp: Fix testcase name.
8489
8490 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8491
8492 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8493
8494 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8495
8496 * gdb.fortran/type.f90: Add nested structures.
8497 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8498 * gdb.fortran/derived-type.exp: Adapt expected output.
8499 * gdb.fortran/vla-type.exp: Adapt expected output.
8500
8501 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8502
8503 * gdb.fortran/whatis_type.exp: Adapt expected output.
8504
8505 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8506
8507 * gdb.fortran/print_type.exp: Fix expected output.
8508 * gdb.fortran/whatis_type.exp: Fix expected output.
8509
8510 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8511
8512 * gdb.fortran/whatis_type.exp: Use multi_line.
8513
8514 2016-05-24 Tom Tromey <tom@tromey.com>
8515
8516 PR python/17386:
8517 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8518 use value as an index.
8519
8520 2016-05-23 Tom Tromey <tom@tromey.com>
8521
8522 PR python/17981:
8523 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8524 no-breakpoint case.
8525
8526 2016-05-24 Pedro Alves <palves@redhat.com>
8527
8528 PR gdb/19828
8529 * gdb.threads/clone-attach-detach.c: New file.
8530 * gdb.threads/clone-attach-detach.exp: New file.
8531
8532 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8533
8534 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8535
8536 2016-05-23 Tom Tromey <tom@tromey.com>
8537
8538 PR python/19438, PR python/18393:
8539 * gdb.python/py-progspace.exp: Add "dir" test.
8540 * gdb.python/py-objfile.exp: Add "dir" test.
8541
8542 2016-05-23 Yao Qi <yao.qi@linaro.org>
8543
8544 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8545 * gdb.arch/thumb2-it.exp: Likewise.
8546
8547 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8548
8549 * gdb.mi/mi-threads-interrupt.c: New file.
8550 * gdb.mi/mi-threads-interrupt.exp: New file.
8551
8552 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8553
8554 PR gdb/18077
8555 * gdb.mi/mi-async-run.exp: New file.
8556 * gdb.mi/mi-async-run.c: New file.
8557
8558 2016-05-17 Tom Tromey <tom@tromey.com>
8559 Manish Goregaokar <manishsmail@gmail.com>
8560
8561 * lib/rust-support.exp: New file.
8562 * lib/gdb.exp (skip_rust_tests): New proc.
8563 (build_executable_from_specs): Handle rust.
8564 * lib/future.exp (gdb_find_rustc): New proc.
8565 (gdb_default_target_compile): Handle rust.
8566 * gdb.rust/expr.exp: New file.
8567 * gdb.rust/generics.exp: New file.
8568 * gdb.rust/generics.rs: New file.
8569 * gdb.rust/methods.exp: New file.
8570 * gdb.rust/methods.rs: New file.
8571 * gdb.rust/modules.exp: New file.
8572 * gdb.rust/modules.rs: New file.
8573 * gdb.rust/simple.exp: New file.
8574 * gdb.rust/simple.rs: New file.
8575
8576 2016-05-17 Tom Tromey <tom@tromey.com>
8577
8578 * gdb.base/default.exp (set language): Add rust.
8579
8580 2016-05-17 Tom Tromey <tom@tromey.com>
8581
8582 * gdb.gdb/unittest.exp: New file.
8583
8584 2016-05-16 Yao Qi <yao.qi@linaro.org>
8585
8586 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8587 shell_prompt. Update shell_prompt_re.
8588
8589 2016-05-12 Doug Evans <dje@google.com>
8590
8591 PR symtab/19999
8592 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8593 $options when building executable.
8594 * gdb.dwarf2/fission-loclists-pie.S: New file.
8595 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8596
8597 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8598
8599 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8600 of [is_remote target],
8601
8602 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8603
8604 * lib/gdb.exp (use_gdb_stub): New procedure.
8605
8606 2016-05-03 Yunlian Jiang <yunlian@google.com>
8607 Doug Evans <dje@google.com>
8608
8609 PR symtab/19914
8610 * gdb.dwarf2/dwp-sepdebug.c: New file.
8611 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8612
8613 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8614
8615 * gdb.base/detach.exp: Remove is_remote check.
8616
8617 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8618
8619 * gdb.base/annota-input-while-running.exp: Don't check for
8620 [is_remote target]. Enable annotations after running to main.
8621 Remove unused "set test..." line.
8622
8623 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8624
8625 * gdb.trace/trace-enable-disable.exp: New file.
8626 * gdb.trace/trace-enable-disable.c: New file.
8627
8628 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8629
8630 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8631 use it in info sharedlibrary test.
8632 * gdb.trace/ftrace-lock.exp: Likewise.
8633 * gdb.trace/ftrace.exp: Likewise.
8634 * gdb.trace/range-stepping.exp: Likewise.
8635 * gdb.trace/trace-break.exp: Likewise.
8636 * gdb.trace/trace-condition.exp: Likewise.
8637 * gdb.trace/trace-mt.exp: Likewise.
8638
8639 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8640
8641 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8642 (gdb_load_shlib): ... this.
8643 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8644 gdb_load_shlib.
8645 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8646 * gdb.base/ctxobj.exp: Likewise.
8647 * gdb.base/dprintf-pending.exp: Likewise.
8648 * gdb.base/dso2dso.exp: Likewise.
8649 * gdb.base/fixsection.exp: Likewise.
8650 * gdb.base/gcore-relro.exp: Likewise.
8651 * gdb.base/gdb1555.exp: Likewise.
8652 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8653 * gdb.base/gnu-ifunc.exp: Likewise.
8654 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8655 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8656 * gdb.base/pending.exp: Likewise.
8657 * gdb.base/print-file-var.exp: Likewise.
8658 * gdb.base/print-symbol-loading.exp: Likewise.
8659 * gdb.base/shlib-call.exp: Likewise.
8660 * gdb.base/shreloc.exp: Likewise.
8661 * gdb.base/so-impl-ld.exp: Likewise.
8662 * gdb.base/solib-disc.exp: Likewise.
8663 * gdb.base/solib-nodir.exp: Likewise.
8664 * gdb.base/solib-overlap.exp: Likewise.
8665 * gdb.base/solib-symbol.exp: Likewise.
8666 * gdb.base/solib-weak.exp (do_test): Likewise.
8667 * gdb.base/sym-file.exp: Likewise.
8668 * gdb.base/symtab-search-order.exp: Likewise.
8669 * gdb.base/type-opaque.exp: Likewise.
8670 * gdb.base/unload.exp: Likewise.
8671 * gdb.base/watchpoint-solib.exp: Likewise.
8672 * gdb.compile/compile.exp: Likewise.
8673 * gdb.cp/gdb2384.exp: Likewise.
8674 * gdb.cp/infcall-dlopen.exp: Likewise.
8675 * gdb.cp/re-set-overloaded.exp: Likewise.
8676 * gdb.fortran/library-module.exp: Likewise.
8677 * gdb.opt/solib-intra-step.exp: Likewise.
8678 * gdb.python/py-finish-breakpoint.exp: Likewise.
8679 * gdb.python/py-shared.exp: Likewise.
8680 * gdb.reverse/solib-precsave.exp: Likewise.
8681 * gdb.reverse/solib-reverse.exp: Likewise.
8682 * gdb.server/solib-list.exp: Likewise.
8683 * gdb.threads/dlopen-libpthread.exp: Likewise.
8684 * gdb.threads/tls-shared.exp: Likewise.
8685 * gdb.threads/tls-so_extern.exp: Likewise.
8686 * gdb.trace/change-loc.exp: Likewise.
8687 * gdb.trace/ftrace-lock.exp: Likewise.
8688 * gdb.trace/ftrace.exp: Likewise.
8689 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8690 * gdb.trace/pending.exp: Likewise.
8691 * gdb.trace/range-stepping.exp: Likewise.
8692 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8693 (strace_info_marker): Likewise.
8694 (strace_probe_marker): Likewise.
8695 (strace_trace_on_same_addr): Likewise.
8696 (strace_trace_on_diff_addr): Likewise.
8697 * gdb.trace/trace-break.exp: Likewise.
8698 * gdb.trace/trace-condition.exp: Likewise.
8699 * gdb.trace/trace-mt.exp: Likewise.
8700
8701 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8702
8703 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8704 result of gdb_remote_download.
8705 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8706 * gdb.base/dso2dso.exp: Likewise.
8707 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8708 * gdb.base/print-file-var.exp: Likewise.
8709 * gdb.base/shlib-call.exp: Likewise.
8710 * gdb.base/shreloc.exp: Likewise.
8711 * gdb.base/solib-overlap.exp: Likewise.
8712 * gdb.base/solib-weak.exp (do_test): Likewise.
8713 * gdb.base/unload.exp: Likewise.
8714
8715 2016-04-27 Yao Qi <yao.qi@linaro.org>
8716
8717 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8718 exists.
8719
8720 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8721
8722 * vla-type.exp: Print structure from toplevel.
8723
8724 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8725
8726 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8727 of dynamic types.
8728 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8729 of dynamic types.
8730
8731 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8732
8733 * gdb.fortran/vla-type.f90: New file.
8734 * gdb.fortran/vla-type.exp: New file.
8735
8736 2016-04-25 Yao Qi <yao.qi@linaro.org>
8737
8738 * gdb.base/branch-to-self.c: New file.
8739 * gdb.base/branch-to-self.exp: New file.
8740
8741 2016-04-22 Yao Qi <yao.qi@linaro.org>
8742
8743 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8744 more after $hex.
8745
8746 2016-04-22 Yao Qi <yao.qi@linaro.org>
8747
8748 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8749 * gdb.base/annota3.exp: Likewise.
8750
8751 2016-04-22 Yao Qi <yao.qi@linaro.org>
8752
8753 * gdb.reverse/step-precsave.exp: Do one step and test program
8754 stops in "callee" and do multiple steps until program goes out
8755 of "callee".
8756 * gdb.reverse/step-reverse.exp: Likewise.
8757
8758 2016-04-22 Yao Qi <yao.qi@linaro.org>
8759
8760 * gdb.trace/signal.exp: Also pass if
8761 $tracepoint_hits($i) > $iterations.
8762
8763 2016-04-22 Yao Qi <yao.qi@linaro.org>
8764
8765 * gdb.trace/signal.c: New file.
8766 * gdb.trace/signal.exp: New file.
8767
8768 2016-04-19 Doug Evans <xdje42@gmail.com>
8769
8770 * gdb.base/bad-file.exp: New file.
8771
8772 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8773
8774 * gdb.dwarf2/implref.exp: New file.
8775
8776 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8777
8778 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8779 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8780 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8781 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8782 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8783 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8784 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8785 * lib/fortran.exp (fortran_int4): New procedure.
8786 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8787 (fortran_logical4): Likewise.
8788
8789 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8790
8791 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8792
8793 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8794
8795 * lib/compiler.c: Add Intel specific preprocessor macros.
8796 * lib/compiler.cc: Likewise.
8797
8798 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8799
8800 * gdb.server/connect-with-no-symbol-file.c: New file.
8801 * gdb.server/connect-with-no-symbol-file.exp: New file.
8802
8803 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8804
8805 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8806
8807 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8808
8809 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8810 standard output directory.
8811
8812 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8813
8814 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8815
8816 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8817
8818 * gdb.btrace/instruction_history.c (loop): Add declaration.
8819
8820 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8821
8822 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8823
8824 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8825
8826 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8827 parentheses to print.
8828 (continue_handler): Likewise.
8829
8830 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8831
8832 * gdb.server/solib-list.exp: Remove is_remote check.
8833 Pass shlib= to gdb_compile. Don't link shared library with
8834 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8835 Run binary filename through "readlink -f" on the target.
8836
8837 2016-04-08 Pedro Alves <palves@redhat.com>
8838
8839 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8840 interpreter filename as argument to gdbserver_spawn.
8841 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8842 Return empty if $last_loaded_file does not exist.
8843
8844 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8845
8846 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8847 * gdb.base/jit-main.c: Use exit after usage.
8848
8849 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8850
8851 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8852 GDBHISTSIZE prior to the tests.
8853 * gdb.base/gdbinit-history.exp: Likewise.
8854
8855 2016-04-07 Pedro Alves <palves@redhat.com>
8856
8857 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8858 instead of build_executable. Use gdb_load_shlibs.
8859
8860 2016-04-07 Yao Qi <yao.qi@linaro.org>
8861
8862 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8863 Execute "si" command.
8864
8865 2016-04-07 Yao Qi <yao.qi@linaro.org>
8866
8867 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8868 number instead of the comments on some line.
8869
8870 2016-04-06 Don Breazeal <donb@codesourcery.com>
8871
8872 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8873 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8874
8875 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8876
8877 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8878 standard_output_file. Remove unused binfile variable.
8879
8880 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8881
8882 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8883 * gdb.python/py-mi-objfile.exp: Match "list main" output
8884 in console format.
8885
8886 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8887
8888 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8889 absolute.
8890
8891 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8892
8893 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8894 absolute.
8895 * gdb.trace/ftrace.exp: Likewise.
8896 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8897 targets as well.
8898 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8899 (gdb_load_shlibs): Copy libraries to test directory when testing
8900 natively. Only set solib-search-path if testing remotely.
8901 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8902
8903 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8904
8905 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8906 gdb_download. Use it even if the target is not remote.
8907 * gdb.base/jit.exp (compile_jit_test): Likewise.
8908 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8909 output directory if the destination board is local, otherwise use
8910 the standard remote_download from DejaGnu.
8911 (gdb_download): Remove.
8912 (gdb_load_shlibs): Use gdb_remote_download instead of
8913 gdb_download.
8914 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8915 Use gdb_remote_download instead of gdb_download. Use it even if
8916 the target is not remote.
8917 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8918 instead of gdb_download.
8919
8920 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8921
8922 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8923 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8924 run.
8925
8926 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8927
8928 PR gdb/19820
8929 * gdb.base/printcmds.exp: Add artificial arrays tests.
8930
8931 2016-03-31 Pedro Alves <palves@redhat.com>
8932
8933 PR gdb/19858
8934 * gdb.base/jit-main.c: Include unistd.h.
8935 (ATTACH): Define to 0 if not already defined.
8936 (wait_for_gdb, mypid): New globals.
8937 (WAIT_FOR_GDB): New macro.
8938 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8939 some breakpoint locations.
8940 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8941 New procedures.
8942 (one_jit_test): Add REATTACH parameter, and handle it. Use
8943 continue_to_test_location.
8944 (top level): Test attach, and adjusts calls to one_jit_test.
8945
8946 2016-03-31 Pedro Alves <palves@redhat.com>
8947
8948 PR gdb/19858
8949 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8950 BINSUFFIX parameter, and handle it.
8951 (top level): Adjust calls compile_jit_test.
8952
8953 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8954
8955 PR python/19743
8956 * gdb.python/py-mi-events-gdb.py: New file.
8957 * gdb.python/py-mi-events.c: New file.
8958 * gdb.python/py-mi-events.exp: New file.
8959
8960 2016-03-30 Yao Qi <yao.qi@linaro.org>
8961
8962 * gdb.reverse/until-precsave.exp: Match function name only.
8963 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8964 Move malloc to a condition block.
8965 * gdb.reverse/until-reverse.exp: Match function name only.
8966
8967 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8968
8969 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8970 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8971 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8972 variable for GPR 0 instead of assuming it is register 0.
8973 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8974 * lib/trace-support.exp: Add s390 registers.
8975
8976 2016-03-29 Yao Qi <yao.qi@linaro.org>
8977
8978 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8979
8980 2016-03-24 Yao Qi <yao.qi@linaro.org>
8981
8982 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8983 test message.
8984
8985 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8986
8987 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8988 maintaining separate logic for constructing the output path.
8989
8990 2016-03-16 Don Breazeal <donb@codesourcery.com>
8991
8992 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8993 Retry fork and waitpid on interrupted system call errors.
8994 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8995 Use with_timeout_factor to increase timeout by factor of 10.
8996
8997 2016-03-15 Don Breazeal <donb@codesourcery.com>
8998
8999 * gdb.cp/scope-err.cc: New test program.
9000 * gdb.cp/scope-err.exp: New test script.
9001 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9002 lines and "set breakpoint here" comment.
9003 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9004 Fixed some whitespace and format issues.
9005 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9006 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9007
9008 2016-03-15 Doug Evans <dje@google.com>
9009
9010 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9011 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9012 All callers updated. Add tests for enums, mixed flags register.
9013
9014 2016-03-15 Doug Evans <dje@google.com>
9015
9016 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9017 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9018
9019 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9020
9021 * gdb.base/default.exp: Add $_as_string to the list of expected
9022 convenience functions.
9023
9024 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9025
9026 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9027
9028 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9029
9030 * gdb.python/py-as-string.exp: New file.
9031 * gdb.python/py-as-string.c: New file.
9032
9033 2016-03-09 Pedro Alves <palves@redhat.com>
9034
9035 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9036 signal" -> "Thread NN received signal" output change.
9037 * gdb.threads/ia64-sigill.exp: Likewise.
9038 * gdb.threads/linux-dp.exp: Likewise.
9039 * gdb.threads/manythreads.exp: Likewise.
9040 * gdb.threads/pending-step.exp: Likewise.
9041 * gdb.threads/print-threads.exp: Likewise.
9042 * gdb.threads/sigstep-threads.exp: Likewise.
9043 * gdb.threads/staticthreads.exp: Likewise.
9044 * gdb.threads/tls.exp: Likewise.
9045
9046 2016-03-09 Pedro Alves <palves@redhat.com>
9047
9048 * gdb.base/command-line-input.exp: New file.
9049
9050 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9051
9052 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9053 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9054 * gdb.trace/pending.exp: Accept leading dot before function name.
9055 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9056 * lib/trace-support.exp: Set registers for ppc.
9057
9058 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9059
9060 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9061 use it for disassembly; accept .main in addition to main in backtrace.
9062
9063 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9064 Marcin Kościelnicki <koriakin@0x04.net>
9065
9066 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9067 (gdb_recursion_test_ptr): New global variable.
9068 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9069 gdb_recursion_test.
9070 (gdb_c_test): Ditto.
9071
9072 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9073
9074 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9075 ordering.
9076
9077 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9078
9079 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9080 (bar): Add bar_start_lbl label.
9081 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9082 of foo/bar for emitting DWARF and tracing.
9083
9084 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9085
9086 * analyze-racy-logs.py: Set executable bit.
9087
9088 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9089
9090 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9091 (CHECK_TARGET_TMP): Likewise.
9092 (check-single-racy): New rule.
9093 (check-parallel-racy): Likewise.
9094 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9095 (do-check-parallel-racy): New rule.
9096 (check-racy/%.exp): Likewise.
9097 * README (Racy testcases): New section.
9098 * analyze-racy-logs.py: New file.
9099
9100 2016-03-03 Doug Evans <dje@google.com>
9101
9102 * gdb.base/skip.exp: Use with_test_prefix.
9103
9104 2016-03-03 Yao Qi <yao.qi@linaro.org>
9105
9106 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9107 Invoke step_over_syscall "clone" and break_cond_on_syscall
9108 "clone".
9109 * gdb.base/step-over-clone.c: New file.
9110
9111 2016-03-03 Yao Qi <yao.qi@linaro.org>
9112
9113 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9114 code format.
9115
9116 2016-03-03 Yao Qi <yao.qi@linaro.org>
9117
9118 * gdb.base/disp-step-fork.c: Rename to ...
9119 * gdb.base/step-over-fork.c: ... it. New file.
9120 * gdb.base/disp-step-vfork.c: Rename to ...
9121 * gdb.base/step-over-vfork.c: ... it. New file.
9122 * gdb.base/disp-step-syscall.exp: Rename to ...
9123 * gdb.base/step-over-syscall.exp: ... it. New file.
9124 (disp_step_cross_syscall): Rename to ...
9125 (step_over_syscall): ... it.
9126
9127 2016-03-03 Yao Qi <yao.qi@linaro.org>
9128
9129 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9130 If target supports condition evaluation on target, invoke
9131 break_cond_on_syscall for fork and vfork.
9132
9133 2016-03-03 Yao Qi <yao.qi@linaro.org>
9134
9135 * gdb.base/disp-step-syscall.exp: Don't invoke
9136 support_displaced_stepping.
9137 (disp_step_cross_syscall): Test with displaced stepping off and
9138 on if supported.
9139
9140 2016-03-03 Yao Qi <yao.qi@linaro.org>
9141
9142 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9143 proc.
9144 (setup): New proc.
9145 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9146 and setup.
9147
9148 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9149
9150 * gdb.fortran/vla-history.exp: Remove breakpoint.
9151
9152 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9153
9154 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9155 exceeds timeout.
9156
9157 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9158
9159 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9160 breakpoint.
9161
9162 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9163
9164 * gdb.mi/vla.f90: Nullify pointer after declaration.
9165
9166 2016-03-01 Pedro Alves <palves@redhat.com>
9167
9168 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9169
9170 2016-03-01 Pedro Alves <palves@redhat.com>
9171
9172 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9173 before anything else.
9174 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9175 _GNU_SOURCE here.
9176 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9177 before anything else.
9178 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9179
9180 2016-03-01 Pedro Alves <palves@redhat.com>
9181
9182 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9183
9184 2016-03-01 Yao Qi <yao.qi@linaro.org>
9185
9186 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9187 prepare_for_testing.
9188
9189 2016-03-01 Yao Qi <yao.qi@linaro.org>
9190
9191 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9192
9193 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9194
9195 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9196 manually constructing the output path.
9197
9198 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9199
9200 * gdb.arch/s390-stackless.S: New.
9201 * gdb.arch/s390-stackless.exp: New.
9202
9203 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9204
9205 * gdb.dlang/circular.c: New file.
9206 * gdb.dlang/circular.exp: New file.
9207
9208 2016-02-26 Yao Qi <yao.qi@linaro.org>
9209
9210 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9211 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9212 (testcases): Update.
9213
9214 2016-02-26 Yao Qi <yao.qi@linaro.org>
9215
9216 * gdb.reverse/aarch64.c: Rename to ...
9217 * gdb.reverse/insn-reverse.c: ... it.
9218 * gdb.reverse/aarch64.exp: Rename to ...
9219 * gdb.reverse/insn-reverse.exp: ... it.
9220
9221 2016-02-26 Yao Qi <yao.qi@linaro.org>
9222
9223 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9224 (testcase_ftype): New.
9225 (testcases): New array.
9226 (n_testcases): New.
9227 (main): Call each element in testcases.
9228 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9229 (read_testcase): New.
9230 Do the tests in a loop.
9231
9232 2016-02-25 Yao Qi <yao.qi@linaro.org>
9233
9234 * gdb.base/branches.c: Remove.
9235
9236 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9237
9238 PR gdb/13808
9239 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9240
9241 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9242
9243 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9244
9245 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9246
9247 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9248 change x86_64 call_insn to 'callq'.
9249
9250 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9251
9252 * gdb.trace/tfile-avx.c: Move to...
9253 * gdb.trace/tracefile-pseudo-reg.c: Here.
9254 * gdb.trace/tfile-avx.exp: Move to...
9255 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9256
9257 2016-02-24 Gary Benson <gbenson@redhat.com>
9258
9259 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9260 message on attach.
9261
9262 2016-02-23 Doug Evans <dje@google.com>
9263
9264 * gdb.base/skip.c (test_skip): New function.
9265 (end_test_skip_file_and_function): New function.
9266 (test_skip_file_and_function): New function.
9267 * gdb.base/skip1.c (test_skip): New function.
9268 (skip1_test_skip_file_and_function): New function.
9269 * gdb.base/skip.exp: Add tests for new skip options.
9270 * gdb.base/skip-solib.exp: Update expected output.
9271 * gdb.perf/skip-command.cc: New file.
9272 * gdb.perf/skip-command.exp: New file.
9273 * gdb.perf/skip-command.py: New file.
9274
9275 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9276
9277 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9278 info registers pattern.
9279
9280 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9281
9282 * lib/future.exp: Add D support.
9283 (gdb_find_gdc): New proc.
9284 (gdb_default_target_compile): Add D support.
9285
9286 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9287
9288 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9289 user+system time.
9290 (trace_speed_test): Determine the iteration count for a time
9291 between 15..30 seconds.
9292
9293 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9294
9295 * gdb.arch/i386-mpx-sigsegv.c: New file.
9296 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9297 * gdb.arch/i386-mpx-simple_segv.c: New file.
9298 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9299
9300 2016-02-18 Yao Qi <yao.qi@linaro.org>
9301
9302 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9303 Don't call setup_kfail.
9304
9305 2016-02-18 Yao Qi <yao.qi@linaro.org>
9306
9307 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9308 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9309
9310 2016-02-16 Doug Evans <dje@google.com>
9311
9312 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9313 * gdb.base/skip1.c: Ditto.
9314 * gdb.base/skip.exp: Whitespace cleanup.
9315
9316 2016-02-16 Don Breazeal <donb@codesourcery.com>
9317
9318 PR remote/19496
9319 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9320 Remove kfail for PR remote/19496.
9321
9322 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9323
9324 * lib/gdb.exp (standard_temp_file): Return a path specific to
9325 the runtest invocation.
9326
9327 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9328
9329 * gdb.trace/save-trace.exp: Change relative path to be in the
9330 standard output directory.
9331
9332 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9333
9334 * gdb.arch/i386-prologue.c: Add missing prototypes.
9335
9336 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9337
9338 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9339 * gdb.arch/i386-prologue.exp: Likewise.
9340 * gdb.arch/i386-size.exp: Likewise.
9341
9342 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9343
9344 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9345 define object file path.
9346 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9347 file path.
9348 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9349 standard_output_file to define binfile.
9350
9351 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9352
9353 Fix compatibility with recent gfortran-5.3.1.
9354 * gdb.fortran/vla-history.exp (print vla1 allocated)
9355 (print vla2 allocated, print $2, print $3): Remove
9356 (print $4): Rename to ...
9357 (print $2): ... here.
9358 (print $9): Rename to ...
9359 (print $5): ... here.
9360 (print $10): Rename to ...
9361 (print $6): ... here.
9362 * gdb.fortran/vla.f90: Add pvla initialization.
9363
9364 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9365
9366 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9367 New test.
9368 * gdb.fortran/vla-value-sub.exp: Likewise.
9369
9370 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9371
9372 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9373
9374 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9375
9376 * i386-biarch-core.exp: Define corefile using
9377 standard_output_file.
9378
9379 2016-02-12 Yao Qi <yao.qi@linaro.org>
9380
9381 * gdb.arch/arm-single-step-kernel-helper.c: New.
9382 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9383
9384 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9385
9386 * gdb.btrace/tailcall-only.exp: New.
9387 * gdb.btrace/tailcall-only.c: New.
9388 * gdb.btrace/x86_64-tailcall-only.S: New.
9389 * gdb.btrace/i686-tailcall-only.S: New.
9390
9391 2016-02-11 Pedro Alves <palves@redhat.com>
9392
9393 * README (Parallel testing): Add missing double quotes.
9394
9395 2016-02-11 Pedro Alves <palves@redhat.com>
9396
9397 * README (Parallel testing): New section.
9398 (GDB_PARALLEL): Rewrite.
9399 (FORCE_PARALLEL): Document.
9400
9401 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9402
9403 * gdb.trace/tfile-avx.c: New test.
9404 * gdb.trace/tfile-avx.exp: New test.
9405
9406 2016-02-09 Keith Seitz <keiths@redhat.com>
9407
9408 PR breakpoints/19546
9409 * gdb.base/infcall-exec.c: New file.
9410 * gdb.base/infcall-exec2.c: New file.
9411 * gdb.base/infcall-exec.exp: New file.
9412
9413 2016-02-09 Keith Seitz <keiths@redhat.com>
9414
9415 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9416 (toplevel): Call test_bkpt_address.
9417
9418 2016-02-09 Keith Seitz <keiths@redhat.com>
9419
9420 PR python/19506
9421 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9422 (toplevel): Call test_bkpt_address.
9423
9424 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9425
9426 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9427 to AC_OUTPUT.
9428 * configure: Regenerate.
9429
9430 2016-02-09 Pedro Alves <palves@redhat.com>
9431
9432 PR breakpoints/19548
9433 * gdb.base/execl-update-breakpoints.c (some_function): New
9434 function.
9435 (main): Call it.
9436 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9437 Tighten expected GDB output.
9438
9439 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9440
9441 * Makefile.in (ALL_SUBDIRS): Remove.
9442 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9443 (distclean maintainer-clean realclean): Likewise.
9444 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9445 * configure: Regenerate.
9446 * gdb.ada/Makefile.in: Delete.
9447 * gdb.arch/Makefile.in: Likewise.
9448 * gdb.asm/Makefile.in: Likewise.
9449 * gdb.base/Makefile.in: Likewise.
9450 * gdb.btrace/Makefile.in: Likewise.
9451 * gdb.cell/Makefile.in: Likewise.
9452 * gdb.compile/Makefile.in: Likewise.
9453 * gdb.cp/Makefile.in: Likewise.
9454 * gdb.disasm/Makefile.in: Likewise.
9455 * gdb.dlang/Makefile.in: Likewise.
9456 * gdb.dwarf2/Makefile.in: Likewise.
9457 * gdb.fortran/Makefile.in: Likewise.
9458 * gdb.gdb/Makefile.in: Likewise.
9459 * gdb.go/Makefile.in: Likewise.
9460 * gdb.guile/Makefile.in: Likewise.
9461 * gdb.java/Makefile.in: Likewise.
9462 * gdb.linespec/Makefile.in: Likewise.
9463 * gdb.mi/Makefile.in: Likewise.
9464 * gdb.modula2/Makefile.in: Likewise.
9465 * gdb.multi/Makefile.in: Likewise.
9466 * gdb.objc/Makefile.in: Likewise.
9467 * gdb.opencl/Makefile.in: Likewise.
9468 * gdb.opt/Makefile.in: Likewise.
9469 * gdb.pascal/Makefile.in: Likewise.
9470 * gdb.perf/Makefile.in: Likewise.
9471 * gdb.python/Makefile.in: Likewise.
9472 * gdb.reverse/Makefile.in: Likewise.
9473 * gdb.server/Makefile.in: Likewise.
9474 * gdb.stabs/Makefile.in: Likewise.
9475 * gdb.threads/Makefile.in: Likewise.
9476 * gdb.trace/Makefile.in: Likewise.
9477 * gdb.xml/Makefile.in: Likewise.
9478 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9479 GDB_PARALLEL.
9480 (standard_output_file): Remove check for GDB_PARALLEL, always
9481 return path in outputs/$subdir/$testname.
9482
9483 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9484
9485 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9486 (site.exp): Assign abs_srcdir to tcl's srcdir.
9487
9488 2016-02-04 Yao Qi <yao.qi@linaro.org>
9489
9490 * gdb.base/foll-exec-mode.c: Include limits.h.
9491 (main): Add parameters argc and argv. Get directory from
9492 argv[0].
9493 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9494 compilation.
9495 * gdb.base/foll-exec.c: Include limits.h.
9496 (main): Add parameters argc and argv.
9497 Get directory from argv[0].
9498 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9499 Adjust tests on the number of lines as source code changed.
9500 * gdb.base/foll-vfork-exit.c: Include limits.h.
9501 (main): Add one line of statement before vfork.
9502 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9503 (main): Add parameters argc and argv. Get directory from
9504 argv[0].
9505 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9506 (setup_gdb): Set tbreak to skip some source lines.
9507 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9508 (main): Add parameters argc and argv. Get directory from
9509 argv[0].
9510 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9511 compilation.
9512 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9513 (main): Add parameters argc and argv. Get directory from
9514 argv[0].
9515 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9516 compilation.
9517
9518 2016-02-01 Doug Evans <dje@google.com>
9519
9520 * gdb.base/skip.exp: Clean up multiple references to same test name.
9521
9522 2016-02-01 Pedro Alves <palves@redhat.com>
9523
9524 PR remote/19496
9525 * gdb.threads/forking-threads-plus-breakpoint.exp
9526 (displaced_stepping_supported): New global.
9527 (probe_displaced_stepping_support): New procedure.
9528 (do_test): Add 'displaced' parameter, and use it.
9529 (top level): Check for displaced stepping support. Add displaced
9530 stepping on/off testing axis.
9531
9532 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9533
9534 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9535 pointer. Don't perform further tests on the unassociated pointer
9536 if the first test fails.
9537
9538 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9539
9540 * gdb.base/max-value-size.c: New file.
9541 * gdb.base/max-value-size.exp: New file.
9542 * gdb.base/huge.exp: Disable max-value-size for this test.
9543
9544 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9545
9546 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9547
9548 2016-01-28 Yao Qi <yao.qi@linaro.org>
9549
9550 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9551
9552 2016-01-25 Pedro Alves <palves@redhat.com>
9553
9554 PR threads/19461
9555 * gdb.base/fork-running-state.c: New file.
9556 * gdb.base/fork-running-state.exp: New file.
9557
9558 2016-01-25 Pedro Alves <palves@redhat.com>
9559
9560 PR gdb/19494
9561 * gdb.base/catch-fork-kill.c: New file.
9562 * gdb.base/catch-fork-kill.exp: New file.
9563
9564 2016-01-25 Pedro Alves <palves@redhat.com>
9565
9566 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9567 Delete, moved to lib/gdb.exp.
9568 * gdb.threads/forking-threads-plus-breakpoint.exp
9569 (foreach_with_prefix): Likewise.
9570 * gdb.threads/process-dies-while-handling-bp.exp
9571 (foreach_with_prefix): Likewise.
9572 * lib/gdb.exp (foreach_with_prefix): New procedure.
9573
9574 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9575
9576 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9577 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9578
9579 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9580
9581 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9582 endian targets.
9583
9584 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9585 Pedro Alves <palves@redhat.com>
9586
9587 Fix testsuite compatibility with Guile.
9588 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9589 number.
9590
9591 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9592
9593 Fix testsuite compatibility with Guile.
9594 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9595 (thread 1): New test for backtrace through signal handler.
9596
9597 2016-01-22 Yao Qi <yao.qi@linaro.org>
9598
9599 PR testsuite/19491
9600 * gdb.base/multi-forks.c: Include
9601 ../lib/unbuffer_output.c
9602 (main): Call gdb_unbuffer_output.
9603
9604 2016-01-21 Doug Evans <dje@google.com>
9605
9606 * lib/ada.exp (gdb_compile_ada): Fix typo.
9607
9608 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9609
9610 * gdb.base/break-fun-addr.exp: New file.
9611 * gdb.base/break-fun-addr1.c: New file.
9612 * gdb.base/break-fun-addr2.c: New file.
9613
9614 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9615
9616 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9617 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9618 enum flag values.
9619
9620 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9621
9622 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9623 when GDB can not set the vector return value. Add more comments
9624 for clarification.
9625
9626 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9627
9628 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9629 command.
9630
9631 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9632
9633 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9634
9635 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9636
9637 * Makefile.in (check-single): Pass --status to runtest.
9638 (check/%.exp): Likewise.
9639
9640 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9641
9642 * Makefile.in (check-parallel): Propagate return code from make
9643 do-check-parallel.
9644
9645 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9646
9647 * gdb.trace/ftrace.exp: Fix expected message on continue.
9648 * gdb.trace/pending.exp: Fix expected message on continue.
9649 * gdb.trace/trace-break.exp: Fix expected message on continue.
9650
9651 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9652
9653 * lib/gdb.exp (gdb_test): Remove unused global references.
9654
9655 2016-01-18 Pedro Alves <palves@redhat.com>
9656
9657 * gdb.base/async-shell.exp: Adjust expected output.
9658 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9659 * gdb.base/siginfo-thread.exp: Adjust expected output.
9660 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9661 * gdb.java/jnpe.exp: Adjust expected output.
9662 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9663 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9664 * gdb.threads/leader-exit.exp: Adjust expected output.
9665 * gdb.threads/manythreads.exp: Adjust expected output.
9666 * gdb.threads/pthreads.exp: Adjust expected output.
9667 * gdb.threads/schedlock.exp: Adjust expected output.
9668 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9669 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9670 expected output.
9671 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9672 output.
9673 * gdb.threads/sigthread.exp: Adjust expected output.
9674 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9675
9676 2016-01-18 Yao Qi <yao.qi@linaro.org>
9677
9678 * gdb.guile/scm-section-script.c: Replace @progbits with
9679 %progbits.
9680 * gdb.python/py-section-script.c: Likewise.
9681
9682 2016-01-15 Pedro Alves <palves@redhat.com>
9683
9684 * gdb.multi/tids.exp: Test star wildcard ranges.
9685
9686 2016-01-15 Pedro Alves <palves@redhat.com>
9687
9688 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9689 command from "thread apply" invocation.
9690 (thr_apply_info_thr_invalid): Default the expected output to the
9691 input tid list.
9692 (top level): Add tests that use convenience variables. Add tests
9693 for "thread apply" with a valid TID list, but missing the command.
9694
9695 2016-01-13 Pedro Alves <palves@redhat.com>
9696
9697 * gdb.base/default.exp: Expect $_gthread as well.
9698 * gdb.multi/tids.exp: Test $_gthread.
9699 * gdb.threads/thread-specific.exp: Test $_gthread.
9700
9701 2016-01-13 Pedro Alves <palves@redhat.com>
9702
9703 * gdb.multi/tids.exp: Test "info threads -gid".
9704
9705 2016-01-13 Pedro Alves <palves@redhat.com>
9706
9707 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9708 Breakpoint.thread.
9709 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9710
9711 2016-01-07 Pedro Alves <palves@redhat.com>
9712
9713 * gdb.base/break.exp: Adjust to output changes.
9714 * gdb.base/hbreak2.exp: Likewise.
9715 * gdb.base/sepdebug.exp: Likewise.
9716 * gdb.base/watch_thread_num.exp: Likewise.
9717 * gdb.linespec/keywords.exp: Likewise.
9718 * gdb.multi/info-threads.exp: Likewise.
9719 * gdb.threads/thread-find.exp: Likewise.
9720 * gdb.multi/tids.c: New file.
9721 * gdb.multi/tids.exp: New file.
9722
9723 2016-01-13 Pedro Alves <palves@redhat.com>
9724
9725 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9726
9727 2016-01-13 Pedro Alves <palves@redhat.com>
9728
9729 * gdb.base/default.exp: Expect $_inferior as well.
9730 * gdb.multi/base.exp: Test $_inferior.
9731
9732 2016-01-13 Pedro Alves <palves@redhat.com>
9733
9734 PR breakpoints/19388
9735 * gdb.base/catch-signal-siginfo-cond.c: New file.
9736 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9737
9738 2016-01-12 Josh Stone <jistone@redhat.com>
9739 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9740
9741 * gdb.base/catch-syscall.c (do_execve): New variable.
9742 (main): Conditionally trigger an execve.
9743 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9744 (test_catch_syscall_execve): New, check entry/return across execve.
9745 (do_syscall_tests): Call test_catch_syscall_execve.
9746
9747 2016-01-12 Pedro Alves <palves@redhat.com>
9748
9749 * gdb.base/random-signal.exp (do_test): New procedure, with body
9750 of testcase moved in.
9751
9752 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9753 Pedro Alves <palves@redhat.com>
9754
9755 * gdb.base/funcargs.exp (finish from indirectly called function):
9756 Reintroduce the case for 'First'.
9757
9758 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9759 Pedro Alves <palves@redhat.com>
9760
9761 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9762 (tcatch_vfork_then_child_follow_exec)
9763 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9764 identification.
9765
9766 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9767
9768 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9769 and repeats to unlimited.
9770 * gdb.python/py-value.exp: Likewise.
9771 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9772 and repeats to unlimited.
9773
9774 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9775
9776 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9777 and reordering the functions.
9778 * gdb.multi/hangout.c: Likewise.
9779 * gdb.multi/hello.c: Likewise.
9780
9781 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9782
9783 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9784 absolute.
9785 (SingleStatisticTestResult.report): Use dict.keys instead of
9786 dict.iterkeys.
9787
9788 2016-01-06 Pedro Alves <palves@redhat.com>
9789
9790 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9791
9792 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9793
9794 * gdb.btrace/dlopen.exp: New.
9795 * gdb.btrace/dlopen.c: New.
9796 * gdb.btrace/dlopen-dso.c: New.
9797
9798 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9799
9800 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9801 PATTERN argument is optional.
9802
9803 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9804
9805 * lib/ada.exp (target_compile_ada_from_dir): New function.
9806 (gdb_compile_ada): Reimplement avoiding the use of project files.
9807 * gdb.ada/gnat_ada.gpr: Delete.
9808 * gdb.ada/cond_lang.exp: Adjust test to make path before
9809 filename optional.
9810 * gdb.ada/small_reg_param.exp: Likewise.
9811
9812 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9813
9814 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9815
9816 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9817
9818 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9819 case.
9820
9821 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9822
9823 * gdb.base/break.exp: Remove dead code.
9824 * gdb.base/sepdebug.exp: Likewise.
9825
9826 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9827
9828 * gdb.asm/asm-source.exp: Remove HP-UX references.
9829 * gdb.base/annota1.exp: Likewise.
9830 * gdb.base/annota3.exp: Likewise.
9831 * gdb.base/attach.exp: Likewise.
9832 * gdb.base/bigcore.exp: Likewise.
9833 * gdb.base/break.exp: Likewise.
9834 * gdb.base/call-ar-st.exp: Likewise.
9835 * gdb.base/callfuncs.exp: Likewise.
9836 * gdb.base/catch-fork-static.exp: Likewise.
9837 * gdb.base/display.exp: Likewise.
9838 * gdb.base/foll-exec-mode.exp: Likewise.
9839 * gdb.base/foll-exec.exp: Likewise.
9840 * gdb.base/foll-fork.exp: Likewise.
9841 * gdb.base/foll-vfork.exp: Likewise.
9842 * gdb.base/funcargs.exp: Likewise.
9843 * gdb.base/hbreak2.exp: Likewise.
9844 * gdb.base/inferior-died.exp: Likewise.
9845 * gdb.base/interrupt.exp: Likewise.
9846 * gdb.base/multi-forks.exp: Likewise.
9847 * gdb.base/nodebug.exp: Likewise.
9848 * gdb.base/sepdebug.exp: Likewise.
9849 * gdb.base/solib1.c: Likewise.
9850 * gdb.base/step-test.exp: Likewise.
9851 * gdb.mi/non-stop.c: Likewise.
9852 * gdb.mi/pthreads.c: Likewise.
9853 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9854 * gdb.threads/pthreads.c: Likewise.
9855 * gdb.threads/staticthreads.exp: Likewise.
9856 * lib/future.exp: Likewise.
9857 * lib/gdb.exp: Likewise.
9858 * gdb.base/so-indr-cl.c: Remove.
9859 * gdb.base/so-indr-cl.exp: Likewise.
9860 * gdb.base/solib.c: Likewise.
9861 * gdb.base/solib.exp: Likewise.
9862 * gdb.base/solib2.c: Likewise.
9863
9864 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9865
9866 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9867 * gdb.base/call-ar-st.exp: Likewise.
9868 * gdb.base/callfuncs.exp: Likewise.
9869 * gdb.base/condbreak.exp: Likewise.
9870 * gdb.base/constvars.exp: Likewise.
9871 * gdb.base/hbreak2.exp: Likewise.
9872 * gdb.base/langs.exp: Likewise.
9873 * gdb.base/list.exp: Likewise.
9874 * gdb.base/long_long.exp: Likewise.
9875 * gdb.base/ptype.exp: Likewise.
9876 * gdb.base/scope.exp: Likewise.
9877 * gdb.base/signals.exp: Likewise.
9878 * gdb.base/so-impl-ld.exp: Likewise.
9879 * gdb.base/varargs.exp: Likewise.
9880 * gdb.base/volatile.exp: Likewise.
9881 * gdb.base/whatis.exp: Likewise.
9882 * gdb.cp/cplusfuncs.exp: Likewise.
9883 * gdb.cp/inherit.exp: Likewise.
9884 * gdb.cp/local.exp: Likewise.
9885 * gdb.cp/member-ptr.exp: Likewise.
9886 * gdb.cp/method.exp: Likewise.
9887 * gdb.cp/overload.exp: Likewise.
9888 * gdb.cp/templates.exp: Likewise.
9889 * gdb.stabs/weird.exp: Likewise.
9890 * lib/compiler.c: Likewise.
9891 * lib/compiler.cc: Likewise.
9892 * lib/cp-support.exp: Likewise.
9893 * lib/gdb.exp: Likewise.
9894
9895 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9896
9897 * configure.ac: Remove HP-UX case.
9898 * configure: Regenerate.
9899
9900 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9901
9902 * lib/gdb.exp (gdb_compile): Add function doc.
9903
9904 2015-12-17 Pedro Alves <palves@redhat.com>
9905
9906 PR threads/19354
9907 * gdb.multi/info-threads.exp: New file.
9908
9909 2015-12-15 Yao Qi <yao.qi@linaro.org>
9910
9911 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9912 is aarch64*-*-*.
9913
9914 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9915
9916 * gdb.base/history-duplicates.exp: Skip if no readline support.
9917
9918 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9919
9920 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9921
9922 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9923
9924 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9925
9926 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9927
9928 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9929 ctrl-C if nointerrupts target property is set.
9930 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9931 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9932 * gdb.base/paginate-bg-execution.exp: Likewise.
9933 * gdb.base/paginate-execution-startup.exp: Likewise.
9934 * gdb.base/random-signal.exp: Likewise.
9935 * gdb.base/range-stepping.exp: Likewise.
9936 * gdb.cp/annota2.exp: Likewise.
9937 * gdb.cp/annota3.exp: Likewise.
9938 * gdb.gdb/selftest.exp: Likewise.
9939 * gdb.threads/continue-pending-status.exp: Likewise.
9940 * gdb.threads/leader-exit.exp: Likewise.
9941 * gdb.threads/manythreads.exp: Likewise.
9942 * gdb.threads/pthreads.exp: Likewise.
9943 * gdb.threads/schedlock.exp: Likewise.
9944 * gdb.threads/sigthread.exp: Likewise.
9945
9946 2015-12-11 Don Breazeal <donb@codesourcery.com>
9947
9948 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9949 remote.
9950 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9951 * gdb.base/foll-exec.exp (main): Enable for target remote.
9952 * gdb.base/foll-fork.exp (main): Likewise.
9953 * gdb.base/foll-vfork.exp (main): Likewise.
9954 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9955 (proc continue_to_exit_bp_loc): Use clean_restart.
9956 * gdb.base/pie-execl.exp (main): Disable for target remote.
9957 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9958 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9959 * gdb.threads/execl.exp (main): Likewise.
9960 * gdb.threads/fork-child-threads.exp (main): Likewise.
9961 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9962 remote.
9963 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9964 remote.
9965 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9966 pid.tid style ptids, instead of just tid.
9967 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9968 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9969 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9970 ptids, instead of just tid.
9971
9972 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9973
9974 * gdb.base/list.exp (test_list_forward): Add end of file error
9975 test.
9976 (test_repeat_list_command): Add end of file error test.
9977 (test_list_backwards): Add beginning of file error test.
9978
9979 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9980
9981 * gdb.base/list.exp (test_list_invalid_args): New function,
9982 defined, and called.
9983
9984 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9985
9986 * gdb.base/list.exp (test_list): Make test names unique.
9987
9988 2015-12-11 Yao Qi <yao.qi@linaro.org>
9989
9990 * gdb.base/coremaker2.c: Remove.
9991
9992 2015-12-10 Pedro Alves <palves@redhat.com>
9993
9994 * gdb.multi/base.exp: Remove stale "spaces" references.
9995
9996 2015-12-10 Pedro Alves <palves@redhat.com>
9997
9998 * gdb.multi/base.exp: Don't use nowarnings.
9999 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10000 * gdb.multi/hangout.c: Include stdio.h.
10001 * gdb.multi/hello.c: Include stdlib.h.
10002 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10003 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10004 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10005
10006 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10007
10008 * gdb.dwarf2/dw2-ranges-base.c: New file.
10009 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10010 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10011 support additional line table, and debug ranges generation.
10012 (Dwarf::ranges): New function, generate .debug_ranges.
10013 (Dwarf::lines): Support generating simple line table programs.
10014 (Dwarf::assemble): Initialise new namespace variables.
10015
10016 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10017
10018 * gdb.base/async.exp (proc test_background): Add case for
10019 asynchronous execution not supported.
10020
10021 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10022
10023 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10024 format and change test names to make them unique.
10025
10026 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10027 Pedro Alves <pedro@redhat.com>
10028
10029 PR gdb/18702
10030 Add checking of floatformats setup on x86_64 hosts.
10031 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10032 (smallval, bigval): New labels/constants.
10033 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10034 float" after loading bigval and smallval.
10035
10036 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10037
10038 * gdb.ada/fun_overload_menu.exp: New testcase.
10039 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10040
10041 2015-12-04 Josh Stone <jistone@redhat.com>
10042
10043 * gdb.base/catch-fork-static.exp: New.
10044
10045 2015-12-03 Yao Qi <yao.qi@linaro.org>
10046
10047 * gdb.base/sizeof.c: Don't include stdio.h and
10048 ../lib/unbuffer_output.c.
10049 (main): New variable 'size' and 'value'. Remove printf and
10050 gdb_unbuffer_output. Assign return value to size and value.
10051 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10052 at the beginning.
10053 (check_sizeof): Check the result by printing variable 'size'.
10054 (check_valueof): Check the result by printing variable 'value'.
10055
10056 2015-12-01 Yao Qi <yao.qi@linaro.org>
10057
10058 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10059 for aarch64*-*-linux* target.
10060
10061 2015-11-30 Pedro Alves <palves@redhat.com>
10062
10063 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10064
10065 2015-11-30 Pedro Alves <palves@redhat.com>
10066
10067 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10068 Handle non-stop mode vCont replies.
10069
10070 2015-11-30 Pedro Alves <palves@redhat.com>
10071
10072 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10073 prepare_for_testing. Start gdb with "set non-stop on" appended to
10074 GDBFLAGS. Lax expected stop output.
10075
10076 2015-11-27 Yao Qi <yao.qi@linaro.org>
10077
10078 * gdb.arch/arm-neon.exp: New.
10079 * gdb.arch/arm-neon.c: New.
10080
10081 2015-11-27 Yao Qi <yao.qi@linaro.org>
10082
10083 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10084
10085 2015-11-27 Yao Qi <yao.qi@linaro.org>
10086
10087 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10088 frames-invalid annotation.
10089
10090 2015-11-27 Yao Qi <yao.qi@linaro.org>
10091
10092 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10093
10094 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10095
10096 * gdb.threads/names.exp: New file.
10097 * gdb.threads/names.c: New file.
10098 * README: Mention gdb,no_thread_names.
10099
10100 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10101
10102 PR 19297
10103 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10104 support" error.
10105
10106 2015-11-24 Pedro Alves <palves@redhat.com>
10107
10108 PR 17539
10109 * gdb.base/display.exp: Expect displays to be sorted in ascending
10110 order. Use multi_line.
10111 * gdb.base/solib-display.exp: Likewise.
10112
10113 2015-11-24 Pedro Alves <palves@redhat.com>
10114
10115 PR 17539
10116 * gdb.base/display.exp: Expect displays to be sorted in ascending
10117 order. Use multi_line.
10118 * gdb.base/solib-display.exp: Likewise.
10119
10120 2015-11-24 Pedro Alves <palves@redhat.com>
10121
10122 PR 17539
10123 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10124 threads in ascending order.
10125 * gdb.base/foll-fork.exp: Likewise.
10126 * gdb.base/foll-vfork.exp: Likewise.
10127 * gdb.base/multi-forks.exp: Likewise.
10128 * gdb.mi/mi-nonstop.exp: Likewise.
10129 * gdb.mi/mi-nsintrall.exp: Likewise.
10130 * gdb.multi/base.exp: Likewise.
10131 * gdb.multi/multi-arch.exp: Likewise.
10132 * gdb.python/py-inferior.exp: Likewise.
10133 * gdb.threads/break-while-running.exp: Likewise.
10134 * gdb.threads/execl.exp: Likewise.
10135 * gdb.threads/gcore-thread.exp: Likewise.
10136 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10137 * gdb.threads/kill.exp: Likewise.
10138 * gdb.threads/linux-dp.exp: Likewise.
10139 * gdb.threads/multiple-step-overs.exp: Likewise.
10140 * gdb.threads/next-bp-other-thread.exp: Likewise.
10141 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10142 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10143 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10144 * gdb.threads/thread-find.exp: Likewise.
10145 * gdb.threads/tls.exp: Likewise.
10146 * lib/mi-support.exp (mi_reverse_list): Delete.
10147 (mi_check_thread_states): No longer reverse list.
10148
10149 2015-11-24 Pedro Alves <palves@redhat.com>
10150
10151 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10152 use lowercase.
10153
10154 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10155
10156 * gdb.trace/actions.c: Include trace-common.h.
10157 (main): Add a location for a fast tracepoint.
10158 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10159 the normal tracepoints.
10160 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10161
10162 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10163
10164 * save-trace.exp: Factor out code to these...
10165 (gdb_save_tracepoints): New.
10166 (gdb_load_tracepoints): New.
10167 (do_save_load_test): New.
10168
10169 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10170
10171 * gdb.base/asmlabel.exp: New test.
10172 * gdb.base/asmlabel.c: New test case.
10173
10174 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10175
10176 * gdb.base/wrong_frame_bt_full-main.c: New file.
10177 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10178 * gdb.base/wrong_frame_bt_full.exp: New file.
10179
10180 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10181
10182 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10183
10184 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10185
10186 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10187 pstate register when comparing registers values in
10188 sparc64-*-linux-gnu targets to avoid spurious differences.
10189
10190 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10191
10192 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10193
10194 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10195
10196 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10197 as type argument to gdb_compile.
10198 * gdb.base/nested-subp2.exp: Likewise.
10199 * gdb.base/nested-subp3.exp: Likewise.
10200
10201 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10202
10203 * lib/dwarf.exp (_note): Fix left shift of negative value.
10204 * gdb.trace/trace-condition.exp: Likewise.
10205
10206 2015-11-13 Yao Qi <yao.qi@linaro.org>
10207
10208 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10209 comments about d10v.
10210 (test_scalar_returns): Likewise.
10211 * gdb.base/d10v.ld: Remove.
10212 * gdb.base/overlays.exp: Remove the target triplet checking for
10213 d10v-*-*.
10214 * gdb.base/structs.exp (test_struct_returns): Remove the
10215 comments about d10v.
10216 (test_struct_calls): Likewise.
10217
10218 2015-11-13 Yao Qi <yao.qi@linaro.org>
10219
10220 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10221 * gdb.base/gnu_vector.c: Don't include stdio.h.
10222 (main): Don't print res and call add_some_intvecs.
10223
10224 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10225
10226 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10227 macro.
10228 (func5): Removed.
10229 (func4): Use FAST_TRACEPOINT_LABEL.
10230 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10231 macro.
10232 (func): Removed.
10233 (thread_function): Use FAST_TRACEPOINT_LABEL.
10234 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10235 (func): Remove.
10236 (marker): Use FAST_TRACEPOINT_LABEL.
10237 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10238 (pendfunc1): Remove.
10239 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10240 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10241 (foo): Remove.
10242 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10243 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10244 macro.
10245 (func): Remove.
10246 (marker): Use FAST_TRACEPOINT_LABEL.
10247 * gdb.trace/trace-common.h: New header.
10248 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10249 macro.
10250 (func): Remove.
10251 (marker): Use FAST_TRACEPOINT_LABEL.
10252 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10253 (func): Remove.
10254 (thread_function): Use FAST_TRACEPOINT_LABEL.
10255
10256 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10257
10258 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10259 in front.
10260 * gdb.trace/change-loc.exp: Use global pcreg definition.
10261 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10262 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10263 in front.
10264 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10265 * gdb.trace/pending.exp: Likewise.
10266 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10267 * gdb.trace/trace-break.exp: Likewise.
10268 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10269 in front.
10270 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10271 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10272 in front.
10273 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10274
10275 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10276
10277 * gdb.ada/fin_fun_out: New testcase.
10278
10279 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10280
10281 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10282 value associated with DW_AT_byte_size.
10283 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10284 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10285 DW_AT_upper_bound.
10286
10287 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10288
10289 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10290 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10291 version.
10292 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10293 gdb.dwarf2/dw2-canonicalize-type.exp,
10294 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10295 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10296 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10297 provided by gdb_target_symbol_prefix_flags_asm.
10298 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10299 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10300 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10301 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10302 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10303 macros where needed). Use this macro for symbols which require
10304 the prefix provided by SYMBOL_PREFIX.
10305
10306 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10307
10308 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10309 New procs.
10310 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10311 representing expressions, of more than one list element.
10312 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10313 to prepend linker symbol prefix to f.
10314 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10315 table_1 and table_2.
10316 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10317 Likewise, for f and g.
10318 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10319 for ptr.
10320 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10321 for main.
10322 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10323 table_1_ptr and table_2_ptr.
10324
10325 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10326 Joel Brobecker <brobecker@adacore.com>
10327
10328 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10329
10330 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10331
10332 * gdb.reverse/s390-mvcle.c: New test.
10333 * gdb.reverse/s390-mvcle.exp: New file.
10334 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10335
10336 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10337
10338 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10339
10340 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10341
10342 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10343 reaching marker2.
10344 * gdb.reverse/getresuid-reverse.exp: Likewise.
10345 * gdb.reverse/pipe-reverse.exp: Likewise.
10346 * gdb.reverse/readv-reverse.exp: Likewise.
10347 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10348 * gdb.reverse/time-reverse.exp: Likewise.
10349 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10350
10351 2015-10-30 Yao Qi <yao.qi@linaro.org>
10352
10353 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10354 (empty_cycle): Remove.
10355 (main): Don't call empty_cycle. Don't use watch_count_done.
10356 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10357 empty_cycle. Rewrite the code counting HW watchpoints.
10358
10359 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10360
10361 * gdb.reverse/fstatat-reverse.c: New test.
10362 * gdb.reverse/fstatat-reverse.exp: New file.
10363 * gdb.reverse/getresuid-reverse.c: New test.
10364 * gdb.reverse/getresuid-reverse.exp: New file.
10365 * gdb.reverse/pipe-reverse.c: New test.
10366 * gdb.reverse/pipe-reverse.exp: New file.
10367 * gdb.reverse/readv-reverse.c: New test.
10368 * gdb.reverse/readv-reverse.exp: New file.
10369 * gdb.reverse/recvmsg-reverse.c: New test.
10370 * gdb.reverse/recvmsg-reverse.exp: New file.
10371 * gdb.reverse/time-reverse.c: New test.
10372 * gdb.reverse/time-reverse.exp: New file.
10373 * gdb.reverse/waitpid-reverse.c: New test.
10374 * gdb.reverse/waitpid-reverse.exp: New file.
10375
10376 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10377
10378 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10379
10380 2015-10-26 Doug Evans <dje@google.com>
10381
10382 PR symtab/17391
10383 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10384 * gdb.dwarf2/bad-regnum.c: New file.
10385 * gdb.dwarf2/bad-regnum.exp: New file.
10386
10387 2015-10-26 Doug Evans <dje@google.com>
10388
10389 PR python/18938
10390 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10391 file.
10392
10393 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10394
10395 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10396 for a change by "Mention language in compile error message".
10397
10398 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10399
10400 PR python/18073
10401 * gdb.python/py-type.c (C::a_method): New.
10402 (C::a_const_method): New.
10403 (C::a_static_method): New.
10404 (a_function): New.
10405 * gdb.python/py-type.exp (test_fields): Test getting fields
10406 from function and method.
10407
10408 2015-10-21 Keven Boell <keven.boell@intel.com>
10409
10410 * gdb.fortran/vla-alloc-assoc.exp: New file.
10411 * gdb.fortran/vla-datatypes.exp: New file.
10412 * gdb.fortran/vla-datatypes.f90: New file.
10413 * gdb.fortran/vla-history.exp: New file.
10414 * gdb.fortran/vla-ptype-sub.exp: New file.
10415 * gdb.fortran/vla-ptype.exp: New file.
10416 * gdb.fortran/vla-sizeof.exp: New file.
10417 * gdb.fortran/vla-sub.f90: New file.
10418 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10419 * gdb.fortran/vla-value-sub-finish.exp: New file.
10420 * gdb.fortran/vla-value-sub.exp: New file.
10421 * gdb.fortran/vla-value.exp: New file.
10422 * gdb.fortran/vla-ptr-info.exp: New file.
10423 * gdb.mi/mi-vla-fortran.exp: New file.
10424 * gdb.mi/vla.f90: New file.
10425
10426 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10427
10428 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10429 of hardwired timeout value.
10430
10431 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10432 Pedro Alves <palves@redhat.com>
10433
10434 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10435 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10436
10437 2015-10-19 Josh Stone <jistone@redhat.com>
10438
10439 * gdb.base/catch-syscall.c: Include <sched.h>.
10440 (unknown_syscall): New variable.
10441 (main): Trigger a vfork and an unknown syscall.
10442 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10443 (unknown_syscall_number): Likewise.
10444 (check_call_to_syscall): Accept an optional syscall pattern.
10445 (check_return_from_syscall): Likewise.
10446 (check_continue): Likewise.
10447 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10448 (test_catch_syscall_skipping_return): New test toggling off 'catch
10449 syscall' to step over the syscall return, then toggling back on.
10450 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10451 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10452 (do_syscall_tests): Call test_catch_syscall_without_args and
10453 test_catch_syscall_mid_vfork.
10454 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10455 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10456
10457 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10458
10459 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10460 print g_vE): Add new pass patterns.
10461 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10462 print various symbol names for vptr fields.
10463
10464 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10465
10466 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10467 results.
10468
10469 2015-10-12 Yao Qi <yao.qi@linaro.org>
10470
10471 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10472
10473 2015-10-12 Yao Qi <yao.qi@linaro.org>
10474
10475 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10476 is aarch64*-*-linux*.
10477
10478 2015-10-12 Yao Qi <yao.qi@linaro.org>
10479
10480 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10481 (can_relocate_bcond_true): ... it.
10482 (can_relocate_bcond_false): New function.
10483 (foo): Likewise.
10484 (can_relocate_bl): Likewise.
10485 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10486 can_relocate_bl.
10487
10488 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10489
10490 * gdb.base/nested-addr.c: New file.
10491 * gdb.base/nested-addr.exp: New testcase.
10492
10493 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10494
10495 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10496 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10497 its output. Ignore the output of "record goto begin" and instead
10498 check that GDB is replaying.
10499
10500 2015-10-09 Pedro Alves <palves@redhat.com>
10501
10502 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10503 (top level): Use it in the run with no args test.
10504
10505 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10506
10507 * gdb.dlang/properties.exp: New file.
10508
10509 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10510
10511 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10512 whether or not address 0x1000 is mapped on the target.
10513
10514 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10515
10516 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10517 build.
10518
10519 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10520
10521 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10522 instruction-history test.
10523
10524 2015-09-28 Doug Evans <dje@google.com>
10525
10526 * gdb.base/gcore.c (array_func): Add reference to static_array.
10527
10528 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10529
10530 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10531 source line.
10532
10533 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10534
10535 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10536 short or char as base type.
10537
10538 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10539
10540 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10541 to allow any size enum.
10542
10543 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10544
10545 * gdb.ada/array_ptr_renaming.exp: New testcase.
10546 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10547 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10548
10549 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10550
10551 * gdb.trace/ftrace-lock.c: New file.
10552 * gdb.trace/ftrace-lock.exp: New file.
10553
10554 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10555
10556 * gdb.arch/insn-reloc.c: New file.
10557 * gdb.arch/ftrace-insn-reloc.exp: New file.
10558
10559 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10560
10561 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10562 instruction.
10563 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10564 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10565 * gdb.trace/range-stepping.c: Likewise.
10566 * gdb.trace/trace-break.c: Likewise.
10567 * gdb.trace/trace-mt.c (thread_function): Likewise.
10568 * gdb.trace/ftrace.c (marker): Likewise.
10569 * gdb.trace/trace-condition.c (marker): Likewise.
10570 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10571 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10572 is_aarch64_target.
10573
10574 2015-09-18 Doug Evans <xdje42@gmail.com>
10575
10576 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10577 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10578
10579 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10580
10581 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10582 the breakpoint.
10583
10584 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10585
10586 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10587 the pending breakpoint. Remove timeout override for "Run till
10588 MI pending breakpoint on pendfunc3 on thread 2" test.
10589
10590 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10591
10592 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10593 filename pattern.
10594
10595 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10596
10597 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10598 in breakpoint filename pattern.
10599
10600 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10601
10602 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10603
10604 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10605
10606 * gdb.linespec/explicit.exp: Check for readline support for
10607 tab-completion tests. Fix obvious typo.
10608
10609 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10610
10611 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10612 and replay.
10613
10614 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10615
10616 * gdb.btrace/non-stop.c: New.
10617 * gdb.btrace/non-stop.exp: New.
10618
10619 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10620 Yao Qi <yao.qi@linaro.org>
10621
10622 * gdb.trace/trace-condition.c: New file.
10623 * gdb.trace/trace-condition.exp: New file.
10624
10625 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10626
10627 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10628 for testing bytecode compilation.
10629
10630 2015-09-16 Pedro Alves <palves@redhat.com>
10631 Sandra Loosemore <sandra@codesourcery.com>
10632
10633 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10634 (SECONDS): Redefine.
10635 (main): Call pthread_kill and alarm early.
10636 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10637 support.
10638 (test): If the target can't hardware step and doesn't support
10639 displaced stepping, increase the timeout.
10640
10641 2015-09-16 Pedro Alves <palves@redhat.com>
10642
10643 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10644 (enable_debug): New procedures.
10645 (test): Use them. Bail out if waiting for threads fails.
10646 (top level): Bail out if a test fails.
10647
10648 2015-09-16 Yao Qi <yao.qi@linaro.org>
10649
10650 * gdb.asm/asm-source.exp: Set asm-arch for
10651 aarch64*-*-* target.
10652 * gdb.asm/aarch64.inc: New file.
10653
10654 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10655
10656 * gdb.ada/array_of_variable_length.exp: New testcase.
10657 * gdb.ada/array_of_variable_length/foo.adb: New file.
10658 * gdb.ada/array_of_variable_length/pck.adb: New file.
10659 * gdb.ada/array_of_variable_length/pck.ads: New file.
10660
10661 2015-09-15 Doug Evans <dje@google.com>
10662
10663 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10664 of function static local variable.
10665
10666 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10667
10668 * gdb.threads/tls-so_extern.exp: New test file.
10669 * gdb.threads/tls-so_extern.c: New test file.
10670 * gdb.threads/tls-so_extern_main.c: New test file.
10671
10672 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10673
10674 * gdb.opt/solib-intra-step-lib.c: New file.
10675 * gdb.opt/solib-intra-step-main.c: New file.
10676 * gdb.opt/solib-intra-step.exp: New file.
10677
10678 2015-09-15 Pedro Alves <palves@redhat.com>
10679
10680 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10681 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10682
10683 2015-09-14 Pedro Alves <palves@redhat.com>
10684
10685 * gdb.base/hook-stop-continue.c: Delete.
10686 * gdb.base/hook-stop-continue.exp: Delete.
10687 * gdb.base/hook-stop-frame.c: Delete.
10688 * gdb.base/hook-stop-frame.exp: Delete.
10689 * gdb.base/hook-stop.c: New file.
10690 * gdb.base/hook-stop.exp: New file.
10691
10692 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10693
10694 * gdb.ada/access_to_packed_array.exp: New testcase.
10695 * gdb.ada/access_to_packed_array/foo.adb: New file.
10696 * gdb.ada/access_to_packed_array/pack.adb: New file.
10697 * gdb.ada/access_to_packed_array/pack.ads: New file.
10698
10699 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10700
10701 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10702 buffer size test.
10703
10704 2015-09-11 Don Breazeal <donb@codesourcery.com>
10705
10706 * gdb.base/foll-exec.c: Add copyright header. Fix
10707 formatting issues.
10708 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10709 (do_exec_tests): Use clean_restart in place of zap_session,
10710 and for test initialization. Fix formatting issues. Use
10711 fail in place of perror.
10712 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10713 an expect statement to match an expression with output from
10714 the program under debug.
10715 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10716 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10717 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10718 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10719 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10720
10721 2015-09-09 Doug Evans <dje@google.com>
10722
10723 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10724
10725 2015-09-09 Doug Evans <dje@google.com>
10726
10727 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10728
10729 2015-09-09 Doug Evans <dje@google.com>
10730
10731 * gdb.base/savedregs.exp: Fix typo.
10732
10733 2015-09-09 Pedro Alves <palves@redhat.com>
10734
10735 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10736
10737 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10738
10739 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10740 command actually switches threads. Give up on remaining
10741 tests if target fails to stop at breakpoint.
10742
10743 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10744
10745 * gdb.ada/funcall_char.exp: New testcase.
10746 * gdb.ada/funcall_char/foo.adb: New file.
10747
10748 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10749
10750 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10751 expected outputs. Add two testcases for completing ambiguous
10752 functions.
10753 * gdb.ada/complete/aux_pck.adb: New file.
10754 * gdb.ada/complete/aux_pck.ads: New file.
10755 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10756 Ambiguous_Func functions.
10757 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10758 * gdb.ada/complete/pck.adb: Likewise.
10759
10760 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10761
10762 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10763 failures to run the test program under GDB.
10764
10765 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10766
10767 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10768 to C.
10769
10770 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10771
10772 * gdb.base/run-after-attach.exp: New test file.
10773 * gdb.base/run-after-attach.c: New test file.
10774
10775 2015-08-26 Don Breazeal <donb@codesourcery.com>
10776
10777 * gdb.base/foll-exec-2.c: New test program.
10778 * gdb.base/foll-exec-2.exp: New test.
10779
10780 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10781
10782 * gdb.base/nested-subp1.exp: New file.
10783 * gdb.base/nested-subp1.c: New file.
10784 * gdb.base/nested-subp2.exp: New file.
10785 * gdb.base/nested-subp2.c: New file.
10786 * gdb.base/nested-subp3.exp: New file.
10787 * gdb.base/nested-subp3.c: New file.
10788
10789 2015-08-24 Pedro Alves <palves@redhat.com>
10790
10791 * gdb.server/connect-without-multi-process.c: New file.
10792 * gdb.server/connect-without-multi-process.exp: New file.
10793
10794 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10795
10796 * gdb.opt/inline-markers.c: Make z int.
10797
10798 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10799
10800 * gdb.opt/inline-markers.c: Make z volatile.
10801
10802 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10803
10804 * gdb.opt/inline-bt.c: New volatile global z.
10805 * gdb.opt/inline-cmds.c: Likewise.
10806 * gdb.opt/inline-locals.c: Likewise.
10807 * gdb.opt/inline-markers.c: New extern global z.
10808 (marker): Use z.
10809 (inline_fn): Likewise.
10810
10811 2015-08-24 Pedro Alves <palves@redhat.com>
10812
10813 * config/m32r-stub.exp: Remove file.
10814 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10815 * gdb.base/call-rt-st.exp: Likewise.
10816 * gdb.base/call-strs.exp: Likewise.
10817 * gdb.base/default.exp: Remove references to h8300-*-hms and
10818 *-*-udi*.
10819 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10820
10821 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10822
10823 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10824 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10825 and "return" use KFAIL when GDB can not read/write the vector
10826 return value.
10827
10828 2015-08-21 Gary Benson <gbenson@redhat.com>
10829
10830 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10831
10832 2015-08-20 Pedro Alves <palves@redhat.com>
10833
10834 * gdb.server/solib-list.exp: No longer expect an interior stop in
10835 non-stop mode.
10836
10837 2015-08-20 Pedro Alves <palves@redhat.com>
10838
10839 * gdb.server/connect-stopped-target.c: New file.
10840 * gdb.server/connect-stopped-target.exp: New file.
10841
10842 2015-08-20 Pedro Alves <palves@redhat.com>
10843
10844 * gdb.dwarf2/comp-unit-lang.exp: New file.
10845 * gdb.dwarf2/comp-unit-lang.c: New file.
10846
10847 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10848
10849 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10850 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10851
10852 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10853
10854 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10855 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10856
10857 2015-08-18 Doug Evans <dje@google.com>
10858 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10859
10860 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10861 skip_python_tests. New arg prompt_regexp.
10862 (skip_python_tests): New function.
10863 * lib/mi-support.exp (mi_skip_python_tests): New function.
10864 * gdb.python/py-mi-objfile-gdb.py: New file.
10865 * gdb.python/py-mi-objfile.c: New file.
10866 * gdb.python/py-mi-objfile.exp: New file.
10867
10868 2015-08-17 Keith Seitz <keiths@redhat.com>
10869
10870 * gdb.linespec/explicit.exp: Move strace test from here ...
10871 * gdb.trace/strace.exp: ... to here.
10872
10873 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10874
10875 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10876 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10877
10878 2015-08-14 Doug Evans <xdje42@gmail.com>
10879
10880 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10881 inferior before selecting a new file.
10882
10883 2015-08-14 Doug Evans <xdje42@gmail.com>
10884
10885 * gdb.mi/mi-disassemble.exp: Update.
10886 * gdb.base/disasm-optim.S: New file.
10887 * gdb.base/disasm-optim.c: New file.
10888 * gdb.base/disasm-optim.h: New file.
10889 * gdb.base/disasm-optim.exp: New file.
10890
10891 2015-08-14 Keith Seitz <keiths@redhat.com>
10892
10893 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10894 "evaluated-by".
10895
10896 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10897
10898 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10899
10900 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10901
10902 * gdb.ada/fun_renaming.exp: New testcase.
10903 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10904 * gdb.ada/fun_renaming/pack.adb: New file.
10905 * gdb.ada/fun_renaming/pack.ads: New file.
10906
10907 2015-08-12 Keith Seitz <keiths@redhat.com>
10908
10909 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10910 gdb_get_line_number.
10911
10912 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10913
10914 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10915 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10916 gdb.base/dso2dso.exp: New files.
10917
10918 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10919 Pedro Alves <palves@redhat.com>
10920 Keith Seitz <keiths@redhat.com>
10921
10922 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10923 GDBFLAGS.
10924
10925 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10926
10927 * gdb.base/gdbhistsize-history.exp
10928 (test_histsize_history_setting): Use save_vars.
10929 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10930 Use save_vars.
10931 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10932 * gdb.base/readline.exp: Use save_vars.
10933
10934 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10935
10936 * lib/gdb.exp (save_vars): New proc.
10937
10938 2015-08-11 Keith Seitz <keiths@redhat.com>
10939
10940 * gdb.base/help.exp: Update help_breakpoint_text.
10941
10942 2015-08-11 Keith Seitz <keiths@redhat.com>
10943
10944 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10945 (at toplevel): Call test_explicit_breakpoints.
10946 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10947 breakpoints.
10948 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10949 breakpoint conditions, "-cond".
10950
10951 2015-08-11 Keith Seitz <keiths@redhat.com>
10952
10953 * gdb.linespec/3explicit.c: New file.
10954 * gdb.linespec/cpexplicit.cc: New file.
10955 * gdb.linespec/cpexplicit.exp: New file.
10956 * gdb.linespec/explicit.c: New file.
10957 * gdb.linespec/explicit.exp: New file.
10958 * gdb.linespec/explicit2.c: New file.
10959 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10960 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10961 before using in the matching pattern.
10962 Clarify that `prefix' is a regular expression.
10963
10964 2015-08-11 Keith Seitz <keiths@redhat.com>
10965
10966 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10967 test.
10968 Add tests for missing ",FMT" and ",".
10969
10970 2015-08-10 Doug Evans <dje@google.com>
10971 Keith Seitz <keiths@redhat.com>
10972
10973 PR gdb/17960
10974 * gdb.base/completion.exp: Add location completer tests.
10975
10976 2015-08-07 Pedro Alves <palves@redhat.com>
10977
10978 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10979 tests here.
10980 (top level): Run do_test with and without displaced stepping.
10981
10982 2015-08-07 Pedro Alves <palves@redhat.com>
10983
10984 * gdb.base/valgrind-disp-step.c: New file.
10985 * gdb.base/valgrind-disp-step.exp: New file.
10986
10987 2015-08-07 Pedro Alves <palves@redhat.com>
10988
10989 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10990 Delete function.
10991 (main): Add alarm. Run an infinite loop instead of calling
10992 wait_threads.
10993 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10994 comment.
10995 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10996 Delete function.
10997 (main): Add alarm. Run an infinite loop instead of calling
10998 wait_threads.
10999 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11000 comment.
11001
11002 2015-08-07 Pedro Alves <palves@redhat.com>
11003
11004 * gdb.base/checkpoint-ns.exp: New file.
11005 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11006 standard_testfile.
11007
11008 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11009
11010 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11011 * gdb.btrace/instruction_history.exp: Update.
11012 * gdb.btrace/tsx.exp: New.
11013 * gdb.btrace/tsx.c: New.
11014
11015 2015-08-06 Pedro Alves <palves@redhat.com>
11016
11017 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11018 increase timeout.
11019 * gdb.reverse/until-precsave.exp: Bump timeouts.
11020
11021 2015-08-06 Pedro Alves <palves@redhat.com>
11022
11023 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11024
11025 2015-08-06 Pedro Alves <palves@redhat.com>
11026
11027 PR gdb/18749
11028 * gdb.threads/process-dies-while-handling-bp.c: New file.
11029 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11030
11031 2015-08-06 Pedro Alves <palves@redhat.com>
11032
11033 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11034 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11035
11036 2015-08-05 Pedro Alves <palves@redhat.com>
11037
11038 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11039 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11040
11041 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11042
11043 * gdb.base/bp-permanent.exp: Report test as unsupported if
11044 the target cannot stop at the permanent breakpoint.
11045
11046 2015-08-03 Doug Evans <dje@google.com>
11047
11048 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11049 10000.
11050
11051 2015-08-03 Doug Evans <dje@google.com>
11052
11053 * Makefile.in (workers/%.worker, build-perf): New rule.
11054 (GDB_PERFTEST_MODE): New variable.
11055 (check-perf): Use it.
11056 (clean): Clean up gdb.perf parallel build subdirs.
11057 * lib/build-piece.exp: New file.
11058 * lib/gdb.exp (make_gdb_parallel_path): New function
11059 (standard_output_file, standard_temp_file): Call it.
11060 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11061 of $GDB_PARALLEL.
11062 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11063
11064 2015-08-03 Doug Evans <dje@google.com>
11065
11066 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11067 (LOG_FILE_NAME): New global.
11068 (TextReporter.__init__): Initialize self.txt_sum.
11069 (TextReporter.report): Add support for multiple data-points.
11070 Move report to perftest.sum, put raw data in perftest.log.
11071 (TextReporter.start): Open sum and log files.
11072 (TextReporter.end): Close sum and log files.
11073 * gdb.perf/lib/perftest/testresult.py
11074 (SingleStatisticTestResult.record): Handle multiple data-points.
11075
11076 2015-07-31 Pedro Alves <palves@redhat.com>
11077
11078 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11079 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11080 kill_wait_spawned_process instead of explicit "kill -9".
11081 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11082 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11083 kill_wait_spawned_process.
11084 * gdb.base/attach-twice.exp: Likewise.
11085 * gdb.base/attach.exp: Likewise.
11086 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11087 gdb_test_multiple.
11088 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11089 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11090 kill_wait_spawned_process.
11091 * gdb.base/valgrind-infcall.exp: Likewise.
11092 * gdb.multi/multi-attach.exp: Likewise.
11093 * gdb.python/py-prompt.exp: Likewise.
11094 * gdb.python/py-sync-interp.exp: Likewise.
11095 * gdb.server/ext-attach.exp: Likewise.
11096 * gdb.threads/attach-into-signal.exp (corefunc): Use
11097 spawn_wait_for_attach, spawn_id_get_pid and
11098 kill_wait_spawned_process.
11099 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11100 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11101 spawn_id_get_pid and kill_wait_spawned_process.
11102 * gdb.threads/attach-stopped.exp (corefunc): Use
11103 spawn_wait_for_attach, spawn_id_get_pid and
11104 kill_wait_spawned_process.
11105 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11106 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11107 kill_wait_spawned_process instead of explicit "kill -9".
11108 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11109 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11110 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11111 processes. Don't map cygwin/windows pids here. Now returns a
11112 spawn id list.
11113
11114 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11115
11116 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11117 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11118 correct patch.
11119
11120 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11121
11122 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11123
11124 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11125
11126 Reapply:
11127 2014-05-21 Mark Wielaard <mjw@redhat.com>
11128
11129 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11130
11131 2015-07-30 Pedro Alves <palves@redhat.com>
11132
11133 * linux-low.c (handle_extended_wait): Set the child's last
11134 reported status to TARGET_WAITKIND_STOPPED.
11135
11136 2015-07-30 Pedro Alves <palves@redhat.com>
11137
11138 PR threads/18600
11139 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11140 only shows inferior 1.
11141
11142 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11143 Pedro Alves <palves@redhat.com>
11144
11145 PR threads/18600
11146 * gdb.threads/fork-plus-threads.c: New file.
11147 * gdb.threads/fork-plus-threads.exp: New file.
11148
11149 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11150
11151 * gdb.base/batch-preserve-term-settings.exp
11152 (test_terminal_settings_preserved_after_cli_exit): Use
11153 send_quit_command.
11154
11155 2015-07-29 Pedro Alves <palves@redhat.com>
11156 Don Breazeal <donb@codesourcery.com>
11157
11158 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11159 output from both inferior_spawn_id and gdb_spawn_id.
11160
11161 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11162
11163 * gdb.threads/attach-into-signal.exp (corefunc): Use
11164 with_test_prefix on nested loops, uniquefying the test messages.
11165
11166 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11167
11168 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11169 commit.
11170
11171 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11172
11173 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11174 New proc.
11175 (test_terminal_settings_preserved_after_sigterm): New test.
11176
11177 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11178
11179 * gdb.base/batch-preserve-term-settings.exp
11180 (test_terminal_settings_preserved_after_cli_exit): New test.
11181
11182 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11183
11184 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11185 manipulation of saved_gdbflags.
11186 (test_terminal_settings_preserved): Remove global declaration of
11187 the unused variable pagination_prompt. Remove manipulation of
11188 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11189 GDBFLAGS.
11190
11191 2015-07-29 Pedro Alves <palves@redhat.com>
11192
11193 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11194
11195 2015-07-29 Pedro Alves <palves@redhat.com>
11196
11197 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11198 at the top.
11199
11200 2015-07-29 Pedro Alves <palves@redhat.com>
11201
11202 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11203 (main): Call gdb_unbuffer_output.
11204 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11205 (main): Call gdb_unbuffer_output.
11206 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11207 (main): Call gdb_unbuffer_output.
11208 * gdb.base/call-strs.exp: Adjust to step over the
11209 gdb_unbuffer_output call.
11210 * gdb.base/catch-gdb-caused-signals.c: Include
11211 "../lib/unbuffer_output.c".
11212 (main): Call gdb_unbuffer_output.
11213 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11214 (main): Call gdb_unbuffer_output.
11215 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11216 (main): Call gdb_unbuffer_output.
11217 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11218 (main): Call gdb_unbuffer_output.
11219 * gdb.base/shlib-call.exp: Adjust to step over the
11220 gdb_unbuffer_output call.
11221 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11222 (main): Call gdb_unbuffer_output.
11223 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11224 (main): Call gdb_unbuffer_output.
11225 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11226 (main): Rename to ...
11227 (test): ... this.
11228 (main): Reimplement.
11229 * gdb.base/varargs.exp: Run to test instead of to main.
11230 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11231 (main): Call gdb_unbuffer_output.
11232
11233 2015-07-29 Pedro Alves <palves@redhat.com>
11234
11235 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11236 factore out from mi_continue_dprintf. For call-style dprintfs,
11237 expect dprintf output out of $inferior_spawn_id.
11238 (mi_continue_dprintf): Use mi_expect_dprintf.
11239 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11240 (main): Call gdb_unbuffer_output.
11241
11242 2015-07-29 Pedro Alves <palves@redhat.com>
11243
11244 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11245 (default_mi_gdb_start): Set inferior_spawn_id instead of
11246 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11247 gdb_spawn_id.
11248 (mi_gdb_test): Always expect inferior output from both
11249 $inferior_spawn_id and $gdb_spawn_id.
11250
11251 2015-07-29 Pedro Alves <palves@redhat.com>
11252
11253 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11254 send_inferior and $inferior_spawn_id.
11255
11256 2015-07-29 Pedro Alves <palves@redhat.com>
11257
11258 * gdb.gdb/complaints.exp (test_initial_complaints)
11259 (test_serial_complaints, test_short_complaints): Use
11260 gdb_test_stdio.
11261 (test_empty_complaint): Handle $inferior_spawn_id !=
11262 $gdb_spawn_id.
11263
11264 2015-07-29 Pedro Alves <palves@redhat.com>
11265
11266 * gdb.base/varargs.exp: Use gdb_test_stdio.
11267
11268 2015-07-29 Pedro Alves <palves@redhat.com>
11269
11270 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11271
11272 2015-07-29 Pedro Alves <palves@redhat.com>
11273
11274 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11275
11276 2015-07-29 Pedro Alves <palves@redhat.com>
11277
11278 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11279 parameter into two new parameters, "inf_result" and "gdb_result".
11280 Expect inferior output and gdb output from $inferior_spawn_id and
11281 $gdb_spawn_id, respectively. Adjust all callers.
11282
11283 2015-07-29 Pedro Alves <palves@redhat.com>
11284
11285 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11286 of gdb_test_sequence.
11287
11288 2015-07-29 Pedro Alves <palves@redhat.com>
11289
11290 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11291 (saw_spurious_output): Expect inferior output from
11292 $inferior_spawn_id. Use gdb_test_stdio.
11293
11294 2015-07-29 Pedro Alves <palves@redhat.com>
11295
11296 * gdb.base/dprintf.exp: Use standard_testfile. Change
11297 prepare_for_testing call.
11298 (srcfile): Don't set.
11299 (restart): New procedure.
11300 (test_dprintf): New procecure, use to continue over dprintfs.
11301 (test_call, test_agent): New procedures, tests moved here.
11302 Restart gdb and recreate dprintfs. Adjust expected output.
11303
11304 2015-07-29 Pedro Alves <palves@redhat.com>
11305
11306 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11307
11308 2015-07-29 Pedro Alves <palves@redhat.com>
11309
11310 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11311
11312 2015-07-29 Pedro Alves <palves@redhat.com>
11313
11314 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11315 gdb_test_stdio.
11316
11317 2015-07-29 Pedro Alves <palves@redhat.com>
11318
11319 * lib/gdb.exp (gdb_test_stdio): New procedure.
11320
11321 2015-07-29 Pedro Alves <palves@redhat.com>
11322
11323 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11324
11325 2015-07-29 Pedro Alves <palves@redhat.com>
11326
11327 * gdb.base/call-signal-resume.exp: Remove check for
11328 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11329 * gdb.base/unwindonsignal.exp: Likewise.
11330 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11331 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11332
11333 2015-07-29 Pedro Alves <palves@redhat.com>
11334
11335 * gdb.base/siginfo-addr.c (pass): New function.
11336 (handler): Call it iff si_addr is correct.
11337 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11338 Set a breakpoint at "pass" and continue to it.
11339
11340 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11341
11342 * gdb.python/py-objfile.exp: Make some tests have unique names.
11343 * gdb.python/py-pp-registration.exp: Likewise.
11344
11345 2015-07-28 Pedro Alves <palves@redhat.com>
11346
11347 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11348
11349 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11350
11351 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11352
11353 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11354
11355 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11356
11357 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11358
11359 * gdb.base/gdb-sigterm-2.exp: New test.
11360
11361 2015-07-25 Doug Evans <xdje42@gmail.com>
11362
11363 Revert:
11364 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11365 (workers/%.worker, build-perf): New rule.
11366 (GDB_PERFTEST_MODE): New variable.
11367 (check-perf): Use it.
11368 (clean): Clean up gdb.perf parallel build subdirs.
11369 * lib/build-piece.exp: New file.
11370 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11371 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11372 name.
11373 (standard_temp_file): Ditto.
11374 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11375 of $GDB_PARALLEL.
11376
11377 2015-07-24 Doug Evans <dje@google.com>
11378
11379 * gdb.perf/lib/perftest/utils.py: New file.
11380 * gdb.perf/gm-hello.cc: New file.
11381 * gdb.perf/gm-pervasive-typedef.cc: New file.
11382 * gdb.perf/gm-pervasive-typedef.h: New file.
11383 * gdb.perf/gm-std.cc: New file.
11384 * gdb.perf/gm-std.h: New file.
11385 * gdb.perf/gm-use-cerr.cc: New file.
11386 * gdb.perf/gm-utils.h: New file.
11387 * gdb.perf/gmonster-null-lookup.py: New file.
11388 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11389 * gdb.perf/gmonster-print-cerr.py: New file.
11390 * gdb.perf/gmonster-ptype-string.py: New file.
11391 * gdb.perf/gmonster-runto-main.py: New file.
11392 * gdb.perf/gmonster-select-file.py: New file.
11393 * gdb.perf/gmonster1-null-lookup.exp: New file.
11394 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11395 * gdb.perf/gmonster1-print-cerr.exp: New file.
11396 * gdb.perf/gmonster1-ptype-string.exp: New file.
11397 * gdb.perf/gmonster1-runto-main.exp: New file.
11398 * gdb.perf/gmonster1-select-file.exp: New file.
11399 * gdb.perf/gmonster1.cc: New file.
11400 * gdb.perf/gmonster1.exp: New file.
11401 * gdb.perf/gmonster2-null-lookup.exp: New file.
11402 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11403 * gdb.perf/gmonster2-print-cerr.exp: New file.
11404 * gdb.perf/gmonster2-ptype-string.exp: New file.
11405 * gdb.perf/gmonster2-runto-main.exp: New file.
11406 * gdb.perf/gmonster2-select-file.exp: New file.
11407 * gdb.perf/gmonster2.cc: New file.
11408 * gdb.perf/gmonster2.exp: New file.
11409
11410 2015-07-24 Doug Evans <dje@google.com>
11411
11412 * gdb.perf/README: New file.
11413 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11414 * lib/gen-perf-test.exp: New file.
11415
11416 2015-07-24 Doug Evans <dje@google.com>
11417
11418 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11419 (PerfTest::startup): New function.
11420 (PerfTest::run): Return result of calling body.
11421 (PerfTest::assemble): Rewrite.
11422 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11423 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11424 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11425 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11426 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11427
11428 2015-07-24 Doug Evans <dje@google.com>
11429
11430 * lib/gdb.exp (clean_restart): Make executable optional.
11431
11432 2015-07-24 Doug Evans <dje@google.com>
11433
11434 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11435 compiler_info references.
11436 * gdb.cp/temargs.exp: Ditto.
11437 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11438 (get_compiler_info): Early exit if already computed. Set compiler_info
11439 to "unknown" if there was a problem.
11440 (test_compiler_info): Add function comment. Call get_compiler_info.
11441
11442 2015-07-24 Doug Evans <dje@google.com>
11443
11444 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11445 (workers/%.worker, build-perf): New rule.
11446 (GDB_PERFTEST_MODE): New variable.
11447 (check-perf): Use it.
11448 (clean): Clean up gdb.perf parallel build subdirs.
11449 * lib/build-piece.exp: New file.
11450 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11451 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11452 name.
11453 (standard_temp_file): Ditto.
11454 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11455 of $GDB_PARALLEL.
11456
11457 2015-07-24 Doug Evans <dje@google.com>
11458
11459 * lib/future.exp (gdb_default_target_compile): New option
11460 "early_flags".
11461 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11462 --as-needed.
11463
11464 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11465
11466 * gdb.base/catch-syscall.exp: Call gdb_exit before
11467 gdb_skip_xml_test.
11468
11469 2015-07-24 Pedro Alves <palves@redhat.com>
11470
11471 * gdb.python/py-events.exp: Accept output between the stop event
11472 and the prompt.
11473 * gdb.python/py-evsignal.exp: Likewise.
11474 * gdb.python/py-evthreads.exp: Likewise.
11475
11476 2015-07-24 Pedro Alves <palves@redhat.com>
11477
11478 PR gdb/18717
11479 * gdb.threads/non-ldr-exit.c: New file.
11480 * gdb.threads/non-ldr-exit.exp: New file.
11481
11482 2015-07-24 Yao Qi <yao.qi@linaro.org>
11483
11484 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11485 restarting process.
11486
11487 2015-07-24 Yao Qi <yao.qi@linaro.org>
11488
11489 * gdb.server/ext-restart.exp: New file.
11490
11491 2015-07-24 Yao Qi <yao.qi@linaro.org>
11492
11493 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11494 argument options.
11495 * gdb.server/ext-wrapper.exp: New file.
11496
11497 2015-07-23 Doug Evans <dje@google.com>
11498
11499 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11500 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11501
11502 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11503
11504 * gdb.ada/var_arr_typedef.exp: New testcase.
11505 * gdb.ada/var_arr_typedef/pack.adb: New file.
11506 * gdb.ada/var_arr_typedef/pack.ads: New file.
11507 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11508
11509 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11510
11511 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11512
11513 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11514
11515 * gdb.arch/i386-biarch-core.exp: Replace istarget
11516 by "complete set gnutarget". Remove expectation for the "core-file"
11517 command.
11518
11519 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11520
11521 Revert the previous commit:
11522 Tests for validate symbol file using build-id.
11523
11524 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11525
11526 Tests for validate symbol file using build-id.
11527 * gdb.base/solib-mismatch-lib.c: New file.
11528 * gdb.base/solib-mismatch-libmod.c: New file.
11529 * gdb.base/solib-mismatch.c: New file.
11530 * gdb.base/solib-mismatch.exp: New file.
11531
11532 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11533
11534 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11535 nios2-*-linux*.
11536 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11537 * gdb.base/siginfo.exp: Likewise.
11538 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11539
11540 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11541
11542 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11543 Move it to ...
11544 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11545 ... here.
11546 * gdb.trace/range-stepping.exp: Check that the target supports
11547 range stepping.
11548
11549 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11550
11551 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11552
11553 2015-07-14 Pedro Alves <palves@redhat.com>
11554
11555 * gdb.base/killed-outside.exp: New file.
11556 * gdb.base/killed-outside.c: New file.
11557
11558 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11559
11560 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11561 (n at main): New.
11562 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11563
11564 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11565
11566 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11567 infcall tests instead of setting up for KFAIL.
11568
11569 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11570
11571 * gdb.btrace/record_goto-step.exp: New.
11572
11573 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11574
11575 PR compile/18484
11576 * gdb.compile/compile.c (struct struct_type): Add volatile to
11577 selffield's type.
11578 * gdb.compile/compile.exp
11579 (compile code struct_object.selffield = &struct_object): Skip further
11580 struct_object tests if this one xfails.
11581
11582 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11583
11584 PR exp/18617
11585 * gdb.trace/ax.exp: Add test.
11586
11587 2015-07-07 Yao Qi <yao.qi@linaro.org>
11588
11589 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11590 instead of istarget "aarch64*-*-*".
11591 * gdb.arch/aarch64-fp.exp: Likewise.
11592 * gdb.base/float.exp: Likewise.
11593 * gdb.reverse/aarch64.exp: Likewise.
11594 * lib/gdb.exp (is_aarch64_target): New proc.
11595
11596 2015-07-07 Yao Qi <yao.qi@linaro.org>
11597
11598 * lib/gdb.exp (is_aarch32_target): New proc.
11599 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11600 instead of "istarget "arm*-*-*"".
11601 * gdb.arch/arm-disp-step.exp: Likewise.
11602 * gdb.arch/thumb-bx-pc.exp: Likewise.
11603 * gdb.arch/thumb-prologue.exp: Likewise.
11604 * gdb.arch/thumb-singlestep.exp: Likewise.
11605 * gdb.base/disp-step-syscall.exp: Likewise.
11606 * gdb.base/float.exp: Likewise.
11607
11608 2015-07-07 Yao Qi <yao.qi@linaro.org>
11609
11610 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11611 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11612
11613 2015-07-07 Yao Qi <yao.qi@linaro.org>
11614
11615 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11616 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11617 if it exists.
11618 * gdb.multi/multi-arch.exp: Likewise.
11619
11620 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11621
11622 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11623 print.
11624
11625 2015-07-07 Yao Qi <yao.qi@linaro.org>
11626
11627 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11628
11629 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11630
11631 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11632 '[' and ']' characters.
11633
11634 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11635
11636 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11637
11638 2015-06-29 Pedro Alves <palves@redhat.com>
11639
11640 PR threads/18127
11641 * gdb.threads/hand-call-new-thread.c: New file.
11642 * gdb.threads/hand-call-new-thread.c: New file.
11643
11644 2015-06-26 Keith Seitz <keiths@redhat.com>
11645 Doug Evans <dje@google.com>
11646
11647 PR 16253
11648 * gdb.cp/var-tag-2.cc: New file.
11649 * gdb.cp/var-tag-3.cc: New file.
11650 * gdb.cp/var-tag-4.cc: New file.
11651 * gdb.cp/var-tag.cc: New file.
11652 * gdb.cp/var-tag.exp: New file.
11653
11654 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11655
11656 * gdb.base/history-duplicates.exp: New test.
11657
11658 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11659
11660 * gdb.base/completion.exp: Test the completion of the "focus"
11661 command.
11662
11663 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11664
11665 * gdb.arch/amd64-prologue-skip.S: New file.
11666 * gdb.arch/amd64-prologue-skip.exp: New file.
11667
11668 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11669
11670 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11671 is_address_zero_readable check.
11672
11673 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11674
11675 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11676 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11677
11678 2015-06-24 Yao Qi <yao.qi@linaro.org>
11679
11680 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11681 linux targets.
11682
11683 2015-06-24 Yao Qi <yao.qi@linaro.org>
11684
11685 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11686 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11687 * gdb.base/siginfo-thread.exp: Likewise.
11688
11689 2015-06-22 Yao Qi <yao.qi@linaro.org>
11690
11691 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11692
11693 2015-06-22 Yao Qi <yao.qi@linaro.org>
11694
11695 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11696 aarch64*-*-*.
11697 (skip_hw_watchpoint_tests): Likewise.
11698
11699 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11700
11701 * gdb.base/gdbinit-history.exp: Test the interaction between
11702 setting GDBHISTSIZE and setting the history size via .gdbinit.
11703
11704 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11705
11706 PR gdb/16999
11707 * gdb.base/gdbhistsize-history.exp: New test.
11708
11709 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11710
11711 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11712 with GDBHISTSIZE.
11713 * gdb.base/readline.exp: Likewise.
11714
11715 2015-06-17 Yao Qi <yao.qi@linaro.org>
11716
11717 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11718 line.
11719
11720 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11721
11722 * gdb.base/gdbinit-history.exp: Add test case to check that
11723 an unlimited history file does not get truncated on exit.
11724
11725 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11726
11727 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11728 (VECTOR): New macro. Use it...
11729 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11730 ...for these typedefs.
11731 (int8, char1, int1, double1): New typedefs.
11732 (struct just_int2, struct two_int2): New structures.
11733 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11734 (add_structvecs, add_singlevecs): New functions.
11735 (main): Call add_some_intvecs twice.
11736 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11737 the compile and exit upon failure. Try compiling for the "native"
11738 architecture. Test inferior function calls with vector arguments
11739 and vector return value handling with "finish" and "return".
11740
11741 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11742
11743 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11744 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11745 PE file.
11746 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11747
11748 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11749
11750 PR breakpoints/16465
11751 * gdb.mi/mi-dprintf-pending.c: New file.
11752 * gdb.mi/mi-dprintf-pending.exp: New test.
11753 * gdb.mi/mi-dprintf-pendshr.c: New file.
11754
11755 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11756 Mircea Gherzan <mircea.gherzan@intel.com>
11757
11758 * gdb.arch/i386-mpx-map.c: New file.
11759 * gdb.arch/i386-mpx-map.exp: New File.
11760
11761 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11762
11763 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11764 * gdb.arch/i386-mpx.exp: Indentation fixed.
11765
11766 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11767
11768 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11769 function and improved indentation.
11770 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11771 gdb_test_multiple. Added additional tests to skip the test.
11772
11773 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11774
11775 * gdb.arch/i386-avx512.c: Change path in include file.
11776 * gdb.arch/i386-avx512.exp: Change include dir path
11777 compilation flag.
11778 * gdb.arch/i386-mpx.c: Change path in include file.
11779 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11780 flag.
11781
11782 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11783
11784 * gdb.compile/compile-print.exp (compile print *vararray@3)
11785 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11786
11787 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11788
11789 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11790 (do not keep jit in memory): ... this.
11791 (expect 5): Change it to ...
11792 (expect no 5): ... this.
11793
11794 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11795
11796 PR gdb/15564
11797 * gdb.mi/mi-detach.exp: New file.
11798
11799 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11800
11801 PR symtab/18392
11802 * gdb.arch/amd64-tailcall-self.S: New file.
11803 * gdb.arch/amd64-tailcall-self.c: New file.
11804 * gdb.arch/amd64-tailcall-self.exp: New file.
11805
11806 2015-05-28 Don Breazeal <donb@codesourcery.com>
11807
11808 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11809 tests for remote targets by checking is_target_gdbserver.
11810
11811 2015-05-27 Doug Evans <dje@google.com>
11812
11813 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11814 * gdb.dwarf2/opaque-type-lookup.c: New file.
11815 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11816
11817 2015-05-26 Doug Evans <dje@google.com>
11818
11819 * gdb.cp/iostream.cc: New file.
11820 * gdb.cp/iostream.exp: New file.
11821
11822 2015-05-26 Doug Evans <dje@google.com>
11823
11824 * gdb.dwarf2/dw2-op-call.exp: Update.
11825 * gdb.dwarf2/dw4-sig-types.exp: Update.
11826 * gdb.dwarf2/implptr.exp: Update.
11827 * gdb.mi/mi-cmd-param-changed.exp: Update.
11828
11829 2015-05-26 Doug Evans <dje@google.com>
11830
11831 * gdb.python/py-lazy-string.c: New file.
11832 * gdb.python/py-lazy-string.exp: New file.
11833 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11834 (main): Update. Add estring3.
11835 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11836 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11837
11838 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11839 Yao Qi <yao.qi@linaro.org>
11840
11841 * gdb.reverse/aarch64.c: New.
11842 * gdb.reverse/aarch64.exp: New.
11843
11844 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11845
11846 * lib/gdb.exp (supports_process_record): Return true for
11847 aarch64*-linux*.
11848 (supports_reverse): Likewise.
11849
11850 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11851
11852 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11853 Use with_test_prefix.
11854
11855 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11856
11857 * gdb.base/completion.exp: Add test for completion of layout
11858 names.
11859
11860 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11861
11862 * lib/gdb.exp (skip_tui_tests): New proc.
11863 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11864
11865 2015-05-19 Pedro Alves <palves@redhat.com>
11866
11867 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11868 Save the whole env array instead of just HOME. Unset HISTSIZE in
11869 the environment while testing. Restore whole environment
11870 afterwards.
11871
11872 2015-05-16 Doug Evans <xdje42@gmail.com>
11873
11874 * gdb.guile/scm-ports.c: New file.
11875 * gdb.guile/scm-ports.exp: Add memory port tests.
11876
11877 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11878
11879 * gdb.compile/compile-print.c: New file.
11880 * gdb.compile/compile-print.exp: New file.
11881
11882 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11883
11884 * gdb.compile/compile-ops.exp: Cast param to void.
11885 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11886 (compile code struct_object.selffield = &struct_object): Add xfail.
11887
11888 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11889
11890 * gdb.ada/arr_enum_with_gap: New testcase.
11891
11892 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11893
11894 * gdb.ada/byte_packed_arr: New testcase.
11895
11896 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11897
11898 * gdb.ada/pckd_neg: New testcase.
11899
11900 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11901
11902 PR gdb/17820
11903 * gdb.base/gdbinit-history.exp: New test.
11904 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11905 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11906
11907 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11908
11909 * gdb.python/py-xmethods.cc: Enhance test case.
11910 * gdb.python/py-xmethods.exp: New tests.
11911 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11912 function.
11913 (B_indexoper): Likewise.
11914 (global_dm_list) : Add new xmethod worker functions.
11915
11916 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11917
11918 * gdb.base/coredump-filter.exp: Correctly unset
11919 "coredump_var_addr" array.
11920
11921 2015-05-08 Pedro Alves <palves@redhat.com>
11922
11923 * gdb.server/non-existing-program.exp: Unset spawn_id.
11924
11925 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11926
11927 PR python/18291
11928 * gdb.python/py-xmethods.exp: Add tests.
11929
11930 2015-05-08 Yao Qi <yao.qi@linaro.org>
11931
11932 PR gdb/18208
11933 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11934 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11935 function set_coredump_filter, and remove remote_exec call.
11936 Remove argument ipid. Callers update.
11937 (top level): Don't get inferior's PID.
11938
11939 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11940
11941 * gdb.base/watch_thread_num.exp: Skip test on targets without
11942 access watchpoints.
11943
11944 2015-05-06 Pedro Alves <palves@redhat.com>
11945
11946 PR server/18081
11947 * gdb.server/non-existing-program.exp: New file.
11948
11949 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11950
11951 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11952
11953 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11954
11955 * gdb.ada/out_of_line_in_inlined: New testcase.
11956
11957 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11958
11959 * gdb.ada/var_rec_arr: New testcase.
11960
11961 2015-04-30 Yao Qi <yao.qi@linaro.org>
11962
11963 * gdb.base/break-idempotent.exp: If
11964 skip_hw_watchpoint_multi_tests returns true, skip the tests
11965 on "rwatch" and "awatch".
11966
11967 2015-04-30 Yao Qi <yao.qi@linaro.org>
11968
11969 * gdb.base/relativedebug.exp: Invoke gdb command
11970 "info sharedlibrary", and if libc.so doesn't have debug info,
11971 skip the test.
11972
11973 2015-04-29 Doug Evans <dje@google.com>
11974
11975 * gdb.python/py-xmethods.exp: Add ptype tests.
11976 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11977 get_result_type method.
11978
11979 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11980
11981 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11982 the target does not support hardware watchpoints.
11983
11984 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11985
11986 * gdb.base/break-always.exp: Abort testing if writing to memory
11987 causes an error.
11988
11989 2015-04-28 Doug Evans <dje@google.com>
11990
11991 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11992 * gdb.python/py-pp-registration.exp: ... here. New file.
11993 * gdb.python/py-pp-registration.c: New file.
11994 * gdb.python/py-pp-registration.py: New file.
11995
11996 2015-04-28 Doug Evans <dje@google.com>
11997
11998 * gdb.python/py-bad-printers.c: New file.
11999 * gdb.python/py-bad-printers.py: New file.
12000 * gdb.python/py-bad-printers.exp: New file.
12001
12002 2015-04-28 Sasha Smundak <asmundak@google.com>
12003
12004 * gdb.python/py-type.exp: New test.
12005
12006 2015-04-28 Andy Wingo <wingo@igalia.com>
12007
12008 * gdb.python/py-parameter.exp:
12009 * gdb.guile/scm-parameter.exp: Escape the path that we are
12010 matching against, as it might contain characters that are special
12011 to regular expressions.
12012
12013 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12014
12015 * gdb.ada/rec_comp: New testcase.
12016
12017 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12018
12019 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12020 before using it.
12021
12022 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12023
12024 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12025 new tests for verilog output.
12026
12027 2015-04-24 Yao Qi <yao.qi@linaro.org>
12028
12029 * boards/remote-gdbserver-on-localhost.exp: New file.
12030
12031 2015-04-23 Pedro Alves <palves@redhat.com>
12032
12033 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12034 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12035 "end of file", remove $inferior_spawn_id from the indirect list.
12036
12037 2015-04-23 Pedro Alves <palves@redhat.com>
12038
12039 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12040
12041 2015-04-23 Pedro Alves <palves@redhat.com>
12042
12043 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12044 on $any_spawn_id instead of only on $gdb_spawn_id.
12045
12046 2015-04-21 Pierre Muller <muller@sourceware.org>
12047
12048 PR pascal/17815
12049 * lib/pascal.exp (gpc_compile): Add new option "class".
12050 (fpc_compile): Likewise.
12051 * gdb.pascal/case-insensitive-symbols.pas: New file.
12052 * gdb.pascal/case-insensitive-symbols.exp: New file.
12053
12054 2015-04-20 Gary Benson <gbenson@redhat.com>
12055
12056 * gdb.base/attach.exp: Fix three extended remote failures.
12057
12058 2015-04-17 Gary Benson <gbenson@redhat.com>
12059
12060 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12061 the main executable over the remote protocol.
12062
12063 2015-04-16 Pedro Alves <palves@redhat.com>
12064
12065 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12066 a new gdbserver if gdbserver_reconnect_p is set.
12067
12068 2015-04-16 Pedro Alves <palves@redhat.com>
12069
12070 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12071 is set, don't exit gdbserver.
12072
12073 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12074
12075 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12076 appropriate .insn, such that an older assembler can be used.
12077 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12078 the z/Architecture instruction set on 31-bit targets as well.
12079
12080 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12081
12082 * gdb.go/handcall.exp: Remove all logic related to the first
12083 breakpoint and rely on go_runto_main instead.
12084 * gdb.go/strings.exp: Likewise.
12085 * gdb.go/unsafe.exp: Likewise.
12086 * gdb.go/hello.exp: Likewise. Also rename the remaining
12087 breakpoint marker to "breakpoint 1".
12088 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12089 * gdb.go/strings.go: Likewise.
12090 * gdb.go/unsafe.go: Likewise.
12091 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12092 "set breakpoint 2 here" and rename the remaining breakpoint marker
12093 to "breakpoint 1".
12094
12095 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12096
12097 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12098 if itertools.imap is not present.
12099 * gdb.python/py-objfile.exp: Add parentheses.
12100 * gdb.python/py-type.exp: Same.
12101 * gdb.python/py-unwind-maint.py: Same.
12102
12103 2015-04-15 Yao Qi <yao.qi@linaro.org>
12104
12105 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12106 of ":$ptr_size" and set its form explicitly.
12107
12108 2015-04-15 Pedro Alves <palves@redhat.com>
12109 Yao Qi <yao.qi@linaro.org>
12110
12111 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12112 timeout by factor of 4.
12113 (test_regular_watch): Likewise.
12114 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12115 * gdb.reverse/sigall-reverse.exp: Likewise.
12116 * gdb.reverse/until-precsave.exp: Likewise.
12117 * lib/gdb.exp (with_timeout_factor): New proc.
12118 (gdb_expect): Move some code to ...
12119 (get_largest_timeout): ... here. New procedure.
12120
12121 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12122
12123 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12124
12125 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12126
12127 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12128 to write to the .text section.
12129
12130 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12131
12132 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12133 Handle the case of targets that do not provide PID information.
12134
12135 2015-04-13 Yao Qi <yao.qi@linaro.org>
12136
12137 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12138 and use expect instead of gdb_expect.
12139
12140 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12141
12142 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12143 "coredump_var_addr" to avoid naming conflict with other testcases.
12144
12145 2015-04-10 Pedro Alves <palves@redhat.com>
12146
12147 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12148 gdb_test_sequence and gdb_assert.
12149
12150 2015-04-10 Pedro Alves <palves@redhat.com>
12151
12152 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12153 test messages that don't include the breakpoint address.
12154
12155 2015-04-10 Yao Qi <yao.qi@linaro.org>
12156
12157 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12158 false for some offset and width combinations which aren't
12159 supported by linux kernel.
12160
12161 2015-04-10 Pedro Alves <palves@redhat.com>
12162
12163 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12164 procedure, factored out from ...
12165 (top level): ... here. Add "set displaced-stepping" testing axis.
12166 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12167 parameter "displaced". Use it.
12168 (top level): Use foreach and add "set displaced-stepping" testing
12169 axis.
12170
12171 2015-04-10 Pedro Alves <palves@redhat.com>
12172
12173 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12174 Remove comment.
12175 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12176 both the address of the instruction that triggers the watchpoint
12177 and the address of the instruction immediately after, and use
12178 those addresses for the test. Fix comment.
12179
12180 2015-04-10 Pedro Alves <palves@redhat.com>
12181
12182 * gdb.base/sigstep.exp (breakpoint_to_handler)
12183 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12184 Test "backtrace" in handler.
12185 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12186 (top level): Add new "displaced" test axis to
12187 breakpoint_to_handler, breakpoint_to_handler_entry and
12188 breakpoint_over_handler.
12189
12190 2015-04-10 Pedro Alves <palves@redhat.com>
12191
12192 PR gdb/18216
12193 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12194
12195 2015-04-10 Yao Qi <yao.qi@linaro.org>
12196
12197 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12198 (test_add_rn_pc): New function.
12199 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12200 (top level): Invoke test_add_rn_pc.
12201
12202 2015-04-10 Pedro Alves <palves@redhat.com>
12203
12204 PR gdb/13858
12205 * gdb.base/step-over-no-symbols.exp: New file.
12206
12207 2015-04-09 Andy Wingo <wingo@igalia.com>
12208
12209 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12210 after the Python tests.
12211
12212 2015-04-08 Keith Seitz <keiths@redhat.com>
12213
12214 PR python/16699
12215 * gdb.python/py-completion.exp: New tests for completion.
12216 * gdb.python/py-completion.py (CompleteLimit1): New class.
12217 (CompleteLimit2): Likewise.
12218 (CompleteLimit3): Likewise.
12219 (CompleteLimit4): Likewise.
12220 (CompleteLimit5): Likewise.
12221 (CompleteLimit6): Likewise.
12222 (CompleteLimit7): Likewise.
12223
12224 2015-04-08 Pedro Alves <palves@redhat.com>
12225
12226 PR gdb/18214
12227 PR gdb/18216
12228 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12229 function.
12230 (main): Install it as SIGUSR1 handler.
12231 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12232 parameter. Always use "setup" as prefix. Toggle "set
12233 displaced-stepping" off/on depending on global. Don't switch to
12234 thread 1 here.
12235 (top level): Add displaced stepping "off/on" test axis. Update
12236 "setup" calls. Wrap each subtest with with_test_prefix. Test
12237 continuing with a queued signal in each thread.
12238
12239 2015-04-08 Pedro Alves <palves@redhat.com>
12240
12241 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12242 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12243 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12244 Return early if running to main fails.
12245 * gdb.trace/while-stepping.exp: Likewise.
12246
12247 2015-04-07 Pedro Alves <palves@redhat.com>
12248
12249 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12250 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12251 interact with inferior program.
12252
12253 2015-04-07 Pedro Alves <palves@redhat.com>
12254
12255 * lib/gdb.exp (inferior_spawn_id): New global.
12256 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12257 spawn id after processing the user code.
12258 (default_gdb_start): Set inferior_spawn_id.
12259 (send_inferior): New procedure.
12260 * lib/gdbserver-support.exp (gdbserver_start): Set
12261 inferior_spawn_id.
12262 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12263
12264 2015-04-07 Pedro Alves <palves@redhat.com>
12265
12266 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12267 * lib/gdbserver-support.exp (gdbserver_start): Make
12268 $server_spawn_id global.
12269 (gdbserver_start): Don't wait for gdbserver's spawn id with
12270 expect_background.
12271 (close_gdbserver): New procedure.
12272 (gdb_exit): Rename the default version and reimplement.
12273
12274 2015-04-07 Pedro Alves <palves@redhat.com>
12275
12276 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12277 append the substituted item, not the original item.
12278
12279 2015-04-07 Pedro Alves <palves@redhat.com>
12280
12281 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12282 gdb_expect.
12283
12284 2015-04-07 Pedro Alves <palves@redhat.com>
12285
12286 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12287 output appearing once only.
12288
12289 2015-04-07 Pedro Alves <palves@redhat.com>
12290
12291 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12292 that doesn't expect anything. Return early if running to main
12293 fails.
12294
12295 2015-04-07 Yao Qi <yao.qi@linaro.org>
12296
12297 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12298 (child_function): Call alarm.
12299 (main): Move call to alarm into the loop.
12300 * gdb.threads/non-stop-fair-events.exp: Build program with
12301 -DTIMEOUT=$timeout.
12302
12303 2015-04-06 Doug Evans <xdje42@gmail.com>
12304
12305 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12306 Fix dest parameter to board_info.
12307 (fpc_compile): Ditto.
12308 (gdb_compile_pascal): Rename dest arg to destfile.
12309
12310 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12311
12312 * gdb.ada/funcall_ref.exp: New file.
12313 * gdb.ada/funcall_ref/foo.adb: New file.
12314
12315 2015-04-02 Yao Qi <yao.qi@linaro.org>
12316
12317 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12318 is remote.
12319
12320 2015-04-02 Gary Benson <gbenson@redhat.com>
12321
12322 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12323
12324 2015-04-01 Sasha Smundak <asmundak@google.com>
12325
12326 * gdb.python/py-unwind-maint.c: New file.
12327 * gdb.python/py-unwind-maint.exp: New test.
12328 * gdb.python/py-unwind-maint.py: New file.
12329 * gdb.python/py-unwind.c: New file.
12330 * gdb.python/py-unwind.exp: New test.
12331 * gdb.python/py-unwind.py: New test.
12332
12333 2015-04-01 Pedro Alves <palves@redhat.com>
12334
12335 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12336 to fail instead of non-existent $test.
12337
12338 2015-04-01 Pedro Alves <palves@redhat.com>
12339
12340 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12341 GDBFLAGS if not empty.
12342
12343 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12344
12345 * gdb.ada/complete.exp: Remove "multi_line".
12346 * gdb.ada/info_exc.exp: Remove "multi_line".
12347 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12348 * gdb.ada/ptype_field.exp: Remove "multi_line".
12349 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12350 * gdb.ada/tagged.exp: Remove "multi_line".
12351 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12352 [multi_line ...]
12353 * gdb.btrace/delta.exp: Likewise.
12354 * gdb.btrace/exception.exp: Likewise.
12355 * gdb.btrace/function_call_history.exp: Likewise.
12356 * gdb.btrace/instruction_history.exp: Likewise.
12357 * gdb.btrace/nohist.exp: Likewise.
12358 * gdb.btrace/record_goto.exp: Likewise.
12359 * gdb.btrace/segv.exp: Likewise.
12360 * gdb.btrace/stepi.exp: Likewise.
12361 * gdb.btrace/tailcall.exp: Likewise.
12362 * gdb.btrace/unknown_functions.exp: Likewise.
12363 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12364 * lib/gdb.exp: Add the "multi_line" helper.
12365
12366 2015-04-01 Pedro Alves <palves@redhat.com>
12367
12368 * gdb.threads/tid-reuse.c: New file.
12369 * gdb.threads/tid-reuse.exp: New file.
12370
12371 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12372
12373 PR corefiles/16092
12374 * gdb.base/coredump-filter.c: New file.
12375 * gdb.base/coredump-filter.exp: Likewise.
12376
12377 2015-03-27 Petr Machata <pmachata@redhat.com>
12378
12379 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12380 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12381 (Dwarf::assemble): Initialize them.
12382 (Dwarf::lines): New function.
12383
12384 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12385
12386 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12387 SYMBOL_PREFIX for x86_64-*-cygwin.
12388
12389 2015-03-26 Andy Wingo <wingo@igalia.com>
12390
12391 PR symtab/18148
12392 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12393 const_value but not a location.
12394 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12395 location defined in non-main CUs are visible.
12396
12397 2015-03-26 Yao Qi <yao.qi@linaro.org>
12398
12399 PR testsuite/18139
12400 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12401 Add a line number entry for the same line.
12402 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12403 Add a line number entry for the same line.
12404
12405 2015-03-26 Yao Qi <yao.qi@linaro.org>
12406
12407 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12408 .int 0.
12409 (func): Likewise. Add .Lfunc_1 label.
12410 Use .Lfunc_1 label.
12411 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12412 .int 0.
12413 (func): Likewise.
12414 Use .Lfunc_1 label.
12415
12416 2015-03-26 Yao Qi <yao.qi@linaro.org>
12417
12418 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12419 Call gdb_compile instead to compile each .s files without debug
12420 information.
12421
12422 2015-03-26 Yao Qi <yao.qi@linaro.org>
12423
12424 * gdb.base/savedregs.exp (process_saved_regs): Make
12425 "Saved registers:" optional in the pattern.
12426
12427 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12428
12429 * gdb.btrace/next.exp: Merged into step.exp.
12430 * gdb.btrace/finish.exp: Merged into step.exp.
12431 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12432 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12433 "record goto" and checking the exact replay position.
12434 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12435 check for "Recording format" in "info record" output.
12436 * gdb.btrace/record_goto.exp: Choose test file based on target.
12437 * gdb.btrace/x86-record_goto.S: Renamed into ...
12438 * gdb.btrace/x86_64-record_goto.S: ... this.
12439 * gdb.btrace/i686-record_goto.S: New.
12440 * gdb.btrace/x86-tailcall.S: Renamed into ...
12441 * gdb.btrace/x86_64-tailcall.S: ... this.
12442 * gdb.btrace/i686-tailcall.S: New.
12443 * gdb.btrace/x86-tailcall.c: Renamed into ...
12444 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12445 separate statements. Update test.
12446 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12447 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12448 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12449 * gdb.btrace/tailcall.exp: Choose test file based on target.
12450 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12451
12452 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12453
12454 * gdb.btrace/exception.exp: Increase BTS buffer size.
12455
12456 2015-03-24 Pedro Alves <palves@redhat.com>
12457
12458 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12459
12460 2015-03-24 Pedro Alves <palves@redhat.com>
12461
12462 * gdb.threads/schedlock.exp (test_step): No longer expect that
12463 "set scheduler-locking step" with "next" over a function call runs
12464 threads unlocked.
12465
12466 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12467
12468 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12469
12470 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12471
12472 PR breakpoints/16466
12473 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12474 * gdb.mi/mi-pending.c (thread_func): New function.
12475 (int main): Add threading support required.
12476 * gdb.mi/mi-pending.exp: Add tests for this issue.
12477 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12478 (pendfunc2): Remove stdio dependency.
12479 * gdb.mi/mi-pendshr2.c: New file.
12480
12481 2015-03-23 Keith Seitz <keiths@redhat.com>
12482
12483 * gdb.linespec/keywords.c: New file.
12484 * gdb.linespec/keywords.exp: New file.
12485
12486 2015-03-23 Keith Seitz <keiths@redhat.com>
12487
12488 PR gdb/18021
12489 * gdb.dwarf2/staticvirtual.exp: New test.
12490
12491 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12492
12493 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12494 * README: Remove HP-UX and gdb.hp.
12495 (configuration):
12496 * configure: Regenerate.
12497 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12498 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12499 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12500 gdb.hp/gdb.defects/Makefile.
12501 * gdb.hp/Makefile.in: File deleted.
12502 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12503 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12504 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12505 * gdb.hp/gdb.aCC/run.c: File deleted.
12506 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12507 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12508 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12509 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12510 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12511 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12512 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12513 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12514 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12515 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12516 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12517 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12518 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12519 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12520 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12521 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12522 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12523 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12524 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12525 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12526 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12527 * gdb.hp/gdb.compat/average.c: File deleted.
12528 * gdb.hp/gdb.compat/sum.c: File deleted.
12529 * gdb.hp/gdb.compat/xdb.c: File deleted.
12530 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12531 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12532 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12533 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12534 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12535 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12536 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12537 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12538 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12539 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12540 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12541 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12542 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12543 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12544 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12545 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12546 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12547 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12548 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12549 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12550 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12551 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12552 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12553 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12554 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12555 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12556 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12557 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12558 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12559 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12560 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12561 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12562 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12563 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12564 * gdb.hp/tools/odump: File deleted.
12565
12566 2015-03-19 Pedro Alves <palves@redhat.com>
12567
12568 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12569 (saw_thread_3): New globals.
12570 (top level): Increment them when an event for the corresponding
12571 thread is seen.
12572 (no thread starvation): New test.
12573
12574 2015-03-19 Pedro Alves <palves@redhat.com>
12575
12576 * gdb.threads/continue-pending-status.c: New file.
12577 * gdb.threads/continue-pending-status.exp: New file.
12578
12579 2015-03-18 Pedro Alves <palves@redhat.com>
12580
12581 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12582 Use gdb_is_target_remote instead of is_remote. Use
12583 gdb_test_multiple instead of gdb_expect. Exit early if
12584 gdb_test_multiple hits its internal matches. Tighten stepi tests
12585 expected output. Fail on exit with any signal, instead of just
12586 SIGILL.
12587
12588 2015-03-18 Yao Qi <yao.qi@linaro.org>
12589
12590 PR tdep/18107
12591 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12592 variable.
12593 * gdb.base/catch-syscall.exp: Don't skip it on
12594 aarch64*-*-linux* target. Remove elements in all_syscalls.
12595 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12596 target.
12597 (setup_all_syscalls): New proc.
12598
12599 2015-03-16 Yao Qi <yao.qi@linaro.org>
12600
12601 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12602 (top level): Skip tests if valid_addr_p returns false for
12603 $cmd1 or $cmd2.
12604
12605 2015-03-11 Andy Wingo <wingo@igalia.com>
12606
12607 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12608
12609 2015-03-11 Yao Qi <yao.qi@linaro.org>
12610
12611 * gdb.base/catch-syscall.exp: Fix typo in comments.
12612
12613 2015-03-11 Yao Qi <yao.qi@linaro.org>
12614
12615 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12616
12617 2015-03-09 Pedro Alves <palves@redhat.com>
12618
12619 * dg-extract-results.py: Delete.
12620
12621 2015-03-09 Pedro Alves <palves@redhat.com>
12622
12623 Merge dg-extract-results.sh from GCC upstream (r218843).
12624
12625 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12626 * dg-extract-results.sh: Use --text with grep to avoid issues with
12627 binary files. Fall back to cat -v, if that doesn't work.
12628
12629 2015-03-05 Pedro Alves <palves@redhat.com>
12630
12631 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12632
12633 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12634
12635 * lib/mi-support.exp (mi_expect_interrupt): Accept
12636 alternative event for when in all-stop mode.
12637
12638 2015-03-04 Pedro Alves <palves@redhat.com>
12639
12640 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12641
12642 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12643
12644 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12645
12646 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12647
12648 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12649 regexps for GDB's current line display, accept a hex address
12650 preceding the line number.
12651
12652 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12653
12654 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12655 the 'arch1' variable for "s390*-linux*" targets.
12656
12657 2015-03-04 Pedro Alves <palves@redhat.com>
12658
12659 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12660 (main): Pass missing retval argument to pthread_join call.
12661
12662 2015-03-02 Pedro Alves <palves@redhat.com>
12663
12664 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12665 (top level): Call do_test with non-stop as well.
12666
12667 2015-03-02 Pedro Alves <palves@redhat.com>
12668
12669 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12670 -1.
12671
12672 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12673
12674 * gdb.arch/s390-vregs.exp: New test.
12675 * gdb.arch/s390-vregs.S: New file.
12676
12677 2015-02-27 Pedro Alves <palves@redhat.com>
12678
12679 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12680 call to catch_command_errors.
12681 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12682 catch_command_errors.
12683
12684 2015-02-27 Pedro Alves <palves@redhat.com>
12685
12686 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12687 "true" for boolean result.
12688 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12689 prototype of main.
12690
12691 2015-02-27 Pedro Alves <palves@redhat.com>
12692
12693 * lib/unbuffer_output.c: New file.
12694 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12695 (main): Call gdb_unbuffer_output.
12696
12697 2015-02-27 Yao Qi <yao.qi@linaro.org>
12698
12699 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12700 target.
12701
12702 2015-02-26 Doug Evans <dje@google.com>
12703
12704 * gdb.cp/class2.cc (Dbase, D): New classes.
12705 (main): New local delta.
12706 * gdb.cp/class2.exp: Test printing delta.
12707 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12708 (dynbar): New global.
12709 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12710
12711 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12712
12713 * gdb.compile/compile-ifunc.c: New file.
12714 * gdb.compile/compile-ifunc.exp: New file.
12715
12716 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12717
12718 * gdb.base/structs.exp: Check for correct struct on finish.
12719
12720 2015-02-26 Yao Qi <yao.qi@linaro.org>
12721
12722 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12723 is zero.
12724
12725 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12726
12727 * gdb.arch/cordic.ko.bz2: New file.
12728 * gdb.arch/cordic.ko.debug.bz2: New file.
12729 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12730
12731 2015-02-25 Yao Qi <yao.qi@linaro.org>
12732
12733 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12734 aarch64*-*-* target.
12735
12736 2015-02-23 Pedro Alves <palves@redhat.com>
12737
12738 * lib/gdb.exp (delete_breakpoints): Rewrite using
12739 gdb_test_multiple.
12740
12741 2015-02-23 Pedro Alves <palves@redhat.com>
12742
12743 * gdb.base/info-os.c: Include stdlib.h.
12744
12745 2015-02-22 Doug Evans <xdje42@gmail.com>
12746
12747 PR symtab/17855
12748 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12749 is read after symbols have been re-read.
12750 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12751 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12752
12753 2015-02-21 Doug Evans <dje@google.com>
12754
12755 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12756
12757 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12758
12759 PR corefiles/17808
12760 * gdb.arch/i386-biarch-core.core.bz2: New file.
12761 * gdb.arch/i386-biarch-core.exp: New file.
12762
12763 2015-02-21 Pedro Alves <palves@redhat.com>
12764
12765 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12766 runto_main fails.
12767
12768 2015-02-20 Pedro Alves <palves@redhat.com>
12769
12770 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12771 info probes.
12772
12773 2015-02-20 Pedro Alves <palves@redhat.com>
12774
12775 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12776
12777 2015-02-20 Pedro Alves <palves@redhat.com>
12778
12779 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12780 clean_restart before gdb_target_supports_trace.
12781
12782 2015-02-20 Pedro Alves <palves@redhat.com>
12783
12784 PR threads/18006
12785 * gdb.threads/clone-thread_db.c: New file.
12786 * gdb.threads/clone-thread_db.exp: New file.
12787
12788 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12789
12790 PR breakpoints/16812
12791 * gdb.base/catch-gdb-caused-signals.c: New file.
12792 * gdb.base/catch-gdb-caused-signals.exp: New file.
12793
12794 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12795
12796 * configure: Regenerated.
12797 * configure.ac: Use GDB_AC_TRANSFORM.
12798 * aclocal.m4: sinclude ../transform.m4.
12799
12800 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12801
12802 * lib/dtrace.exp: New file.
12803 * gdb.base/dtrace-probe.exp: Likewise.
12804 * gdb.base/dtrace-probe.d: Likewise.
12805 * gdb.base/dtrace-probe.c: Likewise.
12806 * lib/pdtrace.in: Likewise.
12807 * configure.ac: Output variables with the transformed names of
12808 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12809 * configure: Regenerated.
12810
12811 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12812
12813 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12814 expected message when trying to access $_probe_* convenience
12815 variables while not on a probe.
12816
12817 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12818
12819 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12820
12821 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12822
12823 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12824 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12825
12826 2015-02-10 Doug Evans <xdje42@gmail.com>
12827
12828 * lib/gdb.exp (gdb_load): Always return a result.
12829
12830 2015-02-10 Pedro Alves <palves@redhat.com>
12831
12832 * gdb.threads/signal-sigtrap.c: New file.
12833 * gdb.threads/signal-sigtrap.exp: New file.
12834
12835 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12836
12837 * gdb.trace/no-attach-trace.c: New file.
12838 * gdb.trace/no-attach-trace.exp: New file.
12839
12840 2015-02-09 Mark Wielaard <mjw@redhat.com>
12841
12842 * gdb.dwarf2/atomic.c: New file.
12843 * gdb.dwarf2/atomic-type.exp: Likewise.
12844
12845 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12846
12847 * gdb.btrace/buffer-size.exp: Update "info record" output.
12848 * gdb.btrace/delta.exp: Update "info record" output.
12849 * gdb.btrace/enable.exp: Update "info record" output.
12850 * gdb.btrace/finish.exp: Update "info record" output.
12851 * gdb.btrace/instruction_history.exp: Update "info record" output.
12852 * gdb.btrace/next.exp: Update "info record" output.
12853 * gdb.btrace/nexti.exp: Update "info record" output.
12854 * gdb.btrace/step.exp: Update "info record" output.
12855 * gdb.btrace/stepi.exp: Update "info record" output.
12856 * gdb.btrace/nohist.exp: Update "info record" output.
12857
12858 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12859
12860 * gdb.btrace/buffer-size: New.
12861
12862 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12863
12864 * gdb.btrace/delta.exp: Update "info record" output.
12865 * gdb.btrace/enable.exp: Update "info record" output.
12866 * gdb.btrace/finish.exp: Update "info record" output.
12867 * gdb.btrace/instruction_history.exp: Update "info record" output.
12868 * gdb.btrace/next.exp: Update "info record" output.
12869 * gdb.btrace/nexti.exp: Update "info record" output.
12870 * gdb.btrace/step.exp: Update "info record" output.
12871 * gdb.btrace/stepi.exp: Update "info record" output.
12872 * gdb.btrace/nohist.exp: Update "info record" output.
12873
12874 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12875
12876 PR gdb/15678
12877 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12878
12879 2015-02-06 Pedro Alves <palves@redhat.com>
12880
12881 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12882 macro.
12883 (seconds_left, again): New globals.
12884 (main): Wait seconds_left in a 1-second sleep loop instead of
12885 sleeping 180 seconds. If 'again' is set, reset the seconds
12886 counter.
12887 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12888 'again' in the inferior before detaching. Print the seconds left.
12889 (options): New global.
12890 (top level): Build program with -DTIMEOUT=$timeout.
12891
12892 2015-02-06 Pedro Alves <palves@redhat.com>
12893
12894 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12895 determine how many seconds to pass to 'alarm'.
12896 * gdb.base/gdb-sigterm.exp (top level): Build program with
12897 -DTIMEOUT=$timeout.
12898 (do_test): Return success/failure indication. Add more verbose
12899 logging. Don't fail if 200 single steps are seen. Instead, fail
12900 when the test times out.
12901 (passes): New global.
12902 (top level): Break the testing loop if testing fails on any
12903 iteration. Use gdb_assert.
12904
12905 2015-02-04 Don Breazeal <donb@codesourcery.com>
12906
12907 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12908 and initialize them.
12909 (ipc_cleanup): New function.
12910 (main): Don't declare shmid, semid, and msqid. Add a call to
12911 atexit so that we call ipc_cleanup on exit.
12912
12913 2015-02-04 Pedro Alves <palves@redhat.com>
12914
12915 * boards/native-extended-gdbserver.exp: Remove any target variant
12916 specifications from the board name before clearing the isremote
12917 flag from board_info.
12918
12919 2015-01-31 Doug Evans <xdje42@gmail.com>
12920
12921 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12922
12923 2015-01-31 Gary Benson <gbenson@redhat.com>
12924
12925 * gdb.base/completion.exp: Disable completion limiting for
12926 existing tests. Add new tests to check completion limiting.
12927 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12928
12929 2015-01-31 Doug Evans <xdje42@gmail.com>
12930
12931 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12932
12933 2015-01-31 Doug Evans <xdje42@gmail.com>
12934
12935 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12936 entries. Duplicate file section script entries.
12937 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12938 inlined entries. Add test for safe-path rejection.
12939 * gdb.python/py-section-script.c: Add duplicate inlined section script
12940 entries. Duplicate file section script entries.
12941 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12942 inlined entries. Add test for safe-path rejection.
12943
12944 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12945
12946 * gdb.ada/disc_arr_bound: New testcase.
12947
12948 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12949
12950 * gdb.ada/mi_var_array: New testcase.
12951
12952 2015-01-27 Doug Evans <dje@google.com>
12953
12954 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12955 Add test for objfile.filename, objfile.username after objfile
12956 has been unloaded.
12957
12958 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12959
12960 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12961 the second test to print the name attribute of value
12962 returned by the call to gdb.lookup_type, and adjust
12963 the expected output accordingly.
12964
12965 2015-01-25 Mark Wielaard <mjw@redhat.com>
12966
12967 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12968 * gdb.base/disp-step-fork.c: Include unistd.h.
12969 * gdb.base/siginfo-obj.c: Include stdio.h.
12970 * gdb.base/siginfo-thread.c: Likewise.
12971 * gdb.mi/non-stop.c: Include unistd.h.
12972 * gdb.mi/nsthrexec.c: Include stdio.h.
12973 * gdb.mi/pthreads.c: Include unistd.h.
12974 * gdb.modula2/unbounded1.c (main): Declare returns int.
12975 * gdb.reverse/consecutive-reverse.c: Likewise.
12976 * gdb.threads/create-fail.c: Include unistd.h.
12977 * gdb.threads/killed.c: Likewise.
12978 * gdb.threads/linux-dp.c: Likewise.
12979 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12980 * gdb.threads/non-ldr-exc-2.c: Likewise.
12981 * gdb.threads/non-ldr-exc-3.c: Likewise.
12982 * gdb.threads/non-ldr-exc-4.c: Likewise.
12983 * gdb.threads/pthreads.c: Include unistd.h.
12984 (main): Declare returns int.
12985 * gdb.threads/tls-main.c (foo): New declaration.
12986 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12987
12988 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12989
12990 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12991 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12992
12993 2015-01-15 Mark Wielaard <mjw@redhat.com>
12994
12995 * gdb.base/noreturn-return.c: New file.
12996 * gdb.base/noreturn-return.exp: New file.
12997 * gdb.base/noreturn-finish.c: New file.
12998 * gdb.base/noreturn-finish.exp: New file.
12999
13000 2015-01-23 Pedro Alves <palves@redhat.com>
13001
13002 * gdb.threads/continue-pending-after-query.c: New file.
13003 * gdb.threads/continue-pending-after-query.exp: New file.
13004
13005 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13006 Simon Marchi <simon.marchi@ericsson.com>
13007
13008 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13009 * gdb.base/valgrind-db-attach.exp: Same.
13010 * gdb.base/valgrind-infcall.exp: Same.
13011 * lib/mi-support.exp (default_mi_gdb_start): Same.
13012 * lib/prompt.exp (default_prompt_gdb_start): Same.
13013 * lib/gdb.exp (default_gdb_spawn): Same.
13014 (gdb_interact): New.
13015
13016
13017 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13018
13019 * gdb.compile/compile.exp (pointer to jit function): New test.
13020
13021 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13022
13023 * lib/gdb.exp (supports_process_record): Return true for
13024 powerpc*-*-linux*.
13025 (supports_reverse): Likewise.
13026
13027 2015-01-15 Don Breazeal <donb@codesourcery.com>
13028
13029 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13030 instead of checking whether the target board is remote and
13031 use spawn_wait_for_attach instead of exec/sleep.
13032 * gdb.base/attach-twice.exp: Likewise.
13033
13034 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13035
13036 * gdb.ada/var_arr_attrs: New testcase.
13037
13038 2015-01-14 Pedro Alves <palves@redhat.com>
13039 Joel Brobecker <brobecker@adacore.com>
13040
13041 PR gdb/17525
13042 * gdb.base/bp-cmds-execution-x-script.c: New file.
13043 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13044 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13045
13046 2015-01-14 Pedro Alves <palves@redhat.com>
13047
13048 PR cli/17828
13049 * gdb.base/batch-preserve-term-settings.c: New file.
13050 * gdb.base/batch-preserve-term-settings.exp: New file.
13051
13052 2015-01-13 Doug Evans <dje@google.com>
13053
13054 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13055 binary.
13056
13057 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13058
13059 * Makefile.in (clean mostlyclean): Do not delete *.py.
13060
13061 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13062
13063 * gdb.python/py-lookup-type.exp: New file.
13064
13065 2015-01-12 Pedro Alves <palves@redhat.com>
13066
13067 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13068 restore GDBFLAGS before returning.
13069
13070 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13071
13072 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13073 is_amd64_regs_target and is_x86_like_target.
13074
13075 2015-01-11 Doug Evans <xdje42@gmail.com>
13076
13077 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13078 is given without an explicit form.
13079 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13080 attributes.
13081 * gdb.dwarf/corrupt.exp: Ditto.
13082 * gdb.dwarf2/enum-type.exp: Ditto.
13083 * gdb.trace/entry-values.exp: Ditto.
13084 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13085
13086 2015-01-11 Doug Evans <xdje42@gmail.com>
13087
13088 PR gdb/15830
13089 * gdb.base/maint.exp: Remove references to "maint demangle".
13090 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13091 Add tests for explicitly specifying language to demangle.
13092 * gdb.dlang/demangle.exp: Ditto.
13093
13094 2015-01-09 Pedro Alves <palves@redhat.com>
13095
13096 * gdb.threads/non-stop-fair-events.c: New file.
13097 * gdb.threads/non-stop-fair-events.exp: New file.
13098
13099 2015-01-09 Pedro Alves <palves@redhat.com>
13100
13101 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13102 the global scope. Set a breakpoint after all threads are started
13103 rather than stepping over two source lines. Expect the prompt.
13104 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13105 global.
13106 (NUM): Now 15.
13107 (main): Use threads_started_barrier to wait for all threads to
13108 start. Main thread no longer calls thread_function. Exit after
13109 180 seconds.
13110 (loop): New function.
13111 (thread_function): Wait on threads_started_barrier barrier. Call
13112 'loop' at each iteration.
13113 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13114 threads have started, instead of hardcoding number of "next"
13115 steps. Use an access watchpoint instead of a write watchpoint.
13116
13117 2015-01-09 Pedro Alves <palves@redhat.com>
13118
13119 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13120 (thread_func): Wait on barrier.
13121 (main): Wait for all threads to start before stopping GDB.
13122 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13123 global.
13124 (thread1_func, thread2_func): Wait on barrier.
13125 (main): Wait for all threads to start before stopping GDB.
13126 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13127 New global.
13128 (thread1_func, thread2_func): Wait on barrier.
13129 (main): Wait for all threads to start before stopping GDB.
13130
13131 2015-01-09 Pedro Alves <palves@redhat.com>
13132
13133 * gdb.threads/attach-many-short-lived-threads.c: New file.
13134 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13135
13136 2014-01-09 Pedro Alves <palves@redhat.com>
13137
13138 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13139 instead of to thread 2.
13140 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13141 Add barrier around each pthread_create call instead of around all
13142 calls.
13143 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13144 Set a break on thread_function and have the child threads hit it
13145 one at at a time.
13146
13147 2015-01-09 Pedro Alves <palves@redhat.com>
13148
13149 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13150 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13151 false.
13152 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13153 checking whether the target board is remote.
13154 * gdb.multi/multi-attach.exp: Likewise.
13155 * gdb.python/py-sync-interp.exp: Likewise.
13156 * gdb.server/ext-attach.exp: Likewise.
13157 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13158 tests that need to attach, instead of checking whether the target
13159 board is remote at the top of the file.
13160
13161 2015-01-08 Yao Qi <yao@codesourcery.com>
13162
13163 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13164
13165 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13166
13167 Fix testcase compilation.
13168 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13169
13170 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13171
13172 * gdb.python/py-type.exp: Add a couple test about empty
13173 array creation, and negative-length array creation.
13174
13175 2015-01-02 Doug Evans <xdje42@gmail.com>
13176
13177 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13178
13179 2015-01-02 Doug Evans <dje@google.com>
13180
13181 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13182
13183 2014-12-29 Yao Qi <yao@codesourcery.com>
13184
13185 * gdb.trace/entry-values.exp: Update comments. Rename variable
13186 bar_call_foo to returned_from_foo.
13187
13188 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13189
13190 PR gdb/17394
13191 * gdb.linespec/break-asm-file.c: New file.
13192 * gdb.linespec/break-asm-file.exp: New file.
13193 * gdb.linespec/break-asm-file0.s: New file.
13194 * gdb.linespec/break-asm-file1.s: New file.
13195
13196 2014-12-18 Nigel Stephens <nigel@mips.com>
13197 Maciej W. Rozycki <macro@codesourcery.com>
13198
13199 * gdb.base/float.exp: Handle the new output from "info float" on
13200 MIPS targets.
13201
13202 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13203
13204 Fix MinGW compilation.
13205 * gdb.compile/compile-ops.exp: Update untested message if
13206 !skip_compile_feature_tests.
13207 * gdb.compile/compile-setjmp.exp: Likewise.
13208 * gdb.compile/compile-tls.exp: Likewise.
13209 * gdb.compile/compile.exp: Likewise.
13210 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13211 supported on this host".
13212
13213 2014-12-16 Doug Evans <xdje42@gmail.com>
13214
13215 * boards/stabs.exp: New file.
13216
13217 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13218
13219 * gdb.base/completion.exp: Adjust to format changes of "maint
13220 print user-registers".
13221
13222 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13223
13224 PR server/17457
13225 * gdb.arch/aarch64-fp.c: New file.
13226 * gdb.arch/aarch64-fp.exp: New file.
13227
13228 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13229
13230 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13231 r210637, r210913, r211666, r215400, r215817).
13232
13233 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13234 * dg-extract-results.py: New file.
13235 * dg-extract-results.sh: Use it if the environment seems
13236 suitable.
13237
13238 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13239
13240 * dg-extract-results.py (parse_run): Handle warnings that
13241 are printed before a test harness is run.
13242
13243 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13244
13245 * dg-extract-results.py (Named): Remove __cmp__ method.
13246 (output_variation): Use a key to sort variation.harnesses.
13247
13248 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13249
13250 * dg-extract-results.py: For Python 3, force sys.stdout to
13251 handle surrogate escape sequences.
13252 (safe_open): New function.
13253 (output_segment, main): Use it.
13254
13255 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13256
13257 * dg-extract-results.py (Prog.result_re): Include options
13258 in test name.
13259
13260 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13261
13262 * dg-extract-results.py (output_variation): Always sort if
13263 do_sum.
13264
13265 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13266
13267 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13268 as long as we get pagination notifications.
13269
13270 2014-12-15 Jason Merrill <jason@redhat.com>
13271
13272 * Makefile.in (check-gdb.%): Restore.
13273 * README: Mention it.
13274
13275 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13276
13277 * gdb.ada/str_uninit: New testcase.
13278
13279 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13280
13281 PR symtab/17642
13282 * gdb.base/vla-stub-define.c: New file.
13283 * gdb.base/vla-stub.c: New file.
13284 * gdb.base/vla-stub.exp: New file.
13285
13286 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13287 Jan Kratochvil <jan.kratochvil@redhat.com>
13288 Tom Tromey <tromey@redhat.com>
13289
13290 * configure.ac: Add gdb.compile/.
13291 * configure: Regenerate.
13292 * gdb.compile/Makefile.in: New file.
13293 * gdb.compile/compile-ops.exp: New file.
13294 * gdb.compile/compile-ops.c: New file.
13295 * gdb.compile/compile-tls.c: New file.
13296 * gdb.compile/compile-tls.exp: New file.
13297 * gdb.compile/compile-constvar.S: New file.
13298 * gdb.compile/compile-constvar.c: New file.
13299 * gdb.compile/compile-mod.c: New file.
13300 * gdb.compile/compile-nodebug.c: New file.
13301 * gdb.compile/compile-setjmp-mod.c: New file.
13302 * gdb.compile/compile-setjmp.c: New file.
13303 * gdb.compile/compile-setjmp.exp: New file.
13304 * gdb.compile/compile-shlib.c: New file.
13305 * gdb.compile/compile.c: New file.
13306 * gdb.compile/compile.exp: New file.
13307 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13308
13309 2014-12-12 Tom Tromey <tromey@redhat.com>
13310
13311 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13312 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13313
13314 2014-12-12 Doug Evans <dje@google.com>
13315
13316 * lib/gdb-python.exp (get_python_valueof): New function.
13317 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13318
13319 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13320
13321 * gdb.base/completion.exp: Add test for completion of "info
13322 registers ".
13323
13324 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13325
13326 * gdb.base/func-ptrs.c: New file.
13327 * gdb.base/func-ptrs.exp: New file.
13328
13329 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13330
13331 PR breakpoints/17012
13332 * gdb.base/dprintf-detach.c: New file.
13333 * gdb.base/dprintf-detach.exp: New file.
13334
13335 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13336
13337 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13338 * lib/gdb.exp (target_is_gdbserver): New procedure.
13339
13340 2014-12-08 Doug Evans <dje@google.com>
13341
13342 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13343
13344 2014-12-05 Yao Qi <yao@codesourcery.com>
13345
13346 * gdb.guile/scm-error.exp: Remove the third argument to
13347 gdb_remote_download.
13348 * gdb.guile/scm-frame-args.exp: Likewise.
13349 * gdb.guile/scm-section-script.exp: Likewise.
13350
13351 2014-12-05 Yao Qi <yao@codesourcery.com>
13352
13353 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13354
13355 2014-12-04 Doug Evans <dje@google.com>
13356
13357 * gdb.python/py-objfile.exp: Add tests for
13358 objfile.add_separate_debug_file.
13359
13360 2014-12-04 Doug Evans <dje@google.com>
13361
13362 * lib/gdb.exp (get_build_id): New function.
13363 (build_id_debug_filename_get): Rewrite to use it.
13364 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13365
13366 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13367
13368 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13369 `method(long)', not just 0x0.
13370 * gdb.cp/nsalias.exp: Align code labels to 4.
13371 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13372 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13373 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13374 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13375 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13376 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13377
13378 2014-12-02 Doug Evans <dje@google.com>
13379
13380 PR symtab/17602
13381 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13382 * gdb.cp/anon-ns2.cc: ... here. New file.
13383 * gdb.cp/anon-ns.exp: Update.
13384
13385 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13386
13387 * gdb.python/py-events.py (inferior_call_handler): New.
13388 (register_changed_handler, memory_changed_handler): New.
13389 (test_events.invoke): Register new handlers.
13390 * gdb.python/py-events.exp: Add tests for inferior call,
13391 memory_changed and register_changed events.
13392
13393 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13394
13395 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13396 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13397 if the linker doesn't understand this.
13398
13399 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13400
13401 * gdb.python/python.exp: Change expected reply to help().
13402
13403 2014-12-01 Yao Qi <yao@codesourcery.com>
13404
13405 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13406 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13407 * configure: Re-generated.
13408
13409 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13410
13411 * gdb.cp/chained-calls.cc: New file.
13412 * gdb.cp/chained-calls.exp: New file.
13413 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13414
13415 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13416
13417 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13418 * gdb.dwarf2/symtab-producer.exp: Same.
13419 * gdb.gdb/python-interrupts.exp: Same.
13420 * gdb.gdb/python-selftest.exp: Same.
13421 * gdb.python/py-linetable.exp: Same.
13422 * gdb.python/py-type.exp: Same.
13423 * gdb.python/py-value-cc.exp: Same.
13424 * gdb.python/py-value.exp: Same.
13425
13426 2014-11-28 Yao Qi <yao@codesourcery.com>
13427
13428 * gdb.base/break-probes.exp: Match library name prefixed with
13429 sysroot.
13430
13431 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13432
13433 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13434 test expected output. Add parentheses for the call to print.
13435 Remove L suffix from integers.
13436
13437 2014-11-26 Doug Evans <dje@google.com>
13438
13439 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13440
13441 2014-11-22 Yao Qi <yao@codesourcery.com>
13442
13443 * gdb.trace/entry-values.c: Remove asms.
13444 (foo): Add foo_label.
13445 (bar): Add bar_label.
13446 * gdb.trace/entry-values.exp: Remove code computing foo's
13447 length and bar's length.
13448 (Dwarf::assemble): Invoke function_range for bar and use
13449 MACRO_AT_func for foo.
13450
13451 2014-11-22 Yao Qi <yao@codesourcery.com>
13452
13453 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13454 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13455 Use .Lgcc43_procstart instead of gcc43.
13456
13457 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13458
13459 * gdb.ada/n_arr_bound: New testcase.
13460
13461 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13462
13463 PR breakpoints/10737
13464 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13465 test_catch_syscall_multi_arch.
13466 (test_catch_syscall_multi_arch): New function.
13467
13468 2014-11-20 Doug Evans <xdje42@gmail.com>
13469
13470 * gdb.base/maint.exp: Update expected output.
13471
13472 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13473
13474 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13475 4-byte instruction on S390.
13476
13477 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13478
13479 * gdb.ada/arr_arr: New testcase.
13480
13481 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13482
13483 * gdb.ada/pkd_arr_elem: New Testcase.
13484
13485 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13486
13487 * gdb.reverse/break-precsave: Expect completion message for
13488 core file reads.
13489 * gdb.reverse/consecutive-precsave.exp: Likewise.
13490 * gdb.reverse/finish-precsave.exp: Likewise.
13491 * gdb.reverse/i386-precsave.exp: Likewise.
13492 * gdb.reverse/machinestate-precsave.exp: Likewise.
13493 * gdb.reverse/sigall-precsave.exp: Likewise.
13494 * gdb.reverse/solib-precsave.exp: Likewise.
13495 * gdb.reverse/step-precsave.exp: Likewise.
13496 * gdb.reverse/until-precsave.exp: Likewise.
13497 * gdb.reverse/watch-precsave.exp: Likewise.
13498
13499 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13500
13501 * gdb.base/bp-permanent.c: Include unistd.h.
13502 * gdb.python/py-framefilter-mi.c (main): Add return type.
13503 * gdb.python/py-framefilter.c (main): Likewise.
13504 * gdb.trace/actions-changed.c (main): Likewise.
13505
13506 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13507
13508 * gdb.mi/until.c: Add eye-catchers.
13509 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13510 line numbers.
13511
13512 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13513
13514 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13515 function header variants in break1.c.
13516 * gdb.base/ena-dis-br.exp: Likewise.
13517 * gdb.base/hbreak2.exp: Likewise.
13518 * gdb.reverse/until-precsave.exp: Drop references to removed
13519 non-prototype function header variants in ur1.c.
13520 * gdb.reverse/until-reverse.exp: Likewise.
13521
13522 2014-11-17 Petr Machata <pmachata@redhat.com>
13523
13524 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13525 ${_cu_offset_size} bytes abbrev offset.
13526
13527 2014-11-15 Doug Evans <xdje42@gmail.com>
13528
13529 PR symtab/17559
13530 * gdb.base/line-symtabs.exp: New file.
13531 * gdb.base/line-symtabs.c: New file.
13532 * gdb.base/line-symtabs.h: New file.
13533
13534 2014-11-14 Yao Qi <yao@codesourcery.com>
13535
13536 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13537 (func): Add label func_label.
13538 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13539 Replace low_pc and high_pc with MACRO_AT_range.
13540 Replace name, low_pc and high_pc with MACRO_AT_func.
13541
13542 2014-11-14 Yao Qi <yao@codesourcery.com>
13543
13544 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13545 Replace name, low_pc and high_pc with MACRO_AT_func.
13546
13547 2014-11-14 Yao Qi <yao@codesourcery.com>
13548
13549 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13550 produce debug information.
13551 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13552
13553 2014-11-14 Yao Qi <yao@codesourcery.com>
13554
13555 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13556 object and get function length.
13557 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13558 with MACRO_AT_func.
13559 (top-level): Replace gdb_compile and clean_restart with
13560 prepare_for_testing.
13561 * gdb.dwarf2/main.c (main): Add label main_label.
13562
13563 2014-11-14 Yao Qi <yao@codesourcery.com>
13564
13565 * lib/dwarf.exp (function_range): New procedure.
13566 (Dwarf::_handle_macro_at_func): New procedure.
13567 (Dwarf::_handle_macro_at_range): New procedure.
13568 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13569
13570 2014-11-14 Yao Qi <yao@codesourcery.com>
13571
13572 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13573 (_handle_attribute): New procedure.
13574
13575 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13576
13577 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13578 * gdb.base/call-sc.c (zed): Likewise.
13579 * gdb.base/checkpoint.c (main): Likewise.
13580 * gdb.base/dump.c (main): Likewise.
13581 * gdb.base/gcore.c (main): Likewise.
13582 * gdb.base/huge.c (main): Likewise.
13583 * gdb.base/multi-forks.c (main): Likewise.
13584 * gdb.base/pr10179-a.c (main): Likewise.
13585 * gdb.base/savedregs.c (main): Likewise.
13586 * gdb.base/sigaltstack.c (main): Likewise.
13587 * gdb.base/siginfo.c (main): Likewise.
13588 * gdb.base/structs.c (zed): Likewise.
13589 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13590 * gdb.mi/mi-syn-frame.c (main): Likewise.
13591 * gdb.mi/until.c (foo, main): Likewise.
13592 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13593 * gdb.base/solib-weak.c (foo): Declare.
13594 * gdb.base/attach-twice.c: Include stdio.h.
13595 * gdb.base/weaklib1.c: Likewise.
13596 * gdb.base/weaklib2.c: Likewise.
13597 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13598 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13599 unistd.h.
13600 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13601 * gdb.mi/mi-exit-code.c: Likewise.
13602 * gdb.base/break-interp-lib.c: Include string.h.
13603 * gdb.base/coremaker.c: Likewise.
13604 * gdb.base/testenv.c: Likewise.
13605 * gdb.python/py-finish-breakpoint.c: Likewise.
13606 * gdb.base/inferior-died.c: Include sys/wait.h.
13607 * gdb.base/fileio.c: Include time.h.
13608 * gdb.base/async-shell.c: Include unistd.h.
13609 * gdb.base/dprintf-non-stop.c: Likewise.
13610 * gdb.base/info-os.c: Likewise.
13611 * gdb.mi/mi-console.c: Likewise.
13612 * gdb.mi/watch-nonstop.c: Likewise.
13613 * gdb.python/py-events.c: Likewise.
13614 * gdb.base/async.c (baz): Move up before its invocation.
13615 * gdb.base/code_elim2.c (my_global_func): Likewise.
13616 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13617 * gdb.base/advance.c (func2): Likewise.
13618
13619 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13620
13621 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13622 variant.
13623 * gdb.base/annota3.c: Likewise.
13624 * gdb.base/async.c: Likewise.
13625 * gdb.base/average.c: Likewise.
13626 * gdb.base/call-ar-st.c: Likewise.
13627 * gdb.base/call-rt-st.c: Likewise.
13628 * gdb.base/call-sc.c: Likewise.
13629 * gdb.base/call-strs.c: Likewise.
13630 * gdb.base/ending-run.c: Likewise.
13631 * gdb.base/execd-prog.c: Likewise.
13632 * gdb.base/exprs.c: Likewise.
13633 * gdb.base/foll-exec.c: Likewise.
13634 * gdb.base/foll-fork.c: Likewise.
13635 * gdb.base/foll-vfork.c: Likewise.
13636 * gdb.base/funcargs.c: Likewise.
13637 * gdb.base/gcore.c: Likewise.
13638 * gdb.base/jump.c: Likewise.
13639 * gdb.base/langs0.c: Likewise.
13640 * gdb.base/langs1.c: Likewise.
13641 * gdb.base/langs2.c: Likewise.
13642 * gdb.base/mips_pro.c: Likewise.
13643 * gdb.base/nodebug.c: Likewise.
13644 * gdb.base/opaque0.c: Likewise.
13645 * gdb.base/opaque1.c: Likewise.
13646 * gdb.base/recurse.c: Likewise.
13647 * gdb.base/run.c: Likewise.
13648 * gdb.base/scope0.c: Likewise.
13649 * gdb.base/scope1.c: Likewise.
13650 * gdb.base/setshow.c: Likewise.
13651 * gdb.base/setvar.c: Likewise.
13652 * gdb.base/shmain.c: Likewise.
13653 * gdb.base/shr1.c: Likewise.
13654 * gdb.base/shr2.c: Likewise.
13655 * gdb.base/sigall.c: Likewise.
13656 * gdb.base/signals.c: Likewise.
13657 * gdb.base/so-indr-cl.c: Likewise.
13658 * gdb.base/solib2.c: Likewise.
13659 * gdb.base/structs.c: Likewise.
13660 * gdb.base/sum.c: Likewise.
13661 * gdb.base/vforked-prog.c: Likewise.
13662 * gdb.base/watchpoint.c: Likewise.
13663 * gdb.reverse/shr2.c: Likewise.
13664 * gdb.reverse/until-reverse.c: Likewise.
13665 * gdb.reverse/ur1.c: Likewise.
13666 * gdb.reverse/watch-reverse.c: Likewise.
13667
13668 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13669
13670 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13671 variant.
13672 * gdb.base/sepdebug.exp: Drop references to removed code.
13673
13674 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13675
13676 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13677 variant. Preserve original line numbering.
13678 * gdb.base/list1.c: Likewise.
13679
13680 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13681
13682 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13683 variant.
13684 * gdb.base/break1.c: Likewise.
13685 * gdb.base/break.exp: Drop references to removed code.
13686
13687 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13688
13689 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13690 variant.
13691
13692 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13693
13694 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13695
13696 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13697
13698 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13699 logic into perform_all_tests() and invoke it with and without
13700 function header prototypes.
13701 (do_function_calls): Remove conditional XFAIL for PR 5318.
13702 (rerun_and_prepare): Remove duplicate code.
13703 (perform_all_tests): New. Main logic moved here.
13704
13705 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13706
13707 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13708 code guarded by #ifdef NO_PROTOTYPES.
13709 (t_double_many_args): Likewise.
13710 (DEF_FUNC_MANY_ARGS_1): Likewise.
13711 (DEF_FUNC_VALUES_1): Likewise.
13712 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13713 guarded by #ifdef PROTOTYPES.
13714
13715 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13716
13717 * gdb.mi/mi-console.c: Add eye-catcher.
13718 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13719 instead of literal line number.
13720
13721 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13722
13723 * gdb.base/shr2.c: Add eye-catcher.
13724 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13725 line number.
13726
13727 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13728
13729 * gdb.base/jump.c: Add eye-catchers.
13730 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13731 numbers.
13732
13733 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13734
13735 * gdb.base/execd-prog.c: Add eye-catchers.
13736 * gdb.base/foll-exec.c: Likewise.
13737 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13738 line numbers.
13739
13740 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13741
13742 * gdb.base/ending-run.c: Add eye-catchers.
13743 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13744 literal line numbers.
13745
13746 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13747
13748 * gdb.base/call-rt-st.c: Add eye-catchers.
13749 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13750 literal line numbers.
13751
13752 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13753
13754 * gdb.base/call-ar-st.c: Add eye-catchers.
13755 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13756 literal line numbers.
13757
13758 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13759
13760 * gdb.base/average.c: Add eye-catchers.
13761 * gdb.base/sum.c: Likewise.
13762 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13763 regexps dynamically.
13764
13765 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13766
13767 * gdb.base/solib1.c: Add eye-catchers.
13768 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13769 literal line numbers.
13770
13771 2014-11-12 Pedro Alves <palves@redhat.com>
13772
13773 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13774 leader has exited.
13775
13776 2014-11-12 Pedro Alves <palves@redhat.com>
13777
13778 * gdb.arch/i386-bp_permanent.c: New file.
13779 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13780 (srcfile): Set to i386-bp_permanent.c.
13781 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13782 that stepi does not execute the 'leave' instruction, instead of
13783 testing it does execute.
13784 * gdb.base/bp-permanent.c: New file.
13785 * gdb.base/bp-permanent.exp: New file.
13786
13787 2014-11-10 Doug Evans <xdje42@gmail.com>
13788
13789 PR symtab/17564
13790 * gdb.base/symtab-search-order.exp: New file.
13791 * gdb.base/symtab-search-order.c: New file.
13792 * gdb.base/symtab-search-order-1.c: New file.
13793 * gdb.base/symtab-search-order-shlib-1.c: New file.
13794
13795 2014-11-07 Pedro Alves <palves@redhat.com>
13796
13797 PR gdb/17511
13798 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13799 i?86-*-linux*.
13800
13801 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13802
13803 PR c++/17494
13804 * gdb.cp/pr17494.cc: New file.
13805 * gdb.cp/pr17494.exp: New file.
13806
13807 2014-11-02 Yao Qi <yao@codesourcery.com>
13808
13809 * gdb.python/python.exp: Get working directory and match the
13810 output of "set extended-prompt \\w " with it.
13811
13812 2014-10-30 Doug Evans <dje@google.com>
13813
13814 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13815 in objfiles.
13816 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13817 in progspaces.
13818
13819 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13820
13821 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13822 * gdb.base/realname-expand.exp: Likewise.
13823 * gdb.linespec/macro-relative.exp: Likewise.
13824
13825 2014-10-29 Pedro Alves <palves@redhat.com>
13826
13827 PR gdb/17408
13828 * gdb.threads/schedlock.c (some_function): New function.
13829 (call_function): New global.
13830 (MAYBE_CALL_SOME_FUNCTION): New macro.
13831 (thread_function): Call it.
13832 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13833 and use it instead of a global counter. Adjust all callers.
13834 (get_current_thread): Use "find current thread" for test message
13835 here rather than having all callers pass down the same string.
13836 (goto_loop): New procedure, factored out from ...
13837 (my_continue): ... this.
13838 (step_ten_loops): Change parameter from test message to command to
13839 use. Adjust.
13840 (list_count): Delete global.
13841 (check_result): New procedure, factored out from duplicate top
13842 level code.
13843 (continue tests): Wrap in with_test_prefix.
13844 (test_step): New procedure, factored out from duplicate top level
13845 code.
13846 (top level): Test "step" in combination with all scheduler-locking
13847 modes. Test "next" in combination with all scheduler-locking
13848 modes, and in combination with stepping over a function call or
13849 not.
13850 * gdb.threads/next-bp-other-thread.c: New file.
13851 * gdb.threads/next-bp-other-thread.exp: New file.
13852
13853 2014-10-29 Pedro Alves <palves@redhat.com>
13854
13855 PR python/17372
13856 * gdb.python/python.exp: Test a multi-line command that spawns
13857 interactive Python.
13858 * gdb.base/multi-line-starts-subshell.exp: New file.
13859
13860 2014-10-29 Yao Qi <yao@codesourcery.com>
13861
13862 * gdb.base/fileio.exp: Make directories on host.
13863
13864 2014-10-29 Yao Qi <yao@codesourcery.com>
13865
13866 * gdb.base/fileio.c (test_write): Close the file.
13867
13868 2014-10-28 Pedro Alves <palves@redhat.com>
13869
13870 PR gdb/12623
13871 * gdb.base/sigstep.c (no_handler): New global.
13872 (main): If 'no_handler is true, set the signal handlers to
13873 SIG_IGN.
13874 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13875 with_sw_watch and no_handler parameters. Handle them.
13876 (top level) <stepping over handler when stopped at a breakpoint
13877 test>: Add a test axis for testing with a software watchpoint, and
13878 another for testing with the signal handler set to SIG_IGN.
13879 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13880 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13881
13882 2014-10-28 Pedro Alves <palves@redhat.com>
13883
13884 PR gdb/17511
13885 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13886 * gdb.base/sigstep.exp (other_handler_location): New global.
13887 (advance): Support stepping into the signal handler, and running
13888 commands while in the handler.
13889 (in_handler_map): New global.
13890 (top level): In the advance test, add combinations for getting
13891 into the handler with stepping commands, and for running commands
13892 in the handler. Add comment descripting the advancei tests.
13893
13894 2014-10-28 Pedro Alves <palves@redhat.com>
13895
13896 * gdb.base/sigstep.exp: Use build_executable instead of
13897 prepare_for_testing.
13898 (top level): Move code that starts GDB, runs to main and creates a
13899 display to ...
13900 (restart): ... this new procedure.
13901 (top level): Move backtrace from signal handler test to ...
13902 (validate_backtrace): ... this new procedure.
13903 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13904 with_test_prefix. Always restart GDB.
13905 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13906 with_test_prefix. Always restart GDB. No need to delete
13907 breakpoints after the test.
13908 (test_skip_handler): Remove prefix parameter.
13909 (skip_over_handler, breakpoint_to_handler)
13910 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13911 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13912 restart GDB. No need to delete breakpoints after the test.
13913 (top level): Use foreach to call the test procedures with
13914 different commands.
13915
13916 2014-10-28 Pedro Alves <palves@redhat.com>
13917
13918 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13919 instead of GNATS numbers.
13920 * gdb.base/sigbpt.exp: Likewise.
13921 * gdb.base/siginfo.exp: Likewise.
13922 * gdb.base/sigstep.exp: Likewise.
13923
13924 2014-10-27 Pedro Alves <palves@redhat.com>
13925
13926 * gdb.base/sigstep.c (dummy): New global.
13927 (main): Issue a couple writes to the new global.
13928 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13929 procedures.
13930 (skip_over_handler): Use test_skip_handler.
13931 (top level): Call skip_over_handler for stepi and nexti too.
13932 (breakpoint_over_handler): Use test_skip_handler.
13933 (top level): Call breakpoint_over_handler for stepi and nexti too.
13934
13935 2014-10-27 Yao Qi <yao@codesourcery.com>
13936
13937 * gdb.trace/tfile.c (adjust_function_address)
13938 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13939 function descriptor.
13940
13941 2014-10-24 Don Breazeal <donb@codesourcery.com>
13942
13943 * gdb.base/foll-fork.exp (test_follow_fork,
13944 catch_fork_child_follow): Check for updated fork messages emitted
13945 from infrun.c.
13946 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13947 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13948 vfork_and_exec_child_follow_through_step): Check for updated vfork
13949 messages emitted from infrun.c.
13950
13951 2014-10-24 Pedro Alves <palves@redhat.com>
13952
13953 * gdb.base/corefile.exp: Remove references to ultrix.
13954 * gdb.base/interrupt.exp: Likewise.
13955 * gdb.base/whatis.exp: Likewise.
13956 * gdb.gdb/selftest.exp: Likewise.
13957 * gdb.threads/manythreads.exp: Likewise.
13958 * gdb.threads/print-threads.exp: Likewise.
13959 * gdb.threads/pthreads.exp:: Likewise.
13960 * gdb.threads/schedlock.exp: Likewise.
13961
13962 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13963
13964 * gdb.cp/non-trivial-retval.cc: Add a test case.
13965 * gdb.cp/non-trivial-retval.exp: Add a test.
13966
13967 2014-10-20 Yao Qi <yao@codesourcery.com>
13968
13969 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13970 * gdb.python/py-objfile-script-gdb.py: New file.
13971 * gdb.python/py-objfile-script.exp: Update reference to
13972 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13973 of remote_download. Remove the dest file.
13974
13975 2014-10-20 Yao Qi <yao@codesourcery.com>
13976
13977 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13978 * gdb.base/step-line.exp: Likewise.
13979 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13980 * gdb.dwarf2/dw2-basic.exp: Likewise.
13981 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13982 * gdb.dwarf2/dw2-filename.exp: Likewise.
13983 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13984 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13985 * gdb.dwarf2/dw2-producer.exp: Likewise.
13986 * gdb.dwarf2/mac-fileno.exp: Likewise.
13987 * gdb.python/py-frame-args.exp: Likewise.
13988 * gdb.python/py-framefilter.exp: Likewise.
13989 * gdb.python/py-mi.exp: Likewise.
13990 * gdb.python/py-objfile-script.exp: Likewise
13991 * gdb.python/py-pp-integral.exp: Likewise.
13992 * gdb.python/py-pp-re-notag.exp: Likewise.
13993 * gdb.python/py-prettyprint.exp: Likewise.
13994 * gdb.python/py-section-script.exp: Likewise.
13995 * gdb.python/py-typeprint.exp: Likewise.
13996 * gdb.python/py-xmethods.exp: Likewise.
13997 * gdb.stabs/weird.exp: Likewise.
13998 * gdb.xml/tdesc-regs.exp: Likewise.
13999
14000 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14001
14002 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14003 (out_cu): Use addr_len for the size of addresses.
14004 (out_line): Likewise. Size DW_LNE_set_address instruction
14005 according to addr_len.
14006 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14007 (FUNC): Add START_INSNS to definition.
14008
14009 2014-10-18 Yao Qi <yao@codesourcery.com>
14010
14011 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14012 gdb_has_argv0 return true.
14013 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14014 check [target_info exists noargs], check [gdb_has_argv0]
14015 instead.
14016 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14017 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14018 procedures.
14019
14020 2014-10-17 Doug Evans <dje@google.com>
14021
14022 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14023 event.
14024 * gdb.python/py-events.py: Add clear_objfiles event.
14025
14026 2014-10-17 Doug Evans <dje@google.com>
14027
14028 * gdb.python/py-objfile.exp: Test progspace attribute.
14029
14030 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14031
14032 * gdb.guile/scm-breakpoint.exp: Do not assume any
14033 directory separators when matching source file paths.
14034 * gdb.python/py-breakpoint.exp: Likewise.
14035 * gdb.reverse/break-precsave.exp: Likewise.
14036 * gdb.reverse/break-reverse.exp: Likewise.
14037 * gdb.reverse/consecutive-precsave.exp: Likewise.
14038 * gdb.reverse/finish-precsave.exp: Likewise.
14039 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14040 * gdb.reverse/finish-reverse.exp: Likewise.
14041 * gdb.reverse/i386-precsave.exp: Likewise.
14042 * gdb.reverse/i387-env-reverse.exp: Likewise.
14043 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14044 * gdb.reverse/machinestate-precsave.exp: Likewise.
14045 * gdb.reverse/machinestate.exp: Likewise.
14046 * gdb.reverse/sigall-precsave.exp: Likewise.
14047 * gdb.reverse/solib-precsave.exp: Likewise.
14048 * gdb.reverse/step-precsave.exp: Likewise.
14049 * gdb.reverse/until-precsave.exp: Likewise.
14050 * gdb.reverse/watch-precsave.exp: Likewise.
14051 * gdb.reverse/watch-reverse.exp: Likewise.
14052
14053 2014-10-17 Yao Qi <yao@codesourcery.com>
14054
14055 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14056 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14057
14058 2014-10-17 Pedro Alves <palves@redhat.com>
14059
14060 PR gdb/17471
14061 * gdb.base/bg-execution-repeat.c: New file.
14062 * gdb.base/bg-execution-repeat.exp: New file.
14063
14064 2014-10-17 Pedro Alves <palves@redhat.com>
14065
14066 PR gdb/17300
14067 * gdb.base/continue-all-already-running.c: New file.
14068 * gdb.base/continue-all-already-running.exp: New file.
14069
14070 2014-10-17 Pedro Alves <palves@redhat.com>
14071
14072 PR gdb/17472
14073 * gdb.base/annota-input-while-running.c: New file.
14074 * gdb.base/annota-input-while-running.exp: New file.
14075
14076 2014-10-17 Pedro Alves <palves@redhat.com>
14077
14078 * gdb.base/callfuncs.exp: emove references to osf.
14079 * gdb.base/sigall.exp: Likewise.
14080 * gdb.gdb/selftest.exp: Likewise.
14081 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14082 * gdb.mi/non-stop.c: Likewise.
14083 * gdb.mi/pthreads.c: Likewise.
14084 * gdb.reverse/sigall-precsave.exp: Likewise.
14085 * gdb.reverse/sigall-reverse.exp: Likewise.
14086 * gdb.threads/pthreads.c: Likewise.
14087 * gdb.threads/pthreads.exp: Likewise.
14088
14089 2014-10-17 Yao Qi <yao@codesourcery.com>
14090
14091 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14092 check 'target_info exists noargs'.
14093 (test_command_prompt_position): Likewise.
14094 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14095 Remove "set args".
14096 (progvar_simple_while_test): Likewise.
14097 (progvar_complex_if_while_test): Likewise.
14098 (if_while_breakpoint_command_test): Likewise.
14099 (infrun_breakpoint_command_test): Likewise.
14100 (breakpoint_command_test): Likewise.
14101 (watchpoint_command_test): Likewise.
14102 (bp_deleted_in_command_test): Likewise.
14103 (temporary_breakpoint_commands): Likewise.
14104
14105 2014-10-16 Yao Qi <yao@codesourcery.com>
14106
14107 * gdb.base/remotetimeout.exp: Remove noargs checking.
14108
14109 2014-10-15 Pedro Alves <palves@redhat.com>
14110
14111 PR breakpoints/9649
14112 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14113 * gdb.base/breakpoint-in-ro-region.exp
14114 (probe_target_hardware_step): New procedure.
14115 (top level): Probe hardware stepping and hardware breakpoint
14116 support. Test stepping through a read-only region, with both
14117 "breakpoint auto-hw" on and off and both "always-inserted" on and
14118 off.
14119
14120 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14121
14122 * gdb.dlang/demangle.exp: Update for demangling changes.
14123
14124 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14125
14126 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14127 * gdb.cp/non-trivial-retval.exp: Add new tests.
14128
14129 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14130
14131 PR c++/13403
14132 PR c++/15154
14133 * gdb.cp/non-trivial-retval.cc: New file.
14134 * gdb.cp/non-trivial-retval.exp: New file.
14135
14136 2014-10-15 Yao Qi <yao@codesourcery.com>
14137
14138 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14139 remote host.
14140
14141 2014-10-15 Yao Qi <yao@codesourcery.com>
14142
14143 * gdb.python/py-symbol.exp: Match file base name if host is
14144 remote, otherwise match file name with dir name.
14145 * gdb.python/py-symtab.exp: Likewise.
14146 * gdb.python/python.exp: Likewise.
14147
14148 2014-10-15 Yao Qi <yao@codesourcery.com>
14149
14150 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14151 pattern.
14152 * gdb.python/py-symtab.exp: Likewise.
14153 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14154 locationn.
14155
14156 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14157
14158 * gdb.ada/addr_arith: New testcase.
14159
14160 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14161
14162 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14163 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14164 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14165 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14166
14167 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14168
14169 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14170 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14171 * gdb.arch/stap-eval-lang-ada.exp: New file.
14172
14173 2014-10-14 Yao Qi <yao@codesourcery.com>
14174
14175 * gdb.mi/mi-var-child.c (nothing1): New function.
14176 (nothing2): New function.
14177 (do_children_tests): Set function pointers by nothing1 and
14178 nothing2.
14179 * gdb.mi/mi-var-child.exp: Step over new added statements.
14180 Update test to match the new output.
14181 * gdb.mi/var-cmd.c (nothing1): New function.
14182 (nothing2): New function.
14183 (do_children_tests): Set function pointers by nothing1 and
14184 nothing2.
14185 * gdb.mi/mi-var-display.exp: Update test to match output.
14186 Step to the line specified by $line_dct_nothing.
14187 Increase the number of lines to step.
14188
14189 2014-10-14 Yao Qi <yao@codesourcery.com>
14190
14191 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14192 tests.
14193 * gdb.mi/mi2-var-child.exp: Likewise.
14194
14195 2014-10-13 Doug Evans <dje@google.com>
14196
14197 * gdb.python/py-objfile.exp: Change name of file name test.
14198
14199 2014-10-13 Doug Evans <dje@google.com>
14200
14201 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14202 from the start of the CU.
14203
14204 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14205 Yao Qi <yao@codesourcery.com>
14206
14207 Fix "save breakpoints" for "catch" command.
14208 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14209 Remove -nonewline. Match also the added "main" line.
14210
14211 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14212
14213 Fix "save breakpoints" for "disable $bpnum" command.
14214 * gdb.base/save-bp.c (main): Add label.
14215 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14216
14217 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14218
14219 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14220
14221 2014-10-11 Yao Qi <yao@codesourcery.com>
14222
14223 * gdb.server/server-kill.exp: Execute command
14224 "set remote trace-status-packet on" before "tstatus".
14225
14226 2014-10-11 Yao Qi <yao@codesourcery.com>
14227
14228 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14229 (main): Call getppid.
14230 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14231 and continue to it. Read variable "server_pid".
14232
14233 2014-10-11 Yao Qi <yao@codesourcery.com>
14234
14235 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14236
14237 2014-10-11 Yao Qi <yao@codesourcery.com>
14238
14239 * gdb.threads/thread-find.exp: Don't execute command
14240 "info threads".
14241 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14242 * gdb.threads/linux-dp.exp: Don't check the condition
14243 $threads_created equals to zero.
14244
14245 2014-10-10 Pedro Alves <palves@redhat.com>
14246
14247 * gdb.base/bigcore.exp: Remove references to IRIX.
14248 * gdb.base/funcargs.exp: Likewise.
14249 * gdb.base/interrupt.exp: Likewise.
14250 * gdb.base/mips_pro.exp: Likewise.
14251 * gdb.base/nodebug.exp: Likewise.
14252 * gdb.base/setvar.exp: Likewise.
14253 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14254
14255 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14256 Pedro Alves <palves@redhat.com>
14257
14258 PR symtab/14466
14259 * gdb.base/vdso-warning.c: New file.
14260 * gdb.base/vdso-warning.exp: New file.
14261
14262 2014-10-02 Doug Evans <dje@google.com>
14263
14264 * gdb.base/structs.c (main): Don't run forever.
14265
14266 2014-10-02 Pedro Alves <palves@redhat.com>
14267
14268 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14269 (top level) <stop threads 1, stop threads 2>: Use it.
14270
14271 2014-10-02 Pedro Alves <palves@redhat.com>
14272
14273 * gdb.threads/break-while-running.exp (test): Add new
14274 'update_thread_list' argument. Skip "info threads" if false.
14275 (top level): Add new 'update_thread_list' axis.
14276
14277 2014-10-02 Pedro Alves <palves@redhat.com>
14278
14279 PR breakpoints/17431
14280 * gdb.base/execl-update-breakpoints.c: New file.
14281 * gdb.base/execl-update-breakpoints.exp: New file.
14282
14283 2014-10-01 Pedro Alves <palves@redhat.com>
14284
14285 * gdb.base/breakpoint-in-ro-region.c: New file.
14286 * gdb.base/breakpoint-in-ro-region.exp: New file.
14287
14288 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14289
14290 * gdb.mi/mi-exit-code.exp: New file.
14291 * gdb.mi/mi-exit-code.c: New file.
14292
14293 2014-09-30 Yao Qi <yao@codesourcery.com>
14294
14295 * lib/prelink-support.exp (build_executable_own_libs): Error if
14296 the target isn't native.
14297
14298 2014-09-30 Yao Qi <yao@codesourcery.com>
14299
14300 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14301 false.
14302
14303 2014-09-22 Pedro Alves <palves@redhat.com>
14304
14305 * gdb.threads/break-while-running.exp: New file.
14306 * gdb.threads/break-while-running.c: New file.
14307
14308 2014-09-19 Yao Qi <yao@codesourcery.com>
14309
14310 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14311 Invoke test. Restart GDB with --readnow and invoke test again.
14312
14313 2014-09-19 Yao Qi <yao@codesourcery.com>
14314
14315 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14316 proc set_breakpoint_on_gcd_function. Invoke
14317 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14318 invoke set_breakpoint_on_gcd_function again.
14319
14320 2014-09-18 Doug Evans <dje@google.com>
14321
14322 * gdb.dwarf2/symtab-producer.exp: New file.
14323
14324 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14325
14326 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14327 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14328 * gdb.base/global-var-nested-by-dso.c: Likewise.
14329 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14330
14331 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14332 Pedro Alves <palves@redhat.com>
14333
14334 * gdb.base/watch-bitfields.exp: Pass string other than test file
14335 name to prepare_for_testing.
14336 (watch): New procedure.
14337 (expect_watchpoint): Use with_test_prefix.
14338 (top level): Factor out tests to ...
14339 (test_watch_location, test_regular_watch): ... these new
14340 procedures, and use with_test_prefix and gdb_continue_to_end.
14341
14342 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14343
14344 PR breakpoints/12526
14345 * gdb.base/watch-bitfields.exp: New file.
14346 * gdb.base/watch-bitfields.c: New file.
14347
14348 2014-09-16 Pedro Alves <palves@redhat.com>
14349
14350 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14351 software and hardware addresses, not software address against
14352 itself.
14353
14354 2014-09-16 Pedro Alves <palves@redhat.com>
14355
14356 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14357 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14358
14359 2014-09-16 Pedro Alves <palves@redhat.com>
14360
14361 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14362 files.
14363 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14364 "*-*-vxworks*" throughout.
14365 * gdb.base/break.exp: Likewise.
14366 * gdb.base/default.exp: Likewise.
14367 * gdb.base/scope.exp: Likewise.
14368 * gdb.base/sepdebug.exp: Likewise.
14369 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14370 throughout.
14371 * gdb.base/run.c: Likewise.
14372 * gdb.base/sepdebug.c: Likewise.
14373 * gdb.hp/gdb.aCC/run.c: Likewise.
14374 * gdb.reverse/until-reverse.c: Likewise.
14375 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14376
14377 2014-09-16 Yao Qi <yao@codesourcery.com>
14378
14379 * boards/local-remote-host-native.exp: New file.
14380
14381 2014-09-14 Doug Evans <xdje42@gmail.com>
14382
14383 * gdb.threads/queue-signal.c (thread_count): New variable.
14384 (thread_count_mutex, thread_count_condvar): New variables.
14385 (incr_thread_count, wait_all_threads_running): New functions.
14386 (main): Wait for all threads to be in their thread functions.
14387
14388 2014-09-13 Doug Evans <xdje42@gmail.com>
14389
14390 * gdb.threads/queue-signal.c: New file.
14391 * gdb.threads/queue-signal.exp: New file.
14392
14393 2014-09-13 Doug Evans <xdje42@gmail.com>
14394
14395 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14396 be consistent with what default_gdb_init uses.
14397 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14398 the plain text of the prompt. Add some logging printfs.
14399 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14400
14401 2014-09-12 Pedro Alves <palves@redhat.com>
14402
14403 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14404 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14405 * gdb.arch/i386-size-overlap.exp: Likewise.
14406 * gdb.arch/i386-size.exp: Likewise.
14407 * gdb.arch/i386-unwind.exp: Likewise.
14408 * gdb.base/a2-run.exp: Likewise.
14409 * gdb.base/break.exp: Likewise.
14410 * gdb.base/charset.exp: Likewise.
14411 * gdb.base/chng-syms.exp: Likewise.
14412 * gdb.base/commands.exp: Likewise.
14413 * gdb.base/dbx.exp: Likewise.
14414 * gdb.base/find.exp: Likewise.
14415 * gdb.base/funcargs.exp: Likewise.
14416 * gdb.base/jit-simple.exp: Likewise.
14417 * gdb.base/reread.exp: Likewise.
14418 * gdb.base/sepdebug.exp: Likewise.
14419 * gdb.base/step-bt.exp: Likewise.
14420 * gdb.cp/mb-inline.exp: Likewise.
14421 * gdb.cp/mb-templates.exp: Likewise.
14422 * gdb.objc/basicclass.exp: Likewise.
14423 * gdb.threads/killed.exp: Likewise.
14424
14425 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14426
14427 PR tdep/17379
14428 * gdb.arch/powerpc-stackless.S: New file.
14429 * gdb.arch/powerpc-stackless.exp: New file.
14430
14431 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14432
14433 * gdb.base/attach.c: Include unistd.h.
14434 (main): Call alarm. Add label postloop.
14435 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14436 gdb_breakpoint, gdb_continue_to_breakpoint.
14437 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14438
14439 2014-09-11 Pedro Alves <palves@redhat.com>
14440
14441 PR gdb/17347
14442 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14443 * gdb.base/attach.exp (test_command_line_attach_run): New
14444 procedure.
14445 (top level): Call it.
14446
14447 2014-09-11 Pedro Alves <palves@redhat.com>
14448
14449 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14450 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14451 (do_command_attach_tests): Use spawn_wait_for_attach.
14452 * gdb.base/solib-overlap.exp: Likewise.
14453 * gdb.multi/multi-attach.exp: Likewise.
14454 * gdb.python/py-prompt.exp: Likewise.
14455 * gdb.python/py-sync-interp.exp: Likewise.
14456 * gdb.server/ext-attach.exp: Likewise.
14457
14458 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14459
14460 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14461 command in testcase. Simplify testcase.
14462
14463 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14464
14465 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14466
14467 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14468
14469 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14470
14471 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14472
14473 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14474
14475 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14476
14477 * gdb.dwarf2/dynarr-ptr.c: New file.
14478 * gdb.dwarf2/dynarr-ptr.exp: New file.
14479
14480 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14481
14482 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14483 of 30 rather than hardcoding 120 for a slow test case. Take the
14484 `gdb,timeout' target setting into account for this calculation.
14485 Don't extend the timeout for the test cases that don't need it.
14486
14487 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14488
14489 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14490 a factor of 2 for a slow test case. Take the `gdb,timeout'
14491 target setting into account for this calculation.
14492 * gdb.reverse/until-precsave.exp: Increase the timeout by
14493 a factor of 15 and 3 respectively rather than adding 120
14494 for a pair of slow test cases. Take the `gdb,timeout'
14495 target setting into account for this calculation.
14496
14497 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14498
14499 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14500 timeout, don't pass one down to gdb_expect.
14501 (gdb_expect): Rework timeout selection.
14502
14503 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14504
14505 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14506 exception on timeout.
14507 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14508 (gdbserver_start_extended): Catch any `gdbserver_start' error
14509 exceptions.
14510 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14511 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14512 `gdbserver_gdb_load' error exceptions.
14513
14514 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14515
14516 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14517 120 on waiting for the TCP socket to open.
14518
14519 2014-09-09 Doug Evans <xdje42@gmail.com>
14520
14521 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14522 _caller_matches, _any_caller_is, _any_caller_matches.
14523
14524 2014-09-09 Doug Evans <xdje42@gmail.com>
14525
14526 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14527
14528 2014-09-09 Yao Qi <yao@codesourcery.com>
14529
14530 * gdb.mi/mi-var-display.exp: Set print symbol off.
14531
14532 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14533
14534 PR gdb/17035
14535 * gdb.base/commands.exp: Add tests to verify user-defined
14536 commands with empty bodies.
14537 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14538 python commands in `show user command`.
14539 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14540 scheme commands in `show user command`.
14541
14542 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14543
14544 PR python/17355
14545 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14546 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14547 * gdb.python/py-framefilter-invalidarg.exp: New file.
14548 * gdb.python/py-framefilter-invalidarg.py: New file.
14549
14550 2014-09-06 Doug Evans <xdje42@gmail.com>
14551
14552 PR 15276
14553 * gdb.python/py-caller-is.c: New file.
14554 * gdb.python/py-caller-is.exp: New file.
14555
14556 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14557
14558 PR gdb/17235
14559 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14560 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14561
14562 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14563
14564 PR fortran/17237
14565 * gdb.fortran/print-formatted.exp: New file.
14566 * gdb.fortran/print-formatted.f90: Likewise.
14567
14568 2014-09-03 Sasha Smundak <asmundak@google.com>
14569
14570 * gdb.python/py-frame.exp: Test Frame.read_register.
14571
14572 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14573
14574 PR python/16699
14575 * gdb.python/py-completion.exp: New file.
14576 * gdb.python/py-completion.py: Likewise.
14577
14578 2014-08-28 Doug Evans <dje@google.com>
14579
14580 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14581 eax,etc. are live with values set by gdb and thus the compiler can't
14582 use them.
14583 * gdb.arch/i386-pseudo.c (main): Ditto.
14584
14585 2014-08-27 Doug Evans <dje@google.com>
14586
14587 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14588
14589 2014-08-25 Doug Evans <dje@google.com>
14590
14591 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14592 (main): Ditto.
14593
14594 2014-08-25 Doug Evans <dje@google.com>
14595
14596 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14597
14598 2014-08-24 Yao Qi <yao@codesourcery.com>
14599
14600 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14601 symbol off.
14602 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14603
14604 2014-08-22 Doug Evans <dje@google.com>
14605
14606 PR 17276
14607 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14608 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14609 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14610
14611 2014-08-22 Yao Qi <yao@codesourcery.com>
14612
14613 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14614 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14615 * gdb.python/python.exp: Likewise. Use .py file on the host
14616 instead of the build.
14617
14618 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14619
14620 * gdb.threads/gcore-stale-thread.c: New file.
14621 * gdb.threads/gcore-stale-thread.exp: New file.
14622
14623 2014-08-21 Pedro Alves <palves@redhat.com>
14624
14625 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14626 * gdb.base/gcore-relro-pie.exp: Likewise.
14627 * gdb.base/gcore-relro.exp: Likewise.
14628 * gdb.base/gcore.exp: Likewise.
14629 * gdb.base/print-symbol-loading.exp: Likewise.
14630 * gdb.threads/gcore-thread.exp: Likewise.
14631 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14632
14633 2014-08-20 Pedro Alves <palves@redhat.com>
14634 Jan Kratochvil <jan.kratochvil@redhat.com>
14635
14636 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14637 configure.
14638 (EXPECT): Handle READ1 being set.
14639 (all): Depend on EXTRA_RULES.
14640 (check-read1, expect-read1, read1.so, read1): New rules.
14641 * README (Testsuite Parameters): Document the READ1 make variable.
14642 (Race detection): New section.
14643 * configure: Regenerate.
14644 * configure.ac: If build==host==target, and running under a
14645 GNU/glibc system, add read1 to the extra Makefile rules.
14646 (EXTRA_RULES): AC_SUBST it.
14647 * lib/read1.c: New file.
14648
14649 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14650
14651 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14652 the handling of variables declared as a typedef to an array
14653 which a DW_AT_data_location attribute.
14654
14655 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14656 Pedro Alves <palves@redhat.com>
14657
14658 PR symtab/14604
14659 PR symtab/14605
14660 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14661 gdb_test.
14662
14663 2014-08-19 Pedro Alves <palves@redhat.com>
14664
14665 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14666
14667 2014-08-19 Yao Qi <yao@codesourcery.com>
14668
14669 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14670 right line.
14671
14672 2014-08-18 David Blaikie <dblaikie@gmail.com>
14673
14674 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14675
14676 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14677
14678 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14679 attribute in array range.
14680
14681 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14682
14683 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14684
14685 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14686
14687 PR c++/17132
14688 * gdb.cp/pr17132.cc: New file.
14689 * gdb.cp/pr17132.exp: New file.
14690
14691 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14692
14693 * gdb.python/py-xmethods.py (A_getarrayind)
14694 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14695 Use 'print' with function call syntax.
14696 (E_method_matcher.match): Fix tab vs space indentation mixup.
14697
14698 2014-08-15 Yao Qi <yao@codesourcery.com>
14699
14700 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14701 false.
14702
14703 2014-08-15 Yao Qi <yao@codesourcery.com>
14704
14705 * gdb.cp/casts.exp: Set print symbol off.
14706 * gdb.cp/class2.exp: Likewise.
14707 * gdb.cp/overload.exp: Likewise.
14708 * gdb.cp/templates.exp: Likewise.
14709
14710 2014-08-11 Doug Evans <dje@google.com>
14711
14712 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14713 (test_load_shlib): Update.
14714
14715 2014-08-09 Yao Qi <yao@codesourcery.com>
14716
14717 * gdb.base/display.exp: Invoke is_address_zero_readable.
14718 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14719 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14720 * gdb.base/hbreak-unmapped.exp: Return if
14721 is_address_zero_readable returns true.
14722 * gdb.base/signest.exp: Likewise.
14723 * gdb.base/signull.exp: Likewise.
14724 * gdb.base/sigbpt.exp: Likewise.
14725 * gdb.guile/scm-disasm.exp: Do the test if
14726 is_address_zero_readable returns false.
14727 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14728 * gdb.python/py-arch.exp: Likewise.
14729 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14730 * lib/gdb.exp (is_address_zero_readable): New proc.
14731
14732 2014-08-09 Yao Qi <yao@codesourcery.com>
14733
14734 PR testsuite/13443
14735 * gdb.mi/mi-var-display.exp: Make test messages unique.
14736
14737 2014-08-04 Tom Tromey <tromey@redhat.com>
14738
14739 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14740 target 0".
14741
14742 2014-08-04 Tom Tromey <tromey@redhat.com>
14743
14744 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14745 "target_resume".
14746
14747 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14748
14749 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14750 inner_vla_struct_object_size.
14751 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14752 as xfail.
14753
14754 2014-07-30 Pedro Alves <palves@redhat.com>
14755
14756 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14757 comment.
14758
14759 2014-07-29 Yao Qi <yao@codesourcery.com>
14760
14761 PR gdb/17206
14762 * gdb.base/until-nodebug.exp: New.
14763
14764 2014-07-28 Doug Evans <xdje42@gmail.com>
14765
14766 PR guile/17203
14767 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14768 previously existing parameter, and previously ambiguously spelled
14769 parameter.
14770
14771 2014-07-28 Will Newton <will.newton@linaro.org>
14772
14773 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14774
14775 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14776 Doug Evans <xdje42@gmail.com>
14777
14778 PR guile/17146
14779 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14780
14781 2014-07-25 Pedro Alves <palves@redhat.com>
14782
14783 * gdb.threads/signal-command-handle-nopass.c: New file.
14784 * gdb.threads/signal-command-handle-nopass.exp: New file.
14785 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14786 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14787 * gdb.threads/signal-delivered-right-thread.c: New file.
14788 * gdb.threads/signal-delivered-right-thread.exp: New file.
14789
14790 2014-07-25 Pedro Alves <palves@redhat.com>
14791
14792 * gdb.base/double-prompt-target-event-error.exp
14793 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14794 match.
14795 (cancel_pagination_in_target_event): Rework double prompt
14796 detection.
14797 * gdb.base/paginate-after-ctrl-c-running.exp
14798 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14799 <return>' match.
14800 * gdb.base/paginate-bg-execution.exp
14801 (test_bg_execution_pagination_return)
14802 (test_bg_execution_pagination_cancel): Remove '-notransfer
14803 <return>' matches.
14804 * gdb.base/paginate-execution-startup.exp
14805 (test_fg_execution_pagination_return)
14806 (test_fg_execution_pagination_cancel): Remove '-notransfer
14807 <return>' matches.
14808 * gdb.base/paginate-inferior-exit.exp
14809 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14810 match.
14811 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14812 * lib/gdb.exp (pagination_prompt): Run text through
14813 string_to_regexp.
14814 (gdb_test_multiple): Match $pagination_prompt instead of
14815 "<return>".
14816 (string_to_regexp): Move to lib/gdb-utils.exp.
14817
14818 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14819
14820 * gdb.arch/amd64-entry-value-paramref.S: New file.
14821 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14822 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14823 * gdb.arch/amd64-optimout-repeat.S: New file.
14824 * gdb.arch/amd64-optimout-repeat.c: New file.
14825 * gdb.arch/amd64-optimout-repeat.exp: New file.
14826
14827 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14828
14829 PR gdb/17170
14830 * gdb.base/statistics.exp: New file.
14831
14832 2014-07-17 Doug Evans <dje@google.com>
14833
14834 PR gdb/17170
14835 * gdb.base/maint.exp: Update testing of per-command stats.
14836
14837 2014-07-16 Pedro Alves <palves@redhat.com>
14838
14839 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14840 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14841 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14842 (tfile_write_buf): New functions.
14843 (add_memory_block): Rewrite using the above.
14844 (adjust_function_address): New function.
14845 (FUNCTION_ADDRESS): New macro.
14846 (write_basic_trace_file): Remove short_x local, and use
14847 tfile_write_16. Change type of func_addr local to unsigned long
14848 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14849 here. Cast argument of add_memory_block to char pointer.
14850 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14851 (main): Remove parameters.
14852 * gdb.trace/tfile.exp: Remove nowarnings.
14853
14854 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14855
14856 * gdb.base/debug-expr.exp: Test string evaluation with
14857 "debug expression" on.
14858
14859 2014-07-15 Pedro Alves <palves@redhat.com>
14860
14861 * gdb.base/reread.exp: Use clean_restart.
14862
14863 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14864
14865 * gdb.arch/avr-flash-qualifer.c: New.
14866 * gdb.arch/avr-flash-qualifer.exp: New.
14867
14868 2014-07-14 Pedro Alves <palves@redhat.com>
14869
14870 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14871 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14872
14873 2014-07-14 Pedro Alves <palves@redhat.com>
14874
14875 * gdb.base/double-prompt-target-event-error.c: New file.
14876 * gdb.base/double-prompt-target-event-error.exp: New file.
14877
14878 2014-07-14 Pedro Alves <palves@redhat.com>
14879
14880 PR gdb/17072
14881 * gdb.base/paginate-inferior-exit.c: New file.
14882 * gdb.base/paginate-inferior-exit.exp: New file.
14883
14884 2014-07-14 Pedro Alves <palves@redhat.com>
14885
14886 PR gdb/17072
14887 * gdb.base/paginate-bg-execution.c: New file.
14888 * gdb.base/paginate-bg-execution.exp: New file.
14889
14890 2014-07-14 Pedro Alves <palves@redhat.com>
14891
14892 PR gdb/17072
14893 * gdb.base/paginate-execution-startup.c: New file.
14894 * gdb.base/paginate-execution-startup.exp: New file.
14895 * lib/gdb.exp (pagination_prompt): New global.
14896 (default_gdb_spawn): New procedure, factored out from
14897 default_gdb_spawn.
14898 (default_gdb_start): Adjust to call default_gdb_spawn.
14899 (gdb_spawn): New procedure.
14900
14901 2014-07-14 Pedro Alves <palves@redhat.com>
14902
14903 * lib/gdb.exp (gdb_assert): New procedure.
14904 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14905
14906 2014-07-14 Pedro Alves <palves@redhat.com>
14907
14908 * gdb.base/execution-termios.c: New file.
14909 * gdb.base/execution-termios.exp: New file.
14910
14911 2014-07-14 Tom Tromey <tromey@redhat.com>
14912
14913 * gdb.cp/vla-cxx.cc: New file.
14914 * gdb.cp/vla-cxx.exp: New file.
14915
14916 2014-07-14 Tom Tromey <tromey@redhat.com>
14917
14918 * gdb.reverse/rerun-prec.c: New file.
14919 * gdb.reverse/rerun-prec.exp: New file.
14920
14921 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14922 Maciej W. Rozycki <macro@codesourcery.com>
14923
14924 * lib/gdb-utils.exp: New file.
14925 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14926 inline `gdb_init_command' processing.
14927 (gdb_start_cmd): Likewise.
14928 * lib/mi-support.exp (mi_run_cmd): Likewise.
14929 * README: Document `gdb_init_command' and `gdb_init_commands'.
14930
14931 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14932
14933 Fix false FAIL running under a very long directory name.
14934 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14935 and "set print elements 10000". Twice.
14936
14937 2014-07-11 Yao Qi <yao@codesourcery.com>
14938
14939 * gdb.base/exprs.exp: "set print symbol off".
14940
14941 2014-07-11 Pedro Alves <palves@redhat.com>
14942
14943 * gdb.threads/kill.c: New file.
14944 * gdb.threads/kill.exp: New file.
14945
14946 2014-07-10 Yao Qi <yao@codesourcery.com>
14947
14948 * gdb.trace/tfile.c (write_basic_trace_file)
14949 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14950 address written to trace file.
14951
14952 2014-07-09 Pedro Alves <palves@redhat.com>
14953
14954 * gdb.base/attach-wait-input.exp: New file.
14955 * gdb.base/attach-wait-input.c: New file.
14956
14957 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14958
14959 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14960 setting up test structures.
14961 (main): Call new test function.
14962 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14963 test function, continue into test function and walk test
14964 structures.
14965
14966 2014-07-02 Yao Qi <yao@codesourcery.com>
14967
14968 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14969 'bar_start' at the beginning of functions 'foo' and 'bar'
14970 respectively.
14971 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14972 instead of 'foo' and 'bar'.
14973
14974 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14975
14976 * gdb.btrace/segv.exp: New.
14977 * gdb.btrace/segv.c: New.
14978
14979 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14980
14981 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14982 instruction.
14983
14984 2014-06-30 Mark Wielaard <mjw@redhat.com>
14985
14986 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14987 vulture, vilify, villar): New volatile array constants.
14988 (vindictive, vegetation): New const volatile array constants.
14989 * gdb.base/volatile.exp: Test volatile and const volatile array
14990 types.
14991
14992 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14993
14994 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14995 target lacks support for awatch, rwatch, or hbreak.
14996
14997 2014-06-27 Yao Qi <yao@codesourcery.com>
14998
14999 * gdb.multi/dummy-frame-restore.exp: New.
15000 * gdb.multi/dummy-frame-restore.c: New.
15001
15002 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15003
15004 * gdb.btrace/gcore.exp: New.
15005
15006 2014-06-23 Pedro Alves <palves@redhat.com>
15007
15008 * gdb.base/watchpoint-reuse-slot.c: New file.
15009 * gdb.base/watchpoint-reuse-slot.exp: New file.
15010
15011 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15012
15013 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15014 progspace's filename in 'info', 'enable' and 'disable' command
15015 tests.
15016
15017 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15018
15019 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15020 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15021 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15022
15023 2014-06-20 Gary Benson <gbenson@redhat.com>
15024
15025 * gdb.arch/i386-avx.exp: Fix include file location.
15026 * gdb.arch/i386-sse.exp: Likewise.
15027
15028 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15029
15030 * gdb.dlang/expression.exp: New file.
15031
15032 2014-06-19 Pedro Alves <palves@redhat.com>
15033
15034 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15035 out from ...
15036 (top level): ... here. Iterate running tests under different
15037 scheduler-locking settings.
15038
15039 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15040
15041 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15042 to DW_FORM_addr and use non-zero addresses.
15043
15044 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15045
15046 PR gdb/17017
15047 * gdb.python/py-xmethods.cc: Add global function call counters and
15048 increment them in their respective functions. Remove "cout"
15049 statements.
15050 * gdb.python/py-xmethods.exp: Make tests check the global function
15051 call counters instead of depending on inferior IO.
15052
15053 2014-06-18 Don Breazeal <donb@codesourcery.com>
15054
15055 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15056 Deleted procedure.
15057 (explicit_fork_parent_follow): Deleted procedure.
15058 (explicit_fork_child_follow): Deleted procedure.
15059 (test_follow_fork): New procedure.
15060 (do_fork_tests): Replace calls to deleted procedures with
15061 calls to test_follow_fork and reset GDB for subsequent
15062 procedure calls.
15063
15064 2014-06-17 Yao Qi <yao@codesourcery.com>
15065
15066 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15067 CP1252.
15068
15069 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15070
15071 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15072 Initialize ptr and S explicitly.
15073 (skip_type_update_when_not_use_rtti_test): Likewise.
15074
15075 2014-06-16 Keith Seitz <keiths@redhat.com>
15076
15077 PR mi/15863
15078 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15079 the inferior is started.
15080
15081 2014-06-16 Pedro Alves <palves@redhat.com>
15082
15083 * gdb.base/break-main-file-remove-fail.c: New file.
15084 * gdb.base/break-main-file-remove-fail.exp: New file.
15085 * gdb.base/break-unload-file.exp: Use build_executable instead of
15086 prepare_for_testing.
15087 (test_break): New parameter "initial_load". Handle it.
15088 (top level): Add initial_load cmdline/file axis.
15089
15090 2014-06-12 Tom Tromey <tromey@redhat.com>
15091
15092 * gdb.base/completion.exp: Don't use directory name in test.
15093
15094 2014-06-09 Gary Benson <gbenson@redhat.com>
15095
15096 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15097 separate the always-available ANSI-standard signals from the
15098 signals that require checking.
15099 (main): Likewise.
15100 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15101 Likewise.
15102 (main): Likewise.
15103
15104 2014-06-07 Keith Seitz <keiths@redhat.com>
15105
15106 Revert:
15107 PR c++/16253
15108 * gdb.cp/var-tag.cc: New file.
15109 * gdb.cp/var-tag.exp: New file.
15110 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15111 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15112 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15113 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15114
15115 2014-06-06 Doug Evans <xdje42@gmail.com>
15116
15117 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15118
15119 2014-06-06 Pedro Alves <palves@redhat.com>
15120
15121 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15122 in target debug output instead of looking at RSP packets,
15123 disabling the test on any target that uses hardware stepping.
15124 Update comments.
15125
15126 2014-06-06 Pedro Alves <palves@redhat.com>
15127
15128 * gdb.base/break-unload-file.exp: Fix typo.
15129
15130 2014-06-06 Yao Qi <yao@codesourcery.com>
15131
15132 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15133 from "jit_function" to "^jit_function".
15134
15135 2014-06-06 Yao Qi <yao@codesourcery.com>
15136
15137 * gdb.base/async.c (foo): Add one statement.
15138 * gdb.base/async.exp: Get the next instruction address and
15139 match the output of "nexti" by instruction address. Match
15140 the hex address in the output of "finish".
15141
15142 2014-06-06 Gary Benson <gbenson@redhat.com>
15143
15144 * gdb.base/call-signals.c: Remove preprocessor conditionals
15145 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15146 SIGSEGV and SIGTERM.
15147 * gdb.base/sigall.c: Likewise.
15148 * gdb.base/unwindonsignal.c: Likewise.
15149 * gdb.reverse/sigall-reverse.c: Likewise.
15150
15151 2014-06-06 Yao Qi <yao@codesourcery.com>
15152
15153 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15154 readable, skip the test.
15155
15156 2014-06-06 Yao Qi <yao@codesourcery.com>
15157
15158 * gdb.threads/staticthreads.c (thread_function): Move the line
15159 setting breakpoint on forward.
15160 * gdb.threads/staticthreads.exp: Update comments.
15161
15162 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15163
15164 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15165 "history-append! type error".
15166
15167 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15168
15169 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15170 erroneous dprintf expected input.
15171
15172 2014-06-04 Doug Evans <xdje42@gmail.com>
15173
15174 * gdb.guile/scm-generics.exp: Delete.
15175
15176 2014-06-04 Doug Evans <xdje42@gmail.com>
15177
15178 * gdb.guile/scm-breakpoint.exp: Update.
15179 Add tests for breakpoint registration.
15180
15181 2014-06-04 Tom Tromey <tromey@redhat.com>
15182
15183 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15184 VLA-in-union.
15185 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15186 inner_vla_struct, vla_union types. Initialize objects of those
15187 types and compute their sizes.
15188
15189 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15190 Hui Zhu <hui@codesourcery.com>
15191
15192 * gdb.base/fileio.exp: Add test for shell not available as well as
15193 available.
15194 * gdb.base/fileio.c (test_system): Check for shell twice.
15195
15196 2014-06-04 Yao Qi <yao@codesourcery.com>
15197
15198 * gdb.base/auto-connect-native-target.exp: Remove redundant
15199 space from the regexp pattern.
15200
15201 2014-06-04 Yao Qi <yao@codesourcery.com>
15202
15203 * gdb.base/default.exp: Replace "child" with "native" in
15204 regexp pattern.
15205
15206 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15207
15208 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15209 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15210 * gdb.python/py-xmethods.py: Python script supporting the
15211 new testcase and tests.
15212
15213 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15214 Pedro Alves <palves@redhat.com>
15215
15216 PR breakpoints/17000
15217 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15218 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15219
15220 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15221
15222 * gdb.base/subst.exp: Add tests to verify partial path matching
15223 output.
15224
15225 2014-06-03 Pedro Alves <palves@redhat.com>
15226
15227 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15228 target that doesn't use software single-stepping.
15229
15230 2014-06-03 Pedro Alves <palves@redhat.com>
15231
15232 PR breakpoints/17000
15233 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15234 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15235
15236 2014-06-02 Doug Evans <xdje42@gmail.com>
15237
15238 * gdb.guile/scm-parameter.exp: New file.
15239
15240 2014-06-02 Doug Evans <xdje42@gmail.com>
15241
15242 * gdb.guile/scm-cmd.c: New file.
15243 * gdb.guile/scm-cmd.exp: New file.
15244
15245 2014-06-02 Doug Evans <xdje42@gmail.com>
15246
15247 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15248 pretty-printer lookup.
15249 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15250 (make-pp_s-printer): Call it.
15251 (make-pretty-printer-from-dict): New function.
15252 (lookup-pretty-printer-maker-from-dict): New function.
15253 (*pretty-printer*): Simplify.
15254 (make-objfile-pp_s-printer): New function.
15255 (install-objfile-pretty-printers!): New function.
15256 (make-progspace-pp_s-printer): New function.
15257 (install-progspace-pretty-printers!): New function.
15258 * gdb.guile/scm-progspace.c: New file.
15259 * gdb.guile/scm-progspace.exp: New file.
15260
15261 2014-06-02 Pedro Alves <palves@redhat.com>
15262
15263 * gdb.base/dprintf-bp-same-addr.c: New file.
15264 * gdb.base/dprintf-bp-same-addr.exp: New file.
15265
15266 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15267
15268 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15269 * gdb.arch/powerpc-power.s: Likewise.
15270
15271 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15272
15273 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15274
15275 2014-06-01 Yao Qi <yao@codesourcery.com>
15276
15277 * gdb.base/watchpoint.exp (test_watch_location): Check null
15278 pointer can be dereferenced. If not, do the test, otherwise
15279 skip it.
15280
15281 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15282
15283 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15284 results.
15285 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15286
15287 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15288
15289 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15290 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15291 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15292 * gdb.arch/amd64-invalid-stack-top.c: New file.
15293 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15294
15295 2014-05-30 Pedro Alves <palves@redhat.com>
15296
15297 PR breakpoints/17000
15298 * gdb.base/sss-bp-on-user-bp.c: New file.
15299 * gdb.base/sss-bp-on-user-bp.exp: New file.
15300
15301 2014-05-30 David Blaikie <dblaikie@gmail.com>
15302
15303 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15304 gnu_inline semantics via attribute.
15305 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15306 source explicitly specifies the required semantics.
15307
15308 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15309
15310 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15311
15312 2014-05-29 Pedro Alves <palves@redhat.com>
15313 Tom Tromey <tromey@redhat.com>
15314
15315 * gdb.base/async-shell.exp: Don't enable target-async.
15316 * gdb.base/async.exp
15317 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15318 parameter. Adjust.
15319 (top level): Don't test with "target-async".
15320 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15321 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15322 * gdb.base/inferior-died.exp: Don't enable target-async.
15323 * gdb.base/interrupt-noterm.exp: Likewise.
15324 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15325 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15326 * gdb.mi/mi-nonstop.exp: Likewise.
15327 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15328 * gdb.mi/mi-nsintrall.exp: Likewise.
15329 * gdb.mi/mi-nsmoribund.exp: Likewise.
15330 * gdb.mi/mi-nsthrexec.exp: Likewise.
15331 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15332 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15333 * gdb.python/py-evsignal.exp: Don't enable target-async.
15334 * gdb.python/py-evthreads.exp: Likewise.
15335 * gdb.python/py-prompt.exp: Likewise.
15336 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15337 * gdb.server/solib-list.exp: Don't enable target-async.
15338 * gdb.threads/thread-specific-bp.exp: Likewise.
15339 * lib/mi-support.exp: Adjust to use mi-async.
15340
15341 2014-05-29 Pedro Alves <palves@redhat.com>
15342
15343 PR gdb/13860
15344 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15345 reason, even in sync mode.
15346
15347 2014-05-29 Pedro Alves <palves@redhat.com>
15348 Hui Zhu <hui@codesourcery.com>
15349
15350 PR PR15693
15351 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15352 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15353 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15354 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15355
15356 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15357
15358 * config/monitor.exp (gdb_target_monitor): Replace use of
15359 "set remotebaud" by "set serial baud".
15360
15361 2014-05-26 Andy Wingo <wingo@igalia.com>
15362
15363 * gdb.guile/scm-breakpoint.exp:
15364 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15365 properties instead of gdb-object-properties.
15366
15367 2014-05-26 Yao Qi <yao@codesourcery.com>
15368
15369 * gdb.server/no-thread-db.exp: Specify source file name
15370 explicitly when setting a breakpoint.
15371
15372 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15373
15374 * gdb.btrace/vdso.c: New.
15375 * gdb.btrace/vdso.exp: New.
15376
15377 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15378
15379 * gdb.base/gcore.exp (capture_command_output): Move ...
15380 * lib/gdb.exp (capture_command_output): ... here.
15381
15382 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15383
15384 * gdb.btrace/data.exp: Test memory access during btrace replay.
15385
15386 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15387
15388 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15389
15390 2014-05-21 Pedro Alves <palves@redhat.com>
15391
15392 PR gdb/13860
15393 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15394 (top level): Test that output related to execution commands is
15395 sent to the console with CLI commands, but not with MI commands.
15396 Test that breakpoint events are always mirrored to the console.
15397 Also expect the new source line to be output after a "next" in
15398 async mode too. Make it a pass/fail test.
15399 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15400 output.
15401 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15402
15403 2014-05-21 Pedro Alves <palves@redhat.com>
15404
15405 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15406 Use them to test variations of "list" after reaching a breakpoint.
15407 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15408 Test "list" with listsize 10 after reaching a breakpoint.
15409 * gdb.python/python.exp (decode_line current location line
15410 number): Adjust expected line number.
15411
15412 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15413
15414 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15415 behavior for $args, pass it directly to "run".
15416
15417 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15418
15419 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15420 30000 to 65536.
15421
15422 2014-05-21 Pedro Alves <palves@redhat.com>
15423
15424 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15425 auto-connect-native-target off".
15426 * gdb.base/auto-connect-native-target.c: New file.
15427 * gdb.base/auto-connect-native-target.exp: New file.
15428
15429 2014-05-21 Pedro Alves <palves@redhat.com>
15430
15431 * gdb.base/default.exp: Test "target native" instead of "target
15432 child".
15433
15434 2014-05-21 Mark Wielaard <mjw@redhat.com>
15435
15436 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15437
15438 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15439
15440 Fix TLS access for -static -pthread.
15441 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15442 <HAVE_TLS> (thread_function, main): Initialize it.
15443 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15444 Add clean_restart.
15445 <$have_tls != "">: Check TLSVAR.
15446
15447 2014-05-21 Pedro Alves <palves@redhat.com>
15448
15449 * gdb.base/dcache-line-read-error.c: New.
15450 * gdb.base/dcache-line-read-error.exp: New.
15451
15452 2014-05-20 Pedro Alves <palves@redhat.com>
15453
15454 * gdb.base/compare-sections.c: New file.
15455 * gdb.base/compare-sections.exp: New file.
15456
15457 2014-05-20 Pedro Alves <palves@redhat.com>
15458
15459 * gdb.base/break-idempotent.c: New file.
15460 * gdb.base/break-idempotent.exp: New file.
15461
15462 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15463
15464 * gdb.btrace/nohist.exp: New.
15465
15466 2014-05-20 Yao Qi <yao@codesourcery.com>
15467
15468 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15469 gdb.reverse directory and gdb_reverse_timeout exists in board
15470 setting.
15471 * README: Document gdb_reverse_timeout.
15472
15473 2014-05-20 Yao Qi <yao@codesourcery.com>
15474
15475 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15476 'test_file_name'. Treat args as a string instead of a list.
15477 (gdb_init): Rename argument 'args' by 'test_file_name'.
15478
15479 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15480
15481 * gdb.arch/powerpc-power.exp: New file.
15482 * gdb.arch/powerpc-power.s: New file.
15483
15484 2014-05-16 Doug Evans <dje@google.com>
15485
15486 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15487 * gdb.base/completion.exp: Check that all expected files exist
15488 before doing file completion.
15489
15490 2014-05-16 Doug Evans <dje@google.com>
15491
15492 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15493 Update.
15494 (do_syscall_tests_without_xml): Update.
15495
15496 2014-05-16 Pedro Alves <palves@redhat.com>
15497
15498 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15499 instead of "unknown output after running".
15500
15501 2014-05-16 Yao Qi <yao@codesourcery.com>
15502
15503 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15504 file1.txt from host at the end.
15505 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15506
15507 2014-05-15 Doug Evans <dje@google.com>
15508
15509 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15510 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15511 loading file. Add test for TU lookup.
15512
15513 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15514
15515 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15516 calling "-exec-arguments" or "set args" before running the
15517 inferior.
15518
15519 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15520
15521 * lib/mi-support.exp (mi_expect_stop): Expect message for
15522 inferiors that exit with non-zero exit code.
15523
15524 2014-05-14 Yao Qi <yao@codesourcery.com>
15525
15526 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15527 match absolute path on remote host.
15528 (test_file_list_exec_source_files): Remove "/" from the
15529 pattern.
15530
15531 2014-05-14 Yao Qi <yao@codesourcery.com>
15532
15533 * boards/local-remote-host-notty.exp (${board}_file): New
15534 proc.
15535
15536 2014-05-07 Kyle McMartin <kyle@redhat.com>
15537
15538 Pushed by Joel Brobecker <brobecker@adacore.com>.
15539 * gdb.arch/aarch64-atomic-inst.c: New file.
15540 * gdb.arch/aarch64-atomic-inst.exp: New file.
15541
15542 2014-05-07 Yao Qi <yao@codesourcery.com>
15543
15544 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15545 in current context" too.
15546
15547 2014-05-05 Keith Seitz <keiths@redhat.com>
15548
15549 * gdb.linespec/ls-dollar.exp: Add test for linespec
15550 file:convenience_variable.
15551
15552 2014-05-05 Yao Qi <yao@codesourcery.com>
15553
15554 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15555 traceframes into tfile and ctf trace files. Read data from
15556 trace file and test collected data.
15557 (gdb_collect_locals_test): Likewise.
15558 (gdb_unavailable_registers_test): Likewise.
15559 (gdb_unavailable_floats): Likewise.
15560 (gdb_collect_globals_test): Likewise.
15561 (top-level): Append "ctf" to trace_file_targets if GDB
15562 supports.
15563
15564 2014-05-05 Yao Qi <yao@codesourcery.com>
15565
15566 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15567 code to ...
15568 (gdb_collect_args_test_1): ... it. New proc.
15569 (gdb_collect_locals_test): Move some code to ...
15570 (gdb_collect_locals_test_1): ... it. New proc.
15571 (gdb_unavailable_registers_test): Move some code to ...
15572 (gdb_unavailable_registers_test_1): ... it. New proc.
15573 (gdb_unavailable_floats): Move some code to ...
15574 (gdb_unavailable_floats_1): ... it. New proc.
15575
15576 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15577
15578 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15579 probes to test for bitness recognition.
15580 * gdb.arch/amd64-stap-optional-prefix.exp
15581 (test_probe_value_without_reg): New procedure.
15582 Add code to test for different kinds of bitness.
15583
15584 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15585
15586 PR breakpoints/16889
15587 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15588 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15589
15590 2014-05-01 Pedro Alves <palves@redhat.com>
15591
15592 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15593 gdb_file_cmd if no file is specified.
15594 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15595 last_loaded_file to set the remote exec-file.
15596
15597 2014-05-01 Pedro Alves <palves@redhat.com>
15598
15599 * boards/local-remote-host.exp: New file.
15600
15601 2014-05-01 Pedro Alves <palves@redhat.com>
15602
15603 * boards/local-remote-host.exp: Rename to ...
15604 * boards/local-remote-host-notty.exp: ... this.
15605
15606 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15607
15608 * gdb.ada/dyn_arrayidx: New testcase.
15609
15610 2014-04-26 Yao Qi <yao@codesourcery.com>
15611
15612 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15613 and compute the length of function main. Save it in
15614 $main_length.
15615 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15616 (top-level): Use gdb_compile to compile objects into
15617 executable and restart GDB. Remove invocation to
15618 prepare_for_testing.
15619
15620 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15621 Pedro Alves <palves@redhat.com>
15622
15623 PR server/16255
15624 * gdb.multi/multi-attach.c: New file.
15625 * gdb.multi/multi-attach.exp: New file.
15626
15627 2014-04-25 Pedro Alves <palves@redhat.com>
15628
15629 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15630 user.
15631 (top level): Test that "set remote conditional-breakpoints-packet
15632 off" works as intended.
15633 * gdb.base/dprintf.exp: Test that "set remote
15634 breakpoint-commands-packet off" works as intended.
15635 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15636 New function.
15637 (top level): Call it.
15638 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15639 remote fast-tracepoints-packet off" works as intended.
15640 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15641 * lib/gdb.exp (gdb_is_target_remote): ... here.
15642
15643 2014-04-24 David Blaikie <dblaikie@gmail.com>
15644
15645 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15646 ensure clang would not discard them.
15647 * gdb.base/gdbvars.c: Ditto.
15648 * gdb.base/memattr.c: Ditto.
15649 * gdb.base/whatis.c: Ditto.
15650 * gdb.python/py-prettyprint.c: Ditto.
15651 * gdb.trace/actions.c: Ditto.
15652 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15653 ensure clang would not discard it.
15654
15655 2014-04-24 David Blaikie <dblaikie@gmail.com>
15656
15657 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15658 clang to emit the full definition of type required by the test
15659 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15660
15661 2014-04-24 David Blaikie <dblaikie@gmail.com>
15662
15663 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15664 coax Clang into emitting the definition of the type.
15665 * gdb.cp/pr10728-x.h (y): Ditto.
15666 * gdb.cp/pr10728-y.cc (y): Ditto.
15667
15668 2014-04-24 David Blaikie <dblaikie@gmail.com>
15669
15670 * gdb.base/label.exp: XFAIL label related tests under Clang.
15671 * gdb.cp/cplabel.exp: Ditto.
15672 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15673 under Clang those using labels.
15674
15675 2014-04-25 Yao Qi <yao@codesourcery.com>
15676
15677 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15678 double_label.
15679 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15680 partial_label and double_label.
15681
15682 2014-04-24 David Blaikie <dblaikie@gmail.com>
15683
15684 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15685
15686 2014-04-24 David Blaikie <dblaikie@gmail.com>
15687
15688 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15689 of the function to work across GCC and Clang.
15690 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15691 pointer types (const void ** const V void **).
15692
15693 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15694 Walfred Tedeschi <walfred.tedeschi@intel.com>
15695
15696 * Makefile.in (EXECUTABLES): Added i386-avx512.
15697 * gdb.arch/i386-avx512.c: New file.
15698 * gdb.arch/i386-avx512.exp: Likewise.
15699
15700 2014-04-23 Keith Seitz <keiths@redhat.com>
15701
15702 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15703 (mi_make_breakpoint_table): New procedure.
15704 (mi_create_breakpoint): Use mi_make_breakpoint
15705 and return the result.
15706 (mi_make_breakpoint): New procedure.
15707 (mi_build_kv_pairs): New procedure.
15708
15709 * gdb.mi/mi-break.exp: Remove unused globals,
15710 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15711 All callers updated.
15712 * gdb.mi/mi-dprintf.exp: Use variable to track command
15713 number.
15714 Update all callers of mi_create_breakpoint and use
15715 mi_make_breakpoint_table.
15716 Remove any unused global variables.
15717 * gdb.mi/mi-nonstop.exp: Likewise.
15718 * gdb.mi/mi-nsintrall.exp: Likewise.
15719 * gdb.mi/mi-nsmoribund.exp: Likewise.
15720 * gdb.mi/mi-nsthrexec.exp: Likewise.
15721 * gdb.mi/mi-reverse.exp: Likewise.
15722 * gdb.mi/mi-simplerun.exp: Likewise.
15723 * gdb.mi/mi-stepn.exp: Likewise.
15724 * gdb.mi/mi-syn-frame.exp: Likewise.
15725 * gdb.mi/mi-until.exp: Likewise.
15726 * gdb.mi/mi-var-cp.exp: Likewise.
15727 * gdb.mi/mi-var-display.exp: Likewise.
15728 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15729 * gdb.mi/mi2-var-child.exp: Likewise.
15730 * gdb.mi/mi-vla-c99.exp: Likewise.
15731 * lib/mi-support.exp: Likewise.
15732
15733 From Ian Lance Taylor <iant@cygnus.com>:
15734 * lib/gdb.exp (parse_args): New procedure.
15735
15736 2014-04-23 Pedro Alves <palves@redhat.com>
15737
15738 * gdb.base/break-unload-file.c: New file.
15739 * gdb.base/break-unload-file.exp: New file.
15740 * gdb.base/sym-file-lib.c (baz): New function.
15741 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15742 field.
15743 (load): Store the segment's mapped size.
15744 (unload): New function.
15745 (unload_shlib): New function.
15746 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15747 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15748 set a breakpoint at baz, and call it.
15749 * gdb.base/sym-file.exp: New tests for stale breakpoint
15750 instructions.
15751
15752 2014-04-23 Pedro Alves <palves@redhat.com>
15753
15754 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15755 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15756 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15757 * gdb.base/hbreak-unmapped.c: New file.
15758 * gdb.base/hbreak-unmapped.exp: New file.
15759 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15760 * lib/gdb.exp (gdb_is_target_remote): ... here.
15761
15762 2014-04-22 Pedro Alves <palves@redhat.com>
15763
15764 * gdb.base/consecutive-step-over.c: New file.
15765 * gdb.base/consecutive-step-over.exp: New file.
15766
15767 2014-04-22 Pedro Alves <palves@redhat.com>
15768
15769 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15770 instead of send_gdb/gdb_expect.
15771
15772 2014-04-22 Yao Qi <yao@codesourcery.com>
15773
15774 * lib/trace-support.exp (generate_tracefile): New procedure.
15775 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15776 return 0.
15777 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15778 if generate_tracefile returns 1.
15779
15780 2014-04-18 Tom Tromey <palves@redhat.com>
15781 Pedro alves <tromey@redhat.com>
15782
15783 PR backtrace/15558
15784 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15785 with a backtrace limit.
15786 * gdb.python/py-frame-inline.exp: Test running to an inline
15787 function with a backtrace limit, and printing the newest frame.
15788 * gdb.python/py-frame-inline.c (main): Call f.
15789
15790 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15791
15792 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15793
15794 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15795
15796 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15797 Drop prefix from unsupported source file path.
15798
15799 2014-04-17 Yao Qi <yao@codesourcery.com>
15800
15801 * lib/gdb.exp (with_target_charset): New proc.
15802 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15803 with_target_charset.
15804 (test_print_strings): Likewise.
15805 (test_repeat_bytes): Likewise.
15806 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15807 for some tests.
15808
15809 2014-04-16 Keith Seitz <keiths@redhat.com>
15810
15811 PR gdb/15827
15812 * gdb.dwarf2/corrupt.c: New file.
15813 * gdb.dwarf2/corrupt.exp: New file.
15814
15815 2014-04-16 Keith Seitz <keiths@redhat.com>
15816
15817 PR c++/16597
15818 * gdb.cp/namelessclass.cc: New file.
15819 * gdb.cp/namelessclass.exp: New file.
15820 * gdb.cp/namelessclass.S: New file.
15821
15822 2014-04-16 Doug Evans <dje@google.com>
15823
15824 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15825 Add comment.
15826 (gdbserver_default_get_comm_port): New function.
15827 (gdbserver_start): Check if board file provided
15828 "gdbserver,get_comm_port" and use it if so.
15829 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15830 (gdb,socketport): Set to "stdio".
15831 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15832 (stdio_gdbserver_template): Delete.
15833 (${board}_get_remote_address): Update.
15834 (${board}_build_remote_cmd): Delete.
15835 (${board}_get_comm_port): New function.
15836 (${board}_spawn): Update.
15837 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15838 Delete.
15839 (${board}_get_remote_address): Update.
15840 (${board}_get_comm_port): New function.
15841
15842 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15843
15844 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15845 appearing in any order.
15846
15847 2014-04-15 Doug Evans <dje@google.com>
15848
15849 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15850 uninitialized value of "description".
15851
15852 2014-04-15 Keith Seitz <keiths@redhat.com>
15853
15854 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15855 Remove unused globals.
15856 (test_running_the_program): Likewise.
15857 (test_controlled_execution): Likewise.
15858 (test_controlling_breakpoints): Likewise.
15859 (test_program_termination): Likewise.
15860
15861 2014-04-15 Keith Seitz <keiths@redhat.com>
15862
15863 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15864 unused globals.
15865 (test_rbreak_creation_and_listing): Likewise.
15866 (test_ignore_count): Likewise.
15867 (test_error): Likewise.
15868
15869 2014-04-15 Pedro Alves <palves@redhat.com>
15870
15871 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15872 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15873 sym-file-loader.c.
15874 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15875 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15876 to sym-file-loader.c.
15877 (struct library): Forward declare.
15878 (load_shlib, lookup_function): Change prototypes.
15879 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15880 (translate_offset): Remove declarations.
15881 (get_text_addr): New declaration.
15882 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15883 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15884 sym-file-loader.h.
15885 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15886 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15887 here from sym-file-loader.h.
15888 (struct library): New structure.
15889 (load_shlib, lookup_function): Change prototypes and adjust to
15890 work with a struct library.
15891 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15892 (translate_offset): Make static.
15893 (get_text_addr): New function.
15894 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15895
15896 2014-04-15 Pedro Alves <palves@redhat.com>
15897
15898 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15899
15900 2014-04-15 Pedro Alves <palves@redhat.com>
15901
15902 * gdb.base/sym-file-loader.c: Include <limits.h>.
15903 (SELF_LINK): New define.
15904 (get_origin): New function.
15905 (load_shlib): Use it.
15906 * gdb.base/sym-file.exp: Don't early return if the target is
15907 remote. Use runto_main, and issue fail is that fails. Use
15908 gdb_load_shlibs.
15909 (shlib_name): Delete.
15910 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15911
15912 2014-04-15 Pedro Alves <palves@redhat.com>
15913
15914 * gdb.base/sym-file.exp: Remove regex characters from test
15915 message. Don't refer to breakpoint numbers in test messages.
15916
15917 2014-04-14 Keith Seitz <keiths@redhat.com>
15918
15919 PR c++/16253
15920 * gdb.cp/var-tag.cc: New file.
15921 * gdb.cp/var-tag.exp: New file.
15922 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15923 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15924 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15925 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15926
15927 2014-04-14 Tom Tromey <tromey@redhat.com>
15928
15929 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15930 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15931 type.
15932 * gdb.cp/enum-class.exp: New file.
15933 * gdb.cp/enum-class.cc: New file.
15934
15935 2014-04-14 Tom Tromey <tromey@redhat.com>
15936
15937 * gdb.dwarf2/enum-type.exp: New file.
15938
15939 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15940
15941 * gdb.mi/mi-vla-c99.exp: New file.
15942 * gdb.mi/vla.c: New file.
15943
15944 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15945
15946 * gdb.base/vla-datatypes.c: New file.
15947 * gdb.base/vla-datatypes.exp: New file.
15948
15949 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15950
15951 * gdb.base/vla-ptr.c: New file.
15952 * gdb.base/vla-ptr.exp: New file.
15953
15954 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15955
15956 * gdb.dwarf2/count.exp: New file.
15957
15958 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15959
15960 * gdb.base/vla-sideeffect.c: New file.
15961 * gdb.base/vla-sideeffect.exp: New file.
15962
15963 2014-04-14 David Blaikie <dblaikie@gmail.com>
15964
15965 * gdb.mi/non-stop.c: Add return value for non-void function return
15966 statement.
15967 * gdb.threads/staticthreads.c: Ditto.
15968
15969 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15970 Doug Evans <xdje42@gmail.com>
15971
15972 * gdb.guile/scm-value.c: Improve test case.
15973 * gdb.guile/scm-value.exp: Add new test.
15974
15975 2014-04-11 David Blaikie <dblaikie@gmail.com>
15976
15977 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15978 override Clang's default.
15979
15980 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15981
15982 Revert the following changes (regressions):
15983
15984 * gdb.base/vla-sideeffect.c: New file.
15985 * gdb.base/vla-sideeffect.exp: New file.
15986
15987 * gdb.dwarf2/count.exp: New file.
15988
15989 * gdb.base/vla-multi.c: New file.
15990 * gdb.base/vla-multi.exp: New file.
15991
15992 * gdb.base/vla-ptr.c: New file.
15993 * gdb.base/vla-ptr.exp: New file.
15994
15995 * gdb.base/vla-datatypes.c: New file.
15996 * gdb.base/vla-datatypes.exp: New file.
15997
15998 * gdb.mi/mi-vla-c99.exp: New file.
15999 * gdb.mi/vla.c: New file.
16000
16001 2014-04-11 Keith Seitz <keiths@redhat.com>
16002
16003 PR c++/16675
16004 * gdb.cp/cpsizeof.exp: New file.
16005 * gdb.cp/cpsizeof.cc: New file.
16006
16007 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16008
16009 * gdb.mi/mi-vla-c99.exp: New file.
16010 * gdb.mi/vla.c: New file.
16011
16012 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16013
16014 * gdb.base/vla-datatypes.c: New file.
16015 * gdb.base/vla-datatypes.exp: New file.
16016
16017 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16018
16019 * gdb.base/vla-ptr.c: New file.
16020 * gdb.base/vla-ptr.exp: New file.
16021
16022 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16023
16024 * gdb.base/vla-multi.c: New file.
16025 * gdb.base/vla-multi.exp: New file.
16026
16027 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16028
16029 * gdb.dwarf2/count.exp: New file.
16030
16031 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16032
16033 * gdb.base/vla-sideeffect.c: New file.
16034 * gdb.base/vla-sideeffect.exp: New file.
16035
16036 2014-04-11 Yao Qi <yao@codesourcery.com>
16037
16038 * gdb.base/completion.exp: Check file exists before running tests
16039 on file completion.
16040
16041 2014-04-10 Pedro Alves <palves@redhat.com>
16042
16043 * gdb.base/cond-eval-mode.c: New file.
16044 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16045 prepare_for_testing to build the new file. Check result of
16046 runto_main.
16047 (test_break, test_watch): New procedures.
16048 (top level): Use them.
16049
16050 2014-04-08 Pierre Muller <muller@sourceware.org>
16051
16052 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16053 Ctrl-V use for mingw hosts.
16054
16055 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16056
16057 * gdb.python/py-value.c: Improve test case.
16058 * gdb.python/py-value.exp: Add new test.
16059
16060 2014-04-07 David Blaikie <dblaikie@gmail.com>
16061
16062 * lib/compiler.c: Identify the clang compiler.
16063 * lib/compiler.cc: Ditto.
16064
16065 2014-04-03 Yao Qi <yao@codesourcery.com>
16066
16067 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16068
16069 2014-04-01 Anton Blanchard <anton@samba.org>
16070
16071 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16072 messages unique.
16073
16074 2014-04-01 Anton Blanchard <anton@samba.org>
16075
16076 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16077 prepare_for_testing.
16078
16079 2014-04-01 Anton Blanchard <anton@samba.org>
16080
16081 * gdb.arch/ppc64-atomic-inst.c: Remove.
16082 * gdb.arch/ppc64-atomic-inst.S: New file.
16083 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16084
16085 2014-03-31 Doug Evans <dje@google.com>
16086
16087 * gdb.base/print-symbol-loading-lib.c: New file.
16088 * gdb.base/print-symbol-loading-main.c: New file.
16089 * gdb.base/print-symbol-loading.exp: New file.
16090
16091 2014-03-31 Yao Qi <yao@codesourcery.com>
16092
16093 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16094
16095 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16096
16097 * gdb.ada/mi_dyn_arr: New testcase.
16098
16099 2014-03-27 Doug Evans <dje@google.com>
16100
16101 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16102
16103 2014-03-27 Yao Qi <yao@codesourcery.com>
16104
16105 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16106 if target is nios2-*-*.
16107
16108 2014-03-26 Yao Qi <yao@codesourcery.com>
16109
16110 * lib/gdb.exp (readline_is_used): New proc.
16111 * gdb.base/completion.exp: Move tests on command complete up.
16112 Skip the rest of tests if readline is not used.
16113 * gdb.ada/complete.exp: Skp the test if readline is not
16114 used.
16115 * gdb.base/filesym.exp: Likewise.
16116 * gdb.base/macscp.exp: Likewise.
16117 * gdb.base/readline-ask.exp: Likewise.
16118 * gdb.base/readline.exp: Likewise.
16119 * gdb.python/py-cmd.exp: Likewise.
16120 * gdb.trace/tfile.exp: Likewise.
16121
16122 2014-03-26 Yao Qi <yao@codesourcery.com>
16123
16124 * gdb.base/macscp.exp: Fix code format issues.
16125
16126 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16127
16128 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16129 * gdb.asm/powerpc64le.inc: New file.
16130
16131 2014-03-25 Pedro Alves <palves@redhat.com>
16132 Doug Evans <dje@google.com>
16133
16134 * gdb.base/source-execution.c: New file.
16135 * gdb.base/source-execution.exp: New file.
16136 * gdb.base/source-execution.gdb: New file.
16137
16138 2014-03-24 Doug Evans <dje@google.com>
16139
16140 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16141 using fission.
16142
16143 2014-03-24 Hui Zhu <hui@codesourcery.com>
16144 Pedro Alves <palves@redhat.com>
16145
16146 PR breakpoints/16101
16147 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16148 test pass/fail messages. Detect missing support for dprintf when
16149 breakpoints are actually inserted.
16150 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16151 breakpoints are actually inserted.
16152 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16153 fails.
16154
16155 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16156
16157 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16158
16159 2014-03-22 Doug Evans <xdje42@gmail.com>
16160
16161 * gdb.python/python.exp (python not supported): Verify multi-line
16162 python command issues an error.
16163 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16164 guile command issues an error.
16165
16166 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16167
16168 * gdb.threads/thread-specific.exp: Handle the lack of usable
16169 $this_breakpoint and $this_thread.
16170
16171 2014-03-21 Hui Zhu <hui@codesourcery.com>
16172
16173 * gdb.base/attach.exp (do_command_attach_tests): New.
16174
16175 2014-03-20 Tom Tromey <tromey@redhat.com>
16176 Pedro Alves <palves@redhat.com>
16177
16178 PR cli/15718
16179 * gdb.base/condbreak-call-false.c: New file.
16180 * gdb.base/condbreak-call-false.exp: New file.
16181
16182 2014-03-20 Pedro Alves <palves@redhat.com>
16183
16184 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16185 Delete.
16186 (block_signals, unblock_signals): Delete.
16187 (child_function_2, main): Remove references to deleted variable
16188 and functions.
16189
16190 2014-03-20 Pedro Alves <palves@redhat.com>
16191
16192 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16193 Use pthread_kill to signal thread 2.
16194 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16195 Adjust to make the test send itself a signal rather than using the
16196 host's "kill" command.
16197
16198 2014-03-20 Pedro Alves <palves@redhat.com>
16199
16200 * gdb.threads/multiple-step-overs.c: New file.
16201 * gdb.threads/multiple-step-overs.exp: New file.
16202 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16203 Adjust expected infrun debug output.
16204
16205 2014-03-20 Pedro Alves <palves@redhat.com>
16206
16207 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16208 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16209
16210 2014-03-20 Pedro Alves <palves@redhat.com>
16211
16212 PR breakpoints/7143
16213 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16214 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16215 of gdb_test_multiple.
16216 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16217 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16218
16219 2014-03-20 Pedro Alves <palves@redhat.com>
16220
16221 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16222 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16223
16224 2014-03-19 Pedro Alves <palves@redhat.com>
16225
16226 * gdb.base/async.exp: Remove early return.
16227
16228 2014-03-19 Pedro Alves <palves@redhat.com>
16229
16230 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16231
16232 2014-03-19 Pedro Alves <palves@redhat.com>
16233
16234 * gdb.base/async.exp (test_background): Expect \r\n after
16235 "completed." in the fail pattern.
16236
16237 2014-03-19 Pedro Alves <palves@redhat.com>
16238
16239 * gdb.base/async.exp (test_background): New procedure.
16240 Use it for all background execution command tests.
16241
16242 2014-03-19 Pedro Alves <palves@redhat.com>
16243
16244 * gdb.base/async.exp: Use prepare_for_testing.
16245
16246 2014-03-19 Pedro Alves <palves@redhat.com>
16247
16248 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16249 the same line.
16250
16251 2014-03-19 Pedro Alves <palves@redhat.com>
16252
16253 * gdb.base/async.c (main): Add "jump here" and "until here" line
16254 marker comments.
16255 * gdb.base/async.exp (jump_here): New global.
16256 (jump& test): Use it.
16257 (until_here): New global.
16258 (until& test): Use it.
16259
16260 2014-03-19 Pedro Alves <palves@redhat.com>
16261
16262 * gdb.base/async.exp: Don't frob gdb_protocol.
16263
16264 2014-03-18 Doug Evans <xdje42@gmail.com>
16265
16266 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16267 Fix spelling of exec-done-display.
16268
16269 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16270
16271 PR gdb/15358
16272 * gdb.base/gdb-sigterm.c: New file.
16273 * gdb.base/gdb-sigterm.exp: New file.
16274
16275 2014-03-18 Pedro Alves <palves@redhat.com>
16276
16277 PR gdb/13860
16278 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16279 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16280 solib-event.
16281
16282 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16283
16284 * gdb.ada/pckd_arr_ren: New testcase.
16285
16286 2014-03-13 Doug Evans <xdje42@gmail.com>
16287
16288 PR guile/16612
16289 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16290 collect after discarding symbols.
16291
16292 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16293 Doug Evans <xdje42@gmail.com>
16294
16295 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16296 to history survives a gc.
16297
16298 2014-03-13 Pedro Alves <palves@redhat.com>
16299
16300 * gdb.base/default.exp: Don't test "target procfs".
16301
16302 2014-03-13 Pedro Alves <palves@redhat.com>
16303
16304 * gdb.base/default.exp: Update "target child" and "target procfs"
16305 tests to not expect "Unix".
16306
16307 2014-03-12 Tom Tromey <tromey@redhat.com>
16308
16309 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16310 New procs. Add target-async tests.
16311 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16312 Add target-async tests.
16313
16314 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16315
16316 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16317 'func_start' and 'func_end' for the beginning and end of the
16318 function code, respectively.
16319 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16320 'func_end' instead of 'func' and 'main'.
16321
16322 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16323
16324 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16325 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16326 generate the debug info assembler source.
16327
16328 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16329
16330 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16331 * gdb.dwarf2/arr-subrange.exp: Likewise.
16332 * gdb.dwarf2/dwz.exp: Likewise.
16333 * gdb.dwarf2/method-ptr.exp: Likewise.
16334 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16335 * gdb.dwarf2/subrange.exp: Likewise.
16336 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16337 * gdb.dwarf2/implptrpiece.exp: Likewise.
16338 * gdb.dwarf2/nostaticblock.exp: Likewise.
16339
16340 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16341
16342 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16343 directory to absolute path name arguments.
16344
16345 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16346
16347 * gdb.ada/tagged_access: New testcase.
16348
16349 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16350
16351 * gdb.btrace/data.exp: Update expected output.
16352
16353 2014-03-06 Yao Qi <yao@codesourcery.com>
16354
16355 * gdb.trace/pr16508.exp: New file.
16356
16357 2014-03-05 Pedro Alves <palves@redhat.com>
16358
16359 PR gdb/16575
16360 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16361 procedure.
16362 (top level): Adjust to use it. Add tests that exercise breakpoint
16363 interaction with the code-cache.
16364
16365 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16366
16367 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16368 test for 'history-append!'.
16369
16370 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16371
16372 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16373 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16374 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16375 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16376 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16377 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16378
16379 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16380
16381 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16382 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16383 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16384
16385 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16386
16387 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16388
16389 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16390
16391 * gdb.dwarf2/arr-stride.c: New file.
16392 * gdb.dwarf2/arr-stride.exp: New file.
16393
16394 2014-02-26 Pedro Alves <palves@redhat.com>
16395
16396 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16397 that won't ever trigger. Make sure that GDB reports the correct
16398 breakpoint that caused the stop.
16399
16400 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16401
16402 PR gdb/16626
16403 * gdb.base/auto-load-script: New file.
16404 * gdb.base/auto-load.c: New file.
16405 * gdb.base/auto-load.exp: New file.
16406
16407 PR gdb/16626
16408 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16409
16410 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16411
16412 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16413 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16414
16415 2014-02-24 Doug Evans <dje@google.com>
16416
16417 * lib/gdb.exp (run_on_host): Log error output if program fails.
16418
16419 2014-02-21 Pedro Alves <palves@redhat.com>
16420
16421 * gdb.threads/step-after-sr-lock.c: Rename to ...
16422 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16423 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16424 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16425 ... this.
16426
16427 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16428
16429 PR tdep/16397
16430 * gdb.arch/amd64-stap-special-operands.exp: New file.
16431 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16432 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16433 * gdb.arch/amd64-stap-triplet.S: Likewise.
16434 * gdb.arch/amd64-stap-triplet.c: Likewise.
16435
16436 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16437
16438 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16439 in .section pseudo-op.
16440
16441 2014-02-20 lin zuojian <manjian2006@gmail.com>
16442 Joel Brobecker <brobecker@adacore.com>
16443 Doug Evans <xdje42@gmail.com>
16444
16445 PR symtab/16581
16446 * gdb.dwarf2/dw2-icycle.S: New file.
16447 * gdb.dwarf2/dw2-icycle.c: New file.
16448 * gdb.dwarf2/dw2-icycle.exp: New file.
16449
16450 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16451
16452 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16453 operations on gdb.Value objects.
16454 * gdb.python/py-value-cc.exp: Add new test to test operations on
16455 gdb.Value objects.
16456
16457 2014-02-18 Doug Evans <dje@google.com>
16458
16459 * Makefile.in (TESTS): New variable.
16460 (expanded_tests, expanded_tests_or_none): New variables
16461 (check-single): Pass $(expanded_tests_or_none) to runtest.
16462 (check-parallel): Only run tests in $(TESTS) if non-empty.
16463 (check/no-matching-tests-found): New rule.
16464 * README: Document TESTS makefile variable.
16465
16466 2014-02-18 Doug Evans <dje@google.com>
16467
16468 * Makefile.in (check-parallel): rm -rf outputs temp.
16469
16470 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16471
16472 Fix "ERROR: no fileid for" in the testsuite.
16473 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16474
16475 2014-02-12 Doug Evans <dje@google.com>
16476
16477 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16478 (MISCELLANEOUS): New variable.
16479 (clean): rm -rf $(MISCELLANEOUS).
16480 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16481 dwp live in the same directory as symlinks, with each symlink pointed
16482 to a differently named file in a different directory.
16483
16484 2014-02-11 Doug Evans <dje@google.com>
16485
16486 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16487 of Tcl file commands.
16488
16489 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16490
16491 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16492 "kill -SIGUSR1 -1".
16493
16494 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16495
16496 * gdb.ada/tick_length_array_enum_idx: New testcase.
16497
16498 2014-02-10 Doug Evans <xdje42@gmail.com>
16499
16500 * configure.ac (AC_OUTPUT): Add gdb.guile.
16501 * configure: Regenerate.
16502 * lib/gdb-guile.exp: New file.
16503 * lib/gdb.exp (get_target_charset): New function.
16504 * gdb.base/help.exp: Update expected output from "apropos apropos".
16505 * gdb.guile/Makefile.in: New file.
16506 * gdb.guile/guile.exp: New file.
16507 * gdb.guile/scm-arch.c: New file.
16508 * gdb.guile/scm-arch.exp: New file.
16509 * gdb.guile/scm-block.c: New file.
16510 * gdb.guile/scm-block.exp: New file.
16511 * gdb.guile/scm-breakpoint.c: New file.
16512 * gdb.guile/scm-breakpoint.exp: New file.
16513 * gdb.guile/scm-disasm.c: New file.
16514 * gdb.guile/scm-disasm.exp: New file.
16515 * gdb.guile/scm-equal.c: New file.
16516 * gdb.guile/scm-equal.exp: New file.
16517 * gdb.guile/scm-error.exp: New file.
16518 * gdb.guile/scm-error.scm: New file.
16519 * gdb.guile/scm-frame-args.c: New file.
16520 * gdb.guile/scm-frame-args.exp: New file.
16521 * gdb.guile/scm-frame-args.scm: New file.
16522 * gdb.guile/scm-frame-inline.c: New file.
16523 * gdb.guile/scm-frame-inline.exp: New file.
16524 * gdb.guile/scm-frame.c: New file.
16525 * gdb.guile/scm-frame.exp: New file.
16526 * gdb.guile/scm-generics.exp: New file.
16527 * gdb.guile/scm-gsmob.exp: New file.
16528 * gdb.guile/scm-iterator.c: New file.
16529 * gdb.guile/scm-iterator.exp: New file.
16530 * gdb.guile/scm-math.c: New file.
16531 * gdb.guile/scm-math.exp: New file.
16532 * gdb.guile/scm-objfile-script-gdb.in: New file.
16533 * gdb.guile/scm-objfile-script.c: New file.
16534 * gdb.guile/scm-objfile-script.exp: New file.
16535 * gdb.guile/scm-objfile.c: New file.
16536 * gdb.guile/scm-objfile.exp: New file.
16537 * gdb.guile/scm-ports.exp: New file.
16538 * gdb.guile/scm-pretty-print.c: New file.
16539 * gdb.guile/scm-pretty-print.exp: New file.
16540 * gdb.guile/scm-pretty-print.scm: New file.
16541 * gdb.guile/scm-section-script.c: New file.
16542 * gdb.guile/scm-section-script.exp: New file.
16543 * gdb.guile/scm-section-script.scm: New file.
16544 * gdb.guile/scm-symbol.c: New file.
16545 * gdb.guile/scm-symbol.exp: New file.
16546 * gdb.guile/scm-symtab-2.c: New file.
16547 * gdb.guile/scm-symtab.c: New file.
16548 * gdb.guile/scm-symtab.exp: New file.
16549 * gdb.guile/scm-type.c: New file.
16550 * gdb.guile/scm-type.exp: New file.
16551 * gdb.guile/scm-value-cc.cc: New file.
16552 * gdb.guile/scm-value-cc.exp: New file.
16553 * gdb.guile/scm-value.c: New file.
16554 * gdb.guile/scm-value.exp: New file.
16555 * gdb.guile/source2.scm: New file.
16556 * gdb.guile/types-module.cc: New file.
16557 * gdb.guile/types-module.exp: New file.
16558
16559 2014-02-10 Yao Qi <yao@codesourcery.com>
16560
16561 PR testsuite/16543
16562 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16563 * configure: Regenerated.
16564 * Makefile.in: New file.
16565
16566 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16567
16568 * gdb.python/py-framefilter.exp: Fix typo.
16569
16570 2014-02-08 Yao Qi <yao@codesourcery.com>
16571
16572 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16573 that no =breakpoint-modified is emitted when breakpoints are
16574 modified through MI commands.
16575
16576 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16577 Pedro Alves <palves@redhat.com>
16578
16579 * gdb.threads/step-after-sr-lock.c: New file.
16580 * gdb.threads/step-after-sr-lock.exp: New file.
16581
16582 2014-02-07 Pedro Alves <palves@redhat.com>
16583
16584 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16585
16586 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16587
16588 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16589 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16590
16591 2014-02-06 Doug Evans <xdje42@gmail.com>
16592
16593 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16594 output.
16595
16596 * gdb.gdb/python-interrupts.exp: New file.
16597
16598 2014-02-05 Yao Qi <yao@codesourcery.com>
16599
16600 * gdb.trace/report.exp (use_collected_data): Test the output
16601 of "info threads" and "info inferiors".
16602
16603 2014-02-05 Yao Qi <yao@codesourcery.com>
16604
16605 Revert this patch:
16606
16607 2013-05-24 Yao Qi <yao@codesourcery.com>
16608
16609 * gdb.trace/tfile.exp: Test inferior and thread.
16610
16611 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16612
16613 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16614 on a function.
16615 * gdb.base/step-bt.c: Call hello via function pointer to make
16616 sure its first instruction is executed on powerpc64le-linux.
16617
16618 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16619
16620 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16621
16622 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16623
16624 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16625 of the test patterns for use on little-endian systems.
16626
16627 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16628
16629 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16630 (decimal_vector): Fix for little-endian.
16631
16632 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16633
16634 * gdb.arch/sparc-sysstep.exp: New file.
16635 * gdb.arch/sparc-sysstep.c: Likewise.
16636
16637 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16638
16639 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16640
16641 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16642
16643 2014-01-23 Tom Tromey <tromey@redhat.com>
16644
16645 * gdb.ada/array_char_idx: New testcase.
16646
16647 2014-01-23 Tom Tromey <tromey@redhat.com>
16648
16649 PR python/16487:
16650 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16651 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16652 classes.
16653
16654 2014-01-23 Tom Tromey <tromey@redhat.com>
16655
16656 PR python/16491:
16657 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16658 string from an inferior frame.
16659 * gdb.python/py-framefilter-mi.exp: Update.
16660
16661 2014-01-22 Doug Evans <dje@google.com>
16662
16663 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16664
16665 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16666
16667 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16668
16669 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16670
16671 * gdb.trace/entry-values.exp: Remove excess space character from
16672 regex patterns. Handle s390 call instruction.
16673
16674 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16675
16676 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16677 define "*_start" label. Make "name" static.
16678 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16679 ${name} by references to ${name}_start.
16680
16681 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16682
16683 * gdb.base/info-macros.exp: Remove "debug" from the compile
16684 options.
16685
16686 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16687
16688 * gdb.dlang/demangle.exp: New file.
16689
16690 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16691
16692 * gdb.dlang/primitive-types.exp: New file.
16693
16694 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16695
16696 * configure.ac: Create gdb.dlang/Makefile.
16697 * configure: Regenerate.
16698 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16699 * gdb.dlang/Makefile.in: New file.
16700 * lib/d-support.exp: New file.
16701 * lib/gdb.exp (skip_d_tests): New proc.
16702
16703 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16704
16705 * gdb.btrace/delta.exp: Check reverse stepi.
16706 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16707 * gdb.btrace/finish.exp: New.
16708 * gdb.btrace/next.exp: New.
16709 * gdb.btrace/nexti.exp: New.
16710 * gdb.btrace/record_goto.c: Add comments.
16711 * gdb.btrace/step.exp: New.
16712 * gdb.btrace/stepi.exp: New.
16713 * gdb.btrace/multi-thread-step.c: New.
16714 * gdb.btrace/multi-thread-step.exp: New.
16715 * gdb.btrace/rn-dl-bind.c: New.
16716 * gdb.btrace/rn-dl-bind.exp: New.
16717 * gdb.btrace/data.c: New.
16718 * gdb.btrace/data.exp: New.
16719 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16720
16721 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16722
16723 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16724 * gdb.btrace/exception.exp: Update.
16725 * gdb.btrace/instruction_history.exp: Update.
16726 * gdb.btrace/record_goto.exp: Update.
16727 * gdb.btrace/tailcall.exp: Update.
16728 * gdb.btrace/unknown_functions.exp: Update.
16729 * gdb.btrace/delta.exp: New.
16730
16731 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16732
16733 * gdb.btrace/record_goto.exp: Add backtrace test.
16734 * gdb.btrace/tailcall.exp: Add backtrace test.
16735
16736 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16737
16738 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16739 * gdb.btrace/record_goto.c: New.
16740 * gdb.btrace/record_goto.exp: New.
16741 * gdb.btrace/x86-record_goto.S: New.
16742
16743 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16744
16745 * gdb.btrace/function_call_history.exp: Update tests.
16746 * gdb.btrace/instruction_history.exp: Update tests.
16747
16748 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16749
16750 * gdb.btrace/function_call_history.exp: Fix expected field
16751 order for "record function-call-history".
16752 Add new tests for "record function-call-history /c".
16753 * gdb.btrace/exception.cc: New.
16754 * gdb.btrace/exception.exp: New.
16755 * gdb.btrace/tailcall.exp: New.
16756 * gdb.btrace/x86-tailcall.S: New.
16757 * gdb.btrace/x86-tailcall.c: New.
16758 * gdb.btrace/unknown_functions.c: New.
16759 * gdb.btrace/unknown_functions.exp: New.
16760 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16761
16762 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16763
16764 * gdb.btrace/instruction_history.exp: Update.
16765 * gdb.btrace/function_call_history.exp: Update.
16766
16767 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16768
16769 * gdb.btrace/function_call_history.exp: Fix expected function
16770 trace.
16771 * gdb.btrace/instruction_history.exp: Initialize traced.
16772 Remove traced_functions.
16773
16774 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16775
16776 * gdb.btrace/function_call_history.exp: Update
16777 * gdb.btrace/instruction_history.exp: Update.
16778
16779 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16780
16781 * gdb.btrace/enable.exp: Update expected text.
16782
16783 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16784
16785 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16786 bytes.
16787
16788 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16789
16790 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16791
16792 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16793
16794 * lib/gdb.exp (supports_process_record): Return true for
16795 arm*-linux*. (supports_reverse): Likewise.
16796
16797 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16798
16799 PR python/15464
16800 PR python/16113
16801 * gdb.python/py-type.c: Enhance test case.
16802 * gdb.python/py-value-cc.cc: Likewise
16803 * gdb.python/py-type.exp: Add new tests.
16804 * gdb.python/py-value-cc.exp: Likewise
16805
16806 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16807 Pedro Alves <palves@redhat.com>
16808
16809 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16810 Make "name" extern.
16811 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16812 references to ${name}_start by references to ${name}.
16813
16814 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16815
16816 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16817
16818 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16819
16820 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16821
16822 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16823 Pedro Alves <palves@redhat.com>
16824
16825 * gdb.mi/mi-info-os.exp: Connect to the target with
16826 mi_gdb_target_load.
16827
16828 2014-01-08 Pedro Alves <palves@redhat.com>
16829
16830 * gdb.threads/reconnect-signal.c: New file.
16831 * gdb.threads/reconnect-signal.exp: New file.
16832
16833 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16834
16835 * gdb.base/source-dir.exp: New file.
16836
16837 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16838
16839 * gdb.ada/mi_interface: New testcase.
16840
16841 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16842
16843 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16844 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16845 gdb.ada/pp-rec-component/pck.ads: New files.
16846
16847 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16848
16849 * gdb.python/py-pp-integral.c: New file.
16850 * gdb.python/py-pp-integral.py: New file.
16851 * gdb.python/py-pp-integral.exp: New file.
16852
16853 For older changes see ChangeLog-1993-2013.
16854 \f
16855 ;; Local Variables:
16856 ;; mode: change-log
16857 ;; left-margin: 8
16858 ;; fill-column: 74
16859 ;; version-control: never
16860 ;; End:
16861
16862 Copyright 2014-2019 Free Software Foundation, Inc.
16863 Copying and distribution of this file, with or without modification,
16864 are permitted provided the copyright notice and this notice are preserved.
This page took 0.453075 seconds and 5 git commands to generate.