[gdb/testsuite] Work around tcl bug in libsegfault.exp with check-read1
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-07-30 Tom de Vries <tdevries@suse.de>
2
3 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4 instead.
5
6 2019-07-30 Tom de Vries <tdevries@suse.de>
7
8 PR testsuite/24834
9 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
10 (exec_is_pie): New proc.
11
12 2019-07-29 Christian Biesinger <cbiesinger@google.com>
13
14 * gdb.python/py-objfile.c: Add global and static vars.
15 * gdb.python/py-objfile.exp: Test new functions Objfile.
16 lookup_global_symbol and lookup_static_symbol.
17
18 2019-07-29 Tom Tromey <tom@tromey.com>
19
20 * lib/tuiterm.exp (Term::_csi_@): New proc.
21 (Term::_csi_X): Don't move cursor.
22
23 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
24
25 * gdb.base/options.exp: Update backtrace - completion to
26 new option -frame-info.
27 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
28 Test new 'set print frame-info'. Test backtrace -frame-info
29 overriding 'set print frame-info'.
30 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
31 Test new 'set print frame-info'.
32 Verify consistency of backtrace with and without filters, with and
33 without -no-filters.
34 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
35 default.
36
37 2019-07-29 Tom de Vries <tdevries@suse.de>
38
39 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
40 no arguments".
41
42 2019-07-29 Tom de Vries <tdevries@suse.de>
43
44 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
45 is a substring of the first for "complete non-unique file name".
46
47 2019-07-29 Tom de Vries <tdevries@suse.de>
48
49 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
50 with ".*".
51
52 2019-07-29 Tom de Vries <tdevries@suse.de>
53
54 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
55 Pass prompt_regexp parameter to gdb_test_multiple calls.
56
57 2019-07-29 Tom de Vries <tdevries@suse.de>
58
59 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
60 print registers" regexps.
61
62 2019-07-29 Tom de Vries <tdevries@suse.de>
63
64 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
65
66 2019-07-29 Tom de Vries <tdevries@suse.de>
67
68 PR gdb/24855
69 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
70 (skip_python_tests_prompt): Add prompt_regexp argument to
71 gdb_test_multiple calls.
72
73 2019-07-27 Tom Tromey <tom@tromey.com>
74
75 * gdb.tui/main.exp: New file.
76
77 2019-07-27 Tom Tromey <tom@tromey.com>
78
79 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
80 optional.
81 * gdb.tui/empty.exp: New file.
82
83 2019-07-27 Tom Tromey <tom@tromey.com>
84
85 * lib/tuiterm.exp (spawn): New proc.
86 (Term::resize): New proc.
87 * gdb.tui/resize.exp: New file.
88
89 2019-07-27 Tom Tromey <tom@tromey.com>
90
91 * gdb.tui/list.exp: New file.
92
93 2019-07-27 Tom Tromey <tom@tromey.com>
94
95 * gdb.tui/regs.exp: New file.
96
97 2019-07-27 Tom Tromey <tom@tromey.com>
98
99 * gdb.tui/basic.exp: Add "layout split" test.
100
101 2019-07-27 Tom Tromey <tom@tromey.com>
102
103 * gdb.tui/basic.exp: Add "layout asm" test.
104
105 2019-07-27 Tom Tromey <tom@tromey.com>
106
107 * lib/tuiterm.exp: New file.
108 * gdb.tui/basic.exp: New file.
109
110 2019-07-27 Kevin Buettner <kevinb@redhat.com>
111
112 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
113 Enable tests associated with this flag. Adjust regex
114 referencing "foo_low" to now refer to "foo_cold" instead.
115
116 2019-07-27 Kevin Buettner <kevinb@redhat.com>
117
118 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
119 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
120 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
121 foo_cold. Revise comments to match.
122 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
123 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
124 were wrapped into this proc; Call do_test in loop from outermost
125 level.
126 (foo_low): Rename all occurrences to "foo_cold".
127 (backtrace from baz): New test.
128 (x2/i foo_cold): New test.
129 (info line *foo_cold): New test.
130
131 2019-07-26 Tom de Vries <tdevries@suse.de>
132
133 * gdb.arch/i386-pkru.exp: Fix unterminated string.
134
135 2019-07-25 Tom de Vries <tdevries@suse.de>
136
137 PR testsuite/24830
138 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
139 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
140 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
141 (skip_libstdcxx_probe_tests): ... here.
142 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
143
144 2019-07-24 Tom de Vries <tdevries@suse.de>
145
146 PR testsuite/24807
147 * gdb.objc/basicclass.m: Include stdio.h.
148 * gdb.objc/nondebug.m: Same.
149 * gdb.objc/objcdecode.m: Same.
150
151 2019-07-24 Tom de Vries <tdevries@suse.de>
152
153 PR testsuite/24612
154 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
155 additional_flags.
156
157 2019-07-24 Tom de Vries <tdevries@suse.de>
158
159 PR testsuite/24831
160 * gdb.multi/tids.exp: Update error messages for info threads.
161
162 2019-07-24 Tom de Vries <tdevries@suse.de>
163
164 * gdb.base/info-types.exp: Allow info types to print info for more than
165 one file.
166
167 2019-07-23 Tom de Vries <tdevries@suse.de>
168
169 PR testsuite/24842
170 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
171 gdb_spawn_with_cmdline_opts.
172
173 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
174
175 * gdb.arch/arm-cmse-sgstubs.c: New test.
176 * gdb.arch/arm-cmse-sgstubs.exp: New file.
177
178 2019-07-23 Tom de Vries <tdevries@suse.de>
179
180 PR testsuite/24711
181 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
182 issuing next command.
183
184 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
185
186 * gdb.ada/info_auto_lang.exp: Update expected results.
187 * gdb.base/info-types.c: Add additional types to check.
188 * gdb.base/info-types.exp: Update expected results.
189
190 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
191
192 * gdb.base/info-types.c: New file.
193 * gdb.base/info-types.exp: New file.
194
195 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
196
197 * gdb.arch/riscv-bp-infcall.c: New file.
198 * gdb.arch/riscv-bp-infcall.exp: New file.
199
200 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
201
202 PR breakpoints/24541
203 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
204
205 2019-07-14 Tom de Vries <tdevries@suse.de>
206
207 PR testsuite/24760
208 * gdb.objc/basicclass.exp: Fix unterminated string.
209
210 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
211 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
214 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
215 negative bounds.
216 * gdb.fortran/vla-value.exp: Print elements of an array with
217 negative bounds.
218 * gdb.fortran/vla.f90: Setup an array with negative bounds for
219 testing.
220
221 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
222
223 * gdb.base/options.exp (expect_string): Dequote strings in
224 results.
225 (test-string): Test strings with different quoting and reindent.
226
227 2019-07-10 Tom Tromey <tromey@adacore.com>
228
229 * gdb.ada/mi_ex_cond.exp: Update expected results.
230 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
231 * gdb.ada/mi_catch_ex.exp: Update expected results.
232 * gdb.ada/mi_catch_assert.exp: Update expected results.
233 * gdb.ada/catch_ex.exp (catch_exception_info)
234 (catch_exception_entry, catch_assert_entry)
235 (catch_unhandled_entry): Update.
236 * gdb.ada/catch_assert_if.exp: Update expected results.
237
238 2019-07-10 Richard Bunt <richard.bunt@arm.com>
239 Stephen Roberts <stephen.roberts@arm.com>
240
241 * gdb.base/define.exp: Restore original prompt.
242
243 2019-07-09 Pedro Alves <palves@redhat.com>
244
245 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
246 breakpoints" output.
247 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
248 * gdb.python/py-breakpoint.exp: No longer expect that "catch
249 throw" creates breakpoint.
250 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
251 'type="catchpoint"'.
252
253 2019-07-09 Pedro Alves <palves@redhat.com>
254
255 PR c++/15468
256 * gdb.cp/except-multi-location-lib.cc: New.
257 * gdb.cp/except-multi-location-main.cc: New.
258 * gdb.cp/except-multi-location.exp: New.
259
260 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
261
262 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
263 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
264 argument and update callers.
265
266 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
267
268 * gdb.arch/amd64-break-on-asm-line.S: New file.
269 * gdb.arch/amd64-break-on-asm-line.exp: New file.
270
271 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
272
273 * gdb.base/printcmds.exp: Test printing C string and
274 C wide string convenience vars without transiting via the inferior.
275 Also make test names unique.
276
277 2019-07-08 Alan Hayward <alan.hayward@arm.com>
278
279 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
280
281 2019-07-04 Pedro Alves <palves@redhat.com>
282
283 * lib/gdb.exp (foreach_with_prefix): Don't return early if
284 body returned ok(0), break(3) or continue(4).
285 * gdb.testsuite/foreach_with_prefix.exp: New file.
286
287 2019-07-04 Alan Hayward <alan.hayward@arm.com>
288
289 * gdb.server/unittest.exp: Allow 0 unit tests to run.
290
291 2019-07-03 Pedro Alves <palves@redhat.com>
292
293 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
294 "return -code".
295
296 2019-07-03 Pedro Alves <palves@redhat.com>
297
298 PR cli/24732
299 * gdb.base/shell.exp: Load completion-support.exp.
300 Adjust expected error output. Add completion tests.
301
302 2019-07-03 Pedro Alves <palves@redhat.com>
303
304 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
305 string_to_regexp.
306
307 2019-07-03 Pedro Alves <palves@redhat.com>
308
309 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
310 (expect_integer): Adjust to expect "-string".
311 (expect_string): New.
312 (all_options): Expect "-string".
313 (test-flag, test-boolean): Adjust to expect "-string".
314 (test-string): New proc.
315 (top level): Call it.
316
317 2019-07-03 Pedro Alves <palves@redhat.com>
318
319 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
320 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
321 the expected output in the success.
322
323 2019-07-03 Pedro Alves <palves@redhat.com>
324
325 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
326 Split one gdb_test_multiple call in two to avoid a race.
327
328 2019-07-03 Pedro Alves <palves@redhat.com>
329
330 * gdb.base/with.c: New file.
331 * gdb.base/with.exp: New file.
332
333 2019-07-03 Pedro Alves <palves@redhat.com>
334
335 * gdb.base/settings.exp: Replace all references to "maint
336 test-settings set" with references to "maint set test-settings",
337 and all references to "maint test-settings show" with references
338 to "maint show test-settings".
339
340 2019-07-03 Pedro Alves <palves@redhat.com>
341
342 * gdb.base/settings.exp (test-string): Adjust expected out when
343 testing "maint test-settings show filename"
344
345 2019-07-02 Pedro Alves <palves@redhat.com>
346
347 * gdb.base/options.exp (test-info-threads): New procedure.
348 (top level): Call it.
349
350 2019-06-28 Tom Tromey <tromey@adacore.com>
351
352 * gdb.dwarf2/ada-linkage-name.c: New file.
353 * gdb.dwarf2/ada-linkage-name.exp: New file.
354
355 2019-06-27 Tom Tromey <tromey@adacore.com>
356
357 * gdb.cp/constexpr-field.exp: Use setup_xfail.
358
359 2019-06-26 Tom de Vries <tdevries@suse.de>
360
361 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
362
363 2019-06-26 Tom de Vries <tdevries@suse.de>
364
365 * gdb.base/index-cache.exp: Add back missing debug option.
366
367 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
368
369 * gdb.base/alias.exp: Test non matching/non existing prefixes.
370
371 2019-06-25 Tom de Vries <tdevries@suse.de>
372
373 PR testsuite/24727
374 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
375
376 2019-06-24 Tom de Vries <tdevries@suse.de>
377
378 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
379
380 2019-06-24 Tom de Vries <tdevries@suse.de>
381
382 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
383 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
384 * gdb.trace/unavailable-dwarf-piece.exp: Same.
385
386 2019-06-24 Tom de Vries <tdevries@suse.de>
387
388 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
389
390 2019-06-21 Tom de Vries <tdevries@suse.de>
391
392 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
393
394 2019-06-21 Tom de Vries <tdevries@suse.de>
395
396 PR testsuite/24518
397 PR ada/24713
398 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
399 index.
400
401 2019-06-19 Tom Tromey <tromey@adacore.com>
402
403 * gdb.ada/length_cond.exp: Add intro comment.
404
405 2019-06-19 Tom Tromey <tromey@adacore.com>
406
407 * gdb.ada/length_cond.exp: New file.
408 * gdb.ada/length_cond/length_cond.adb: New file.
409 * gdb.ada/length_cond/pck.adb: New file.
410 * gdb.ada/length_cond/pck.ads: New file.
411
412 2019-06-18 Tom de Vries <tdevries@suse.de>
413
414 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
415
416 2019-06-18 Tom Tromey <tromey@adacore.com>
417
418 * gdb.base/list0.h: Add comment explaining control character.
419
420 2019-06-18 Tom de Vries <tdevries@suse.de>
421
422 * boards/fission.exp: Break up long debug_flags line.
423
424 2019-06-16 Tom de Vries <tdevries@suse.de>
425
426 PR gdb/24445
427 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
428 generated index.
429
430 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
431
432 PR gdb/24686
433 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
434 improve detection of bug gdb/24541.
435
436 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
437
438 PR gdb/24669
439 * gdb.base/index-cache.exp (uses_readnow,
440 expecting_index_cache_use): Define global variable.
441 (test_cache_enabled_miss, test_cache_enabled_hit): Use
442 expecting_index_cache_use.
443
444 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
445 Andrew Burgess <andrew.burgess@embecosm.com>
446
447 * gdb.fortran/pointers.f90: New file.
448 * gdb.fortran/print_type.exp: New file.
449 * gdb.fortran/vla-ptype.exp: Adapt expected results.
450 * gdb.fortran/vla-type.exp: Likewise.
451 * gdb.fortran/vla-value.exp: Likewise.
452 * gdb.mi/mi-vla-fortran.exp: Likewise.
453
454 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
455
456 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
457 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
458 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
459 as a stop reason.
460
461 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
462
463 * gdb.base/annota1.exp: Update expected results.
464 * gdb.cp/annota2.exp: Likewise.
465 * gdb.cp/annota3.exp: Likewise.
466
467 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
468
469 * gdb.base/style-logging.exp: Remove path from test name.
470
471 2019-06-14 Tom Tromey <tromey@adacore.com>
472
473 PR gdb/24502:
474 * gdb.base/style-logging.exp: New file.
475
476 2019-06-14 Tom Tromey <tromey@adacore.com>
477
478 * gdb.base/symfile-warn.exp: New file.
479 * gdb.base/symfile-warn.c: New file.
480
481 2019-06-14 Tom Tromey <tromey@adacore.com>
482
483 * gdb.base/annotate-symlink.exp: New file.
484
485 2019-06-14 Tom Tromey <tromey@adacore.com>
486
487 * gdb.ada/set_wstr.exp: Add reassignment test.
488
489 2019-06-14 Tom Tromey <tromey@adacore.com>
490
491 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
492 'unchecked_access and 'unrestricted_access as well.
493
494 2019-06-14 Tom Tromey <tromey@adacore.com>
495
496 PR ada/24539:
497 * gdb.ada/vla.exp: Update tests.
498 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
499 pragma.
500
501 2019-06-13 Pedro Alves <palves@redhat.com>
502
503 * gdb.base/settings.exp (test-integer): Test junk after
504 "unlimited".
505
506 2019-06-13 Pedro Alves <palves@redhat.com>
507
508 * gdb.base/options.exp (test-thread-apply): New.
509 (top level): Call it.
510
511 2019-06-13 Pedro Alves <palves@redhat.com>
512
513 * gdb.base/options.exp (test-frame-apply): New.
514 (top level): Test print commands with different "frame apply"
515 prefixes.
516
517 2019-06-13 Pedro Alves <palves@redhat.com>
518
519 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
520 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
521 'max_completions' parameter and handle it.
522 (test_gdb_completion_offers_commands): New.
523
524 2019-06-13 Pedro Alves <palves@redhat.com>
525
526 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
527
528 2019-06-13 Pedro Alves <palves@redhat.com>
529
530 * gdb.base/options.exp (test-backtrace): New.
531 (top level): Call it.
532
533 2019-06-13 Pedro Alves <palves@redhat.com>
534
535 * gdb.guile/scm-frame-args.exp: Use "set print
536 raw-frame-arguments" instead of "set print raw frame-arguments".
537 * gdb.python/py-frame-args.exp: Likewise.
538
539 2019-06-13 Pedro Alves <palves@redhat.com>
540
541 * gdb.compile/compile.exp: Adjust expected output to option
542 processing changes.
543
544 2019-06-13 Pedro Alves <palves@redhat.com>
545
546 * gdb.base/options.exp: Build executable.
547 (test-print): New procedure.
548 (top level): Call it, once for "print" and another for "compile
549 print".
550
551 2019-06-13 Pedro Alves <palves@redhat.com>
552
553 * gdb.base/options.c: New file.
554 * gdb.base/options.exp: New file.
555
556 2019-06-13 Pedro Alves <palves@redhat.com>
557
558 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
559 that "o" is ambiguous.
560
561 2019-06-13 Pedro Alves <palves@redhat.com>
562
563 * gdb.base/settings.c: New file.
564 * gdb.base/settings.exp: New file.
565
566 2019-06-13 Pedro Alves <palves@redhat.com>
567
568 * gdb.base/completion.exp: Fix comment typo.
569
570 2019-06-13 Pedro Alves <palves@redhat.com>
571
572 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
573 foo --1" test.
574
575 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
576
577 * gdb.fortran/block-data.f: New.
578 * gdb.fortran/block-data.exp: New.
579
580 2019-06-11 Tom de Vries <tdevries@suse.de>
581
582 PR testsuite/24521
583 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
584 message.
585
586 2019-06-11 Tom de Vries <tdevries@suse.de>
587
588 PR testsuite/24521
589 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
590
591 2019-06-11 Tom de Vries <tdevries@suse.de>
592
593 * boards/readnow.exp: New file.
594
595 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
596
597 * gdb.fortran/vla-sizeof.exp: Update expected results.
598
599 2019-06-06 Amos Bird <amosbird@gmail.com>
600
601 * gdb.base/annota1.exp (thread_switch): Add test for
602 thread-exited annotation.
603
604 2019-06-06 Tom Tromey <tromey@adacore.com>
605
606 * gdb.base/maint.exp: Expect command started/finished output.
607
608 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
609
610 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
611 comment.
612 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
613
614 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
615
616 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
617 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
618 * gdb.arch/riscv-unwind-long-insn.c: New file.
619 * gdb.arch/riscv-unwind-long-insn.exp: New file.
620
621 2019-06-04 Christian Biesinger <cbiesinger@google.com>
622
623 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
624
625 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
626
627 * lib/gdb.exp (help_list_trailer): New regexp variable
628 factorizing the help trailer message.
629 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
630 arg to allow to better factorize various tests.
631 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
632 (test_prefix_command_help): Use help_list_trailer.
633 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
634 * gdb.guile/scm-cmd.exp: Likewise.
635 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
636 * gdb.base/help.exp: Use test_user_defined_class_help.
637 * gdb.base/style.exp: Add tests for styling of help and apropos.
638 * lib/gdb-utils.exp (style): Add title and highlight styles.
639
640 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
641
642 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
643 $_shell_exitsignal.
644 * gdb.base/default.exp: Update for new convenience variables.
645
646 2019-05-29 Tom Tromey <tromey@adacore.com>
647
648 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
649 to "break complete ada" test case's regexp.
650
651 2019-05-29 Tom Tromey <tromey@adacore.com>
652
653 PR c++/20020:
654 * gdb.cp/constexpr-field.exp: New file.
655 * gdb.cp/constexpr-field.cc: New file.
656
657 2019-05-29 Tom Tromey <tromey@adacore.com>
658
659 * gdb.base/finish.exp (finish_no_print): New proc.
660 (finish_tests): Call it.
661
662 2019-05-24 Tom de Vries <tdevries@suse.de>
663
664 * gdb.dwarf2/gdb-add-index.exp: New file.
665
666 2019-05-22 Tom Tromey <tromey@adacore.com>
667
668 * gdb.base/info-shared.exp (check_info_shared): Use "style".
669 * gdb.base/style.exp: Use "style".
670 * lib/gdb-utils.exp (style): New proc.
671
672 2019-05-22 Tom de Vries <tdevries@suse.de>
673
674 * gdb.base/align.exp: Require c++11.
675
676 2019-05-22 Tom de Vries <tdevries@suse.de>
677
678 PR testsuite/24586
679 * gdb.python/py-mi-var-info-path-expression.exp: Call
680 mi_skip_python_tests to check if python is supported.
681
682 2019-05-22 Alan Hayward <alan.hayward@arm.com>
683
684 * gdb.arch/aarch64-pauth.c: New test.
685 * gdb.arch/aarch64-pauth.exp: New file.
686
687 2019-05-22 Alan Hayward <alan.hayward@arm.com>
688
689 * README (Re-running Tests Outside The Testsuite): New section.
690
691 2019-05-21 Tom de Vries <tdevries@suse.de>
692
693 * gdb.arch/amd64-eval.exp: Require c++11.
694 * gdb.base/max-depth.exp: Same.
695 * gdb.compile/compile-cplus-array-decay.exp: Same.
696 * gdb.cp/meth-typedefs.exp: Same.
697 * gdb.cp/subtypes.exp: Same.
698 * gdb.cp/temargs.exp: Same.
699
700 2019-05-21 Alan Hayward <alan.hayward@arm.com>
701
702 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
703
704 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
705
706 PR gdb/18644
707 * gdb.fortran/complex.exp: Remove setup_kfail calls.
708 * gdb.fortran/printing-types.exp: Add new test.
709 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
710 testing.
711 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
712 setup_kfail call.
713
714 2019-05-17 Alan Hayward <alan.hayward@arm.com>
715
716 * README (Running the Testsuite): Change example.
717 (Testsuite Parameters): Remove TRANSCRIPT.
718 * lib/gdb.exp: Remove TRANSCRIPT check.
719
720 2019-05-17 Alan Hayward <alan.hayward@arm.com>
721
722 * README (Testsuite Parameters): Add replay logging to
723 GDBSERVER_DEBUG.
724 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
725 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
726 as a comma separated list.
727 (gdb_debug_init): Override procedure.
728
729 2019-05-17 Alan Hayward <alan.hayward@arm.com>
730
731 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
732 (gdb_write_cmd_file): New procedure.
733 * lib/gdbserver-support.exp (gdbserver_start): Call
734 gdbserver_write_cmd_file.
735 (gdbserver_write_cmd_file): New procedure.
736
737 2019-05-17 Alan Hayward <alan.hayward@arm.com>
738
739 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
740 (delete_breakpoints): Likewise.
741 (gdb_run_cmd): Likewise.
742 (gdb_start_cmd): Likewise.
743 (gdb_starti_cmd): Likewise.
744 (gdb_internal_error_resync): Likewise.
745 (gdb_test_multiple): Likewise.
746 (gdb_reinitialize_dir): Likewise.
747 (default_gdb_exit): Likewise.
748 (gdb_file_cmd): Mark kill as optional.
749 (default_gdb_start): Call gdb_stdin_log_init.
750 (send_gdb): Call gdb_stdin_log_write.
751 (rerun_to_main): Mark Y as an answer.
752 (gdb_stdin_log_init): New function.
753 (gdb_stdin_log_write): Likewise.
754
755 2019-05-17 Alan Hayward <alan.hayward@arm.com>
756
757 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
758 * gdb.base/debug-expr.exp: Likewise.
759 * gdb.base/foll-fork.exp: Likewise.
760 * gdb.base/foll-vfork.exp: Likewise.
761 * gdb.base/fork-print-inferior-events.exp: Likewise.
762 * gdb.base/gdb-sigterm.exp: Likewise.
763 * gdb.base/gdbinit-history.exp: Likewise.
764 * gdb.base/osabi.exp: Likewise.
765 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
766 * gdb.base/ui-redirect.exp: Likewise.
767 * gdb.gdb/unittest.exp: Likewise.
768 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
769 * gdb.mi/mi-watch.exp: Likewise.
770 * gdb.mi/new-ui-mi-sync.exp: Likewise.
771 * gdb.mi/user-selected-context-sync.exp: Likewise.
772 * gdb.python/python.exp: Disable debug test when debugging.
773 * gdb.threads/check-libthread-db.exp: Disable when debugging.
774 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
775 Likewise.
776 * gdb.threads/stepi-random-signal.exp: Likewise.
777
778 2019-05-17 Alan Hayward <alan.hayward@arm.com>
779
780 * Makefile.in: Pass through GDB_DEBUG.
781 * README (Testsuite Parameters): Add GDB_DEBUG.
782 (gdb,debug): Add board setting.
783 * lib/gdb.exp (default_gdb_start): Start debugging.
784 (gdb_debug_enabled): New procedure.
785 (gdb_debug_init): Likewise.
786
787 2019-05-17 Alan Hayward <alan.hayward@arm.com>
788
789 * Makefile.in: Pass through GDB_DEBUG.
790 * README (Testsuite Parameters): Add GDB_DEBUG.
791 (gdb,debug): Add board setting.
792 * lib/gdb.exp (default_gdb_start): Start debugging.
793 (gdb_debug_enabled): New procedure.
794 (gdb_debug_init): Likewise.
795
796 2019-05-17 Alan Hayward <alan.hayward@arm.com>
797
798 * gdb.base/ui-redirect.exp: Add debug redirect tests.
799
800 2019-05-17 Alan Hayward <alan.hayward@arm.com>
801
802 * gdb.base/ui-redirect.exp: Test redirection.
803
804 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
805
806 * gdb.mi/mi-complete.exp: New file.
807 * gdb.mi/mi-complete.cc: Likewise.
808
809 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
810
811 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
812 indexed and sliced arrays, and pointers to arrays.
813
814 2019-05-14 Tom Tromey <tromey@adacore.com>
815
816 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
817 styling test.
818
819 2019-05-14 Tom de Vries <tdevries@suse.de>
820
821 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
822 selection entry encoding.
823
824 2019-05-10 Tom Tromey <tromey@adacore.com>
825
826 * gdb.ada/info_exc.exp: Add "complete" test.
827
828 2019-05-09 Tom de Vries <tdevries@suse.de>
829
830 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
831 CU-relative.
832
833 2019-05-09 Tom de Vries <tdevries@suse.de>
834
835 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
836 CU-relative.
837
838 2019-05-08 Joel Brobecker <brobecker@adacore.com>
839
840 * gdb.ada/frame_arg_lang.exp: New testcase.
841 * gdb.ada/frame_arg_lang/bla.adb: New file.
842 * gdb.ada/frame_arg_lang/pck.ads: New file.
843 * gdb.ada/frame_arg_lang/pck.adb: New file.
844 * gdb.ada/frame_arg_lang/foo.c: New file.
845
846 2019-05-08 Tom Tromey <tromey@adacore.com>
847
848 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
849
850 2019-05-08 Tom Tromey <tromey@adacore.com>
851
852 * gdb.base/ptype-offsets.exp: Update tests.
853
854 2019-05-08 Tom Tromey <tromey@adacore.com>
855
856 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
857 cases.
858 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
859 "short".
860
861 2019-05-08 Tom Tromey <tromey@adacore.com>
862
863 * gdb.ada/vla.exp: New file.
864 * gdb.ada/vla/vla.adb: New file.
865
866 2019-05-07 Tom de Vries <tdevries@suse.de>
867
868 * gdb.base/index-cache.exp (ls_host): Fix return statement.
869
870 2019-05-07 Tom de Vries <tdevries@suse.de>
871
872 PR testsuite/24522
873 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
874 section.
875
876 2019-05-07 Tom de Vries <tdevries@suse.de>
877
878 PR testsuite/24522
879 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
880 .debug_aranges section.
881
882 2019-05-07 Tom de Vries <tdevries@suse.de>
883
884 PR testsuite/24159
885 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
886
887 2019-05-06 Tom de Vries <tdevries@suse.de>
888
889 * lib/gdb.exp (exec_has_index_section): New proc.
890 * gdb.base/index-cache.exp: Handle case that binfile contains an index
891 section.
892
893 2019-05-04 Tom de Vries <tdevries@suse.de>
894
895 * boards/cc-with-debug-names.exp: New file.
896
897 2019-05-03 Tom Tromey <tromey@adacore.com>
898
899 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
900 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
901 * gdb.ada/char_enum.exp: Add test.
902
903 2019-05-03 Tom de Vries <tdevries@suse.de>
904
905 * boards/cc-with-gdb-index.exp: New file.
906
907 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
908
909 * gdb.rust/simple.exp: Add new test case.
910 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
911 (main): Initialise an instance of the new struct.
912
913 2019-05-01 Tom Tromey <tromey@adacore.com>
914
915 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
916 record.
917 (NPR): New variable.
918 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
919 test.
920
921 2019-05-01 Tom Tromey <tromey@adacore.com>
922
923 * gdb.ada/packed_array_assign.exp: Add packed assignment
924 regression test.
925
926 2019-05-01 Tom de Vries <tdevries@suse.de>
927
928 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
929
930 2019-05-01 Tom de Vries <tdevries@suse.de>
931
932 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
933
934 2019-04-30 Ali Tamur <tamur@google.com>
935
936 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
937
938 2019-04-30 Tom Tromey <tromey@adacore.com>
939
940 * lib/ada.exp (find_ada_tool): New proc.
941 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
942 * gdb.ada/catch_ex_std.exp: New file.
943 * gdb.ada/catch_ex_std/foo.adb: New file.
944 * gdb.ada/catch_ex_std/some_package.adb: New file.
945 * gdb.ada/catch_ex_std/some_package.ads: New file.
946
947 2019-04-30 Tom Tromey <tromey@adacore.com>
948
949 PR c++/24470:
950 * gdb.cp/temargs.cc: Add test code from PR.
951
952 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
953
954 * gdb.fortran/vla-datatypes.exp: Update expected results.
955 * gdb.fortran/vla-ptype.exp: Likewise.
956 * gdb.fortran/vla-type.exp: Likewise.
957 * gdb.fortran/vla-value.exp: Likewise.
958
959 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
960
961 * gdb.fortran/ptr-indentation.exp: Update expected results.
962 * gdb.fortran/ptype-on-functions.exp: Likewise.
963 * gdb.fortran/vla-ptr-info.exp: Likewise.
964 * gdb.fortran/vla-value.exp: Likewise.
965
966 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
967
968 * gdb.fortran/ptype-on-functions.exp: New file.
969 * gdb.fortran/ptype-on-functions.f90: New file.
970
971 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
972
973 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
974 case void string.
975
976 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
977
978 * gdb.fortran/complex.exp: Expand.
979 * gdb.fortran/complex.f: Renamed to...
980 * gdb.fortran/complex.f90: ...this, and extended to add more
981 complex values.
982
983 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
984
985 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
986 MODULO, CMPLX.
987
988 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
989 Richard Bunt <richard.bunt@arm.com>
990
991 * gdb.base/max-depth.c: New file.
992 * gdb.base/max-depth.exp: New file.
993 * gdb.python/py-nested-maps.c: New file.
994 * gdb.python/py-nested-maps.exp: New file.
995 * gdb.python/py-nested-maps.py: New file.
996 * gdb.python/py-format-string.exp (test_max_depth): New proc.
997 (test_all_common): Call test_max_depth.
998 * gdb.fortran/max-depth.exp: New file.
999 * gdb.fortran/max-depth.f90: New file.
1000 * gdb.go/max-depth.exp: New file.
1001 * gdb.go/max-depth.go: New file.
1002 * gdb.modula2/max-depth.exp: New file.
1003 * gdb.modula2/max-depth.c: New file.
1004 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1005
1006 2019-04-29 Tom de Vries <tdevries@suse.de>
1007
1008 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1009
1010 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1011
1012 * gdb.base/callexit.exp: Test may-call-functions off.
1013
1014 2019-04-25 Keith Seitz <keiths@redhat.com>
1015
1016 PR c++/24367
1017 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1018 (another_incomplete_struct, test_incomplete): New definitions.
1019 (main): Use new definitions.
1020 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1021 functions.
1022
1023 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1024
1025 PR corefiles/11608
1026 PR corefiles/18187
1027 * gdb.base/coredump-filter-build-id.exp: New file.
1028
1029 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1030
1031 * Makefile.in: Pass through GDBSERVER_DEBUG.
1032 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1033 (gdbserver,debug): Add board setting.
1034 * gdb.trace/tspeed.exp: Skip when debugging.
1035 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1036 * lib/gdbserver-support.exp: Likewise
1037
1038 2019-04-24 Tom Tromey <tromey@adacore.com>
1039
1040 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1041 Rust.
1042
1043 2019-04-24 Tom Tromey <tromey@adacore.com>
1044
1045 * gdb.arch/amd64-eval.exp: Test bitfield return.
1046 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1047 (class Foo) <return_bitfields>: New method.
1048 (main): Call it.
1049
1050 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1051
1052 * gdb.cp/many-args.cc: New file.
1053 * gdb.cp/many-args.exp: New file.
1054
1055 2019-04-23 Tom de Vries <tdevries@suse.de>
1056
1057 PR gdb/24433
1058 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1059
1060 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1061
1062 * gdb.trace/backtrace.exp: Use nopie flag.
1063 * gdb.trace/circ.exp: Likewise.
1064 * gdb.trace/collection.exp: Likewise.
1065 * gdb.trace/ftrace.exp: Likewise.
1066 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1067 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1068 * gdb.trace/qtro.exp: Likewise.
1069 * gdb.trace/read-memory.exp: Likewise.
1070 * gdb.trace/report.exp: Likewise.
1071 * gdb.trace/tfile.exp: Likewise.
1072 * gdb.trace/tfind.exp: Likewise.
1073 * gdb.trace/unavailable.exp: Likewise.
1074
1075 2019-04-22 Pedro Alves <palves@redhat.com>
1076
1077 * gdb.base/solib-probes-nosharedlibrary.c,
1078 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1079
1080 2019-04-19 Tom Tromey <tromey@adacore.com>
1081
1082 * gdb.ada/ptype_union.c: New file.
1083 * gdb.ada/ptype_union.exp: New file.
1084
1085 2019-04-19 Tom Tromey <tromey@adacore.com>
1086
1087 PR symtab/24423:
1088 * gdb.base/list0.h (foo): Add a control-l character.
1089
1090 2019-04-18 Tom de Vries <tdevries@suse.de>
1091
1092 PR gdb/24433
1093 * boards/local-board.exp: Set sysroot to "".
1094
1095 2019-04-18 Tom de Vries <tdevries@suse.de>
1096 Pedro Alves <palves@redhat.com>
1097
1098 PR gdb/24454
1099 * gdb.threads/vfork-follow-child-exec.c: New file.
1100 * gdb.threads/vfork-follow-child-exec.exp: New file.
1101 * gdb.threads/vfork-follow-child-exit.c: New file.
1102 * gdb.threads/vfork-follow-child-exit.exp: New file.
1103
1104 2019-04-15 Leszek Swirski <leszeks@google.com>
1105
1106 * gdb.arch/amd64-eval.cc: New file.
1107 * gdb.arch/amd64-eval.exp: New file.
1108
1109 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1110
1111 * gdb.server/sysroot.c: New test.
1112 * gdb.server/sysroot.exp: New file.
1113 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1114 matching param.
1115
1116 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1117
1118 * gdb.base/align.exp: Extend test to cover structures containing
1119 only static fields.
1120
1121 2019-04-11 Tom de Vries <tdevries@suse.de>
1122
1123 * boards/cc-with-dwz-m.exp: New file.
1124 * boards/cc-with-dwz.exp: New file.
1125 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1126
1127 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1128
1129 * gdb.base/start-cpp.exp: New file.
1130 * gdb.base/start-cpp.cc: New file.
1131
1132 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1133
1134 * gdb.python/py-thrhandle.exp: Adjust tests to call
1135 thread_from_handle instead of thread_from_thread_handle.
1136
1137 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1138
1139 * gdb.python/py-thrhandle.exp: Add tests for
1140 gdb.InferiorThread.handle.
1141
1142 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1143
1144 * gdb.python/py-function.exp: Check calling helper function from
1145 all languages.
1146 * lib/gdb.exp (gdb_supported_languages): New proc.
1147
1148 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1149
1150 * gdb.base/complex-parts.c: New file.
1151 * gdb.base/complex-parts.exp: New file.
1152
1153 2019-04-01 Tom Tromey <tromey@adacore.com>
1154
1155 PR symtab/23331:
1156 * gdb.dwarf2/dw2-ranges-main.c: New file.
1157 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1158 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1159
1160 2019-03-30 Simon Marchi <simark@simark.ca>
1161
1162 * gdb.base/default.exp: Add values for $_gdb_major and
1163 $_gdb_minor.
1164
1165 2019-03-29 Tom Tromey <tromey@adacore.com>
1166
1167 * gdb.base/help.exp: Tighten apropos regexp.
1168
1169 2019-03-29 Keith Seitz <keiths@redhat.com>
1170
1171 * gdb.fortran/array-bounds.exp: New file.
1172 * gdb.fortran/array-bounds.f90: New file.
1173
1174 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1175
1176 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1177
1178 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1179
1180 * gdb.multi/hello.c (main): Increase alarm timer.
1181
1182 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1183
1184 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1185 factor when no hardware watchpoint support.
1186
1187 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1188 Pedro Alves <palves@redhat.com>
1189
1190 * boards/local-board.exp: set sysroot to /.
1191
1192 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1193
1194 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1195 in child.
1196
1197 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1198
1199 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1200 field.
1201 (make_container): Initialise new field.
1202 * gdb.python/py-prettyprint.exp: Add new tests.
1203 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1204 <display_hint>: New method.
1205
1206 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1209 gdb_continue_to_breakpoint more throughout this test.
1210 (run_lang_tests) Supply unique test names, and use
1211 gdb_test_no_output.
1212
1213 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1214
1215 * gdb.base/finish-pretty.exp: Update expected results.
1216 * gdb.base/pretty-print.c: New file.
1217 * gdb.base/pretty-print.exp: New file.
1218
1219 2019-03-25 Pedro Alves <palves@redhat.com>
1220
1221 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1222 move comments outside list. Append '-i "" eof' section.
1223
1224 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1225
1226 * README: Add pie options.
1227 * gdb.base/break-interp.exp: Ensure pie is disabled.
1228 * gdb.base/dump.exp: Likewise.
1229 * lib/gdb.exp (gdb_compile): Add pie option.
1230
1231 2019-03-19 Tom Tromey <tromey@adacore.com>
1232
1233 * gdb.mi/mi2-cli-display.c: New file.
1234 * gdb.mi/mi2-cli-display.exp: New file.
1235
1236 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1237 Tom Tromey <tromey@adacore.com>
1238
1239 * gdb.ada/ptype_array/pck.adb: New file.
1240 * gdb.ada/ptype_array/pck.ads: New file.
1241 * gdb.ada/ptype_array/foo.adb: New file.
1242 * gdb.ada/ptype_array.exp: New file.
1243
1244 2019-03-14 Tom Tromey <tromey@adacore.com>
1245
1246 * gdb.base/style.exp: Add "set style sources" test.
1247
1248 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1249
1250 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1251 * mi-breakpoint-multiple-locations.exp: ... this.
1252 (make_breakpoints_pattern): New proc.
1253 (do_test): Add mi_version parameter, test -break-insert,
1254 -break-info and =breakpoint-created.
1255
1256 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1257
1258 * config/default.exp: Remove 'load_lib gdb.exp'.
1259 * config/monitor.exp: Likewise.
1260 * config/sid.exp: Likewise.
1261 * config/sim.exp: Likewise.
1262 * config/slite.exp: Likewise.
1263 * config/unix.exp: Likewise.
1264 * gdb.base/default.exp: Remove unhelpful comment.
1265
1266 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1267
1268 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1269
1270 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1271
1272 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1273
1274 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1275
1276 * gdb.fortran/type-kinds.exp: Update expected results.
1277
1278 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1279
1280 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1281
1282 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1283
1284 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1285 function.
1286 (test_basic_parsing_of_type_kinds): Expand types tested.
1287 (test_parsing_invalid_type_kinds): New function.
1288
1289 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1290
1291 * gdb.fortran/intrinsics.exp: New file.
1292 * gdb.fortran/intrinsics.f90: New file.
1293 * gdb.fortran/type-kinds.exp: New file.
1294
1295 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1296
1297 * gdb.fortran/dot-ops.exp: New file.
1298
1299 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1300
1301 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1302 Check upper and lower case logical literals.
1303
1304 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1305
1306 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1307 Remove duplicate tests.
1308
1309 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1310
1311 * lib/gdb.exp (builtin_cd): rename of cd.
1312 (cd): Override builtin.
1313
1314 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1315
1316 * gdb.fortran/function-calls.exp: New file.
1317 * gdb.fortran/function-calls.f90: New test.
1318
1319 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1320
1321 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1322 on user program standard output.
1323 * gdb.fortran/short-circuit-argument-list.f90: Record function
1324 calls.
1325
1326 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1327
1328 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1329 failure.
1330
1331 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1332
1333 PR gdb/8527
1334 * gdb.base/interrupt-daemon-attach.c,
1335 gdb.base/interrupt-daemon-attach.exp: New test.
1336
1337 2019-02-27 Pedro Alves <palves@redhat.com>
1338
1339 * gdb.base/page.exp: Add tests for "set width/height -1".
1340
1341 2019-02-27 Pedro Alves <palves@redhat.com>
1342
1343 * gdb.base/page.exp: Add tests for "set/show width/height" with
1344 "infinite" values.
1345
1346 2019-02-27 Tom Tromey <tromey@adacore.com>
1347
1348 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1349 2.4.
1350 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1351 workaround.
1352
1353 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1354
1355 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1356 tests for structs with static members.
1357
1358 2019-02-26 Tom Tromey <tromey@adacore.com>
1359
1360 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1361 ValueError, not TypeError.
1362
1363 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1364
1365 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1366 call from main program.
1367
1368 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1369
1370 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1371 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1372 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1373 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1374 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1375
1376 2019-02-22 Keith Seitz <keiths@redhat.com>
1377
1378 PR symtab/23853
1379 * gdb.base/symlink-sourcefile.c: New file.
1380 * gdb.base/symlink-sourcefile.exp: New file.
1381
1382 2019-02-20 Tom Tromey <tom@tromey.com>
1383
1384 * gdb.base/info_qt.exp: Update.
1385
1386 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1387
1388 * gdb.base/source.exp: Move "error in sourced script" code to
1389 the end.
1390 * gdb.base/source-error.gdb: Move contents to
1391 source-error-1.gdb. Add new code to source source-error-1.gdb.
1392 * gdb.base/source-error-1.gdb: New file, from previous
1393 source-error.gdb.
1394
1395 2019-02-17 Tom Tromey <tom@tromey.com>
1396
1397 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1398 for macro styling.
1399 * gdb.base/style.c (SOME_MACRO): New macro.
1400
1401 2019-02-17 Tom Tromey <tom@tromey.com>
1402
1403 * gdb.base/style.exp: Add line-wrapping tests.
1404 * gdb.base/page.exp: Add test for quitting during pagination.
1405
1406 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1407
1408 * gdb.ada/big_packed_array: New testcase.
1409 * gdb.ada/homonym.exp: Fix incorrect expected output for
1410 "break <homonym__get_value>" test.
1411
1412 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1413
1414 PR breakpoints/21870
1415 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1416 and prepare_for_testing. Add comment.
1417 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1418 redundant cleanup call. Clean up comment.
1419
1420 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1421
1422 PR breakpoints/21870
1423 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1424 * gdb.arch/aarch64-dbreg-contents.c: New file.
1425
1426 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1427
1428 * gdb.ada/mi_ref_changeable: New testcase.
1429
1430 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1431
1432 * gdb.base/attach.exp: Add double attach test.
1433
1434 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1435
1436 * lib/gdb.exp (default_gdb_start): Don't match pagination
1437 prompt.
1438 (gdb_init): Set stty_init.
1439
1440 2019-01-27 Tom Tromey <tom@tromey.com>
1441
1442 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1443 skip_python_tests.
1444
1445 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1446
1447 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1448 New structure.
1449 (struct struct_static_02_02): Likewise.
1450 (struct struct_static_02_03): Likewise.
1451 (struct struct_static_02_04): Likewise.
1452 (struct struct_static_04_01): Likewise.
1453 (struct struct_static_04_02): Likewise.
1454 (struct struct_static_04_03): Likewise.
1455 (struct struct_static_04_04): Likewise.
1456 (struct struct_static_06_01): Likewise.
1457 (struct struct_static_06_02): Likewise.
1458 (struct struct_static_06_03): Likewise.
1459 (struct struct_static_06_04): Likewise.
1460 (cmp_struct_static_02_01): Likewise.
1461 (cmp_struct_static_02_02): Likewise.
1462 (cmp_struct_static_02_03): Likewise.
1463 (cmp_struct_static_02_04): Likewise.
1464 (cmp_struct_static_04_01): Likewise.
1465 (cmp_struct_static_04_02): Likewise.
1466 (cmp_struct_static_04_03): Likewise.
1467 (cmp_struct_static_04_04): Likewise.
1468 (cmp_struct_static_06_01): Likewise.
1469 (cmp_struct_static_06_02): Likewise.
1470 (cmp_struct_static_06_03): Likewise.
1471 (cmp_struct_static_06_04): Likewise.
1472 (call_all): Test new structs.
1473 * gdb.base/infcall-nested-structs.exp: Likewise.
1474
1475 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1476 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1477
1478 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1479 * gdb.base/stack-protector.c: New test.
1480 * gdb.base/stack-protector.exp: New file.
1481 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1482 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1483 option.
1484 (gdb_compile): Remove stack protector for GCC and prevent
1485 recursion.
1486
1487 2019-01-16 Keith Seitz <keiths@redhat.com>
1488
1489 PR gdb/23773
1490 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1491
1492 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1493
1494 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1495 aliases.
1496 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1497 tests.
1498 * gdb.arch/powerpc-vector-regs.c: New file.
1499 * gdb.arch/powerpc-vector-regs.exp: New file.
1500
1501 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1502
1503 * gdb.arch/altivec-regs.exp: Fix the list passed to
1504 gdb_expect_list when testing "info vector".
1505
1506 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1507
1508 * gdb.base/style.exp: Don't include path in testname.
1509
1510 2019-01-10 Keith Seitz <keiths@redhat.com>
1511
1512 PR gdb/23712
1513 PR symtab/23010
1514 * gdb.dwarf2/multidictionary.exp: New file.
1515
1516 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1517
1518 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1519 (test_gnuv3_style_demangling): ... this.
1520 (test_lucid_style_demangling): Remove.
1521 (test_arm_style_demangling): Remove.
1522 (test_hp_style_demangling): Remove.
1523 (do_tests): Remove calls to the above.
1524
1525 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1526
1527 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1528 case.
1529
1530 2019-01-06 Tom Tromey <tom@tromey.com>
1531
1532 PR gdb/28155:
1533 * gdb.dwarf2/typedef-void-finish.exp: New file.
1534
1535 2018-12-28 Tom Tromey <tom@tromey.com>
1536 Simon Marchi <simark@simark.ca>
1537
1538 * gdb.base/jit-exec.exp: New file.
1539 * gdb.base/jit-exec.c: New file.
1540 * gdb.base/jit-execd.c: New file.
1541
1542 2018-12-28 Tom Tromey <tom@tromey.com>
1543
1544 * gdb.base/style.exp: Update test to check for address styling.
1545
1546 2018-12-28 Tom Tromey <tom@tromey.com>
1547
1548 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1549 message.
1550
1551 2018-12-28 Tom Tromey <tom@tromey.com>
1552
1553 * gdb.base/style.exp: Add test for version number styling.
1554
1555 2018-12-28 Tom Tromey <tom@tromey.com>
1556
1557 * gdb.base/style.exp: Add test for print_address_symbolic.
1558
1559 2018-12-28 Tom Tromey <tom@tromey.com>
1560
1561 * gdb.base/style.exp: Add test for breakpoint setting.
1562
1563 2018-12-28 Tom Tromey <tom@tromey.com>
1564
1565 * gdb.base/style.exp: Add test for variable names.
1566
1567 2018-12-28 Tom Tromey <tom@tromey.com>
1568
1569 * gdb.base/style.exp: New file.
1570 * gdb.base/style.c: New file.
1571
1572 2018-12-28 Tom Tromey <tom@tromey.com>
1573
1574 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1575 "dumb".
1576 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1577 the TERM environment variable.
1578
1579 2018-12-27 Tom Tromey <tom@tromey.com>
1580
1581 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1582 pagination test.
1583
1584 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1585
1586 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1587 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1588
1589 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1590
1591 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1592 Filename a.adb changed to bp_fun_addr.adb.
1593 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1594
1595 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1596
1597 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1598 non-PIE executables.
1599 * README: Mention the gdb,nopie_flag board setting.
1600 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1601 non-PIE executable.
1602 * gdb.arch/amd64-entry-value.exp: Likewise.
1603 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1604 * gdb.arch/i386-float.exp: Likewise.
1605 * gdb.arch/i386-signal.exp: Likewise.
1606 * gdb.mi/mi-reg-undefined.exp: Likewise.
1607
1608 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1609
1610 PR gdb/23974
1611 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1612
1613 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1614
1615 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1616 Update order of results accordingly.
1617
1618 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1619
1620 * gdb.base/annota1.exp: Update a test regexp.
1621
1622 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1623
1624 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1625
1626 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1627
1628 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1629 (reuse_time): Initialize to REUSE_TIME_CAP.
1630 (check_rc): New function.
1631 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1632 Check pthread_create rc.
1633 (spawner_thread_func): Check pthread_create and pthread_join rc.
1634
1635 2018-12-08 Pedro Alves <palves@redhat.com>
1636
1637 * gdb.base/list.exp (test_forward_search): Rename to ...
1638 (test_forward_reverse_search): ... this. Also test reverse-search
1639 and the forward-search alias.
1640
1641 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1642
1643 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1644 local timeout variable before return, and remove all local timeout
1645 variable entirely.
1646 (gdb_load): Likewise.
1647
1648 2018-12-01 Tom de Vries <tdevries@suse.de>
1649
1650 * gdb.base/gdb-caching-proc.exp: New file.
1651
1652 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1653
1654 * Makefile.in (TIMESTAMP): New variable.
1655 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1656 command.
1657 (check-single-racy): Likewise.
1658 (check/%.exp): Likewise.
1659 (check-racy/%.exp): Likewise.
1660 (workers/%.worker): Likewise.
1661 (build-perf): Likewise.
1662 (check-perf): Likewise.
1663 * README: Describe new "TS" and "TS_FORMAT" variables.
1664 * print-ts.py: New file.
1665
1666 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1667
1668 PR python/23714
1669 * gdb.python/python.exp: Test command repetition after
1670 gdb.execute.
1671
1672 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1673
1674 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1675 is correctly aligned.
1676
1677 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1678
1679 * gdb.ada/info_auto_lang.exp: New testcase.
1680 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1681 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1682 * gdb.ada/info_auto_lang/some_c.c: New file.
1683
1684 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1685
1686 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1687 FUNC_lang language syntax.
1688
1689 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1690
1691 * gdb.base/info_minsym.c: New file.
1692 * gdb.base/info_minsym.exp: New file.
1693
1694 2018-11-19 Tom Tromey <tom@tromey.com>
1695
1696 PR rust/23625:
1697 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1698 * gdb.rust/expr.exp: Update expected output. Change one test.
1699
1700 2018-11-19 Tom Tromey <tom@tromey.com>
1701
1702 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1703
1704 2018-11-19 Pedro Alves <palves@redhat.com>
1705
1706 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1707 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1708 see the expected warning.
1709
1710 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1711
1712 PR gdb/22736:
1713 * gdb.cp/infcall-nodebug-lib.c: New test.
1714 * gdb.cp/infcall-nodebug-main.c: New test.
1715 * gdb.cp/infcall-nodebug.exp: New file.
1716
1717 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1718
1719 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1720 completer tests.
1721
1722 2018-11-09 Tom de Vries <tdevries@suse.de>
1723
1724 * gdb.base/msym-lang.c: New test.
1725 * gdb.base/msym-lang.exp: New file.
1726 * gdb.base/msym-lang-main.c: New test.
1727
1728 2018-11-08 Tom Tromey <tom@tromey.com>
1729
1730 PR gdb/23555:
1731 PR gdb/23838:
1732 * gdb.base/warning.exp: New file.
1733
1734 2018-11-08 Jan Beulich <jbeulich@suse.com>
1735
1736 * testsuite/gdb.arch/i386-avx512.c,
1737 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1738
1739 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1740
1741 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1742 point hardware.
1743
1744 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1745
1746 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1747 * gdb.dwarf2/missing-type-name.exp: New file.
1748
1749 2018-11-06 Tom de Vries <tdevries@suse.de>
1750
1751 * gdb.base/many-headers.c: New test.
1752 * gdb.base/many-headers.exp: New file.
1753
1754 2018-11-06 Jim Wilson <jimw@sifive.com>
1755
1756 * gdb.base/code_elim.exp: For riscv, set additional_flags
1757 to include -msmall-data-limit=0.
1758
1759 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1760
1761 * gdb.ada/watch_minus_l: New testcase.
1762
1763 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1764
1765 * gdb.arch/aix-sighandle.c: New file.
1766 * gdb.arch/aix-sighandle.exp: New file.
1767
1768 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1769
1770 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1771 registers being unions.
1772
1773 2018-10-31 Tom de Vries <tdevries@suse.de>
1774
1775 * lib/valgrind.exp: New file.
1776 (vgdb_start, vgdb_stop): New procs, factored out of ...
1777 * gdb.base/valgrind-bt.exp: ... here, ...
1778 * gdb.base/valgrind-disp-step.exp: ... here and ...
1779 * gdb.base/valgrind-infcall.exp: ... here.
1780
1781 2018-10-31 Tom de Vries <tdevries@suse.de>
1782
1783 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1784
1785 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1786
1787 * gdb.dwarf2/void-type.c: New file.
1788 * gdb.dwarf2/void-type.exp: New file.
1789
1790 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1791
1792 * gdb.base/info_qt.c: New file.
1793 * gdb.base/info_qt.exp: New file.
1794
1795 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1796
1797 * gdb.arch/powerpc-htm-regs.c: New file.
1798 * gdb.arch/powerpc-htm-regs.exp: New file.
1799
1800 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1801
1802 * gdb.arch/powerpc-tar.c: New file.
1803 * gdb.arch/powerpc-tar.exp: New file.
1804
1805 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1806
1807 * gdb.arch/powerpc-ppr-dscr.c: New file.
1808 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1809
1810 2018-10-25 Tom de Vries <tdevries@suse.de>
1811
1812 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1813
1814 2018-10-24 Tom de Vries <tdevries@suse.de>
1815
1816 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1817 longer exists error.
1818
1819 2018-10-24 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1822
1823 2018-10-24 Tom de Vries <tdevries@suse.de>
1824
1825 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1826 --db-attach in valgrind.
1827
1828 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1829
1830 * gdb.arch/riscv-reg-aliases.c: New file.
1831 * gdb.arch/riscv-reg-aliases.exp: New file.
1832
1833 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1834
1835 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1836
1837 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1838
1839 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1840
1841 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1842
1843 * gdb.cp/ovldbreak.exp: Fix regexps.
1844
1845 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1846
1847 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1848
1849 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1850
1851 PR cli/23785
1852 * gdb.base/restore.exp: New test to check if "restore" with an
1853 invalid file doesn't segfault.
1854
1855 2018-10-18 Tom de Vries <tdevries@suse.de>
1856
1857 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1858 * gdb.ada/excep_handle.exp: Same.
1859 * gdb.ada/mi_string_access.exp: Same.
1860 * gdb.ada/mi_var_union.exp: Same.
1861 * gdb.arch/arc-analyze-prologue.exp: Same.
1862 * gdb.arch/arc-decode-insn.exp: Same.
1863 * gdb.base/readnever.exp: Same.
1864 * gdb.fortran/printing-types.exp: Same.
1865 * gdb.guile/scm-lazy-string.exp: Same.
1866
1867 2018-10-16 Tom de Vries <tdevries@suse.de>
1868
1869 PR gdb/23730
1870 * gdb.base/catch-follow-exec.c: Add copyright notice.
1871 * gdb.base/catch-follow-exec.exp: Rewrite to use
1872 gdb_spawn_with_cmdline_opts. Require gdb-native.
1873
1874 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1875
1876 * gdb.trace/actions-changed.exp: Check for arch support.
1877 * gdb.trace/actions.exp: Likewise.
1878 * gdb.trace/ax.exp: Likewise.
1879 * gdb.trace/backtrace.exp: Likewise.
1880 * gdb.trace/change-loc.exp: Likewise.
1881 * gdb.trace/deltrace.exp: Likewise.
1882 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1883 * gdb.trace/ftrace.exp: Likewise.
1884 * gdb.trace/infotrace.exp: Check for arch support.
1885 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1886 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1887 * gdb.trace/mi-tsv-changed.exp: Likewise.
1888 * gdb.trace/packetlen.exp: Likewise.
1889 * gdb.trace/passc-dyn.exp: Likewise.
1890 * gdb.trace/passcount.exp: Likewise.
1891 * gdb.trace/pending.exp: Likewise.
1892 * gdb.trace/range-stepping.exp: Check for shlib support.
1893 * gdb.trace/report.exp: Check for arch support.
1894 * gdb.trace/save-trace.exp: Likewise.
1895 * gdb.trace/signal.exp: Check for signal support.
1896 * gdb.trace/tfind.exp: Check for arch support.
1897 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1898 * gdb.trace/trace-common.h: Add comment.
1899 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1900 * gdb.trace/trace-enable-disable.exp: Likewise.
1901 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1902 * gdb.trace/tracecmd.exp: Check for arch support.
1903 * gdb.trace/tspeed.exp: Check for shlib and target support.
1904 * gdb.trace/tstatus.exp: Check for arch support.
1905 * gdb.trace/tsv.exp: Likewise.
1906 * gdb.trace/while-dyn.exp: Likewise.
1907 * gdb.trace/while-stepping.exp: Likewise.
1908 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1909
1910 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1911
1912 * gdb.trace/tspeed.exp: Remove nowarnings.
1913 (prepare_for_trace_test): Declare "global ipalib".
1914 * gdb.trace/tspeed.c: Include unistd.h.
1915 (main): Remove superfluous printf argument.
1916
1917 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1918
1919 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1920 directory prefix on the filename.
1921
1922 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1923
1924 * gdb.gdb/unittest.exp: Update expected message informing that
1925 selftests have been disabled.
1926 * gdb.server/unittest.exp: Likewise.
1927
1928 2018-10-09 Tom de Vries <tdevries@suse.de>
1929
1930 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1931 with runto_main.
1932
1933 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1934
1935 PR c++/16841
1936 * gdb.cp/virtbase2.cc: New file.
1937 * gdb.cp/virtbase2.exp: New file.
1938
1939 2018-10-06 Tom Tromey <tom@tromey.com>
1940
1941 PR python/19399:
1942 * gdb.python/py-inferior.exp: Add architecture test.
1943
1944 2018-10-06 Tom Tromey <tom@tromey.com>
1945
1946 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1947 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1948
1949 2018-10-06 Tom Tromey <tom@tromey.com>
1950
1951 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1952 of a "throw" catchpoint.
1953
1954 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1955
1956 * gdb.base/info-proc.exp: Update string expected from "help info
1957 proc".
1958
1959 2018-10-04 Tom Tromey <tom@tromey.com>
1960
1961 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1962 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1963 (test_initial_complaints, test_empty_complaints): Update.
1964 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1965
1966 2018-10-04 Tom Tromey <tom@tromey.com>
1967
1968 PR cli/19551:
1969 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1970 * lib/gdb.exp (gdb_file_cmd): Update.
1971 * gdb.stabs/weird.exp (print_weird_var): Update.
1972 * gdb.server/solib-list.exp: Update.
1973 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1974 * gdb.mi/mi-cli.exp: Update.
1975 * gdb.linespec/linespec.exp: Update.
1976 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1977 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1978 * gdb.cp/cp-relocate.exp: Update.
1979 * gdb.base/sym-file.exp: Update.
1980 * gdb.base/relocate.exp: Update.
1981 * gdb.base/readnever.exp: Update.
1982 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1983 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1984 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1985 * gdb.base/code_elim.exp: Update.
1986 * gdb.base/break-unload-file.exp (test_break): Update.
1987 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1988 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1989 Update.
1990 * gdb.base/attach.exp (do_attach_tests): Update.
1991 * gdb.base/sepdebug.exp: Update.
1992 * gdb.python/py-section-script.exp: Update.
1993
1994 2018-10-04 Tom Tromey <tom@tromey.com>
1995
1996 PR cli/22234:
1997 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1998 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1999 output.
2000
2001 2018-10-04 Tom Tromey <tom@tromey.com>
2002
2003 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2004 set width and height to 0.
2005 (test_command_line_attach_run): Use -quiet.
2006
2007 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2008
2009 * lib/gdb.exp (skip_ifunc_tests): New.
2010 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2011 other compile failures.
2012 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2013
2014 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2015
2016 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2017 is_amd64_regs_target.
2018
2019 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2020
2021 * gdb.arch/aarch64-sighandler-regs.c: New test.
2022 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2023 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2024
2025 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2026
2027 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2028 assembly.
2029
2030 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2031
2032 * gdb.base/frame-selection.exp: New file.
2033 * gdb.base/frame-selection.c: New file.
2034
2035 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2036
2037 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2038 pthread barrier.
2039 (main): Likewise.
2040
2041 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2042
2043 * gdb.base/large-frame-1.c: New file.
2044 * gdb.base/large-frame-2.c: New file.
2045 * gdb.base/large-frame.exp: New file.
2046 * gdb.base/large-frame.h: New file.
2047
2048 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2049
2050 PR gdb/20948
2051 * gdb.base/write_mem.exp: New test.
2052 * gdb.base/write_mem.c: Likewise.
2053
2054 2018-09-23 Tom Tromey <tom@tromey.com>
2055
2056 PR python/18852:
2057 * gdb.python/py-parameter.exp: Add test for parameter that throws
2058 on "set".
2059
2060 2018-09-23 Tom Tromey <tom@tromey.com>
2061
2062 PR python/17284:
2063 * gdb.python/py-template.exp (test_template_arg): Add test for
2064 negative template argument number.
2065
2066 2018-09-23 Tom Tromey <tom@tromey.com>
2067
2068 PR python/14062:
2069 * gdb.python/python.exp: Add test for post_event error.
2070
2071 2018-09-23 Tom Tromey <tom@tromey.com>
2072
2073 PR python/18170:
2074 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2075 convert pointers to int and long.
2076
2077 2018-09-23 Tom Tromey <tom@tromey.com>
2078
2079 PR python/20126:
2080 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2081 signed-ness conversion tests.
2082
2083 2018-09-23 Tom Tromey <tom@tromey.com>
2084
2085 PR python/18352;
2086 * gdb.python/py-value.exp (test_float_conversion): New proc.
2087 Use it.
2088
2089 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2090
2091 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2092
2093 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2094
2095 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2096 no readline.
2097 * gdb.base/utf8-identifiers.exp: Likewise.
2098 * gdb.cp/cpcompletion.exp: Likewise.
2099 * gdb.linespec/cpcompletion.exp: Likewise.
2100 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2101 * gdb.linespec/cpls-ops.exp: Likewise.
2102
2103 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2104 Chris January <chris.january@arm.com>
2105
2106 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2107 * gdb.fortran/short-circuit-argument-list.exp: New file.
2108 * gdb.fortran/short-circuit-argument-list.f90: New test.
2109
2110 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2111
2112 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2113 "arch=" keyword when executing "-stack-list-frames".
2114
2115 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2116
2117 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2118 "arch=" keyword when executing "-stack-list-frames".
2119
2120 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2121
2122 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2123 break ada".
2124
2125 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2126
2127 PR python/23669
2128 * gdb.python/python.exp: Test gdb.execute("show commands").
2129
2130 2018-09-16 Tom Tromey <tom@tromey.com>
2131
2132 * gdb.base/new-ui.exp (do_execution_tests): Update.
2133 * gdb.base/dbx.exp (test_breakpoints): Update.
2134
2135 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2136
2137 * lib/gdb.exp (gdb_simple_compile): Add proc.
2138 (is_elf_target): Use gdb_simple_compile.
2139 (skip_altivec_tests): Likewise.
2140 (skip_vsx_tests): Likewise.
2141 (skip_tsx_tests): Likewise.
2142 (skip_btrace_tests): Likewise.
2143 (skip_btrace_pt_tests): Likewise.
2144 (gdb_can_simple_compile): Likewise.
2145 (gdb_has_argv0): Likewise.
2146 (gdb_target_symbol_prefix): Likewise.
2147 (target_supports_scheduler_locking): Likewise.
2148
2149 2018-09-13 Tom Tromey <tom@tromey.com>
2150
2151 * Makefile.in (TAGS): Recognize proc_with_prefix and
2152 gdb_caching_proc.
2153
2154 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2155
2156 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2157 method.
2158
2159 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2160
2161 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2162 and a few other Inferior properties when the Inferior is no
2163 longer valid.
2164
2165 2018-09-13 Tom Tromey <tom@tromey.com>
2166
2167 PR rust/23650:
2168 * gdb.rust/simple.exp: Add test for enum field access error.
2169
2170 2018-09-13 Tom Tromey <tom@tromey.com>
2171
2172 PR rust/23626:
2173 * gdb.rust/simple.rs (EmptyEnum): New type.
2174 (main): Use it.
2175 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2176
2177 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2178
2179 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2180 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2181 * gdb.python/py-symtab.exp: Update test printing an objfile.
2182
2183 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2184
2185 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2186 object.
2187
2188 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2189
2190 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2191 (support_complex_tests): Use gdb_can_simple_compile.
2192 (is_ilp32_target): Likewise.
2193 (is_lp64_target): Likewise.
2194 (is_64_target): Likewise.
2195 (is_amd64_regs_target): Likewise.
2196 (is_aarch32_target): Likewise.
2197 (gdb_int128_helper): Likewise.
2198
2199 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2200
2201 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2202
2203 2018-09-10 Jerome Guitton <guitton@adacore.com>
2204
2205 * gdb.ada/same_component_name: Add test for case of tagged record
2206 with variable-length fields.
2207
2208 2018-09-10 Xavier Roirand <roirand@adacore.com>
2209
2210 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2211 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2212 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2213 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2214
2215 2018-09-10 Xavier Roirand <roirand@adacore.com>
2216
2217 * gdb.ada/mi_string_access.exp: New testcase.
2218 * gdb.ada/mi_string_access/bar.adb: New file.
2219 * gdb.ada/mi_string_access/pck.adb: New file.
2220 * gdb.ada/mi_string_access/pck.asd: New file.
2221
2222 2018-09-10 Xavier Roirand <roirand@adacore.com>
2223
2224 * gdb.ada/mi_var_union.exp: New testcase.
2225 * gdb.ada/mi_var_union/bar.adb: New file.
2226 * gdb.ada/mi_var_union/pck.adb: New file.
2227 * gdb.ada/mi_var_union/pck.asd: New file.
2228
2229 2018-09-08 Tom Tromey <tom@tromey.com>
2230
2231 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2232
2233 2018-09-08 Tom Tromey <tom@tromey.com>
2234
2235 PR python/16047:
2236 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2237 (register_pretty_printers): Register new printer.
2238 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2239 test.
2240 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2241 (an_int_type3): New global.
2242
2243 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2244
2245 * gdb.ada/expr_with_funcall: New testcase.
2246
2247 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2248
2249 * gdb.ada/packed_array_assign: New testcase.
2250
2251 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2252
2253 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2254 names, and add test prefixes to make test names unique.
2255
2256 2018-09-05 Tom de Vries <tdevries@suse.de>
2257
2258 * gdb.dwarf2/varval.exp: Add test.
2259
2260 2018-09-04 Gary Benson <gbenson@redhat.com>
2261
2262 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2263 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2264
2265 2018-08-31 Tom Tromey <tom@tromey.com>
2266
2267 * gdb.rust/simple.rs: Rename second variable "v".
2268
2269 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2270
2271 * gdb.base/funcargs.c (use_a): New function.
2272 (recurse): Call use_a.
2273
2274 2018-08-29 Keith Seitz <keiths@redhat.com>
2275
2276 * gdb.compile/compile-cplus-anonymous.cc: New file.
2277 * gdb.compile/compile-cplus-anonymous.exp: New file.
2278 * gdb.compile/compile-cplus-array-decay.cc: New file.
2279 * gdb.compile/compile-cplus-array-decay.exp: New file.
2280 * gdb.compile/compile-cplus-inherit.cc: New file.
2281 * gdb.compile/compile-cplus-inherit.exp: New file.
2282 * gdb.compile/compile-cplus-member.cc: New file.
2283 * gdb.compile/compile-cplus-member.exp: New file.
2284 * gdb.compile/compile-cplus-method.cc: New file.
2285 * gdb.compile/compile-cplus-method.exp: New file.
2286 * gdb.compile/compile-cplus-mod.c: "New" file.
2287 * gdb.compile/compile-cplus-namespace.cc: New file.
2288 * gdb.compile/compile-cplus-namespace.exp: New file.
2289 * gdb.compile/compile-cplus-nested.cc: New file.
2290 * gdb.compile/compile-cplus-nested.exp: New file.
2291 * gdb.compile/compile-cplus-print.c: "New" file.
2292 * gdb.compile/compile-cplus-print.exp: "New" file.
2293 * gdb.compile/compile-cplus-virtual.cc: New file.
2294 * gdb.compile/compile-cplus-virtual.exp: New file.
2295 * gdb.compile/compile-cplus.c: "New" file.
2296 * gdb.compile/compile-cplus.exp: "New" file.
2297 * lib/compile-support.exp: New file.
2298
2299 2018-08-16 Gary Benson <gbenson@redhat.com>
2300
2301 PR gdb/13000:
2302 * gdb.base/batch-exit-status.exp: New file.
2303 * gdb.base/batch-exit-status.good-commands: Likewise.
2304 * gdb.base/batch-exit-status.bad-commands: Likewise.
2305
2306 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2307
2308 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2309 (struct struct02): Likewise.
2310 (struct struct03): Likewise.
2311 (struct struct04): Likewise.
2312 (struct struct_01_01): New struct.
2313 (struct struct_01_02): Likewise.
2314 (struct struct_01_03): Likewise.
2315 (struct struct_01_04): Likewise.
2316 (struct struct_02_01): Likewise.
2317 (struct struct_02_02): Likewise.
2318 (struct struct_02_03): Likewise.
2319 (struct struct_02_04): Likewise.
2320 (struct struct_04_01): Likewise.
2321 (struct struct_04_02): Likewise.
2322 (struct struct_04_03): Likewise.
2323 (struct struct_04_04): Likewise.
2324 (struct struct_05_01): Likewise.
2325 (struct struct_05_02): Likewise.
2326 (struct struct_05_03): Likewise.
2327 (struct struct_05_04): Likewise.
2328 (cmp_struct01): Remove function.
2329 (cmp_struct02): Likewise.
2330 (cmp_struct03): Likewise.
2331 (cmp_struct04): Likewise.
2332 (cmp_struct_01_01): Add Function.
2333 (cmp_struct_01_02): Likewise.
2334 (cmp_struct_01_03): Likewise.
2335 (cmp_struct_01_04): Likewise.
2336 (cmp_struct_02_01): Likewise.
2337 (cmp_struct_02_02): Likewise.
2338 (cmp_struct_02_03): Likewise.
2339 (cmp_struct_02_04): Likewise.
2340 (cmp_struct_04_01): Likewise.
2341 (cmp_struct_04_02): Likewise.
2342 (cmp_struct_04_03): Likewise.
2343 (cmp_struct_04_04): Likewise.
2344 (cmp_struct_05_01): Likewise.
2345 (cmp_struct_05_02): Likewise.
2346 (cmp_struct_05_03): Likewise.
2347 (cmp_struct_05_04): Likewise.
2348 (call_all): Add new structs.
2349 * gdb.base/infcall-nested-structs.exp: Likewise.
2350
2351 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2352
2353 * gdb.python/py-framefilter-mi.exp: Update regexp to
2354 check for "arch" field in frame output.
2355
2356 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2357
2358 * gdb.dwarf2/dw2-ranges-func.c: New file.
2359 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2360
2361 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2362
2363 * gdb.base/term.exp: Compare terminal settings with values from
2364 the inferior.
2365 * gdb.base/term.c: Get and set terminal settings.
2366
2367 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2368
2369 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2370 accommodate new "arch" field in frame output.
2371 * gdb.mi/mi-return.exp: Likewise.
2372 * gdb.mi/mi-stack.exp: Likewise.
2373 * gdb.mi/mi-syn-frame.exp: Likewise.
2374 * gdb.mi/user-selected-context-sync.exp: Likewise.
2375
2376 2018-08-19 Michael Spang <spang@google.com>
2377
2378 PR gdb/11786
2379 * gdb.base/gcore-tls-pie.c: New file.
2380 * gdb.base/gcore-tls-pie.exp: New file.
2381
2382 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2383
2384 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2385 * gdb.dwarf2/varval.c: New file.
2386 * gdb.dwarf2/varval.exp: New file.
2387
2388 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2389
2390 PR gdb/18931
2391 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2392
2393 2018-08-16 Keith Seitz <keiths@redhat.com>
2394
2395 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2396 tests expected to pass.
2397
2398 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2399
2400 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2401 -data-disassemble -a.
2402 (test_disassembly_bogus_args): Likewise.
2403
2404 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2405
2406 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2407
2408 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2409
2410 * gdb.base/vla-optimized-out.exp: Add new test.
2411
2412 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2413
2414 * gdb.base/vla-optimized-out-o3.exp: Delete.
2415 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2416 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2417 deleted tests.
2418
2419 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2420
2421 PR gdb/18050:
2422 * gdb.server/extended-remote-restart.c: New file.
2423 * gdb.server/extended-remote-restart.exp: New file.
2424
2425 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2426
2427 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2428 "set variable index = 42".
2429
2430 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2431
2432 * boards/index-cache-gdb.exp: New file.
2433 * gdb.dwarf2/index-cache.exp: New file.
2434 * gdb.dwarf2/index-cache.c: New file.
2435 * gdb.base/maint.exp: Check if we are using the index cache.
2436
2437 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2438
2439 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2440 MAKEFLAGS.
2441
2442 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2443
2444 * dg-extract-results.sh: Move to toplevel contrib.
2445 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2446 * Makefile.in (check-parallel-racy): Likewise.
2447
2448 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2449
2450 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2451 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2452 tests if the target supports scheduler locking.
2453
2454 2018-08-04 Tom de Vries <tdevries@suse.de>
2455
2456 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2457
2458 2018-08-02 Tom Tromey <tom@tromey.com>
2459
2460 PR symtab/16842.
2461 * gdb.cp/temargs.exp: Test "info address" of a template
2462 parameter.
2463
2464 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2465
2466 * gdb.python/py-mi-var-info-path-expression.c: New file.
2467 * gdb.python/py-mi-var-info-path-expression.py: New file.
2468 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2469
2470 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2471
2472 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2473 error after "cannot resolve name" string.
2474
2475 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2476
2477 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2478 started.
2479 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2480
2481 2018-07-28 Tom de Vries <tdevries@suse.de>
2482
2483 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2484
2485 2018-07-26 Tom de Vries <tdevries@suse.de>
2486
2487 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2488
2489 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2490
2491 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2492 is visible.
2493
2494 2018-07-26 Tom de Vries <tdevries@suse.de>
2495
2496 PR breakpoints/23366
2497 * gdb.base/catch-follow-exec.c: New test.
2498 * gdb.base/catch-follow-exec.exp: New file.
2499
2500 2018-07-25 Tom de Vries <tdevries@suse.de>
2501
2502 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2503 vla-optimized-out.c.
2504
2505 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2506
2507 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2508 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2509
2510 2018-07-20 Tom de Vries <tdevries@suse.de>
2511
2512 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2513 NOCLONE macro.
2514 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2515
2516 2018-07-19 Tom de Vries <tdevries@suse.de>
2517
2518 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2519 regular expression.
2520
2521 2018-07-18 Tom de Vries <tdevries@suse.de>
2522
2523 * gdb.base/vla-optimized-out.c: New test.
2524 * gdb.base/vla-optimized-out.exp: New file.
2525
2526 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2527
2528 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2529 message "No address associated with hostname" when gdbserver
2530 cannot resolve the hostname.
2531
2532 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2533
2534 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2535 Add some test prefixes to make tests unique.
2536
2537 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2538
2539 * gdb.base/frameapply.c: New file.
2540 * gdb.base/frameapply.exp: New file.
2541
2542 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2543
2544 * gdb.base/skip.exp: Update expected error message.
2545
2546 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2547 Jan Kratochvil <jan.kratochvil@redhat.com>
2548 Paul Fertser <fercerpav@gmail.com>
2549 Tsutomu Seki <sekiriki@gmail.com>
2550
2551 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2552 parameter.
2553 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2554 by default.
2555 * boards/native-gdbserver.exp: Likewise.
2556 * gdb.server/run-without-local-binary.exp: Improve regexp used
2557 for detecting when a remote debugging connection succeeds.
2558 * gdb.server/server-connect.exp: New file.
2559 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2560 Do not prefix the port number with ":".
2561 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2562 support for detecting and using it. Add '$debughost_gdbserver'
2563 to the list of arguments used to start gdbserver. Handle case
2564 when gdbserver cannot resolve a network name.
2565
2566 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2567
2568 PR c++/23373
2569 * gdb.base/ptype-offsets.cc (struct static_member): New
2570 struct.
2571 (main) <stmember>: New variable.
2572 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2573 with a static member in it.
2574
2575 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2576
2577 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2578 watchpoints enabled and disabled.
2579
2580 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2581
2582 * gdb.base/examine-backward.exp: Still run tests around address
2583 0x0, even if address 0x0 is not readable. Update the pattern for
2584 matching address 0x0 in expected output.
2585
2586 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2587
2588 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2589 malloc/free.
2590
2591 2018-07-04 Tom de Vries <tdevries@suse.de>
2592
2593 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2594
2595 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2596
2597 PR tdep/8282
2598 * gdb.arch/mips-disassembler-options.exp: New test.
2599 * gdb.arch/mips-disassembler-options.s: New test source.
2600
2601 2018-06-29 Pedro Alves <palves@redhat.com>
2602
2603 * gdb.threads/names.exp: Adjust expected "info threads" output.
2604
2605 2018-06-29 Pedro Alves <palves@redhat.com>
2606
2607 * gdb.opt/inline-break.exp (line number, address): Add "info
2608 break" tests.
2609
2610 2018-06-29 Pedro Alves <palves@redhat.com>
2611
2612 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2613 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2614 number and address and running to them.
2615
2616 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2617
2618 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2619
2620 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2621
2622 * lib/compiler.c: Remove executable permission flag.
2623
2624 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2625
2626 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2627 code.
2628 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2629
2630 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2631
2632 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2633
2634 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2635
2636 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2637 address argument is omitted.
2638
2639 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2640
2641 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2642
2643 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2644
2645 PR gdb/21695
2646 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2647 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2648
2649 2018-06-26 Tom Tromey <tom@tromey.com>
2650
2651 PR rust/22574:
2652 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2653 * gdb.rust/simple.rs (struct SimpleLayout): New.
2654
2655 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2656
2657 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2658 "info registers" output.
2659
2660 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2661
2662 * gdb.base/watchpoint-hw-attach.c: New test.
2663 * gdb.base/watchpoint-hw-attach.exp: New file.
2664
2665 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2666
2667 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2668 through /bin/sh.
2669 * boards/dwarf4-gdb-index.exp: Likewise.
2670 * boards/fission-dwp.exp: Likewise.
2671
2672 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2673
2674 * gdb.base/float128.exp: Add comment and improved fail message
2675 to the failure case of "print large128" test.
2676
2677 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2678
2679 * configure.ac: Remove AC_PREREQ.
2680 * configure: Re-generate.
2681
2682 2018-06-19 Pedro Alves <palves@redhat.com>
2683
2684 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2685 (func_extern_caller): New.
2686 (main): Call func_extern_caller.
2687 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2688 logic change.
2689
2690 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2691
2692 PR gdb/16841
2693 * gdb.cp/typedef-base.cc: New file.
2694 * gdb.cp/typedef-base.exp: New file.
2695
2696 2018-06-18 Tom de Vries <tdevries@suse.de>
2697
2698 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2699
2700 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2701 Richard Bunt <Richard.Bunt@arm.com>
2702
2703 * gdb.threads/attach-slow-waitpid.c: New file.
2704 * gdb.threads/attach-slow-waitpid.exp: New file.
2705 * gdb.threads/slow-waitpid.c: New file.
2706
2707 2018-06-14 Pedro Alves <palves@redhat.com>
2708
2709 * gdb.base/fork-running-state.c: Include <errno.h>.
2710 (exit_if_relative_exits): New.
2711 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2712 exits.
2713 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2714 child exits.
2715
2716 2018-06-14 Tom de Vries <tdevries@suse.de>
2717
2718 PR cli/22573
2719 * gdb.base/finish-pretty.c: New test.
2720 * gdb.base/finish-pretty.exp: New file.
2721
2722 2018-06-14 Pedro Alves <palves@redhat.com>
2723
2724 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2725 gdb's expected startup output.
2726
2727 2018-06-14 Pedro Alves <palves@redhat.com>
2728
2729 * lib/selftest-support.exp (selftest_setup): Remove inlined
2730 function handling.
2731
2732 2018-06-14 Tom de Vries <tdevries@suse.de>
2733
2734 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2735 matching of breakpoint printing.
2736
2737 2018-06-13 Tom de Vries <tdevries@suse.de>
2738
2739 PR testsuite/23269
2740 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2741 (fork_child): ... here, and ...
2742 (fork_parent): ... here.
2743
2744 2018-06-12 Tom de Vries <tdevries@suse.de>
2745
2746 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2747
2748 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2749 Stephen Roberts <stephen.roberts@arm.com>
2750
2751 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2752 rewrite test to describe action performed, rather than possible
2753 failure.
2754
2755 2018-06-08 Gary Benson <gbenson@redhat.com>
2756
2757 * gdb.threads/check-libthread-db.exp: New file.
2758 * gdb.threads/check-libthread-db.c: Likewise.
2759
2760 2018-06-05 Tom Tromey <tom@tromey.com>
2761
2762 * gdb.base/default.exp: Update expected "show version" output.
2763
2764 2018-06-05 Tom Tromey <tom@tromey.com>
2765
2766 PR cli/12326:
2767 * gdb.cp/static-print-quit.exp: Update.
2768 * lib/gdb.exp (pagination_prompt): Update.
2769 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2770 * gdb.python/python.exp: Update.
2771
2772 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2773
2774 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2775
2776 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2777
2778 * gdb.ada/bp_fun_addr: New testcase.
2779
2780 2018-06-01 Tom Tromey <tom@tromey.com>
2781
2782 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2783 results.
2784 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2785 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2786 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2787 * gdb.base/maint.exp (maint_pass_if): Update.
2788
2789 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2790
2791 * gdb.base/endian.exp: New test.
2792 * gdb.base/endian.c: New test source.
2793
2794 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2795
2796 PR gdb/23203
2797 * gdb.base/bt-selected-frame.c: New file.
2798 * gdb.base/bt-selected-frame.exp: New file.
2799 * lib/gdb.exp (get_current_frame_number): New function.
2800
2801 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2802 Pedro Alves <palves@redhat.com>
2803
2804 * gdb.threads/tls-core.c: Include <stdlib.h>
2805 (thread_proc): Call `abort'.
2806 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2807 (tls_core_test): New procedure, bits factored out from ...
2808 (top level): ... here. Test both native cores and gcore cores.
2809
2810 2018-05-23 Tom Tromey <tom@tromey.com>
2811
2812 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2813
2814 2018-05-23 Tom Tromey <tom@tromey.com>
2815
2816 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2817 symfile_complaints.
2818 (test_short_complaints): Likewise.
2819 (test_empty_complaints): Likewise.
2820 (test_initial_complaints): Update.
2821
2822 2018-05-23 Tom Tromey <tom@tromey.com>
2823
2824 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2825
2826 2018-05-23 Tom Tromey <tom@tromey.com>
2827
2828 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2829 (test_short_complaints): Update.
2830
2831 2018-05-22 Pedro Alves <palves@redhat.com>
2832
2833 * gdb.base/remote.exp: Only gdb_start after compiling the
2834 testcase. Issue "disconnect" before testing "set remote" command
2835 defaults. Issue clean_restart before running to main.
2836
2837 2018-05-22 Pedro Alves <palves@redhat.com>
2838
2839 * gdb.base/remote.exp: Adjust expected output of "show remote
2840 memory-write-packet-size". Add tests for "set remote
2841 memory-write-packet-size 0" and "set remote
2842 memory-write-packet-size fixed/limit".
2843
2844 2018-05-22 Pedro Alves <palves@redhat.com>
2845
2846 PR gdb/22973
2847 * gdb.base/utf8-identifiers.c: New file.
2848 * gdb.base/utf8-identifiers.exp: New file.
2849
2850 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2851
2852 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2853
2854 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2855
2856 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2857
2858 2018-05-18 Tom Tromey <tom@tromey.com>
2859
2860 * gdb.base/ptype-offsets.exp: Update.
2861
2862 2018-05-17 Keith Seitz <keiths@redhat.com>
2863
2864 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2865 in expected breakpoint stop locations.
2866 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2867 move to proper scope to test variable values.
2868 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2869 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2870 New functions.
2871 (main): Call not_inline_func3.
2872 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2873 inline_func1, inline_func2, and inline_func3. Test that when each
2874 breakpoint is hit, GDB properly reports both the stop location
2875 and the backtrace. Repeat tests for temporary breakpoints.
2876
2877 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2878
2879 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2880 rather then trying to access it in determining whether the PID
2881 of `gdbserver' could have been retrieved.
2882
2883 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2884
2885 * gdb.arch/amd64-init-x87-values.S: New file.
2886 * gdb.arch/amd64-init-x87-values.exp: New file.
2887
2888 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2889
2890 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2891
2892 2018-05-04 Tom Tromey <tom@tromey.com>
2893
2894 PR python/22730:
2895 * gdb.python/python.exp: Test multi-line execute.
2896
2897 2018-05-04 Tom Tromey <tom@tromey.com>
2898
2899 PR python/22731:
2900 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2901
2902 2018-05-04 Tom Tromey <tom@tromey.com>
2903
2904 PR gdb/11750:
2905 * gdb.base/define.exp: Test defining a user command inside a user
2906 command.
2907 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2908
2909 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2910 Pedro Alves <palves@redhat.com>
2911
2912 PR breakpoints/19806 and support for PR external/20207.
2913 * gdb.base/watchpoint-unaligned.c: New file.
2914 * gdb.base/watchpoint-unaligned.exp: New file.
2915
2916 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2917
2918 * gdb.base/maint.exp: Make test names unique, use
2919 test_prefix_command_help to test 'help maint info', and remove
2920 repeated test of 'help maint'.
2921
2922 2018-05-04 Tom Tromey <tom@tromey.com>
2923
2924 PR gdb/22619:
2925 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2926 behavior.
2927
2928 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2929
2930 * gdb.base/maint.exp: Process output from 'maint print registers'
2931 line at a time.
2932
2933 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2934
2935 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2936 timeout.
2937
2938 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2939
2940 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2941 filter pattern.
2942
2943 2018-05-02 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2946 to_log_command renames.
2947 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2948
2949 2018-05-02 Tom Tromey <tom@tromey.com>
2950
2951 * gdb.python/py-parameter.exp: Set test message.
2952
2953 2018-05-02 Tom Tromey <tom@tromey.com>
2954
2955 PR python/20084:
2956 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2957 PARAM_ZUINTEGER_UNLIMITED tests.
2958
2959 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2960
2961 PR rust/23124
2962 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2963 when casting.
2964
2965 2018-04-30 Tom Tromey <tom@tromey.com>
2966
2967 * gdb.python/py-type.exp: Check align attribute.
2968 * gdb.python/py-type.c: New "aligncheck" global.
2969
2970 2018-04-30 Tom Tromey <tom@tromey.com>
2971
2972 PR exp/17095:
2973 * gdb.dwarf2/dw2-align.exp: New file.
2974 * gdb.cp/align.exp: New file.
2975 * gdb.base/align.exp: New file.
2976 * lib/gdb.exp (gdb_int128_helper): New proc.
2977 (has_int128_c, has_int128_cxx): New caching procs.
2978
2979 2018-04-27 Tom Tromey <tom@tromey.com>
2980
2981 PR rust/22545:
2982 * gdb.rust/simple.exp: Add inclusive range tests.
2983
2984 2018-04-26 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2987 ifunc breakpoint locations correctly of ifunc breakpoints set
2988 while the program resolves the ifunc.
2989
2990 2018-04-26 Pedro Alves <palves@redhat.com>
2991
2992 * gdb.base/gnu-ifunc-final.c: New file.
2993 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2994 * gdb.base/gnu-ifunc.exp (executable): Delete.
2995 (staticexecutable): Adjust.
2996 (lib_opts, exec_opts): Delete.
2997 (make_binsuffix, build, set-break): New procedures.
2998 (misc_tests): New, with tests factored out from the top level.
2999 (top level): Test different combinations of ifunc resolver name,
3000 resolver with and with debug info, and ifunc target with and
3001 without debug info. Wrap static tests with with_target_prefix.
3002
3003 2018-04-26 Pedro Alves <palves@redhat.com>
3004
3005 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3006 return type" warnings.
3007
3008 2018-04-25 Pedro Alves <palves@redhat.com>
3009
3010 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3011 killed".
3012 * gdb.base/kill-after-signal.exp: Likewise.
3013 * gdb.threads/kill.exp: Likewise.
3014
3015 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3016 Sergio Durigan Junior <sergiodj@redhat.com>
3017 Pedro Alves <palves@redhat.com>
3018
3019 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3020 regexps to expect for '[Inferior ... detached]' as well.
3021 * gdb.base/attach.exp: Likewise.
3022 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3023 "gdb_continue_to_end".
3024 (test_catch_syscall_with_wrong_args): Likewise.
3025 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3026 ']'. Don't set 'verbose' on.
3027 * gdb.base/foll-vfork.exp: Likewise.
3028 * gdb.base/fork-print-inferior-events.c: New file.
3029 * gdb.base/fork-print-inferior-events.exp: New file.
3030 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3031 '[Inferior ... has been killed]' message.
3032 * gdb.base/kill-after-signal.exp: Likewise.
3033 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3034 detach message.
3035 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3036 message.
3037 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3038 regexps to expect for '[Inferior ... detached]' as well.
3039 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3040
3041 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3042
3043 PR gdb/23104
3044 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3045
3046 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3047
3048 * gdb.threads/multiple-successive-infcall.c: New test.
3049 * gdb.threads/multiple-successive-infcall.exp: New file.
3050
3051 2018-04-17 Tom Tromey <tom@tromey.com>
3052
3053 * gdb.rust/simple.rs (Union): New type.
3054 (main): New local "u".
3055 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3056
3057 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3058
3059 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3060 number information in output of "whereis" command.
3061 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3062
3063 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3064
3065 * gdb.ada/info_types.exp: Adjust expected output to the line
3066 numbers now printed by "info var/func/type".
3067 * gdb.base/completion.exp: Likewise.
3068 * gdb.base/included.exp: Likewise.
3069 * gdb.cp/cp-relocate.exp: Likewise.
3070 * gdb.cp/cplusfuncs.exp: Likewise.
3071 * gdb.cp/namespace.exp: Likewise.
3072 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3073
3074 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3075
3076 * gdb.btrace/cpu.exp: New.
3077
3078 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3079
3080 * gdb.base/step-indirect-call-thunk.exp: New.
3081 * gdb.base/step-indirect-call-thunk.c: New.
3082 * gdb.reverse/step-indirect-call-thunk.exp: New.
3083 * gdb.reverse/step-indirect-call-thunk.c: New.
3084
3085 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3086
3087 * gdb.base/pie-fork.c: New file.
3088 * gdb.base/pie-fork.exp: New file.
3089
3090 2018-04-11 Tom Tromey <tom@tromey.com>
3091
3092 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3093
3094 2018-04-10 Pedro Alves <palves@redhat.com>
3095
3096 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3097 exits. Instead loop running forever.
3098 (fork_parent): Run forever too.
3099
3100 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3101
3102 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3103 mi_continue_to_line.
3104 * gdb.mi/mi-stack.c (callee4): Add comment.
3105
3106 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3107
3108 * gdb.mi/mi-stack.exp: Fix indentation.
3109
3110 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3111
3112 PR gdb/22979
3113 * gdb.arch/amd64-osabi.exp: New file.
3114
3115 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3116
3117 PR gdb/22980
3118 * gdb.base/osabi.exp: New file.
3119
3120 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3121
3122 * gdb.cp/static-typedef-print.exp: New file.
3123 * gdb.cp/static-typedef-print.cc: New file.
3124
3125 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3126
3127 * gdb.ada/varsize_limit: New testcase.
3128
3129 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3130
3131 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3132
3133 * gdb.ada/notcplusplus: New testcase.
3134
3135 * gdb.base/c-linkage-name.c: New file.
3136 * gdb.base/c-linkage-name.exp: New testcase.
3137
3138 2018-03-26 Tom Tromey <tom@tromey.com>
3139
3140 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3141 * gdb.python/py-framefilter.py (name_error): New global.
3142 (ErrorInName.function): Use name_error.
3143
3144 2018-03-26 Tom Tromey <tom@tromey.com>
3145
3146 PR backtrace/15582:
3147 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3148
3149 2018-03-23 Keith Seitz <keiths@redhat.com>
3150
3151 PR c++/22968
3152 * gdb.cp/subtypes.exp: New file.
3153 * gdb.cp/subtypes.h: New file.
3154 * gdb.cp/subtypes.cc: New file.
3155 * gdb.cp/subtypes-2.cc: New file.
3156
3157 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3158
3159 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3160 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3161 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3162 -nostartfiles when compiling the test. Confirm that all registers
3163 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3164
3165 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3166
3167 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3168 option, syntax was wrong anyway.
3169 * gdb.arch/arm-disp-step.exp: Likewise.
3170 * gdb.arch/sparc64-regs.exp: Likewise.
3171 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3172 option, syntax was wrong anyway, switch to use
3173 prepare_for_testing.
3174 * gdb.arch/i386-disp-step.exp: Likewise.
3175
3176 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3177
3178 * gdb.ada/exec_changed.exp: Replace "target_info exists
3179 use_gdb_stub" by "use_gdb_stub".
3180 * gdb.ada/start.exp: Likewise.
3181 * gdb.base/async-shell.exp: Likewise.
3182 * gdb.base/attach-pie-misread.exp: Likewise.
3183 * gdb.base/attach-wait-input.exp: Likewise.
3184 * gdb.base/break-entry.exp: Likewise.
3185 * gdb.base/break-interp.exp: Likewise.
3186 * gdb.base/dprintf-detach.exp: Likewise.
3187 * gdb.base/nostdlib.exp: Likewise.
3188 * gdb.base/solib-nodir.exp: Likewise.
3189 * gdb.base/statistics.exp: Likewise.
3190 * gdb.base/testenv.exp: Likewise.
3191 * gdb.mi/mi-exec-run.exp: Likewise.
3192 * gdb.mi/mi-start.exp: Likewise.
3193 * gdb.multi/dummy-frame-restore.exp: Likewise.
3194 * gdb.multi/multi-arch-exec.exp: Likewise.
3195 * gdb.multi/multi-arch.exp: Likewise.
3196 * gdb.multi/tids.exp: Likewise.
3197 * gdb.multi/watchpoint-multi.exp: Likewise.
3198 * gdb.python/py-events.exp: Likewise.
3199 * gdb.threads/attach-into-signal.exp: Likewise.
3200 * gdb.threads/attach-stopped.exp: Likewise.
3201 * gdb.threads/threadapply.exp: Likewise.
3202 * lib/selftest-support.exp: Likewise.
3203
3204 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3205
3206 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3207
3208 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3209
3210 * gdb.perf/template-breakpoints.cc: New file.
3211 * gdb.perf/template-breakpoints.exp: New file.
3212 * gdb.perf/template-breakpoints.py: New file.
3213
3214 2018-03-19 Tom Tromey <tom@tromey.com>
3215
3216 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3217 y0.
3218 * gdb.rust/simple.exp: Test bare identifier form of struct
3219 initializer.
3220
3221 2018-03-19 Tom Tromey <tom@tromey.com>
3222
3223 * gdb.gdb/observer.exp: Remove.
3224
3225 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3226
3227 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3228 "qualified" option when setting breakpoints.
3229 * gdb.trace/backtrace.exp: Likewise.
3230 * gdb.trace/circ.exp: Likewise.
3231 * gdb.trace/collection.exp: Likewise.
3232 * gdb.trace/disconnected-tracing.exp: Likewise.
3233 * gdb.trace/ftrace-lock.exp: Likewise.
3234 * gdb.trace/ftrace.exp: Likewise.
3235 * gdb.trace/infotrace.exp: Likewise.
3236 * gdb.trace/packetlen.exp: Likewise.
3237 * gdb.trace/passc-dyn.exp: Likewise.
3238 * gdb.trace/qtro.exp: Likewise.
3239 * gdb.trace/read-memory.exp: Likewise.
3240 * gdb.trace/report.exp: Likewise.
3241 * gdb.trace/signal.exp: Likewise.
3242 * gdb.trace/status-stop.exp: Likewise.
3243 * gdb.trace/strace.exp: Likewise.
3244 * gdb.trace/tfind.exp: Likewise.
3245 * gdb.trace/trace-break.exp: Likewise.
3246 * gdb.trace/trace-condition.exp: Likewise.
3247 * gdb.trace/trace-mt.exp: Likewise.
3248 * gdb.trace/tstatus.exp: Likewise.
3249 * gdb.trace/tsv.exp: Likewise.
3250 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3251 * gdb.trace/unavailable.exp: Likewise.
3252 * gdb.trace/while-dyn.exp: Likewise.
3253
3254 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3255
3256 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3257 that libinproctrace is copied to the target.
3258
3259 2018-03-14 Tom Tromey <tom@tromey.com>
3260
3261 PR cli/14977:
3262 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3263 a null pointer.
3264 * gdb.base/wchar.exp: Likewise.
3265
3266 2018-03-14 Tom Tromey <tom@tromey.com>
3267
3268 PR cli/19918:
3269 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3270 flag.
3271
3272 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3273
3274 PR gdb/22841
3275 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3276 "target" to remote_exec.
3277
3278 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3279
3280 PR gdb/22841
3281 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3282 ${board}_upload): Remove.
3283
3284 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3285
3286 * gdb.cp/watch-cp.cc: New test.
3287 * gdb.cp/watch-cp.exp: New file.
3288
3289 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3290
3291 * gdb.base/infcall-nested-structs.exp: New file.
3292 * gdb.base/infcall-nested-structs.c: New file.
3293 * gdb.base/float.exp: Add riscv support.
3294
3295 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3296
3297 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3298 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3299
3300 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3301
3302 * gdb.server/abspath.exp: New file.
3303 * lib/gdb.exp (with_cwd): New procedure.
3304
3305 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3306
3307 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3308 use it.
3309 (gdb_is_target_remote_prompt): New proc.
3310 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3311 (gdb_is_target_native): Pass prompt parameter to
3312 gdb_is_target_1.
3313
3314 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3315
3316 * gdb.base/load-command.c: New file.
3317 * gdb.base/load-command.exp: New file.
3318 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3319 (gdb_is_target_1): ...this, and generalize for other targets
3320 than just remote.
3321 (gdb_is_target_remote): Use gdb_is_target_1.
3322 (gdb_is_target_native): use gdb_is_target_1.
3323
3324 2018-02-26 Tom Tromey <tom@tromey.com>
3325
3326 PR python/16497:
3327 * gdb.python/py-framefilter.exp: Update test.
3328
3329 2018-02-26 Tom Tromey <tom@tromey.com>
3330
3331 * gdb.dwarf2/variant.c: New file.
3332 * gdb.dwarf2/variant.exp: New file.
3333
3334 2018-02-26 Tom Tromey <tom@tromey.com>
3335
3336 * gdb.rust/simple.exp: Accept more possible results in enum test.
3337
3338 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3339
3340 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3341 parentheses.
3342
3343 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3344
3345 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3346 name of a variable: $actual_linejj -> $actual_line.
3347
3348 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3349
3350 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3351
3352 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3353
3354 * gdb.btrace/buffer-size.exp: Do not force BTS.
3355
3356 2018-02-14 Pedro Alves <palves@redhat.com>
3357
3358 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3359 getting a "Quit".
3360
3361 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3362
3363 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3364 Fix test name.
3365
3366 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3367
3368 * gdb.cp/m-static.exp: Check type of optimized out static
3369 member.
3370
3371 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3372
3373 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3374 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3375
3376 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3377 Leszek Swirski <leszeks@google.com>
3378
3379 * gdb.python/py-prettyprint.c
3380 (struct to_string_returns_value_inner,
3381 struct to_string_returns_value_wrapper): New.
3382 (main): Add tsrvw variable.
3383 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3384 ToStringReturnsValueWrapper): New classes.
3385 (register_pretty_printers): Register new pretty-printers.
3386 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3387 recursive pretty printer.
3388 * gdb.python/py-mi.exp: Likewise.
3389
3390 2018-02-01 Leszek Swirski <leszeks@google.com>
3391
3392 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3393 functions with the same name as an include file are parsed
3394 correctly.
3395
3396 2018-02-01 Yao Qi <yao.qi@linaro.org>
3397
3398 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3399 "\[^\r\n\]*".
3400
3401 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3402
3403 * gdb.arch/powerpc-prologue-frame.s: New file.
3404 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3405 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3406
3407 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3408
3409 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3410
3411 2018-01-30 Pedro Alves <palves@redhat.com>
3412
3413 PR gdb/13211
3414 * gdb.base/interrupt-daemon.c: New.
3415 * gdb.base/interrupt-daemon.exp: New.
3416 * gdb.multi/multi-term-settings.c: New.
3417 * gdb.multi/multi-term-settings.exp: New.
3418
3419 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3420
3421 * gdb.base/break.exp: Save the location where the breakpoint
3422 on break.c:47 was actually inserted when debugging the version
3423 compiled at -O2 and use it in the expected output of the "info
3424 break" test performed soon after.
3425
3426 2018-01-22 Pedro Alves <palves@redhat.com>
3427 Sergio Durigan Junior <sergiodj@redhat.com>
3428
3429 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3430 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3431
3432 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3433
3434 * gdb.base/break-include.c, gdb.base/break-include.inc,
3435 gdb.base/break-include.exp: New files.
3436 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3437 line number now being the actual line number where the breakpoint
3438 was inserted.
3439 * gdb.mi/mi-break.exp: Likewise.
3440 * gdb.mi/mi-reverse.exp: Likewise.
3441 * gdb.mi/mi-simplerun.exp: Ditto.
3442
3443 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3444
3445 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3446 varobj.
3447 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3448
3449 2018-01-21 Don Breazeal <donb@codesourcery.com>
3450 Andrew Burgess <andrew.burgess@embecosm.com>
3451
3452 * gdb.mi/basics.c: Add new global.
3453 * gdb.mi/mi-frame-regs.exp: New file.
3454 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3455 case.
3456
3457 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3458
3459 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3460 non-parameter, and on an unknown symbol.
3461
3462 2018-01-19 Tom Tromey <tom@tromey.com>
3463
3464 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3465 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3466
3467 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3468
3469 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3470 setrlimit and chdir to int.
3471
3472 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3473
3474 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3475 function.
3476 (my_tend): Likewise.
3477 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3478 rationale of avoiding FP- and vector instructions.
3479
3480 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3481
3482 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3483 "info reg" with "\[ \t\]*".
3484 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3485 "\[ \t\]+".
3486 * gdb.arch/s390-multiarch.exp: Ditto.
3487 * gdb.base/pc-fp.exp: Ditto.
3488 * gdb.reverse/i386-precsave.exp: Ditto.
3489 * gdb.reverse/i386-reverse.exp: Ditto.
3490 * gdb.reverse/i387-env-reverse.exp: Ditto.
3491 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3492
3493 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3494
3495 * lib/gdb.exp (gdb_compile): Re-enable use of
3496 universal_compile_options for languages other than Rust.
3497
3498 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3499
3500 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3501
3502 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3503
3504 PR gdb/16577
3505 * gdb.base/solib-vanish.exp: New.
3506 * gdb.base/solib-vanish-main.c: New.
3507 * gdb.base/solib-vanish-lib1.c: New.
3508 * gdb.base/solib-vanish-lib2.c: New.
3509
3510 2018-01-17 Yao Qi <yao.qi@linaro.org>
3511
3512 * gdb.compile/compile.exp: Match the address printed for
3513 frame in the output of command "bt".
3514
3515 2018-01-15 Tom Tromey <tom@tromey.com>
3516
3517 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3518 compute sp_reg.
3519
3520 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3521
3522 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3523 to prepare.
3524 (prepare): Return 0 on error, 1 on success.
3525
3526 2018-01-12 Pedro Alves <palves@redhat.com>
3527
3528 * gdb.base/continue-after-aborted-step-over.c: New.
3529 * gdb.base/continue-after-aborted-step-over.exp: New.
3530
3531 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3532
3533 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3534 options when not creating an executable.
3535
3536 2018-01-11 Pedro Alves <palves@redhat.com>
3537
3538 PR remote/22597
3539 * gdb.server/stop-reply-no-thread.c: New file.
3540 * gdb.server/stop-reply-no-thread.exp: New file.
3541
3542 2018-01-10 Pedro Alves <palves@redhat.com>
3543
3544 PR gdb/22670
3545 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3546 functions too. Test setting breakpoints and printing C functions
3547 with no debug info too.
3548 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3549
3550 2018-01-10 Pedro Alves <palves@redhat.com>
3551
3552 PR gdb/22670
3553 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3554 a fail.
3555
3556 2018-01-10 Pedro Alves <palves@redhat.com>
3557
3558 PR gdb/22670
3559 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3560
3561 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3562
3563 * gdb.server/unittest.exp: Match the output in non-development
3564 mode.
3565
3566 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3567
3568 * gdb.gdb/unittest.exp: Match output in non-development mode.
3569
3570 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3571
3572 * gdb.ada/access_tagged_param.exp: Relax expected output
3573 for value of "ObjL" in "continue" to pck.inspect breakpoint
3574 test.
3575
3576 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3577
3578 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3579 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3580
3581 2018-01-05 Pedro Alves <palves@redhat.com>
3582
3583 PR gdb/18653
3584 * gdb.base/libsegfault.exp: New.
3585
3586 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3587
3588 PR gdb/22670
3589 * gdb.ada/access_tagged_param.exp: New file.
3590 * gdb.ada/access_tagged_param/foo.adb: New file.
3591
3592 2018-01-05 Pedro Alves <palves@redhat.com>
3593
3594 PR gdb/22670
3595 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3596 exercise lower case too, and to exercise both full matching and
3597 wild matching.
3598
3599 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3600
3601 * gdb.ada/rename_subscript_param: New testcase.
3602
3603 2018-01-05 Jerome Guitton <guitton@adacore.com>
3604
3605 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3606
3607 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3608
3609 * gdb.ada/convvar_comp: New testcase.
3610
3611 2018-01-05 Xavier Roirand <roirand@adacore.com>
3612
3613 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3614 (My_Table): New global variable.
3615 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3616
3617 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3618
3619 PR gdb/22670
3620 * gdb.ada/maint_with_ada: New testcase.
3621
3622 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3623
3624 PR gdb/22670
3625 * gdb.ada/bp_c_mixed_case: New testcase.
3626
3627 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3628
3629 PR gdb/22670
3630 * gdb.ada/complete.exp: Add "complete break ada" test.
3631
3632 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3633
3634 PR gdb/22670
3635 * gdb.ada/info_addr_mixed_case: New testcase.
3636
3637 2018-01-03 Xavier Roirand <roirand@adacore.com>
3638
3639 * gdb.ada/excep_handle.exp: New testcase.
3640 * gdb.ada/excep_handle/foo.adb: New file.
3641 * gdb.ada/excep_handle/pck.ads: New file.
3642
3643 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3644
3645 * gdb.base/step-line.c: Add extra empty line in copyright header.
3646 * gdb.base/step-line.inp: Likewise.
3647
3648 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3649
3650 * gdb.ada/dyn_stride.exp: Add slice test.
3651
3652 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3653
3654 * gdb.ada/dyn_stride: New testcase.
3655
3656 2017-12-27 Stafford Horne <shorne@gmail.com>
3657
3658 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3659 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3660
3661 2017-12-27 Stafford Horne <shorne@gmail.com>
3662
3663 * gdb.base/reggroups.c: New file.
3664 * gdb.base/reggroups.exp: New file.
3665
3666 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3667
3668 * gdb.dwarf2/ada-valprint-error.c: New file.
3669 * gdb.dwarf2/ada-valprint-error.exp: New file.
3670
3671 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3672
3673 * gdb.ada/assign_arr: New testcase.
3674
3675 2017-12-18 Xavier Roirand <roirand@adacore.com>
3676
3677 * gdb.ada/funcall_ptr: New testcase.
3678
3679 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3680
3681 PR cli/16224
3682 * gdb.base/ptype-offsets.cc: New file.
3683 * gdb.base/ptype-offsets.exp: New file.
3684
3685 2017-12-15 Yao Qi <yao.qi@linaro.org>
3686
3687 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3688 if XML is disabled.
3689
3690 2017-12-15 Xavier Roirand <roirand@adacore.com>
3691
3692 * gdb.ada/same_component_name: New testcase.
3693
3694 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3695
3696 * gdb.ada/str_binop_equal: New testcase.
3697
3698 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3699
3700 * gdb.ada/task_switch_in_core: New testcase.
3701
3702 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3703
3704 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3705 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3706 call test_bkpt_qualified.
3707 (test_bkpt_qualified): New proc.
3708
3709 2017-12-13 Pedro Alves <palves@redhat.com>
3710
3711 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3712 Tighten regexp by matching with an anchor.
3713
3714 2017-12-13 Pedro Alves <palves@redhat.com>
3715
3716 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3717 ("expression with namespace"): New set of tests.
3718 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3719 (Nested::Test_NS::qux): New.
3720 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3721 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3722
3723 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3724
3725 * gdb.base/server-del-break.c: New file.
3726 * gdb.base/server-del-break.exp: New file.
3727
3728 2017-12-12 Stafford Horne <shorne@gmail.com>
3729
3730 * gdb.xml/tdesc-regs.exp: Add or1k support.
3731
3732 2017-12-12 Stafford Horne <shorne@gmail.com>
3733
3734 * gdb.base/bp-permanent.c: Define nop of or1k.
3735
3736 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3737
3738 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3739 output with components being reordered.
3740
3741 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3742
3743 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3744 output with components being reordered.
3745
3746 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3747 Pedro Alves <palves@redhat.com>
3748
3749 * gdb.base/maint.exp (check for .gdb_index): Check also for
3750 .debug_names.
3751 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3752 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3753 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3754 (.gdb_index used after symbol reloading): Support also .debug_names.
3755 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3756
3757 2017-12-08 Yao Qi <yao.qi@linaro.org>
3758
3759 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3760 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3761
3762 2017-12-08 Yao Qi <yao.qi@linaro.org>
3763
3764 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3765 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3766
3767 2017-12-08 Yao Qi <yao.qi@linaro.org>
3768
3769 * gdb.arch/aarch64-tagged-pointer.c: New file.
3770 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3771
3772 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3773
3774 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3775 "int".
3776
3777 2017-12-07 Keith Seitz <keiths@redhat.com>
3778
3779 PR breakpoints/22569
3780 * gdb.linespec/ls-errs.exp: Change expected result of "break
3781 -source this file has spaces.c -line 3".
3782 Check that an explicit source file followed by whitespace is
3783 identified as an invalid explicit location.
3784
3785 2017-12-07 Keith Seitz <keiths@redhat.com>
3786
3787 * gdb.cp/nested-types.cc: New file.
3788 * gdb.cp/nested-types.exp: New file.
3789 * lib/cp-support.exp: Load data-structures.exp library.
3790 (debug_cp_test_ptype_class): New global.
3791 (cp_ptype_class_verbose, next_line): New procedures.
3792 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3793 Add and document new return value.
3794 Switch the list of lines to a queue.
3795 Add support for new `type' key for nested type definitions.
3796 Add debugging/troubleshooting messages.
3797 * lib/data-structures.exp: New file.
3798
3799 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3800
3801 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3802 with proc_with_prefix, don't use with_test_prefix.
3803
3804 2017-12-07 Tom Tromey <tom@tromey.com>
3805
3806 * gdb.base/break.exp: Add test for empty "commands".
3807
3808 2017-12-07 Yao Qi <yao.qi@linaro.org>
3809
3810 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3811 malloc and catch syscall.
3812
3813 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3814
3815 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3816 tests for explicit locations.
3817
3818 2017-12-06 Pedro Alves <palves@redhat.com>
3819
3820 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3821 force-disabling XML descriptions.
3822
3823 2017-12-04 Pedro Alves <palves@redhat.com>
3824
3825 PR gdb/22499
3826 * gdb.arch/amd64-disp-step-avx.S: New file.
3827 * gdb.arch/amd64-disp-step-avx.exp: New file.
3828
3829 2017-12-03 Pedro Alves <palves@redhat.com>
3830
3831 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3832 and <string.h>.
3833 (parent_function): Print distinct messages when waitpid fails, or
3834 the child exits with a signal, or the child exits for an unhandled
3835 reason.
3836 * gdb.threads/process-dies-while-detaching.exp
3837 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3838 it. Wait for both inferior output and GDB's prompt. Use an
3839 indirect spawn id list.
3840 (do_detach): New parameter 'child_exit'. Use it to compute
3841 expected inferior output.
3842 (test_detach, test_detach_watch, test_detach_killed_outside):
3843 Adjust to pass down the expected child exit kind.
3844
3845 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3846 Sergio Durigan Junior <sergiodj@redhat.com>
3847 Pedro Alves <palves@redhat.com>
3848
3849 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3850
3851 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3852
3853 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3854 to 'symbol-file' and 'add-symbol-file' can be
3855 position-independent.
3856
3857 2017-12-01 Yao Qi <yao.qi@linaro.org>
3858
3859 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3860 the URL in copyright header.
3861 * gdb.arch/aarch64-fp.exp: Likewise.
3862 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3863 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3864 * gdb.base/expand-psymtabs.exp: Likewise.
3865 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3866 * gdb.fortran/common-block.exp: Likewise.
3867 * gdb.fortran/common-block.f90: Likewise.
3868 * gdb.fortran/logical.exp: Likewise.
3869 * gdb.fortran/vla-datatypes.f90: Likewise.
3870 * gdb.fortran/vla-sub.f90: Likewise.
3871
3872 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3873
3874 * gdb.ada/repeat_dyn: New testcase.
3875
3876 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3877
3878 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3879 Update for changed thread numbering.
3880 * gdb.cell/bt.exp: Update for changed GDB output.
3881
3882 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3883
3884 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3885 setting isremote by hand.
3886 * boards/dwarf4-gdb-index.exp: Likewise.
3887 * boards/fission.exp: Likewise.
3888 * boards/stabs.exp: Likewise.
3889
3890 2017-11-30 Pedro Alves <palves@redhat.com>
3891
3892 * gdb.linespec/cpls-ops.exp
3893 (check_explicit_skips_function_argument): Extract the underlying
3894 type of size_t instead of hardcoding it.
3895
3896 2017-11-29 Pedro Alves <palves@redhat.com>
3897
3898 PR c++/19436
3899 * gdb.linespec/cpls-abi-tag.cc: New file.
3900 * gdb.linespec/cpls-abi-tag.exp: New file.
3901
3902 2017-11-29 Pedro Alves <palves@redhat.com>
3903
3904 * gdb.base/langs.exp: Use -qualified.
3905 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3906 it.
3907 * gdb.cp/namespace.exp: Use -qualified.
3908 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3909 (overload-3, template-overload, template-ret-type, const-overload)
3910 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3911 procedures.
3912 (test_driver): Call them.
3913 * gdb.cp/save-bp-qualified.cc: New.
3914 * gdb.cp/save-bp-qualified.exp: New.
3915 * gdb.linespec/explicit.exp: Test -qualified.
3916 * lib/completion-support.exp (completion::explicit_opts_list): Add
3917 "-qualified".
3918 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3919
3920 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3921
3922 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3923
3924 2017-11-29 Tom Tromey <tom@tromey.com>
3925
3926 * gdb.base/relocate.exp: Update invalid argument test.
3927 Add new tests for invalid arguments.
3928
3929 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3930
3931 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3932 Return 0 as a long.
3933 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3934
3935 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3936
3937 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3938 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3939 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3940 func ().
3941 * gdb.cp/shadow.cc (B.func): Return 0.
3942
3943 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3944
3945 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3946 expected output in gdb_expect call to allow the exception
3947 message to be present as well. Fix syntax confusion to avoid
3948 TCL thinking that exception_name is an array.
3949
3950 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3951
3952 * gdb.arch/spu-info.c: Include <unistd.h>.
3953 (do_signal_test): Fix broken calls to write.
3954 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3955 Fix checks for empty mailboxes. Update signal tests for corrected
3956 do_signal_test routine. Allow nonzero event status.
3957 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3958 * gdb.cell/arch.exp: Use standard_output_file.
3959 * gdb.cell/break.exp: Likewise.
3960 * gdb.cell/bt.exp: Likewise.
3961 * gdb.cell/core.exp: Likewise.
3962 * gdb.cell/dwarfaddr.exp: Likewise.
3963 * gdb.cell/ea-cache.exp: Likewise.
3964 * gdb.cell/ea-standalone.exp: Likewise.
3965 * gdb.cell/f-regs.exp: Likewise.
3966 * gdb.cell/fork.exp: Likewise.
3967 * gdb.cell/gcore.exp: Likewise.
3968 * gdb.cell/mem-access.exp: Likewise.
3969 * gdb.cell/ptype.exp: Likewise.
3970 * gdb.cell/registers.exp: Likewise.
3971 * gdb.cell/sizeof.exp: Likewise.
3972 * gdb.cell/solib-symbol.exp: Likewise.
3973 * gdb.cell/solib.exp: Likewise.
3974
3975 2017-11-25 Pedro Alves <palves@redhat.com>
3976
3977 * gdb.base/complete-empty.exp: New file.
3978 * gdb.base/completion.exp: Adjust.
3979
3980 2017-11-25 Pedro Alves <palves@redhat.com>
3981
3982 * gdb.linespec/cpls-ops.cc: New file.
3983 * gdb.linespec/cpls-ops.exp: New file.
3984 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3985 factored out from ...
3986 (test_complete_prefix_range): ... this.
3987
3988 2017-11-24 Pedro Alves <palves@redhat.com>
3989
3990 * gdb.linespec/cpcompletion.exp: New file.
3991 * gdb.linespec/cpls-hyphen.cc: New file.
3992 * gdb.linespec/cpls.cc: New file.
3993 * gdb.linespec/cpls2.cc: New file.
3994 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3995 test to use test_gdb_complete_unique. Add label completion,
3996 keyword completion and explicit location completion tests.
3997 * lib/completion-support.exp: New file.
3998
3999 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4000
4001 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4002 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4003 when hitting an exception catchpoint.
4004
4005 2017-11-22 Yao Qi <yao.qi@linaro.org>
4006
4007 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4008
4009 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4010
4011 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4012 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4013 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4014
4015 2017-11-22 Yao Qi <yao.qi@linaro.org>
4016
4017 * gdb.base/info-os.exp: Pass pthreads.
4018 * gdb.multi/multi-attach.exp: Likewise.
4019
4020 2017-11-22 Yao Qi <yao.qi@linaro.org>
4021
4022 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4023 compiler.
4024
4025 2017-11-22 Yao Qi <yao.qi@linaro.org>
4026
4027 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4028 * gdb.base/break-interp.exp: Likewise.
4029 * gdb.base/jit-attach-pie.exp: Likewise.
4030
4031 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4032
4033 * gdb.base/float128.c (large128): New variable.
4034 * gdb.base/float128.exp: Add test to print largest __float128 value.
4035
4036 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4037
4038 * gdb.arch/vsx-regs.exp: Update register content checks.
4039
4040 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4041
4042 * gdb.arch/ppc-longdouble.exp: New file.
4043 * gdb.arch/ppc-longdouble.c: Likewise.
4044
4045 2017-11-21 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4048
4049 2017-11-20 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4052 (long_double_typedef): New typedefs.
4053 Use DEF on double and long double.
4054 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4055 cases.
4056 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4057 and 'long_double_ptr_same_size' locals. Use them to decide
4058 whether cast from array/function to float is valid/invalid.
4059
4060 2017-11-17 Tom Tromey <tom@tromey.com>
4061
4062 * gdb.rust/traits.rs: New file.
4063 * gdb.rust/traits.exp: New file.
4064
4065 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4066
4067 * gdb.ada/minsyms: New testcase.
4068
4069 2017-11-16 Pedro Alves <palves@redhat.com>
4070
4071 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4072 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4073
4074 2017-11-16 Pedro Alves <palves@redhat.com>
4075
4076 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4077 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4078
4079 2017-11-16 Pedro Alves <palves@redhat.com>
4080
4081 * gdb.server/reconnect-ctrl-c.c: New file.
4082 * gdb.server/reconnect-ctrl-c.exp: New file.
4083
4084 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4085
4086 * gdb.python/py-rbreak.exp: New file.
4087 * gdb.python/py-rbreak.c: New file.
4088 * gdb.python/py-rbreak-func2.c: New file.
4089
4090 2017-11-16 Pedro Alves <palves@redhat.com>
4091
4092 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4093 pattern.
4094 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4095 GDB.
4096
4097 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4098
4099 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4100 regex.
4101
4102 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4103
4104 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4105 test names.
4106
4107 2017-11-09 Pedro Alves <palves@redhat.com>
4108
4109 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4110 factored out from ...
4111 (top level): ... here, and adjusted to avoid expecting beyond the
4112 prompt in a single gdb_test_multiple.
4113
4114 2017-11-09 Pedro Alves <palves@redhat.com>
4115
4116 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4117 output.
4118 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4119 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4120 * gdb.server/ext-run.exp ("kill" test): Likewise.
4121 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4122
4123 2017-11-09 Pedro Alves <palves@redhat.com>
4124
4125 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4126 match till end of line.
4127
4128 2017-11-09 Pedro Alves <palves@redhat.com>
4129
4130 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4131
4132 2017-11-09 Pedro Alves <palves@redhat.com>
4133
4134 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4135 New procedures, factored out from ...
4136 (top level): ... here, and adjusted to avoid expecting beyond the
4137 prompt in one go.
4138
4139 2017-11-09 Pedro Alves <palves@redhat.com>
4140
4141 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4142 output. Fix '?' match.
4143
4144 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4145
4146 * gdb.ada/scoped_watch: New testcase.
4147 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4148 which is actually correct.
4149 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4150 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4151
4152 2017-11-08 Pedro Alves <palves@redhat.com>
4153
4154 * gdb.gdb/complaints.exp (test_initial_complaints)
4155 (test_serial_complaints, test_short_complaints): Call
4156 complaint_internal instead of complaint.
4157
4158 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4159
4160 * gdb.threads/tls-core.c: New file.
4161 * gdb.threads/tls-core.exp: Likewise.
4162
4163 2017-11-08 Pedro Alves <palves@redhat.com>
4164
4165 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4166 (p Exported_Capitalized): New test.
4167 (p exported_capitalized): New test.
4168
4169 2017-11-07 Pedro Alves <palves@redhat.com>
4170
4171 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4172
4173 2017-11-07 Pedro Alves <palves@redhat.com>
4174
4175 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4176 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4177 (disable_invalid, disable_inverted, disable_negative): New
4178 procedures.
4179 ("bad numbers"): New set of tests.
4180
4181 2017-11-07 Pedro Alves <palves@redhat.com>
4182
4183 * gdb.cp/ena-dis-br-range.exp: Add tests.
4184
4185 2017-11-07 Pedro Alves <palves@redhat.com>
4186
4187 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4188
4189 2017-11-07 Xavier Roirand <roirand@adacore.com>
4190 Pedro Alves <palves@redhat.com>
4191
4192 * gdb.base/ena-dis-br.exp: Add reference to
4193 gdb.cp/ena-dis-br-range.exp.
4194 * gdb.cp/ena-dis-br-range.exp: New file.
4195 * gdb.cp/ena-dis-br-range.cc: New file.
4196
4197 2017-11-06 Pedro Alves <palves@redhat.com>
4198
4199 * gdb.base/attach-non-pgrp-leader.c: New.
4200 * gdb.base/attach-non-pgrp-leader.exp: New.
4201
4202 2017-11-06 Pedro Alves <palves@redhat.com>
4203
4204 * configure.ac: No longer check for termio.h and sgtty.h.
4205 * configure: Regenerate.
4206 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4207 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4208 Remove termio and sgtty code.
4209
4210 2017-11-03 Yao Qi <yao.qi@linaro.org>
4211
4212 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4213 in GDB is disabled.
4214
4215 2017-11-03 Yao Qi <yao.qi@linaro.org>
4216
4217 * gdb.python/py-thrhandle.exp: Skip it if python is not
4218 enabled.
4219
4220 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4221
4222 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4223 as a breakpoint command.
4224
4225 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4226
4227 PR python/21213
4228 * gdb.python/py-infthread.exp: Test calling
4229 InferiorThread.inferior () multiple times in a row.
4230
4231 2017-10-27 Keith Seitz <keiths@redhat.com>
4232
4233 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4234 Test "info break" for every inlined function breakpoint.
4235
4236 2017-10-27 Yao Qi <yao.qi@linaro.org>
4237
4238 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4239
4240 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4241
4242 * gdb.cp/classes.exp (test_static_members): Test printing
4243 Outer::instance.
4244 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4245 (Inner::instance, Outer::instance): New.
4246
4247 2017-10-24 Pedro Alves <palves@redhat.com>
4248
4249 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4250 extra console" test in two stages.
4251
4252 2017-10-24 Pedro Alves <palves@redhat.com>
4253
4254 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4255
4256 2017-10-24 Pedro Alves <palves@redhat.com>
4257
4258 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4259 loop.
4260
4261 2017-10-24 Pedro Alves <palves@redhat.com>
4262
4263 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4264 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4265
4266 2017-10-24 Pedro Alves <palves@redhat.com>
4267
4268 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4269 parameter and handle it. Don't output read value in test name.
4270
4271 2017-10-24 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4274 custom test name.
4275
4276 2017-10-24 Pedro Alves <palves@redhat.com>
4277
4278 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4279 include the unstable output directory name in the test's name.
4280 (initial_setup_simple) <'set args'>: Use custom test name.
4281
4282 2017-10-24 Pedro Alves <palves@redhat.com>
4283
4284 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4285 with explicit test name.
4286
4287 2017-10-20 Pedro Alves <palves@redhat.com>
4288
4289 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4290 'wait -i'. Use gdb_assert and remote_close.
4291
4292 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4293
4294 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4295 number from variable rather than hard-coded.
4296
4297 2017-10-19 Pedro Alves <palves@redhat.com>
4298
4299 * gdb.base/long-inferior-output.c: New file.
4300 * gdb.base/long-inferior-output.exp: New file.
4301
4302 2017-11-18 Keith Seitz <keiths@redhat.com>
4303
4304 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4305 method.
4306 (main): Call it.
4307 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4308 Add additional user-defined conversion operator tests.
4309
4310 2017-10-17 Pedro Alves <palves@redhat.com>
4311
4312 * boards/native-stdio-gdbserver.exp: Load "local-board".
4313
4314 2017-10-17 Pedro Alves <palves@redhat.com>
4315
4316 * gdb.base/quit-live.c: New file.
4317 * gdb.base/quit-live.exp: New file.
4318
4319 2017-10-16 Keith Seitz <keiths@redhat.com>
4320
4321 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4322 (class_with_protected_typedef, class_with_private_typedef)
4323 (struct_with_public_typedef, struct_with_protected_typedef)
4324 (struct_with_private_typedef): New classes/structs.
4325 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4326 typedefs and access specifiers.
4327
4328 2017-10-16 Pedro Alves <palves@redhat.com>
4329 Simon Marchi <simon.marchi@polymtl.ca>
4330
4331 * README (Local vs Remote vs Native): New section.
4332 * boards/local-board.exp: New file, with bits factored out from
4333 ...
4334 * boards/native-extended-gdbserver.exp: ... here. Load
4335 "local-board".
4336 * boards/native-gdbserver.exp: Load "local-board".
4337 (${board}_spawn, ${board}_exec): Delete.
4338 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4339 ...
4340 * boards/stdio-gdbserver-base.exp: ... this new file.
4341 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4342 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4343 procedure.
4344 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4345 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4346 stdio_gdbserver_command.
4347 (${board}_get_remote_address, ${board}_get_comm_port)
4348 (${board}_download, ${board}_upload): Delete.
4349 (get_target_remote_pipe_cmd): New.
4350
4351 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4352
4353 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4354 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4355 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4356 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4357 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4358 remove with_test_prefix.
4359
4360 2017-10-13 Pedro Alves <palves@redhat.com>
4361
4362 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4363 * gdb.base/annota1.exp: Use it instead of is_remote.
4364 * gdb.base/annota3.exp: Use it instead of is_remote.
4365 * gdb.cp/annota2.exp: Use it instead of is_remote.
4366 * gdb.cp/annota3.exp: Use it instead of is_remote.
4367 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4368
4369 2017-10-13 Pedro Alves <palves@redhat.com>
4370
4371 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4372 (test_num_test_vars, run_and_count_vars, find_env)
4373 (test_set_unset_env, test_inherit_env_var): New procedures.
4374 (top level): Use them.
4375
4376 2017-10-13 Pedro Alves <palves@redhat.com>
4377
4378 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4379 also skip on stub-like targets.
4380
4381 2017-10-13 Pedro Alves <palves@redhat.com>
4382
4383 PR gdb/22293
4384 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4385 (top level): Move some tests to ...
4386 (test_not_found): ... this new procedure.
4387 (top level): Call it.
4388
4389 2017-10-13 Pedro Alves <palves@redhat.com>
4390
4391 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4392 expect different "info terminal" output if testing with a
4393 non-native target.
4394
4395 2017-10-13 Pedro Alves <palves@redhat.com>
4396 Simon Marchi <simon.marchi@polymtl.ca>
4397
4398 PR python/12966
4399 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4400
4401 2017-10-13 Pedro Alves <palves@redhat.com>
4402
4403 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4404 already.
4405
4406 2017-10-13 Pedro Alves <palves@redhat.com>
4407
4408 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4409 is_remote.
4410
4411 2017-10-13 Pedro Alves <palves@redhat.com>
4412
4413 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4414 is_remote.
4415
4416 2017-10-13 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4419 is set.
4420 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4421 instead of is_remote.
4422
4423 2017-10-13 Pedro Alves <palves@redhat.com>
4424
4425 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4426 (top level): Add comment.
4427
4428 2017-10-13 Pedro Alves <palves@redhat.com>
4429
4430 * gdb.base/remote.exp (top level): Fix comment typo and add
4431 missing return.
4432
4433 2017-10-13 Pedro Alves <palves@redhat.com>
4434 Simon Marchi <simon.marchi@polymtl.ca>
4435
4436 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4437 calls and add comments. Skip test if use_gdb_stub is set.
4438 (top level): Use "set cwd" command instead of "cd" command.
4439
4440 2017-10-13 Pedro Alves <palves@redhat.com>
4441
4442 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4443 is_remote target check.
4444
4445 2017-10-13 Pedro Alves <palves@redhat.com>
4446
4447 * gdb.base/scope.exp: Use build_executable + clean_restart +
4448 gdb_file_cmd instead of prepare_for_testing and no longer skip
4449 "before run" tests on is_remote target boards. Update comments.
4450 * boards/native-extended-gdbserver.exp
4451 (extended_gdbserver_load_last_file): New, factored out from ...
4452 (gdb_load): ... this. Move further below and add comment.
4453 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4454
4455 2017-10-12 Pedro Alves <palves@redhat.com>
4456
4457 * gdb.base/attach.exp: Remove references to gdb64.
4458 * gdb.base/dbx.exp: Remove references to gdb64.
4459
4460 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4461 Pedro Alves <palves@redhat.com>
4462
4463 * gdb.base/label.exp: Remove is_remote target check.
4464
4465 2017-10-12 Pedro Alves <palves@redhat.com>
4466
4467 * gdb.base/auvx.exp (coredir): Update comment.
4468 (top level) <core_works>: Use "set cwd" command instead of "cd"
4469 command.
4470
4471 2017-10-12 Pedro Alves <palves@redhat.com>
4472 Simon Marchi <simon.marchi@polymtl.ca>
4473
4474 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4475 target boards.
4476
4477 2017-10-12 Pedro Alves <palves@redhat.com>
4478 Simon Marchi <simon.marchi@polymtl.ca>
4479
4480 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4481 Instead skip if there's any gdb_protocol set.
4482
4483 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4484 Pedro Alves <palves@redhat.com>
4485
4486 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4487
4488 2017-10-12 Pedro Alves <palves@redhat.com>
4489 Simon Marchi <simon.marchi@polymtl.ca>
4490
4491 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4492 instead of on dejagnu remote boards.
4493
4494 2017-10-12 Pedro Alves <palves@redhat.com>
4495 Simon Marchi <simon.marchi@polymtl.ca>
4496
4497 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4498 checks. Use build_executable + clean_restart instead of
4499 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4500 of enabling non-stop after starting gdb.
4501
4502 2017-10-12 Pedro Alves <palves@redhat.com>
4503
4504 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4505 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4506 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4507 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4508
4509 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4510
4511 * gdb.arch/arc-tdesc-cpu.exp: New file.
4512 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4513
4514 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4515
4516 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4517
4518 2017-10-10 Pedro Alves <palves@redhat.com>
4519
4520 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4521 expect CLI output.
4522
4523 2017-10-10 Pedro Alves <palves@redhat.com>
4524
4525 * lib/selftest-support.exp (selftest_setup): Update for
4526 captured_command_loop's prototype change.
4527
4528 2017-10-09 Pedro Alves <palves@redhat.com>
4529
4530 Test both arch1=>arch2 and arch2=>arch1.
4531
4532 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4533 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4534 factored out to...
4535 (append_arch1_options, append_arch2_options, append_arch_options)
4536 (build_executables): New procedures.
4537 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4538 local.
4539 (top level): Add new 'first_arch' testing axis.
4540
4541 2017-10-09 Pedro Alves <palves@redhat.com>
4542
4543 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4544 (barrier): New.
4545 (thread_start, all_started): New functions.
4546 (main): Spawn new thread and wait until it is scheduled.
4547 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4548 option.
4549 (do_test): Add 'selected_thread' parameter. Run to all_started
4550 instead of main. Explicitly set the breakpoint at main. Switch
4551 to the SELECTED_THREAD thread.
4552 (top level): Test handling the exec event with either the main
4553 thread or the second thread selected.
4554
4555 2017-10-09 Pedro Alves <palves@redhat.com>
4556
4557 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4558 logic. Move STOP marker after the value checks.
4559 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4560 regexp.
4561
4562 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4563
4564 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4565
4566 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4567
4568 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4569 integer-to-dfp conversion.
4570 * gdb.base/dfp-test.exp: Likewise.
4571
4572 2017-10-04 Pedro Alves <palves@redhat.com>
4573
4574 * gdb.multi/hangout.c: Include <unistd.h>.
4575 (hangout_loop): New function.
4576 (main): Call alarm. Call hangout_loop in a loop.
4577 * gdb.multi/hello.c: Include <unistd.h>.
4578 (hello_loop): New function.
4579 (main): Call alarm. Call hangout_loop in a loop.
4580 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4581 inferior with the other selected.
4582
4583 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4584
4585 * gdb.mi/list-thread-groups-available.exp: New file.
4586 * gdb.mi/list-thread-groups-available.c: New file.
4587
4588 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4589
4590 * gdb.base/set-cwd.exp: Make it available on
4591 native-extended-gdbserver.
4592
4593 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4594
4595 * gdb.base/set-cwd.c: New file.
4596 * gdb.base/set-cwd.exp: Likewise.
4597
4598 2017-10-02 Tom Tromey <tom@tromey.com>
4599
4600 PR rust/22236:
4601 * gdb.rust/simple.rs (main): New variable "fslice".
4602 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4603
4604 2017-10-02 Tom Tromey <tom@tromey.com>
4605
4606 * gdb.rust/simple.exp: Test ptype of a slice.
4607
4608 2017-10-02 Tom Tromey <tom@tromey.com>
4609
4610 * gdb.rust/simple.exp: Test index of slice.
4611
4612 2017-09-27 Tom Tromey <tom@tromey.com>
4613
4614 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4615
4616 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4617 Pedro Alves <palves@redhat.com>
4618
4619 * gdb.base/compare-sections.exp (get value of read-only section): Read
4620 as unsigned value.
4621 (corrupt read-only section): Likewise and don't set written if patching
4622 failed.
4623
4624 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4625
4626 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4627 files.
4628
4629 2017-09-20 Pedro Alves <palves@redhat.com>
4630
4631 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4632 symbol names in gdb's output.
4633 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4634
4635 2017-09-20 Pedro Alves <palves@redhat.com>
4636
4637 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4638 Rename to ...
4639 (test_list_ambiguous_symbol): ... this and add a symbol name
4640 parameter. Adjust.
4641 (test_list_ambiguous_function): Reimplement on top of
4642 test_list_ambiguous_symbol and also test listing ambiguous
4643 variables.
4644 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4645 (ambiguous_fun): ... this.
4646 (ambiguous_var): New.
4647 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4648 (ambiguous_fun): ... this.
4649 (ambiguous_var): New.
4650
4651 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4652
4653 * gdb.base/starti.c: New file.
4654 * gdb.base/starti.exp: New file.
4655 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4656
4657 2017-09-14 Pedro Alves <palves@redhat.com>
4658
4659 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4660 (top level): Use it instead of runto.
4661
4662 2017-09-11 Tom Tromey <tom@tromey.com>
4663
4664 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4665
4666 2017-09-11 Tom Tromey <tom@tromey.com>
4667
4668 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4669 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4670
4671 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4672
4673 * gdb.fortran/printing-types.exp: New file.
4674 * gdb.fortran/printing-types.exp: New file.
4675
4676 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4677
4678 * gdb.fortran/vla-ptype.exp: Fix typos.
4679 * gdb.fortran/vla-value.exp: Same.
4680
4681 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4682
4683 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4684 * gdb.mi/mi-var-child-f.exp: Likewise.
4685 * gdb.mi/mi-vla-fortran.exp: Likewise.
4686
4687 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4688 Christoph Weinmann <christoph.t.weinmann@intel.com>
4689 Bernhard Heckel <bernhard.heckel@intel.com>
4690
4691 * gdb.fortran/ptr-indentation.f90: New file.
4692 * gdb.fortran/ptr-indentation.exp: New file.
4693
4694 2017-09-05 Tom Tromey <tom@tromey.com>
4695
4696 PR gdb/22010:
4697 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4698
4699 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4700
4701 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4702
4703 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4704
4705 * gdb.threads/tls-nodebug-pie.c: New file.
4706 * gdb.threads/tls-nodebug-pie.exp: New file.
4707
4708 2017-09-05 Tom Tromey <tom@tromey.com>
4709
4710 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4711 for rust.
4712
4713 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4714
4715 * gdb.multi/multi-arch-exec.exp: Test with different
4716 "follow-exec-mode" settings.
4717 (do_test): New procedure.
4718
4719 2017-09-04 Pedro Alves <palves@redhat.com>
4720
4721 * gdb.base/func-static.c (S::method const, S::method volatile)
4722 (S::method volatile const): New methods.
4723 (c_s, v_s, cv_s): New instances.
4724 (main): Call method() on them.
4725 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4726 (cannot_resolve): New procedure.
4727 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4728 print-quote-unquoted columns.
4729 (do_test): Test printing each scope too.
4730
4731 2017-09-04 Pedro Alves <palves@redhat.com>
4732
4733 * gdb.base/local-static.exp: Also test with
4734 class::method::variable wholly quoted.
4735 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4736
4737 2017-09-04 Pedro Alves <palves@redhat.com>
4738
4739 * gdb.base/local-static.c: New.
4740 * gdb.base/local-static.cc: New.
4741 * gdb.base/local-static.exp: New.
4742
4743 2017-09-04 Pedro Alves <palves@redhat.com>
4744
4745 * gdb.asm/asm-source.exp: Add casts to int.
4746 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4747 (dataglobal64_1, dataglobal64_2): New globals.
4748 * gdb.base/nodebug.exp: Test different expressions involving the
4749 new globals, with print, whatis and ptype. Add casts to int.
4750 * gdb.base/solib-display.exp: Add casts to int.
4751 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4752 * gdb.cp/m-static.exp: Add cast to int.
4753 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4754 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4755 tls variable with no debug info without a cast. Test with a cast
4756 to int too.
4757 * gdb.trace/entry-values.exp: Add casts.
4758
4759 2017-09-04 Pedro Alves <palves@redhat.com>
4760
4761 * gdb.base/nodebug.exp: Test that ptype's error about functions
4762 with unknown return type includes the function name too.
4763
4764 2017-09-04 Pedro Alves <palves@redhat.com>
4765
4766 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4767 return type of munmap in infcall.
4768 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4769 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4770 type of ftell in infcall.
4771 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4772 type of getpid in infcall.
4773 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4774 infcall.
4775 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4776 Bail on failure to extract the pid.
4777 * gdb.base/nodebug.c: #include <stdint.h>.
4778 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4779 New functions.
4780 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4781 Change expected output of print/whatis/ptype with functions with
4782 no debug info. Test all supported languages. Call
4783 test_call_promotion.
4784 * gdb.compile/compile.exp: Adjust expected output to expect
4785 warning.
4786 * gdb.threads/siginfo-threads.exp: Likewise.
4787
4788 2017-09-04 Pedro Alves <palves@redhat.com>
4789
4790 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4791 "prototypes". Test calling float functions via prototyped and
4792 unprototyped function pointers.
4793 (perform_all_tests): New parameter "prototypes". Pass it down.
4794 (top level): Pass down "prototypes" parameter to
4795 perform_all_tests.
4796
4797 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4798
4799 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4800 Test with nested loops.
4801
4802 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4803
4804 * gdb.base/commands.exp: Call the new procedures.
4805 (loop_break_test, loop_continue_test): New procedures.
4806
4807 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4808
4809 * gdb.base/commands.exp: Call new procedure.
4810 (define_if_without_arg_test): New procedure.
4811
4812 2017-09-04 Pedro Alves <palves@redhat.com>
4813
4814 * gdb.base/list-ambiguous.exp: New file.
4815 * gdb.base/list-ambiguous0.c: New file.
4816 * gdb.base/list-ambiguous1.c: New file.
4817 * gdb.base/list.exp (test_list_range): Adjust expected output.
4818
4819 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4820
4821 * gdb.base/share-env-with-gdbserver.c: New file.
4822 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4823
4824 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4825
4826 * gdb.base/commands.exp (gdbvar_simple_if_test,
4827 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4828 progvar_simple_if_test, progvar_simple_while_test,
4829 progvar_complex_if_while_test, user_defined_command_test,
4830 user_defined_command_args_eval,
4831 user_defined_command_args_stack_test,
4832 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4833 temporary_breakpoint_commands,
4834 gdb_test_no_prompt, redefine_hook_test,
4835 redefine_backtrace_test): Remove "global gdb_prompt".
4836
4837 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4838
4839 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4840 New proc, call it from toplevel.
4841
4842 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4843
4844 PR remote/21852
4845 * gdb.server/normal.c: New file, copied from gdb.base.
4846 * gdb.server/run-without-local-binary.exp: New file.
4847
4848 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4849
4850 * gdb.arch/sparc64-adi.exp: New file.
4851 * gdb.arch/sparc64-adi.c: New file.
4852
4853 2017-08-22 Pedro Alves <palves@redhat.com>
4854
4855 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4856 (top level): Add "list all overloads" tests.
4857
4858 2017-08-22 Tom Tromey <tom@tromey.com>
4859
4860 * gdb.gdb/xfullpath.exp: Remove.
4861
4862 2017-08-21 Pedro Alves <palves@redhat.com>
4863
4864 PR gdb/19487
4865 * gdb.base/symbol-alias.c: New.
4866 * gdb.base/symbol-alias2.c: New.
4867 * gdb.base/symbol-alias.exp: New.
4868
4869 2017-08-21 Pedro Alves <palves@redhat.com>
4870
4871 * gdb.base/dfp-test.c
4872 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4873 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4874 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4875 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4876 * gdb.base/whatis-ptype-typedefs.c: New.
4877 * gdb.base/whatis-ptype-typedefs.exp: New.
4878 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4879 (an_int, an_int_type, an_int_type2): New globals.
4880 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4881 involving typedefs and cast expressions.
4882 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4883 (lookup_typedefs_function): New.
4884 (typedefs_pretty_printers_dict): New.
4885 (top level): Register lookup_typedefs_function in
4886 gdb.pretty_printers.
4887
4888 2017-08-18 Yao Qi <yao.qi@linaro.org>
4889
4890 * gdb.server/unittest.exp: New.
4891
4892 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4893
4894 PR gdb/21954
4895 * gdb.base/environ.exp: Add test to check if 'unset environment'
4896 works.
4897
4898 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4899
4900 * lib/gdb.exp (universal_compile_options): New caching proc.
4901 (gdb_compile): Suppress GCC's coloring of messages.
4902
4903 2017-08-14 Tom Tromey <tom@tromey.com>
4904
4905 PR gdb/21675:
4906 * gdb.base/printcmds.exp (test_radices): New function.
4907 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4908 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4909 * lib/gdb.exp (get_integer_valueof): Use p/d.
4910
4911 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4912
4913 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4914 characters.
4915
4916 2017-08-05 Tom Tromey <tom@tromey.com>
4917
4918 * gdb.rust/simple.exp: Allow String to appear in a different
4919 namespace.
4920
4921 2017-07-26 Yao Qi <yao.qi@linaro.org>
4922
4923 * gdb.gdb/unittest.exp: Invoke command
4924 "maintenance check xml-descriptions".
4925
4926 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4927
4928 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4929 calling context.
4930 (hex128): Drop erroneous calculation of parameters.
4931
4932 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4933
4934 * gdb.python/py-unwind.exp: Disable stack protection when
4935 building test file.
4936
4937 2017-07-20 Pedro Alves <palves@redhat.com>
4938
4939 * gdb.base/default.exp (set language): Adjust expected output.
4940
4941 2017-07-20 Pedro Alves <palves@redhat.com>
4942
4943 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4944 (test_minsym): ... this, and make static.
4945 (get_pck__foo__bar__minsym): Rename to ...
4946 (get_test_minsym): ... this.
4947 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4948 symbol names and comments.
4949 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4950 (get_test_minsym): ... this.
4951 (pck__foo__bar__minsym__2): Rename to ...
4952 (test_minsym): ... this.
4953 (main): Adjust.
4954
4955 2017-07-17 Pedro Alves <palves@redhat.com>
4956
4957 * gdb.base/completion.exp: Adjust expected output.
4958 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4959 the completer works.
4960
4961 2017-07-17 Pedro Alves <palves@redhat.com>
4962
4963 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4964
4965 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4966
4967 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4968
4969 2017-07-14 Tom Tromey <tom@tromey.com>
4970
4971 PR rust/21764:
4972 * gdb.rust/simple.exp: Add tests.
4973
4974 2017-07-14 Tom Tromey <tom@tromey.com>
4975
4976 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4977
4978 2017-07-14 Pedro Alves <palves@redhat.com>
4979
4980 * gdb.linespec/base/one/thefile.cc (z1): New function.
4981 * gdb.linespec/base/two/thefile.cc (z2): New function.
4982 * gdb.linespec/linespec.exp: Add tests.
4983
4984 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4985
4986 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4987 to mi_create_breakpoint.
4988
4989 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4990
4991 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4992 mi_create_breakpoint.
4993
4994 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4995
4996 * gdb.dlang/demangle.exp: Update for demangling changes.
4997
4998 2017-07-09 Tom Tromey <tom@tromey.com>
4999
5000 * gdb.dwarf2/shortpiece.exp: New file.
5001
5002 2017-07-06 David Blaikie <dblaikie@gmail.com>
5003
5004 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5005 built from fissiont-multi-cu{1,2}.c.
5006 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5007 except putting 'main' and 'func' in separate CUs in the same DWO file.
5008 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5009 test.
5010 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5011 test.
5012
5013 2017-07-06 Pedro Alves <palves@redhat.com>
5014
5015 * gdb.python/py-unwind.exp: Test flushregs.
5016
5017 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5018
5019 PR cli/21688
5020 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5021 tests for alias commands and trailing whitespace.
5022
5023 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5024
5025 PR cli/21688
5026 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5027 procedure. Call it.
5028
5029 2017-06-29 Pedro Alves <palves@redhat.com>
5030
5031 * gdb.base/printcmds.exp: Add tests.
5032
5033 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5034
5035 PR gdb/21337
5036 * gdb.base/reread-readsym.exp: New file.
5037 * gdb.base/reread-readsym.c: New file.
5038
5039 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5040
5041 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5042 subpattern.
5043
5044 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5045
5046 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5047 extended mnemonic.
5048 * gdb.arch/powerpc-power9.s: Likewise.
5049
5050 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5051
5052 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5053 on 32-bit x86 targets. Exploit is_*_target macros where
5054 appropriate.
5055
5056 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5057
5058 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5059 register pieces.
5060
5061 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5062
5063 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5064 located in one or more DWARF pieces.
5065
5066 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5067
5068 * lib/gdb.exp (get_endianness): New proc.
5069 * gdb.arch/aarch64-fp.exp: Use it.
5070 * gdb.arch/altivec-regs.exp: Likewise.
5071 * gdb.arch/e500-regs.exp: Likewise.
5072 * gdb.arch/vsx-regs.exp: Likewise.
5073 * gdb.base/dump.exp: Likewise.
5074 * gdb.base/funcargs.exp: Likewise.
5075 * gdb.base/gnu_vector.exp: Likewise.
5076 * gdb.dwarf2/formdata16.exp: Likewise.
5077 * gdb.dwarf2/implptrpiece.exp: Likewise.
5078 * gdb.dwarf2/nonvar-access.exp: Likewise.
5079 * gdb.python/py-inferior.exp: Likewise.
5080 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5081
5082 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5083
5084 PR gdb/21226
5085 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5086 stack value pieces are taken from the LSB end.
5087
5088 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5089
5090 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5091 variable at nonzero offset.
5092
5093 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5094
5095 * gdb.dwarf2/var-access.c: New file.
5096 * gdb.dwarf2/var-access.exp: New test.
5097 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5098
5099 2017-06-12 Tom Tromey <tom@tromey.com>
5100
5101 * gdb.dwarf2/formdata16.exp: Add tests.
5102
5103 2017-06-12 Tom Tromey <tom@tromey.com>
5104
5105 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5106
5107 2017-06-12 Tom Tromey <tom@tromey.com>
5108
5109 PR exp/16225:
5110 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5111 * gdb.arch/vsx-regs.exp: Update tests.
5112 * gdb.arch/s390-vregs.exp (hex128): New proc.
5113 Update test.
5114 * gdb.arch/altivec-regs.exp: Update tests.
5115
5116 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5117
5118 * gdb.base/startup-with-shell.c: New file.
5119 * gdb.base/startup-with-shell.exp: Likewise.
5120
5121 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5122
5123 * gdb.server/non-existing-program.exp: Update regex in order to
5124 reflect the fact that gdbserver is now using fork_inferior (with a
5125 shell) to startup the inferior.
5126
5127 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5128
5129 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5130 support function calls from GDB.
5131
5132 2017-05-21 Tom Tromey <tom@tromey.com>
5133
5134 PR rust/21466:
5135 * gdb.rust/unsized.exp: New file.
5136 * gdb.rust/unsized.rs: New file.
5137
5138 2017-05-19 Tom Tromey <tom@tromey.com>
5139
5140 PR rust/21484:
5141 * gdb.rust/watch.exp: New file.
5142 * gdb.rust/watch.rs: New file.
5143
5144 2017-05-18 Tom Tromey <tom@tromey.com>
5145
5146 * gdb.rust/simple.exp: Allow Box to be qualified.
5147
5148 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5149
5150 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5151
5152 2017-05-18 Pedro Alves <palves@redhat.com>
5153
5154 * gdb.base/fileio.c (test_write, test_read, test_close)
5155 (test_fstat): Don't print 'ret' in the fail path.
5156
5157 2017-05-18 Pedro Alves <palves@redhat.com>
5158
5159 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5160 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5161 (test_system, test_rename, test_unlink, test_time): Change
5162 prototypes.
5163 * gdb.base/fileio.exp (stop_msg): Adjust.
5164
5165 2017-05-18 Pedro Alves <palves@redhat.com>
5166
5167 * gdb.base/fileio.c (null_str): New global.
5168 (test_stat): Use it.
5169 * gdb.base/fileio.exp: Remove nowarnings.
5170
5171 2017-05-17 Yao Qi <yao.qi@linaro.org>
5172
5173 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5174
5175 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5176
5177 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5178 argument command.
5179 (top-level): Invoke test_set_inferior_tty.
5180
5181 2017-05-04 Pedro Alves <palves@redhat.com>
5182
5183 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5184 Add parens to print call for Python 3.
5185
5186 2017-05-03 Keith Seitz <keiths@redhat.com>
5187
5188 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5189 (main): Call it.
5190
5191 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5192
5193 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5194 to prev and next.
5195
5196 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5197
5198 * gdb.python/py-record-btrace.exp: Remove test for
5199 gdb.BtraceInstruction.error.
5200
5201 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5202
5203 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5204
5205 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5206
5207 * gdb.python/py-record-btrace-threads.c: New file.
5208 * gdb.python/py-record-btrace-threads.exp: New file.
5209
5210 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5211
5212 PR testsuite/8595
5213 * gdb.base/environ.exp: Make test available in all architectures.
5214 Move bits related to "info program" testing to
5215 gdb.base/info-program.exp. Rewrite tests to use the two new
5216 procedures mentione below.
5217 (test_set_show_env_var) New procedure.
5218 (test_set_show_env_var_equal): Likewise.
5219 * gdb.base/info-program.exp: New file.
5220
5221 2017-04-27 Keith Seitz <keiths@redhat.com>
5222
5223 * gdb.cp/oranking.cc (test15): New function.
5224 (main): Call test15 and declare additional variables for testing.
5225 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5226 "p foo101('abc')" tests.
5227 Add tests for cv qualifier overloads.
5228 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5229 "lvalue reference overload" test.
5230 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5231 "print value of f1 on Child&& in f2" test.
5232
5233 2017-04-19 Pedro Alves <palves@redhat.com>
5234
5235 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5236 procedure.
5237 (top level): Call it.
5238 * lib/gdb.exp (gdb_define_cmd): New procedure.
5239
5240 2017-04-12 Pedro Alves <palves@redhat.com>
5241
5242 PR gdb/21323
5243 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5244 (wchar): New global.
5245 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5246 (do_test_wide_char, wide_char_types_no_program, top level): Add
5247 wchar_t testing.
5248
5249 2017-04-12 Pedro Alves <palves@redhat.com>
5250
5251 PR c++/21323
5252 * gdb.cp/wide_char_types.c: New file.
5253 * gdb.cp/wide_char_types.exp: New file.
5254
5255 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5256
5257 PR gdb/21352
5258 * gdb.trace/tsv.exp: Add test for "tsave -r".
5259
5260 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5261
5262 * gdb.dlang/watch-loc.c: New file.
5263 * gdb.dlang/watch-loc.exp: New file.
5264
5265 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5266
5267 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5268
5269 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5270
5271 * gdb.arch/arc-analyze-prologue.S: New file.
5272 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5273
5274 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5275
5276 * gdb.arch/arc-decode-insn.S: New file.
5277 * gdb.arch/arc-decode-insn.exp: Likewise.
5278
5279 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5280
5281 PR tdep/20928
5282 * gdb.arch/sparc64-regs.exp: New file.
5283 * gdb.arch/sparc64-regs.S: Likewise.
5284
5285 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5286
5287 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5288 and memory view on Python 3.
5289
5290 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5291 Keith Seitz <keiths@redhat.com>
5292
5293 PR gdb/14441
5294 * gdb.cp/demangle.exp: Add rvalue reference tests.
5295 * gdb.cp/rvalue-ref-casts.cc: New file.
5296 * gdb.cp/rvalue-ref-casts.exp: New file.
5297 * gdb.cp/rvalue-ref-overload.cc: New file.
5298 * gdb.cp/rvalue-ref-overload.exp: New file.
5299 * gdb.cp/rvalue-ref-params.cc: New file.
5300 * gdb.cp/rvalue-ref-params.exp: New file.
5301 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5302 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5303 * gdb.cp/rvalue-ref-types.cc: New file.
5304 * gdb.cp/rvalue-ref-types.exp: New file.
5305 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5306 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5307
5308 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5309
5310 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5311 New procedure.
5312
5313 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5314
5315 * lib/mi-support.exp (mi_gdb_test): Add additional message
5316 for unexpected output.
5317
5318 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5319
5320 * gdb.base/examine-backward.c (Barrier): New character array
5321 constant, to ensure that TestStrings is preceded by a string
5322 terminator.
5323
5324 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5325
5326 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5327 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5328 and implicit pointer into such a location.
5329
5330 2017-03-16 Doug Evans <dje@google.com>
5331
5332 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5333
5334 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5335
5336 * gdb.cp/m-static.exp: Fix expectation for prototype of
5337 test5.single_constructor and single_constructor::single_constructor.
5338
5339 2017-03-16 Doug Evans <dje@google.com>
5340
5341 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5342 * gdb.guile/scm-lazy-string.c: New file.
5343 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5344 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5345 for pointer, array, typedef lazy strings.
5346
5347 2017-03-16 Doug Evans <dje@google.com>
5348
5349 PR python/17728, python/18439, python/18779
5350 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5351 * gdb.python/py-lazy-string.c (pointer): New typedef.
5352 (main): New locals ptr, array, typedef_ptr.
5353 * gdb.python/py-value.exp: Move lazy string tests to ...
5354 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5355 array, typedef lazy strings.
5356
5357 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5358
5359 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5360 Add optional 'test' parameter.
5361
5362 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5363
5364 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5365 Skip for versions of DejaGnu < 1.5.
5366
5367 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5368
5369 * lib/gdb.exp (dejagnu_version): New proc.
5370 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5371 Use dejagnu_version.
5372
5373 2017-03-10 Keith Seitz <keiths@redhat.com>
5374
5375 PR c++/8128
5376 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5377 type from destructor regexps.
5378 Add a branch which actually passes the test.
5379 Adjust "ptype t5i" test names.
5380
5381 2017-03-08 Pedro Alves <palves@redhat.com>
5382
5383 * gdb.base/step-over-exit.exp: Add explicit test message.
5384
5385 2017-03-08 Pedro Alves <palves@redhat.com>
5386
5387 PR gdb/18360
5388 * gdb.threads/interrupt-while-step-over.c: New file.
5389 * gdb.threads/interrupt-while-step-over.exp: New file.
5390
5391 2017-03-08 Pedro Alves <palves@redhat.com>
5392
5393 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5394 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5395
5396 2017-03-08 Pedro Alves <palves@redhat.com>
5397
5398 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5399 PKRU as not supported as a PASS.
5400
5401 2017-03-08 Pedro Alves <palves@redhat.com>
5402
5403 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5404 prefix instead of $binfile1/$binfile2.
5405 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5406 in test message.
5407 * gdb.python/py-completion.exp: Use "load python file" as test
5408 messages instead of unstable path names.
5409
5410 2017-03-08 Pedro Alves <palves@redhat.com>
5411 Jan Kratochvil <jan.kratochvil@redhat.com>
5412
5413 PR cli/21218
5414 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5415 New proc.
5416 (top level): Call it.
5417
5418 2017-03-08 Pedro Alves <palves@redhat.com>
5419
5420 PR tui/21216
5421 * gdb.tui/tui-nl-filtered-output.exp: New file.
5422
5423 2017-03-08 Pedro Alves <palves@redhat.com>
5424
5425 * gdb.base/completion.exp: Move TUI completion tests to ...
5426 * gdb.tui/completion.exp: ... this new file.
5427
5428 2017-03-08 Pedro Alves <palves@redhat.com>
5429
5430 * gdb.base/tui-disasm-long-lines.c,
5431 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5432 gdb.base/tui-layout.exp: Move to ...
5433 * gdb.tui/: ... this new directory.
5434
5435 2017-03-07 Pedro Alves <palves@redhat.com>
5436
5437 * gdb.base/tui-layout.c: New file.
5438 * gdb.base/tui-layout.exp: New file.
5439
5440 2017-03-07 Pedro Alves <palves@redhat.com>
5441
5442 * gdb.base/tui-layout.c: Rename to ...
5443 * gdb.base/tui-disasm-long-lines.c: ... this.
5444 * gdb.base/tui-layout.exp: Rename to ...
5445 * gdb.base/tui-disasm-long-lines.exp: ... this.
5446
5447 2017-03-07 Pedro Alves <palves@redhat.com>
5448
5449 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5450
5451 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5452
5453 * i386-mpx-call.c: New file.
5454 * i386-mpx-call.exp: New file.
5455
5456 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5457
5458 * gdb.arch/powerpc-power.exp: Delete test.
5459 * gdb.arch/powerpc-power.s: Likewise.
5460 * gdb.disasm/disassembler-options.exp: New test.
5461 * gdb.arch/powerpc-altivec.exp: Likewise.
5462 * gdb.arch/powerpc-altivec.s: Likewise.
5463 * gdb.arch/powerpc-altivec2.exp: Likewise.
5464 * gdb.arch/powerpc-altivec2.s: Likewise.
5465 * gdb.arch/powerpc-altivec3.exp: Likewise.
5466 * gdb.arch/powerpc-altivec3.s: Likewise.
5467 * gdb.arch/powerpc-power7.exp: Likewise.
5468 * gdb.arch/powerpc-power7.s: Likewise.
5469 * gdb.arch/powerpc-power8.exp: Likewise.
5470 * gdb.arch/powerpc-power8.s: Likewise.
5471 * gdb.arch/powerpc-power9.exp: Likewise.
5472 * gdb.arch/powerpc-power9.s: Likewise.
5473 * gdb.arch/powerpc-vsx.exp: Likewise.
5474 * gdb.arch/powerpc-vsx.s: Likewise.
5475 * gdb.arch/powerpc-vsx2.exp: Likewise.
5476 * gdb.arch/powerpc-vsx2.s: Likewise.
5477 * gdb.arch/powerpc-vsx3.exp: Likewise.
5478 * gdb.arch/powerpc-vsx3.s: Likewise.
5479 * gdb.arch/arm-disassembler-options.exp: Likewise.
5480 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5481 * gdb.arch/s390-disassembler-options.exp: Likewise.
5482
5483 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5484
5485 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5486 (check_supported_features): ... this. Changed return type to void.
5487 (supports_rdseed): New static global.
5488 (rdseed): Check supports_rdseed.
5489 (initialize): Call check_supported_features.
5490
5491 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5492
5493 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5494 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5495 and lqarx/stqcx.
5496 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5497 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5498
5499 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5500
5501 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5502 uppercase.
5503
5504 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5505
5506 * gdb.dwarf2/formdata16.c: New file.
5507 * gdb.dwarf2/formdata16.exp: New file.
5508 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5509
5510 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5511
5512 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5513 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5514 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5515 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5516 DW_AT_GNU_*.
5517
5518 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5519
5520 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5521
5522 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5523
5524 PR gdb/21164
5525 * gdb.base/maint.exp: Add testcases for when the commands do
5526 not have arguments.
5527
5528 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5529
5530 * gdb.cp/chained-calls.exp: Use p instead of P.
5531
5532 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5533
5534 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5535 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5536
5537 2017-02-14 Tom Tromey <tom@tromey.com>
5538
5539 PR python/13598:
5540 * gdb.python/py-events.exp: Add before_prompt event tests.
5541
5542 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5543
5544 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5545
5546 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5547
5548 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5549 (main): Call my_unique_function_name.
5550 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5551 completion of patterns with a single match.
5552 Add missing -re switches to gdb_test_multiple calls.
5553
5554 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5555
5556 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5557 return if core file is not recognized.
5558
5559 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5560
5561 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5562 and extra UIs.
5563
5564 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5565
5566 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5567 proc_with_prefix.
5568
5569 2017-02-10 Tom Tromey <tom@tromey.com>
5570
5571 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5572
5573 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5574
5575 PR gdb/21122
5576 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5577
5578 2017-02-08 Jerome Guitton <guitton@adacore.com>
5579
5580 * gdb.base/define.exp: Add test for command abbreviations
5581 in define.
5582
5583 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5584
5585 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5586 * gdb.reverse/insn-reverse-x86.c: New file.
5587
5588 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5589
5590 PR tdep/20936
5591 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5592
5593 2017-02-03 Tom Tromey <tom@tromey.com>
5594
5595 PR rust/21097:
5596 * gdb.rust/simple.exp: Add new tests.
5597
5598 2017-02-02 Pedro Alves <palves@redhat.com>
5599
5600 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5601 tests.
5602
5603 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5604
5605 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5606 taking a 2-byte value out of a 4-byte DWARF implicit value on
5607 big-endian targets.
5608 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5609 logic. Add test cases for DW_OP_implicit.
5610
5611 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5612
5613 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5614
5615 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5616
5617 * gdb.btrace/enable.exp: Call gdb_exit before
5618 skip_gdbserver_tests.
5619
5620 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5621
5622 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5623 GDBFLAGS.
5624
5625 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5626
5627 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5628 the test is skipped.
5629 * gdb.btrace/data.exp: Likewise.
5630 * gdb.btrace/delta.exp: Likewise.
5631 * gdb.btrace/dlopen.exp: Likewise.
5632 * gdb.btrace/enable-running.exp: Likewise.
5633 * gdb.btrace/enable.exp: Likewise.
5634 * gdb.btrace/exception.exp: Likewise.
5635 * gdb.btrace/function_call_history.exp: Likewise.
5636 * gdb.btrace/gcore.exp: Likewise.
5637 * gdb.btrace/instruction_history.exp: Likewise.
5638 * gdb.btrace/multi-thread-step.exp: Likewise.
5639 * gdb.btrace/nohist.exp: Likewise.
5640 * gdb.btrace/non-stop.exp: Likewise.
5641 * gdb.btrace/reconnect.exp: Likewise.
5642 * gdb.btrace/record_goto-step.exp: Likewise.
5643 * gdb.btrace/record_goto.exp: Likewise.
5644 * gdb.btrace/rn-dl-bind.exp: Likewise.
5645 * gdb.btrace/segv.exp: Likewise.
5646 * gdb.btrace/step.exp: Likewise.
5647 * gdb.btrace/stepi.exp: Likewise.
5648 * gdb.btrace/tailcall-only.exp: Likewise.
5649 * gdb.btrace/tailcall.exp: Likewise.
5650 * gdb.btrace/tsx.exp: Likewise.
5651 * gdb.btrace/unknown_functions.exp: Likewise.
5652 * gdb.btrace/vdso.exp: Likewise.
5653
5654 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5655
5656 * gdb.btrace/enable-running.c: New.
5657 * gdb.btrace/enable-running.exp: New.
5658
5659 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5660
5661 * gdb.arch/amd64-gs_base.c: New file.
5662 * gdb.arch/amd64-gs_base.exp: New file.
5663
5664 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5665
5666 * lib/memory.exp: Remove spurious empty newlines.
5667
5668 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5669
5670 * gdb.python/py-bad-printers.exp: Load python file using "source".
5671 * gdb.python/py-events.exp: Likewise.
5672 * gdb.python/py-evsignal.exp: Likewise.
5673 * gdb.python/py-evthreads.exp: Likewise.
5674 * gdb.python/py-frame-args.exp: Likewise.
5675 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5676 * gdb.python/py-framefilter-mi.exp: Likewise.
5677 * gdb.python/py-framefilter.exp: Likewise.
5678 * gdb.python/py-mi.exp: Likewise.
5679 * gdb.python/py-pp-maint.exp: Likewise.
5680 * gdb.python/py-pp-registration.exp: Likewise.
5681 * gdb.python/py-prettyprint.exp: Likewise.
5682 (run_lang_tests): Likewise.
5683 * gdb.python/py-typeprint.exp: Likewise.
5684
5685 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5686
5687 * lib/memory.exp: New file.
5688 * lib/gdb.exp: Load memory.exp.
5689 * gdb.base/memattr.exp (delete_memory): Move proc to
5690 lib/memory.exp and rename to delete_memory_regions.
5691 Replace delete_memory with delete_memory_regions.
5692 Cleanup memory regions before tests.
5693 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5694 before tests.
5695
5696 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5697
5698 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5699 files.
5700 (initialize): New function conditionally defined.
5701 (testcases): Move within conditional block.
5702 (main): Call initialize.
5703 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5704 of gdb.reverse/insn-reverse.c.
5705 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5706 gdb.reverse/insn-reverse.c.
5707
5708 2017-01-26 Yao Qi <yao.qi@linaro.org>
5709
5710 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5711 disassemble on address 0.
5712
5713 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5714 Yao Qi <yao.qi@linaro.org>
5715
5716 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5717 * gdb.dwarf2/implptr-64bit.S: Remove.
5718 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5719 variables in caller's context. Add DW_OP_implicit_value.
5720
5721 2017-01-25 Yao Qi <yao.qi@linaro.org>
5722
5723 * lib/dwarf.exp (Dwarf::_location): Handle
5724 DW_OP_GNU_implicit_pointer with proper size.
5725
5726 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5727
5728 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5729 and add untested calls.
5730
5731 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5732
5733 * gdb.python/python.exp: Check line number against what GDB thinks
5734 the line number is for func1.
5735
5736 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5737
5738 * gdb.dlang/debug-expr.exp: New file.
5739
5740 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5741
5742 Fix test names for the following files:
5743
5744 * gdb.ada/exec_changed.exp
5745 * gdb.ada/info_types.exp
5746 * gdb.arch/aarch64-atomic-inst.exp
5747 * gdb.arch/aarch64-fp.exp
5748 * gdb.arch/altivec-abi.exp
5749 * gdb.arch/altivec-regs.exp
5750 * gdb.arch/amd64-byte.exp
5751 * gdb.arch/amd64-disp-step.exp
5752 * gdb.arch/amd64-dword.exp
5753 * gdb.arch/amd64-entry-value-inline.exp
5754 * gdb.arch/amd64-entry-value-param.exp
5755 * gdb.arch/amd64-entry-value-paramref.exp
5756 * gdb.arch/amd64-entry-value.exp
5757 * gdb.arch/amd64-i386-address.exp
5758 * gdb.arch/amd64-invalid-stack-middle.exp
5759 * gdb.arch/amd64-invalid-stack-top.exp
5760 * gdb.arch/amd64-optimout-repeat.exp
5761 * gdb.arch/amd64-prologue-skip.exp
5762 * gdb.arch/amd64-prologue-xmm.exp
5763 * gdb.arch/amd64-stap-special-operands.exp
5764 * gdb.arch/amd64-stap-wrong-subexp.exp
5765 * gdb.arch/amd64-tailcall-cxx.exp
5766 * gdb.arch/amd64-tailcall-noret.exp
5767 * gdb.arch/amd64-tailcall-ret.exp
5768 * gdb.arch/amd64-tailcall-self.exp
5769 * gdb.arch/amd64-word.exp
5770 * gdb.arch/arm-bl-branch-dest.exp
5771 * gdb.arch/arm-disp-step.exp
5772 * gdb.arch/arm-neon.exp
5773 * gdb.arch/arm-single-step-kernel-helper.exp
5774 * gdb.arch/avr-flash-qualifier.exp
5775 * gdb.arch/disp-step-insn-reloc.exp
5776 * gdb.arch/e500-abi.exp
5777 * gdb.arch/e500-regs.exp
5778 * gdb.arch/ftrace-insn-reloc.exp
5779 * gdb.arch/i386-avx512.exp
5780 * gdb.arch/i386-bp_permanent.exp
5781 * gdb.arch/i386-byte.exp
5782 * gdb.arch/i386-cfi-notcurrent.exp
5783 * gdb.arch/i386-disp-step.exp
5784 * gdb.arch/i386-dr3-watch.exp
5785 * gdb.arch/i386-float.exp
5786 * gdb.arch/i386-gnu-cfi.exp
5787 * gdb.arch/i386-mpx-map.exp
5788 * gdb.arch/i386-mpx-sigsegv.exp
5789 * gdb.arch/i386-mpx-simple_segv.exp
5790 * gdb.arch/i386-mpx.exp
5791 * gdb.arch/i386-permbkpt.exp
5792 * gdb.arch/i386-prologue.exp
5793 * gdb.arch/i386-signal.exp
5794 * gdb.arch/i386-size-overlap.exp
5795 * gdb.arch/i386-unwind.exp
5796 * gdb.arch/i386-word.exp
5797 * gdb.arch/mips-fcr.exp
5798 * gdb.arch/powerpc-d128-regs.exp
5799 * gdb.arch/powerpc-stackless.exp
5800 * gdb.arch/ppc64-atomic-inst.exp
5801 * gdb.arch/s390-stackless.exp
5802 * gdb.arch/s390-tdbregs.exp
5803 * gdb.arch/s390-vregs.exp
5804 * gdb.arch/sparc-sysstep.exp
5805 * gdb.arch/thumb-bx-pc.exp
5806 * gdb.arch/thumb-singlestep.exp
5807 * gdb.arch/thumb2-it.exp
5808 * gdb.arch/vsx-regs.exp
5809 * gdb.asm/asm-source.exp
5810 * gdb.base/a2-run.exp
5811 * gdb.base/advance.exp
5812 * gdb.base/all-bin.exp
5813 * gdb.base/anon.exp
5814 * gdb.base/args.exp
5815 * gdb.base/arithmet.exp
5816 * gdb.base/async-shell.exp
5817 * gdb.base/async.exp
5818 * gdb.base/attach-pie-noexec.exp
5819 * gdb.base/attach-twice.exp
5820 * gdb.base/auto-load.exp
5821 * gdb.base/bang.exp
5822 * gdb.base/bitfields.exp
5823 * gdb.base/break-always.exp
5824 * gdb.base/break-caller-line.exp
5825 * gdb.base/break-entry.exp
5826 * gdb.base/break-inline.exp
5827 * gdb.base/break-on-linker-gcd-function.exp
5828 * gdb.base/break-probes.exp
5829 * gdb.base/break.exp
5830 * gdb.base/breakpoint-shadow.exp
5831 * gdb.base/call-ar-st.exp
5832 * gdb.base/call-sc.exp
5833 * gdb.base/call-signal-resume.exp
5834 * gdb.base/call-strs.exp
5835 * gdb.base/callfuncs.exp
5836 * gdb.base/catch-fork-static.exp
5837 * gdb.base/catch-gdb-caused-signals.exp
5838 * gdb.base/catch-load.exp
5839 * gdb.base/catch-signal-fork.exp
5840 * gdb.base/catch-signal.exp
5841 * gdb.base/catch-syscall.exp
5842 * gdb.base/charset.exp
5843 * gdb.base/checkpoint.exp
5844 * gdb.base/chng-syms.exp
5845 * gdb.base/code-expr.exp
5846 * gdb.base/code_elim.exp
5847 * gdb.base/commands.exp
5848 * gdb.base/completion.exp
5849 * gdb.base/complex.exp
5850 * gdb.base/cond-expr.exp
5851 * gdb.base/condbreak.exp
5852 * gdb.base/consecutive.exp
5853 * gdb.base/continue-all-already-running.exp
5854 * gdb.base/coredump-filter.exp
5855 * gdb.base/corefile.exp
5856 * gdb.base/dbx.exp
5857 * gdb.base/debug-expr.exp
5858 * gdb.base/define.exp
5859 * gdb.base/del.exp
5860 * gdb.base/disabled-location.exp
5861 * gdb.base/disasm-end-cu.exp
5862 * gdb.base/disasm-optim.exp
5863 * gdb.base/display.exp
5864 * gdb.base/duplicate-bp.exp
5865 * gdb.base/ena-dis-br.exp
5866 * gdb.base/ending-run.exp
5867 * gdb.base/enumval.exp
5868 * gdb.base/environ.exp
5869 * gdb.base/eu-strip-infcall.exp
5870 * gdb.base/eval-avoid-side-effects.exp
5871 * gdb.base/eval-skip.exp
5872 * gdb.base/exitsignal.exp
5873 * gdb.base/expand-psymtabs.exp
5874 * gdb.base/filesym.exp
5875 * gdb.base/find-unmapped.exp
5876 * gdb.base/finish.exp
5877 * gdb.base/float.exp
5878 * gdb.base/foll-exec-mode.exp
5879 * gdb.base/foll-exec.exp
5880 * gdb.base/foll-fork.exp
5881 * gdb.base/fortran-sym-case.exp
5882 * gdb.base/freebpcmd.exp
5883 * gdb.base/func-ptr.exp
5884 * gdb.base/func-ptrs.exp
5885 * gdb.base/funcargs.exp
5886 * gdb.base/gcore-buffer-overflow.exp
5887 * gdb.base/gcore-relro-pie.exp
5888 * gdb.base/gcore-relro.exp
5889 * gdb.base/gcore.exp
5890 * gdb.base/gdb1090.exp
5891 * gdb.base/gdb11530.exp
5892 * gdb.base/gdb11531.exp
5893 * gdb.base/gdb1821.exp
5894 * gdb.base/gdbindex-stabs.exp
5895 * gdb.base/gdbvars.exp
5896 * gdb.base/hbreak.exp
5897 * gdb.base/hbreak2.exp
5898 * gdb.base/included.exp
5899 * gdb.base/infcall-input.exp
5900 * gdb.base/inferior-died.exp
5901 * gdb.base/infnan.exp
5902 * gdb.base/info-macros.exp
5903 * gdb.base/info-os.exp
5904 * gdb.base/info-proc.exp
5905 * gdb.base/info-shared.exp
5906 * gdb.base/info-target.exp
5907 * gdb.base/infoline.exp
5908 * gdb.base/interp.exp
5909 * gdb.base/interrupt.exp
5910 * gdb.base/jit-reader.exp
5911 * gdb.base/jit-simple.exp
5912 * gdb.base/kill-after-signal.exp
5913 * gdb.base/kill-detach-inferiors-cmd.exp
5914 * gdb.base/label.exp
5915 * gdb.base/langs.exp
5916 * gdb.base/ldbl_e308.exp
5917 * gdb.base/line-symtabs.exp
5918 * gdb.base/linespecs.exp
5919 * gdb.base/list.exp
5920 * gdb.base/long_long.exp
5921 * gdb.base/longest-types.exp
5922 * gdb.base/maint.exp
5923 * gdb.base/max-value-size.exp
5924 * gdb.base/memattr.exp
5925 * gdb.base/mips_pro.exp
5926 * gdb.base/morestack.exp
5927 * gdb.base/moribund-step.exp
5928 * gdb.base/multi-forks.exp
5929 * gdb.base/nested-addr.exp
5930 * gdb.base/nextoverexit.exp
5931 * gdb.base/noreturn-finish.exp
5932 * gdb.base/noreturn-return.exp
5933 * gdb.base/nostdlib.exp
5934 * gdb.base/offsets.exp
5935 * gdb.base/opaque.exp
5936 * gdb.base/pc-fp.exp
5937 * gdb.base/permissions.exp
5938 * gdb.base/print-symbol-loading.exp
5939 * gdb.base/prologue-include.exp
5940 * gdb.base/psymtab.exp
5941 * gdb.base/ptype.exp
5942 * gdb.base/random-signal.exp
5943 * gdb.base/randomize.exp
5944 * gdb.base/range-stepping.exp
5945 * gdb.base/readline-ask.exp
5946 * gdb.base/recpar.exp
5947 * gdb.base/recurse.exp
5948 * gdb.base/relational.exp
5949 * gdb.base/restore.exp
5950 * gdb.base/return-nodebug.exp
5951 * gdb.base/return.exp
5952 * gdb.base/run-after-attach.exp
5953 * gdb.base/save-bp.exp
5954 * gdb.base/scope.exp
5955 * gdb.base/sect-cmd.exp
5956 * gdb.base/set-lang-auto.exp
5957 * gdb.base/set-noassign.exp
5958 * gdb.base/setvar.exp
5959 * gdb.base/sigall.exp
5960 * gdb.base/sigbpt.exp
5961 * gdb.base/siginfo-addr.exp
5962 * gdb.base/siginfo-infcall.exp
5963 * gdb.base/siginfo-obj.exp
5964 * gdb.base/siginfo.exp
5965 * gdb.base/signals-state-child.exp
5966 * gdb.base/signest.exp
5967 * gdb.base/sigstep.exp
5968 * gdb.base/sizeof.exp
5969 * gdb.base/skip.exp
5970 * gdb.base/solib-corrupted.exp
5971 * gdb.base/solib-nodir.exp
5972 * gdb.base/solib-search.exp
5973 * gdb.base/stack-checking.exp
5974 * gdb.base/stale-infcall.exp
5975 * gdb.base/stap-probe.exp
5976 * gdb.base/start.exp
5977 * gdb.base/step-break.exp
5978 * gdb.base/step-bt.exp
5979 * gdb.base/step-line.exp
5980 * gdb.base/step-over-exit.exp
5981 * gdb.base/step-over-syscall.exp
5982 * gdb.base/step-resume-infcall.exp
5983 * gdb.base/step-test.exp
5984 * gdb.base/store.exp
5985 * gdb.base/structs3.exp
5986 * gdb.base/sym-file.exp
5987 * gdb.base/symbol-without-target_section.exp
5988 * gdb.base/term.exp
5989 * gdb.base/testenv.exp
5990 * gdb.base/ui-redirect.exp
5991 * gdb.base/until.exp
5992 * gdb.base/unwindonsignal.exp
5993 * gdb.base/value-double-free.exp
5994 * gdb.base/vla-datatypes.exp
5995 * gdb.base/vla-ptr.exp
5996 * gdb.base/vla-sideeffect.exp
5997 * gdb.base/volatile.exp
5998 * gdb.base/watch-cond-infcall.exp
5999 * gdb.base/watch-cond.exp
6000 * gdb.base/watch-non-mem.exp
6001 * gdb.base/watch-read.exp
6002 * gdb.base/watch-vfork.exp
6003 * gdb.base/watchpoint-cond-gone.exp
6004 * gdb.base/watchpoint-delete.exp
6005 * gdb.base/watchpoint-hw-hit-once.exp
6006 * gdb.base/watchpoint-hw.exp
6007 * gdb.base/watchpoint-stops-at-right-insn.exp
6008 * gdb.base/watchpoints.exp
6009 * gdb.base/wchar.exp
6010 * gdb.base/whatis-exp.exp
6011 * gdb.btrace/buffer-size.exp
6012 * gdb.btrace/data.exp
6013 * gdb.btrace/delta.exp
6014 * gdb.btrace/dlopen.exp
6015 * gdb.btrace/enable.exp
6016 * gdb.btrace/exception.exp
6017 * gdb.btrace/function_call_history.exp
6018 * gdb.btrace/gcore.exp
6019 * gdb.btrace/instruction_history.exp
6020 * gdb.btrace/nohist.exp
6021 * gdb.btrace/reconnect.exp
6022 * gdb.btrace/record_goto-step.exp
6023 * gdb.btrace/record_goto.exp
6024 * gdb.btrace/rn-dl-bind.exp
6025 * gdb.btrace/segv.exp
6026 * gdb.btrace/step.exp
6027 * gdb.btrace/stepi.exp
6028 * gdb.btrace/tailcall-only.exp
6029 * gdb.btrace/tailcall.exp
6030 * gdb.btrace/tsx.exp
6031 * gdb.btrace/unknown_functions.exp
6032 * gdb.btrace/vdso.exp
6033 * gdb.compile/compile-ifunc.exp
6034 * gdb.compile/compile-ops.exp
6035 * gdb.compile/compile-print.exp
6036 * gdb.compile/compile-setjmp.exp
6037 * gdb.cp/abstract-origin.exp
6038 * gdb.cp/ambiguous.exp
6039 * gdb.cp/annota2.exp
6040 * gdb.cp/annota3.exp
6041 * gdb.cp/anon-ns.exp
6042 * gdb.cp/anon-struct.exp
6043 * gdb.cp/anon-union.exp
6044 * gdb.cp/arg-reference.exp
6045 * gdb.cp/baseenum.exp
6046 * gdb.cp/bool.exp
6047 * gdb.cp/breakpoint.exp
6048 * gdb.cp/bs15503.exp
6049 * gdb.cp/call-c.exp
6050 * gdb.cp/casts.exp
6051 * gdb.cp/chained-calls.exp
6052 * gdb.cp/class2.exp
6053 * gdb.cp/classes.exp
6054 * gdb.cp/cmpd-minsyms.exp
6055 * gdb.cp/converts.exp
6056 * gdb.cp/cp-relocate.exp
6057 * gdb.cp/cpcompletion.exp
6058 * gdb.cp/cpexprs.exp
6059 * gdb.cp/cplabel.exp
6060 * gdb.cp/cplusfuncs.exp
6061 * gdb.cp/cpsizeof.exp
6062 * gdb.cp/ctti.exp
6063 * gdb.cp/derivation.exp
6064 * gdb.cp/destrprint.exp
6065 * gdb.cp/dispcxx.exp
6066 * gdb.cp/enum-class.exp
6067 * gdb.cp/exception.exp
6068 * gdb.cp/exceptprint.exp
6069 * gdb.cp/expand-psymtabs-cxx.exp
6070 * gdb.cp/expand-sals.exp
6071 * gdb.cp/extern-c.exp
6072 * gdb.cp/filename.exp
6073 * gdb.cp/formatted-ref.exp
6074 * gdb.cp/fpointer.exp
6075 * gdb.cp/gdb1355.exp
6076 * gdb.cp/gdb2495.exp
6077 * gdb.cp/hang.exp
6078 * gdb.cp/impl-this.exp
6079 * gdb.cp/infcall-dlopen.exp
6080 * gdb.cp/inherit.exp
6081 * gdb.cp/iostream.exp
6082 * gdb.cp/koenig.exp
6083 * gdb.cp/local.exp
6084 * gdb.cp/m-data.exp
6085 * gdb.cp/m-static.exp
6086 * gdb.cp/mb-ctor.exp
6087 * gdb.cp/mb-inline.exp
6088 * gdb.cp/mb-templates.exp
6089 * gdb.cp/member-name.exp
6090 * gdb.cp/member-ptr.exp
6091 * gdb.cp/meth-typedefs.exp
6092 * gdb.cp/method.exp
6093 * gdb.cp/method2.exp
6094 * gdb.cp/minsym-fallback.exp
6095 * gdb.cp/misc.exp
6096 * gdb.cp/namelessclass.exp
6097 * gdb.cp/namespace-enum.exp
6098 * gdb.cp/namespace-nested-import.exp
6099 * gdb.cp/namespace.exp
6100 * gdb.cp/nextoverthrow.exp
6101 * gdb.cp/no-dmgl-verbose.exp
6102 * gdb.cp/non-trivial-retval.exp
6103 * gdb.cp/noparam.exp
6104 * gdb.cp/nsdecl.exp
6105 * gdb.cp/nsimport.exp
6106 * gdb.cp/nsnested.exp
6107 * gdb.cp/nsnoimports.exp
6108 * gdb.cp/nsrecurs.exp
6109 * gdb.cp/nsstress.exp
6110 * gdb.cp/nsusing.exp
6111 * gdb.cp/operator.exp
6112 * gdb.cp/oranking.exp
6113 * gdb.cp/overload-const.exp
6114 * gdb.cp/overload.exp
6115 * gdb.cp/ovldbreak.exp
6116 * gdb.cp/ovsrch.exp
6117 * gdb.cp/paren-type.exp
6118 * gdb.cp/parse-lang.exp
6119 * gdb.cp/pass-by-ref.exp
6120 * gdb.cp/pr-1023.exp
6121 * gdb.cp/pr-1210.exp
6122 * gdb.cp/pr-574.exp
6123 * gdb.cp/pr10687.exp
6124 * gdb.cp/pr12028.exp
6125 * gdb.cp/pr17132.exp
6126 * gdb.cp/pr17494.exp
6127 * gdb.cp/pr9067.exp
6128 * gdb.cp/pr9167.exp
6129 * gdb.cp/pr9631.exp
6130 * gdb.cp/printmethod.exp
6131 * gdb.cp/psmang.exp
6132 * gdb.cp/psymtab-parameter.exp
6133 * gdb.cp/ptype-cv-cp.exp
6134 * gdb.cp/ptype-flags.exp
6135 * gdb.cp/re-set-overloaded.exp
6136 * gdb.cp/ref-types.exp
6137 * gdb.cp/rtti.exp
6138 * gdb.cp/scope-err.exp
6139 * gdb.cp/shadow.exp
6140 * gdb.cp/smartp.exp
6141 * gdb.cp/static-method.exp
6142 * gdb.cp/static-print-quit.exp
6143 * gdb.cp/temargs.exp
6144 * gdb.cp/templates.exp
6145 * gdb.cp/try_catch.exp
6146 * gdb.cp/typedef-operator.exp
6147 * gdb.cp/typeid.exp
6148 * gdb.cp/userdef.exp
6149 * gdb.cp/using-crash.exp
6150 * gdb.cp/var-tag.exp
6151 * gdb.cp/virtbase.exp
6152 * gdb.cp/virtfunc.exp
6153 * gdb.cp/virtfunc2.exp
6154 * gdb.cp/vla-cxx.exp
6155 * gdb.disasm/t01_mov.exp
6156 * gdb.disasm/t02_mova.exp
6157 * gdb.disasm/t03_add.exp
6158 * gdb.disasm/t04_sub.exp
6159 * gdb.disasm/t05_cmp.exp
6160 * gdb.disasm/t06_ari2.exp
6161 * gdb.disasm/t07_ari3.exp
6162 * gdb.disasm/t08_or.exp
6163 * gdb.disasm/t09_xor.exp
6164 * gdb.disasm/t10_and.exp
6165 * gdb.disasm/t11_logs.exp
6166 * gdb.disasm/t12_bit.exp
6167 * gdb.disasm/t13_otr.exp
6168 * gdb.dlang/circular.exp
6169 * gdb.dwarf2/arr-stride.exp
6170 * gdb.dwarf2/arr-subrange.exp
6171 * gdb.dwarf2/atomic-type.exp
6172 * gdb.dwarf2/bad-regnum.exp
6173 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6174 * gdb.dwarf2/callframecfa.exp
6175 * gdb.dwarf2/clztest.exp
6176 * gdb.dwarf2/corrupt.exp
6177 * gdb.dwarf2/data-loc.exp
6178 * gdb.dwarf2/dup-psym.exp
6179 * gdb.dwarf2/dw2-anon-mptr.exp
6180 * gdb.dwarf2/dw2-anonymous-func.exp
6181 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6182 * gdb.dwarf2/dw2-bad-unresolved.exp
6183 * gdb.dwarf2/dw2-basic.exp
6184 * gdb.dwarf2/dw2-canonicalize-type.exp
6185 * gdb.dwarf2/dw2-case-insensitive.exp
6186 * gdb.dwarf2/dw2-common-block.exp
6187 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6188 * gdb.dwarf2/dw2-compressed.exp
6189 * gdb.dwarf2/dw2-const.exp
6190 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6191 * gdb.dwarf2/dw2-cu-size.exp
6192 * gdb.dwarf2/dw2-dup-frame.exp
6193 * gdb.dwarf2/dw2-entry-value.exp
6194 * gdb.dwarf2/dw2-icycle.exp
6195 * gdb.dwarf2/dw2-ifort-parameter.exp
6196 * gdb.dwarf2/dw2-inline-break.exp
6197 * gdb.dwarf2/dw2-inline-param.exp
6198 * gdb.dwarf2/dw2-intercu.exp
6199 * gdb.dwarf2/dw2-intermix.exp
6200 * gdb.dwarf2/dw2-lexical-block-bare.exp
6201 * gdb.dwarf2/dw2-linkage-name-trust.exp
6202 * gdb.dwarf2/dw2-minsym-in-cu.exp
6203 * gdb.dwarf2/dw2-noloc.exp
6204 * gdb.dwarf2/dw2-op-call.exp
6205 * gdb.dwarf2/dw2-op-out-param.exp
6206 * gdb.dwarf2/dw2-opt-structptr.exp
6207 * gdb.dwarf2/dw2-param-error.exp
6208 * gdb.dwarf2/dw2-producer.exp
6209 * gdb.dwarf2/dw2-ranges-base.exp
6210 * gdb.dwarf2/dw2-ref-missing-frame.exp
6211 * gdb.dwarf2/dw2-reg-undefined.exp
6212 * gdb.dwarf2/dw2-regno-invalid.exp
6213 * gdb.dwarf2/dw2-restore.exp
6214 * gdb.dwarf2/dw2-restrict.exp
6215 * gdb.dwarf2/dw2-single-line-discriminators.exp
6216 * gdb.dwarf2/dw2-strp.exp
6217 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6218 * gdb.dwarf2/dw2-unresolved.exp
6219 * gdb.dwarf2/dw2-var-zero-addr.exp
6220 * gdb.dwarf2/dw4-sig-types.exp
6221 * gdb.dwarf2/dwz.exp
6222 * gdb.dwarf2/dynarr-ptr.exp
6223 * gdb.dwarf2/enum-type.exp
6224 * gdb.dwarf2/gdb-index.exp
6225 * gdb.dwarf2/implptr-64bit.exp
6226 * gdb.dwarf2/implptr-optimized-out.exp
6227 * gdb.dwarf2/implptr.exp
6228 * gdb.dwarf2/implref-array.exp
6229 * gdb.dwarf2/implref-const.exp
6230 * gdb.dwarf2/implref-global.exp
6231 * gdb.dwarf2/implref-struct.exp
6232 * gdb.dwarf2/mac-fileno.exp
6233 * gdb.dwarf2/main-subprogram.exp
6234 * gdb.dwarf2/member-ptr-forwardref.exp
6235 * gdb.dwarf2/method-ptr.exp
6236 * gdb.dwarf2/missing-sig-type.exp
6237 * gdb.dwarf2/nonvar-access.exp
6238 * gdb.dwarf2/opaque-type-lookup.exp
6239 * gdb.dwarf2/pieces-optimized-out.exp
6240 * gdb.dwarf2/pieces.exp
6241 * gdb.dwarf2/pr10770.exp
6242 * gdb.dwarf2/pr13961.exp
6243 * gdb.dwarf2/staticvirtual.exp
6244 * gdb.dwarf2/subrange.exp
6245 * gdb.dwarf2/symtab-producer.exp
6246 * gdb.dwarf2/trace-crash.exp
6247 * gdb.dwarf2/typeddwarf.exp
6248 * gdb.dwarf2/valop.exp
6249 * gdb.dwarf2/watch-notconst.exp
6250 * gdb.fortran/array-element.exp
6251 * gdb.fortran/charset.exp
6252 * gdb.fortran/common-block.exp
6253 * gdb.fortran/complex.exp
6254 * gdb.fortran/derived-type-function.exp
6255 * gdb.fortran/derived-type.exp
6256 * gdb.fortran/logical.exp
6257 * gdb.fortran/module.exp
6258 * gdb.fortran/multi-dim.exp
6259 * gdb.fortran/nested-funcs.exp
6260 * gdb.fortran/print-formatted.exp
6261 * gdb.fortran/subarray.exp
6262 * gdb.fortran/vla-alloc-assoc.exp
6263 * gdb.fortran/vla-datatypes.exp
6264 * gdb.fortran/vla-history.exp
6265 * gdb.fortran/vla-ptr-info.exp
6266 * gdb.fortran/vla-ptype-sub.exp
6267 * gdb.fortran/vla-ptype.exp
6268 * gdb.fortran/vla-sizeof.exp
6269 * gdb.fortran/vla-type.exp
6270 * gdb.fortran/vla-value-sub-arbitrary.exp
6271 * gdb.fortran/vla-value-sub-finish.exp
6272 * gdb.fortran/vla-value-sub.exp
6273 * gdb.fortran/vla-value.exp
6274 * gdb.fortran/whatis_type.exp
6275 * gdb.go/chan.exp
6276 * gdb.go/handcall.exp
6277 * gdb.go/hello.exp
6278 * gdb.go/integers.exp
6279 * gdb.go/methods.exp
6280 * gdb.go/package.exp
6281 * gdb.go/strings.exp
6282 * gdb.go/types.exp
6283 * gdb.go/unsafe.exp
6284 * gdb.guile/scm-arch.exp
6285 * gdb.guile/scm-block.exp
6286 * gdb.guile/scm-breakpoint.exp
6287 * gdb.guile/scm-cmd.exp
6288 * gdb.guile/scm-disasm.exp
6289 * gdb.guile/scm-equal.exp
6290 * gdb.guile/scm-frame-args.exp
6291 * gdb.guile/scm-frame-inline.exp
6292 * gdb.guile/scm-frame.exp
6293 * gdb.guile/scm-iterator.exp
6294 * gdb.guile/scm-math.exp
6295 * gdb.guile/scm-objfile.exp
6296 * gdb.guile/scm-ports.exp
6297 * gdb.guile/scm-symbol.exp
6298 * gdb.guile/scm-symtab.exp
6299 * gdb.guile/scm-value-cc.exp
6300 * gdb.guile/types-module.exp
6301 * gdb.linespec/break-ask.exp
6302 * gdb.linespec/cpexplicit.exp
6303 * gdb.linespec/explicit.exp
6304 * gdb.linespec/keywords.exp
6305 * gdb.linespec/linespec.exp
6306 * gdb.linespec/ls-dollar.exp
6307 * gdb.linespec/ls-errs.exp
6308 * gdb.linespec/skip-two.exp
6309 * gdb.linespec/thread.exp
6310 * gdb.mi/mi-async.exp
6311 * gdb.mi/mi-basics.exp
6312 * gdb.mi/mi-break.exp
6313 * gdb.mi/mi-catch-load.exp
6314 * gdb.mi/mi-cli.exp
6315 * gdb.mi/mi-cmd-param-changed.exp
6316 * gdb.mi/mi-console.exp
6317 * gdb.mi/mi-detach.exp
6318 * gdb.mi/mi-disassemble.exp
6319 * gdb.mi/mi-eval.exp
6320 * gdb.mi/mi-file-transfer.exp
6321 * gdb.mi/mi-file.exp
6322 * gdb.mi/mi-fill-memory.exp
6323 * gdb.mi/mi-inheritance-syntax-error.exp
6324 * gdb.mi/mi-linespec-err-cp.exp
6325 * gdb.mi/mi-logging.exp
6326 * gdb.mi/mi-memory-changed.exp
6327 * gdb.mi/mi-read-memory.exp
6328 * gdb.mi/mi-record-changed.exp
6329 * gdb.mi/mi-reg-undefined.exp
6330 * gdb.mi/mi-regs.exp
6331 * gdb.mi/mi-return.exp
6332 * gdb.mi/mi-reverse.exp
6333 * gdb.mi/mi-simplerun.exp
6334 * gdb.mi/mi-solib.exp
6335 * gdb.mi/mi-stack.exp
6336 * gdb.mi/mi-stepi.exp
6337 * gdb.mi/mi-syn-frame.exp
6338 * gdb.mi/mi-until.exp
6339 * gdb.mi/mi-var-block.exp
6340 * gdb.mi/mi-var-child.exp
6341 * gdb.mi/mi-var-cmd.exp
6342 * gdb.mi/mi-var-cp.exp
6343 * gdb.mi/mi-var-display.exp
6344 * gdb.mi/mi-var-invalidate.exp
6345 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6346 * gdb.mi/mi-vla-fortran.exp
6347 * gdb.mi/mi-watch.exp
6348 * gdb.mi/mi2-var-child.exp
6349 * gdb.mi/user-selected-context-sync.exp
6350 * gdb.modula2/unbounded-array.exp
6351 * gdb.multi/dummy-frame-restore.exp
6352 * gdb.multi/multi-arch-exec.exp
6353 * gdb.multi/multi-arch.exp
6354 * gdb.multi/tids.exp
6355 * gdb.multi/watchpoint-multi.exp
6356 * gdb.opencl/callfuncs.exp
6357 * gdb.opencl/convs_casts.exp
6358 * gdb.opencl/datatypes.exp
6359 * gdb.opencl/operators.exp
6360 * gdb.opencl/vec_comps.exp
6361 * gdb.opt/clobbered-registers-O2.exp
6362 * gdb.opt/inline-break.exp
6363 * gdb.opt/inline-bt.exp
6364 * gdb.opt/inline-cmds.exp
6365 * gdb.opt/inline-locals.exp
6366 * gdb.pascal/case-insensitive-symbols.exp
6367 * gdb.pascal/floats.exp
6368 * gdb.pascal/gdb11492.exp
6369 * gdb.python/lib-types.exp
6370 * gdb.python/py-arch.exp
6371 * gdb.python/py-as-string.exp
6372 * gdb.python/py-bad-printers.exp
6373 * gdb.python/py-block.exp
6374 * gdb.python/py-breakpoint-create-fail.exp
6375 * gdb.python/py-breakpoint.exp
6376 * gdb.python/py-caller-is.exp
6377 * gdb.python/py-cmd.exp
6378 * gdb.python/py-explore-cc.exp
6379 * gdb.python/py-explore.exp
6380 * gdb.python/py-finish-breakpoint.exp
6381 * gdb.python/py-finish-breakpoint2.exp
6382 * gdb.python/py-frame-args.exp
6383 * gdb.python/py-frame-inline.exp
6384 * gdb.python/py-frame.exp
6385 * gdb.python/py-framefilter-mi.exp
6386 * gdb.python/py-infthread.exp
6387 * gdb.python/py-lazy-string.exp
6388 * gdb.python/py-linetable.exp
6389 * gdb.python/py-mi-events.exp
6390 * gdb.python/py-mi-objfile.exp
6391 * gdb.python/py-mi.exp
6392 * gdb.python/py-objfile.exp
6393 * gdb.python/py-pp-integral.exp
6394 * gdb.python/py-pp-maint.exp
6395 * gdb.python/py-pp-re-notag.exp
6396 * gdb.python/py-pp-registration.exp
6397 * gdb.python/py-recurse-unwind.exp
6398 * gdb.python/py-strfns.exp
6399 * gdb.python/py-symbol.exp
6400 * gdb.python/py-symtab.exp
6401 * gdb.python/py-sync-interp.exp
6402 * gdb.python/py-typeprint.exp
6403 * gdb.python/py-unwind-maint.exp
6404 * gdb.python/py-unwind.exp
6405 * gdb.python/py-value-cc.exp
6406 * gdb.python/py-xmethods.exp
6407 * gdb.reverse/amd64-tailcall-reverse.exp
6408 * gdb.reverse/break-precsave.exp
6409 * gdb.reverse/break-reverse.exp
6410 * gdb.reverse/consecutive-precsave.exp
6411 * gdb.reverse/consecutive-reverse.exp
6412 * gdb.reverse/finish-precsave.exp
6413 * gdb.reverse/finish-reverse-bkpt.exp
6414 * gdb.reverse/finish-reverse.exp
6415 * gdb.reverse/fstatat-reverse.exp
6416 * gdb.reverse/getresuid-reverse.exp
6417 * gdb.reverse/i386-precsave.exp
6418 * gdb.reverse/i386-reverse.exp
6419 * gdb.reverse/i386-sse-reverse.exp
6420 * gdb.reverse/i387-env-reverse.exp
6421 * gdb.reverse/i387-stack-reverse.exp
6422 * gdb.reverse/insn-reverse.exp
6423 * gdb.reverse/machinestate-precsave.exp
6424 * gdb.reverse/machinestate.exp
6425 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6426 * gdb.reverse/pipe-reverse.exp
6427 * gdb.reverse/readv-reverse.exp
6428 * gdb.reverse/recvmsg-reverse.exp
6429 * gdb.reverse/rerun-prec.exp
6430 * gdb.reverse/s390-mvcle.exp
6431 * gdb.reverse/step-precsave.exp
6432 * gdb.reverse/step-reverse.exp
6433 * gdb.reverse/time-reverse.exp
6434 * gdb.reverse/until-precsave.exp
6435 * gdb.reverse/until-reverse.exp
6436 * gdb.reverse/waitpid-reverse.exp
6437 * gdb.reverse/watch-precsave.exp
6438 * gdb.reverse/watch-reverse.exp
6439 * gdb.rust/generics.exp
6440 * gdb.rust/methods.exp
6441 * gdb.rust/modules.exp
6442 * gdb.rust/simple.exp
6443 * gdb.server/connect-with-no-symbol-file.exp
6444 * gdb.server/ext-attach.exp
6445 * gdb.server/ext-restart.exp
6446 * gdb.server/ext-wrapper.exp
6447 * gdb.server/file-transfer.exp
6448 * gdb.server/server-exec-info.exp
6449 * gdb.server/server-kill.exp
6450 * gdb.server/server-mon.exp
6451 * gdb.server/wrapper.exp
6452 * gdb.stabs/exclfwd.exp
6453 * gdb.stabs/gdb11479.exp
6454 * gdb.threads/clone-new-thread-event.exp
6455 * gdb.threads/corethreads.exp
6456 * gdb.threads/current-lwp-dead.exp
6457 * gdb.threads/dlopen-libpthread.exp
6458 * gdb.threads/gcore-thread.exp
6459 * gdb.threads/sigstep-threads.exp
6460 * gdb.threads/watchpoint-fork.exp
6461 * gdb.trace/actions-changed.exp
6462 * gdb.trace/backtrace.exp
6463 * gdb.trace/change-loc.exp
6464 * gdb.trace/circ.exp
6465 * gdb.trace/collection.exp
6466 * gdb.trace/disconnected-tracing.exp
6467 * gdb.trace/ftrace.exp
6468 * gdb.trace/mi-trace-frame-collected.exp
6469 * gdb.trace/mi-trace-unavailable.exp
6470 * gdb.trace/mi-traceframe-changed.exp
6471 * gdb.trace/mi-tsv-changed.exp
6472 * gdb.trace/no-attach-trace.exp
6473 * gdb.trace/passc-dyn.exp
6474 * gdb.trace/qtro.exp
6475 * gdb.trace/range-stepping.exp
6476 * gdb.trace/read-memory.exp
6477 * gdb.trace/save-trace.exp
6478 * gdb.trace/signal.exp
6479 * gdb.trace/status-stop.exp
6480 * gdb.trace/tfile.exp
6481 * gdb.trace/trace-break.exp
6482 * gdb.trace/trace-buffer-size.exp
6483 * gdb.trace/trace-condition.exp
6484 * gdb.trace/tracefile-pseudo-reg.exp
6485 * gdb.trace/tstatus.exp
6486 * gdb.trace/unavailable.exp
6487 * gdb.trace/while-dyn.exp
6488 * gdb.trace/while-stepping.exp
6489
6490 2016-12-22 Doug Evans <xdje42@gmail.com>
6491
6492 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6493 and msymbols.
6494
6495 2016-12-19 Yao Qi <yao.qi@linaro.org>
6496
6497 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6498 (test_with_self): Don't call do_steps_and_nexts, and remove
6499 code about stepping into xmalloc.
6500
6501 2016-12-09 Yao Qi <yao.qi@linaro.org>
6502
6503 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6504
6505 2016-12-09 Yao Qi <yao.qi@linaro.org>
6506
6507 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6508
6509 2016-12-09 Pedro Alves <palves@redhat.com>
6510
6511 * gdb.base/all-architectures-0.exp: New file.
6512 * gdb.base/all-architectures-1.exp: New file.
6513 * gdb.base/all-architectures-2.exp: New file.
6514 * gdb.base/all-architectures-3.exp: New file.
6515 * gdb.base/all-architectures-4.exp: New file.
6516 * gdb.base/all-architectures-5.exp: New file.
6517 * gdb.base/all-architectures-6.exp: New file.
6518 * gdb.base/all-architectures-7.exp: New file.
6519 * gdb.base/all-architectures.exp.in: New file.
6520
6521 2016-12-09 Yao Qi <yao.qi@linaro.org>
6522
6523 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6524
6525 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6526
6527 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6528 possible.
6529 Remove useless pattern-matching code.
6530
6531 2016-12-02 Pedro Alves <palves@redhat.com>
6532
6533 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6534 procedure.
6535 (top level): Call it.
6536
6537 2016-12-02 Pedro Alves <palves@redhat.com>
6538
6539 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6540 New procedure.
6541 (top level): Call it.
6542
6543 2016-12-02 Pedro Alves <palves@redhat.com>
6544
6545 PR cli/20559
6546 * gdb.base/commands.exp (user_defined_command_args_eval): New
6547 procedure.
6548 (top level): Call it.
6549
6550 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6551
6552 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6553 timeout handling.
6554
6555 2016-12-02 Tom Tromey <tom@tromey.com>
6556
6557 * gdb.dwarf2/main-subprogram.c: New file.
6558 * gdb.dwarf2/main-subprogram.exp: New file.
6559
6560 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6561
6562 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6563 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6564 gdb_test_no_output for a couple of cases.
6565 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6566
6567 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6568
6569 Fix test names and standardize compilation error messages throughout
6570 the following files:
6571
6572 * gdb.ada/start.exp
6573 * gdb.arch/alpha-step.exp
6574 * gdb.arch/e500-prologue.exp
6575 * gdb.arch/ftrace-insn-reloc.exp
6576 * gdb.arch/gdb1291.exp
6577 * gdb.arch/gdb1431.exp
6578 * gdb.arch/gdb1558.exp
6579 * gdb.arch/i386-dr3-watch.exp
6580 * gdb.arch/i386-sse-stack-align.exp
6581 * gdb.arch/ia64-breakpoint-shadow.exp
6582 * gdb.arch/pa-nullify.exp
6583 * gdb.arch/powerpc-aix-prologue.exp
6584 * gdb.arch/thumb-bx-pc.exp
6585 * gdb.base/annota1.exp
6586 * gdb.base/annota3.exp
6587 * gdb.base/arrayidx.exp
6588 * gdb.base/assign.exp
6589 * gdb.base/attach.exp
6590 * gdb.base/auxv.exp
6591 * gdb.base/bang.exp
6592 * gdb.base/bfp-test.exp
6593 * gdb.base/bigcore.exp
6594 * gdb.base/bitfields2.exp
6595 * gdb.base/break-fun-addr.exp
6596 * gdb.base/break-probes.exp
6597 * gdb.base/call-rt-st.exp
6598 * gdb.base/callexit.exp
6599 * gdb.base/catch-fork-kill.exp
6600 * gdb.base/charset.exp
6601 * gdb.base/checkpoint.exp
6602 * gdb.base/comprdebug.exp
6603 * gdb.base/constvars.exp
6604 * gdb.base/coredump-filter.exp
6605 * gdb.base/cursal.exp
6606 * gdb.base/cvexpr.exp
6607 * gdb.base/detach.exp
6608 * gdb.base/display.exp
6609 * gdb.base/dmsym.exp
6610 * gdb.base/dprintf-pending.exp
6611 * gdb.base/dso2dso.exp
6612 * gdb.base/dtrace-probe.exp
6613 * gdb.base/dump.exp
6614 * gdb.base/enum_cond.exp
6615 * gdb.base/exe-lock.exp
6616 * gdb.base/exec-invalid-sysroot.exp
6617 * gdb.base/execl-update-breakpoints.exp
6618 * gdb.base/exprs.exp
6619 * gdb.base/fileio.exp
6620 * gdb.base/find.exp
6621 * gdb.base/finish.exp
6622 * gdb.base/fixsection.exp
6623 * gdb.base/foll-vfork.exp
6624 * gdb.base/frame-args.exp
6625 * gdb.base/gcore.exp
6626 * gdb.base/gdb1250.exp
6627 * gdb.base/global-var-nested-by-dso.exp
6628 * gdb.base/gnu-ifunc.exp
6629 * gdb.base/hashline1.exp
6630 * gdb.base/hashline2.exp
6631 * gdb.base/hashline3.exp
6632 * gdb.base/hbreak-in-shr-unsupported.exp
6633 * gdb.base/huge.exp
6634 * gdb.base/infcall-input.exp
6635 * gdb.base/info-fun.exp
6636 * gdb.base/info-shared.exp
6637 * gdb.base/jit-simple.exp
6638 * gdb.base/jit-so.exp
6639 * gdb.base/jit.exp
6640 * gdb.base/jump.exp
6641 * gdb.base/label.exp
6642 * gdb.base/lineinc.exp
6643 * gdb.base/logical.exp
6644 * gdb.base/longjmp.exp
6645 * gdb.base/macscp.exp
6646 * gdb.base/miscexprs.exp
6647 * gdb.base/new-ui-echo.exp
6648 * gdb.base/new-ui-pending-input.exp
6649 * gdb.base/new-ui.exp
6650 * gdb.base/nodebug.exp
6651 * gdb.base/nofield.exp
6652 * gdb.base/offsets.exp
6653 * gdb.base/overlays.exp
6654 * gdb.base/pending.exp
6655 * gdb.base/pointers.exp
6656 * gdb.base/pr11022.exp
6657 * gdb.base/printcmds.exp
6658 * gdb.base/prologue.exp
6659 * gdb.base/ptr-typedef.exp
6660 * gdb.base/realname-expand.exp
6661 * gdb.base/relativedebug.exp
6662 * gdb.base/relocate.exp
6663 * gdb.base/remote.exp
6664 * gdb.base/reread.exp
6665 * gdb.base/return2.exp
6666 * gdb.base/savedregs.exp
6667 * gdb.base/sep.exp
6668 * gdb.base/sepdebug.exp
6669 * gdb.base/sepsymtab.exp
6670 * gdb.base/set-inferior-tty.exp
6671 * gdb.base/setshow.exp
6672 * gdb.base/shlib-call.exp
6673 * gdb.base/sigaltstack.exp
6674 * gdb.base/siginfo-addr.exp
6675 * gdb.base/signals.exp
6676 * gdb.base/signull.exp
6677 * gdb.base/sigrepeat.exp
6678 * gdb.base/so-impl-ld.exp
6679 * gdb.base/solib-display.exp
6680 * gdb.base/solib-overlap.exp
6681 * gdb.base/solib-search.exp
6682 * gdb.base/solib-symbol.exp
6683 * gdb.base/structs.exp
6684 * gdb.base/structs2.exp
6685 * gdb.base/symtab-search-order.exp
6686 * gdb.base/twice.exp
6687 * gdb.base/unload.exp
6688 * gdb.base/varargs.exp
6689 * gdb.base/watchpoint-solib.exp
6690 * gdb.base/watchpoint.exp
6691 * gdb.base/whatis.exp
6692 * gdb.base/wrong_frame_bt_full.exp
6693 * gdb.btrace/dlopen.exp
6694 * gdb.cell/ea-standalone.exp
6695 * gdb.cell/ea-test.exp
6696 * gdb.cp/dispcxx.exp
6697 * gdb.cp/gdb2384.exp
6698 * gdb.cp/method2.exp
6699 * gdb.cp/nextoverthrow.exp
6700 * gdb.cp/pr10728.exp
6701 * gdb.disasm/am33.exp
6702 * gdb.disasm/h8300s.exp
6703 * gdb.disasm/mn10300.exp
6704 * gdb.disasm/sh3.exp
6705 * gdb.dwarf2/dw2-dir-file-name.exp
6706 * gdb.fortran/complex.exp
6707 * gdb.fortran/library-module.exp
6708 * gdb.guile/scm-pretty-print.exp
6709 * gdb.guile/scm-symbol.exp
6710 * gdb.guile/scm-type.exp
6711 * gdb.guile/scm-value.exp
6712 * gdb.linespec/linespec.exp
6713 * gdb.mi/gdb701.exp
6714 * gdb.mi/gdb792.exp
6715 * gdb.mi/mi-breakpoint-changed.exp
6716 * gdb.mi/mi-dprintf-pending.exp
6717 * gdb.mi/mi-dprintf.exp
6718 * gdb.mi/mi-exit-code.exp
6719 * gdb.mi/mi-pending.exp
6720 * gdb.mi/mi-solib.exp
6721 * gdb.mi/new-ui-mi-sync.exp
6722 * gdb.mi/pr11022.exp
6723 * gdb.mi/user-selected-context-sync.exp
6724 * gdb.opt/solib-intra-step.exp
6725 * gdb.python/py-events.exp
6726 * gdb.python/py-finish-breakpoint.exp
6727 * gdb.python/py-mi.exp
6728 * gdb.python/py-prettyprint.exp
6729 * gdb.python/py-shared.exp
6730 * gdb.python/py-symbol.exp
6731 * gdb.python/py-template.exp
6732 * gdb.python/py-type.exp
6733 * gdb.python/py-value.exp
6734 * gdb.reverse/solib-precsave.exp
6735 * gdb.reverse/solib-reverse.exp
6736 * gdb.server/solib-list.exp
6737 * gdb.stabs/weird.exp
6738 * gdb.threads/reconnect-signal.exp
6739 * gdb.threads/stepi-random-signal.exp
6740 * gdb.trace/actions.exp
6741 * gdb.trace/ax.exp
6742 * gdb.trace/backtrace.exp
6743 * gdb.trace/change-loc.exp
6744 * gdb.trace/deltrace.exp
6745 * gdb.trace/ftrace-lock.exp
6746 * gdb.trace/ftrace.exp
6747 * gdb.trace/infotrace.exp
6748 * gdb.trace/mi-tracepoint-changed.exp
6749 * gdb.trace/packetlen.exp
6750 * gdb.trace/passcount.exp
6751 * gdb.trace/pending.exp
6752 * gdb.trace/range-stepping.exp
6753 * gdb.trace/report.exp
6754 * gdb.trace/stap-trace.exp
6755 * gdb.trace/tfind.exp
6756 * gdb.trace/trace-break.exp
6757 * gdb.trace/trace-condition.exp
6758 * gdb.trace/trace-enable-disable.exp
6759 * gdb.trace/trace-mt.exp
6760 * gdb.trace/tracecmd.exp
6761 * gdb.trace/tspeed.exp
6762 * gdb.trace/tsv.exp
6763 * lib/perftest.exp
6764
6765 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6766
6767 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6768 with gdb_test_no_output.
6769 Use command as test name.
6770
6771 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6772
6773 Fix test names starting with uppercase throughout the files.
6774
6775 * gdb.ada/assign_1.exp
6776 * gdb.ada/boolean_expr.exp
6777 * gdb.base/arrayidx.exp
6778 * gdb.base/del.exp
6779 * gdb.base/gcore-buffer-overflow.exp
6780 * gdb.base/testenv.exp
6781 * gdb.compile/compile.exp
6782 * gdb.python/py-framefilter-invalidarg.exp
6783 * gdb.python/py-framefilter.exp
6784
6785 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6786
6787 Fix test names starting with uppercase throughout the files.
6788
6789 * gdb.ada/array_return.exp
6790 * gdb.ada/expr_delims.exp
6791 * gdb.ada/mi_dyn_arr.exp
6792 * gdb.ada/mi_interface.exp
6793 * gdb.ada/mi_var_array.exp
6794 * gdb.ada/watch_arg.exp
6795 * gdb.arch/alpha-step.exp
6796 * gdb.arch/altivec-regs.exp
6797 * gdb.arch/e500-regs.exp
6798 * gdb.arch/powerpc-d128-regs.exp
6799 * gdb.base/arrayidx.exp
6800 * gdb.base/break.exp
6801 * gdb.base/checkpoint.exp
6802 * gdb.base/debug-expr.exp
6803 * gdb.base/dmsym.exp
6804 * gdb.base/radix.exp
6805 * gdb.base/sepdebug.exp
6806 * gdb.base/testenv.exp
6807 * gdb.base/watch_thread_num.exp
6808 * gdb.base/watchpoint-cond-gone.exp
6809 * gdb.cell/break.exp
6810 * gdb.cell/ea-cache.exp
6811 * gdb.compile/compile.exp
6812 * gdb.cp/gdb2495.exp
6813 * gdb.gdb/selftest.exp
6814 * gdb.gdb/xfullpath.exp
6815 * gdb.go/hello.exp
6816 * gdb.go/integers.exp
6817 * gdb.objc/basicclass.exp
6818 * gdb.pascal/hello.exp
6819 * gdb.pascal/integers.exp
6820 * gdb.python/py-breakpoint.exp
6821 * gdb.python/py-cmd.exp
6822 * gdb.python/py-linetable.exp
6823 * gdb.python/py-xmethods.exp
6824 * gdb.python/python.exp
6825 * gdb.reverse/consecutive-precsave.exp
6826 * gdb.reverse/finish-precsave.exp
6827 * gdb.reverse/i386-precsave.exp
6828 * gdb.reverse/machinestate-precsave.exp
6829 * gdb.reverse/sigall-precsave.exp
6830 * gdb.reverse/solib-precsave.exp
6831 * gdb.reverse/step-precsave.exp
6832 * gdb.reverse/until-precsave.exp
6833 * gdb.reverse/watch-precsave.exp
6834 * gdb.threads/leader-exit.exp
6835 * gdb.threads/pthreads.exp
6836 * gdb.threads/wp-replication.exp
6837 * gdb.trace/actions.exp
6838 * gdb.trace/mi-tsv-changed.exp
6839 * gdb.trace/tsv.exp
6840
6841 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6842
6843 Fix test names starting with uppercase throughout the files.
6844
6845 * gdb.arch/i386-bp_permanent.exp
6846 * gdb.arch/i386-gnu-cfi.exp
6847 * gdb.base/disasm-end-cu.exp
6848 * gdb.base/macscp.exp
6849 * gdb.base/pending.exp
6850 * gdb.base/watch_thread_num.exp
6851 * gdb.cp/exception.exp
6852 * gdb.cp/gdb2495.exp
6853 * gdb.cp/local.exp
6854 * gdb.python/py-evsignal.exp
6855 * gdb.python/python.exp
6856 * gdb.trace/tracecmd.exp
6857
6858 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6859
6860 Fix test names starting with uppercase throughout the files.
6861
6862 * gdb.base/charset.exp
6863 * gdb.base/eval.exp
6864 * gdb.base/multi-forks.exp
6865 * gdb.guile/scm-progspace.exp
6866 * gdb.opencl/datatypes.exp
6867 * gdb.python/py-block.exp
6868 * gdb.python/py-function.exp
6869 * gdb.python/py-symbol.exp
6870 * gdb.python/py-symtab.exp
6871 * gdb.python/py-xmethods.exp
6872 * gdb.reverse/break-precsave.exp
6873 * gdb.reverse/break-reverse.exp
6874 * gdb.reverse/consecutive-precsave.exp
6875 * gdb.reverse/consecutive-reverse.exp
6876 * gdb.reverse/finish-precsave.exp
6877 * gdb.reverse/finish-reverse-bkpt.exp
6878 * gdb.reverse/finish-reverse.exp
6879 * gdb.reverse/fstatat-reverse.exp
6880 * gdb.reverse/getresuid-reverse.exp
6881 * gdb.reverse/i386-precsave.exp
6882 * gdb.reverse/i386-reverse.exp
6883 * gdb.reverse/i386-sse-reverse.exp
6884 * gdb.reverse/i387-stack-reverse.exp
6885 * gdb.reverse/insn-reverse.exp
6886 * gdb.reverse/machinestate-precsave.exp
6887 * gdb.reverse/machinestate.exp
6888 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6889 * gdb.reverse/pipe-reverse.exp
6890 * gdb.reverse/readv-reverse.exp
6891 * gdb.reverse/recvmsg-reverse.exp
6892 * gdb.reverse/rerun-prec.exp
6893 * gdb.reverse/s390-mvcle.exp
6894 * gdb.reverse/sigall-precsave.exp
6895 * gdb.reverse/sigall-reverse.exp
6896 * gdb.reverse/solib-precsave.exp
6897 * gdb.reverse/solib-reverse.exp
6898 * gdb.reverse/step-precsave.exp
6899 * gdb.reverse/step-reverse.exp
6900 * gdb.reverse/time-reverse.exp
6901 * gdb.reverse/until-precsave.exp
6902 * gdb.reverse/until-reverse.exp
6903 * gdb.reverse/waitpid-reverse.exp
6904 * gdb.reverse/watch-precsave.exp
6905 * gdb.reverse/watch-reverse.exp
6906
6907 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6908
6909 Fix test names starting with uppercase throughout the files.
6910
6911 * gdb.arch/i386-mpx-simple_segv.exp
6912 * gdb.arch/i386-mpx.exp
6913 * gdb.arch/i386-permbkpt.exp
6914 * gdb.arch/pa-nullify.exp
6915 * gdb.arch/powerpc-d128-regs.exp
6916 * gdb.arch/vsx-regs.exp
6917 * gdb.base/bfp-test.exp
6918 * gdb.base/break.exp
6919 * gdb.base/breakpoint-shadow.exp
6920 * gdb.base/callfuncs.exp
6921 * gdb.base/charset.exp
6922 * gdb.base/commands.exp
6923 * gdb.base/completion.exp
6924 * gdb.base/dfp-test.exp
6925 * gdb.base/echo.exp
6926 * gdb.base/ending-run.exp
6927 * gdb.base/eval.exp
6928 * gdb.base/expand-psymtabs.exp
6929 * gdb.base/float128.exp
6930 * gdb.base/floatn.exp
6931 * gdb.base/foll-exec-mode.exp
6932 * gdb.base/gdb1056.exp
6933 * gdb.base/gdb11531.exp
6934 * gdb.base/kill-after-signal.exp
6935 * gdb.base/multi-forks.exp
6936 * gdb.base/overlays.exp
6937 * gdb.base/pending.exp
6938 * gdb.base/sepdebug.exp
6939 * gdb.base/testenv.exp
6940 * gdb.base/valgrind-db-attach.exp
6941 * gdb.base/watch_thread_num.exp
6942 * gdb.base/watchpoint-cond-gone.exp
6943 * gdb.base/watchpoint.exp
6944 * gdb.base/watchpoints.exp
6945 * gdb.cp/arg-reference.exp
6946 * gdb.cp/baseenum.exp
6947 * gdb.cp/operator.exp
6948 * gdb.cp/shadow.exp
6949 * gdb.dwarf2/dw2-op-out-param.exp
6950 * gdb.dwarf2/dw2-reg-undefined.exp
6951 * gdb.go/chan.exp
6952 * gdb.go/hello.exp
6953 * gdb.go/integers.exp
6954 * gdb.go/methods.exp
6955 * gdb.go/package.exp
6956 * gdb.guile/scm-parameter.exp
6957 * gdb.guile/scm-progspace.exp
6958 * gdb.guile/scm-value.exp
6959 * gdb.mi/mi-pending.exp
6960 * gdb.mi/user-selected-context-sync.exp
6961 * gdb.multi/multi-attach.exp
6962 * gdb.multi/tids.exp
6963 * gdb.opt/clobbered-registers-O2.exp
6964 * gdb.pascal/floats.exp
6965 * gdb.pascal/integers.exp
6966 * gdb.python/py-block.exp
6967 * gdb.python/py-events.exp
6968 * gdb.python/py-parameter.exp
6969 * gdb.python/py-symbol.exp
6970 * gdb.python/py-symtab.exp
6971 * gdb.python/py-type.exp
6972 * gdb.python/py-value.exp
6973 * gdb.python/py-xmethods.exp
6974 * gdb.python/python.exp
6975 * gdb.reverse/break-precsave.exp
6976 * gdb.reverse/consecutive-precsave.exp
6977 * gdb.reverse/finish-precsave.exp
6978 * gdb.reverse/i386-precsave.exp
6979 * gdb.reverse/machinestate-precsave.exp
6980 * gdb.reverse/sigall-precsave.exp
6981 * gdb.reverse/solib-precsave.exp
6982 * gdb.reverse/step-precsave.exp
6983 * gdb.reverse/until-precsave.exp
6984 * gdb.reverse/watch-precsave.exp
6985 * gdb.server/ext-attach.exp
6986 * gdb.server/ext-restart.exp
6987 * gdb.server/ext-run.exp
6988 * gdb.server/ext-wrapper.exp
6989 * gdb.stabs/gdb11479.exp
6990 * gdb.stabs/weird.exp
6991 * gdb.threads/attach-many-short-lived-threads.exp
6992 * gdb.threads/kill.exp
6993 * gdb.threads/watchpoint-fork.exp
6994
6995 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6996
6997 Fix test names starting with uppercase throughout all the files below.
6998
6999 * gdb.ada/array_return.exp
7000 * gdb.ada/catch_ex.exp
7001 * gdb.ada/info_exc.exp
7002 * gdb.ada/mi_catch_ex.exp
7003 * gdb.ada/mi_dyn_arr.exp
7004 * gdb.ada/mi_ex_cond.exp
7005 * gdb.ada/mi_exc_info.exp
7006 * gdb.ada/mi_interface.exp
7007 * gdb.ada/mi_task_arg.exp
7008 * gdb.ada/mi_task_info.exp
7009 * gdb.ada/mi_var_array.exp
7010 * gdb.arch/alpha-step.exp
7011 * gdb.arch/amd64-disp-step.exp
7012 * gdb.arch/arm-disp-step.exp
7013 * gdb.arch/disp-step-insn-reloc.exp
7014 * gdb.arch/e500-prologue.exp
7015 * gdb.arch/ftrace-insn-reloc.exp
7016 * gdb.arch/gdb1558.exp
7017 * gdb.arch/i386-bp_permanent.exp
7018 * gdb.arch/i386-disp-step.exp
7019 * gdb.arch/i386-float.exp
7020 * gdb.arch/i386-gnu-cfi.exp
7021 * gdb.arch/ia64-breakpoint-shadow.exp
7022 * gdb.arch/mips16-thunks.exp
7023 * gdb.arch/pa-nullify.exp
7024 * gdb.arch/powerpc-aix-prologue.exp
7025 * gdb.arch/powerpc-power.exp
7026 * gdb.arch/ppc-dfp.exp
7027 * gdb.arch/s390-tdbregs.exp
7028 * gdb.arch/spu-info.exp
7029 * gdb.arch/spu-ls.exp
7030 * gdb.arch/thumb-bx-pc.exp
7031 * gdb.base/advance.exp
7032 * gdb.base/annota-input-while-running.exp
7033 * gdb.base/arrayidx.exp
7034 * gdb.base/asmlabel.exp
7035 * gdb.base/async.exp
7036 * gdb.base/attach-wait-input.exp
7037 * gdb.base/auto-connect-native-target.exp
7038 * gdb.base/batch-preserve-term-settings.exp
7039 * gdb.base/bfp-test.exp
7040 * gdb.base/bigcore.exp
7041 * gdb.base/bp-permanent.exp
7042 * gdb.base/break-always.exp
7043 * gdb.base/break-fun-addr.exp
7044 * gdb.base/break-idempotent.exp
7045 * gdb.base/break-main-file-remove-fail.exp
7046 * gdb.base/break-probes.exp
7047 * gdb.base/break-unload-file.exp
7048 * gdb.base/break.exp
7049 * gdb.base/call-ar-st.exp
7050 * gdb.base/call-rt-st.exp
7051 * gdb.base/call-sc.exp
7052 * gdb.base/call-signal-resume.exp
7053 * gdb.base/call-strs.exp
7054 * gdb.base/callexit.exp
7055 * gdb.base/callfuncs.exp
7056 * gdb.base/catch-gdb-caused-signals.exp
7057 * gdb.base/catch-signal-siginfo-cond.exp
7058 * gdb.base/catch-syscall.exp
7059 * gdb.base/compare-sections.exp
7060 * gdb.base/cond-eval-mode.exp
7061 * gdb.base/condbreak-call-false.exp
7062 * gdb.base/consecutive-step-over.exp
7063 * gdb.base/cursal.exp
7064 * gdb.base/disabled-location.exp
7065 * gdb.base/disasm-end-cu.exp
7066 * gdb.base/display.exp
7067 * gdb.base/double-prompt-target-event-error.exp
7068 * gdb.base/dprintf-bp-same-addr.exp
7069 * gdb.base/dprintf-detach.exp
7070 * gdb.base/dprintf-next.exp
7071 * gdb.base/dprintf-non-stop.exp
7072 * gdb.base/dprintf-pending.exp
7073 * gdb.base/dso2dso.exp
7074 * gdb.base/ending-run.exp
7075 * gdb.base/enum_cond.exp
7076 * gdb.base/examine-backward.exp
7077 * gdb.base/exe-lock.exp
7078 * gdb.base/exec-invalid-sysroot.exp
7079 * gdb.base/execl-update-breakpoints.exp
7080 * gdb.base/execution-termios.exp
7081 * gdb.base/fileio.exp
7082 * gdb.base/fixsection.exp
7083 * gdb.base/foll-exec-mode.exp
7084 * gdb.base/foll-exec.exp
7085 * gdb.base/fork-running-state.exp
7086 * gdb.base/frame-args.exp
7087 * gdb.base/fullpath-expand.exp
7088 * gdb.base/func-ptr.exp
7089 * gdb.base/gcore-relro-pie.exp
7090 * gdb.base/gdb1090.exp
7091 * gdb.base/gdb1555.exp
7092 * gdb.base/global-var-nested-by-dso.exp
7093 * gdb.base/gnu-ifunc.exp
7094 * gdb.base/hbreak-in-shr-unsupported.exp
7095 * gdb.base/hbreak-unmapped.exp
7096 * gdb.base/hook-stop.exp
7097 * gdb.base/infcall-input.exp
7098 * gdb.base/info-fun.exp
7099 * gdb.base/info-shared.exp
7100 * gdb.base/interrupt-noterm.exp
7101 * gdb.base/jit-so.exp
7102 * gdb.base/jit.exp
7103 * gdb.base/line-symtabs.exp
7104 * gdb.base/list.exp
7105 * gdb.base/longjmp.exp
7106 * gdb.base/macscp.exp
7107 * gdb.base/max-value-size.exp
7108 * gdb.base/nodebug.exp
7109 * gdb.base/nofield.exp
7110 * gdb.base/overlays.exp
7111 * gdb.base/paginate-after-ctrl-c-running.exp
7112 * gdb.base/paginate-bg-execution.exp
7113 * gdb.base/paginate-inferior-exit.exp
7114 * gdb.base/pending.exp
7115 * gdb.base/pr11022.exp
7116 * gdb.base/printcmds.exp
7117 * gdb.base/ptr-typedef.exp
7118 * gdb.base/ptype.exp
7119 * gdb.base/randomize.exp
7120 * gdb.base/range-stepping.exp
7121 * gdb.base/realname-expand.exp
7122 * gdb.base/relativedebug.exp
7123 * gdb.base/remote.exp
7124 * gdb.base/savedregs.exp
7125 * gdb.base/sepdebug.exp
7126 * gdb.base/set-noassign.exp
7127 * gdb.base/shlib-call.exp
7128 * gdb.base/shreloc.exp
7129 * gdb.base/sigaltstack.exp
7130 * gdb.base/sigbpt.exp
7131 * gdb.base/siginfo-addr.exp
7132 * gdb.base/siginfo-obj.exp
7133 * gdb.base/siginfo-thread.exp
7134 * gdb.base/signest.exp
7135 * gdb.base/signull.exp
7136 * gdb.base/sigrepeat.exp
7137 * gdb.base/skip.exp
7138 * gdb.base/so-impl-ld.exp
7139 * gdb.base/solib-corrupted.exp
7140 * gdb.base/solib-disc.exp
7141 * gdb.base/solib-display.exp
7142 * gdb.base/solib-overlap.exp
7143 * gdb.base/solib-search.exp
7144 * gdb.base/solib-symbol.exp
7145 * gdb.base/source-execution.exp
7146 * gdb.base/sss-bp-on-user-bp-2.exp
7147 * gdb.base/sss-bp-on-user-bp.exp
7148 * gdb.base/stack-checking.exp
7149 * gdb.base/stale-infcall.exp
7150 * gdb.base/step-break.exp
7151 * gdb.base/step-line.exp
7152 * gdb.base/step-over-exit.exp
7153 * gdb.base/step-test.exp
7154 * gdb.base/structs.exp
7155 * gdb.base/sym-file.exp
7156 * gdb.base/symtab-search-order.exp
7157 * gdb.base/term.exp
7158 * gdb.base/type-opaque.exp
7159 * gdb.base/unload.exp
7160 * gdb.base/until-nodebug.exp
7161 * gdb.base/until.exp
7162 * gdb.base/unwindonsignal.exp
7163 * gdb.base/watch-cond.exp
7164 * gdb.base/watch-non-mem.exp
7165 * gdb.base/watch_thread_num.exp
7166 * gdb.base/watchpoint-reuse-slot.exp
7167 * gdb.base/watchpoint-solib.exp
7168 * gdb.base/watchpoint.exp
7169 * gdb.btrace/dlopen.exp
7170 * gdb.cell/arch.exp
7171 * gdb.cell/break.exp
7172 * gdb.cell/bt.exp
7173 * gdb.cell/core.exp
7174 * gdb.cell/data.exp
7175 * gdb.cell/dwarfaddr.exp
7176 * gdb.cell/ea-cache.exp
7177 * gdb.cell/ea-standalone.exp
7178 * gdb.cell/ea-test.exp
7179 * gdb.cell/f-regs.exp
7180 * gdb.cell/fork.exp
7181 * gdb.cell/gcore.exp
7182 * gdb.cell/mem-access.exp
7183 * gdb.cell/ptype.exp
7184 * gdb.cell/registers.exp
7185 * gdb.cell/sizeof.exp
7186 * gdb.cell/solib-symbol.exp
7187 * gdb.cell/solib.exp
7188 * gdb.compile/compile-tls.exp
7189 * gdb.cp/exception.exp
7190 * gdb.cp/gdb2495.exp
7191 * gdb.cp/local.exp
7192 * gdb.cp/mb-inline.exp
7193 * gdb.cp/mb-templates.exp
7194 * gdb.cp/pr10687.exp
7195 * gdb.cp/pr9167.exp
7196 * gdb.cp/scope-err.exp
7197 * gdb.cp/templates.exp
7198 * gdb.cp/virtfunc.exp
7199 * gdb.dwarf2/dw2-dir-file-name.exp
7200 * gdb.dwarf2/dw2-single-line-discriminators.exp
7201 * gdb.fortran/complex.exp
7202 * gdb.fortran/library-module.exp
7203 * gdb.guile/guile.exp
7204 * gdb.guile/scm-cmd.exp
7205 * gdb.guile/scm-frame-inline.exp
7206 * gdb.guile/scm-objfile.exp
7207 * gdb.guile/scm-pretty-print.exp
7208 * gdb.guile/scm-symbol.exp
7209 * gdb.guile/scm-type.exp
7210 * gdb.guile/scm-value.exp
7211 * gdb.linespec/keywords.exp
7212 * gdb.linespec/ls-errs.exp
7213 * gdb.linespec/macro-relative.exp
7214 * gdb.linespec/thread.exp
7215 * gdb.mi/mi-breakpoint-changed.exp
7216 * gdb.mi/mi-dprintf-pending.exp
7217 * gdb.mi/mi-fullname-deleted.exp
7218 * gdb.mi/mi-logging.exp
7219 * gdb.mi/mi-pending.exp
7220 * gdb.mi/mi-solib.exp
7221 * gdb.mi/new-ui-mi-sync.exp
7222 * gdb.mi/user-selected-context-sync.exp
7223 * gdb.multi/dummy-frame-restore.exp
7224 * gdb.multi/multi-arch-exec.exp
7225 * gdb.multi/remove-inferiors.exp
7226 * gdb.multi/watchpoint-multi-exit.exp
7227 * gdb.opt/solib-intra-step.exp
7228 * gdb.perf/backtrace.exp
7229 * gdb.perf/single-step.exp
7230 * gdb.perf/skip-command.exp
7231 * gdb.perf/skip-prologue.exp
7232 * gdb.perf/solib.exp
7233 * gdb.python/lib-types.exp
7234 * gdb.python/py-as-string.exp
7235 * gdb.python/py-bad-printers.exp
7236 * gdb.python/py-block.exp
7237 * gdb.python/py-breakpoint.exp
7238 * gdb.python/py-cmd.exp
7239 * gdb.python/py-events.exp
7240 * gdb.python/py-evthreads.exp
7241 * gdb.python/py-finish-breakpoint.exp
7242 * gdb.python/py-finish-breakpoint2.exp
7243 * gdb.python/py-frame-inline.exp
7244 * gdb.python/py-frame.exp
7245 * gdb.python/py-inferior.exp
7246 * gdb.python/py-infthread.exp
7247 * gdb.python/py-mi.exp
7248 * gdb.python/py-objfile.exp
7249 * gdb.python/py-pp-maint.exp
7250 * gdb.python/py-pp-registration.exp
7251 * gdb.python/py-prettyprint.exp
7252 * gdb.python/py-recurse-unwind.exp
7253 * gdb.python/py-shared.exp
7254 * gdb.python/py-symbol.exp
7255 * gdb.python/py-symtab.exp
7256 * gdb.python/py-template.exp
7257 * gdb.python/py-type.exp
7258 * gdb.python/py-unwind-maint.exp
7259 * gdb.python/py-unwind.exp
7260 * gdb.python/py-value.exp
7261 * gdb.python/python.exp
7262 * gdb.reverse/finish-reverse-bkpt.exp
7263 * gdb.reverse/insn-reverse.exp
7264 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7265 * gdb.reverse/solib-precsave.exp
7266 * gdb.reverse/solib-reverse.exp
7267 * gdb.stabs/gdb11479.exp
7268 * gdb.stabs/weird.exp
7269 * gdb.threads/fork-child-threads.exp
7270 * gdb.threads/fork-plus-threads.exp
7271 * gdb.threads/fork-thread-pending.exp
7272 * gdb.threads/forking-threads-plus-breakpoint.exp
7273 * gdb.threads/hand-call-in-threads.exp
7274 * gdb.threads/interrupted-hand-call.exp
7275 * gdb.threads/linux-dp.exp
7276 * gdb.threads/local-watch-wrong-thread.exp
7277 * gdb.threads/next-while-other-thread-longjmps.exp
7278 * gdb.threads/non-ldr-exit.exp
7279 * gdb.threads/pending-step.exp
7280 * gdb.threads/print-threads.exp
7281 * gdb.threads/process-dies-while-detaching.exp
7282 * gdb.threads/process-dies-while-handling-bp.exp
7283 * gdb.threads/pthreads.exp
7284 * gdb.threads/queue-signal.exp
7285 * gdb.threads/reconnect-signal.exp
7286 * gdb.threads/signal-command-handle-nopass.exp
7287 * gdb.threads/signal-command-multiple-signals-pending.exp
7288 * gdb.threads/signal-delivered-right-thread.exp
7289 * gdb.threads/signal-sigtrap.exp
7290 * gdb.threads/sigthread.exp
7291 * gdb.threads/staticthreads.exp
7292 * gdb.threads/stepi-random-signal.exp
7293 * gdb.threads/thread-unwindonsignal.exp
7294 * gdb.threads/thread_check.exp
7295 * gdb.threads/thread_events.exp
7296 * gdb.threads/tid-reuse.exp
7297 * gdb.threads/tls-nodebug.exp
7298 * gdb.threads/tls-shared.exp
7299 * gdb.threads/tls-so_extern.exp
7300 * gdb.threads/tls.exp
7301 * gdb.threads/wp-replication.exp
7302 * gdb.trace/actions-changed.exp
7303 * gdb.trace/actions.exp
7304 * gdb.trace/backtrace.exp
7305 * gdb.trace/change-loc.exp
7306 * gdb.trace/collection.exp
7307 * gdb.trace/deltrace.exp
7308 * gdb.trace/disconnected-tracing.exp
7309 * gdb.trace/entry-values.exp
7310 * gdb.trace/ftrace-lock.exp
7311 * gdb.trace/ftrace.exp
7312 * gdb.trace/infotrace.exp
7313 * gdb.trace/mi-trace-frame-collected.exp
7314 * gdb.trace/mi-trace-unavailable.exp
7315 * gdb.trace/mi-traceframe-changed.exp
7316 * gdb.trace/mi-tracepoint-changed.exp
7317 * gdb.trace/mi-tsv-changed.exp
7318 * gdb.trace/no-attach-trace.exp
7319 * gdb.trace/packetlen.exp
7320 * gdb.trace/passc-dyn.exp
7321 * gdb.trace/passcount.exp
7322 * gdb.trace/pending.exp
7323 * gdb.trace/pr16508.exp
7324 * gdb.trace/qtro.exp
7325 * gdb.trace/range-stepping.exp
7326 * gdb.trace/read-memory.exp
7327 * gdb.trace/report.exp
7328 * gdb.trace/save-trace.exp
7329 * gdb.trace/signal.exp
7330 * gdb.trace/stap-trace.exp
7331 * gdb.trace/status-stop.exp
7332 * gdb.trace/strace.exp
7333 * gdb.trace/tfile.exp
7334 * gdb.trace/tfind.exp
7335 * gdb.trace/trace-break.exp
7336 * gdb.trace/trace-condition.exp
7337 * gdb.trace/trace-enable-disable.exp
7338 * gdb.trace/trace-mt.exp
7339 * gdb.trace/tracecmd.exp
7340 * gdb.trace/tracefile-pseudo-reg.exp
7341 * gdb.trace/tspeed.exp
7342 * gdb.trace/tstatus.exp
7343 * gdb.trace/tsv.exp
7344 * gdb.trace/unavailable.exp
7345 * gdb.trace/while-dyn.exp
7346 * gdb.trace/while-stepping.exp
7347 * lib/gdb-guile.exp
7348 * lib/gdb.exp
7349 * lib/mi-support.exp
7350 * lib/pascal.exp
7351 * lib/perftest.exp
7352 * lib/prelink-support.exp
7353 * lib/selftest-support.exp
7354
7355 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7356
7357 * Makefile.in: Include disable-implicit-rules.mk.
7358
7359 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7360
7361 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7362 non-byte-aligned bit fields.
7363
7364 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7365
7366 PR gdb/12616
7367 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7368 respects the DW_AT_data_bit_offset attribute.
7369
7370 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7371
7372 * gdb.base/default.exp: Fix output of "set language".
7373
7374 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7375
7376 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7377 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7378 make.
7379 * configure.ac: Remove checks for the make program.
7380 * configure: Re-generate.
7381
7382 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7383
7384 * gdb.python/py-recurse-unwind.c (main): Add loop.
7385 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7386 to read_register() and gdb.parse_and_eval(). Make each code
7387 call a separate case that can be individually tested.
7388 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7389 proc. Call cont_and_backtrace for each of the code paths that
7390 we want to test in the unwinder.
7391
7392 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7393
7394 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7395 the definition of struct S.
7396
7397 2016-11-11 Catherine Moore <clm@codesourcery.com>
7398
7399 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7400
7401 2016-11-09 Pedro Alves <palves@redhat.com>
7402
7403 * gdb.base/commands.exp (runto_or_return): New procedure.
7404 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7405 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7406 (progvar_simple_while_test, progvar_complex_if_while_test)
7407 (if_while_breakpoint_command_test)
7408 (infrun_breakpoint_command_test, breakpoint_command_test)
7409 (user_defined_command_test, watchpoint_command_test)
7410 (test_command_prompt_position, redefine_hook_test)
7411 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7412 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7413 multi_line_input and multi_line. Remove gdb_expect and
7414 gdb_stop_suppressing_tests uses.
7415 * lib/gdb.exp (valnum_re): New global.
7416 (multi_line_input): New procedure.
7417
7418 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7419
7420 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7421 Remove.
7422 (test_setup): Define with proc_with_prefix.
7423 (test_cli_inferior): Likewise.
7424 (test_cli_thread): Likewise.
7425 (test_cli_frame): Likewise.
7426 (test_cli_select_frame): Likewise.
7427 (test_cli_up_down): Likewise.
7428 (test_mi_thread_select): Likewise.
7429 (test_mi_stack_select_frame): Likewise.
7430 (test_cli_in_mi_inferior): Likewise.
7431 (test_cli_in_mi_thread): Likewise.
7432 (test_cli_in_mi_frame): Likewise.
7433 (top level): Do not use with_test_prefix_procname.
7434
7435 2016-11-09 Pedro Alves <palves@redhat.com>
7436
7437 * gdb.base/commands.exp (gdbvar_simple_if_test)
7438 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7439 (progvar_simple_if_test, progvar_simple_while_test)
7440 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7441 (infrun_breakpoint_command_test, breakpoint_command_test)
7442 (user_defined_command_test, watchpoint_command_test)
7443 (test_command_prompt_position, deprecated_command_test)
7444 (bp_deleted_in_command, temporary_breakpoint_commands)
7445 (stray_arg0_test, source_file_with_indented_comment)
7446 (recursive_source_test, if_commands_test)
7447 (error_clears_commands_left, redefine_hook_test)
7448 (redefine_backtrace_test): Use proc_with_prefix.
7449 * lib/gdb.exp (proc_with_prefix): New proc.
7450
7451 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7452
7453 * gdb.base/tui-layout.c: New file.
7454 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7455 disassembly window contains very long lines.
7456
7457 2016-11-08 Tom Tromey <tom@tromey.com>
7458
7459 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7460 depend on Python 2.
7461
7462 2016-11-08 Tom Tromey <tom@tromey.com>
7463
7464 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7465 New method.
7466
7467 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7468
7469 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7470
7471 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7472
7473 * gdb.rust/simple.rs: Add test for univariant enums without
7474 discriminants and for encoded struct-like enums.
7475
7476 2016-10-28 Pedro Alves <palves@redhat.com>
7477
7478 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7479 gdb_test_multiple, tighten regexps and match symtabs and line
7480 tables incrementally.
7481
7482 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7483
7484 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7485 general.
7486
7487 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7488
7489 * gdb.base/exec-invalid-sysroot.exp: New file.
7490
7491 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7492
7493 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7494
7495 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7496
7497 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7498
7499 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7500
7501 * gdb.base/killed-outside.exp: Remove $options from a call to
7502 `prepare_for_testing'.
7503
7504 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7505
7506 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7507 Change test message.
7508
7509 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7510
7511 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7512 Update comment.
7513
7514 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7515
7516 * gdb.trace/mi-trace-save.exp: New file.
7517
7518 2016-10-13 Yao Qi <yao.qi@linaro.org>
7519
7520 * gdb.base/code_elim.exp (get_var_address): Remove.
7521 * gdb.base/relocate.exp: Likewise.
7522 * gdb.base/shreloc.exp: Likewise.
7523 * lib/gdb.exp (get_var_address): New.
7524
7525 2016-10-13 Yao Qi <yao.qi@linaro.org>
7526
7527 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7528 floating point tests if $skip_float_test is false.
7529
7530 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7531
7532 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7533 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7534 argc values.
7535 Add 1 to argc so we guarantee distinct initial/modified argc values.
7536
7537 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7538
7539 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7540
7541 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7542
7543 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7544 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7545 * gdb.arch/vsx-regs.exp: Likewise.
7546
7547 2016-10-07 Yao Qi <yao.qi@linaro.org>
7548
7549 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7550
7551 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7552
7553 * gdb.python/python.exp: Test decode_line("*0").
7554
7555 2016-10-06 Doug Evans <dje@google.com>
7556
7557 * gdb.python/py-value.exp (test_value_creation): Add test for large
7558 unsigned 64-bit value.
7559
7560 2016-10-06 Tom Tromey <tom@tromey.com>
7561
7562 * gdb.compile/compile.exp: Change java tests to rust.
7563 * gdb.base/setshow.exp: Change java tests to rust.
7564 * gdb.base/default.exp: Remove java from language list.
7565 * README (Examples): Update language example.
7566 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7567 test.
7568 * lib/gdb.exp (skip_java_tests): Remove.
7569 * lib/java.exp: Remove.
7570 * gdb.java: Remove.
7571
7572 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7573
7574 * gdb.arch/mips-fcr.exp: New test.
7575 * gdb.arch/mips-fcr.c: Source for the new test.
7576
7577 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7578
7579 * gdb.base/solib-disc.exp: Use `standard_output_file'
7580 throughout.
7581
7582 2016-10-06 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.base/jit-simple-dl.c: New file.
7585 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7586 * gdb.base/jit-simple.c: ... this.
7587 * gdb.base/jit-simple.exp (jit_run): Delete.
7588 (build_jit): New proc.
7589 (jit_test_reread): Recompile either the main program or the shared
7590 library, depending on what is being tested. Skip changing address
7591 if caller wants to. Compare before/after addresses. If testing
7592 standalone, explicitly load the binary. Test "maint info
7593 breakpoints".
7594 (top level): Add "standalone vs shared lib" and "change address"
7595 vs "same address" axes.
7596
7597 2016-10-06 Pedro Alves <palves@redhat.com>
7598
7599 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7600 call.
7601 (jit_run): Delete.
7602 (jit_test_reread): Use with_test_prefix. Reload the main binary
7603 explicitly. Compare the before/after addresses of the JIT
7604 descriptor.
7605
7606 2016-08-15 Doug Evans <dje@google.com>
7607
7608 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7609 for single bitfields is bool.
7610 * gdb.xml/tdesc-regs.exp: Ditto.
7611
7612 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7613
7614 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7615
7616 2016-10-05 Yao Qi <yao.qi@linaro.org>
7617
7618 * lib/gdb.exp (support_complex_tests): Return zero if
7619 gdb_skip_float_test return true.
7620
7621 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7622 Simon Marchi <simon.marchi@ericsson.com>
7623
7624 PR gdb/20487
7625 * gdb.mi/user-selected-context-sync.exp: New file.
7626 * gdb.mi/user-selected-context-sync.c: New file.
7627
7628 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7629 Simon Marchi <simon.marchi@ericsson.com>
7630
7631 PR gdb/20487
7632 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7633 =thread-select-event check.
7634
7635 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7636
7637 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7638 the compulsory L operand changes.
7639 * gdb.arch/powerpc-power.s: Likewise.
7640
7641 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7642
7643 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7644 * gdb.base/jit-attach-pie.c: New file.
7645 * gdb.base/jit-attach-pie.exp: New file.
7646
7647 2016-09-28 Pedro Alves <palves@redhat.com>
7648
7649 * gdb.base/infcall-input.c: New file.
7650 * gdb.base/infcall-input.exp: New file.
7651
7652 2016-09-22 Yao Qi <yao.qi@linaro.org>
7653
7654 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7655 (gdb_exit): Rename it to ...
7656 (gdbserver_gdb_exit): ... Close GDBserver.
7657 (gdb_exit): New proc, call gdbserver_gdb_exit.
7658 (mi_gdb_exit): Likewise.
7659
7660 2016-09-22 Yao Qi <yao.qi@linaro.org>
7661
7662 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7663 path.
7664 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7665 Remove duplication.
7666
7667 2016-09-22 Yao Qi <yao.qi@linaro.org>
7668
7669 * lib/gdbserver-support.exp: Check the existence of
7670 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7671
7672 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7673
7674 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7675
7676 2016-09-21 Tom Tromey <tom@tromey.com>
7677
7678 PR gdb/20604:
7679 * gdb.base/quit.exp: New file.
7680
7681 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7682
7683 * .gitignore: New file.
7684
7685 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7686
7687 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7688 throughout.
7689
7690 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7691
7692 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7693
7694 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7695
7696 * gdb.cp/casts.cc (decltype): Move it ...
7697 (main): ... with its call to ...
7698 * gdb.cp/casts03.cc: ... a new file.
7699 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7700
7701 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7702
7703 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7704
7705 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7706
7707 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7708 and sync up the test with tests in gas/testsuite/gas/ppc.
7709 * gdb.arch/powerpc-power.exp: Likewise.
7710
7711 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7712
7713 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7714
7715 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7716 Jan Kratochvil <jan.kratochvil@redhat.com>
7717
7718 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7719 make m1's definition to be different from m2's. Use 'dummy' as an
7720 argument for probe 'two'.
7721
7722 2016-09-10 Jon Beniston <jon@beniston.com>
7723
7724 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7725 for sim target.
7726
7727 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7728
7729 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7730 variable declaration.
7731 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7732 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7733 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7734 received HWCAP as its argument.
7735
7736 2016-09-06 Pedro Alves <palves@redhat.com>
7737
7738 * gdb.base/new-ui-pending-input.c: New file.
7739 * gdb.base/new-ui-pending-input.exp: New file.
7740 * gdb.exp (clear_gdb_spawn_id): New procedure.
7741 (with_spawn_id): Check whether gdb_spawn_id exists before
7742 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7743 on exit.
7744
7745 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7746
7747 * gdb.base/float128.c: New file.
7748 * gdb.base/float128.exp: Likewise.
7749 * gdb.base/floatn.c: Likewise.
7750 * gdb.base/floatn.exp: Likewise.
7751
7752 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7753
7754 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7755
7756 2016-09-05 Pedro Alves <palves@redhat.com>
7757
7758 PR backtrace/19927
7759 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7760 unwinders are immediately called as side effect of "source" or
7761 "disable unwinder" commands.
7762 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7763
7764 2016-09-02 Yao Qi <yao.qi@linaro.org>
7765
7766 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7767 is true and $type is "float" or "double".
7768
7769 2016-09-02 Yao Qi <yao.qi@linaro.org>
7770
7771 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7772 true.
7773 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7774 * gdb.base/call-rt-st.exp: Likewise.
7775 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7776 return value instead of gdb,skip_float_test.
7777 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7778 (do_function_calls): Use its return value instead of
7779 gdb,skip_float_test.
7780 * gdb.base/finish.exp: Likewise.
7781 * gdb.base/funcargs.exp: Likewise.
7782 * gdb.base/return.exp: Likewise.
7783 * gdb.base/return2.exp: Likewise.
7784 * gdb.base/varargs.exp: Likewise.
7785 * lib/gdb.exp (gdb_skip_float_test): Change it to
7786 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7787
7788 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7789
7790 * gdb.multi/tids.exp: Test "thread apply all".
7791
7792 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7793
7794 * gdb.base/default.exp (tty): Remove.
7795
7796 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7797
7798 * gdb.python/py-recurse-unwind.c: New file.
7799 * gdb.python/py-recurse-unwind.py: New file.
7800 * gdb.python/py-recurse-unwind.exp: New file.
7801
7802 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7803
7804 * gdb.base/set-inferior-tty.exp: New file.
7805 * gdb.base/set-inferior-tty.c: New file.
7806
7807 2016-08-23 Pedro Alves <palves@redhat.com>
7808
7809 PR gdb/20494
7810 * gdb.base/new-ui-echo.c: New file.
7811 * gdb.base/new-ui-echo.exp: New file.
7812
7813 2016-08-23 Yao Qi <yao.qi@linaro.org>
7814
7815 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7816 gdbserver_spawn.
7817 * gdb.server/connect-without-multi-process.exp (do_test):
7818 Likewise.
7819
7820 2016-08-23 Yao Qi <yao.qi@linaro.org>
7821
7822 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7823 standalone_txt. Delete gdb_txt and standalone_txt on host
7824 and target. Spawn the binary on target. Copy files from
7825 target to host.
7826
7827 2016-08-22 Pedro Alves <palves@redhat.com>
7828
7829 PR gdb/20505
7830 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7831 with_test_prefix. Factor out bits to ...
7832 (test_no_vdso): ... this new procedure.
7833
7834 2016-08-19 Carl Love <cel@us.ibm.com>
7835
7836 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7837 maintaining separate logic for constructing the output path.
7838 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7839 * gdb.arch/ppc-dfp.exp: Likewise.
7840 * gdb.arch/ppc-fp.exp: Likewise.
7841 * gdb.arch/vsx-regs.exp: Likewise.
7842 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7843 binprefix for generating the additional binary files.
7844
7845 2016-08-19 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.trace/mi-trace-frame-collected.exp
7848 (test_trace_frame_collected): On x32, expect two registers.
7849
7850 2016-08-18 Carl Love <cel@us.ibm.com>
7851
7852 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7853 and sync up the test with tests in gas/testsuite/gas/ppc.
7854 * gdb.arch/powerpc-power.exp: Likewise.
7855
7856 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7857
7858 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7859 expected error message.
7860
7861 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7862
7863 * gdb.multi/remove-inferiors.exp: New file.
7864 * gdb.multi/remove-inferiors.c: New file.
7865
7866 2016-08-12 Yao Qi <yao.qi@linaro.org>
7867
7868 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7869 argument list.
7870
7871 2016-08-10 Pedro Alves <palves@redhat.com>
7872
7873 PR gdb/19187
7874 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7875 setup_kfails.
7876
7877 2016-08-09 Pedro Alves <palves@redhat.com>
7878 Simon Marchi <simon.marchi@ericsson.com>
7879
7880 PR gdb/20418
7881 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7882 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7883
7884 2016-08-09 Pedro Alves <palves@redhat.com>
7885
7886 PR mi/20431
7887 * gdb.mi/mi-cmd-error.exp: New file.
7888
7889 2016-08-09 Pedro Alves <palves@redhat.com>
7890
7891 PR gdb/18653
7892 * gdb.base/signals-state-child.c: New file.
7893 * gdb.base/signals-state-child.exp: New file.
7894 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7895
7896 2016-08-09 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7899
7900 2016-08-03 Tom Tromey <tom@tromey.com>
7901
7902 PR python/18565:
7903 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7904
7905 2016-08-01 Yao Qi <yao.qi@linaro.org>
7906
7907 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7908 variable mode to "multi-process" if $multi_process is 1, otherwise
7909 set it to "single-process".
7910
7911 2016-08-01 Yao Qi <yao.qi@linaro.org>
7912
7913 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7914 * gdb.cp/cpexprs.exp: Likewise.
7915 * gdb.cp/m-static.exp: Likewise.
7916
7917 2016-07-26 Tom Tromey <tom@tromey.com>
7918
7919 PR python/20190:
7920 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7921 test.
7922
7923 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7924
7925 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7926 selecting assembly source files.
7927 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7928 assembly source files.
7929 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7930 assembly source files.
7931 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7932 selecting assembly source files.
7933
7934 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7935
7936 * gdb.base/new-ui.exp (do_test_invalid_args): New
7937 procedure.
7938
7939 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7940
7941 * gdb.btrace/reconnect.c: New file.
7942 * gdb.btrace/reconnect.exp: New file.
7943
7944 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7945
7946 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7947 to test_catch_syscall_group.
7948 (test_catch_syscall_group): New.
7949
7950 2016-07-21 Tom Tromey <tom@tromey.com>
7951
7952 * gdb.rust/simple.rs (main): Use empty struct expression.
7953 * gdb.rust/simple.exp: Add tests for empty struct expression.
7954
7955 2016-07-21 Yao Qi <yao.qi@linaro.org>
7956
7957 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7958 if gdb_skip_xml_test is true on some targets.
7959
7960 2016-07-21 Yao Qi <yao.qi@linaro.org>
7961
7962 * gdb.server/solib-list.exp: Unset last_loaded_file.
7963
7964 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7965
7966 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7967 "step into captured_main (args)".
7968
7969 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7970
7971 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7972
7973 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7974
7975 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7976
7977 2016-07-19 Pedro Alves <palves@redhat.com>
7978
7979 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7980 * gdb.opt/inline-bt.exp: Likewise.
7981 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7982 additional_flags=-Winline.
7983 * gdb.opt/inline-locals.exp: Likewise.
7984 * gdb.opt/inline-markers.c (ATTR): Define.
7985 (inlined_fn): Use it.
7986
7987 2016-07-19 Yao Qi <yao.qi@linaro.org>
7988
7989 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7990 (test_with_self): Remove some code. Remove argument executable.
7991 (top-level): Use do_self_tests.
7992
7993 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7994 Don Breazeal <donb@codesourcery.com>
7995
7996 * gdb.base/maint.exp: Escape paths used in regular expressions.
7997 * gdb.stabs/weird.exp: Likewise.
7998
7999 2016-07-13 Tom Tromey <tom@tromey.com>
8000
8001 PR python/15620, PR python/18620:
8002 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8003 (test_bkpt_events): New procs.
8004
8005 2016-07-13 Tom Tromey <tom@tromey.com>
8006
8007 PR python/17698:
8008 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8009 test.
8010 (test_watchpoints): Likewise.
8011 (test_bkpt_pending): New proc.
8012
8013 2016-07-13 Tom Tromey <tom@tromey.com>
8014
8015 PR cli/18053:
8016 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8017 completion test.
8018
8019 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8020
8021 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8022 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8023 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8024 f_label.
8025 (g): Rename g_end_lbl to g_label.
8026 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8027 low_pc and high_pc.
8028 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8029
8030 2016-07-12 Tom Tromey <tom@tromey.com>
8031
8032 PR python/19293:
8033 * gdb.python/py-unwind-maint.exp: Update tests.
8034
8035 2016-07-12 Yao Qi <yao.qi@linaro.org>
8036
8037 * lib/selftest-support.exp (selftest_setup): Match the output
8038 when captured_main is inlined.
8039
8040 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8041
8042 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8043 New variables.
8044 (print this%a, print this%b, print this): New tests.
8045 * gdb.fortran/derived-types.f90 (this): New object and
8046 initialization.
8047
8048 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8049
8050 * gdb.ada/arraydim.exp: Remove extra directory level in build
8051 directory.
8052
8053 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8054
8055 * lib/ada.exp: Remove extra directory level in build directory.
8056 * gdb.ada/cond_lang.exp: Likewise.
8057 * gdb.ada/exec_changed.exp: Likewise.
8058 * gdb.ada/lang_switch.exp: Likewise.
8059
8060 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8061
8062 * simple.rs: Add test for raw pointer subscripting.
8063 * simple.exp: Add test expectations.
8064
8065 2016-07-05 Yao Qi <yao.qi@linaro.org>
8066
8067 * gdb.mi/mi-reverse.exp: Match =record-started output.
8068
8069 2016-07-01 Pedro Alves <palves@redhat.com>
8070
8071 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8072 procedure.
8073 (jit_reader_test): Test the jit reader's unwinder.
8074 * gdb.base/jithost.c (jit_function_00_code): New global.
8075 (main): Use memcpy to fill in the mmapped code, instead of poking
8076 bytes manually here.
8077 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8078 value.
8079 (read_debug_info): Save the function's range.
8080 (read_sp): New function.
8081 (unwind_frame): Use it. Also unwind RBP.
8082 (get_frame_id): Use read_sp.
8083 (gdb_init_reader): Use calloc instead of malloc.
8084 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8085 parameter. Use gdb_test_multiple.
8086
8087 2016-07-01 Pedro Alves <palves@redhat.com>
8088 Antoine Tremblay <antoine.tremblay@ericsson.com>
8089
8090 * gdb.threads/process-dies-while-detaching.c: New file.
8091 * gdb.threads/process-dies-while-detaching.exp: New file.
8092
8093 2016-07-01 Pedro Alves <palves@redhat.com>
8094
8095 * gdb.multi/watchpoint-multi-exit.c: New file.
8096 * gdb.multi/watchpoint-multi-exit.exp: New file.
8097
8098 2016-06-30 Pedro Alves <palves@redhat.com>
8099
8100 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8101 unset inferior_spawn_id.
8102
8103 2016-06-30 Pedro Alves <palves@redhat.com>
8104
8105 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8106 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8107
8108 2016-06-29 Yao Qi <yao.qi@linaro.org>
8109
8110 * gdb.base/return.c: Add copyright header.
8111
8112 2016-06-29 Tom Tromey <tom@tromey.com>
8113
8114 PR python/20129:
8115 * gdb.python/py-framefilter.exp: Add tests for setting priority
8116 and disabling of non-existent frame filter.
8117
8118 2016-06-29 Yao Qi <yao.qi@linaro.org>
8119
8120 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8121 0x0f07ff.
8122
8123 2016-06-28 Yao Qi <yao.qi@linaro.org>
8124
8125 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8126 triplets. Start gdb, execute catch syscall, and continue. Check
8127 gdb's output to determine catch syscall is supported.
8128
8129 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8130
8131 * gdb.rust/simple.rs: Add test for returning unit in a function.
8132 * gdb.rust/simple.exp: Add expectation for functions returning
8133 unit.
8134
8135 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8136
8137 * gdb.python/py-breakpoint-create-fail.c,
8138 gdb.python/py-breakpoint-create-fail.exp,
8139 gdb.python/py-breakpoint-create-fail.py: New testcase.
8140
8141 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8142
8143 PR gdb/20239
8144 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8145 * gdb.rust/simple.exp: Add test expectations for new NonZero
8146 tests.
8147
8148 2016-06-24 David Taylor <dtaylor@emc.com>
8149
8150 * gdb.base/offsets.exp: New file.
8151 * gdb.base/offsets.c: New file.
8152
8153 2016-06-23 Tom Tromey <tom@tromey.com>
8154
8155 PR gdb/16483:
8156 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8157 before any filters are loaded.
8158
8159 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8160
8161 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8162 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8163 structs.
8164 * gdb.fortran/derived-type-function.exp: New file.
8165 * gdb.fortran/derived-type-function.f90: New file.
8166
8167
8168 2016-06-21 Pedro Alves <palves@redhat.com>
8169
8170 * gdb.base/new-ui.exp: New file.
8171 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8172 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8173 (with_spawn_id): New procedure.
8174
8175 2016-06-21 Pedro Alves <palves@redhat.com>
8176
8177 * gdb.mi/mi-exec-run.exp: New file.
8178
8179 2016-06-21 Pedro Alves <palves@redhat.com>
8180
8181 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8182 breakpoint command's output on the main UI.
8183 (test_break): New procedure, factored out from calls in the top
8184 level.
8185 (top level): Use foreach_with_prefix to test MI as main UI and as
8186 separate UI.
8187
8188 2016-06-21 Pedro Alves <palves@redhat.com>
8189
8190 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8191 (test_awatch_creation_and_listing)
8192 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8193 Remove 'type' parameter.
8194 (test_watchpoint_all): New parameter mi_mode. Remove
8195 with_test_prefix.
8196 (top level): Use foreach_with_prefix, and add main/separate UI MI
8197 testing axis.
8198
8199 2016-06-21 Pedro Alves <palves@redhat.com>
8200
8201 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8202 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8203 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8204 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8205 (gdb_main_spawn_id, mi_spawn_id): Declare and
8206 comment.
8207 (mi_create_inferior_pty): New procedure,
8208 factored out from default_mi_gdb_start.
8209 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8210 procedures.
8211 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8212 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8213 Use mi_create_inferior_pty.
8214 (mi_gdb_start): Use eval to pass down args list.
8215
8216 2016-06-21 Pedro Alves <palves@redhat.com>
8217
8218 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8219 * gdb.opt/inline-cmds.exp: Add MI tests.
8220
8221 2016-06-21 Pedro Alves <palves@redhat.com>
8222
8223 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8224
8225 2016-06-21 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8228 (top level): Use it instead of mi_execute_to.
8229
8230 2016-06-21 Pedro Alves <palves@redhat.com>
8231
8232 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8233 (cont_handler_str): New.
8234 (signal_stop_handler): Set stop_handler_str instead of printing to
8235 stdout.
8236 (continue_handler): Set cont_handler_str instead of printing to
8237 stdout.
8238 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8239 mi_send_resuming_command. Print stop_handler_str and
8240 cont_handler_str instead of expecting the python events print
8241 directly.
8242
8243 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8244
8245 * gdb.base/jit-reader.exp: New file.
8246 * gdb.base/jithost.c: New file.
8247 * gdb.base/jithost.h: New file.
8248 * gdb.base/jitreader.c : New file.
8249 * gdb.base/jit-protocol.h: New file.
8250
8251 2016-06-17 Yao Qi <yao.qi@linaro.org>
8252
8253 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8254 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8255 and detach-on-fork. Adjust tests.
8256 (top level): Invoke break_cond_on_syscall with combinations of
8257 syscall, follow-fork-mode and detach-on-fork.
8258
8259 2016-06-17 Yao Qi <yao.qi@linaro.org>
8260
8261 * gdb.base/step-over-exit.c: New.
8262 * gdb.base/step-over-exit.exp: New.
8263
8264 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8265
8266 * gdb.base/float.exp: Add target check for nds32*-*-*.
8267 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8268
8269 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8270
8271 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8272 for unsupported target features.
8273 * gdb.base/call-rt-st.exp: Likewise.
8274 * gdb.base/call-sc.exp: Likewise.
8275 * gdb.base/call-signal-resume.exp: Likewise.
8276 * gdb.base/call-strs.exp: Likewise.
8277 * gdb.base/callexit.exp: Likewise.
8278 * gdb.base/callfuncs.exp: Likewise.
8279 * gdb.base/nodebug.exp: Likewise.
8280 * gdb.base/printcmds.exp: Likewise.
8281 * gdb.base/ptype.exp: Likewise.
8282 * gdb.base/structs.exp: Likewise.
8283 * gdb.base/unwindonsignal.exp: Likewise.
8284 * gdb.cp/gdb2495.exp: Likewise.
8285 * gdb.cp/templates.exp: Likewise.
8286 * gdb.cp/virtfunc.exp: Likewise.
8287 * gdb.threads/hand-call-in-threads.exp: Likewise.
8288 * gdb.threads/interrupted-hand-call.exp: Likewise.
8289 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8290
8291 2016-06-10 Tom Tromey <tom@tromey.com>
8292
8293 PR rust/20110:
8294 * gdb.rust/expr.exp: Add test for integer constant larger than
8295 i32.
8296
8297 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8298
8299 * gdb.fortran/nested-funcs.exp: New.
8300 * gdb.fortran/nested-funcs.f90: New.
8301
8302 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8303
8304 * gdb.base/examine-backward.c: New file.
8305 * gdb.base/examine-backward.exp: New file.
8306
8307 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8308
8309 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8310 matching.
8311
8312 2016-06-02 Tom Tromey <tom@tromey.com>
8313
8314 PR python/18984:
8315 * gdb.python/py-shared.exp: Add solib_name test.
8316
8317 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8318
8319 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8320
8321 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8322
8323 PR c++/19893
8324 * gdb.dwarf2/implref.exp: Rename to...
8325 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8326 * gdb.dwarf2/implref-array.c: New file.
8327 * gdb.dwarf2/implref-array.exp: Likewise.
8328 * gdb.dwarf2/implref-global.c: Likewise.
8329 * gdb.dwarf2/implref-global.exp: Likewise.
8330 * gdb.dwarf2/implref-struct.c: Likewise.
8331 * gdb.dwarf2/implref-struct.exp: Likewise.
8332
8333 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8334
8335 * gdb.trace/trace-condition.exp: Add 64bit tests.
8336
8337 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8338
8339 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8340 bits types.
8341 (main): Adapt to 8 to 64 bits types.
8342 * gdb.trace/trace-condition.exp: Add new tests.
8343
8344 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8345
8346 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8347
8348 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8349
8350 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8351 Move condition tests...
8352 * gdb.trace/trace-condition.exp: Here.
8353
8354 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8355
8356 * gdb.trace/trace-condition.exp: Add counter-case tests.
8357
8358 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8359
8360 PR c++/15231
8361 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8362 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8363
8364 2016-05-27 Pedro Alves <palves@redhat.com>
8365
8366 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8367 New procedure.
8368 (top level): Call it, and bail out of DejaGnu is known to be bad.
8369
8370 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8371
8372 * gdb.base/whatis.c: Extend the test case.
8373 * gdb.base/whatis.exp: Add additional tests.
8374
8375 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8376
8377 * gdb.fortran/type.f90: Add pointer variable.
8378 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8379
8380 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8381
8382 * gdb.fortran/vla-type.exp: Fix testcase name.
8383
8384 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8385
8386 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8387
8388 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8389
8390 * gdb.fortran/type.f90: Add nested structures.
8391 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8392 * gdb.fortran/derived-type.exp: Adapt expected output.
8393 * gdb.fortran/vla-type.exp: Adapt expected output.
8394
8395 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8396
8397 * gdb.fortran/whatis_type.exp: Adapt expected output.
8398
8399 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8400
8401 * gdb.fortran/print_type.exp: Fix expected output.
8402 * gdb.fortran/whatis_type.exp: Fix expected output.
8403
8404 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8405
8406 * gdb.fortran/whatis_type.exp: Use multi_line.
8407
8408 2016-05-24 Tom Tromey <tom@tromey.com>
8409
8410 PR python/17386:
8411 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8412 use value as an index.
8413
8414 2016-05-23 Tom Tromey <tom@tromey.com>
8415
8416 PR python/17981:
8417 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8418 no-breakpoint case.
8419
8420 2016-05-24 Pedro Alves <palves@redhat.com>
8421
8422 PR gdb/19828
8423 * gdb.threads/clone-attach-detach.c: New file.
8424 * gdb.threads/clone-attach-detach.exp: New file.
8425
8426 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8427
8428 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8429
8430 2016-05-23 Tom Tromey <tom@tromey.com>
8431
8432 PR python/19438, PR python/18393:
8433 * gdb.python/py-progspace.exp: Add "dir" test.
8434 * gdb.python/py-objfile.exp: Add "dir" test.
8435
8436 2016-05-23 Yao Qi <yao.qi@linaro.org>
8437
8438 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8439 * gdb.arch/thumb2-it.exp: Likewise.
8440
8441 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8442
8443 * gdb.mi/mi-threads-interrupt.c: New file.
8444 * gdb.mi/mi-threads-interrupt.exp: New file.
8445
8446 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8447
8448 PR gdb/18077
8449 * gdb.mi/mi-async-run.exp: New file.
8450 * gdb.mi/mi-async-run.c: New file.
8451
8452 2016-05-17 Tom Tromey <tom@tromey.com>
8453 Manish Goregaokar <manishsmail@gmail.com>
8454
8455 * lib/rust-support.exp: New file.
8456 * lib/gdb.exp (skip_rust_tests): New proc.
8457 (build_executable_from_specs): Handle rust.
8458 * lib/future.exp (gdb_find_rustc): New proc.
8459 (gdb_default_target_compile): Handle rust.
8460 * gdb.rust/expr.exp: New file.
8461 * gdb.rust/generics.exp: New file.
8462 * gdb.rust/generics.rs: New file.
8463 * gdb.rust/methods.exp: New file.
8464 * gdb.rust/methods.rs: New file.
8465 * gdb.rust/modules.exp: New file.
8466 * gdb.rust/modules.rs: New file.
8467 * gdb.rust/simple.exp: New file.
8468 * gdb.rust/simple.rs: New file.
8469
8470 2016-05-17 Tom Tromey <tom@tromey.com>
8471
8472 * gdb.base/default.exp (set language): Add rust.
8473
8474 2016-05-17 Tom Tromey <tom@tromey.com>
8475
8476 * gdb.gdb/unittest.exp: New file.
8477
8478 2016-05-16 Yao Qi <yao.qi@linaro.org>
8479
8480 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8481 shell_prompt. Update shell_prompt_re.
8482
8483 2016-05-12 Doug Evans <dje@google.com>
8484
8485 PR symtab/19999
8486 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8487 $options when building executable.
8488 * gdb.dwarf2/fission-loclists-pie.S: New file.
8489 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8490
8491 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8492
8493 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8494 of [is_remote target],
8495
8496 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8497
8498 * lib/gdb.exp (use_gdb_stub): New procedure.
8499
8500 2016-05-03 Yunlian Jiang <yunlian@google.com>
8501 Doug Evans <dje@google.com>
8502
8503 PR symtab/19914
8504 * gdb.dwarf2/dwp-sepdebug.c: New file.
8505 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8506
8507 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8508
8509 * gdb.base/detach.exp: Remove is_remote check.
8510
8511 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8512
8513 * gdb.base/annota-input-while-running.exp: Don't check for
8514 [is_remote target]. Enable annotations after running to main.
8515 Remove unused "set test..." line.
8516
8517 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8518
8519 * gdb.trace/trace-enable-disable.exp: New file.
8520 * gdb.trace/trace-enable-disable.c: New file.
8521
8522 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8523
8524 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8525 use it in info sharedlibrary test.
8526 * gdb.trace/ftrace-lock.exp: Likewise.
8527 * gdb.trace/ftrace.exp: Likewise.
8528 * gdb.trace/range-stepping.exp: Likewise.
8529 * gdb.trace/trace-break.exp: Likewise.
8530 * gdb.trace/trace-condition.exp: Likewise.
8531 * gdb.trace/trace-mt.exp: Likewise.
8532
8533 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8534
8535 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8536 (gdb_load_shlib): ... this.
8537 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8538 gdb_load_shlib.
8539 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8540 * gdb.base/ctxobj.exp: Likewise.
8541 * gdb.base/dprintf-pending.exp: Likewise.
8542 * gdb.base/dso2dso.exp: Likewise.
8543 * gdb.base/fixsection.exp: Likewise.
8544 * gdb.base/gcore-relro.exp: Likewise.
8545 * gdb.base/gdb1555.exp: Likewise.
8546 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8547 * gdb.base/gnu-ifunc.exp: Likewise.
8548 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8549 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8550 * gdb.base/pending.exp: Likewise.
8551 * gdb.base/print-file-var.exp: Likewise.
8552 * gdb.base/print-symbol-loading.exp: Likewise.
8553 * gdb.base/shlib-call.exp: Likewise.
8554 * gdb.base/shreloc.exp: Likewise.
8555 * gdb.base/so-impl-ld.exp: Likewise.
8556 * gdb.base/solib-disc.exp: Likewise.
8557 * gdb.base/solib-nodir.exp: Likewise.
8558 * gdb.base/solib-overlap.exp: Likewise.
8559 * gdb.base/solib-symbol.exp: Likewise.
8560 * gdb.base/solib-weak.exp (do_test): Likewise.
8561 * gdb.base/sym-file.exp: Likewise.
8562 * gdb.base/symtab-search-order.exp: Likewise.
8563 * gdb.base/type-opaque.exp: Likewise.
8564 * gdb.base/unload.exp: Likewise.
8565 * gdb.base/watchpoint-solib.exp: Likewise.
8566 * gdb.compile/compile.exp: Likewise.
8567 * gdb.cp/gdb2384.exp: Likewise.
8568 * gdb.cp/infcall-dlopen.exp: Likewise.
8569 * gdb.cp/re-set-overloaded.exp: Likewise.
8570 * gdb.fortran/library-module.exp: Likewise.
8571 * gdb.opt/solib-intra-step.exp: Likewise.
8572 * gdb.python/py-finish-breakpoint.exp: Likewise.
8573 * gdb.python/py-shared.exp: Likewise.
8574 * gdb.reverse/solib-precsave.exp: Likewise.
8575 * gdb.reverse/solib-reverse.exp: Likewise.
8576 * gdb.server/solib-list.exp: Likewise.
8577 * gdb.threads/dlopen-libpthread.exp: Likewise.
8578 * gdb.threads/tls-shared.exp: Likewise.
8579 * gdb.threads/tls-so_extern.exp: Likewise.
8580 * gdb.trace/change-loc.exp: Likewise.
8581 * gdb.trace/ftrace-lock.exp: Likewise.
8582 * gdb.trace/ftrace.exp: Likewise.
8583 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8584 * gdb.trace/pending.exp: Likewise.
8585 * gdb.trace/range-stepping.exp: Likewise.
8586 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8587 (strace_info_marker): Likewise.
8588 (strace_probe_marker): Likewise.
8589 (strace_trace_on_same_addr): Likewise.
8590 (strace_trace_on_diff_addr): Likewise.
8591 * gdb.trace/trace-break.exp: Likewise.
8592 * gdb.trace/trace-condition.exp: Likewise.
8593 * gdb.trace/trace-mt.exp: Likewise.
8594
8595 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8596
8597 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8598 result of gdb_remote_download.
8599 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8600 * gdb.base/dso2dso.exp: Likewise.
8601 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8602 * gdb.base/print-file-var.exp: Likewise.
8603 * gdb.base/shlib-call.exp: Likewise.
8604 * gdb.base/shreloc.exp: Likewise.
8605 * gdb.base/solib-overlap.exp: Likewise.
8606 * gdb.base/solib-weak.exp (do_test): Likewise.
8607 * gdb.base/unload.exp: Likewise.
8608
8609 2016-04-27 Yao Qi <yao.qi@linaro.org>
8610
8611 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8612 exists.
8613
8614 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8615
8616 * vla-type.exp: Print structure from toplevel.
8617
8618 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8619
8620 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8621 of dynamic types.
8622 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8623 of dynamic types.
8624
8625 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8626
8627 * gdb.fortran/vla-type.f90: New file.
8628 * gdb.fortran/vla-type.exp: New file.
8629
8630 2016-04-25 Yao Qi <yao.qi@linaro.org>
8631
8632 * gdb.base/branch-to-self.c: New file.
8633 * gdb.base/branch-to-self.exp: New file.
8634
8635 2016-04-22 Yao Qi <yao.qi@linaro.org>
8636
8637 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8638 more after $hex.
8639
8640 2016-04-22 Yao Qi <yao.qi@linaro.org>
8641
8642 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8643 * gdb.base/annota3.exp: Likewise.
8644
8645 2016-04-22 Yao Qi <yao.qi@linaro.org>
8646
8647 * gdb.reverse/step-precsave.exp: Do one step and test program
8648 stops in "callee" and do multiple steps until program goes out
8649 of "callee".
8650 * gdb.reverse/step-reverse.exp: Likewise.
8651
8652 2016-04-22 Yao Qi <yao.qi@linaro.org>
8653
8654 * gdb.trace/signal.exp: Also pass if
8655 $tracepoint_hits($i) > $iterations.
8656
8657 2016-04-22 Yao Qi <yao.qi@linaro.org>
8658
8659 * gdb.trace/signal.c: New file.
8660 * gdb.trace/signal.exp: New file.
8661
8662 2016-04-19 Doug Evans <xdje42@gmail.com>
8663
8664 * gdb.base/bad-file.exp: New file.
8665
8666 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8667
8668 * gdb.dwarf2/implref.exp: New file.
8669
8670 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8671
8672 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8673 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8674 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8675 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8676 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8677 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8678 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8679 * lib/fortran.exp (fortran_int4): New procedure.
8680 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8681 (fortran_logical4): Likewise.
8682
8683 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8684
8685 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8686
8687 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8688
8689 * lib/compiler.c: Add Intel specific preprocessor macros.
8690 * lib/compiler.cc: Likewise.
8691
8692 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8693
8694 * gdb.server/connect-with-no-symbol-file.c: New file.
8695 * gdb.server/connect-with-no-symbol-file.exp: New file.
8696
8697 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8698
8699 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8700
8701 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8702
8703 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8704 standard output directory.
8705
8706 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8707
8708 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8709
8710 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8711
8712 * gdb.btrace/instruction_history.c (loop): Add declaration.
8713
8714 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8715
8716 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8717
8718 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8719
8720 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8721 parentheses to print.
8722 (continue_handler): Likewise.
8723
8724 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8725
8726 * gdb.server/solib-list.exp: Remove is_remote check.
8727 Pass shlib= to gdb_compile. Don't link shared library with
8728 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8729 Run binary filename through "readlink -f" on the target.
8730
8731 2016-04-08 Pedro Alves <palves@redhat.com>
8732
8733 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8734 interpreter filename as argument to gdbserver_spawn.
8735 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8736 Return empty if $last_loaded_file does not exist.
8737
8738 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8739
8740 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8741 * gdb.base/jit-main.c: Use exit after usage.
8742
8743 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8744
8745 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8746 GDBHISTSIZE prior to the tests.
8747 * gdb.base/gdbinit-history.exp: Likewise.
8748
8749 2016-04-07 Pedro Alves <palves@redhat.com>
8750
8751 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8752 instead of build_executable. Use gdb_load_shlibs.
8753
8754 2016-04-07 Yao Qi <yao.qi@linaro.org>
8755
8756 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8757 Execute "si" command.
8758
8759 2016-04-07 Yao Qi <yao.qi@linaro.org>
8760
8761 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8762 number instead of the comments on some line.
8763
8764 2016-04-06 Don Breazeal <donb@codesourcery.com>
8765
8766 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8767 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8768
8769 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8770
8771 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8772 standard_output_file. Remove unused binfile variable.
8773
8774 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8775
8776 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8777 * gdb.python/py-mi-objfile.exp: Match "list main" output
8778 in console format.
8779
8780 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8781
8782 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8783 absolute.
8784
8785 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8786
8787 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8788 absolute.
8789 * gdb.trace/ftrace.exp: Likewise.
8790 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8791 targets as well.
8792 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8793 (gdb_load_shlibs): Copy libraries to test directory when testing
8794 natively. Only set solib-search-path if testing remotely.
8795 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8796
8797 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8798
8799 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8800 gdb_download. Use it even if the target is not remote.
8801 * gdb.base/jit.exp (compile_jit_test): Likewise.
8802 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8803 output directory if the destination board is local, otherwise use
8804 the standard remote_download from DejaGnu.
8805 (gdb_download): Remove.
8806 (gdb_load_shlibs): Use gdb_remote_download instead of
8807 gdb_download.
8808 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8809 Use gdb_remote_download instead of gdb_download. Use it even if
8810 the target is not remote.
8811 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8812 instead of gdb_download.
8813
8814 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8815
8816 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8817 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8818 run.
8819
8820 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8821
8822 PR gdb/19820
8823 * gdb.base/printcmds.exp: Add artificial arrays tests.
8824
8825 2016-03-31 Pedro Alves <palves@redhat.com>
8826
8827 PR gdb/19858
8828 * gdb.base/jit-main.c: Include unistd.h.
8829 (ATTACH): Define to 0 if not already defined.
8830 (wait_for_gdb, mypid): New globals.
8831 (WAIT_FOR_GDB): New macro.
8832 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8833 some breakpoint locations.
8834 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8835 New procedures.
8836 (one_jit_test): Add REATTACH parameter, and handle it. Use
8837 continue_to_test_location.
8838 (top level): Test attach, and adjusts calls to one_jit_test.
8839
8840 2016-03-31 Pedro Alves <palves@redhat.com>
8841
8842 PR gdb/19858
8843 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8844 BINSUFFIX parameter, and handle it.
8845 (top level): Adjust calls compile_jit_test.
8846
8847 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8848
8849 PR python/19743
8850 * gdb.python/py-mi-events-gdb.py: New file.
8851 * gdb.python/py-mi-events.c: New file.
8852 * gdb.python/py-mi-events.exp: New file.
8853
8854 2016-03-30 Yao Qi <yao.qi@linaro.org>
8855
8856 * gdb.reverse/until-precsave.exp: Match function name only.
8857 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8858 Move malloc to a condition block.
8859 * gdb.reverse/until-reverse.exp: Match function name only.
8860
8861 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8862
8863 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8864 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8865 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8866 variable for GPR 0 instead of assuming it is register 0.
8867 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8868 * lib/trace-support.exp: Add s390 registers.
8869
8870 2016-03-29 Yao Qi <yao.qi@linaro.org>
8871
8872 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8873
8874 2016-03-24 Yao Qi <yao.qi@linaro.org>
8875
8876 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8877 test message.
8878
8879 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8880
8881 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8882 maintaining separate logic for constructing the output path.
8883
8884 2016-03-16 Don Breazeal <donb@codesourcery.com>
8885
8886 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8887 Retry fork and waitpid on interrupted system call errors.
8888 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8889 Use with_timeout_factor to increase timeout by factor of 10.
8890
8891 2016-03-15 Don Breazeal <donb@codesourcery.com>
8892
8893 * gdb.cp/scope-err.cc: New test program.
8894 * gdb.cp/scope-err.exp: New test script.
8895 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8896 lines and "set breakpoint here" comment.
8897 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8898 Fixed some whitespace and format issues.
8899 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8900 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8901
8902 2016-03-15 Doug Evans <dje@google.com>
8903
8904 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8905 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8906 All callers updated. Add tests for enums, mixed flags register.
8907
8908 2016-03-15 Doug Evans <dje@google.com>
8909
8910 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8911 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8912
8913 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8914
8915 * gdb.base/default.exp: Add $_as_string to the list of expected
8916 convenience functions.
8917
8918 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8919
8920 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8921
8922 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8923
8924 * gdb.python/py-as-string.exp: New file.
8925 * gdb.python/py-as-string.c: New file.
8926
8927 2016-03-09 Pedro Alves <palves@redhat.com>
8928
8929 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8930 signal" -> "Thread NN received signal" output change.
8931 * gdb.threads/ia64-sigill.exp: Likewise.
8932 * gdb.threads/linux-dp.exp: Likewise.
8933 * gdb.threads/manythreads.exp: Likewise.
8934 * gdb.threads/pending-step.exp: Likewise.
8935 * gdb.threads/print-threads.exp: Likewise.
8936 * gdb.threads/sigstep-threads.exp: Likewise.
8937 * gdb.threads/staticthreads.exp: Likewise.
8938 * gdb.threads/tls.exp: Likewise.
8939
8940 2016-03-09 Pedro Alves <palves@redhat.com>
8941
8942 * gdb.base/command-line-input.exp: New file.
8943
8944 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8945
8946 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8947 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8948 * gdb.trace/pending.exp: Accept leading dot before function name.
8949 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8950 * lib/trace-support.exp: Set registers for ppc.
8951
8952 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8953
8954 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8955 use it for disassembly; accept .main in addition to main in backtrace.
8956
8957 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8958 Marcin Kościelnicki <koriakin@0x04.net>
8959
8960 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8961 (gdb_recursion_test_ptr): New global variable.
8962 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8963 gdb_recursion_test.
8964 (gdb_c_test): Ditto.
8965
8966 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8967
8968 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8969 ordering.
8970
8971 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8972
8973 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8974 (bar): Add bar_start_lbl label.
8975 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8976 of foo/bar for emitting DWARF and tracing.
8977
8978 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8979
8980 * analyze-racy-logs.py: Set executable bit.
8981
8982 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8983
8984 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8985 (CHECK_TARGET_TMP): Likewise.
8986 (check-single-racy): New rule.
8987 (check-parallel-racy): Likewise.
8988 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8989 (do-check-parallel-racy): New rule.
8990 (check-racy/%.exp): Likewise.
8991 * README (Racy testcases): New section.
8992 * analyze-racy-logs.py: New file.
8993
8994 2016-03-03 Doug Evans <dje@google.com>
8995
8996 * gdb.base/skip.exp: Use with_test_prefix.
8997
8998 2016-03-03 Yao Qi <yao.qi@linaro.org>
8999
9000 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9001 Invoke step_over_syscall "clone" and break_cond_on_syscall
9002 "clone".
9003 * gdb.base/step-over-clone.c: New file.
9004
9005 2016-03-03 Yao Qi <yao.qi@linaro.org>
9006
9007 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9008 code format.
9009
9010 2016-03-03 Yao Qi <yao.qi@linaro.org>
9011
9012 * gdb.base/disp-step-fork.c: Rename to ...
9013 * gdb.base/step-over-fork.c: ... it. New file.
9014 * gdb.base/disp-step-vfork.c: Rename to ...
9015 * gdb.base/step-over-vfork.c: ... it. New file.
9016 * gdb.base/disp-step-syscall.exp: Rename to ...
9017 * gdb.base/step-over-syscall.exp: ... it. New file.
9018 (disp_step_cross_syscall): Rename to ...
9019 (step_over_syscall): ... it.
9020
9021 2016-03-03 Yao Qi <yao.qi@linaro.org>
9022
9023 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9024 If target supports condition evaluation on target, invoke
9025 break_cond_on_syscall for fork and vfork.
9026
9027 2016-03-03 Yao Qi <yao.qi@linaro.org>
9028
9029 * gdb.base/disp-step-syscall.exp: Don't invoke
9030 support_displaced_stepping.
9031 (disp_step_cross_syscall): Test with displaced stepping off and
9032 on if supported.
9033
9034 2016-03-03 Yao Qi <yao.qi@linaro.org>
9035
9036 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9037 proc.
9038 (setup): New proc.
9039 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9040 and setup.
9041
9042 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9043
9044 * gdb.fortran/vla-history.exp: Remove breakpoint.
9045
9046 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9047
9048 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9049 exceeds timeout.
9050
9051 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9052
9053 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9054 breakpoint.
9055
9056 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9057
9058 * gdb.mi/vla.f90: Nullify pointer after declaration.
9059
9060 2016-03-01 Pedro Alves <palves@redhat.com>
9061
9062 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9063
9064 2016-03-01 Pedro Alves <palves@redhat.com>
9065
9066 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9067 before anything else.
9068 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9069 _GNU_SOURCE here.
9070 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9071 before anything else.
9072 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9073
9074 2016-03-01 Pedro Alves <palves@redhat.com>
9075
9076 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9077
9078 2016-03-01 Yao Qi <yao.qi@linaro.org>
9079
9080 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9081 prepare_for_testing.
9082
9083 2016-03-01 Yao Qi <yao.qi@linaro.org>
9084
9085 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9086
9087 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9088
9089 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9090 manually constructing the output path.
9091
9092 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9093
9094 * gdb.arch/s390-stackless.S: New.
9095 * gdb.arch/s390-stackless.exp: New.
9096
9097 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9098
9099 * gdb.dlang/circular.c: New file.
9100 * gdb.dlang/circular.exp: New file.
9101
9102 2016-02-26 Yao Qi <yao.qi@linaro.org>
9103
9104 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9105 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9106 (testcases): Update.
9107
9108 2016-02-26 Yao Qi <yao.qi@linaro.org>
9109
9110 * gdb.reverse/aarch64.c: Rename to ...
9111 * gdb.reverse/insn-reverse.c: ... it.
9112 * gdb.reverse/aarch64.exp: Rename to ...
9113 * gdb.reverse/insn-reverse.exp: ... it.
9114
9115 2016-02-26 Yao Qi <yao.qi@linaro.org>
9116
9117 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9118 (testcase_ftype): New.
9119 (testcases): New array.
9120 (n_testcases): New.
9121 (main): Call each element in testcases.
9122 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9123 (read_testcase): New.
9124 Do the tests in a loop.
9125
9126 2016-02-25 Yao Qi <yao.qi@linaro.org>
9127
9128 * gdb.base/branches.c: Remove.
9129
9130 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9131
9132 PR gdb/13808
9133 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9134
9135 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9136
9137 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9138
9139 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9140
9141 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9142 change x86_64 call_insn to 'callq'.
9143
9144 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9145
9146 * gdb.trace/tfile-avx.c: Move to...
9147 * gdb.trace/tracefile-pseudo-reg.c: Here.
9148 * gdb.trace/tfile-avx.exp: Move to...
9149 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9150
9151 2016-02-24 Gary Benson <gbenson@redhat.com>
9152
9153 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9154 message on attach.
9155
9156 2016-02-23 Doug Evans <dje@google.com>
9157
9158 * gdb.base/skip.c (test_skip): New function.
9159 (end_test_skip_file_and_function): New function.
9160 (test_skip_file_and_function): New function.
9161 * gdb.base/skip1.c (test_skip): New function.
9162 (skip1_test_skip_file_and_function): New function.
9163 * gdb.base/skip.exp: Add tests for new skip options.
9164 * gdb.base/skip-solib.exp: Update expected output.
9165 * gdb.perf/skip-command.cc: New file.
9166 * gdb.perf/skip-command.exp: New file.
9167 * gdb.perf/skip-command.py: New file.
9168
9169 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9170
9171 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9172 info registers pattern.
9173
9174 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9175
9176 * lib/future.exp: Add D support.
9177 (gdb_find_gdc): New proc.
9178 (gdb_default_target_compile): Add D support.
9179
9180 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9181
9182 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9183 user+system time.
9184 (trace_speed_test): Determine the iteration count for a time
9185 between 15..30 seconds.
9186
9187 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9188
9189 * gdb.arch/i386-mpx-sigsegv.c: New file.
9190 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9191 * gdb.arch/i386-mpx-simple_segv.c: New file.
9192 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9193
9194 2016-02-18 Yao Qi <yao.qi@linaro.org>
9195
9196 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9197 Don't call setup_kfail.
9198
9199 2016-02-18 Yao Qi <yao.qi@linaro.org>
9200
9201 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9202 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9203
9204 2016-02-16 Doug Evans <dje@google.com>
9205
9206 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9207 * gdb.base/skip1.c: Ditto.
9208 * gdb.base/skip.exp: Whitespace cleanup.
9209
9210 2016-02-16 Don Breazeal <donb@codesourcery.com>
9211
9212 PR remote/19496
9213 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9214 Remove kfail for PR remote/19496.
9215
9216 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9217
9218 * lib/gdb.exp (standard_temp_file): Return a path specific to
9219 the runtest invocation.
9220
9221 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9222
9223 * gdb.trace/save-trace.exp: Change relative path to be in the
9224 standard output directory.
9225
9226 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9227
9228 * gdb.arch/i386-prologue.c: Add missing prototypes.
9229
9230 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9231
9232 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9233 * gdb.arch/i386-prologue.exp: Likewise.
9234 * gdb.arch/i386-size.exp: Likewise.
9235
9236 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9237
9238 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9239 define object file path.
9240 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9241 file path.
9242 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9243 standard_output_file to define binfile.
9244
9245 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9246
9247 Fix compatibility with recent gfortran-5.3.1.
9248 * gdb.fortran/vla-history.exp (print vla1 allocated)
9249 (print vla2 allocated, print $2, print $3): Remove
9250 (print $4): Rename to ...
9251 (print $2): ... here.
9252 (print $9): Rename to ...
9253 (print $5): ... here.
9254 (print $10): Rename to ...
9255 (print $6): ... here.
9256 * gdb.fortran/vla.f90: Add pvla initialization.
9257
9258 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9259
9260 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9261 New test.
9262 * gdb.fortran/vla-value-sub.exp: Likewise.
9263
9264 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9265
9266 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9267
9268 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9269
9270 * i386-biarch-core.exp: Define corefile using
9271 standard_output_file.
9272
9273 2016-02-12 Yao Qi <yao.qi@linaro.org>
9274
9275 * gdb.arch/arm-single-step-kernel-helper.c: New.
9276 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9277
9278 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9279
9280 * gdb.btrace/tailcall-only.exp: New.
9281 * gdb.btrace/tailcall-only.c: New.
9282 * gdb.btrace/x86_64-tailcall-only.S: New.
9283 * gdb.btrace/i686-tailcall-only.S: New.
9284
9285 2016-02-11 Pedro Alves <palves@redhat.com>
9286
9287 * README (Parallel testing): Add missing double quotes.
9288
9289 2016-02-11 Pedro Alves <palves@redhat.com>
9290
9291 * README (Parallel testing): New section.
9292 (GDB_PARALLEL): Rewrite.
9293 (FORCE_PARALLEL): Document.
9294
9295 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9296
9297 * gdb.trace/tfile-avx.c: New test.
9298 * gdb.trace/tfile-avx.exp: New test.
9299
9300 2016-02-09 Keith Seitz <keiths@redhat.com>
9301
9302 PR breakpoints/19546
9303 * gdb.base/infcall-exec.c: New file.
9304 * gdb.base/infcall-exec2.c: New file.
9305 * gdb.base/infcall-exec.exp: New file.
9306
9307 2016-02-09 Keith Seitz <keiths@redhat.com>
9308
9309 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9310 (toplevel): Call test_bkpt_address.
9311
9312 2016-02-09 Keith Seitz <keiths@redhat.com>
9313
9314 PR python/19506
9315 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9316 (toplevel): Call test_bkpt_address.
9317
9318 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9319
9320 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9321 to AC_OUTPUT.
9322 * configure: Regenerate.
9323
9324 2016-02-09 Pedro Alves <palves@redhat.com>
9325
9326 PR breakpoints/19548
9327 * gdb.base/execl-update-breakpoints.c (some_function): New
9328 function.
9329 (main): Call it.
9330 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9331 Tighten expected GDB output.
9332
9333 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9334
9335 * Makefile.in (ALL_SUBDIRS): Remove.
9336 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9337 (distclean maintainer-clean realclean): Likewise.
9338 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9339 * configure: Regenerate.
9340 * gdb.ada/Makefile.in: Delete.
9341 * gdb.arch/Makefile.in: Likewise.
9342 * gdb.asm/Makefile.in: Likewise.
9343 * gdb.base/Makefile.in: Likewise.
9344 * gdb.btrace/Makefile.in: Likewise.
9345 * gdb.cell/Makefile.in: Likewise.
9346 * gdb.compile/Makefile.in: Likewise.
9347 * gdb.cp/Makefile.in: Likewise.
9348 * gdb.disasm/Makefile.in: Likewise.
9349 * gdb.dlang/Makefile.in: Likewise.
9350 * gdb.dwarf2/Makefile.in: Likewise.
9351 * gdb.fortran/Makefile.in: Likewise.
9352 * gdb.gdb/Makefile.in: Likewise.
9353 * gdb.go/Makefile.in: Likewise.
9354 * gdb.guile/Makefile.in: Likewise.
9355 * gdb.java/Makefile.in: Likewise.
9356 * gdb.linespec/Makefile.in: Likewise.
9357 * gdb.mi/Makefile.in: Likewise.
9358 * gdb.modula2/Makefile.in: Likewise.
9359 * gdb.multi/Makefile.in: Likewise.
9360 * gdb.objc/Makefile.in: Likewise.
9361 * gdb.opencl/Makefile.in: Likewise.
9362 * gdb.opt/Makefile.in: Likewise.
9363 * gdb.pascal/Makefile.in: Likewise.
9364 * gdb.perf/Makefile.in: Likewise.
9365 * gdb.python/Makefile.in: Likewise.
9366 * gdb.reverse/Makefile.in: Likewise.
9367 * gdb.server/Makefile.in: Likewise.
9368 * gdb.stabs/Makefile.in: Likewise.
9369 * gdb.threads/Makefile.in: Likewise.
9370 * gdb.trace/Makefile.in: Likewise.
9371 * gdb.xml/Makefile.in: Likewise.
9372 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9373 GDB_PARALLEL.
9374 (standard_output_file): Remove check for GDB_PARALLEL, always
9375 return path in outputs/$subdir/$testname.
9376
9377 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9378
9379 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9380 (site.exp): Assign abs_srcdir to tcl's srcdir.
9381
9382 2016-02-04 Yao Qi <yao.qi@linaro.org>
9383
9384 * gdb.base/foll-exec-mode.c: Include limits.h.
9385 (main): Add parameters argc and argv. Get directory from
9386 argv[0].
9387 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9388 compilation.
9389 * gdb.base/foll-exec.c: Include limits.h.
9390 (main): Add parameters argc and argv.
9391 Get directory from argv[0].
9392 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9393 Adjust tests on the number of lines as source code changed.
9394 * gdb.base/foll-vfork-exit.c: Include limits.h.
9395 (main): Add one line of statement before vfork.
9396 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9397 (main): Add parameters argc and argv. Get directory from
9398 argv[0].
9399 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9400 (setup_gdb): Set tbreak to skip some source lines.
9401 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9402 (main): Add parameters argc and argv. Get directory from
9403 argv[0].
9404 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9405 compilation.
9406 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9407 (main): Add parameters argc and argv. Get directory from
9408 argv[0].
9409 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9410 compilation.
9411
9412 2016-02-01 Doug Evans <dje@google.com>
9413
9414 * gdb.base/skip.exp: Clean up multiple references to same test name.
9415
9416 2016-02-01 Pedro Alves <palves@redhat.com>
9417
9418 PR remote/19496
9419 * gdb.threads/forking-threads-plus-breakpoint.exp
9420 (displaced_stepping_supported): New global.
9421 (probe_displaced_stepping_support): New procedure.
9422 (do_test): Add 'displaced' parameter, and use it.
9423 (top level): Check for displaced stepping support. Add displaced
9424 stepping on/off testing axis.
9425
9426 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9427
9428 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9429 pointer. Don't perform further tests on the unassociated pointer
9430 if the first test fails.
9431
9432 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9433
9434 * gdb.base/max-value-size.c: New file.
9435 * gdb.base/max-value-size.exp: New file.
9436 * gdb.base/huge.exp: Disable max-value-size for this test.
9437
9438 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9439
9440 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9441
9442 2016-01-28 Yao Qi <yao.qi@linaro.org>
9443
9444 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9445
9446 2016-01-25 Pedro Alves <palves@redhat.com>
9447
9448 PR threads/19461
9449 * gdb.base/fork-running-state.c: New file.
9450 * gdb.base/fork-running-state.exp: New file.
9451
9452 2016-01-25 Pedro Alves <palves@redhat.com>
9453
9454 PR gdb/19494
9455 * gdb.base/catch-fork-kill.c: New file.
9456 * gdb.base/catch-fork-kill.exp: New file.
9457
9458 2016-01-25 Pedro Alves <palves@redhat.com>
9459
9460 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9461 Delete, moved to lib/gdb.exp.
9462 * gdb.threads/forking-threads-plus-breakpoint.exp
9463 (foreach_with_prefix): Likewise.
9464 * gdb.threads/process-dies-while-handling-bp.exp
9465 (foreach_with_prefix): Likewise.
9466 * lib/gdb.exp (foreach_with_prefix): New procedure.
9467
9468 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9469
9470 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9471 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9472
9473 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9474
9475 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9476 endian targets.
9477
9478 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9479 Pedro Alves <palves@redhat.com>
9480
9481 Fix testsuite compatibility with Guile.
9482 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9483 number.
9484
9485 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9486
9487 Fix testsuite compatibility with Guile.
9488 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9489 (thread 1): New test for backtrace through signal handler.
9490
9491 2016-01-22 Yao Qi <yao.qi@linaro.org>
9492
9493 PR testsuite/19491
9494 * gdb.base/multi-forks.c: Include
9495 ../lib/unbuffer_output.c
9496 (main): Call gdb_unbuffer_output.
9497
9498 2016-01-21 Doug Evans <dje@google.com>
9499
9500 * lib/ada.exp (gdb_compile_ada): Fix typo.
9501
9502 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9503
9504 * gdb.base/break-fun-addr.exp: New file.
9505 * gdb.base/break-fun-addr1.c: New file.
9506 * gdb.base/break-fun-addr2.c: New file.
9507
9508 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9509
9510 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9511 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9512 enum flag values.
9513
9514 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9515
9516 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9517 when GDB can not set the vector return value. Add more comments
9518 for clarification.
9519
9520 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9521
9522 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9523 command.
9524
9525 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9526
9527 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9528
9529 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9530
9531 * Makefile.in (check-single): Pass --status to runtest.
9532 (check/%.exp): Likewise.
9533
9534 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9535
9536 * Makefile.in (check-parallel): Propagate return code from make
9537 do-check-parallel.
9538
9539 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9540
9541 * gdb.trace/ftrace.exp: Fix expected message on continue.
9542 * gdb.trace/pending.exp: Fix expected message on continue.
9543 * gdb.trace/trace-break.exp: Fix expected message on continue.
9544
9545 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9546
9547 * lib/gdb.exp (gdb_test): Remove unused global references.
9548
9549 2016-01-18 Pedro Alves <palves@redhat.com>
9550
9551 * gdb.base/async-shell.exp: Adjust expected output.
9552 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9553 * gdb.base/siginfo-thread.exp: Adjust expected output.
9554 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9555 * gdb.java/jnpe.exp: Adjust expected output.
9556 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9557 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9558 * gdb.threads/leader-exit.exp: Adjust expected output.
9559 * gdb.threads/manythreads.exp: Adjust expected output.
9560 * gdb.threads/pthreads.exp: Adjust expected output.
9561 * gdb.threads/schedlock.exp: Adjust expected output.
9562 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9563 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9564 expected output.
9565 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9566 output.
9567 * gdb.threads/sigthread.exp: Adjust expected output.
9568 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9569
9570 2016-01-18 Yao Qi <yao.qi@linaro.org>
9571
9572 * gdb.guile/scm-section-script.c: Replace @progbits with
9573 %progbits.
9574 * gdb.python/py-section-script.c: Likewise.
9575
9576 2016-01-15 Pedro Alves <palves@redhat.com>
9577
9578 * gdb.multi/tids.exp: Test star wildcard ranges.
9579
9580 2016-01-15 Pedro Alves <palves@redhat.com>
9581
9582 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9583 command from "thread apply" invocation.
9584 (thr_apply_info_thr_invalid): Default the expected output to the
9585 input tid list.
9586 (top level): Add tests that use convenience variables. Add tests
9587 for "thread apply" with a valid TID list, but missing the command.
9588
9589 2016-01-13 Pedro Alves <palves@redhat.com>
9590
9591 * gdb.base/default.exp: Expect $_gthread as well.
9592 * gdb.multi/tids.exp: Test $_gthread.
9593 * gdb.threads/thread-specific.exp: Test $_gthread.
9594
9595 2016-01-13 Pedro Alves <palves@redhat.com>
9596
9597 * gdb.multi/tids.exp: Test "info threads -gid".
9598
9599 2016-01-13 Pedro Alves <palves@redhat.com>
9600
9601 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9602 Breakpoint.thread.
9603 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9604
9605 2016-01-07 Pedro Alves <palves@redhat.com>
9606
9607 * gdb.base/break.exp: Adjust to output changes.
9608 * gdb.base/hbreak2.exp: Likewise.
9609 * gdb.base/sepdebug.exp: Likewise.
9610 * gdb.base/watch_thread_num.exp: Likewise.
9611 * gdb.linespec/keywords.exp: Likewise.
9612 * gdb.multi/info-threads.exp: Likewise.
9613 * gdb.threads/thread-find.exp: Likewise.
9614 * gdb.multi/tids.c: New file.
9615 * gdb.multi/tids.exp: New file.
9616
9617 2016-01-13 Pedro Alves <palves@redhat.com>
9618
9619 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9620
9621 2016-01-13 Pedro Alves <palves@redhat.com>
9622
9623 * gdb.base/default.exp: Expect $_inferior as well.
9624 * gdb.multi/base.exp: Test $_inferior.
9625
9626 2016-01-13 Pedro Alves <palves@redhat.com>
9627
9628 PR breakpoints/19388
9629 * gdb.base/catch-signal-siginfo-cond.c: New file.
9630 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9631
9632 2016-01-12 Josh Stone <jistone@redhat.com>
9633 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9634
9635 * gdb.base/catch-syscall.c (do_execve): New variable.
9636 (main): Conditionally trigger an execve.
9637 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9638 (test_catch_syscall_execve): New, check entry/return across execve.
9639 (do_syscall_tests): Call test_catch_syscall_execve.
9640
9641 2016-01-12 Pedro Alves <palves@redhat.com>
9642
9643 * gdb.base/random-signal.exp (do_test): New procedure, with body
9644 of testcase moved in.
9645
9646 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9647 Pedro Alves <palves@redhat.com>
9648
9649 * gdb.base/funcargs.exp (finish from indirectly called function):
9650 Reintroduce the case for 'First'.
9651
9652 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9653 Pedro Alves <palves@redhat.com>
9654
9655 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9656 (tcatch_vfork_then_child_follow_exec)
9657 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9658 identification.
9659
9660 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9661
9662 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9663 and repeats to unlimited.
9664 * gdb.python/py-value.exp: Likewise.
9665 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9666 and repeats to unlimited.
9667
9668 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9669
9670 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9671 and reordering the functions.
9672 * gdb.multi/hangout.c: Likewise.
9673 * gdb.multi/hello.c: Likewise.
9674
9675 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9676
9677 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9678 absolute.
9679 (SingleStatisticTestResult.report): Use dict.keys instead of
9680 dict.iterkeys.
9681
9682 2016-01-06 Pedro Alves <palves@redhat.com>
9683
9684 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9685
9686 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9687
9688 * gdb.btrace/dlopen.exp: New.
9689 * gdb.btrace/dlopen.c: New.
9690 * gdb.btrace/dlopen-dso.c: New.
9691
9692 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9693
9694 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9695 PATTERN argument is optional.
9696
9697 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9698
9699 * lib/ada.exp (target_compile_ada_from_dir): New function.
9700 (gdb_compile_ada): Reimplement avoiding the use of project files.
9701 * gdb.ada/gnat_ada.gpr: Delete.
9702 * gdb.ada/cond_lang.exp: Adjust test to make path before
9703 filename optional.
9704 * gdb.ada/small_reg_param.exp: Likewise.
9705
9706 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9707
9708 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9709
9710 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9711
9712 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9713 case.
9714
9715 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9716
9717 * gdb.base/break.exp: Remove dead code.
9718 * gdb.base/sepdebug.exp: Likewise.
9719
9720 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9721
9722 * gdb.asm/asm-source.exp: Remove HP-UX references.
9723 * gdb.base/annota1.exp: Likewise.
9724 * gdb.base/annota3.exp: Likewise.
9725 * gdb.base/attach.exp: Likewise.
9726 * gdb.base/bigcore.exp: Likewise.
9727 * gdb.base/break.exp: Likewise.
9728 * gdb.base/call-ar-st.exp: Likewise.
9729 * gdb.base/callfuncs.exp: Likewise.
9730 * gdb.base/catch-fork-static.exp: Likewise.
9731 * gdb.base/display.exp: Likewise.
9732 * gdb.base/foll-exec-mode.exp: Likewise.
9733 * gdb.base/foll-exec.exp: Likewise.
9734 * gdb.base/foll-fork.exp: Likewise.
9735 * gdb.base/foll-vfork.exp: Likewise.
9736 * gdb.base/funcargs.exp: Likewise.
9737 * gdb.base/hbreak2.exp: Likewise.
9738 * gdb.base/inferior-died.exp: Likewise.
9739 * gdb.base/interrupt.exp: Likewise.
9740 * gdb.base/multi-forks.exp: Likewise.
9741 * gdb.base/nodebug.exp: Likewise.
9742 * gdb.base/sepdebug.exp: Likewise.
9743 * gdb.base/solib1.c: Likewise.
9744 * gdb.base/step-test.exp: Likewise.
9745 * gdb.mi/non-stop.c: Likewise.
9746 * gdb.mi/pthreads.c: Likewise.
9747 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9748 * gdb.threads/pthreads.c: Likewise.
9749 * gdb.threads/staticthreads.exp: Likewise.
9750 * lib/future.exp: Likewise.
9751 * lib/gdb.exp: Likewise.
9752 * gdb.base/so-indr-cl.c: Remove.
9753 * gdb.base/so-indr-cl.exp: Likewise.
9754 * gdb.base/solib.c: Likewise.
9755 * gdb.base/solib.exp: Likewise.
9756 * gdb.base/solib2.c: Likewise.
9757
9758 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9759
9760 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9761 * gdb.base/call-ar-st.exp: Likewise.
9762 * gdb.base/callfuncs.exp: Likewise.
9763 * gdb.base/condbreak.exp: Likewise.
9764 * gdb.base/constvars.exp: Likewise.
9765 * gdb.base/hbreak2.exp: Likewise.
9766 * gdb.base/langs.exp: Likewise.
9767 * gdb.base/list.exp: Likewise.
9768 * gdb.base/long_long.exp: Likewise.
9769 * gdb.base/ptype.exp: Likewise.
9770 * gdb.base/scope.exp: Likewise.
9771 * gdb.base/signals.exp: Likewise.
9772 * gdb.base/so-impl-ld.exp: Likewise.
9773 * gdb.base/varargs.exp: Likewise.
9774 * gdb.base/volatile.exp: Likewise.
9775 * gdb.base/whatis.exp: Likewise.
9776 * gdb.cp/cplusfuncs.exp: Likewise.
9777 * gdb.cp/inherit.exp: Likewise.
9778 * gdb.cp/local.exp: Likewise.
9779 * gdb.cp/member-ptr.exp: Likewise.
9780 * gdb.cp/method.exp: Likewise.
9781 * gdb.cp/overload.exp: Likewise.
9782 * gdb.cp/templates.exp: Likewise.
9783 * gdb.stabs/weird.exp: Likewise.
9784 * lib/compiler.c: Likewise.
9785 * lib/compiler.cc: Likewise.
9786 * lib/cp-support.exp: Likewise.
9787 * lib/gdb.exp: Likewise.
9788
9789 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9790
9791 * configure.ac: Remove HP-UX case.
9792 * configure: Regenerate.
9793
9794 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9795
9796 * lib/gdb.exp (gdb_compile): Add function doc.
9797
9798 2015-12-17 Pedro Alves <palves@redhat.com>
9799
9800 PR threads/19354
9801 * gdb.multi/info-threads.exp: New file.
9802
9803 2015-12-15 Yao Qi <yao.qi@linaro.org>
9804
9805 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9806 is aarch64*-*-*.
9807
9808 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9809
9810 * gdb.base/history-duplicates.exp: Skip if no readline support.
9811
9812 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9813
9814 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9815
9816 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9817
9818 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9819
9820 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9821
9822 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9823 ctrl-C if nointerrupts target property is set.
9824 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9825 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9826 * gdb.base/paginate-bg-execution.exp: Likewise.
9827 * gdb.base/paginate-execution-startup.exp: Likewise.
9828 * gdb.base/random-signal.exp: Likewise.
9829 * gdb.base/range-stepping.exp: Likewise.
9830 * gdb.cp/annota2.exp: Likewise.
9831 * gdb.cp/annota3.exp: Likewise.
9832 * gdb.gdb/selftest.exp: Likewise.
9833 * gdb.threads/continue-pending-status.exp: Likewise.
9834 * gdb.threads/leader-exit.exp: Likewise.
9835 * gdb.threads/manythreads.exp: Likewise.
9836 * gdb.threads/pthreads.exp: Likewise.
9837 * gdb.threads/schedlock.exp: Likewise.
9838 * gdb.threads/sigthread.exp: Likewise.
9839
9840 2015-12-11 Don Breazeal <donb@codesourcery.com>
9841
9842 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9843 remote.
9844 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9845 * gdb.base/foll-exec.exp (main): Enable for target remote.
9846 * gdb.base/foll-fork.exp (main): Likewise.
9847 * gdb.base/foll-vfork.exp (main): Likewise.
9848 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9849 (proc continue_to_exit_bp_loc): Use clean_restart.
9850 * gdb.base/pie-execl.exp (main): Disable for target remote.
9851 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9852 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9853 * gdb.threads/execl.exp (main): Likewise.
9854 * gdb.threads/fork-child-threads.exp (main): Likewise.
9855 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9856 remote.
9857 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9858 remote.
9859 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9860 pid.tid style ptids, instead of just tid.
9861 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9862 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9863 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9864 ptids, instead of just tid.
9865
9866 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9867
9868 * gdb.base/list.exp (test_list_forward): Add end of file error
9869 test.
9870 (test_repeat_list_command): Add end of file error test.
9871 (test_list_backwards): Add beginning of file error test.
9872
9873 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9874
9875 * gdb.base/list.exp (test_list_invalid_args): New function,
9876 defined, and called.
9877
9878 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9879
9880 * gdb.base/list.exp (test_list): Make test names unique.
9881
9882 2015-12-11 Yao Qi <yao.qi@linaro.org>
9883
9884 * gdb.base/coremaker2.c: Remove.
9885
9886 2015-12-10 Pedro Alves <palves@redhat.com>
9887
9888 * gdb.multi/base.exp: Remove stale "spaces" references.
9889
9890 2015-12-10 Pedro Alves <palves@redhat.com>
9891
9892 * gdb.multi/base.exp: Don't use nowarnings.
9893 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9894 * gdb.multi/hangout.c: Include stdio.h.
9895 * gdb.multi/hello.c: Include stdlib.h.
9896 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9897 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9898 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9899
9900 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9901
9902 * gdb.dwarf2/dw2-ranges-base.c: New file.
9903 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9904 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9905 support additional line table, and debug ranges generation.
9906 (Dwarf::ranges): New function, generate .debug_ranges.
9907 (Dwarf::lines): Support generating simple line table programs.
9908 (Dwarf::assemble): Initialise new namespace variables.
9909
9910 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9911
9912 * gdb.base/async.exp (proc test_background): Add case for
9913 asynchronous execution not supported.
9914
9915 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9916
9917 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9918 format and change test names to make them unique.
9919
9920 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9921 Pedro Alves <pedro@redhat.com>
9922
9923 PR gdb/18702
9924 Add checking of floatformats setup on x86_64 hosts.
9925 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9926 (smallval, bigval): New labels/constants.
9927 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9928 float" after loading bigval and smallval.
9929
9930 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9931
9932 * gdb.ada/fun_overload_menu.exp: New testcase.
9933 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9934
9935 2015-12-04 Josh Stone <jistone@redhat.com>
9936
9937 * gdb.base/catch-fork-static.exp: New.
9938
9939 2015-12-03 Yao Qi <yao.qi@linaro.org>
9940
9941 * gdb.base/sizeof.c: Don't include stdio.h and
9942 ../lib/unbuffer_output.c.
9943 (main): New variable 'size' and 'value'. Remove printf and
9944 gdb_unbuffer_output. Assign return value to size and value.
9945 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9946 at the beginning.
9947 (check_sizeof): Check the result by printing variable 'size'.
9948 (check_valueof): Check the result by printing variable 'value'.
9949
9950 2015-12-01 Yao Qi <yao.qi@linaro.org>
9951
9952 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9953 for aarch64*-*-linux* target.
9954
9955 2015-11-30 Pedro Alves <palves@redhat.com>
9956
9957 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9958
9959 2015-11-30 Pedro Alves <palves@redhat.com>
9960
9961 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9962 Handle non-stop mode vCont replies.
9963
9964 2015-11-30 Pedro Alves <palves@redhat.com>
9965
9966 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9967 prepare_for_testing. Start gdb with "set non-stop on" appended to
9968 GDBFLAGS. Lax expected stop output.
9969
9970 2015-11-27 Yao Qi <yao.qi@linaro.org>
9971
9972 * gdb.arch/arm-neon.exp: New.
9973 * gdb.arch/arm-neon.c: New.
9974
9975 2015-11-27 Yao Qi <yao.qi@linaro.org>
9976
9977 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9978
9979 2015-11-27 Yao Qi <yao.qi@linaro.org>
9980
9981 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9982 frames-invalid annotation.
9983
9984 2015-11-27 Yao Qi <yao.qi@linaro.org>
9985
9986 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9987
9988 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9989
9990 * gdb.threads/names.exp: New file.
9991 * gdb.threads/names.c: New file.
9992 * README: Mention gdb,no_thread_names.
9993
9994 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9995
9996 PR 19297
9997 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9998 support" error.
9999
10000 2015-11-24 Pedro Alves <palves@redhat.com>
10001
10002 PR 17539
10003 * gdb.base/display.exp: Expect displays to be sorted in ascending
10004 order. Use multi_line.
10005 * gdb.base/solib-display.exp: Likewise.
10006
10007 2015-11-24 Pedro Alves <palves@redhat.com>
10008
10009 PR 17539
10010 * gdb.base/display.exp: Expect displays to be sorted in ascending
10011 order. Use multi_line.
10012 * gdb.base/solib-display.exp: Likewise.
10013
10014 2015-11-24 Pedro Alves <palves@redhat.com>
10015
10016 PR 17539
10017 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10018 threads in ascending order.
10019 * gdb.base/foll-fork.exp: Likewise.
10020 * gdb.base/foll-vfork.exp: Likewise.
10021 * gdb.base/multi-forks.exp: Likewise.
10022 * gdb.mi/mi-nonstop.exp: Likewise.
10023 * gdb.mi/mi-nsintrall.exp: Likewise.
10024 * gdb.multi/base.exp: Likewise.
10025 * gdb.multi/multi-arch.exp: Likewise.
10026 * gdb.python/py-inferior.exp: Likewise.
10027 * gdb.threads/break-while-running.exp: Likewise.
10028 * gdb.threads/execl.exp: Likewise.
10029 * gdb.threads/gcore-thread.exp: Likewise.
10030 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10031 * gdb.threads/kill.exp: Likewise.
10032 * gdb.threads/linux-dp.exp: Likewise.
10033 * gdb.threads/multiple-step-overs.exp: Likewise.
10034 * gdb.threads/next-bp-other-thread.exp: Likewise.
10035 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10036 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10037 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10038 * gdb.threads/thread-find.exp: Likewise.
10039 * gdb.threads/tls.exp: Likewise.
10040 * lib/mi-support.exp (mi_reverse_list): Delete.
10041 (mi_check_thread_states): No longer reverse list.
10042
10043 2015-11-24 Pedro Alves <palves@redhat.com>
10044
10045 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10046 use lowercase.
10047
10048 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10049
10050 * gdb.trace/actions.c: Include trace-common.h.
10051 (main): Add a location for a fast tracepoint.
10052 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10053 the normal tracepoints.
10054 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10055
10056 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10057
10058 * save-trace.exp: Factor out code to these...
10059 (gdb_save_tracepoints): New.
10060 (gdb_load_tracepoints): New.
10061 (do_save_load_test): New.
10062
10063 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10064
10065 * gdb.base/asmlabel.exp: New test.
10066 * gdb.base/asmlabel.c: New test case.
10067
10068 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10069
10070 * gdb.base/wrong_frame_bt_full-main.c: New file.
10071 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10072 * gdb.base/wrong_frame_bt_full.exp: New file.
10073
10074 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10075
10076 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10077
10078 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10079
10080 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10081 pstate register when comparing registers values in
10082 sparc64-*-linux-gnu targets to avoid spurious differences.
10083
10084 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10085
10086 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10087
10088 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10089
10090 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10091 as type argument to gdb_compile.
10092 * gdb.base/nested-subp2.exp: Likewise.
10093 * gdb.base/nested-subp3.exp: Likewise.
10094
10095 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10096
10097 * lib/dwarf.exp (_note): Fix left shift of negative value.
10098 * gdb.trace/trace-condition.exp: Likewise.
10099
10100 2015-11-13 Yao Qi <yao.qi@linaro.org>
10101
10102 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10103 comments about d10v.
10104 (test_scalar_returns): Likewise.
10105 * gdb.base/d10v.ld: Remove.
10106 * gdb.base/overlays.exp: Remove the target triplet checking for
10107 d10v-*-*.
10108 * gdb.base/structs.exp (test_struct_returns): Remove the
10109 comments about d10v.
10110 (test_struct_calls): Likewise.
10111
10112 2015-11-13 Yao Qi <yao.qi@linaro.org>
10113
10114 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10115 * gdb.base/gnu_vector.c: Don't include stdio.h.
10116 (main): Don't print res and call add_some_intvecs.
10117
10118 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10119
10120 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10121 macro.
10122 (func5): Removed.
10123 (func4): Use FAST_TRACEPOINT_LABEL.
10124 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10125 macro.
10126 (func): Removed.
10127 (thread_function): Use FAST_TRACEPOINT_LABEL.
10128 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10129 (func): Remove.
10130 (marker): Use FAST_TRACEPOINT_LABEL.
10131 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10132 (pendfunc1): Remove.
10133 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10134 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10135 (foo): Remove.
10136 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10137 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10138 macro.
10139 (func): Remove.
10140 (marker): Use FAST_TRACEPOINT_LABEL.
10141 * gdb.trace/trace-common.h: New header.
10142 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10143 macro.
10144 (func): Remove.
10145 (marker): Use FAST_TRACEPOINT_LABEL.
10146 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10147 (func): Remove.
10148 (thread_function): Use FAST_TRACEPOINT_LABEL.
10149
10150 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10151
10152 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10153 in front.
10154 * gdb.trace/change-loc.exp: Use global pcreg definition.
10155 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10156 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10157 in front.
10158 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10159 * gdb.trace/pending.exp: Likewise.
10160 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10161 * gdb.trace/trace-break.exp: Likewise.
10162 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10163 in front.
10164 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10165 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10166 in front.
10167 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10168
10169 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10170
10171 * gdb.ada/fin_fun_out: New testcase.
10172
10173 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10174
10175 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10176 value associated with DW_AT_byte_size.
10177 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10178 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10179 DW_AT_upper_bound.
10180
10181 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10182
10183 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10184 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10185 version.
10186 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10187 gdb.dwarf2/dw2-canonicalize-type.exp,
10188 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10189 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10190 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10191 provided by gdb_target_symbol_prefix_flags_asm.
10192 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10193 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10194 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10195 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10196 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10197 macros where needed). Use this macro for symbols which require
10198 the prefix provided by SYMBOL_PREFIX.
10199
10200 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10201
10202 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10203 New procs.
10204 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10205 representing expressions, of more than one list element.
10206 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10207 to prepend linker symbol prefix to f.
10208 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10209 table_1 and table_2.
10210 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10211 Likewise, for f and g.
10212 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10213 for ptr.
10214 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10215 for main.
10216 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10217 table_1_ptr and table_2_ptr.
10218
10219 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10220 Joel Brobecker <brobecker@adacore.com>
10221
10222 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10223
10224 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10225
10226 * gdb.reverse/s390-mvcle.c: New test.
10227 * gdb.reverse/s390-mvcle.exp: New file.
10228 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10229
10230 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10231
10232 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10233
10234 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10235
10236 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10237 reaching marker2.
10238 * gdb.reverse/getresuid-reverse.exp: Likewise.
10239 * gdb.reverse/pipe-reverse.exp: Likewise.
10240 * gdb.reverse/readv-reverse.exp: Likewise.
10241 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10242 * gdb.reverse/time-reverse.exp: Likewise.
10243 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10244
10245 2015-10-30 Yao Qi <yao.qi@linaro.org>
10246
10247 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10248 (empty_cycle): Remove.
10249 (main): Don't call empty_cycle. Don't use watch_count_done.
10250 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10251 empty_cycle. Rewrite the code counting HW watchpoints.
10252
10253 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10254
10255 * gdb.reverse/fstatat-reverse.c: New test.
10256 * gdb.reverse/fstatat-reverse.exp: New file.
10257 * gdb.reverse/getresuid-reverse.c: New test.
10258 * gdb.reverse/getresuid-reverse.exp: New file.
10259 * gdb.reverse/pipe-reverse.c: New test.
10260 * gdb.reverse/pipe-reverse.exp: New file.
10261 * gdb.reverse/readv-reverse.c: New test.
10262 * gdb.reverse/readv-reverse.exp: New file.
10263 * gdb.reverse/recvmsg-reverse.c: New test.
10264 * gdb.reverse/recvmsg-reverse.exp: New file.
10265 * gdb.reverse/time-reverse.c: New test.
10266 * gdb.reverse/time-reverse.exp: New file.
10267 * gdb.reverse/waitpid-reverse.c: New test.
10268 * gdb.reverse/waitpid-reverse.exp: New file.
10269
10270 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10271
10272 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10273
10274 2015-10-26 Doug Evans <dje@google.com>
10275
10276 PR symtab/17391
10277 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10278 * gdb.dwarf2/bad-regnum.c: New file.
10279 * gdb.dwarf2/bad-regnum.exp: New file.
10280
10281 2015-10-26 Doug Evans <dje@google.com>
10282
10283 PR python/18938
10284 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10285 file.
10286
10287 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10288
10289 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10290 for a change by "Mention language in compile error message".
10291
10292 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10293
10294 PR python/18073
10295 * gdb.python/py-type.c (C::a_method): New.
10296 (C::a_const_method): New.
10297 (C::a_static_method): New.
10298 (a_function): New.
10299 * gdb.python/py-type.exp (test_fields): Test getting fields
10300 from function and method.
10301
10302 2015-10-21 Keven Boell <keven.boell@intel.com>
10303
10304 * gdb.fortran/vla-alloc-assoc.exp: New file.
10305 * gdb.fortran/vla-datatypes.exp: New file.
10306 * gdb.fortran/vla-datatypes.f90: New file.
10307 * gdb.fortran/vla-history.exp: New file.
10308 * gdb.fortran/vla-ptype-sub.exp: New file.
10309 * gdb.fortran/vla-ptype.exp: New file.
10310 * gdb.fortran/vla-sizeof.exp: New file.
10311 * gdb.fortran/vla-sub.f90: New file.
10312 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10313 * gdb.fortran/vla-value-sub-finish.exp: New file.
10314 * gdb.fortran/vla-value-sub.exp: New file.
10315 * gdb.fortran/vla-value.exp: New file.
10316 * gdb.fortran/vla-ptr-info.exp: New file.
10317 * gdb.mi/mi-vla-fortran.exp: New file.
10318 * gdb.mi/vla.f90: New file.
10319
10320 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10321
10322 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10323 of hardwired timeout value.
10324
10325 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10326 Pedro Alves <palves@redhat.com>
10327
10328 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10329 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10330
10331 2015-10-19 Josh Stone <jistone@redhat.com>
10332
10333 * gdb.base/catch-syscall.c: Include <sched.h>.
10334 (unknown_syscall): New variable.
10335 (main): Trigger a vfork and an unknown syscall.
10336 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10337 (unknown_syscall_number): Likewise.
10338 (check_call_to_syscall): Accept an optional syscall pattern.
10339 (check_return_from_syscall): Likewise.
10340 (check_continue): Likewise.
10341 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10342 (test_catch_syscall_skipping_return): New test toggling off 'catch
10343 syscall' to step over the syscall return, then toggling back on.
10344 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10345 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10346 (do_syscall_tests): Call test_catch_syscall_without_args and
10347 test_catch_syscall_mid_vfork.
10348 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10349 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10350
10351 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10352
10353 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10354 print g_vE): Add new pass patterns.
10355 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10356 print various symbol names for vptr fields.
10357
10358 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10359
10360 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10361 results.
10362
10363 2015-10-12 Yao Qi <yao.qi@linaro.org>
10364
10365 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10366
10367 2015-10-12 Yao Qi <yao.qi@linaro.org>
10368
10369 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10370 is aarch64*-*-linux*.
10371
10372 2015-10-12 Yao Qi <yao.qi@linaro.org>
10373
10374 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10375 (can_relocate_bcond_true): ... it.
10376 (can_relocate_bcond_false): New function.
10377 (foo): Likewise.
10378 (can_relocate_bl): Likewise.
10379 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10380 can_relocate_bl.
10381
10382 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10383
10384 * gdb.base/nested-addr.c: New file.
10385 * gdb.base/nested-addr.exp: New testcase.
10386
10387 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10388
10389 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10390 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10391 its output. Ignore the output of "record goto begin" and instead
10392 check that GDB is replaying.
10393
10394 2015-10-09 Pedro Alves <palves@redhat.com>
10395
10396 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10397 (top level): Use it in the run with no args test.
10398
10399 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10400
10401 * gdb.dlang/properties.exp: New file.
10402
10403 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10404
10405 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10406 whether or not address 0x1000 is mapped on the target.
10407
10408 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10409
10410 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10411 build.
10412
10413 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10414
10415 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10416 instruction-history test.
10417
10418 2015-09-28 Doug Evans <dje@google.com>
10419
10420 * gdb.base/gcore.c (array_func): Add reference to static_array.
10421
10422 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10423
10424 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10425 source line.
10426
10427 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10428
10429 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10430 short or char as base type.
10431
10432 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10433
10434 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10435 to allow any size enum.
10436
10437 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10438
10439 * gdb.ada/array_ptr_renaming.exp: New testcase.
10440 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10441 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10442
10443 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10444
10445 * gdb.trace/ftrace-lock.c: New file.
10446 * gdb.trace/ftrace-lock.exp: New file.
10447
10448 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10449
10450 * gdb.arch/insn-reloc.c: New file.
10451 * gdb.arch/ftrace-insn-reloc.exp: New file.
10452
10453 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10454
10455 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10456 instruction.
10457 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10458 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10459 * gdb.trace/range-stepping.c: Likewise.
10460 * gdb.trace/trace-break.c: Likewise.
10461 * gdb.trace/trace-mt.c (thread_function): Likewise.
10462 * gdb.trace/ftrace.c (marker): Likewise.
10463 * gdb.trace/trace-condition.c (marker): Likewise.
10464 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10465 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10466 is_aarch64_target.
10467
10468 2015-09-18 Doug Evans <xdje42@gmail.com>
10469
10470 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10471 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10472
10473 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10474
10475 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10476 the breakpoint.
10477
10478 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10479
10480 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10481 the pending breakpoint. Remove timeout override for "Run till
10482 MI pending breakpoint on pendfunc3 on thread 2" test.
10483
10484 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10485
10486 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10487 filename pattern.
10488
10489 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10490
10491 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10492 in breakpoint filename pattern.
10493
10494 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10495
10496 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10497
10498 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10499
10500 * gdb.linespec/explicit.exp: Check for readline support for
10501 tab-completion tests. Fix obvious typo.
10502
10503 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10504
10505 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10506 and replay.
10507
10508 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10509
10510 * gdb.btrace/non-stop.c: New.
10511 * gdb.btrace/non-stop.exp: New.
10512
10513 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10514 Yao Qi <yao.qi@linaro.org>
10515
10516 * gdb.trace/trace-condition.c: New file.
10517 * gdb.trace/trace-condition.exp: New file.
10518
10519 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10520
10521 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10522 for testing bytecode compilation.
10523
10524 2015-09-16 Pedro Alves <palves@redhat.com>
10525 Sandra Loosemore <sandra@codesourcery.com>
10526
10527 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10528 (SECONDS): Redefine.
10529 (main): Call pthread_kill and alarm early.
10530 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10531 support.
10532 (test): If the target can't hardware step and doesn't support
10533 displaced stepping, increase the timeout.
10534
10535 2015-09-16 Pedro Alves <palves@redhat.com>
10536
10537 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10538 (enable_debug): New procedures.
10539 (test): Use them. Bail out if waiting for threads fails.
10540 (top level): Bail out if a test fails.
10541
10542 2015-09-16 Yao Qi <yao.qi@linaro.org>
10543
10544 * gdb.asm/asm-source.exp: Set asm-arch for
10545 aarch64*-*-* target.
10546 * gdb.asm/aarch64.inc: New file.
10547
10548 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10549
10550 * gdb.ada/array_of_variable_length.exp: New testcase.
10551 * gdb.ada/array_of_variable_length/foo.adb: New file.
10552 * gdb.ada/array_of_variable_length/pck.adb: New file.
10553 * gdb.ada/array_of_variable_length/pck.ads: New file.
10554
10555 2015-09-15 Doug Evans <dje@google.com>
10556
10557 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10558 of function static local variable.
10559
10560 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10561
10562 * gdb.threads/tls-so_extern.exp: New test file.
10563 * gdb.threads/tls-so_extern.c: New test file.
10564 * gdb.threads/tls-so_extern_main.c: New test file.
10565
10566 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10567
10568 * gdb.opt/solib-intra-step-lib.c: New file.
10569 * gdb.opt/solib-intra-step-main.c: New file.
10570 * gdb.opt/solib-intra-step.exp: New file.
10571
10572 2015-09-15 Pedro Alves <palves@redhat.com>
10573
10574 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10575 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10576
10577 2015-09-14 Pedro Alves <palves@redhat.com>
10578
10579 * gdb.base/hook-stop-continue.c: Delete.
10580 * gdb.base/hook-stop-continue.exp: Delete.
10581 * gdb.base/hook-stop-frame.c: Delete.
10582 * gdb.base/hook-stop-frame.exp: Delete.
10583 * gdb.base/hook-stop.c: New file.
10584 * gdb.base/hook-stop.exp: New file.
10585
10586 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10587
10588 * gdb.ada/access_to_packed_array.exp: New testcase.
10589 * gdb.ada/access_to_packed_array/foo.adb: New file.
10590 * gdb.ada/access_to_packed_array/pack.adb: New file.
10591 * gdb.ada/access_to_packed_array/pack.ads: New file.
10592
10593 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10594
10595 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10596 buffer size test.
10597
10598 2015-09-11 Don Breazeal <donb@codesourcery.com>
10599
10600 * gdb.base/foll-exec.c: Add copyright header. Fix
10601 formatting issues.
10602 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10603 (do_exec_tests): Use clean_restart in place of zap_session,
10604 and for test initialization. Fix formatting issues. Use
10605 fail in place of perror.
10606 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10607 an expect statement to match an expression with output from
10608 the program under debug.
10609 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10610 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10611 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10612 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10613 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10614
10615 2015-09-09 Doug Evans <dje@google.com>
10616
10617 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10618
10619 2015-09-09 Doug Evans <dje@google.com>
10620
10621 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10622
10623 2015-09-09 Doug Evans <dje@google.com>
10624
10625 * gdb.base/savedregs.exp: Fix typo.
10626
10627 2015-09-09 Pedro Alves <palves@redhat.com>
10628
10629 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10630
10631 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10632
10633 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10634 command actually switches threads. Give up on remaining
10635 tests if target fails to stop at breakpoint.
10636
10637 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10638
10639 * gdb.ada/funcall_char.exp: New testcase.
10640 * gdb.ada/funcall_char/foo.adb: New file.
10641
10642 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10643
10644 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10645 expected outputs. Add two testcases for completing ambiguous
10646 functions.
10647 * gdb.ada/complete/aux_pck.adb: New file.
10648 * gdb.ada/complete/aux_pck.ads: New file.
10649 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10650 Ambiguous_Func functions.
10651 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10652 * gdb.ada/complete/pck.adb: Likewise.
10653
10654 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10655
10656 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10657 failures to run the test program under GDB.
10658
10659 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10660
10661 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10662 to C.
10663
10664 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10665
10666 * gdb.base/run-after-attach.exp: New test file.
10667 * gdb.base/run-after-attach.c: New test file.
10668
10669 2015-08-26 Don Breazeal <donb@codesourcery.com>
10670
10671 * gdb.base/foll-exec-2.c: New test program.
10672 * gdb.base/foll-exec-2.exp: New test.
10673
10674 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10675
10676 * gdb.base/nested-subp1.exp: New file.
10677 * gdb.base/nested-subp1.c: New file.
10678 * gdb.base/nested-subp2.exp: New file.
10679 * gdb.base/nested-subp2.c: New file.
10680 * gdb.base/nested-subp3.exp: New file.
10681 * gdb.base/nested-subp3.c: New file.
10682
10683 2015-08-24 Pedro Alves <palves@redhat.com>
10684
10685 * gdb.server/connect-without-multi-process.c: New file.
10686 * gdb.server/connect-without-multi-process.exp: New file.
10687
10688 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10689
10690 * gdb.opt/inline-markers.c: Make z int.
10691
10692 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10693
10694 * gdb.opt/inline-markers.c: Make z volatile.
10695
10696 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10697
10698 * gdb.opt/inline-bt.c: New volatile global z.
10699 * gdb.opt/inline-cmds.c: Likewise.
10700 * gdb.opt/inline-locals.c: Likewise.
10701 * gdb.opt/inline-markers.c: New extern global z.
10702 (marker): Use z.
10703 (inline_fn): Likewise.
10704
10705 2015-08-24 Pedro Alves <palves@redhat.com>
10706
10707 * config/m32r-stub.exp: Remove file.
10708 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10709 * gdb.base/call-rt-st.exp: Likewise.
10710 * gdb.base/call-strs.exp: Likewise.
10711 * gdb.base/default.exp: Remove references to h8300-*-hms and
10712 *-*-udi*.
10713 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10714
10715 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10716
10717 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10718 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10719 and "return" use KFAIL when GDB can not read/write the vector
10720 return value.
10721
10722 2015-08-21 Gary Benson <gbenson@redhat.com>
10723
10724 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10725
10726 2015-08-20 Pedro Alves <palves@redhat.com>
10727
10728 * gdb.server/solib-list.exp: No longer expect an interior stop in
10729 non-stop mode.
10730
10731 2015-08-20 Pedro Alves <palves@redhat.com>
10732
10733 * gdb.server/connect-stopped-target.c: New file.
10734 * gdb.server/connect-stopped-target.exp: New file.
10735
10736 2015-08-20 Pedro Alves <palves@redhat.com>
10737
10738 * gdb.dwarf2/comp-unit-lang.exp: New file.
10739 * gdb.dwarf2/comp-unit-lang.c: New file.
10740
10741 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10742
10743 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10744 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10745
10746 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10747
10748 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10749 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10750
10751 2015-08-18 Doug Evans <dje@google.com>
10752 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10753
10754 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10755 skip_python_tests. New arg prompt_regexp.
10756 (skip_python_tests): New function.
10757 * lib/mi-support.exp (mi_skip_python_tests): New function.
10758 * gdb.python/py-mi-objfile-gdb.py: New file.
10759 * gdb.python/py-mi-objfile.c: New file.
10760 * gdb.python/py-mi-objfile.exp: New file.
10761
10762 2015-08-17 Keith Seitz <keiths@redhat.com>
10763
10764 * gdb.linespec/explicit.exp: Move strace test from here ...
10765 * gdb.trace/strace.exp: ... to here.
10766
10767 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10768
10769 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10770 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10771
10772 2015-08-14 Doug Evans <xdje42@gmail.com>
10773
10774 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10775 inferior before selecting a new file.
10776
10777 2015-08-14 Doug Evans <xdje42@gmail.com>
10778
10779 * gdb.mi/mi-disassemble.exp: Update.
10780 * gdb.base/disasm-optim.S: New file.
10781 * gdb.base/disasm-optim.c: New file.
10782 * gdb.base/disasm-optim.h: New file.
10783 * gdb.base/disasm-optim.exp: New file.
10784
10785 2015-08-14 Keith Seitz <keiths@redhat.com>
10786
10787 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10788 "evaluated-by".
10789
10790 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10791
10792 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10793
10794 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10795
10796 * gdb.ada/fun_renaming.exp: New testcase.
10797 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10798 * gdb.ada/fun_renaming/pack.adb: New file.
10799 * gdb.ada/fun_renaming/pack.ads: New file.
10800
10801 2015-08-12 Keith Seitz <keiths@redhat.com>
10802
10803 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10804 gdb_get_line_number.
10805
10806 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10807
10808 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10809 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10810 gdb.base/dso2dso.exp: New files.
10811
10812 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10813 Pedro Alves <palves@redhat.com>
10814 Keith Seitz <keiths@redhat.com>
10815
10816 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10817 GDBFLAGS.
10818
10819 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10820
10821 * gdb.base/gdbhistsize-history.exp
10822 (test_histsize_history_setting): Use save_vars.
10823 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10824 Use save_vars.
10825 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10826 * gdb.base/readline.exp: Use save_vars.
10827
10828 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10829
10830 * lib/gdb.exp (save_vars): New proc.
10831
10832 2015-08-11 Keith Seitz <keiths@redhat.com>
10833
10834 * gdb.base/help.exp: Update help_breakpoint_text.
10835
10836 2015-08-11 Keith Seitz <keiths@redhat.com>
10837
10838 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10839 (at toplevel): Call test_explicit_breakpoints.
10840 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10841 breakpoints.
10842 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10843 breakpoint conditions, "-cond".
10844
10845 2015-08-11 Keith Seitz <keiths@redhat.com>
10846
10847 * gdb.linespec/3explicit.c: New file.
10848 * gdb.linespec/cpexplicit.cc: New file.
10849 * gdb.linespec/cpexplicit.exp: New file.
10850 * gdb.linespec/explicit.c: New file.
10851 * gdb.linespec/explicit.exp: New file.
10852 * gdb.linespec/explicit2.c: New file.
10853 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10854 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10855 before using in the matching pattern.
10856 Clarify that `prefix' is a regular expression.
10857
10858 2015-08-11 Keith Seitz <keiths@redhat.com>
10859
10860 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10861 test.
10862 Add tests for missing ",FMT" and ",".
10863
10864 2015-08-10 Doug Evans <dje@google.com>
10865 Keith Seitz <keiths@redhat.com>
10866
10867 PR gdb/17960
10868 * gdb.base/completion.exp: Add location completer tests.
10869
10870 2015-08-07 Pedro Alves <palves@redhat.com>
10871
10872 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10873 tests here.
10874 (top level): Run do_test with and without displaced stepping.
10875
10876 2015-08-07 Pedro Alves <palves@redhat.com>
10877
10878 * gdb.base/valgrind-disp-step.c: New file.
10879 * gdb.base/valgrind-disp-step.exp: New file.
10880
10881 2015-08-07 Pedro Alves <palves@redhat.com>
10882
10883 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10884 Delete function.
10885 (main): Add alarm. Run an infinite loop instead of calling
10886 wait_threads.
10887 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10888 comment.
10889 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10890 Delete function.
10891 (main): Add alarm. Run an infinite loop instead of calling
10892 wait_threads.
10893 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10894 comment.
10895
10896 2015-08-07 Pedro Alves <palves@redhat.com>
10897
10898 * gdb.base/checkpoint-ns.exp: New file.
10899 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10900 standard_testfile.
10901
10902 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10903
10904 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10905 * gdb.btrace/instruction_history.exp: Update.
10906 * gdb.btrace/tsx.exp: New.
10907 * gdb.btrace/tsx.c: New.
10908
10909 2015-08-06 Pedro Alves <palves@redhat.com>
10910
10911 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10912 increase timeout.
10913 * gdb.reverse/until-precsave.exp: Bump timeouts.
10914
10915 2015-08-06 Pedro Alves <palves@redhat.com>
10916
10917 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10918
10919 2015-08-06 Pedro Alves <palves@redhat.com>
10920
10921 PR gdb/18749
10922 * gdb.threads/process-dies-while-handling-bp.c: New file.
10923 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10924
10925 2015-08-06 Pedro Alves <palves@redhat.com>
10926
10927 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10928 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10929
10930 2015-08-05 Pedro Alves <palves@redhat.com>
10931
10932 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10933 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10934
10935 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10936
10937 * gdb.base/bp-permanent.exp: Report test as unsupported if
10938 the target cannot stop at the permanent breakpoint.
10939
10940 2015-08-03 Doug Evans <dje@google.com>
10941
10942 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10943 10000.
10944
10945 2015-08-03 Doug Evans <dje@google.com>
10946
10947 * Makefile.in (workers/%.worker, build-perf): New rule.
10948 (GDB_PERFTEST_MODE): New variable.
10949 (check-perf): Use it.
10950 (clean): Clean up gdb.perf parallel build subdirs.
10951 * lib/build-piece.exp: New file.
10952 * lib/gdb.exp (make_gdb_parallel_path): New function
10953 (standard_output_file, standard_temp_file): Call it.
10954 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10955 of $GDB_PARALLEL.
10956 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10957
10958 2015-08-03 Doug Evans <dje@google.com>
10959
10960 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10961 (LOG_FILE_NAME): New global.
10962 (TextReporter.__init__): Initialize self.txt_sum.
10963 (TextReporter.report): Add support for multiple data-points.
10964 Move report to perftest.sum, put raw data in perftest.log.
10965 (TextReporter.start): Open sum and log files.
10966 (TextReporter.end): Close sum and log files.
10967 * gdb.perf/lib/perftest/testresult.py
10968 (SingleStatisticTestResult.record): Handle multiple data-points.
10969
10970 2015-07-31 Pedro Alves <palves@redhat.com>
10971
10972 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10973 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10974 kill_wait_spawned_process instead of explicit "kill -9".
10975 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10976 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10977 kill_wait_spawned_process.
10978 * gdb.base/attach-twice.exp: Likewise.
10979 * gdb.base/attach.exp: Likewise.
10980 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10981 gdb_test_multiple.
10982 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10983 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10984 kill_wait_spawned_process.
10985 * gdb.base/valgrind-infcall.exp: Likewise.
10986 * gdb.multi/multi-attach.exp: Likewise.
10987 * gdb.python/py-prompt.exp: Likewise.
10988 * gdb.python/py-sync-interp.exp: Likewise.
10989 * gdb.server/ext-attach.exp: Likewise.
10990 * gdb.threads/attach-into-signal.exp (corefunc): Use
10991 spawn_wait_for_attach, spawn_id_get_pid and
10992 kill_wait_spawned_process.
10993 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10994 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10995 spawn_id_get_pid and kill_wait_spawned_process.
10996 * gdb.threads/attach-stopped.exp (corefunc): Use
10997 spawn_wait_for_attach, spawn_id_get_pid and
10998 kill_wait_spawned_process.
10999 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11000 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11001 kill_wait_spawned_process instead of explicit "kill -9".
11002 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11003 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11004 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11005 processes. Don't map cygwin/windows pids here. Now returns a
11006 spawn id list.
11007
11008 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11009
11010 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11011 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11012 correct patch.
11013
11014 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11015
11016 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11017
11018 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11019
11020 Reapply:
11021 2014-05-21 Mark Wielaard <mjw@redhat.com>
11022
11023 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11024
11025 2015-07-30 Pedro Alves <palves@redhat.com>
11026
11027 * linux-low.c (handle_extended_wait): Set the child's last
11028 reported status to TARGET_WAITKIND_STOPPED.
11029
11030 2015-07-30 Pedro Alves <palves@redhat.com>
11031
11032 PR threads/18600
11033 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11034 only shows inferior 1.
11035
11036 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11037 Pedro Alves <palves@redhat.com>
11038
11039 PR threads/18600
11040 * gdb.threads/fork-plus-threads.c: New file.
11041 * gdb.threads/fork-plus-threads.exp: New file.
11042
11043 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11044
11045 * gdb.base/batch-preserve-term-settings.exp
11046 (test_terminal_settings_preserved_after_cli_exit): Use
11047 send_quit_command.
11048
11049 2015-07-29 Pedro Alves <palves@redhat.com>
11050 Don Breazeal <donb@codesourcery.com>
11051
11052 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11053 output from both inferior_spawn_id and gdb_spawn_id.
11054
11055 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11056
11057 * gdb.threads/attach-into-signal.exp (corefunc): Use
11058 with_test_prefix on nested loops, uniquefying the test messages.
11059
11060 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11061
11062 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11063 commit.
11064
11065 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11066
11067 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11068 New proc.
11069 (test_terminal_settings_preserved_after_sigterm): New test.
11070
11071 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11072
11073 * gdb.base/batch-preserve-term-settings.exp
11074 (test_terminal_settings_preserved_after_cli_exit): New test.
11075
11076 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11077
11078 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11079 manipulation of saved_gdbflags.
11080 (test_terminal_settings_preserved): Remove global declaration of
11081 the unused variable pagination_prompt. Remove manipulation of
11082 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11083 GDBFLAGS.
11084
11085 2015-07-29 Pedro Alves <palves@redhat.com>
11086
11087 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11088
11089 2015-07-29 Pedro Alves <palves@redhat.com>
11090
11091 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11092 at the top.
11093
11094 2015-07-29 Pedro Alves <palves@redhat.com>
11095
11096 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11097 (main): Call gdb_unbuffer_output.
11098 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11099 (main): Call gdb_unbuffer_output.
11100 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11101 (main): Call gdb_unbuffer_output.
11102 * gdb.base/call-strs.exp: Adjust to step over the
11103 gdb_unbuffer_output call.
11104 * gdb.base/catch-gdb-caused-signals.c: Include
11105 "../lib/unbuffer_output.c".
11106 (main): Call gdb_unbuffer_output.
11107 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11108 (main): Call gdb_unbuffer_output.
11109 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11110 (main): Call gdb_unbuffer_output.
11111 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11112 (main): Call gdb_unbuffer_output.
11113 * gdb.base/shlib-call.exp: Adjust to step over the
11114 gdb_unbuffer_output call.
11115 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11116 (main): Call gdb_unbuffer_output.
11117 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11118 (main): Call gdb_unbuffer_output.
11119 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11120 (main): Rename to ...
11121 (test): ... this.
11122 (main): Reimplement.
11123 * gdb.base/varargs.exp: Run to test instead of to main.
11124 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11125 (main): Call gdb_unbuffer_output.
11126
11127 2015-07-29 Pedro Alves <palves@redhat.com>
11128
11129 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11130 factore out from mi_continue_dprintf. For call-style dprintfs,
11131 expect dprintf output out of $inferior_spawn_id.
11132 (mi_continue_dprintf): Use mi_expect_dprintf.
11133 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11134 (main): Call gdb_unbuffer_output.
11135
11136 2015-07-29 Pedro Alves <palves@redhat.com>
11137
11138 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11139 (default_mi_gdb_start): Set inferior_spawn_id instead of
11140 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11141 gdb_spawn_id.
11142 (mi_gdb_test): Always expect inferior output from both
11143 $inferior_spawn_id and $gdb_spawn_id.
11144
11145 2015-07-29 Pedro Alves <palves@redhat.com>
11146
11147 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11148 send_inferior and $inferior_spawn_id.
11149
11150 2015-07-29 Pedro Alves <palves@redhat.com>
11151
11152 * gdb.gdb/complaints.exp (test_initial_complaints)
11153 (test_serial_complaints, test_short_complaints): Use
11154 gdb_test_stdio.
11155 (test_empty_complaint): Handle $inferior_spawn_id !=
11156 $gdb_spawn_id.
11157
11158 2015-07-29 Pedro Alves <palves@redhat.com>
11159
11160 * gdb.base/varargs.exp: Use gdb_test_stdio.
11161
11162 2015-07-29 Pedro Alves <palves@redhat.com>
11163
11164 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11165
11166 2015-07-29 Pedro Alves <palves@redhat.com>
11167
11168 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11169
11170 2015-07-29 Pedro Alves <palves@redhat.com>
11171
11172 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11173 parameter into two new parameters, "inf_result" and "gdb_result".
11174 Expect inferior output and gdb output from $inferior_spawn_id and
11175 $gdb_spawn_id, respectively. Adjust all callers.
11176
11177 2015-07-29 Pedro Alves <palves@redhat.com>
11178
11179 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11180 of gdb_test_sequence.
11181
11182 2015-07-29 Pedro Alves <palves@redhat.com>
11183
11184 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11185 (saw_spurious_output): Expect inferior output from
11186 $inferior_spawn_id. Use gdb_test_stdio.
11187
11188 2015-07-29 Pedro Alves <palves@redhat.com>
11189
11190 * gdb.base/dprintf.exp: Use standard_testfile. Change
11191 prepare_for_testing call.
11192 (srcfile): Don't set.
11193 (restart): New procedure.
11194 (test_dprintf): New procecure, use to continue over dprintfs.
11195 (test_call, test_agent): New procedures, tests moved here.
11196 Restart gdb and recreate dprintfs. Adjust expected output.
11197
11198 2015-07-29 Pedro Alves <palves@redhat.com>
11199
11200 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11201
11202 2015-07-29 Pedro Alves <palves@redhat.com>
11203
11204 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11205
11206 2015-07-29 Pedro Alves <palves@redhat.com>
11207
11208 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11209 gdb_test_stdio.
11210
11211 2015-07-29 Pedro Alves <palves@redhat.com>
11212
11213 * lib/gdb.exp (gdb_test_stdio): New procedure.
11214
11215 2015-07-29 Pedro Alves <palves@redhat.com>
11216
11217 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11218
11219 2015-07-29 Pedro Alves <palves@redhat.com>
11220
11221 * gdb.base/call-signal-resume.exp: Remove check for
11222 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11223 * gdb.base/unwindonsignal.exp: Likewise.
11224 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11225 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11226
11227 2015-07-29 Pedro Alves <palves@redhat.com>
11228
11229 * gdb.base/siginfo-addr.c (pass): New function.
11230 (handler): Call it iff si_addr is correct.
11231 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11232 Set a breakpoint at "pass" and continue to it.
11233
11234 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11235
11236 * gdb.python/py-objfile.exp: Make some tests have unique names.
11237 * gdb.python/py-pp-registration.exp: Likewise.
11238
11239 2015-07-28 Pedro Alves <palves@redhat.com>
11240
11241 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11242
11243 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11244
11245 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11246
11247 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11248
11249 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11250
11251 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11252
11253 * gdb.base/gdb-sigterm-2.exp: New test.
11254
11255 2015-07-25 Doug Evans <xdje42@gmail.com>
11256
11257 Revert:
11258 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11259 (workers/%.worker, build-perf): New rule.
11260 (GDB_PERFTEST_MODE): New variable.
11261 (check-perf): Use it.
11262 (clean): Clean up gdb.perf parallel build subdirs.
11263 * lib/build-piece.exp: New file.
11264 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11265 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11266 name.
11267 (standard_temp_file): Ditto.
11268 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11269 of $GDB_PARALLEL.
11270
11271 2015-07-24 Doug Evans <dje@google.com>
11272
11273 * gdb.perf/lib/perftest/utils.py: New file.
11274 * gdb.perf/gm-hello.cc: New file.
11275 * gdb.perf/gm-pervasive-typedef.cc: New file.
11276 * gdb.perf/gm-pervasive-typedef.h: New file.
11277 * gdb.perf/gm-std.cc: New file.
11278 * gdb.perf/gm-std.h: New file.
11279 * gdb.perf/gm-use-cerr.cc: New file.
11280 * gdb.perf/gm-utils.h: New file.
11281 * gdb.perf/gmonster-null-lookup.py: New file.
11282 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11283 * gdb.perf/gmonster-print-cerr.py: New file.
11284 * gdb.perf/gmonster-ptype-string.py: New file.
11285 * gdb.perf/gmonster-runto-main.py: New file.
11286 * gdb.perf/gmonster-select-file.py: New file.
11287 * gdb.perf/gmonster1-null-lookup.exp: New file.
11288 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11289 * gdb.perf/gmonster1-print-cerr.exp: New file.
11290 * gdb.perf/gmonster1-ptype-string.exp: New file.
11291 * gdb.perf/gmonster1-runto-main.exp: New file.
11292 * gdb.perf/gmonster1-select-file.exp: New file.
11293 * gdb.perf/gmonster1.cc: New file.
11294 * gdb.perf/gmonster1.exp: New file.
11295 * gdb.perf/gmonster2-null-lookup.exp: New file.
11296 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11297 * gdb.perf/gmonster2-print-cerr.exp: New file.
11298 * gdb.perf/gmonster2-ptype-string.exp: New file.
11299 * gdb.perf/gmonster2-runto-main.exp: New file.
11300 * gdb.perf/gmonster2-select-file.exp: New file.
11301 * gdb.perf/gmonster2.cc: New file.
11302 * gdb.perf/gmonster2.exp: New file.
11303
11304 2015-07-24 Doug Evans <dje@google.com>
11305
11306 * gdb.perf/README: New file.
11307 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11308 * lib/gen-perf-test.exp: New file.
11309
11310 2015-07-24 Doug Evans <dje@google.com>
11311
11312 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11313 (PerfTest::startup): New function.
11314 (PerfTest::run): Return result of calling body.
11315 (PerfTest::assemble): Rewrite.
11316 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11317 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11318 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11319 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11320 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11321
11322 2015-07-24 Doug Evans <dje@google.com>
11323
11324 * lib/gdb.exp (clean_restart): Make executable optional.
11325
11326 2015-07-24 Doug Evans <dje@google.com>
11327
11328 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11329 compiler_info references.
11330 * gdb.cp/temargs.exp: Ditto.
11331 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11332 (get_compiler_info): Early exit if already computed. Set compiler_info
11333 to "unknown" if there was a problem.
11334 (test_compiler_info): Add function comment. Call get_compiler_info.
11335
11336 2015-07-24 Doug Evans <dje@google.com>
11337
11338 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11339 (workers/%.worker, build-perf): New rule.
11340 (GDB_PERFTEST_MODE): New variable.
11341 (check-perf): Use it.
11342 (clean): Clean up gdb.perf parallel build subdirs.
11343 * lib/build-piece.exp: New file.
11344 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11345 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11346 name.
11347 (standard_temp_file): Ditto.
11348 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11349 of $GDB_PARALLEL.
11350
11351 2015-07-24 Doug Evans <dje@google.com>
11352
11353 * lib/future.exp (gdb_default_target_compile): New option
11354 "early_flags".
11355 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11356 --as-needed.
11357
11358 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11359
11360 * gdb.base/catch-syscall.exp: Call gdb_exit before
11361 gdb_skip_xml_test.
11362
11363 2015-07-24 Pedro Alves <palves@redhat.com>
11364
11365 * gdb.python/py-events.exp: Accept output between the stop event
11366 and the prompt.
11367 * gdb.python/py-evsignal.exp: Likewise.
11368 * gdb.python/py-evthreads.exp: Likewise.
11369
11370 2015-07-24 Pedro Alves <palves@redhat.com>
11371
11372 PR gdb/18717
11373 * gdb.threads/non-ldr-exit.c: New file.
11374 * gdb.threads/non-ldr-exit.exp: New file.
11375
11376 2015-07-24 Yao Qi <yao.qi@linaro.org>
11377
11378 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11379 restarting process.
11380
11381 2015-07-24 Yao Qi <yao.qi@linaro.org>
11382
11383 * gdb.server/ext-restart.exp: New file.
11384
11385 2015-07-24 Yao Qi <yao.qi@linaro.org>
11386
11387 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11388 argument options.
11389 * gdb.server/ext-wrapper.exp: New file.
11390
11391 2015-07-23 Doug Evans <dje@google.com>
11392
11393 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11394 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11395
11396 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11397
11398 * gdb.ada/var_arr_typedef.exp: New testcase.
11399 * gdb.ada/var_arr_typedef/pack.adb: New file.
11400 * gdb.ada/var_arr_typedef/pack.ads: New file.
11401 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11402
11403 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11404
11405 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11406
11407 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11408
11409 * gdb.arch/i386-biarch-core.exp: Replace istarget
11410 by "complete set gnutarget". Remove expectation for the "core-file"
11411 command.
11412
11413 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11414
11415 Revert the previous commit:
11416 Tests for validate symbol file using build-id.
11417
11418 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11419
11420 Tests for validate symbol file using build-id.
11421 * gdb.base/solib-mismatch-lib.c: New file.
11422 * gdb.base/solib-mismatch-libmod.c: New file.
11423 * gdb.base/solib-mismatch.c: New file.
11424 * gdb.base/solib-mismatch.exp: New file.
11425
11426 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11427
11428 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11429 nios2-*-linux*.
11430 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11431 * gdb.base/siginfo.exp: Likewise.
11432 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11433
11434 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11435
11436 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11437 Move it to ...
11438 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11439 ... here.
11440 * gdb.trace/range-stepping.exp: Check that the target supports
11441 range stepping.
11442
11443 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11444
11445 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11446
11447 2015-07-14 Pedro Alves <palves@redhat.com>
11448
11449 * gdb.base/killed-outside.exp: New file.
11450 * gdb.base/killed-outside.c: New file.
11451
11452 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11453
11454 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11455 (n at main): New.
11456 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11457
11458 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11459
11460 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11461 infcall tests instead of setting up for KFAIL.
11462
11463 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11464
11465 * gdb.btrace/record_goto-step.exp: New.
11466
11467 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11468
11469 PR compile/18484
11470 * gdb.compile/compile.c (struct struct_type): Add volatile to
11471 selffield's type.
11472 * gdb.compile/compile.exp
11473 (compile code struct_object.selffield = &struct_object): Skip further
11474 struct_object tests if this one xfails.
11475
11476 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11477
11478 PR exp/18617
11479 * gdb.trace/ax.exp: Add test.
11480
11481 2015-07-07 Yao Qi <yao.qi@linaro.org>
11482
11483 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11484 instead of istarget "aarch64*-*-*".
11485 * gdb.arch/aarch64-fp.exp: Likewise.
11486 * gdb.base/float.exp: Likewise.
11487 * gdb.reverse/aarch64.exp: Likewise.
11488 * lib/gdb.exp (is_aarch64_target): New proc.
11489
11490 2015-07-07 Yao Qi <yao.qi@linaro.org>
11491
11492 * lib/gdb.exp (is_aarch32_target): New proc.
11493 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11494 instead of "istarget "arm*-*-*"".
11495 * gdb.arch/arm-disp-step.exp: Likewise.
11496 * gdb.arch/thumb-bx-pc.exp: Likewise.
11497 * gdb.arch/thumb-prologue.exp: Likewise.
11498 * gdb.arch/thumb-singlestep.exp: Likewise.
11499 * gdb.base/disp-step-syscall.exp: Likewise.
11500 * gdb.base/float.exp: Likewise.
11501
11502 2015-07-07 Yao Qi <yao.qi@linaro.org>
11503
11504 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11505 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11506
11507 2015-07-07 Yao Qi <yao.qi@linaro.org>
11508
11509 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11510 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11511 if it exists.
11512 * gdb.multi/multi-arch.exp: Likewise.
11513
11514 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11515
11516 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11517 print.
11518
11519 2015-07-07 Yao Qi <yao.qi@linaro.org>
11520
11521 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11522
11523 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11524
11525 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11526 '[' and ']' characters.
11527
11528 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11529
11530 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11531
11532 2015-06-29 Pedro Alves <palves@redhat.com>
11533
11534 PR threads/18127
11535 * gdb.threads/hand-call-new-thread.c: New file.
11536 * gdb.threads/hand-call-new-thread.c: New file.
11537
11538 2015-06-26 Keith Seitz <keiths@redhat.com>
11539 Doug Evans <dje@google.com>
11540
11541 PR 16253
11542 * gdb.cp/var-tag-2.cc: New file.
11543 * gdb.cp/var-tag-3.cc: New file.
11544 * gdb.cp/var-tag-4.cc: New file.
11545 * gdb.cp/var-tag.cc: New file.
11546 * gdb.cp/var-tag.exp: New file.
11547
11548 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11549
11550 * gdb.base/history-duplicates.exp: New test.
11551
11552 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11553
11554 * gdb.base/completion.exp: Test the completion of the "focus"
11555 command.
11556
11557 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11558
11559 * gdb.arch/amd64-prologue-skip.S: New file.
11560 * gdb.arch/amd64-prologue-skip.exp: New file.
11561
11562 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11563
11564 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11565 is_address_zero_readable check.
11566
11567 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11568
11569 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11570 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11571
11572 2015-06-24 Yao Qi <yao.qi@linaro.org>
11573
11574 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11575 linux targets.
11576
11577 2015-06-24 Yao Qi <yao.qi@linaro.org>
11578
11579 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11580 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11581 * gdb.base/siginfo-thread.exp: Likewise.
11582
11583 2015-06-22 Yao Qi <yao.qi@linaro.org>
11584
11585 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11586
11587 2015-06-22 Yao Qi <yao.qi@linaro.org>
11588
11589 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11590 aarch64*-*-*.
11591 (skip_hw_watchpoint_tests): Likewise.
11592
11593 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11594
11595 * gdb.base/gdbinit-history.exp: Test the interaction between
11596 setting GDBHISTSIZE and setting the history size via .gdbinit.
11597
11598 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11599
11600 PR gdb/16999
11601 * gdb.base/gdbhistsize-history.exp: New test.
11602
11603 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11604
11605 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11606 with GDBHISTSIZE.
11607 * gdb.base/readline.exp: Likewise.
11608
11609 2015-06-17 Yao Qi <yao.qi@linaro.org>
11610
11611 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11612 line.
11613
11614 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11615
11616 * gdb.base/gdbinit-history.exp: Add test case to check that
11617 an unlimited history file does not get truncated on exit.
11618
11619 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11620
11621 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11622 (VECTOR): New macro. Use it...
11623 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11624 ...for these typedefs.
11625 (int8, char1, int1, double1): New typedefs.
11626 (struct just_int2, struct two_int2): New structures.
11627 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11628 (add_structvecs, add_singlevecs): New functions.
11629 (main): Call add_some_intvecs twice.
11630 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11631 the compile and exit upon failure. Try compiling for the "native"
11632 architecture. Test inferior function calls with vector arguments
11633 and vector return value handling with "finish" and "return".
11634
11635 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11636
11637 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11638 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11639 PE file.
11640 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11641
11642 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11643
11644 PR breakpoints/16465
11645 * gdb.mi/mi-dprintf-pending.c: New file.
11646 * gdb.mi/mi-dprintf-pending.exp: New test.
11647 * gdb.mi/mi-dprintf-pendshr.c: New file.
11648
11649 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11650 Mircea Gherzan <mircea.gherzan@intel.com>
11651
11652 * gdb.arch/i386-mpx-map.c: New file.
11653 * gdb.arch/i386-mpx-map.exp: New File.
11654
11655 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11656
11657 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11658 * gdb.arch/i386-mpx.exp: Indentation fixed.
11659
11660 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11661
11662 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11663 function and improved indentation.
11664 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11665 gdb_test_multiple. Added additional tests to skip the test.
11666
11667 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11668
11669 * gdb.arch/i386-avx512.c: Change path in include file.
11670 * gdb.arch/i386-avx512.exp: Change include dir path
11671 compilation flag.
11672 * gdb.arch/i386-mpx.c: Change path in include file.
11673 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11674 flag.
11675
11676 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11677
11678 * gdb.compile/compile-print.exp (compile print *vararray@3)
11679 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11680
11681 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11682
11683 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11684 (do not keep jit in memory): ... this.
11685 (expect 5): Change it to ...
11686 (expect no 5): ... this.
11687
11688 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11689
11690 PR gdb/15564
11691 * gdb.mi/mi-detach.exp: New file.
11692
11693 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11694
11695 PR symtab/18392
11696 * gdb.arch/amd64-tailcall-self.S: New file.
11697 * gdb.arch/amd64-tailcall-self.c: New file.
11698 * gdb.arch/amd64-tailcall-self.exp: New file.
11699
11700 2015-05-28 Don Breazeal <donb@codesourcery.com>
11701
11702 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11703 tests for remote targets by checking is_target_gdbserver.
11704
11705 2015-05-27 Doug Evans <dje@google.com>
11706
11707 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11708 * gdb.dwarf2/opaque-type-lookup.c: New file.
11709 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11710
11711 2015-05-26 Doug Evans <dje@google.com>
11712
11713 * gdb.cp/iostream.cc: New file.
11714 * gdb.cp/iostream.exp: New file.
11715
11716 2015-05-26 Doug Evans <dje@google.com>
11717
11718 * gdb.dwarf2/dw2-op-call.exp: Update.
11719 * gdb.dwarf2/dw4-sig-types.exp: Update.
11720 * gdb.dwarf2/implptr.exp: Update.
11721 * gdb.mi/mi-cmd-param-changed.exp: Update.
11722
11723 2015-05-26 Doug Evans <dje@google.com>
11724
11725 * gdb.python/py-lazy-string.c: New file.
11726 * gdb.python/py-lazy-string.exp: New file.
11727 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11728 (main): Update. Add estring3.
11729 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11730 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11731
11732 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11733 Yao Qi <yao.qi@linaro.org>
11734
11735 * gdb.reverse/aarch64.c: New.
11736 * gdb.reverse/aarch64.exp: New.
11737
11738 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11739
11740 * lib/gdb.exp (supports_process_record): Return true for
11741 aarch64*-linux*.
11742 (supports_reverse): Likewise.
11743
11744 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11745
11746 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11747 Use with_test_prefix.
11748
11749 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11750
11751 * gdb.base/completion.exp: Add test for completion of layout
11752 names.
11753
11754 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11755
11756 * lib/gdb.exp (skip_tui_tests): New proc.
11757 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11758
11759 2015-05-19 Pedro Alves <palves@redhat.com>
11760
11761 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11762 Save the whole env array instead of just HOME. Unset HISTSIZE in
11763 the environment while testing. Restore whole environment
11764 afterwards.
11765
11766 2015-05-16 Doug Evans <xdje42@gmail.com>
11767
11768 * gdb.guile/scm-ports.c: New file.
11769 * gdb.guile/scm-ports.exp: Add memory port tests.
11770
11771 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11772
11773 * gdb.compile/compile-print.c: New file.
11774 * gdb.compile/compile-print.exp: New file.
11775
11776 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11777
11778 * gdb.compile/compile-ops.exp: Cast param to void.
11779 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11780 (compile code struct_object.selffield = &struct_object): Add xfail.
11781
11782 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11783
11784 * gdb.ada/arr_enum_with_gap: New testcase.
11785
11786 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11787
11788 * gdb.ada/byte_packed_arr: New testcase.
11789
11790 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11791
11792 * gdb.ada/pckd_neg: New testcase.
11793
11794 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11795
11796 PR gdb/17820
11797 * gdb.base/gdbinit-history.exp: New test.
11798 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11799 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11800
11801 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11802
11803 * gdb.python/py-xmethods.cc: Enhance test case.
11804 * gdb.python/py-xmethods.exp: New tests.
11805 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11806 function.
11807 (B_indexoper): Likewise.
11808 (global_dm_list) : Add new xmethod worker functions.
11809
11810 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11811
11812 * gdb.base/coredump-filter.exp: Correctly unset
11813 "coredump_var_addr" array.
11814
11815 2015-05-08 Pedro Alves <palves@redhat.com>
11816
11817 * gdb.server/non-existing-program.exp: Unset spawn_id.
11818
11819 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11820
11821 PR python/18291
11822 * gdb.python/py-xmethods.exp: Add tests.
11823
11824 2015-05-08 Yao Qi <yao.qi@linaro.org>
11825
11826 PR gdb/18208
11827 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11828 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11829 function set_coredump_filter, and remove remote_exec call.
11830 Remove argument ipid. Callers update.
11831 (top level): Don't get inferior's PID.
11832
11833 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11834
11835 * gdb.base/watch_thread_num.exp: Skip test on targets without
11836 access watchpoints.
11837
11838 2015-05-06 Pedro Alves <palves@redhat.com>
11839
11840 PR server/18081
11841 * gdb.server/non-existing-program.exp: New file.
11842
11843 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11844
11845 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11846
11847 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11848
11849 * gdb.ada/out_of_line_in_inlined: New testcase.
11850
11851 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11852
11853 * gdb.ada/var_rec_arr: New testcase.
11854
11855 2015-04-30 Yao Qi <yao.qi@linaro.org>
11856
11857 * gdb.base/break-idempotent.exp: If
11858 skip_hw_watchpoint_multi_tests returns true, skip the tests
11859 on "rwatch" and "awatch".
11860
11861 2015-04-30 Yao Qi <yao.qi@linaro.org>
11862
11863 * gdb.base/relativedebug.exp: Invoke gdb command
11864 "info sharedlibrary", and if libc.so doesn't have debug info,
11865 skip the test.
11866
11867 2015-04-29 Doug Evans <dje@google.com>
11868
11869 * gdb.python/py-xmethods.exp: Add ptype tests.
11870 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11871 get_result_type method.
11872
11873 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11874
11875 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11876 the target does not support hardware watchpoints.
11877
11878 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11879
11880 * gdb.base/break-always.exp: Abort testing if writing to memory
11881 causes an error.
11882
11883 2015-04-28 Doug Evans <dje@google.com>
11884
11885 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11886 * gdb.python/py-pp-registration.exp: ... here. New file.
11887 * gdb.python/py-pp-registration.c: New file.
11888 * gdb.python/py-pp-registration.py: New file.
11889
11890 2015-04-28 Doug Evans <dje@google.com>
11891
11892 * gdb.python/py-bad-printers.c: New file.
11893 * gdb.python/py-bad-printers.py: New file.
11894 * gdb.python/py-bad-printers.exp: New file.
11895
11896 2015-04-28 Sasha Smundak <asmundak@google.com>
11897
11898 * gdb.python/py-type.exp: New test.
11899
11900 2015-04-28 Andy Wingo <wingo@igalia.com>
11901
11902 * gdb.python/py-parameter.exp:
11903 * gdb.guile/scm-parameter.exp: Escape the path that we are
11904 matching against, as it might contain characters that are special
11905 to regular expressions.
11906
11907 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11908
11909 * gdb.ada/rec_comp: New testcase.
11910
11911 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11912
11913 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11914 before using it.
11915
11916 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11917
11918 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11919 new tests for verilog output.
11920
11921 2015-04-24 Yao Qi <yao.qi@linaro.org>
11922
11923 * boards/remote-gdbserver-on-localhost.exp: New file.
11924
11925 2015-04-23 Pedro Alves <palves@redhat.com>
11926
11927 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11928 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11929 "end of file", remove $inferior_spawn_id from the indirect list.
11930
11931 2015-04-23 Pedro Alves <palves@redhat.com>
11932
11933 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11934
11935 2015-04-23 Pedro Alves <palves@redhat.com>
11936
11937 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11938 on $any_spawn_id instead of only on $gdb_spawn_id.
11939
11940 2015-04-21 Pierre Muller <muller@sourceware.org>
11941
11942 PR pascal/17815
11943 * lib/pascal.exp (gpc_compile): Add new option "class".
11944 (fpc_compile): Likewise.
11945 * gdb.pascal/case-insensitive-symbols.pas: New file.
11946 * gdb.pascal/case-insensitive-symbols.exp: New file.
11947
11948 2015-04-20 Gary Benson <gbenson@redhat.com>
11949
11950 * gdb.base/attach.exp: Fix three extended remote failures.
11951
11952 2015-04-17 Gary Benson <gbenson@redhat.com>
11953
11954 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11955 the main executable over the remote protocol.
11956
11957 2015-04-16 Pedro Alves <palves@redhat.com>
11958
11959 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11960 a new gdbserver if gdbserver_reconnect_p is set.
11961
11962 2015-04-16 Pedro Alves <palves@redhat.com>
11963
11964 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11965 is set, don't exit gdbserver.
11966
11967 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11968
11969 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11970 appropriate .insn, such that an older assembler can be used.
11971 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11972 the z/Architecture instruction set on 31-bit targets as well.
11973
11974 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11975
11976 * gdb.go/handcall.exp: Remove all logic related to the first
11977 breakpoint and rely on go_runto_main instead.
11978 * gdb.go/strings.exp: Likewise.
11979 * gdb.go/unsafe.exp: Likewise.
11980 * gdb.go/hello.exp: Likewise. Also rename the remaining
11981 breakpoint marker to "breakpoint 1".
11982 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11983 * gdb.go/strings.go: Likewise.
11984 * gdb.go/unsafe.go: Likewise.
11985 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11986 "set breakpoint 2 here" and rename the remaining breakpoint marker
11987 to "breakpoint 1".
11988
11989 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11990
11991 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11992 if itertools.imap is not present.
11993 * gdb.python/py-objfile.exp: Add parentheses.
11994 * gdb.python/py-type.exp: Same.
11995 * gdb.python/py-unwind-maint.py: Same.
11996
11997 2015-04-15 Yao Qi <yao.qi@linaro.org>
11998
11999 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12000 of ":$ptr_size" and set its form explicitly.
12001
12002 2015-04-15 Pedro Alves <palves@redhat.com>
12003 Yao Qi <yao.qi@linaro.org>
12004
12005 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12006 timeout by factor of 4.
12007 (test_regular_watch): Likewise.
12008 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12009 * gdb.reverse/sigall-reverse.exp: Likewise.
12010 * gdb.reverse/until-precsave.exp: Likewise.
12011 * lib/gdb.exp (with_timeout_factor): New proc.
12012 (gdb_expect): Move some code to ...
12013 (get_largest_timeout): ... here. New procedure.
12014
12015 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12016
12017 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12018
12019 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12020
12021 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12022 to write to the .text section.
12023
12024 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12025
12026 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12027 Handle the case of targets that do not provide PID information.
12028
12029 2015-04-13 Yao Qi <yao.qi@linaro.org>
12030
12031 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12032 and use expect instead of gdb_expect.
12033
12034 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12035
12036 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12037 "coredump_var_addr" to avoid naming conflict with other testcases.
12038
12039 2015-04-10 Pedro Alves <palves@redhat.com>
12040
12041 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12042 gdb_test_sequence and gdb_assert.
12043
12044 2015-04-10 Pedro Alves <palves@redhat.com>
12045
12046 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12047 test messages that don't include the breakpoint address.
12048
12049 2015-04-10 Yao Qi <yao.qi@linaro.org>
12050
12051 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12052 false for some offset and width combinations which aren't
12053 supported by linux kernel.
12054
12055 2015-04-10 Pedro Alves <palves@redhat.com>
12056
12057 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12058 procedure, factored out from ...
12059 (top level): ... here. Add "set displaced-stepping" testing axis.
12060 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12061 parameter "displaced". Use it.
12062 (top level): Use foreach and add "set displaced-stepping" testing
12063 axis.
12064
12065 2015-04-10 Pedro Alves <palves@redhat.com>
12066
12067 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12068 Remove comment.
12069 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12070 both the address of the instruction that triggers the watchpoint
12071 and the address of the instruction immediately after, and use
12072 those addresses for the test. Fix comment.
12073
12074 2015-04-10 Pedro Alves <palves@redhat.com>
12075
12076 * gdb.base/sigstep.exp (breakpoint_to_handler)
12077 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12078 Test "backtrace" in handler.
12079 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12080 (top level): Add new "displaced" test axis to
12081 breakpoint_to_handler, breakpoint_to_handler_entry and
12082 breakpoint_over_handler.
12083
12084 2015-04-10 Pedro Alves <palves@redhat.com>
12085
12086 PR gdb/18216
12087 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12088
12089 2015-04-10 Yao Qi <yao.qi@linaro.org>
12090
12091 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12092 (test_add_rn_pc): New function.
12093 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12094 (top level): Invoke test_add_rn_pc.
12095
12096 2015-04-10 Pedro Alves <palves@redhat.com>
12097
12098 PR gdb/13858
12099 * gdb.base/step-over-no-symbols.exp: New file.
12100
12101 2015-04-09 Andy Wingo <wingo@igalia.com>
12102
12103 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12104 after the Python tests.
12105
12106 2015-04-08 Keith Seitz <keiths@redhat.com>
12107
12108 PR python/16699
12109 * gdb.python/py-completion.exp: New tests for completion.
12110 * gdb.python/py-completion.py (CompleteLimit1): New class.
12111 (CompleteLimit2): Likewise.
12112 (CompleteLimit3): Likewise.
12113 (CompleteLimit4): Likewise.
12114 (CompleteLimit5): Likewise.
12115 (CompleteLimit6): Likewise.
12116 (CompleteLimit7): Likewise.
12117
12118 2015-04-08 Pedro Alves <palves@redhat.com>
12119
12120 PR gdb/18214
12121 PR gdb/18216
12122 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12123 function.
12124 (main): Install it as SIGUSR1 handler.
12125 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12126 parameter. Always use "setup" as prefix. Toggle "set
12127 displaced-stepping" off/on depending on global. Don't switch to
12128 thread 1 here.
12129 (top level): Add displaced stepping "off/on" test axis. Update
12130 "setup" calls. Wrap each subtest with with_test_prefix. Test
12131 continuing with a queued signal in each thread.
12132
12133 2015-04-08 Pedro Alves <palves@redhat.com>
12134
12135 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12136 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12137 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12138 Return early if running to main fails.
12139 * gdb.trace/while-stepping.exp: Likewise.
12140
12141 2015-04-07 Pedro Alves <palves@redhat.com>
12142
12143 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12144 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12145 interact with inferior program.
12146
12147 2015-04-07 Pedro Alves <palves@redhat.com>
12148
12149 * lib/gdb.exp (inferior_spawn_id): New global.
12150 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12151 spawn id after processing the user code.
12152 (default_gdb_start): Set inferior_spawn_id.
12153 (send_inferior): New procedure.
12154 * lib/gdbserver-support.exp (gdbserver_start): Set
12155 inferior_spawn_id.
12156 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12157
12158 2015-04-07 Pedro Alves <palves@redhat.com>
12159
12160 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12161 * lib/gdbserver-support.exp (gdbserver_start): Make
12162 $server_spawn_id global.
12163 (gdbserver_start): Don't wait for gdbserver's spawn id with
12164 expect_background.
12165 (close_gdbserver): New procedure.
12166 (gdb_exit): Rename the default version and reimplement.
12167
12168 2015-04-07 Pedro Alves <palves@redhat.com>
12169
12170 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12171 append the substituted item, not the original item.
12172
12173 2015-04-07 Pedro Alves <palves@redhat.com>
12174
12175 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12176 gdb_expect.
12177
12178 2015-04-07 Pedro Alves <palves@redhat.com>
12179
12180 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12181 output appearing once only.
12182
12183 2015-04-07 Pedro Alves <palves@redhat.com>
12184
12185 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12186 that doesn't expect anything. Return early if running to main
12187 fails.
12188
12189 2015-04-07 Yao Qi <yao.qi@linaro.org>
12190
12191 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12192 (child_function): Call alarm.
12193 (main): Move call to alarm into the loop.
12194 * gdb.threads/non-stop-fair-events.exp: Build program with
12195 -DTIMEOUT=$timeout.
12196
12197 2015-04-06 Doug Evans <xdje42@gmail.com>
12198
12199 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12200 Fix dest parameter to board_info.
12201 (fpc_compile): Ditto.
12202 (gdb_compile_pascal): Rename dest arg to destfile.
12203
12204 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12205
12206 * gdb.ada/funcall_ref.exp: New file.
12207 * gdb.ada/funcall_ref/foo.adb: New file.
12208
12209 2015-04-02 Yao Qi <yao.qi@linaro.org>
12210
12211 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12212 is remote.
12213
12214 2015-04-02 Gary Benson <gbenson@redhat.com>
12215
12216 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12217
12218 2015-04-01 Sasha Smundak <asmundak@google.com>
12219
12220 * gdb.python/py-unwind-maint.c: New file.
12221 * gdb.python/py-unwind-maint.exp: New test.
12222 * gdb.python/py-unwind-maint.py: New file.
12223 * gdb.python/py-unwind.c: New file.
12224 * gdb.python/py-unwind.exp: New test.
12225 * gdb.python/py-unwind.py: New test.
12226
12227 2015-04-01 Pedro Alves <palves@redhat.com>
12228
12229 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12230 to fail instead of non-existent $test.
12231
12232 2015-04-01 Pedro Alves <palves@redhat.com>
12233
12234 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12235 GDBFLAGS if not empty.
12236
12237 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12238
12239 * gdb.ada/complete.exp: Remove "multi_line".
12240 * gdb.ada/info_exc.exp: Remove "multi_line".
12241 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12242 * gdb.ada/ptype_field.exp: Remove "multi_line".
12243 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12244 * gdb.ada/tagged.exp: Remove "multi_line".
12245 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12246 [multi_line ...]
12247 * gdb.btrace/delta.exp: Likewise.
12248 * gdb.btrace/exception.exp: Likewise.
12249 * gdb.btrace/function_call_history.exp: Likewise.
12250 * gdb.btrace/instruction_history.exp: Likewise.
12251 * gdb.btrace/nohist.exp: Likewise.
12252 * gdb.btrace/record_goto.exp: Likewise.
12253 * gdb.btrace/segv.exp: Likewise.
12254 * gdb.btrace/stepi.exp: Likewise.
12255 * gdb.btrace/tailcall.exp: Likewise.
12256 * gdb.btrace/unknown_functions.exp: Likewise.
12257 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12258 * lib/gdb.exp: Add the "multi_line" helper.
12259
12260 2015-04-01 Pedro Alves <palves@redhat.com>
12261
12262 * gdb.threads/tid-reuse.c: New file.
12263 * gdb.threads/tid-reuse.exp: New file.
12264
12265 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12266
12267 PR corefiles/16092
12268 * gdb.base/coredump-filter.c: New file.
12269 * gdb.base/coredump-filter.exp: Likewise.
12270
12271 2015-03-27 Petr Machata <pmachata@redhat.com>
12272
12273 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12274 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12275 (Dwarf::assemble): Initialize them.
12276 (Dwarf::lines): New function.
12277
12278 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12279
12280 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12281 SYMBOL_PREFIX for x86_64-*-cygwin.
12282
12283 2015-03-26 Andy Wingo <wingo@igalia.com>
12284
12285 PR symtab/18148
12286 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12287 const_value but not a location.
12288 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12289 location defined in non-main CUs are visible.
12290
12291 2015-03-26 Yao Qi <yao.qi@linaro.org>
12292
12293 PR testsuite/18139
12294 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12295 Add a line number entry for the same line.
12296 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12297 Add a line number entry for the same line.
12298
12299 2015-03-26 Yao Qi <yao.qi@linaro.org>
12300
12301 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12302 .int 0.
12303 (func): Likewise. Add .Lfunc_1 label.
12304 Use .Lfunc_1 label.
12305 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12306 .int 0.
12307 (func): Likewise.
12308 Use .Lfunc_1 label.
12309
12310 2015-03-26 Yao Qi <yao.qi@linaro.org>
12311
12312 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12313 Call gdb_compile instead to compile each .s files without debug
12314 information.
12315
12316 2015-03-26 Yao Qi <yao.qi@linaro.org>
12317
12318 * gdb.base/savedregs.exp (process_saved_regs): Make
12319 "Saved registers:" optional in the pattern.
12320
12321 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12322
12323 * gdb.btrace/next.exp: Merged into step.exp.
12324 * gdb.btrace/finish.exp: Merged into step.exp.
12325 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12326 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12327 "record goto" and checking the exact replay position.
12328 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12329 check for "Recording format" in "info record" output.
12330 * gdb.btrace/record_goto.exp: Choose test file based on target.
12331 * gdb.btrace/x86-record_goto.S: Renamed into ...
12332 * gdb.btrace/x86_64-record_goto.S: ... this.
12333 * gdb.btrace/i686-record_goto.S: New.
12334 * gdb.btrace/x86-tailcall.S: Renamed into ...
12335 * gdb.btrace/x86_64-tailcall.S: ... this.
12336 * gdb.btrace/i686-tailcall.S: New.
12337 * gdb.btrace/x86-tailcall.c: Renamed into ...
12338 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12339 separate statements. Update test.
12340 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12341 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12342 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12343 * gdb.btrace/tailcall.exp: Choose test file based on target.
12344 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12345
12346 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12347
12348 * gdb.btrace/exception.exp: Increase BTS buffer size.
12349
12350 2015-03-24 Pedro Alves <palves@redhat.com>
12351
12352 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12353
12354 2015-03-24 Pedro Alves <palves@redhat.com>
12355
12356 * gdb.threads/schedlock.exp (test_step): No longer expect that
12357 "set scheduler-locking step" with "next" over a function call runs
12358 threads unlocked.
12359
12360 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12361
12362 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12363
12364 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12365
12366 PR breakpoints/16466
12367 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12368 * gdb.mi/mi-pending.c (thread_func): New function.
12369 (int main): Add threading support required.
12370 * gdb.mi/mi-pending.exp: Add tests for this issue.
12371 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12372 (pendfunc2): Remove stdio dependency.
12373 * gdb.mi/mi-pendshr2.c: New file.
12374
12375 2015-03-23 Keith Seitz <keiths@redhat.com>
12376
12377 * gdb.linespec/keywords.c: New file.
12378 * gdb.linespec/keywords.exp: New file.
12379
12380 2015-03-23 Keith Seitz <keiths@redhat.com>
12381
12382 PR gdb/18021
12383 * gdb.dwarf2/staticvirtual.exp: New test.
12384
12385 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12386
12387 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12388 * README: Remove HP-UX and gdb.hp.
12389 (configuration):
12390 * configure: Regenerate.
12391 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12392 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12393 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12394 gdb.hp/gdb.defects/Makefile.
12395 * gdb.hp/Makefile.in: File deleted.
12396 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12397 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12398 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12399 * gdb.hp/gdb.aCC/run.c: File deleted.
12400 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12401 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12402 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12403 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12404 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12405 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12406 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12407 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12408 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12409 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12410 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12411 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12412 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12413 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12414 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12415 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12416 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12417 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12418 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12419 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12420 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12421 * gdb.hp/gdb.compat/average.c: File deleted.
12422 * gdb.hp/gdb.compat/sum.c: File deleted.
12423 * gdb.hp/gdb.compat/xdb.c: File deleted.
12424 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12425 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12426 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12427 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12428 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12429 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12430 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12431 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12432 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12433 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12434 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12435 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12436 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12437 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12438 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12439 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12440 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12441 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12442 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12443 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12444 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12445 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12446 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12447 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12448 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12449 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12450 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12451 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12452 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12453 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12454 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12455 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12456 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12457 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12458 * gdb.hp/tools/odump: File deleted.
12459
12460 2015-03-19 Pedro Alves <palves@redhat.com>
12461
12462 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12463 (saw_thread_3): New globals.
12464 (top level): Increment them when an event for the corresponding
12465 thread is seen.
12466 (no thread starvation): New test.
12467
12468 2015-03-19 Pedro Alves <palves@redhat.com>
12469
12470 * gdb.threads/continue-pending-status.c: New file.
12471 * gdb.threads/continue-pending-status.exp: New file.
12472
12473 2015-03-18 Pedro Alves <palves@redhat.com>
12474
12475 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12476 Use gdb_is_target_remote instead of is_remote. Use
12477 gdb_test_multiple instead of gdb_expect. Exit early if
12478 gdb_test_multiple hits its internal matches. Tighten stepi tests
12479 expected output. Fail on exit with any signal, instead of just
12480 SIGILL.
12481
12482 2015-03-18 Yao Qi <yao.qi@linaro.org>
12483
12484 PR tdep/18107
12485 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12486 variable.
12487 * gdb.base/catch-syscall.exp: Don't skip it on
12488 aarch64*-*-linux* target. Remove elements in all_syscalls.
12489 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12490 target.
12491 (setup_all_syscalls): New proc.
12492
12493 2015-03-16 Yao Qi <yao.qi@linaro.org>
12494
12495 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12496 (top level): Skip tests if valid_addr_p returns false for
12497 $cmd1 or $cmd2.
12498
12499 2015-03-11 Andy Wingo <wingo@igalia.com>
12500
12501 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12502
12503 2015-03-11 Yao Qi <yao.qi@linaro.org>
12504
12505 * gdb.base/catch-syscall.exp: Fix typo in comments.
12506
12507 2015-03-11 Yao Qi <yao.qi@linaro.org>
12508
12509 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12510
12511 2015-03-09 Pedro Alves <palves@redhat.com>
12512
12513 * dg-extract-results.py: Delete.
12514
12515 2015-03-09 Pedro Alves <palves@redhat.com>
12516
12517 Merge dg-extract-results.sh from GCC upstream (r218843).
12518
12519 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12520 * dg-extract-results.sh: Use --text with grep to avoid issues with
12521 binary files. Fall back to cat -v, if that doesn't work.
12522
12523 2015-03-05 Pedro Alves <palves@redhat.com>
12524
12525 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12526
12527 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12528
12529 * lib/mi-support.exp (mi_expect_interrupt): Accept
12530 alternative event for when in all-stop mode.
12531
12532 2015-03-04 Pedro Alves <palves@redhat.com>
12533
12534 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12535
12536 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12537
12538 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12539
12540 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12541
12542 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12543 regexps for GDB's current line display, accept a hex address
12544 preceding the line number.
12545
12546 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12547
12548 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12549 the 'arch1' variable for "s390*-linux*" targets.
12550
12551 2015-03-04 Pedro Alves <palves@redhat.com>
12552
12553 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12554 (main): Pass missing retval argument to pthread_join call.
12555
12556 2015-03-02 Pedro Alves <palves@redhat.com>
12557
12558 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12559 (top level): Call do_test with non-stop as well.
12560
12561 2015-03-02 Pedro Alves <palves@redhat.com>
12562
12563 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12564 -1.
12565
12566 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12567
12568 * gdb.arch/s390-vregs.exp: New test.
12569 * gdb.arch/s390-vregs.S: New file.
12570
12571 2015-02-27 Pedro Alves <palves@redhat.com>
12572
12573 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12574 call to catch_command_errors.
12575 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12576 catch_command_errors.
12577
12578 2015-02-27 Pedro Alves <palves@redhat.com>
12579
12580 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12581 "true" for boolean result.
12582 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12583 prototype of main.
12584
12585 2015-02-27 Pedro Alves <palves@redhat.com>
12586
12587 * lib/unbuffer_output.c: New file.
12588 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12589 (main): Call gdb_unbuffer_output.
12590
12591 2015-02-27 Yao Qi <yao.qi@linaro.org>
12592
12593 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12594 target.
12595
12596 2015-02-26 Doug Evans <dje@google.com>
12597
12598 * gdb.cp/class2.cc (Dbase, D): New classes.
12599 (main): New local delta.
12600 * gdb.cp/class2.exp: Test printing delta.
12601 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12602 (dynbar): New global.
12603 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12604
12605 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12606
12607 * gdb.compile/compile-ifunc.c: New file.
12608 * gdb.compile/compile-ifunc.exp: New file.
12609
12610 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12611
12612 * gdb.base/structs.exp: Check for correct struct on finish.
12613
12614 2015-02-26 Yao Qi <yao.qi@linaro.org>
12615
12616 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12617 is zero.
12618
12619 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12620
12621 * gdb.arch/cordic.ko.bz2: New file.
12622 * gdb.arch/cordic.ko.debug.bz2: New file.
12623 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12624
12625 2015-02-25 Yao Qi <yao.qi@linaro.org>
12626
12627 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12628 aarch64*-*-* target.
12629
12630 2015-02-23 Pedro Alves <palves@redhat.com>
12631
12632 * lib/gdb.exp (delete_breakpoints): Rewrite using
12633 gdb_test_multiple.
12634
12635 2015-02-23 Pedro Alves <palves@redhat.com>
12636
12637 * gdb.base/info-os.c: Include stdlib.h.
12638
12639 2015-02-22 Doug Evans <xdje42@gmail.com>
12640
12641 PR symtab/17855
12642 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12643 is read after symbols have been re-read.
12644 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12645 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12646
12647 2015-02-21 Doug Evans <dje@google.com>
12648
12649 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12650
12651 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12652
12653 PR corefiles/17808
12654 * gdb.arch/i386-biarch-core.core.bz2: New file.
12655 * gdb.arch/i386-biarch-core.exp: New file.
12656
12657 2015-02-21 Pedro Alves <palves@redhat.com>
12658
12659 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12660 runto_main fails.
12661
12662 2015-02-20 Pedro Alves <palves@redhat.com>
12663
12664 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12665 info probes.
12666
12667 2015-02-20 Pedro Alves <palves@redhat.com>
12668
12669 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12670
12671 2015-02-20 Pedro Alves <palves@redhat.com>
12672
12673 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12674 clean_restart before gdb_target_supports_trace.
12675
12676 2015-02-20 Pedro Alves <palves@redhat.com>
12677
12678 PR threads/18006
12679 * gdb.threads/clone-thread_db.c: New file.
12680 * gdb.threads/clone-thread_db.exp: New file.
12681
12682 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12683
12684 PR breakpoints/16812
12685 * gdb.base/catch-gdb-caused-signals.c: New file.
12686 * gdb.base/catch-gdb-caused-signals.exp: New file.
12687
12688 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12689
12690 * configure: Regenerated.
12691 * configure.ac: Use GDB_AC_TRANSFORM.
12692 * aclocal.m4: sinclude ../transform.m4.
12693
12694 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12695
12696 * lib/dtrace.exp: New file.
12697 * gdb.base/dtrace-probe.exp: Likewise.
12698 * gdb.base/dtrace-probe.d: Likewise.
12699 * gdb.base/dtrace-probe.c: Likewise.
12700 * lib/pdtrace.in: Likewise.
12701 * configure.ac: Output variables with the transformed names of
12702 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12703 * configure: Regenerated.
12704
12705 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12706
12707 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12708 expected message when trying to access $_probe_* convenience
12709 variables while not on a probe.
12710
12711 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12712
12713 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12714
12715 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12716
12717 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12718 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12719
12720 2015-02-10 Doug Evans <xdje42@gmail.com>
12721
12722 * lib/gdb.exp (gdb_load): Always return a result.
12723
12724 2015-02-10 Pedro Alves <palves@redhat.com>
12725
12726 * gdb.threads/signal-sigtrap.c: New file.
12727 * gdb.threads/signal-sigtrap.exp: New file.
12728
12729 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12730
12731 * gdb.trace/no-attach-trace.c: New file.
12732 * gdb.trace/no-attach-trace.exp: New file.
12733
12734 2015-02-09 Mark Wielaard <mjw@redhat.com>
12735
12736 * gdb.dwarf2/atomic.c: New file.
12737 * gdb.dwarf2/atomic-type.exp: Likewise.
12738
12739 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12740
12741 * gdb.btrace/buffer-size.exp: Update "info record" output.
12742 * gdb.btrace/delta.exp: Update "info record" output.
12743 * gdb.btrace/enable.exp: Update "info record" output.
12744 * gdb.btrace/finish.exp: Update "info record" output.
12745 * gdb.btrace/instruction_history.exp: Update "info record" output.
12746 * gdb.btrace/next.exp: Update "info record" output.
12747 * gdb.btrace/nexti.exp: Update "info record" output.
12748 * gdb.btrace/step.exp: Update "info record" output.
12749 * gdb.btrace/stepi.exp: Update "info record" output.
12750 * gdb.btrace/nohist.exp: Update "info record" output.
12751
12752 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12753
12754 * gdb.btrace/buffer-size: New.
12755
12756 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12757
12758 * gdb.btrace/delta.exp: Update "info record" output.
12759 * gdb.btrace/enable.exp: Update "info record" output.
12760 * gdb.btrace/finish.exp: Update "info record" output.
12761 * gdb.btrace/instruction_history.exp: Update "info record" output.
12762 * gdb.btrace/next.exp: Update "info record" output.
12763 * gdb.btrace/nexti.exp: Update "info record" output.
12764 * gdb.btrace/step.exp: Update "info record" output.
12765 * gdb.btrace/stepi.exp: Update "info record" output.
12766 * gdb.btrace/nohist.exp: Update "info record" output.
12767
12768 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12769
12770 PR gdb/15678
12771 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12772
12773 2015-02-06 Pedro Alves <palves@redhat.com>
12774
12775 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12776 macro.
12777 (seconds_left, again): New globals.
12778 (main): Wait seconds_left in a 1-second sleep loop instead of
12779 sleeping 180 seconds. If 'again' is set, reset the seconds
12780 counter.
12781 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12782 'again' in the inferior before detaching. Print the seconds left.
12783 (options): New global.
12784 (top level): Build program with -DTIMEOUT=$timeout.
12785
12786 2015-02-06 Pedro Alves <palves@redhat.com>
12787
12788 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12789 determine how many seconds to pass to 'alarm'.
12790 * gdb.base/gdb-sigterm.exp (top level): Build program with
12791 -DTIMEOUT=$timeout.
12792 (do_test): Return success/failure indication. Add more verbose
12793 logging. Don't fail if 200 single steps are seen. Instead, fail
12794 when the test times out.
12795 (passes): New global.
12796 (top level): Break the testing loop if testing fails on any
12797 iteration. Use gdb_assert.
12798
12799 2015-02-04 Don Breazeal <donb@codesourcery.com>
12800
12801 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12802 and initialize them.
12803 (ipc_cleanup): New function.
12804 (main): Don't declare shmid, semid, and msqid. Add a call to
12805 atexit so that we call ipc_cleanup on exit.
12806
12807 2015-02-04 Pedro Alves <palves@redhat.com>
12808
12809 * boards/native-extended-gdbserver.exp: Remove any target variant
12810 specifications from the board name before clearing the isremote
12811 flag from board_info.
12812
12813 2015-01-31 Doug Evans <xdje42@gmail.com>
12814
12815 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12816
12817 2015-01-31 Gary Benson <gbenson@redhat.com>
12818
12819 * gdb.base/completion.exp: Disable completion limiting for
12820 existing tests. Add new tests to check completion limiting.
12821 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12822
12823 2015-01-31 Doug Evans <xdje42@gmail.com>
12824
12825 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12826
12827 2015-01-31 Doug Evans <xdje42@gmail.com>
12828
12829 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12830 entries. Duplicate file section script entries.
12831 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12832 inlined entries. Add test for safe-path rejection.
12833 * gdb.python/py-section-script.c: Add duplicate inlined section script
12834 entries. Duplicate file section script entries.
12835 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12836 inlined entries. Add test for safe-path rejection.
12837
12838 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12839
12840 * gdb.ada/disc_arr_bound: New testcase.
12841
12842 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12843
12844 * gdb.ada/mi_var_array: New testcase.
12845
12846 2015-01-27 Doug Evans <dje@google.com>
12847
12848 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12849 Add test for objfile.filename, objfile.username after objfile
12850 has been unloaded.
12851
12852 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12853
12854 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12855 the second test to print the name attribute of value
12856 returned by the call to gdb.lookup_type, and adjust
12857 the expected output accordingly.
12858
12859 2015-01-25 Mark Wielaard <mjw@redhat.com>
12860
12861 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12862 * gdb.base/disp-step-fork.c: Include unistd.h.
12863 * gdb.base/siginfo-obj.c: Include stdio.h.
12864 * gdb.base/siginfo-thread.c: Likewise.
12865 * gdb.mi/non-stop.c: Include unistd.h.
12866 * gdb.mi/nsthrexec.c: Include stdio.h.
12867 * gdb.mi/pthreads.c: Include unistd.h.
12868 * gdb.modula2/unbounded1.c (main): Declare returns int.
12869 * gdb.reverse/consecutive-reverse.c: Likewise.
12870 * gdb.threads/create-fail.c: Include unistd.h.
12871 * gdb.threads/killed.c: Likewise.
12872 * gdb.threads/linux-dp.c: Likewise.
12873 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12874 * gdb.threads/non-ldr-exc-2.c: Likewise.
12875 * gdb.threads/non-ldr-exc-3.c: Likewise.
12876 * gdb.threads/non-ldr-exc-4.c: Likewise.
12877 * gdb.threads/pthreads.c: Include unistd.h.
12878 (main): Declare returns int.
12879 * gdb.threads/tls-main.c (foo): New declaration.
12880 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12881
12882 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12883
12884 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12885 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12886
12887 2015-01-15 Mark Wielaard <mjw@redhat.com>
12888
12889 * gdb.base/noreturn-return.c: New file.
12890 * gdb.base/noreturn-return.exp: New file.
12891 * gdb.base/noreturn-finish.c: New file.
12892 * gdb.base/noreturn-finish.exp: New file.
12893
12894 2015-01-23 Pedro Alves <palves@redhat.com>
12895
12896 * gdb.threads/continue-pending-after-query.c: New file.
12897 * gdb.threads/continue-pending-after-query.exp: New file.
12898
12899 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12900 Simon Marchi <simon.marchi@ericsson.com>
12901
12902 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12903 * gdb.base/valgrind-db-attach.exp: Same.
12904 * gdb.base/valgrind-infcall.exp: Same.
12905 * lib/mi-support.exp (default_mi_gdb_start): Same.
12906 * lib/prompt.exp (default_prompt_gdb_start): Same.
12907 * lib/gdb.exp (default_gdb_spawn): Same.
12908 (gdb_interact): New.
12909
12910
12911 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12912
12913 * gdb.compile/compile.exp (pointer to jit function): New test.
12914
12915 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12916
12917 * lib/gdb.exp (supports_process_record): Return true for
12918 powerpc*-*-linux*.
12919 (supports_reverse): Likewise.
12920
12921 2015-01-15 Don Breazeal <donb@codesourcery.com>
12922
12923 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12924 instead of checking whether the target board is remote and
12925 use spawn_wait_for_attach instead of exec/sleep.
12926 * gdb.base/attach-twice.exp: Likewise.
12927
12928 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12929
12930 * gdb.ada/var_arr_attrs: New testcase.
12931
12932 2015-01-14 Pedro Alves <palves@redhat.com>
12933 Joel Brobecker <brobecker@adacore.com>
12934
12935 PR gdb/17525
12936 * gdb.base/bp-cmds-execution-x-script.c: New file.
12937 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12938 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12939
12940 2015-01-14 Pedro Alves <palves@redhat.com>
12941
12942 PR cli/17828
12943 * gdb.base/batch-preserve-term-settings.c: New file.
12944 * gdb.base/batch-preserve-term-settings.exp: New file.
12945
12946 2015-01-13 Doug Evans <dje@google.com>
12947
12948 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12949 binary.
12950
12951 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12952
12953 * Makefile.in (clean mostlyclean): Do not delete *.py.
12954
12955 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12956
12957 * gdb.python/py-lookup-type.exp: New file.
12958
12959 2015-01-12 Pedro Alves <palves@redhat.com>
12960
12961 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12962 restore GDBFLAGS before returning.
12963
12964 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12965
12966 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12967 is_amd64_regs_target and is_x86_like_target.
12968
12969 2015-01-11 Doug Evans <xdje42@gmail.com>
12970
12971 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12972 is given without an explicit form.
12973 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12974 attributes.
12975 * gdb.dwarf/corrupt.exp: Ditto.
12976 * gdb.dwarf2/enum-type.exp: Ditto.
12977 * gdb.trace/entry-values.exp: Ditto.
12978 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12979
12980 2015-01-11 Doug Evans <xdje42@gmail.com>
12981
12982 PR gdb/15830
12983 * gdb.base/maint.exp: Remove references to "maint demangle".
12984 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12985 Add tests for explicitly specifying language to demangle.
12986 * gdb.dlang/demangle.exp: Ditto.
12987
12988 2015-01-09 Pedro Alves <palves@redhat.com>
12989
12990 * gdb.threads/non-stop-fair-events.c: New file.
12991 * gdb.threads/non-stop-fair-events.exp: New file.
12992
12993 2015-01-09 Pedro Alves <palves@redhat.com>
12994
12995 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12996 the global scope. Set a breakpoint after all threads are started
12997 rather than stepping over two source lines. Expect the prompt.
12998 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12999 global.
13000 (NUM): Now 15.
13001 (main): Use threads_started_barrier to wait for all threads to
13002 start. Main thread no longer calls thread_function. Exit after
13003 180 seconds.
13004 (loop): New function.
13005 (thread_function): Wait on threads_started_barrier barrier. Call
13006 'loop' at each iteration.
13007 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13008 threads have started, instead of hardcoding number of "next"
13009 steps. Use an access watchpoint instead of a write watchpoint.
13010
13011 2015-01-09 Pedro Alves <palves@redhat.com>
13012
13013 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13014 (thread_func): Wait on barrier.
13015 (main): Wait for all threads to start before stopping GDB.
13016 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13017 global.
13018 (thread1_func, thread2_func): Wait on barrier.
13019 (main): Wait for all threads to start before stopping GDB.
13020 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13021 New global.
13022 (thread1_func, thread2_func): Wait on barrier.
13023 (main): Wait for all threads to start before stopping GDB.
13024
13025 2015-01-09 Pedro Alves <palves@redhat.com>
13026
13027 * gdb.threads/attach-many-short-lived-threads.c: New file.
13028 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13029
13030 2014-01-09 Pedro Alves <palves@redhat.com>
13031
13032 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13033 instead of to thread 2.
13034 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13035 Add barrier around each pthread_create call instead of around all
13036 calls.
13037 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13038 Set a break on thread_function and have the child threads hit it
13039 one at at a time.
13040
13041 2015-01-09 Pedro Alves <palves@redhat.com>
13042
13043 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13044 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13045 false.
13046 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13047 checking whether the target board is remote.
13048 * gdb.multi/multi-attach.exp: Likewise.
13049 * gdb.python/py-sync-interp.exp: Likewise.
13050 * gdb.server/ext-attach.exp: Likewise.
13051 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13052 tests that need to attach, instead of checking whether the target
13053 board is remote at the top of the file.
13054
13055 2015-01-08 Yao Qi <yao@codesourcery.com>
13056
13057 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13058
13059 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13060
13061 Fix testcase compilation.
13062 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13063
13064 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13065
13066 * gdb.python/py-type.exp: Add a couple test about empty
13067 array creation, and negative-length array creation.
13068
13069 2015-01-02 Doug Evans <xdje42@gmail.com>
13070
13071 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13072
13073 2015-01-02 Doug Evans <dje@google.com>
13074
13075 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13076
13077 2014-12-29 Yao Qi <yao@codesourcery.com>
13078
13079 * gdb.trace/entry-values.exp: Update comments. Rename variable
13080 bar_call_foo to returned_from_foo.
13081
13082 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13083
13084 PR gdb/17394
13085 * gdb.linespec/break-asm-file.c: New file.
13086 * gdb.linespec/break-asm-file.exp: New file.
13087 * gdb.linespec/break-asm-file0.s: New file.
13088 * gdb.linespec/break-asm-file1.s: New file.
13089
13090 2014-12-18 Nigel Stephens <nigel@mips.com>
13091 Maciej W. Rozycki <macro@codesourcery.com>
13092
13093 * gdb.base/float.exp: Handle the new output from "info float" on
13094 MIPS targets.
13095
13096 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13097
13098 Fix MinGW compilation.
13099 * gdb.compile/compile-ops.exp: Update untested message if
13100 !skip_compile_feature_tests.
13101 * gdb.compile/compile-setjmp.exp: Likewise.
13102 * gdb.compile/compile-tls.exp: Likewise.
13103 * gdb.compile/compile.exp: Likewise.
13104 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13105 supported on this host".
13106
13107 2014-12-16 Doug Evans <xdje42@gmail.com>
13108
13109 * boards/stabs.exp: New file.
13110
13111 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13112
13113 * gdb.base/completion.exp: Adjust to format changes of "maint
13114 print user-registers".
13115
13116 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13117
13118 PR server/17457
13119 * gdb.arch/aarch64-fp.c: New file.
13120 * gdb.arch/aarch64-fp.exp: New file.
13121
13122 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13123
13124 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13125 r210637, r210913, r211666, r215400, r215817).
13126
13127 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13128 * dg-extract-results.py: New file.
13129 * dg-extract-results.sh: Use it if the environment seems
13130 suitable.
13131
13132 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13133
13134 * dg-extract-results.py (parse_run): Handle warnings that
13135 are printed before a test harness is run.
13136
13137 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13138
13139 * dg-extract-results.py (Named): Remove __cmp__ method.
13140 (output_variation): Use a key to sort variation.harnesses.
13141
13142 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13143
13144 * dg-extract-results.py: For Python 3, force sys.stdout to
13145 handle surrogate escape sequences.
13146 (safe_open): New function.
13147 (output_segment, main): Use it.
13148
13149 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13150
13151 * dg-extract-results.py (Prog.result_re): Include options
13152 in test name.
13153
13154 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13155
13156 * dg-extract-results.py (output_variation): Always sort if
13157 do_sum.
13158
13159 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13160
13161 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13162 as long as we get pagination notifications.
13163
13164 2014-12-15 Jason Merrill <jason@redhat.com>
13165
13166 * Makefile.in (check-gdb.%): Restore.
13167 * README: Mention it.
13168
13169 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13170
13171 * gdb.ada/str_uninit: New testcase.
13172
13173 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13174
13175 PR symtab/17642
13176 * gdb.base/vla-stub-define.c: New file.
13177 * gdb.base/vla-stub.c: New file.
13178 * gdb.base/vla-stub.exp: New file.
13179
13180 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13181 Jan Kratochvil <jan.kratochvil@redhat.com>
13182 Tom Tromey <tromey@redhat.com>
13183
13184 * configure.ac: Add gdb.compile/.
13185 * configure: Regenerate.
13186 * gdb.compile/Makefile.in: New file.
13187 * gdb.compile/compile-ops.exp: New file.
13188 * gdb.compile/compile-ops.c: New file.
13189 * gdb.compile/compile-tls.c: New file.
13190 * gdb.compile/compile-tls.exp: New file.
13191 * gdb.compile/compile-constvar.S: New file.
13192 * gdb.compile/compile-constvar.c: New file.
13193 * gdb.compile/compile-mod.c: New file.
13194 * gdb.compile/compile-nodebug.c: New file.
13195 * gdb.compile/compile-setjmp-mod.c: New file.
13196 * gdb.compile/compile-setjmp.c: New file.
13197 * gdb.compile/compile-setjmp.exp: New file.
13198 * gdb.compile/compile-shlib.c: New file.
13199 * gdb.compile/compile.c: New file.
13200 * gdb.compile/compile.exp: New file.
13201 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13202
13203 2014-12-12 Tom Tromey <tromey@redhat.com>
13204
13205 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13206 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13207
13208 2014-12-12 Doug Evans <dje@google.com>
13209
13210 * lib/gdb-python.exp (get_python_valueof): New function.
13211 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13212
13213 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13214
13215 * gdb.base/completion.exp: Add test for completion of "info
13216 registers ".
13217
13218 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13219
13220 * gdb.base/func-ptrs.c: New file.
13221 * gdb.base/func-ptrs.exp: New file.
13222
13223 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13224
13225 PR breakpoints/17012
13226 * gdb.base/dprintf-detach.c: New file.
13227 * gdb.base/dprintf-detach.exp: New file.
13228
13229 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13230
13231 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13232 * lib/gdb.exp (target_is_gdbserver): New procedure.
13233
13234 2014-12-08 Doug Evans <dje@google.com>
13235
13236 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13237
13238 2014-12-05 Yao Qi <yao@codesourcery.com>
13239
13240 * gdb.guile/scm-error.exp: Remove the third argument to
13241 gdb_remote_download.
13242 * gdb.guile/scm-frame-args.exp: Likewise.
13243 * gdb.guile/scm-section-script.exp: Likewise.
13244
13245 2014-12-05 Yao Qi <yao@codesourcery.com>
13246
13247 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13248
13249 2014-12-04 Doug Evans <dje@google.com>
13250
13251 * gdb.python/py-objfile.exp: Add tests for
13252 objfile.add_separate_debug_file.
13253
13254 2014-12-04 Doug Evans <dje@google.com>
13255
13256 * lib/gdb.exp (get_build_id): New function.
13257 (build_id_debug_filename_get): Rewrite to use it.
13258 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13259
13260 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13261
13262 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13263 `method(long)', not just 0x0.
13264 * gdb.cp/nsalias.exp: Align code labels to 4.
13265 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13266 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13267 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13268 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13269 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13270 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13271
13272 2014-12-02 Doug Evans <dje@google.com>
13273
13274 PR symtab/17602
13275 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13276 * gdb.cp/anon-ns2.cc: ... here. New file.
13277 * gdb.cp/anon-ns.exp: Update.
13278
13279 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13280
13281 * gdb.python/py-events.py (inferior_call_handler): New.
13282 (register_changed_handler, memory_changed_handler): New.
13283 (test_events.invoke): Register new handlers.
13284 * gdb.python/py-events.exp: Add tests for inferior call,
13285 memory_changed and register_changed events.
13286
13287 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13288
13289 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13290 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13291 if the linker doesn't understand this.
13292
13293 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13294
13295 * gdb.python/python.exp: Change expected reply to help().
13296
13297 2014-12-01 Yao Qi <yao@codesourcery.com>
13298
13299 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13300 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13301 * configure: Re-generated.
13302
13303 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13304
13305 * gdb.cp/chained-calls.cc: New file.
13306 * gdb.cp/chained-calls.exp: New file.
13307 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13308
13309 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13310
13311 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13312 * gdb.dwarf2/symtab-producer.exp: Same.
13313 * gdb.gdb/python-interrupts.exp: Same.
13314 * gdb.gdb/python-selftest.exp: Same.
13315 * gdb.python/py-linetable.exp: Same.
13316 * gdb.python/py-type.exp: Same.
13317 * gdb.python/py-value-cc.exp: Same.
13318 * gdb.python/py-value.exp: Same.
13319
13320 2014-11-28 Yao Qi <yao@codesourcery.com>
13321
13322 * gdb.base/break-probes.exp: Match library name prefixed with
13323 sysroot.
13324
13325 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13326
13327 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13328 test expected output. Add parentheses for the call to print.
13329 Remove L suffix from integers.
13330
13331 2014-11-26 Doug Evans <dje@google.com>
13332
13333 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13334
13335 2014-11-22 Yao Qi <yao@codesourcery.com>
13336
13337 * gdb.trace/entry-values.c: Remove asms.
13338 (foo): Add foo_label.
13339 (bar): Add bar_label.
13340 * gdb.trace/entry-values.exp: Remove code computing foo's
13341 length and bar's length.
13342 (Dwarf::assemble): Invoke function_range for bar and use
13343 MACRO_AT_func for foo.
13344
13345 2014-11-22 Yao Qi <yao@codesourcery.com>
13346
13347 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13348 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13349 Use .Lgcc43_procstart instead of gcc43.
13350
13351 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13352
13353 * gdb.ada/n_arr_bound: New testcase.
13354
13355 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13356
13357 PR breakpoints/10737
13358 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13359 test_catch_syscall_multi_arch.
13360 (test_catch_syscall_multi_arch): New function.
13361
13362 2014-11-20 Doug Evans <xdje42@gmail.com>
13363
13364 * gdb.base/maint.exp: Update expected output.
13365
13366 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13367
13368 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13369 4-byte instruction on S390.
13370
13371 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13372
13373 * gdb.ada/arr_arr: New testcase.
13374
13375 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13376
13377 * gdb.ada/pkd_arr_elem: New Testcase.
13378
13379 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13380
13381 * gdb.reverse/break-precsave: Expect completion message for
13382 core file reads.
13383 * gdb.reverse/consecutive-precsave.exp: Likewise.
13384 * gdb.reverse/finish-precsave.exp: Likewise.
13385 * gdb.reverse/i386-precsave.exp: Likewise.
13386 * gdb.reverse/machinestate-precsave.exp: Likewise.
13387 * gdb.reverse/sigall-precsave.exp: Likewise.
13388 * gdb.reverse/solib-precsave.exp: Likewise.
13389 * gdb.reverse/step-precsave.exp: Likewise.
13390 * gdb.reverse/until-precsave.exp: Likewise.
13391 * gdb.reverse/watch-precsave.exp: Likewise.
13392
13393 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13394
13395 * gdb.base/bp-permanent.c: Include unistd.h.
13396 * gdb.python/py-framefilter-mi.c (main): Add return type.
13397 * gdb.python/py-framefilter.c (main): Likewise.
13398 * gdb.trace/actions-changed.c (main): Likewise.
13399
13400 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13401
13402 * gdb.mi/until.c: Add eye-catchers.
13403 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13404 line numbers.
13405
13406 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13407
13408 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13409 function header variants in break1.c.
13410 * gdb.base/ena-dis-br.exp: Likewise.
13411 * gdb.base/hbreak2.exp: Likewise.
13412 * gdb.reverse/until-precsave.exp: Drop references to removed
13413 non-prototype function header variants in ur1.c.
13414 * gdb.reverse/until-reverse.exp: Likewise.
13415
13416 2014-11-17 Petr Machata <pmachata@redhat.com>
13417
13418 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13419 ${_cu_offset_size} bytes abbrev offset.
13420
13421 2014-11-15 Doug Evans <xdje42@gmail.com>
13422
13423 PR symtab/17559
13424 * gdb.base/line-symtabs.exp: New file.
13425 * gdb.base/line-symtabs.c: New file.
13426 * gdb.base/line-symtabs.h: New file.
13427
13428 2014-11-14 Yao Qi <yao@codesourcery.com>
13429
13430 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13431 (func): Add label func_label.
13432 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13433 Replace low_pc and high_pc with MACRO_AT_range.
13434 Replace name, low_pc and high_pc with MACRO_AT_func.
13435
13436 2014-11-14 Yao Qi <yao@codesourcery.com>
13437
13438 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13439 Replace name, low_pc and high_pc with MACRO_AT_func.
13440
13441 2014-11-14 Yao Qi <yao@codesourcery.com>
13442
13443 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13444 produce debug information.
13445 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13446
13447 2014-11-14 Yao Qi <yao@codesourcery.com>
13448
13449 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13450 object and get function length.
13451 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13452 with MACRO_AT_func.
13453 (top-level): Replace gdb_compile and clean_restart with
13454 prepare_for_testing.
13455 * gdb.dwarf2/main.c (main): Add label main_label.
13456
13457 2014-11-14 Yao Qi <yao@codesourcery.com>
13458
13459 * lib/dwarf.exp (function_range): New procedure.
13460 (Dwarf::_handle_macro_at_func): New procedure.
13461 (Dwarf::_handle_macro_at_range): New procedure.
13462 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13463
13464 2014-11-14 Yao Qi <yao@codesourcery.com>
13465
13466 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13467 (_handle_attribute): New procedure.
13468
13469 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13470
13471 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13472 * gdb.base/call-sc.c (zed): Likewise.
13473 * gdb.base/checkpoint.c (main): Likewise.
13474 * gdb.base/dump.c (main): Likewise.
13475 * gdb.base/gcore.c (main): Likewise.
13476 * gdb.base/huge.c (main): Likewise.
13477 * gdb.base/multi-forks.c (main): Likewise.
13478 * gdb.base/pr10179-a.c (main): Likewise.
13479 * gdb.base/savedregs.c (main): Likewise.
13480 * gdb.base/sigaltstack.c (main): Likewise.
13481 * gdb.base/siginfo.c (main): Likewise.
13482 * gdb.base/structs.c (zed): Likewise.
13483 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13484 * gdb.mi/mi-syn-frame.c (main): Likewise.
13485 * gdb.mi/until.c (foo, main): Likewise.
13486 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13487 * gdb.base/solib-weak.c (foo): Declare.
13488 * gdb.base/attach-twice.c: Include stdio.h.
13489 * gdb.base/weaklib1.c: Likewise.
13490 * gdb.base/weaklib2.c: Likewise.
13491 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13492 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13493 unistd.h.
13494 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13495 * gdb.mi/mi-exit-code.c: Likewise.
13496 * gdb.base/break-interp-lib.c: Include string.h.
13497 * gdb.base/coremaker.c: Likewise.
13498 * gdb.base/testenv.c: Likewise.
13499 * gdb.python/py-finish-breakpoint.c: Likewise.
13500 * gdb.base/inferior-died.c: Include sys/wait.h.
13501 * gdb.base/fileio.c: Include time.h.
13502 * gdb.base/async-shell.c: Include unistd.h.
13503 * gdb.base/dprintf-non-stop.c: Likewise.
13504 * gdb.base/info-os.c: Likewise.
13505 * gdb.mi/mi-console.c: Likewise.
13506 * gdb.mi/watch-nonstop.c: Likewise.
13507 * gdb.python/py-events.c: Likewise.
13508 * gdb.base/async.c (baz): Move up before its invocation.
13509 * gdb.base/code_elim2.c (my_global_func): Likewise.
13510 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13511 * gdb.base/advance.c (func2): Likewise.
13512
13513 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13514
13515 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13516 variant.
13517 * gdb.base/annota3.c: Likewise.
13518 * gdb.base/async.c: Likewise.
13519 * gdb.base/average.c: Likewise.
13520 * gdb.base/call-ar-st.c: Likewise.
13521 * gdb.base/call-rt-st.c: Likewise.
13522 * gdb.base/call-sc.c: Likewise.
13523 * gdb.base/call-strs.c: Likewise.
13524 * gdb.base/ending-run.c: Likewise.
13525 * gdb.base/execd-prog.c: Likewise.
13526 * gdb.base/exprs.c: Likewise.
13527 * gdb.base/foll-exec.c: Likewise.
13528 * gdb.base/foll-fork.c: Likewise.
13529 * gdb.base/foll-vfork.c: Likewise.
13530 * gdb.base/funcargs.c: Likewise.
13531 * gdb.base/gcore.c: Likewise.
13532 * gdb.base/jump.c: Likewise.
13533 * gdb.base/langs0.c: Likewise.
13534 * gdb.base/langs1.c: Likewise.
13535 * gdb.base/langs2.c: Likewise.
13536 * gdb.base/mips_pro.c: Likewise.
13537 * gdb.base/nodebug.c: Likewise.
13538 * gdb.base/opaque0.c: Likewise.
13539 * gdb.base/opaque1.c: Likewise.
13540 * gdb.base/recurse.c: Likewise.
13541 * gdb.base/run.c: Likewise.
13542 * gdb.base/scope0.c: Likewise.
13543 * gdb.base/scope1.c: Likewise.
13544 * gdb.base/setshow.c: Likewise.
13545 * gdb.base/setvar.c: Likewise.
13546 * gdb.base/shmain.c: Likewise.
13547 * gdb.base/shr1.c: Likewise.
13548 * gdb.base/shr2.c: Likewise.
13549 * gdb.base/sigall.c: Likewise.
13550 * gdb.base/signals.c: Likewise.
13551 * gdb.base/so-indr-cl.c: Likewise.
13552 * gdb.base/solib2.c: Likewise.
13553 * gdb.base/structs.c: Likewise.
13554 * gdb.base/sum.c: Likewise.
13555 * gdb.base/vforked-prog.c: Likewise.
13556 * gdb.base/watchpoint.c: Likewise.
13557 * gdb.reverse/shr2.c: Likewise.
13558 * gdb.reverse/until-reverse.c: Likewise.
13559 * gdb.reverse/ur1.c: Likewise.
13560 * gdb.reverse/watch-reverse.c: Likewise.
13561
13562 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13563
13564 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13565 variant.
13566 * gdb.base/sepdebug.exp: Drop references to removed code.
13567
13568 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13569
13570 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13571 variant. Preserve original line numbering.
13572 * gdb.base/list1.c: Likewise.
13573
13574 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13575
13576 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13577 variant.
13578 * gdb.base/break1.c: Likewise.
13579 * gdb.base/break.exp: Drop references to removed code.
13580
13581 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13582
13583 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13584 variant.
13585
13586 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13587
13588 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13589
13590 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13591
13592 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13593 logic into perform_all_tests() and invoke it with and without
13594 function header prototypes.
13595 (do_function_calls): Remove conditional XFAIL for PR 5318.
13596 (rerun_and_prepare): Remove duplicate code.
13597 (perform_all_tests): New. Main logic moved here.
13598
13599 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13600
13601 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13602 code guarded by #ifdef NO_PROTOTYPES.
13603 (t_double_many_args): Likewise.
13604 (DEF_FUNC_MANY_ARGS_1): Likewise.
13605 (DEF_FUNC_VALUES_1): Likewise.
13606 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13607 guarded by #ifdef PROTOTYPES.
13608
13609 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13610
13611 * gdb.mi/mi-console.c: Add eye-catcher.
13612 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13613 instead of literal line number.
13614
13615 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13616
13617 * gdb.base/shr2.c: Add eye-catcher.
13618 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13619 line number.
13620
13621 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13622
13623 * gdb.base/jump.c: Add eye-catchers.
13624 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13625 numbers.
13626
13627 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13628
13629 * gdb.base/execd-prog.c: Add eye-catchers.
13630 * gdb.base/foll-exec.c: Likewise.
13631 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13632 line numbers.
13633
13634 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13635
13636 * gdb.base/ending-run.c: Add eye-catchers.
13637 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13638 literal line numbers.
13639
13640 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13641
13642 * gdb.base/call-rt-st.c: Add eye-catchers.
13643 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13644 literal line numbers.
13645
13646 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13647
13648 * gdb.base/call-ar-st.c: Add eye-catchers.
13649 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13650 literal line numbers.
13651
13652 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13653
13654 * gdb.base/average.c: Add eye-catchers.
13655 * gdb.base/sum.c: Likewise.
13656 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13657 regexps dynamically.
13658
13659 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13660
13661 * gdb.base/solib1.c: Add eye-catchers.
13662 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13663 literal line numbers.
13664
13665 2014-11-12 Pedro Alves <palves@redhat.com>
13666
13667 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13668 leader has exited.
13669
13670 2014-11-12 Pedro Alves <palves@redhat.com>
13671
13672 * gdb.arch/i386-bp_permanent.c: New file.
13673 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13674 (srcfile): Set to i386-bp_permanent.c.
13675 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13676 that stepi does not execute the 'leave' instruction, instead of
13677 testing it does execute.
13678 * gdb.base/bp-permanent.c: New file.
13679 * gdb.base/bp-permanent.exp: New file.
13680
13681 2014-11-10 Doug Evans <xdje42@gmail.com>
13682
13683 PR symtab/17564
13684 * gdb.base/symtab-search-order.exp: New file.
13685 * gdb.base/symtab-search-order.c: New file.
13686 * gdb.base/symtab-search-order-1.c: New file.
13687 * gdb.base/symtab-search-order-shlib-1.c: New file.
13688
13689 2014-11-07 Pedro Alves <palves@redhat.com>
13690
13691 PR gdb/17511
13692 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13693 i?86-*-linux*.
13694
13695 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13696
13697 PR c++/17494
13698 * gdb.cp/pr17494.cc: New file.
13699 * gdb.cp/pr17494.exp: New file.
13700
13701 2014-11-02 Yao Qi <yao@codesourcery.com>
13702
13703 * gdb.python/python.exp: Get working directory and match the
13704 output of "set extended-prompt \\w " with it.
13705
13706 2014-10-30 Doug Evans <dje@google.com>
13707
13708 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13709 in objfiles.
13710 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13711 in progspaces.
13712
13713 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13714
13715 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13716 * gdb.base/realname-expand.exp: Likewise.
13717 * gdb.linespec/macro-relative.exp: Likewise.
13718
13719 2014-10-29 Pedro Alves <palves@redhat.com>
13720
13721 PR gdb/17408
13722 * gdb.threads/schedlock.c (some_function): New function.
13723 (call_function): New global.
13724 (MAYBE_CALL_SOME_FUNCTION): New macro.
13725 (thread_function): Call it.
13726 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13727 and use it instead of a global counter. Adjust all callers.
13728 (get_current_thread): Use "find current thread" for test message
13729 here rather than having all callers pass down the same string.
13730 (goto_loop): New procedure, factored out from ...
13731 (my_continue): ... this.
13732 (step_ten_loops): Change parameter from test message to command to
13733 use. Adjust.
13734 (list_count): Delete global.
13735 (check_result): New procedure, factored out from duplicate top
13736 level code.
13737 (continue tests): Wrap in with_test_prefix.
13738 (test_step): New procedure, factored out from duplicate top level
13739 code.
13740 (top level): Test "step" in combination with all scheduler-locking
13741 modes. Test "next" in combination with all scheduler-locking
13742 modes, and in combination with stepping over a function call or
13743 not.
13744 * gdb.threads/next-bp-other-thread.c: New file.
13745 * gdb.threads/next-bp-other-thread.exp: New file.
13746
13747 2014-10-29 Pedro Alves <palves@redhat.com>
13748
13749 PR python/17372
13750 * gdb.python/python.exp: Test a multi-line command that spawns
13751 interactive Python.
13752 * gdb.base/multi-line-starts-subshell.exp: New file.
13753
13754 2014-10-29 Yao Qi <yao@codesourcery.com>
13755
13756 * gdb.base/fileio.exp: Make directories on host.
13757
13758 2014-10-29 Yao Qi <yao@codesourcery.com>
13759
13760 * gdb.base/fileio.c (test_write): Close the file.
13761
13762 2014-10-28 Pedro Alves <palves@redhat.com>
13763
13764 PR gdb/12623
13765 * gdb.base/sigstep.c (no_handler): New global.
13766 (main): If 'no_handler is true, set the signal handlers to
13767 SIG_IGN.
13768 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13769 with_sw_watch and no_handler parameters. Handle them.
13770 (top level) <stepping over handler when stopped at a breakpoint
13771 test>: Add a test axis for testing with a software watchpoint, and
13772 another for testing with the signal handler set to SIG_IGN.
13773 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13774 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13775
13776 2014-10-28 Pedro Alves <palves@redhat.com>
13777
13778 PR gdb/17511
13779 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13780 * gdb.base/sigstep.exp (other_handler_location): New global.
13781 (advance): Support stepping into the signal handler, and running
13782 commands while in the handler.
13783 (in_handler_map): New global.
13784 (top level): In the advance test, add combinations for getting
13785 into the handler with stepping commands, and for running commands
13786 in the handler. Add comment descripting the advancei tests.
13787
13788 2014-10-28 Pedro Alves <palves@redhat.com>
13789
13790 * gdb.base/sigstep.exp: Use build_executable instead of
13791 prepare_for_testing.
13792 (top level): Move code that starts GDB, runs to main and creates a
13793 display to ...
13794 (restart): ... this new procedure.
13795 (top level): Move backtrace from signal handler test to ...
13796 (validate_backtrace): ... this new procedure.
13797 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13798 with_test_prefix. Always restart GDB.
13799 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13800 with_test_prefix. Always restart GDB. No need to delete
13801 breakpoints after the test.
13802 (test_skip_handler): Remove prefix parameter.
13803 (skip_over_handler, breakpoint_to_handler)
13804 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13805 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13806 restart GDB. No need to delete breakpoints after the test.
13807 (top level): Use foreach to call the test procedures with
13808 different commands.
13809
13810 2014-10-28 Pedro Alves <palves@redhat.com>
13811
13812 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13813 instead of GNATS numbers.
13814 * gdb.base/sigbpt.exp: Likewise.
13815 * gdb.base/siginfo.exp: Likewise.
13816 * gdb.base/sigstep.exp: Likewise.
13817
13818 2014-10-27 Pedro Alves <palves@redhat.com>
13819
13820 * gdb.base/sigstep.c (dummy): New global.
13821 (main): Issue a couple writes to the new global.
13822 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13823 procedures.
13824 (skip_over_handler): Use test_skip_handler.
13825 (top level): Call skip_over_handler for stepi and nexti too.
13826 (breakpoint_over_handler): Use test_skip_handler.
13827 (top level): Call breakpoint_over_handler for stepi and nexti too.
13828
13829 2014-10-27 Yao Qi <yao@codesourcery.com>
13830
13831 * gdb.trace/tfile.c (adjust_function_address)
13832 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13833 function descriptor.
13834
13835 2014-10-24 Don Breazeal <donb@codesourcery.com>
13836
13837 * gdb.base/foll-fork.exp (test_follow_fork,
13838 catch_fork_child_follow): Check for updated fork messages emitted
13839 from infrun.c.
13840 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13841 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13842 vfork_and_exec_child_follow_through_step): Check for updated vfork
13843 messages emitted from infrun.c.
13844
13845 2014-10-24 Pedro Alves <palves@redhat.com>
13846
13847 * gdb.base/corefile.exp: Remove references to ultrix.
13848 * gdb.base/interrupt.exp: Likewise.
13849 * gdb.base/whatis.exp: Likewise.
13850 * gdb.gdb/selftest.exp: Likewise.
13851 * gdb.threads/manythreads.exp: Likewise.
13852 * gdb.threads/print-threads.exp: Likewise.
13853 * gdb.threads/pthreads.exp:: Likewise.
13854 * gdb.threads/schedlock.exp: Likewise.
13855
13856 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13857
13858 * gdb.cp/non-trivial-retval.cc: Add a test case.
13859 * gdb.cp/non-trivial-retval.exp: Add a test.
13860
13861 2014-10-20 Yao Qi <yao@codesourcery.com>
13862
13863 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13864 * gdb.python/py-objfile-script-gdb.py: New file.
13865 * gdb.python/py-objfile-script.exp: Update reference to
13866 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13867 of remote_download. Remove the dest file.
13868
13869 2014-10-20 Yao Qi <yao@codesourcery.com>
13870
13871 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13872 * gdb.base/step-line.exp: Likewise.
13873 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13874 * gdb.dwarf2/dw2-basic.exp: Likewise.
13875 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13876 * gdb.dwarf2/dw2-filename.exp: Likewise.
13877 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13878 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13879 * gdb.dwarf2/dw2-producer.exp: Likewise.
13880 * gdb.dwarf2/mac-fileno.exp: Likewise.
13881 * gdb.python/py-frame-args.exp: Likewise.
13882 * gdb.python/py-framefilter.exp: Likewise.
13883 * gdb.python/py-mi.exp: Likewise.
13884 * gdb.python/py-objfile-script.exp: Likewise
13885 * gdb.python/py-pp-integral.exp: Likewise.
13886 * gdb.python/py-pp-re-notag.exp: Likewise.
13887 * gdb.python/py-prettyprint.exp: Likewise.
13888 * gdb.python/py-section-script.exp: Likewise.
13889 * gdb.python/py-typeprint.exp: Likewise.
13890 * gdb.python/py-xmethods.exp: Likewise.
13891 * gdb.stabs/weird.exp: Likewise.
13892 * gdb.xml/tdesc-regs.exp: Likewise.
13893
13894 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13895
13896 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13897 (out_cu): Use addr_len for the size of addresses.
13898 (out_line): Likewise. Size DW_LNE_set_address instruction
13899 according to addr_len.
13900 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13901 (FUNC): Add START_INSNS to definition.
13902
13903 2014-10-18 Yao Qi <yao@codesourcery.com>
13904
13905 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13906 gdb_has_argv0 return true.
13907 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13908 check [target_info exists noargs], check [gdb_has_argv0]
13909 instead.
13910 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13911 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13912 procedures.
13913
13914 2014-10-17 Doug Evans <dje@google.com>
13915
13916 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13917 event.
13918 * gdb.python/py-events.py: Add clear_objfiles event.
13919
13920 2014-10-17 Doug Evans <dje@google.com>
13921
13922 * gdb.python/py-objfile.exp: Test progspace attribute.
13923
13924 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13925
13926 * gdb.guile/scm-breakpoint.exp: Do not assume any
13927 directory separators when matching source file paths.
13928 * gdb.python/py-breakpoint.exp: Likewise.
13929 * gdb.reverse/break-precsave.exp: Likewise.
13930 * gdb.reverse/break-reverse.exp: Likewise.
13931 * gdb.reverse/consecutive-precsave.exp: Likewise.
13932 * gdb.reverse/finish-precsave.exp: Likewise.
13933 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13934 * gdb.reverse/finish-reverse.exp: Likewise.
13935 * gdb.reverse/i386-precsave.exp: Likewise.
13936 * gdb.reverse/i387-env-reverse.exp: Likewise.
13937 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13938 * gdb.reverse/machinestate-precsave.exp: Likewise.
13939 * gdb.reverse/machinestate.exp: Likewise.
13940 * gdb.reverse/sigall-precsave.exp: Likewise.
13941 * gdb.reverse/solib-precsave.exp: Likewise.
13942 * gdb.reverse/step-precsave.exp: Likewise.
13943 * gdb.reverse/until-precsave.exp: Likewise.
13944 * gdb.reverse/watch-precsave.exp: Likewise.
13945 * gdb.reverse/watch-reverse.exp: Likewise.
13946
13947 2014-10-17 Yao Qi <yao@codesourcery.com>
13948
13949 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13950 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13951
13952 2014-10-17 Pedro Alves <palves@redhat.com>
13953
13954 PR gdb/17471
13955 * gdb.base/bg-execution-repeat.c: New file.
13956 * gdb.base/bg-execution-repeat.exp: New file.
13957
13958 2014-10-17 Pedro Alves <palves@redhat.com>
13959
13960 PR gdb/17300
13961 * gdb.base/continue-all-already-running.c: New file.
13962 * gdb.base/continue-all-already-running.exp: New file.
13963
13964 2014-10-17 Pedro Alves <palves@redhat.com>
13965
13966 PR gdb/17472
13967 * gdb.base/annota-input-while-running.c: New file.
13968 * gdb.base/annota-input-while-running.exp: New file.
13969
13970 2014-10-17 Pedro Alves <palves@redhat.com>
13971
13972 * gdb.base/callfuncs.exp: emove references to osf.
13973 * gdb.base/sigall.exp: Likewise.
13974 * gdb.gdb/selftest.exp: Likewise.
13975 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13976 * gdb.mi/non-stop.c: Likewise.
13977 * gdb.mi/pthreads.c: Likewise.
13978 * gdb.reverse/sigall-precsave.exp: Likewise.
13979 * gdb.reverse/sigall-reverse.exp: Likewise.
13980 * gdb.threads/pthreads.c: Likewise.
13981 * gdb.threads/pthreads.exp: Likewise.
13982
13983 2014-10-17 Yao Qi <yao@codesourcery.com>
13984
13985 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13986 check 'target_info exists noargs'.
13987 (test_command_prompt_position): Likewise.
13988 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13989 Remove "set args".
13990 (progvar_simple_while_test): Likewise.
13991 (progvar_complex_if_while_test): Likewise.
13992 (if_while_breakpoint_command_test): Likewise.
13993 (infrun_breakpoint_command_test): Likewise.
13994 (breakpoint_command_test): Likewise.
13995 (watchpoint_command_test): Likewise.
13996 (bp_deleted_in_command_test): Likewise.
13997 (temporary_breakpoint_commands): Likewise.
13998
13999 2014-10-16 Yao Qi <yao@codesourcery.com>
14000
14001 * gdb.base/remotetimeout.exp: Remove noargs checking.
14002
14003 2014-10-15 Pedro Alves <palves@redhat.com>
14004
14005 PR breakpoints/9649
14006 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14007 * gdb.base/breakpoint-in-ro-region.exp
14008 (probe_target_hardware_step): New procedure.
14009 (top level): Probe hardware stepping and hardware breakpoint
14010 support. Test stepping through a read-only region, with both
14011 "breakpoint auto-hw" on and off and both "always-inserted" on and
14012 off.
14013
14014 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14015
14016 * gdb.dlang/demangle.exp: Update for demangling changes.
14017
14018 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14019
14020 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14021 * gdb.cp/non-trivial-retval.exp: Add new tests.
14022
14023 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14024
14025 PR c++/13403
14026 PR c++/15154
14027 * gdb.cp/non-trivial-retval.cc: New file.
14028 * gdb.cp/non-trivial-retval.exp: New file.
14029
14030 2014-10-15 Yao Qi <yao@codesourcery.com>
14031
14032 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14033 remote host.
14034
14035 2014-10-15 Yao Qi <yao@codesourcery.com>
14036
14037 * gdb.python/py-symbol.exp: Match file base name if host is
14038 remote, otherwise match file name with dir name.
14039 * gdb.python/py-symtab.exp: Likewise.
14040 * gdb.python/python.exp: Likewise.
14041
14042 2014-10-15 Yao Qi <yao@codesourcery.com>
14043
14044 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14045 pattern.
14046 * gdb.python/py-symtab.exp: Likewise.
14047 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14048 locationn.
14049
14050 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14051
14052 * gdb.ada/addr_arith: New testcase.
14053
14054 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14055
14056 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14057 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14058 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14059 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14060
14061 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14062
14063 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14064 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14065 * gdb.arch/stap-eval-lang-ada.exp: New file.
14066
14067 2014-10-14 Yao Qi <yao@codesourcery.com>
14068
14069 * gdb.mi/mi-var-child.c (nothing1): New function.
14070 (nothing2): New function.
14071 (do_children_tests): Set function pointers by nothing1 and
14072 nothing2.
14073 * gdb.mi/mi-var-child.exp: Step over new added statements.
14074 Update test to match the new output.
14075 * gdb.mi/var-cmd.c (nothing1): New function.
14076 (nothing2): New function.
14077 (do_children_tests): Set function pointers by nothing1 and
14078 nothing2.
14079 * gdb.mi/mi-var-display.exp: Update test to match output.
14080 Step to the line specified by $line_dct_nothing.
14081 Increase the number of lines to step.
14082
14083 2014-10-14 Yao Qi <yao@codesourcery.com>
14084
14085 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14086 tests.
14087 * gdb.mi/mi2-var-child.exp: Likewise.
14088
14089 2014-10-13 Doug Evans <dje@google.com>
14090
14091 * gdb.python/py-objfile.exp: Change name of file name test.
14092
14093 2014-10-13 Doug Evans <dje@google.com>
14094
14095 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14096 from the start of the CU.
14097
14098 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14099 Yao Qi <yao@codesourcery.com>
14100
14101 Fix "save breakpoints" for "catch" command.
14102 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14103 Remove -nonewline. Match also the added "main" line.
14104
14105 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14106
14107 Fix "save breakpoints" for "disable $bpnum" command.
14108 * gdb.base/save-bp.c (main): Add label.
14109 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14110
14111 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14112
14113 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14114
14115 2014-10-11 Yao Qi <yao@codesourcery.com>
14116
14117 * gdb.server/server-kill.exp: Execute command
14118 "set remote trace-status-packet on" before "tstatus".
14119
14120 2014-10-11 Yao Qi <yao@codesourcery.com>
14121
14122 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14123 (main): Call getppid.
14124 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14125 and continue to it. Read variable "server_pid".
14126
14127 2014-10-11 Yao Qi <yao@codesourcery.com>
14128
14129 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14130
14131 2014-10-11 Yao Qi <yao@codesourcery.com>
14132
14133 * gdb.threads/thread-find.exp: Don't execute command
14134 "info threads".
14135 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14136 * gdb.threads/linux-dp.exp: Don't check the condition
14137 $threads_created equals to zero.
14138
14139 2014-10-10 Pedro Alves <palves@redhat.com>
14140
14141 * gdb.base/bigcore.exp: Remove references to IRIX.
14142 * gdb.base/funcargs.exp: Likewise.
14143 * gdb.base/interrupt.exp: Likewise.
14144 * gdb.base/mips_pro.exp: Likewise.
14145 * gdb.base/nodebug.exp: Likewise.
14146 * gdb.base/setvar.exp: Likewise.
14147 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14148
14149 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14150 Pedro Alves <palves@redhat.com>
14151
14152 PR symtab/14466
14153 * gdb.base/vdso-warning.c: New file.
14154 * gdb.base/vdso-warning.exp: New file.
14155
14156 2014-10-02 Doug Evans <dje@google.com>
14157
14158 * gdb.base/structs.c (main): Don't run forever.
14159
14160 2014-10-02 Pedro Alves <palves@redhat.com>
14161
14162 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14163 (top level) <stop threads 1, stop threads 2>: Use it.
14164
14165 2014-10-02 Pedro Alves <palves@redhat.com>
14166
14167 * gdb.threads/break-while-running.exp (test): Add new
14168 'update_thread_list' argument. Skip "info threads" if false.
14169 (top level): Add new 'update_thread_list' axis.
14170
14171 2014-10-02 Pedro Alves <palves@redhat.com>
14172
14173 PR breakpoints/17431
14174 * gdb.base/execl-update-breakpoints.c: New file.
14175 * gdb.base/execl-update-breakpoints.exp: New file.
14176
14177 2014-10-01 Pedro Alves <palves@redhat.com>
14178
14179 * gdb.base/breakpoint-in-ro-region.c: New file.
14180 * gdb.base/breakpoint-in-ro-region.exp: New file.
14181
14182 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14183
14184 * gdb.mi/mi-exit-code.exp: New file.
14185 * gdb.mi/mi-exit-code.c: New file.
14186
14187 2014-09-30 Yao Qi <yao@codesourcery.com>
14188
14189 * lib/prelink-support.exp (build_executable_own_libs): Error if
14190 the target isn't native.
14191
14192 2014-09-30 Yao Qi <yao@codesourcery.com>
14193
14194 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14195 false.
14196
14197 2014-09-22 Pedro Alves <palves@redhat.com>
14198
14199 * gdb.threads/break-while-running.exp: New file.
14200 * gdb.threads/break-while-running.c: New file.
14201
14202 2014-09-19 Yao Qi <yao@codesourcery.com>
14203
14204 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14205 Invoke test. Restart GDB with --readnow and invoke test again.
14206
14207 2014-09-19 Yao Qi <yao@codesourcery.com>
14208
14209 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14210 proc set_breakpoint_on_gcd_function. Invoke
14211 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14212 invoke set_breakpoint_on_gcd_function again.
14213
14214 2014-09-18 Doug Evans <dje@google.com>
14215
14216 * gdb.dwarf2/symtab-producer.exp: New file.
14217
14218 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14219
14220 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14221 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14222 * gdb.base/global-var-nested-by-dso.c: Likewise.
14223 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14224
14225 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14226 Pedro Alves <palves@redhat.com>
14227
14228 * gdb.base/watch-bitfields.exp: Pass string other than test file
14229 name to prepare_for_testing.
14230 (watch): New procedure.
14231 (expect_watchpoint): Use with_test_prefix.
14232 (top level): Factor out tests to ...
14233 (test_watch_location, test_regular_watch): ... these new
14234 procedures, and use with_test_prefix and gdb_continue_to_end.
14235
14236 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14237
14238 PR breakpoints/12526
14239 * gdb.base/watch-bitfields.exp: New file.
14240 * gdb.base/watch-bitfields.c: New file.
14241
14242 2014-09-16 Pedro Alves <palves@redhat.com>
14243
14244 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14245 software and hardware addresses, not software address against
14246 itself.
14247
14248 2014-09-16 Pedro Alves <palves@redhat.com>
14249
14250 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14251 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14252
14253 2014-09-16 Pedro Alves <palves@redhat.com>
14254
14255 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14256 files.
14257 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14258 "*-*-vxworks*" throughout.
14259 * gdb.base/break.exp: Likewise.
14260 * gdb.base/default.exp: Likewise.
14261 * gdb.base/scope.exp: Likewise.
14262 * gdb.base/sepdebug.exp: Likewise.
14263 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14264 throughout.
14265 * gdb.base/run.c: Likewise.
14266 * gdb.base/sepdebug.c: Likewise.
14267 * gdb.hp/gdb.aCC/run.c: Likewise.
14268 * gdb.reverse/until-reverse.c: Likewise.
14269 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14270
14271 2014-09-16 Yao Qi <yao@codesourcery.com>
14272
14273 * boards/local-remote-host-native.exp: New file.
14274
14275 2014-09-14 Doug Evans <xdje42@gmail.com>
14276
14277 * gdb.threads/queue-signal.c (thread_count): New variable.
14278 (thread_count_mutex, thread_count_condvar): New variables.
14279 (incr_thread_count, wait_all_threads_running): New functions.
14280 (main): Wait for all threads to be in their thread functions.
14281
14282 2014-09-13 Doug Evans <xdje42@gmail.com>
14283
14284 * gdb.threads/queue-signal.c: New file.
14285 * gdb.threads/queue-signal.exp: New file.
14286
14287 2014-09-13 Doug Evans <xdje42@gmail.com>
14288
14289 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14290 be consistent with what default_gdb_init uses.
14291 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14292 the plain text of the prompt. Add some logging printfs.
14293 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14294
14295 2014-09-12 Pedro Alves <palves@redhat.com>
14296
14297 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14298 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14299 * gdb.arch/i386-size-overlap.exp: Likewise.
14300 * gdb.arch/i386-size.exp: Likewise.
14301 * gdb.arch/i386-unwind.exp: Likewise.
14302 * gdb.base/a2-run.exp: Likewise.
14303 * gdb.base/break.exp: Likewise.
14304 * gdb.base/charset.exp: Likewise.
14305 * gdb.base/chng-syms.exp: Likewise.
14306 * gdb.base/commands.exp: Likewise.
14307 * gdb.base/dbx.exp: Likewise.
14308 * gdb.base/find.exp: Likewise.
14309 * gdb.base/funcargs.exp: Likewise.
14310 * gdb.base/jit-simple.exp: Likewise.
14311 * gdb.base/reread.exp: Likewise.
14312 * gdb.base/sepdebug.exp: Likewise.
14313 * gdb.base/step-bt.exp: Likewise.
14314 * gdb.cp/mb-inline.exp: Likewise.
14315 * gdb.cp/mb-templates.exp: Likewise.
14316 * gdb.objc/basicclass.exp: Likewise.
14317 * gdb.threads/killed.exp: Likewise.
14318
14319 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14320
14321 PR tdep/17379
14322 * gdb.arch/powerpc-stackless.S: New file.
14323 * gdb.arch/powerpc-stackless.exp: New file.
14324
14325 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14326
14327 * gdb.base/attach.c: Include unistd.h.
14328 (main): Call alarm. Add label postloop.
14329 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14330 gdb_breakpoint, gdb_continue_to_breakpoint.
14331 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14332
14333 2014-09-11 Pedro Alves <palves@redhat.com>
14334
14335 PR gdb/17347
14336 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14337 * gdb.base/attach.exp (test_command_line_attach_run): New
14338 procedure.
14339 (top level): Call it.
14340
14341 2014-09-11 Pedro Alves <palves@redhat.com>
14342
14343 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14344 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14345 (do_command_attach_tests): Use spawn_wait_for_attach.
14346 * gdb.base/solib-overlap.exp: Likewise.
14347 * gdb.multi/multi-attach.exp: Likewise.
14348 * gdb.python/py-prompt.exp: Likewise.
14349 * gdb.python/py-sync-interp.exp: Likewise.
14350 * gdb.server/ext-attach.exp: Likewise.
14351
14352 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14353
14354 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14355 command in testcase. Simplify testcase.
14356
14357 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14358
14359 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14360
14361 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14362
14363 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14364
14365 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14366
14367 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14368
14369 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14370
14371 * gdb.dwarf2/dynarr-ptr.c: New file.
14372 * gdb.dwarf2/dynarr-ptr.exp: New file.
14373
14374 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14375
14376 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14377 of 30 rather than hardcoding 120 for a slow test case. Take the
14378 `gdb,timeout' target setting into account for this calculation.
14379 Don't extend the timeout for the test cases that don't need it.
14380
14381 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14382
14383 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14384 a factor of 2 for a slow test case. Take the `gdb,timeout'
14385 target setting into account for this calculation.
14386 * gdb.reverse/until-precsave.exp: Increase the timeout by
14387 a factor of 15 and 3 respectively rather than adding 120
14388 for a pair of slow test cases. Take the `gdb,timeout'
14389 target setting into account for this calculation.
14390
14391 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14392
14393 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14394 timeout, don't pass one down to gdb_expect.
14395 (gdb_expect): Rework timeout selection.
14396
14397 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14398
14399 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14400 exception on timeout.
14401 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14402 (gdbserver_start_extended): Catch any `gdbserver_start' error
14403 exceptions.
14404 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14405 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14406 `gdbserver_gdb_load' error exceptions.
14407
14408 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14409
14410 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14411 120 on waiting for the TCP socket to open.
14412
14413 2014-09-09 Doug Evans <xdje42@gmail.com>
14414
14415 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14416 _caller_matches, _any_caller_is, _any_caller_matches.
14417
14418 2014-09-09 Doug Evans <xdje42@gmail.com>
14419
14420 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14421
14422 2014-09-09 Yao Qi <yao@codesourcery.com>
14423
14424 * gdb.mi/mi-var-display.exp: Set print symbol off.
14425
14426 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14427
14428 PR gdb/17035
14429 * gdb.base/commands.exp: Add tests to verify user-defined
14430 commands with empty bodies.
14431 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14432 python commands in `show user command`.
14433 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14434 scheme commands in `show user command`.
14435
14436 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14437
14438 PR python/17355
14439 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14440 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14441 * gdb.python/py-framefilter-invalidarg.exp: New file.
14442 * gdb.python/py-framefilter-invalidarg.py: New file.
14443
14444 2014-09-06 Doug Evans <xdje42@gmail.com>
14445
14446 PR 15276
14447 * gdb.python/py-caller-is.c: New file.
14448 * gdb.python/py-caller-is.exp: New file.
14449
14450 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14451
14452 PR gdb/17235
14453 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14454 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14455
14456 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14457
14458 PR fortran/17237
14459 * gdb.fortran/print-formatted.exp: New file.
14460 * gdb.fortran/print-formatted.f90: Likewise.
14461
14462 2014-09-03 Sasha Smundak <asmundak@google.com>
14463
14464 * gdb.python/py-frame.exp: Test Frame.read_register.
14465
14466 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14467
14468 PR python/16699
14469 * gdb.python/py-completion.exp: New file.
14470 * gdb.python/py-completion.py: Likewise.
14471
14472 2014-08-28 Doug Evans <dje@google.com>
14473
14474 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14475 eax,etc. are live with values set by gdb and thus the compiler can't
14476 use them.
14477 * gdb.arch/i386-pseudo.c (main): Ditto.
14478
14479 2014-08-27 Doug Evans <dje@google.com>
14480
14481 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14482
14483 2014-08-25 Doug Evans <dje@google.com>
14484
14485 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14486 (main): Ditto.
14487
14488 2014-08-25 Doug Evans <dje@google.com>
14489
14490 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14491
14492 2014-08-24 Yao Qi <yao@codesourcery.com>
14493
14494 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14495 symbol off.
14496 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14497
14498 2014-08-22 Doug Evans <dje@google.com>
14499
14500 PR 17276
14501 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14502 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14503 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14504
14505 2014-08-22 Yao Qi <yao@codesourcery.com>
14506
14507 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14508 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14509 * gdb.python/python.exp: Likewise. Use .py file on the host
14510 instead of the build.
14511
14512 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14513
14514 * gdb.threads/gcore-stale-thread.c: New file.
14515 * gdb.threads/gcore-stale-thread.exp: New file.
14516
14517 2014-08-21 Pedro Alves <palves@redhat.com>
14518
14519 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14520 * gdb.base/gcore-relro-pie.exp: Likewise.
14521 * gdb.base/gcore-relro.exp: Likewise.
14522 * gdb.base/gcore.exp: Likewise.
14523 * gdb.base/print-symbol-loading.exp: Likewise.
14524 * gdb.threads/gcore-thread.exp: Likewise.
14525 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14526
14527 2014-08-20 Pedro Alves <palves@redhat.com>
14528 Jan Kratochvil <jan.kratochvil@redhat.com>
14529
14530 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14531 configure.
14532 (EXPECT): Handle READ1 being set.
14533 (all): Depend on EXTRA_RULES.
14534 (check-read1, expect-read1, read1.so, read1): New rules.
14535 * README (Testsuite Parameters): Document the READ1 make variable.
14536 (Race detection): New section.
14537 * configure: Regenerate.
14538 * configure.ac: If build==host==target, and running under a
14539 GNU/glibc system, add read1 to the extra Makefile rules.
14540 (EXTRA_RULES): AC_SUBST it.
14541 * lib/read1.c: New file.
14542
14543 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14544
14545 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14546 the handling of variables declared as a typedef to an array
14547 which a DW_AT_data_location attribute.
14548
14549 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14550 Pedro Alves <palves@redhat.com>
14551
14552 PR symtab/14604
14553 PR symtab/14605
14554 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14555 gdb_test.
14556
14557 2014-08-19 Pedro Alves <palves@redhat.com>
14558
14559 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14560
14561 2014-08-19 Yao Qi <yao@codesourcery.com>
14562
14563 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14564 right line.
14565
14566 2014-08-18 David Blaikie <dblaikie@gmail.com>
14567
14568 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14569
14570 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14571
14572 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14573 attribute in array range.
14574
14575 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14576
14577 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14578
14579 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14580
14581 PR c++/17132
14582 * gdb.cp/pr17132.cc: New file.
14583 * gdb.cp/pr17132.exp: New file.
14584
14585 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14586
14587 * gdb.python/py-xmethods.py (A_getarrayind)
14588 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14589 Use 'print' with function call syntax.
14590 (E_method_matcher.match): Fix tab vs space indentation mixup.
14591
14592 2014-08-15 Yao Qi <yao@codesourcery.com>
14593
14594 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14595 false.
14596
14597 2014-08-15 Yao Qi <yao@codesourcery.com>
14598
14599 * gdb.cp/casts.exp: Set print symbol off.
14600 * gdb.cp/class2.exp: Likewise.
14601 * gdb.cp/overload.exp: Likewise.
14602 * gdb.cp/templates.exp: Likewise.
14603
14604 2014-08-11 Doug Evans <dje@google.com>
14605
14606 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14607 (test_load_shlib): Update.
14608
14609 2014-08-09 Yao Qi <yao@codesourcery.com>
14610
14611 * gdb.base/display.exp: Invoke is_address_zero_readable.
14612 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14613 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14614 * gdb.base/hbreak-unmapped.exp: Return if
14615 is_address_zero_readable returns true.
14616 * gdb.base/signest.exp: Likewise.
14617 * gdb.base/signull.exp: Likewise.
14618 * gdb.base/sigbpt.exp: Likewise.
14619 * gdb.guile/scm-disasm.exp: Do the test if
14620 is_address_zero_readable returns false.
14621 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14622 * gdb.python/py-arch.exp: Likewise.
14623 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14624 * lib/gdb.exp (is_address_zero_readable): New proc.
14625
14626 2014-08-09 Yao Qi <yao@codesourcery.com>
14627
14628 PR testsuite/13443
14629 * gdb.mi/mi-var-display.exp: Make test messages unique.
14630
14631 2014-08-04 Tom Tromey <tromey@redhat.com>
14632
14633 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14634 target 0".
14635
14636 2014-08-04 Tom Tromey <tromey@redhat.com>
14637
14638 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14639 "target_resume".
14640
14641 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14642
14643 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14644 inner_vla_struct_object_size.
14645 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14646 as xfail.
14647
14648 2014-07-30 Pedro Alves <palves@redhat.com>
14649
14650 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14651 comment.
14652
14653 2014-07-29 Yao Qi <yao@codesourcery.com>
14654
14655 PR gdb/17206
14656 * gdb.base/until-nodebug.exp: New.
14657
14658 2014-07-28 Doug Evans <xdje42@gmail.com>
14659
14660 PR guile/17203
14661 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14662 previously existing parameter, and previously ambiguously spelled
14663 parameter.
14664
14665 2014-07-28 Will Newton <will.newton@linaro.org>
14666
14667 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14668
14669 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14670 Doug Evans <xdje42@gmail.com>
14671
14672 PR guile/17146
14673 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14674
14675 2014-07-25 Pedro Alves <palves@redhat.com>
14676
14677 * gdb.threads/signal-command-handle-nopass.c: New file.
14678 * gdb.threads/signal-command-handle-nopass.exp: New file.
14679 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14680 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14681 * gdb.threads/signal-delivered-right-thread.c: New file.
14682 * gdb.threads/signal-delivered-right-thread.exp: New file.
14683
14684 2014-07-25 Pedro Alves <palves@redhat.com>
14685
14686 * gdb.base/double-prompt-target-event-error.exp
14687 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14688 match.
14689 (cancel_pagination_in_target_event): Rework double prompt
14690 detection.
14691 * gdb.base/paginate-after-ctrl-c-running.exp
14692 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14693 <return>' match.
14694 * gdb.base/paginate-bg-execution.exp
14695 (test_bg_execution_pagination_return)
14696 (test_bg_execution_pagination_cancel): Remove '-notransfer
14697 <return>' matches.
14698 * gdb.base/paginate-execution-startup.exp
14699 (test_fg_execution_pagination_return)
14700 (test_fg_execution_pagination_cancel): Remove '-notransfer
14701 <return>' matches.
14702 * gdb.base/paginate-inferior-exit.exp
14703 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14704 match.
14705 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14706 * lib/gdb.exp (pagination_prompt): Run text through
14707 string_to_regexp.
14708 (gdb_test_multiple): Match $pagination_prompt instead of
14709 "<return>".
14710 (string_to_regexp): Move to lib/gdb-utils.exp.
14711
14712 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14713
14714 * gdb.arch/amd64-entry-value-paramref.S: New file.
14715 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14716 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14717 * gdb.arch/amd64-optimout-repeat.S: New file.
14718 * gdb.arch/amd64-optimout-repeat.c: New file.
14719 * gdb.arch/amd64-optimout-repeat.exp: New file.
14720
14721 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14722
14723 PR gdb/17170
14724 * gdb.base/statistics.exp: New file.
14725
14726 2014-07-17 Doug Evans <dje@google.com>
14727
14728 PR gdb/17170
14729 * gdb.base/maint.exp: Update testing of per-command stats.
14730
14731 2014-07-16 Pedro Alves <palves@redhat.com>
14732
14733 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14734 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14735 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14736 (tfile_write_buf): New functions.
14737 (add_memory_block): Rewrite using the above.
14738 (adjust_function_address): New function.
14739 (FUNCTION_ADDRESS): New macro.
14740 (write_basic_trace_file): Remove short_x local, and use
14741 tfile_write_16. Change type of func_addr local to unsigned long
14742 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14743 here. Cast argument of add_memory_block to char pointer.
14744 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14745 (main): Remove parameters.
14746 * gdb.trace/tfile.exp: Remove nowarnings.
14747
14748 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14749
14750 * gdb.base/debug-expr.exp: Test string evaluation with
14751 "debug expression" on.
14752
14753 2014-07-15 Pedro Alves <palves@redhat.com>
14754
14755 * gdb.base/reread.exp: Use clean_restart.
14756
14757 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14758
14759 * gdb.arch/avr-flash-qualifer.c: New.
14760 * gdb.arch/avr-flash-qualifer.exp: New.
14761
14762 2014-07-14 Pedro Alves <palves@redhat.com>
14763
14764 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14765 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14766
14767 2014-07-14 Pedro Alves <palves@redhat.com>
14768
14769 * gdb.base/double-prompt-target-event-error.c: New file.
14770 * gdb.base/double-prompt-target-event-error.exp: New file.
14771
14772 2014-07-14 Pedro Alves <palves@redhat.com>
14773
14774 PR gdb/17072
14775 * gdb.base/paginate-inferior-exit.c: New file.
14776 * gdb.base/paginate-inferior-exit.exp: New file.
14777
14778 2014-07-14 Pedro Alves <palves@redhat.com>
14779
14780 PR gdb/17072
14781 * gdb.base/paginate-bg-execution.c: New file.
14782 * gdb.base/paginate-bg-execution.exp: New file.
14783
14784 2014-07-14 Pedro Alves <palves@redhat.com>
14785
14786 PR gdb/17072
14787 * gdb.base/paginate-execution-startup.c: New file.
14788 * gdb.base/paginate-execution-startup.exp: New file.
14789 * lib/gdb.exp (pagination_prompt): New global.
14790 (default_gdb_spawn): New procedure, factored out from
14791 default_gdb_spawn.
14792 (default_gdb_start): Adjust to call default_gdb_spawn.
14793 (gdb_spawn): New procedure.
14794
14795 2014-07-14 Pedro Alves <palves@redhat.com>
14796
14797 * lib/gdb.exp (gdb_assert): New procedure.
14798 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14799
14800 2014-07-14 Pedro Alves <palves@redhat.com>
14801
14802 * gdb.base/execution-termios.c: New file.
14803 * gdb.base/execution-termios.exp: New file.
14804
14805 2014-07-14 Tom Tromey <tromey@redhat.com>
14806
14807 * gdb.cp/vla-cxx.cc: New file.
14808 * gdb.cp/vla-cxx.exp: New file.
14809
14810 2014-07-14 Tom Tromey <tromey@redhat.com>
14811
14812 * gdb.reverse/rerun-prec.c: New file.
14813 * gdb.reverse/rerun-prec.exp: New file.
14814
14815 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14816 Maciej W. Rozycki <macro@codesourcery.com>
14817
14818 * lib/gdb-utils.exp: New file.
14819 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14820 inline `gdb_init_command' processing.
14821 (gdb_start_cmd): Likewise.
14822 * lib/mi-support.exp (mi_run_cmd): Likewise.
14823 * README: Document `gdb_init_command' and `gdb_init_commands'.
14824
14825 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14826
14827 Fix false FAIL running under a very long directory name.
14828 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14829 and "set print elements 10000". Twice.
14830
14831 2014-07-11 Yao Qi <yao@codesourcery.com>
14832
14833 * gdb.base/exprs.exp: "set print symbol off".
14834
14835 2014-07-11 Pedro Alves <palves@redhat.com>
14836
14837 * gdb.threads/kill.c: New file.
14838 * gdb.threads/kill.exp: New file.
14839
14840 2014-07-10 Yao Qi <yao@codesourcery.com>
14841
14842 * gdb.trace/tfile.c (write_basic_trace_file)
14843 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14844 address written to trace file.
14845
14846 2014-07-09 Pedro Alves <palves@redhat.com>
14847
14848 * gdb.base/attach-wait-input.exp: New file.
14849 * gdb.base/attach-wait-input.c: New file.
14850
14851 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14852
14853 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14854 setting up test structures.
14855 (main): Call new test function.
14856 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14857 test function, continue into test function and walk test
14858 structures.
14859
14860 2014-07-02 Yao Qi <yao@codesourcery.com>
14861
14862 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14863 'bar_start' at the beginning of functions 'foo' and 'bar'
14864 respectively.
14865 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14866 instead of 'foo' and 'bar'.
14867
14868 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14869
14870 * gdb.btrace/segv.exp: New.
14871 * gdb.btrace/segv.c: New.
14872
14873 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14874
14875 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14876 instruction.
14877
14878 2014-06-30 Mark Wielaard <mjw@redhat.com>
14879
14880 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14881 vulture, vilify, villar): New volatile array constants.
14882 (vindictive, vegetation): New const volatile array constants.
14883 * gdb.base/volatile.exp: Test volatile and const volatile array
14884 types.
14885
14886 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14887
14888 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14889 target lacks support for awatch, rwatch, or hbreak.
14890
14891 2014-06-27 Yao Qi <yao@codesourcery.com>
14892
14893 * gdb.multi/dummy-frame-restore.exp: New.
14894 * gdb.multi/dummy-frame-restore.c: New.
14895
14896 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14897
14898 * gdb.btrace/gcore.exp: New.
14899
14900 2014-06-23 Pedro Alves <palves@redhat.com>
14901
14902 * gdb.base/watchpoint-reuse-slot.c: New file.
14903 * gdb.base/watchpoint-reuse-slot.exp: New file.
14904
14905 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14906
14907 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14908 progspace's filename in 'info', 'enable' and 'disable' command
14909 tests.
14910
14911 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14912
14913 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14914 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14915 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14916
14917 2014-06-20 Gary Benson <gbenson@redhat.com>
14918
14919 * gdb.arch/i386-avx.exp: Fix include file location.
14920 * gdb.arch/i386-sse.exp: Likewise.
14921
14922 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14923
14924 * gdb.dlang/expression.exp: New file.
14925
14926 2014-06-19 Pedro Alves <palves@redhat.com>
14927
14928 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14929 out from ...
14930 (top level): ... here. Iterate running tests under different
14931 scheduler-locking settings.
14932
14933 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14934
14935 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14936 to DW_FORM_addr and use non-zero addresses.
14937
14938 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14939
14940 PR gdb/17017
14941 * gdb.python/py-xmethods.cc: Add global function call counters and
14942 increment them in their respective functions. Remove "cout"
14943 statements.
14944 * gdb.python/py-xmethods.exp: Make tests check the global function
14945 call counters instead of depending on inferior IO.
14946
14947 2014-06-18 Don Breazeal <donb@codesourcery.com>
14948
14949 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14950 Deleted procedure.
14951 (explicit_fork_parent_follow): Deleted procedure.
14952 (explicit_fork_child_follow): Deleted procedure.
14953 (test_follow_fork): New procedure.
14954 (do_fork_tests): Replace calls to deleted procedures with
14955 calls to test_follow_fork and reset GDB for subsequent
14956 procedure calls.
14957
14958 2014-06-17 Yao Qi <yao@codesourcery.com>
14959
14960 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14961 CP1252.
14962
14963 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14964
14965 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14966 Initialize ptr and S explicitly.
14967 (skip_type_update_when_not_use_rtti_test): Likewise.
14968
14969 2014-06-16 Keith Seitz <keiths@redhat.com>
14970
14971 PR mi/15863
14972 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14973 the inferior is started.
14974
14975 2014-06-16 Pedro Alves <palves@redhat.com>
14976
14977 * gdb.base/break-main-file-remove-fail.c: New file.
14978 * gdb.base/break-main-file-remove-fail.exp: New file.
14979 * gdb.base/break-unload-file.exp: Use build_executable instead of
14980 prepare_for_testing.
14981 (test_break): New parameter "initial_load". Handle it.
14982 (top level): Add initial_load cmdline/file axis.
14983
14984 2014-06-12 Tom Tromey <tromey@redhat.com>
14985
14986 * gdb.base/completion.exp: Don't use directory name in test.
14987
14988 2014-06-09 Gary Benson <gbenson@redhat.com>
14989
14990 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14991 separate the always-available ANSI-standard signals from the
14992 signals that require checking.
14993 (main): Likewise.
14994 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14995 Likewise.
14996 (main): Likewise.
14997
14998 2014-06-07 Keith Seitz <keiths@redhat.com>
14999
15000 Revert:
15001 PR c++/16253
15002 * gdb.cp/var-tag.cc: New file.
15003 * gdb.cp/var-tag.exp: New file.
15004 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15005 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15006 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15007 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15008
15009 2014-06-06 Doug Evans <xdje42@gmail.com>
15010
15011 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15012
15013 2014-06-06 Pedro Alves <palves@redhat.com>
15014
15015 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15016 in target debug output instead of looking at RSP packets,
15017 disabling the test on any target that uses hardware stepping.
15018 Update comments.
15019
15020 2014-06-06 Pedro Alves <palves@redhat.com>
15021
15022 * gdb.base/break-unload-file.exp: Fix typo.
15023
15024 2014-06-06 Yao Qi <yao@codesourcery.com>
15025
15026 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15027 from "jit_function" to "^jit_function".
15028
15029 2014-06-06 Yao Qi <yao@codesourcery.com>
15030
15031 * gdb.base/async.c (foo): Add one statement.
15032 * gdb.base/async.exp: Get the next instruction address and
15033 match the output of "nexti" by instruction address. Match
15034 the hex address in the output of "finish".
15035
15036 2014-06-06 Gary Benson <gbenson@redhat.com>
15037
15038 * gdb.base/call-signals.c: Remove preprocessor conditionals
15039 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15040 SIGSEGV and SIGTERM.
15041 * gdb.base/sigall.c: Likewise.
15042 * gdb.base/unwindonsignal.c: Likewise.
15043 * gdb.reverse/sigall-reverse.c: Likewise.
15044
15045 2014-06-06 Yao Qi <yao@codesourcery.com>
15046
15047 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15048 readable, skip the test.
15049
15050 2014-06-06 Yao Qi <yao@codesourcery.com>
15051
15052 * gdb.threads/staticthreads.c (thread_function): Move the line
15053 setting breakpoint on forward.
15054 * gdb.threads/staticthreads.exp: Update comments.
15055
15056 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15057
15058 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15059 "history-append! type error".
15060
15061 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15062
15063 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15064 erroneous dprintf expected input.
15065
15066 2014-06-04 Doug Evans <xdje42@gmail.com>
15067
15068 * gdb.guile/scm-generics.exp: Delete.
15069
15070 2014-06-04 Doug Evans <xdje42@gmail.com>
15071
15072 * gdb.guile/scm-breakpoint.exp: Update.
15073 Add tests for breakpoint registration.
15074
15075 2014-06-04 Tom Tromey <tromey@redhat.com>
15076
15077 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15078 VLA-in-union.
15079 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15080 inner_vla_struct, vla_union types. Initialize objects of those
15081 types and compute their sizes.
15082
15083 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15084 Hui Zhu <hui@codesourcery.com>
15085
15086 * gdb.base/fileio.exp: Add test for shell not available as well as
15087 available.
15088 * gdb.base/fileio.c (test_system): Check for shell twice.
15089
15090 2014-06-04 Yao Qi <yao@codesourcery.com>
15091
15092 * gdb.base/auto-connect-native-target.exp: Remove redundant
15093 space from the regexp pattern.
15094
15095 2014-06-04 Yao Qi <yao@codesourcery.com>
15096
15097 * gdb.base/default.exp: Replace "child" with "native" in
15098 regexp pattern.
15099
15100 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15101
15102 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15103 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15104 * gdb.python/py-xmethods.py: Python script supporting the
15105 new testcase and tests.
15106
15107 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15108 Pedro Alves <palves@redhat.com>
15109
15110 PR breakpoints/17000
15111 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15112 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15113
15114 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15115
15116 * gdb.base/subst.exp: Add tests to verify partial path matching
15117 output.
15118
15119 2014-06-03 Pedro Alves <palves@redhat.com>
15120
15121 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15122 target that doesn't use software single-stepping.
15123
15124 2014-06-03 Pedro Alves <palves@redhat.com>
15125
15126 PR breakpoints/17000
15127 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15128 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15129
15130 2014-06-02 Doug Evans <xdje42@gmail.com>
15131
15132 * gdb.guile/scm-parameter.exp: New file.
15133
15134 2014-06-02 Doug Evans <xdje42@gmail.com>
15135
15136 * gdb.guile/scm-cmd.c: New file.
15137 * gdb.guile/scm-cmd.exp: New file.
15138
15139 2014-06-02 Doug Evans <xdje42@gmail.com>
15140
15141 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15142 pretty-printer lookup.
15143 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15144 (make-pp_s-printer): Call it.
15145 (make-pretty-printer-from-dict): New function.
15146 (lookup-pretty-printer-maker-from-dict): New function.
15147 (*pretty-printer*): Simplify.
15148 (make-objfile-pp_s-printer): New function.
15149 (install-objfile-pretty-printers!): New function.
15150 (make-progspace-pp_s-printer): New function.
15151 (install-progspace-pretty-printers!): New function.
15152 * gdb.guile/scm-progspace.c: New file.
15153 * gdb.guile/scm-progspace.exp: New file.
15154
15155 2014-06-02 Pedro Alves <palves@redhat.com>
15156
15157 * gdb.base/dprintf-bp-same-addr.c: New file.
15158 * gdb.base/dprintf-bp-same-addr.exp: New file.
15159
15160 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15161
15162 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15163 * gdb.arch/powerpc-power.s: Likewise.
15164
15165 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15166
15167 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15168
15169 2014-06-01 Yao Qi <yao@codesourcery.com>
15170
15171 * gdb.base/watchpoint.exp (test_watch_location): Check null
15172 pointer can be dereferenced. If not, do the test, otherwise
15173 skip it.
15174
15175 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15176
15177 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15178 results.
15179 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15180
15181 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15182
15183 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15184 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15185 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15186 * gdb.arch/amd64-invalid-stack-top.c: New file.
15187 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15188
15189 2014-05-30 Pedro Alves <palves@redhat.com>
15190
15191 PR breakpoints/17000
15192 * gdb.base/sss-bp-on-user-bp.c: New file.
15193 * gdb.base/sss-bp-on-user-bp.exp: New file.
15194
15195 2014-05-30 David Blaikie <dblaikie@gmail.com>
15196
15197 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15198 gnu_inline semantics via attribute.
15199 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15200 source explicitly specifies the required semantics.
15201
15202 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15203
15204 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15205
15206 2014-05-29 Pedro Alves <palves@redhat.com>
15207 Tom Tromey <tromey@redhat.com>
15208
15209 * gdb.base/async-shell.exp: Don't enable target-async.
15210 * gdb.base/async.exp
15211 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15212 parameter. Adjust.
15213 (top level): Don't test with "target-async".
15214 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15215 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15216 * gdb.base/inferior-died.exp: Don't enable target-async.
15217 * gdb.base/interrupt-noterm.exp: Likewise.
15218 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15219 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15220 * gdb.mi/mi-nonstop.exp: Likewise.
15221 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15222 * gdb.mi/mi-nsintrall.exp: Likewise.
15223 * gdb.mi/mi-nsmoribund.exp: Likewise.
15224 * gdb.mi/mi-nsthrexec.exp: Likewise.
15225 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15226 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15227 * gdb.python/py-evsignal.exp: Don't enable target-async.
15228 * gdb.python/py-evthreads.exp: Likewise.
15229 * gdb.python/py-prompt.exp: Likewise.
15230 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15231 * gdb.server/solib-list.exp: Don't enable target-async.
15232 * gdb.threads/thread-specific-bp.exp: Likewise.
15233 * lib/mi-support.exp: Adjust to use mi-async.
15234
15235 2014-05-29 Pedro Alves <palves@redhat.com>
15236
15237 PR gdb/13860
15238 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15239 reason, even in sync mode.
15240
15241 2014-05-29 Pedro Alves <palves@redhat.com>
15242 Hui Zhu <hui@codesourcery.com>
15243
15244 PR PR15693
15245 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15246 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15247 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15248 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15249
15250 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15251
15252 * config/monitor.exp (gdb_target_monitor): Replace use of
15253 "set remotebaud" by "set serial baud".
15254
15255 2014-05-26 Andy Wingo <wingo@igalia.com>
15256
15257 * gdb.guile/scm-breakpoint.exp:
15258 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15259 properties instead of gdb-object-properties.
15260
15261 2014-05-26 Yao Qi <yao@codesourcery.com>
15262
15263 * gdb.server/no-thread-db.exp: Specify source file name
15264 explicitly when setting a breakpoint.
15265
15266 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15267
15268 * gdb.btrace/vdso.c: New.
15269 * gdb.btrace/vdso.exp: New.
15270
15271 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15272
15273 * gdb.base/gcore.exp (capture_command_output): Move ...
15274 * lib/gdb.exp (capture_command_output): ... here.
15275
15276 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15277
15278 * gdb.btrace/data.exp: Test memory access during btrace replay.
15279
15280 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15281
15282 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15283
15284 2014-05-21 Pedro Alves <palves@redhat.com>
15285
15286 PR gdb/13860
15287 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15288 (top level): Test that output related to execution commands is
15289 sent to the console with CLI commands, but not with MI commands.
15290 Test that breakpoint events are always mirrored to the console.
15291 Also expect the new source line to be output after a "next" in
15292 async mode too. Make it a pass/fail test.
15293 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15294 output.
15295 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15296
15297 2014-05-21 Pedro Alves <palves@redhat.com>
15298
15299 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15300 Use them to test variations of "list" after reaching a breakpoint.
15301 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15302 Test "list" with listsize 10 after reaching a breakpoint.
15303 * gdb.python/python.exp (decode_line current location line
15304 number): Adjust expected line number.
15305
15306 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15307
15308 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15309 behavior for $args, pass it directly to "run".
15310
15311 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15312
15313 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15314 30000 to 65536.
15315
15316 2014-05-21 Pedro Alves <palves@redhat.com>
15317
15318 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15319 auto-connect-native-target off".
15320 * gdb.base/auto-connect-native-target.c: New file.
15321 * gdb.base/auto-connect-native-target.exp: New file.
15322
15323 2014-05-21 Pedro Alves <palves@redhat.com>
15324
15325 * gdb.base/default.exp: Test "target native" instead of "target
15326 child".
15327
15328 2014-05-21 Mark Wielaard <mjw@redhat.com>
15329
15330 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15331
15332 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15333
15334 Fix TLS access for -static -pthread.
15335 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15336 <HAVE_TLS> (thread_function, main): Initialize it.
15337 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15338 Add clean_restart.
15339 <$have_tls != "">: Check TLSVAR.
15340
15341 2014-05-21 Pedro Alves <palves@redhat.com>
15342
15343 * gdb.base/dcache-line-read-error.c: New.
15344 * gdb.base/dcache-line-read-error.exp: New.
15345
15346 2014-05-20 Pedro Alves <palves@redhat.com>
15347
15348 * gdb.base/compare-sections.c: New file.
15349 * gdb.base/compare-sections.exp: New file.
15350
15351 2014-05-20 Pedro Alves <palves@redhat.com>
15352
15353 * gdb.base/break-idempotent.c: New file.
15354 * gdb.base/break-idempotent.exp: New file.
15355
15356 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15357
15358 * gdb.btrace/nohist.exp: New.
15359
15360 2014-05-20 Yao Qi <yao@codesourcery.com>
15361
15362 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15363 gdb.reverse directory and gdb_reverse_timeout exists in board
15364 setting.
15365 * README: Document gdb_reverse_timeout.
15366
15367 2014-05-20 Yao Qi <yao@codesourcery.com>
15368
15369 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15370 'test_file_name'. Treat args as a string instead of a list.
15371 (gdb_init): Rename argument 'args' by 'test_file_name'.
15372
15373 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15374
15375 * gdb.arch/powerpc-power.exp: New file.
15376 * gdb.arch/powerpc-power.s: New file.
15377
15378 2014-05-16 Doug Evans <dje@google.com>
15379
15380 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15381 * gdb.base/completion.exp: Check that all expected files exist
15382 before doing file completion.
15383
15384 2014-05-16 Doug Evans <dje@google.com>
15385
15386 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15387 Update.
15388 (do_syscall_tests_without_xml): Update.
15389
15390 2014-05-16 Pedro Alves <palves@redhat.com>
15391
15392 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15393 instead of "unknown output after running".
15394
15395 2014-05-16 Yao Qi <yao@codesourcery.com>
15396
15397 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15398 file1.txt from host at the end.
15399 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15400
15401 2014-05-15 Doug Evans <dje@google.com>
15402
15403 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15404 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15405 loading file. Add test for TU lookup.
15406
15407 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15408
15409 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15410 calling "-exec-arguments" or "set args" before running the
15411 inferior.
15412
15413 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15414
15415 * lib/mi-support.exp (mi_expect_stop): Expect message for
15416 inferiors that exit with non-zero exit code.
15417
15418 2014-05-14 Yao Qi <yao@codesourcery.com>
15419
15420 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15421 match absolute path on remote host.
15422 (test_file_list_exec_source_files): Remove "/" from the
15423 pattern.
15424
15425 2014-05-14 Yao Qi <yao@codesourcery.com>
15426
15427 * boards/local-remote-host-notty.exp (${board}_file): New
15428 proc.
15429
15430 2014-05-07 Kyle McMartin <kyle@redhat.com>
15431
15432 Pushed by Joel Brobecker <brobecker@adacore.com>.
15433 * gdb.arch/aarch64-atomic-inst.c: New file.
15434 * gdb.arch/aarch64-atomic-inst.exp: New file.
15435
15436 2014-05-07 Yao Qi <yao@codesourcery.com>
15437
15438 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15439 in current context" too.
15440
15441 2014-05-05 Keith Seitz <keiths@redhat.com>
15442
15443 * gdb.linespec/ls-dollar.exp: Add test for linespec
15444 file:convenience_variable.
15445
15446 2014-05-05 Yao Qi <yao@codesourcery.com>
15447
15448 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15449 traceframes into tfile and ctf trace files. Read data from
15450 trace file and test collected data.
15451 (gdb_collect_locals_test): Likewise.
15452 (gdb_unavailable_registers_test): Likewise.
15453 (gdb_unavailable_floats): Likewise.
15454 (gdb_collect_globals_test): Likewise.
15455 (top-level): Append "ctf" to trace_file_targets if GDB
15456 supports.
15457
15458 2014-05-05 Yao Qi <yao@codesourcery.com>
15459
15460 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15461 code to ...
15462 (gdb_collect_args_test_1): ... it. New proc.
15463 (gdb_collect_locals_test): Move some code to ...
15464 (gdb_collect_locals_test_1): ... it. New proc.
15465 (gdb_unavailable_registers_test): Move some code to ...
15466 (gdb_unavailable_registers_test_1): ... it. New proc.
15467 (gdb_unavailable_floats): Move some code to ...
15468 (gdb_unavailable_floats_1): ... it. New proc.
15469
15470 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15471
15472 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15473 probes to test for bitness recognition.
15474 * gdb.arch/amd64-stap-optional-prefix.exp
15475 (test_probe_value_without_reg): New procedure.
15476 Add code to test for different kinds of bitness.
15477
15478 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15479
15480 PR breakpoints/16889
15481 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15482 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15483
15484 2014-05-01 Pedro Alves <palves@redhat.com>
15485
15486 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15487 gdb_file_cmd if no file is specified.
15488 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15489 last_loaded_file to set the remote exec-file.
15490
15491 2014-05-01 Pedro Alves <palves@redhat.com>
15492
15493 * boards/local-remote-host.exp: New file.
15494
15495 2014-05-01 Pedro Alves <palves@redhat.com>
15496
15497 * boards/local-remote-host.exp: Rename to ...
15498 * boards/local-remote-host-notty.exp: ... this.
15499
15500 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15501
15502 * gdb.ada/dyn_arrayidx: New testcase.
15503
15504 2014-04-26 Yao Qi <yao@codesourcery.com>
15505
15506 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15507 and compute the length of function main. Save it in
15508 $main_length.
15509 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15510 (top-level): Use gdb_compile to compile objects into
15511 executable and restart GDB. Remove invocation to
15512 prepare_for_testing.
15513
15514 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15515 Pedro Alves <palves@redhat.com>
15516
15517 PR server/16255
15518 * gdb.multi/multi-attach.c: New file.
15519 * gdb.multi/multi-attach.exp: New file.
15520
15521 2014-04-25 Pedro Alves <palves@redhat.com>
15522
15523 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15524 user.
15525 (top level): Test that "set remote conditional-breakpoints-packet
15526 off" works as intended.
15527 * gdb.base/dprintf.exp: Test that "set remote
15528 breakpoint-commands-packet off" works as intended.
15529 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15530 New function.
15531 (top level): Call it.
15532 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15533 remote fast-tracepoints-packet off" works as intended.
15534 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15535 * lib/gdb.exp (gdb_is_target_remote): ... here.
15536
15537 2014-04-24 David Blaikie <dblaikie@gmail.com>
15538
15539 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15540 ensure clang would not discard them.
15541 * gdb.base/gdbvars.c: Ditto.
15542 * gdb.base/memattr.c: Ditto.
15543 * gdb.base/whatis.c: Ditto.
15544 * gdb.python/py-prettyprint.c: Ditto.
15545 * gdb.trace/actions.c: Ditto.
15546 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15547 ensure clang would not discard it.
15548
15549 2014-04-24 David Blaikie <dblaikie@gmail.com>
15550
15551 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15552 clang to emit the full definition of type required by the test
15553 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15554
15555 2014-04-24 David Blaikie <dblaikie@gmail.com>
15556
15557 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15558 coax Clang into emitting the definition of the type.
15559 * gdb.cp/pr10728-x.h (y): Ditto.
15560 * gdb.cp/pr10728-y.cc (y): Ditto.
15561
15562 2014-04-24 David Blaikie <dblaikie@gmail.com>
15563
15564 * gdb.base/label.exp: XFAIL label related tests under Clang.
15565 * gdb.cp/cplabel.exp: Ditto.
15566 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15567 under Clang those using labels.
15568
15569 2014-04-25 Yao Qi <yao@codesourcery.com>
15570
15571 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15572 double_label.
15573 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15574 partial_label and double_label.
15575
15576 2014-04-24 David Blaikie <dblaikie@gmail.com>
15577
15578 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15579
15580 2014-04-24 David Blaikie <dblaikie@gmail.com>
15581
15582 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15583 of the function to work across GCC and Clang.
15584 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15585 pointer types (const void ** const V void **).
15586
15587 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15588 Walfred Tedeschi <walfred.tedeschi@intel.com>
15589
15590 * Makefile.in (EXECUTABLES): Added i386-avx512.
15591 * gdb.arch/i386-avx512.c: New file.
15592 * gdb.arch/i386-avx512.exp: Likewise.
15593
15594 2014-04-23 Keith Seitz <keiths@redhat.com>
15595
15596 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15597 (mi_make_breakpoint_table): New procedure.
15598 (mi_create_breakpoint): Use mi_make_breakpoint
15599 and return the result.
15600 (mi_make_breakpoint): New procedure.
15601 (mi_build_kv_pairs): New procedure.
15602
15603 * gdb.mi/mi-break.exp: Remove unused globals,
15604 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15605 All callers updated.
15606 * gdb.mi/mi-dprintf.exp: Use variable to track command
15607 number.
15608 Update all callers of mi_create_breakpoint and use
15609 mi_make_breakpoint_table.
15610 Remove any unused global variables.
15611 * gdb.mi/mi-nonstop.exp: Likewise.
15612 * gdb.mi/mi-nsintrall.exp: Likewise.
15613 * gdb.mi/mi-nsmoribund.exp: Likewise.
15614 * gdb.mi/mi-nsthrexec.exp: Likewise.
15615 * gdb.mi/mi-reverse.exp: Likewise.
15616 * gdb.mi/mi-simplerun.exp: Likewise.
15617 * gdb.mi/mi-stepn.exp: Likewise.
15618 * gdb.mi/mi-syn-frame.exp: Likewise.
15619 * gdb.mi/mi-until.exp: Likewise.
15620 * gdb.mi/mi-var-cp.exp: Likewise.
15621 * gdb.mi/mi-var-display.exp: Likewise.
15622 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15623 * gdb.mi/mi2-var-child.exp: Likewise.
15624 * gdb.mi/mi-vla-c99.exp: Likewise.
15625 * lib/mi-support.exp: Likewise.
15626
15627 From Ian Lance Taylor <iant@cygnus.com>:
15628 * lib/gdb.exp (parse_args): New procedure.
15629
15630 2014-04-23 Pedro Alves <palves@redhat.com>
15631
15632 * gdb.base/break-unload-file.c: New file.
15633 * gdb.base/break-unload-file.exp: New file.
15634 * gdb.base/sym-file-lib.c (baz): New function.
15635 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15636 field.
15637 (load): Store the segment's mapped size.
15638 (unload): New function.
15639 (unload_shlib): New function.
15640 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15641 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15642 set a breakpoint at baz, and call it.
15643 * gdb.base/sym-file.exp: New tests for stale breakpoint
15644 instructions.
15645
15646 2014-04-23 Pedro Alves <palves@redhat.com>
15647
15648 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15649 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15650 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15651 * gdb.base/hbreak-unmapped.c: New file.
15652 * gdb.base/hbreak-unmapped.exp: New file.
15653 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15654 * lib/gdb.exp (gdb_is_target_remote): ... here.
15655
15656 2014-04-22 Pedro Alves <palves@redhat.com>
15657
15658 * gdb.base/consecutive-step-over.c: New file.
15659 * gdb.base/consecutive-step-over.exp: New file.
15660
15661 2014-04-22 Pedro Alves <palves@redhat.com>
15662
15663 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15664 instead of send_gdb/gdb_expect.
15665
15666 2014-04-22 Yao Qi <yao@codesourcery.com>
15667
15668 * lib/trace-support.exp (generate_tracefile): New procedure.
15669 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15670 return 0.
15671 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15672 if generate_tracefile returns 1.
15673
15674 2014-04-18 Tom Tromey <palves@redhat.com>
15675 Pedro alves <tromey@redhat.com>
15676
15677 PR backtrace/15558
15678 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15679 with a backtrace limit.
15680 * gdb.python/py-frame-inline.exp: Test running to an inline
15681 function with a backtrace limit, and printing the newest frame.
15682 * gdb.python/py-frame-inline.c (main): Call f.
15683
15684 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15685
15686 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15687
15688 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15689
15690 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15691 Drop prefix from unsupported source file path.
15692
15693 2014-04-17 Yao Qi <yao@codesourcery.com>
15694
15695 * lib/gdb.exp (with_target_charset): New proc.
15696 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15697 with_target_charset.
15698 (test_print_strings): Likewise.
15699 (test_repeat_bytes): Likewise.
15700 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15701 for some tests.
15702
15703 2014-04-16 Keith Seitz <keiths@redhat.com>
15704
15705 PR gdb/15827
15706 * gdb.dwarf2/corrupt.c: New file.
15707 * gdb.dwarf2/corrupt.exp: New file.
15708
15709 2014-04-16 Keith Seitz <keiths@redhat.com>
15710
15711 PR c++/16597
15712 * gdb.cp/namelessclass.cc: New file.
15713 * gdb.cp/namelessclass.exp: New file.
15714 * gdb.cp/namelessclass.S: New file.
15715
15716 2014-04-16 Doug Evans <dje@google.com>
15717
15718 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15719 Add comment.
15720 (gdbserver_default_get_comm_port): New function.
15721 (gdbserver_start): Check if board file provided
15722 "gdbserver,get_comm_port" and use it if so.
15723 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15724 (gdb,socketport): Set to "stdio".
15725 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15726 (stdio_gdbserver_template): Delete.
15727 (${board}_get_remote_address): Update.
15728 (${board}_build_remote_cmd): Delete.
15729 (${board}_get_comm_port): New function.
15730 (${board}_spawn): Update.
15731 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15732 Delete.
15733 (${board}_get_remote_address): Update.
15734 (${board}_get_comm_port): New function.
15735
15736 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15737
15738 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15739 appearing in any order.
15740
15741 2014-04-15 Doug Evans <dje@google.com>
15742
15743 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15744 uninitialized value of "description".
15745
15746 2014-04-15 Keith Seitz <keiths@redhat.com>
15747
15748 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15749 Remove unused globals.
15750 (test_running_the_program): Likewise.
15751 (test_controlled_execution): Likewise.
15752 (test_controlling_breakpoints): Likewise.
15753 (test_program_termination): Likewise.
15754
15755 2014-04-15 Keith Seitz <keiths@redhat.com>
15756
15757 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15758 unused globals.
15759 (test_rbreak_creation_and_listing): Likewise.
15760 (test_ignore_count): Likewise.
15761 (test_error): Likewise.
15762
15763 2014-04-15 Pedro Alves <palves@redhat.com>
15764
15765 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15766 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15767 sym-file-loader.c.
15768 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15769 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15770 to sym-file-loader.c.
15771 (struct library): Forward declare.
15772 (load_shlib, lookup_function): Change prototypes.
15773 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15774 (translate_offset): Remove declarations.
15775 (get_text_addr): New declaration.
15776 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15777 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15778 sym-file-loader.h.
15779 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15780 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15781 here from sym-file-loader.h.
15782 (struct library): New structure.
15783 (load_shlib, lookup_function): Change prototypes and adjust to
15784 work with a struct library.
15785 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15786 (translate_offset): Make static.
15787 (get_text_addr): New function.
15788 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15789
15790 2014-04-15 Pedro Alves <palves@redhat.com>
15791
15792 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15793
15794 2014-04-15 Pedro Alves <palves@redhat.com>
15795
15796 * gdb.base/sym-file-loader.c: Include <limits.h>.
15797 (SELF_LINK): New define.
15798 (get_origin): New function.
15799 (load_shlib): Use it.
15800 * gdb.base/sym-file.exp: Don't early return if the target is
15801 remote. Use runto_main, and issue fail is that fails. Use
15802 gdb_load_shlibs.
15803 (shlib_name): Delete.
15804 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15805
15806 2014-04-15 Pedro Alves <palves@redhat.com>
15807
15808 * gdb.base/sym-file.exp: Remove regex characters from test
15809 message. Don't refer to breakpoint numbers in test messages.
15810
15811 2014-04-14 Keith Seitz <keiths@redhat.com>
15812
15813 PR c++/16253
15814 * gdb.cp/var-tag.cc: New file.
15815 * gdb.cp/var-tag.exp: New file.
15816 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15817 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15818 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15819 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15820
15821 2014-04-14 Tom Tromey <tromey@redhat.com>
15822
15823 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15824 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15825 type.
15826 * gdb.cp/enum-class.exp: New file.
15827 * gdb.cp/enum-class.cc: New file.
15828
15829 2014-04-14 Tom Tromey <tromey@redhat.com>
15830
15831 * gdb.dwarf2/enum-type.exp: New file.
15832
15833 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15834
15835 * gdb.mi/mi-vla-c99.exp: New file.
15836 * gdb.mi/vla.c: New file.
15837
15838 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15839
15840 * gdb.base/vla-datatypes.c: New file.
15841 * gdb.base/vla-datatypes.exp: New file.
15842
15843 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15844
15845 * gdb.base/vla-ptr.c: New file.
15846 * gdb.base/vla-ptr.exp: New file.
15847
15848 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15849
15850 * gdb.dwarf2/count.exp: New file.
15851
15852 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15853
15854 * gdb.base/vla-sideeffect.c: New file.
15855 * gdb.base/vla-sideeffect.exp: New file.
15856
15857 2014-04-14 David Blaikie <dblaikie@gmail.com>
15858
15859 * gdb.mi/non-stop.c: Add return value for non-void function return
15860 statement.
15861 * gdb.threads/staticthreads.c: Ditto.
15862
15863 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15864 Doug Evans <xdje42@gmail.com>
15865
15866 * gdb.guile/scm-value.c: Improve test case.
15867 * gdb.guile/scm-value.exp: Add new test.
15868
15869 2014-04-11 David Blaikie <dblaikie@gmail.com>
15870
15871 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15872 override Clang's default.
15873
15874 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15875
15876 Revert the following changes (regressions):
15877
15878 * gdb.base/vla-sideeffect.c: New file.
15879 * gdb.base/vla-sideeffect.exp: New file.
15880
15881 * gdb.dwarf2/count.exp: New file.
15882
15883 * gdb.base/vla-multi.c: New file.
15884 * gdb.base/vla-multi.exp: New file.
15885
15886 * gdb.base/vla-ptr.c: New file.
15887 * gdb.base/vla-ptr.exp: New file.
15888
15889 * gdb.base/vla-datatypes.c: New file.
15890 * gdb.base/vla-datatypes.exp: New file.
15891
15892 * gdb.mi/mi-vla-c99.exp: New file.
15893 * gdb.mi/vla.c: New file.
15894
15895 2014-04-11 Keith Seitz <keiths@redhat.com>
15896
15897 PR c++/16675
15898 * gdb.cp/cpsizeof.exp: New file.
15899 * gdb.cp/cpsizeof.cc: New file.
15900
15901 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15902
15903 * gdb.mi/mi-vla-c99.exp: New file.
15904 * gdb.mi/vla.c: New file.
15905
15906 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15907
15908 * gdb.base/vla-datatypes.c: New file.
15909 * gdb.base/vla-datatypes.exp: New file.
15910
15911 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15912
15913 * gdb.base/vla-ptr.c: New file.
15914 * gdb.base/vla-ptr.exp: New file.
15915
15916 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15917
15918 * gdb.base/vla-multi.c: New file.
15919 * gdb.base/vla-multi.exp: New file.
15920
15921 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15922
15923 * gdb.dwarf2/count.exp: New file.
15924
15925 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15926
15927 * gdb.base/vla-sideeffect.c: New file.
15928 * gdb.base/vla-sideeffect.exp: New file.
15929
15930 2014-04-11 Yao Qi <yao@codesourcery.com>
15931
15932 * gdb.base/completion.exp: Check file exists before running tests
15933 on file completion.
15934
15935 2014-04-10 Pedro Alves <palves@redhat.com>
15936
15937 * gdb.base/cond-eval-mode.c: New file.
15938 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15939 prepare_for_testing to build the new file. Check result of
15940 runto_main.
15941 (test_break, test_watch): New procedures.
15942 (top level): Use them.
15943
15944 2014-04-08 Pierre Muller <muller@sourceware.org>
15945
15946 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15947 Ctrl-V use for mingw hosts.
15948
15949 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15950
15951 * gdb.python/py-value.c: Improve test case.
15952 * gdb.python/py-value.exp: Add new test.
15953
15954 2014-04-07 David Blaikie <dblaikie@gmail.com>
15955
15956 * lib/compiler.c: Identify the clang compiler.
15957 * lib/compiler.cc: Ditto.
15958
15959 2014-04-03 Yao Qi <yao@codesourcery.com>
15960
15961 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15962
15963 2014-04-01 Anton Blanchard <anton@samba.org>
15964
15965 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15966 messages unique.
15967
15968 2014-04-01 Anton Blanchard <anton@samba.org>
15969
15970 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15971 prepare_for_testing.
15972
15973 2014-04-01 Anton Blanchard <anton@samba.org>
15974
15975 * gdb.arch/ppc64-atomic-inst.c: Remove.
15976 * gdb.arch/ppc64-atomic-inst.S: New file.
15977 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15978
15979 2014-03-31 Doug Evans <dje@google.com>
15980
15981 * gdb.base/print-symbol-loading-lib.c: New file.
15982 * gdb.base/print-symbol-loading-main.c: New file.
15983 * gdb.base/print-symbol-loading.exp: New file.
15984
15985 2014-03-31 Yao Qi <yao@codesourcery.com>
15986
15987 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15988
15989 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15990
15991 * gdb.ada/mi_dyn_arr: New testcase.
15992
15993 2014-03-27 Doug Evans <dje@google.com>
15994
15995 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15996
15997 2014-03-27 Yao Qi <yao@codesourcery.com>
15998
15999 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16000 if target is nios2-*-*.
16001
16002 2014-03-26 Yao Qi <yao@codesourcery.com>
16003
16004 * lib/gdb.exp (readline_is_used): New proc.
16005 * gdb.base/completion.exp: Move tests on command complete up.
16006 Skip the rest of tests if readline is not used.
16007 * gdb.ada/complete.exp: Skp the test if readline is not
16008 used.
16009 * gdb.base/filesym.exp: Likewise.
16010 * gdb.base/macscp.exp: Likewise.
16011 * gdb.base/readline-ask.exp: Likewise.
16012 * gdb.base/readline.exp: Likewise.
16013 * gdb.python/py-cmd.exp: Likewise.
16014 * gdb.trace/tfile.exp: Likewise.
16015
16016 2014-03-26 Yao Qi <yao@codesourcery.com>
16017
16018 * gdb.base/macscp.exp: Fix code format issues.
16019
16020 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16021
16022 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16023 * gdb.asm/powerpc64le.inc: New file.
16024
16025 2014-03-25 Pedro Alves <palves@redhat.com>
16026 Doug Evans <dje@google.com>
16027
16028 * gdb.base/source-execution.c: New file.
16029 * gdb.base/source-execution.exp: New file.
16030 * gdb.base/source-execution.gdb: New file.
16031
16032 2014-03-24 Doug Evans <dje@google.com>
16033
16034 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16035 using fission.
16036
16037 2014-03-24 Hui Zhu <hui@codesourcery.com>
16038 Pedro Alves <palves@redhat.com>
16039
16040 PR breakpoints/16101
16041 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16042 test pass/fail messages. Detect missing support for dprintf when
16043 breakpoints are actually inserted.
16044 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16045 breakpoints are actually inserted.
16046 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16047 fails.
16048
16049 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16050
16051 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16052
16053 2014-03-22 Doug Evans <xdje42@gmail.com>
16054
16055 * gdb.python/python.exp (python not supported): Verify multi-line
16056 python command issues an error.
16057 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16058 guile command issues an error.
16059
16060 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16061
16062 * gdb.threads/thread-specific.exp: Handle the lack of usable
16063 $this_breakpoint and $this_thread.
16064
16065 2014-03-21 Hui Zhu <hui@codesourcery.com>
16066
16067 * gdb.base/attach.exp (do_command_attach_tests): New.
16068
16069 2014-03-20 Tom Tromey <tromey@redhat.com>
16070 Pedro Alves <palves@redhat.com>
16071
16072 PR cli/15718
16073 * gdb.base/condbreak-call-false.c: New file.
16074 * gdb.base/condbreak-call-false.exp: New file.
16075
16076 2014-03-20 Pedro Alves <palves@redhat.com>
16077
16078 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16079 Delete.
16080 (block_signals, unblock_signals): Delete.
16081 (child_function_2, main): Remove references to deleted variable
16082 and functions.
16083
16084 2014-03-20 Pedro Alves <palves@redhat.com>
16085
16086 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16087 Use pthread_kill to signal thread 2.
16088 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16089 Adjust to make the test send itself a signal rather than using the
16090 host's "kill" command.
16091
16092 2014-03-20 Pedro Alves <palves@redhat.com>
16093
16094 * gdb.threads/multiple-step-overs.c: New file.
16095 * gdb.threads/multiple-step-overs.exp: New file.
16096 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16097 Adjust expected infrun debug output.
16098
16099 2014-03-20 Pedro Alves <palves@redhat.com>
16100
16101 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16102 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16103
16104 2014-03-20 Pedro Alves <palves@redhat.com>
16105
16106 PR breakpoints/7143
16107 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16108 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16109 of gdb_test_multiple.
16110 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16111 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16112
16113 2014-03-20 Pedro Alves <palves@redhat.com>
16114
16115 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16116 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16117
16118 2014-03-19 Pedro Alves <palves@redhat.com>
16119
16120 * gdb.base/async.exp: Remove early return.
16121
16122 2014-03-19 Pedro Alves <palves@redhat.com>
16123
16124 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16125
16126 2014-03-19 Pedro Alves <palves@redhat.com>
16127
16128 * gdb.base/async.exp (test_background): Expect \r\n after
16129 "completed." in the fail pattern.
16130
16131 2014-03-19 Pedro Alves <palves@redhat.com>
16132
16133 * gdb.base/async.exp (test_background): New procedure.
16134 Use it for all background execution command tests.
16135
16136 2014-03-19 Pedro Alves <palves@redhat.com>
16137
16138 * gdb.base/async.exp: Use prepare_for_testing.
16139
16140 2014-03-19 Pedro Alves <palves@redhat.com>
16141
16142 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16143 the same line.
16144
16145 2014-03-19 Pedro Alves <palves@redhat.com>
16146
16147 * gdb.base/async.c (main): Add "jump here" and "until here" line
16148 marker comments.
16149 * gdb.base/async.exp (jump_here): New global.
16150 (jump& test): Use it.
16151 (until_here): New global.
16152 (until& test): Use it.
16153
16154 2014-03-19 Pedro Alves <palves@redhat.com>
16155
16156 * gdb.base/async.exp: Don't frob gdb_protocol.
16157
16158 2014-03-18 Doug Evans <xdje42@gmail.com>
16159
16160 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16161 Fix spelling of exec-done-display.
16162
16163 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16164
16165 PR gdb/15358
16166 * gdb.base/gdb-sigterm.c: New file.
16167 * gdb.base/gdb-sigterm.exp: New file.
16168
16169 2014-03-18 Pedro Alves <palves@redhat.com>
16170
16171 PR gdb/13860
16172 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16173 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16174 solib-event.
16175
16176 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16177
16178 * gdb.ada/pckd_arr_ren: New testcase.
16179
16180 2014-03-13 Doug Evans <xdje42@gmail.com>
16181
16182 PR guile/16612
16183 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16184 collect after discarding symbols.
16185
16186 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16187 Doug Evans <xdje42@gmail.com>
16188
16189 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16190 to history survives a gc.
16191
16192 2014-03-13 Pedro Alves <palves@redhat.com>
16193
16194 * gdb.base/default.exp: Don't test "target procfs".
16195
16196 2014-03-13 Pedro Alves <palves@redhat.com>
16197
16198 * gdb.base/default.exp: Update "target child" and "target procfs"
16199 tests to not expect "Unix".
16200
16201 2014-03-12 Tom Tromey <tromey@redhat.com>
16202
16203 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16204 New procs. Add target-async tests.
16205 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16206 Add target-async tests.
16207
16208 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16209
16210 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16211 'func_start' and 'func_end' for the beginning and end of the
16212 function code, respectively.
16213 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16214 'func_end' instead of 'func' and 'main'.
16215
16216 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16217
16218 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16219 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16220 generate the debug info assembler source.
16221
16222 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16223
16224 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16225 * gdb.dwarf2/arr-subrange.exp: Likewise.
16226 * gdb.dwarf2/dwz.exp: Likewise.
16227 * gdb.dwarf2/method-ptr.exp: Likewise.
16228 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16229 * gdb.dwarf2/subrange.exp: Likewise.
16230 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16231 * gdb.dwarf2/implptrpiece.exp: Likewise.
16232 * gdb.dwarf2/nostaticblock.exp: Likewise.
16233
16234 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16235
16236 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16237 directory to absolute path name arguments.
16238
16239 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16240
16241 * gdb.ada/tagged_access: New testcase.
16242
16243 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16244
16245 * gdb.btrace/data.exp: Update expected output.
16246
16247 2014-03-06 Yao Qi <yao@codesourcery.com>
16248
16249 * gdb.trace/pr16508.exp: New file.
16250
16251 2014-03-05 Pedro Alves <palves@redhat.com>
16252
16253 PR gdb/16575
16254 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16255 procedure.
16256 (top level): Adjust to use it. Add tests that exercise breakpoint
16257 interaction with the code-cache.
16258
16259 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16260
16261 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16262 test for 'history-append!'.
16263
16264 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16265
16266 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16267 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16268 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16269 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16270 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16271 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16272
16273 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16274
16275 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16276 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16277 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16278
16279 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16280
16281 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16282
16283 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16284
16285 * gdb.dwarf2/arr-stride.c: New file.
16286 * gdb.dwarf2/arr-stride.exp: New file.
16287
16288 2014-02-26 Pedro Alves <palves@redhat.com>
16289
16290 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16291 that won't ever trigger. Make sure that GDB reports the correct
16292 breakpoint that caused the stop.
16293
16294 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16295
16296 PR gdb/16626
16297 * gdb.base/auto-load-script: New file.
16298 * gdb.base/auto-load.c: New file.
16299 * gdb.base/auto-load.exp: New file.
16300
16301 PR gdb/16626
16302 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16303
16304 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16305
16306 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16307 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16308
16309 2014-02-24 Doug Evans <dje@google.com>
16310
16311 * lib/gdb.exp (run_on_host): Log error output if program fails.
16312
16313 2014-02-21 Pedro Alves <palves@redhat.com>
16314
16315 * gdb.threads/step-after-sr-lock.c: Rename to ...
16316 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16317 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16318 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16319 ... this.
16320
16321 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16322
16323 PR tdep/16397
16324 * gdb.arch/amd64-stap-special-operands.exp: New file.
16325 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16326 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16327 * gdb.arch/amd64-stap-triplet.S: Likewise.
16328 * gdb.arch/amd64-stap-triplet.c: Likewise.
16329
16330 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16331
16332 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16333 in .section pseudo-op.
16334
16335 2014-02-20 lin zuojian <manjian2006@gmail.com>
16336 Joel Brobecker <brobecker@adacore.com>
16337 Doug Evans <xdje42@gmail.com>
16338
16339 PR symtab/16581
16340 * gdb.dwarf2/dw2-icycle.S: New file.
16341 * gdb.dwarf2/dw2-icycle.c: New file.
16342 * gdb.dwarf2/dw2-icycle.exp: New file.
16343
16344 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16345
16346 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16347 operations on gdb.Value objects.
16348 * gdb.python/py-value-cc.exp: Add new test to test operations on
16349 gdb.Value objects.
16350
16351 2014-02-18 Doug Evans <dje@google.com>
16352
16353 * Makefile.in (TESTS): New variable.
16354 (expanded_tests, expanded_tests_or_none): New variables
16355 (check-single): Pass $(expanded_tests_or_none) to runtest.
16356 (check-parallel): Only run tests in $(TESTS) if non-empty.
16357 (check/no-matching-tests-found): New rule.
16358 * README: Document TESTS makefile variable.
16359
16360 2014-02-18 Doug Evans <dje@google.com>
16361
16362 * Makefile.in (check-parallel): rm -rf outputs temp.
16363
16364 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16365
16366 Fix "ERROR: no fileid for" in the testsuite.
16367 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16368
16369 2014-02-12 Doug Evans <dje@google.com>
16370
16371 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16372 (MISCELLANEOUS): New variable.
16373 (clean): rm -rf $(MISCELLANEOUS).
16374 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16375 dwp live in the same directory as symlinks, with each symlink pointed
16376 to a differently named file in a different directory.
16377
16378 2014-02-11 Doug Evans <dje@google.com>
16379
16380 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16381 of Tcl file commands.
16382
16383 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16384
16385 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16386 "kill -SIGUSR1 -1".
16387
16388 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16389
16390 * gdb.ada/tick_length_array_enum_idx: New testcase.
16391
16392 2014-02-10 Doug Evans <xdje42@gmail.com>
16393
16394 * configure.ac (AC_OUTPUT): Add gdb.guile.
16395 * configure: Regenerate.
16396 * lib/gdb-guile.exp: New file.
16397 * lib/gdb.exp (get_target_charset): New function.
16398 * gdb.base/help.exp: Update expected output from "apropos apropos".
16399 * gdb.guile/Makefile.in: New file.
16400 * gdb.guile/guile.exp: New file.
16401 * gdb.guile/scm-arch.c: New file.
16402 * gdb.guile/scm-arch.exp: New file.
16403 * gdb.guile/scm-block.c: New file.
16404 * gdb.guile/scm-block.exp: New file.
16405 * gdb.guile/scm-breakpoint.c: New file.
16406 * gdb.guile/scm-breakpoint.exp: New file.
16407 * gdb.guile/scm-disasm.c: New file.
16408 * gdb.guile/scm-disasm.exp: New file.
16409 * gdb.guile/scm-equal.c: New file.
16410 * gdb.guile/scm-equal.exp: New file.
16411 * gdb.guile/scm-error.exp: New file.
16412 * gdb.guile/scm-error.scm: New file.
16413 * gdb.guile/scm-frame-args.c: New file.
16414 * gdb.guile/scm-frame-args.exp: New file.
16415 * gdb.guile/scm-frame-args.scm: New file.
16416 * gdb.guile/scm-frame-inline.c: New file.
16417 * gdb.guile/scm-frame-inline.exp: New file.
16418 * gdb.guile/scm-frame.c: New file.
16419 * gdb.guile/scm-frame.exp: New file.
16420 * gdb.guile/scm-generics.exp: New file.
16421 * gdb.guile/scm-gsmob.exp: New file.
16422 * gdb.guile/scm-iterator.c: New file.
16423 * gdb.guile/scm-iterator.exp: New file.
16424 * gdb.guile/scm-math.c: New file.
16425 * gdb.guile/scm-math.exp: New file.
16426 * gdb.guile/scm-objfile-script-gdb.in: New file.
16427 * gdb.guile/scm-objfile-script.c: New file.
16428 * gdb.guile/scm-objfile-script.exp: New file.
16429 * gdb.guile/scm-objfile.c: New file.
16430 * gdb.guile/scm-objfile.exp: New file.
16431 * gdb.guile/scm-ports.exp: New file.
16432 * gdb.guile/scm-pretty-print.c: New file.
16433 * gdb.guile/scm-pretty-print.exp: New file.
16434 * gdb.guile/scm-pretty-print.scm: New file.
16435 * gdb.guile/scm-section-script.c: New file.
16436 * gdb.guile/scm-section-script.exp: New file.
16437 * gdb.guile/scm-section-script.scm: New file.
16438 * gdb.guile/scm-symbol.c: New file.
16439 * gdb.guile/scm-symbol.exp: New file.
16440 * gdb.guile/scm-symtab-2.c: New file.
16441 * gdb.guile/scm-symtab.c: New file.
16442 * gdb.guile/scm-symtab.exp: New file.
16443 * gdb.guile/scm-type.c: New file.
16444 * gdb.guile/scm-type.exp: New file.
16445 * gdb.guile/scm-value-cc.cc: New file.
16446 * gdb.guile/scm-value-cc.exp: New file.
16447 * gdb.guile/scm-value.c: New file.
16448 * gdb.guile/scm-value.exp: New file.
16449 * gdb.guile/source2.scm: New file.
16450 * gdb.guile/types-module.cc: New file.
16451 * gdb.guile/types-module.exp: New file.
16452
16453 2014-02-10 Yao Qi <yao@codesourcery.com>
16454
16455 PR testsuite/16543
16456 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16457 * configure: Regenerated.
16458 * Makefile.in: New file.
16459
16460 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16461
16462 * gdb.python/py-framefilter.exp: Fix typo.
16463
16464 2014-02-08 Yao Qi <yao@codesourcery.com>
16465
16466 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16467 that no =breakpoint-modified is emitted when breakpoints are
16468 modified through MI commands.
16469
16470 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16471 Pedro Alves <palves@redhat.com>
16472
16473 * gdb.threads/step-after-sr-lock.c: New file.
16474 * gdb.threads/step-after-sr-lock.exp: New file.
16475
16476 2014-02-07 Pedro Alves <palves@redhat.com>
16477
16478 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16479
16480 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16481
16482 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16483 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16484
16485 2014-02-06 Doug Evans <xdje42@gmail.com>
16486
16487 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16488 output.
16489
16490 * gdb.gdb/python-interrupts.exp: New file.
16491
16492 2014-02-05 Yao Qi <yao@codesourcery.com>
16493
16494 * gdb.trace/report.exp (use_collected_data): Test the output
16495 of "info threads" and "info inferiors".
16496
16497 2014-02-05 Yao Qi <yao@codesourcery.com>
16498
16499 Revert this patch:
16500
16501 2013-05-24 Yao Qi <yao@codesourcery.com>
16502
16503 * gdb.trace/tfile.exp: Test inferior and thread.
16504
16505 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16506
16507 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16508 on a function.
16509 * gdb.base/step-bt.c: Call hello via function pointer to make
16510 sure its first instruction is executed on powerpc64le-linux.
16511
16512 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16513
16514 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16515
16516 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16517
16518 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16519 of the test patterns for use on little-endian systems.
16520
16521 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16522
16523 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16524 (decimal_vector): Fix for little-endian.
16525
16526 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16527
16528 * gdb.arch/sparc-sysstep.exp: New file.
16529 * gdb.arch/sparc-sysstep.c: Likewise.
16530
16531 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16532
16533 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16534
16535 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16536
16537 2014-01-23 Tom Tromey <tromey@redhat.com>
16538
16539 * gdb.ada/array_char_idx: New testcase.
16540
16541 2014-01-23 Tom Tromey <tromey@redhat.com>
16542
16543 PR python/16487:
16544 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16545 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16546 classes.
16547
16548 2014-01-23 Tom Tromey <tromey@redhat.com>
16549
16550 PR python/16491:
16551 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16552 string from an inferior frame.
16553 * gdb.python/py-framefilter-mi.exp: Update.
16554
16555 2014-01-22 Doug Evans <dje@google.com>
16556
16557 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16558
16559 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16560
16561 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16562
16563 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16564
16565 * gdb.trace/entry-values.exp: Remove excess space character from
16566 regex patterns. Handle s390 call instruction.
16567
16568 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16569
16570 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16571 define "*_start" label. Make "name" static.
16572 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16573 ${name} by references to ${name}_start.
16574
16575 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16576
16577 * gdb.base/info-macros.exp: Remove "debug" from the compile
16578 options.
16579
16580 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16581
16582 * gdb.dlang/demangle.exp: New file.
16583
16584 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16585
16586 * gdb.dlang/primitive-types.exp: New file.
16587
16588 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16589
16590 * configure.ac: Create gdb.dlang/Makefile.
16591 * configure: Regenerate.
16592 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16593 * gdb.dlang/Makefile.in: New file.
16594 * lib/d-support.exp: New file.
16595 * lib/gdb.exp (skip_d_tests): New proc.
16596
16597 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16598
16599 * gdb.btrace/delta.exp: Check reverse stepi.
16600 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16601 * gdb.btrace/finish.exp: New.
16602 * gdb.btrace/next.exp: New.
16603 * gdb.btrace/nexti.exp: New.
16604 * gdb.btrace/record_goto.c: Add comments.
16605 * gdb.btrace/step.exp: New.
16606 * gdb.btrace/stepi.exp: New.
16607 * gdb.btrace/multi-thread-step.c: New.
16608 * gdb.btrace/multi-thread-step.exp: New.
16609 * gdb.btrace/rn-dl-bind.c: New.
16610 * gdb.btrace/rn-dl-bind.exp: New.
16611 * gdb.btrace/data.c: New.
16612 * gdb.btrace/data.exp: New.
16613 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16614
16615 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16616
16617 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16618 * gdb.btrace/exception.exp: Update.
16619 * gdb.btrace/instruction_history.exp: Update.
16620 * gdb.btrace/record_goto.exp: Update.
16621 * gdb.btrace/tailcall.exp: Update.
16622 * gdb.btrace/unknown_functions.exp: Update.
16623 * gdb.btrace/delta.exp: New.
16624
16625 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16626
16627 * gdb.btrace/record_goto.exp: Add backtrace test.
16628 * gdb.btrace/tailcall.exp: Add backtrace test.
16629
16630 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16631
16632 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16633 * gdb.btrace/record_goto.c: New.
16634 * gdb.btrace/record_goto.exp: New.
16635 * gdb.btrace/x86-record_goto.S: New.
16636
16637 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16638
16639 * gdb.btrace/function_call_history.exp: Update tests.
16640 * gdb.btrace/instruction_history.exp: Update tests.
16641
16642 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16643
16644 * gdb.btrace/function_call_history.exp: Fix expected field
16645 order for "record function-call-history".
16646 Add new tests for "record function-call-history /c".
16647 * gdb.btrace/exception.cc: New.
16648 * gdb.btrace/exception.exp: New.
16649 * gdb.btrace/tailcall.exp: New.
16650 * gdb.btrace/x86-tailcall.S: New.
16651 * gdb.btrace/x86-tailcall.c: New.
16652 * gdb.btrace/unknown_functions.c: New.
16653 * gdb.btrace/unknown_functions.exp: New.
16654 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16655
16656 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16657
16658 * gdb.btrace/instruction_history.exp: Update.
16659 * gdb.btrace/function_call_history.exp: Update.
16660
16661 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16662
16663 * gdb.btrace/function_call_history.exp: Fix expected function
16664 trace.
16665 * gdb.btrace/instruction_history.exp: Initialize traced.
16666 Remove traced_functions.
16667
16668 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16669
16670 * gdb.btrace/function_call_history.exp: Update
16671 * gdb.btrace/instruction_history.exp: Update.
16672
16673 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16674
16675 * gdb.btrace/enable.exp: Update expected text.
16676
16677 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16678
16679 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16680 bytes.
16681
16682 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16683
16684 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16685
16686 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16687
16688 * lib/gdb.exp (supports_process_record): Return true for
16689 arm*-linux*. (supports_reverse): Likewise.
16690
16691 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16692
16693 PR python/15464
16694 PR python/16113
16695 * gdb.python/py-type.c: Enhance test case.
16696 * gdb.python/py-value-cc.cc: Likewise
16697 * gdb.python/py-type.exp: Add new tests.
16698 * gdb.python/py-value-cc.exp: Likewise
16699
16700 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16701 Pedro Alves <palves@redhat.com>
16702
16703 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16704 Make "name" extern.
16705 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16706 references to ${name}_start by references to ${name}.
16707
16708 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16709
16710 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16711
16712 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16713
16714 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16715
16716 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16717 Pedro Alves <palves@redhat.com>
16718
16719 * gdb.mi/mi-info-os.exp: Connect to the target with
16720 mi_gdb_target_load.
16721
16722 2014-01-08 Pedro Alves <palves@redhat.com>
16723
16724 * gdb.threads/reconnect-signal.c: New file.
16725 * gdb.threads/reconnect-signal.exp: New file.
16726
16727 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16728
16729 * gdb.base/source-dir.exp: New file.
16730
16731 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16732
16733 * gdb.ada/mi_interface: New testcase.
16734
16735 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16736
16737 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16738 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16739 gdb.ada/pp-rec-component/pck.ads: New files.
16740
16741 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16742
16743 * gdb.python/py-pp-integral.c: New file.
16744 * gdb.python/py-pp-integral.py: New file.
16745 * gdb.python/py-pp-integral.exp: New file.
16746
16747 For older changes see ChangeLog-1993-2013.
16748 \f
16749 ;; Local Variables:
16750 ;; mode: change-log
16751 ;; left-margin: 8
16752 ;; fill-column: 74
16753 ;; version-control: never
16754 ;; End:
16755
16756 Copyright 2014-2019 Free Software Foundation, Inc.
16757 Copying and distribution of this file, with or without modification,
16758 are permitted provided the copyright notice and this notice are preserved.
This page took 0.566538 seconds and 4 git commands to generate.