[gdb/testsuite] Fail in gdb_compile if nopie results in PIE executable
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-07-30 Tom de Vries <tdevries@suse.de>
2
3 PR testsuite/24834
4 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
5 (exec_is_pie): New proc.
6
7 2019-07-29 Christian Biesinger <cbiesinger@google.com>
8
9 * gdb.python/py-objfile.c: Add global and static vars.
10 * gdb.python/py-objfile.exp: Test new functions Objfile.
11 lookup_global_symbol and lookup_static_symbol.
12
13 2019-07-29 Tom Tromey <tom@tromey.com>
14
15 * lib/tuiterm.exp (Term::_csi_@): New proc.
16 (Term::_csi_X): Don't move cursor.
17
18 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
19
20 * gdb.base/options.exp: Update backtrace - completion to
21 new option -frame-info.
22 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
23 Test new 'set print frame-info'. Test backtrace -frame-info
24 overriding 'set print frame-info'.
25 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
26 Test new 'set print frame-info'.
27 Verify consistency of backtrace with and without filters, with and
28 without -no-filters.
29 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
30 default.
31
32 2019-07-29 Tom de Vries <tdevries@suse.de>
33
34 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
35 no arguments".
36
37 2019-07-29 Tom de Vries <tdevries@suse.de>
38
39 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
40 is a substring of the first for "complete non-unique file name".
41
42 2019-07-29 Tom de Vries <tdevries@suse.de>
43
44 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
45 with ".*".
46
47 2019-07-29 Tom de Vries <tdevries@suse.de>
48
49 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
50 Pass prompt_regexp parameter to gdb_test_multiple calls.
51
52 2019-07-29 Tom de Vries <tdevries@suse.de>
53
54 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
55 print registers" regexps.
56
57 2019-07-29 Tom de Vries <tdevries@suse.de>
58
59 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
60
61 2019-07-29 Tom de Vries <tdevries@suse.de>
62
63 PR gdb/24855
64 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
65 (skip_python_tests_prompt): Add prompt_regexp argument to
66 gdb_test_multiple calls.
67
68 2019-07-27 Tom Tromey <tom@tromey.com>
69
70 * gdb.tui/main.exp: New file.
71
72 2019-07-27 Tom Tromey <tom@tromey.com>
73
74 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
75 optional.
76 * gdb.tui/empty.exp: New file.
77
78 2019-07-27 Tom Tromey <tom@tromey.com>
79
80 * lib/tuiterm.exp (spawn): New proc.
81 (Term::resize): New proc.
82 * gdb.tui/resize.exp: New file.
83
84 2019-07-27 Tom Tromey <tom@tromey.com>
85
86 * gdb.tui/list.exp: New file.
87
88 2019-07-27 Tom Tromey <tom@tromey.com>
89
90 * gdb.tui/regs.exp: New file.
91
92 2019-07-27 Tom Tromey <tom@tromey.com>
93
94 * gdb.tui/basic.exp: Add "layout split" test.
95
96 2019-07-27 Tom Tromey <tom@tromey.com>
97
98 * gdb.tui/basic.exp: Add "layout asm" test.
99
100 2019-07-27 Tom Tromey <tom@tromey.com>
101
102 * lib/tuiterm.exp: New file.
103 * gdb.tui/basic.exp: New file.
104
105 2019-07-27 Kevin Buettner <kevinb@redhat.com>
106
107 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
108 Enable tests associated with this flag. Adjust regex
109 referencing "foo_low" to now refer to "foo_cold" instead.
110
111 2019-07-27 Kevin Buettner <kevinb@redhat.com>
112
113 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
114 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
115 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
116 foo_cold. Revise comments to match.
117 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
118 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
119 were wrapped into this proc; Call do_test in loop from outermost
120 level.
121 (foo_low): Rename all occurrences to "foo_cold".
122 (backtrace from baz): New test.
123 (x2/i foo_cold): New test.
124 (info line *foo_cold): New test.
125
126 2019-07-26 Tom de Vries <tdevries@suse.de>
127
128 * gdb.arch/i386-pkru.exp: Fix unterminated string.
129
130 2019-07-25 Tom de Vries <tdevries@suse.de>
131
132 PR testsuite/24830
133 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
134 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
135 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
136 (skip_libstdcxx_probe_tests): ... here.
137 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
138
139 2019-07-24 Tom de Vries <tdevries@suse.de>
140
141 PR testsuite/24807
142 * gdb.objc/basicclass.m: Include stdio.h.
143 * gdb.objc/nondebug.m: Same.
144 * gdb.objc/objcdecode.m: Same.
145
146 2019-07-24 Tom de Vries <tdevries@suse.de>
147
148 PR testsuite/24612
149 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
150 additional_flags.
151
152 2019-07-24 Tom de Vries <tdevries@suse.de>
153
154 PR testsuite/24831
155 * gdb.multi/tids.exp: Update error messages for info threads.
156
157 2019-07-24 Tom de Vries <tdevries@suse.de>
158
159 * gdb.base/info-types.exp: Allow info types to print info for more than
160 one file.
161
162 2019-07-23 Tom de Vries <tdevries@suse.de>
163
164 PR testsuite/24842
165 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
166 gdb_spawn_with_cmdline_opts.
167
168 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
169
170 * gdb.arch/arm-cmse-sgstubs.c: New test.
171 * gdb.arch/arm-cmse-sgstubs.exp: New file.
172
173 2019-07-23 Tom de Vries <tdevries@suse.de>
174
175 PR testsuite/24711
176 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
177 issuing next command.
178
179 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 * gdb.ada/info_auto_lang.exp: Update expected results.
182 * gdb.base/info-types.c: Add additional types to check.
183 * gdb.base/info-types.exp: Update expected results.
184
185 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
186
187 * gdb.base/info-types.c: New file.
188 * gdb.base/info-types.exp: New file.
189
190 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
191
192 * gdb.arch/riscv-bp-infcall.c: New file.
193 * gdb.arch/riscv-bp-infcall.exp: New file.
194
195 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
196
197 PR breakpoints/24541
198 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
199
200 2019-07-14 Tom de Vries <tdevries@suse.de>
201
202 PR testsuite/24760
203 * gdb.objc/basicclass.exp: Fix unterminated string.
204
205 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
206 Andrew Burgess <andrew.burgess@embecosm.com>
207
208 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
209 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
210 negative bounds.
211 * gdb.fortran/vla-value.exp: Print elements of an array with
212 negative bounds.
213 * gdb.fortran/vla.f90: Setup an array with negative bounds for
214 testing.
215
216 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
217
218 * gdb.base/options.exp (expect_string): Dequote strings in
219 results.
220 (test-string): Test strings with different quoting and reindent.
221
222 2019-07-10 Tom Tromey <tromey@adacore.com>
223
224 * gdb.ada/mi_ex_cond.exp: Update expected results.
225 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
226 * gdb.ada/mi_catch_ex.exp: Update expected results.
227 * gdb.ada/mi_catch_assert.exp: Update expected results.
228 * gdb.ada/catch_ex.exp (catch_exception_info)
229 (catch_exception_entry, catch_assert_entry)
230 (catch_unhandled_entry): Update.
231 * gdb.ada/catch_assert_if.exp: Update expected results.
232
233 2019-07-10 Richard Bunt <richard.bunt@arm.com>
234 Stephen Roberts <stephen.roberts@arm.com>
235
236 * gdb.base/define.exp: Restore original prompt.
237
238 2019-07-09 Pedro Alves <palves@redhat.com>
239
240 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
241 breakpoints" output.
242 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
243 * gdb.python/py-breakpoint.exp: No longer expect that "catch
244 throw" creates breakpoint.
245 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
246 'type="catchpoint"'.
247
248 2019-07-09 Pedro Alves <palves@redhat.com>
249
250 PR c++/15468
251 * gdb.cp/except-multi-location-lib.cc: New.
252 * gdb.cp/except-multi-location-main.cc: New.
253 * gdb.cp/except-multi-location.exp: New.
254
255 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
256
257 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
258 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
259 argument and update callers.
260
261 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
262
263 * gdb.arch/amd64-break-on-asm-line.S: New file.
264 * gdb.arch/amd64-break-on-asm-line.exp: New file.
265
266 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
267
268 * gdb.base/printcmds.exp: Test printing C string and
269 C wide string convenience vars without transiting via the inferior.
270 Also make test names unique.
271
272 2019-07-08 Alan Hayward <alan.hayward@arm.com>
273
274 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
275
276 2019-07-04 Pedro Alves <palves@redhat.com>
277
278 * lib/gdb.exp (foreach_with_prefix): Don't return early if
279 body returned ok(0), break(3) or continue(4).
280 * gdb.testsuite/foreach_with_prefix.exp: New file.
281
282 2019-07-04 Alan Hayward <alan.hayward@arm.com>
283
284 * gdb.server/unittest.exp: Allow 0 unit tests to run.
285
286 2019-07-03 Pedro Alves <palves@redhat.com>
287
288 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
289 "return -code".
290
291 2019-07-03 Pedro Alves <palves@redhat.com>
292
293 PR cli/24732
294 * gdb.base/shell.exp: Load completion-support.exp.
295 Adjust expected error output. Add completion tests.
296
297 2019-07-03 Pedro Alves <palves@redhat.com>
298
299 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
300 string_to_regexp.
301
302 2019-07-03 Pedro Alves <palves@redhat.com>
303
304 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
305 (expect_integer): Adjust to expect "-string".
306 (expect_string): New.
307 (all_options): Expect "-string".
308 (test-flag, test-boolean): Adjust to expect "-string".
309 (test-string): New proc.
310 (top level): Call it.
311
312 2019-07-03 Pedro Alves <palves@redhat.com>
313
314 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
315 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
316 the expected output in the success.
317
318 2019-07-03 Pedro Alves <palves@redhat.com>
319
320 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
321 Split one gdb_test_multiple call in two to avoid a race.
322
323 2019-07-03 Pedro Alves <palves@redhat.com>
324
325 * gdb.base/with.c: New file.
326 * gdb.base/with.exp: New file.
327
328 2019-07-03 Pedro Alves <palves@redhat.com>
329
330 * gdb.base/settings.exp: Replace all references to "maint
331 test-settings set" with references to "maint set test-settings",
332 and all references to "maint test-settings show" with references
333 to "maint show test-settings".
334
335 2019-07-03 Pedro Alves <palves@redhat.com>
336
337 * gdb.base/settings.exp (test-string): Adjust expected out when
338 testing "maint test-settings show filename"
339
340 2019-07-02 Pedro Alves <palves@redhat.com>
341
342 * gdb.base/options.exp (test-info-threads): New procedure.
343 (top level): Call it.
344
345 2019-06-28 Tom Tromey <tromey@adacore.com>
346
347 * gdb.dwarf2/ada-linkage-name.c: New file.
348 * gdb.dwarf2/ada-linkage-name.exp: New file.
349
350 2019-06-27 Tom Tromey <tromey@adacore.com>
351
352 * gdb.cp/constexpr-field.exp: Use setup_xfail.
353
354 2019-06-26 Tom de Vries <tdevries@suse.de>
355
356 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
357
358 2019-06-26 Tom de Vries <tdevries@suse.de>
359
360 * gdb.base/index-cache.exp: Add back missing debug option.
361
362 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
363
364 * gdb.base/alias.exp: Test non matching/non existing prefixes.
365
366 2019-06-25 Tom de Vries <tdevries@suse.de>
367
368 PR testsuite/24727
369 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
370
371 2019-06-24 Tom de Vries <tdevries@suse.de>
372
373 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
374
375 2019-06-24 Tom de Vries <tdevries@suse.de>
376
377 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
378 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
379 * gdb.trace/unavailable-dwarf-piece.exp: Same.
380
381 2019-06-24 Tom de Vries <tdevries@suse.de>
382
383 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
384
385 2019-06-21 Tom de Vries <tdevries@suse.de>
386
387 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
388
389 2019-06-21 Tom de Vries <tdevries@suse.de>
390
391 PR testsuite/24518
392 PR ada/24713
393 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
394 index.
395
396 2019-06-19 Tom Tromey <tromey@adacore.com>
397
398 * gdb.ada/length_cond.exp: Add intro comment.
399
400 2019-06-19 Tom Tromey <tromey@adacore.com>
401
402 * gdb.ada/length_cond.exp: New file.
403 * gdb.ada/length_cond/length_cond.adb: New file.
404 * gdb.ada/length_cond/pck.adb: New file.
405 * gdb.ada/length_cond/pck.ads: New file.
406
407 2019-06-18 Tom de Vries <tdevries@suse.de>
408
409 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
410
411 2019-06-18 Tom Tromey <tromey@adacore.com>
412
413 * gdb.base/list0.h: Add comment explaining control character.
414
415 2019-06-18 Tom de Vries <tdevries@suse.de>
416
417 * boards/fission.exp: Break up long debug_flags line.
418
419 2019-06-16 Tom de Vries <tdevries@suse.de>
420
421 PR gdb/24445
422 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
423 generated index.
424
425 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
426
427 PR gdb/24686
428 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
429 improve detection of bug gdb/24541.
430
431 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
432
433 PR gdb/24669
434 * gdb.base/index-cache.exp (uses_readnow,
435 expecting_index_cache_use): Define global variable.
436 (test_cache_enabled_miss, test_cache_enabled_hit): Use
437 expecting_index_cache_use.
438
439 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
440 Andrew Burgess <andrew.burgess@embecosm.com>
441
442 * gdb.fortran/pointers.f90: New file.
443 * gdb.fortran/print_type.exp: New file.
444 * gdb.fortran/vla-ptype.exp: Adapt expected results.
445 * gdb.fortran/vla-type.exp: Likewise.
446 * gdb.fortran/vla-value.exp: Likewise.
447 * gdb.mi/mi-vla-fortran.exp: Likewise.
448
449 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
450
451 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
452 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
453 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
454 as a stop reason.
455
456 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
457
458 * gdb.base/annota1.exp: Update expected results.
459 * gdb.cp/annota2.exp: Likewise.
460 * gdb.cp/annota3.exp: Likewise.
461
462 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
463
464 * gdb.base/style-logging.exp: Remove path from test name.
465
466 2019-06-14 Tom Tromey <tromey@adacore.com>
467
468 PR gdb/24502:
469 * gdb.base/style-logging.exp: New file.
470
471 2019-06-14 Tom Tromey <tromey@adacore.com>
472
473 * gdb.base/symfile-warn.exp: New file.
474 * gdb.base/symfile-warn.c: New file.
475
476 2019-06-14 Tom Tromey <tromey@adacore.com>
477
478 * gdb.base/annotate-symlink.exp: New file.
479
480 2019-06-14 Tom Tromey <tromey@adacore.com>
481
482 * gdb.ada/set_wstr.exp: Add reassignment test.
483
484 2019-06-14 Tom Tromey <tromey@adacore.com>
485
486 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
487 'unchecked_access and 'unrestricted_access as well.
488
489 2019-06-14 Tom Tromey <tromey@adacore.com>
490
491 PR ada/24539:
492 * gdb.ada/vla.exp: Update tests.
493 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
494 pragma.
495
496 2019-06-13 Pedro Alves <palves@redhat.com>
497
498 * gdb.base/settings.exp (test-integer): Test junk after
499 "unlimited".
500
501 2019-06-13 Pedro Alves <palves@redhat.com>
502
503 * gdb.base/options.exp (test-thread-apply): New.
504 (top level): Call it.
505
506 2019-06-13 Pedro Alves <palves@redhat.com>
507
508 * gdb.base/options.exp (test-frame-apply): New.
509 (top level): Test print commands with different "frame apply"
510 prefixes.
511
512 2019-06-13 Pedro Alves <palves@redhat.com>
513
514 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
515 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
516 'max_completions' parameter and handle it.
517 (test_gdb_completion_offers_commands): New.
518
519 2019-06-13 Pedro Alves <palves@redhat.com>
520
521 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
522
523 2019-06-13 Pedro Alves <palves@redhat.com>
524
525 * gdb.base/options.exp (test-backtrace): New.
526 (top level): Call it.
527
528 2019-06-13 Pedro Alves <palves@redhat.com>
529
530 * gdb.guile/scm-frame-args.exp: Use "set print
531 raw-frame-arguments" instead of "set print raw frame-arguments".
532 * gdb.python/py-frame-args.exp: Likewise.
533
534 2019-06-13 Pedro Alves <palves@redhat.com>
535
536 * gdb.compile/compile.exp: Adjust expected output to option
537 processing changes.
538
539 2019-06-13 Pedro Alves <palves@redhat.com>
540
541 * gdb.base/options.exp: Build executable.
542 (test-print): New procedure.
543 (top level): Call it, once for "print" and another for "compile
544 print".
545
546 2019-06-13 Pedro Alves <palves@redhat.com>
547
548 * gdb.base/options.c: New file.
549 * gdb.base/options.exp: New file.
550
551 2019-06-13 Pedro Alves <palves@redhat.com>
552
553 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
554 that "o" is ambiguous.
555
556 2019-06-13 Pedro Alves <palves@redhat.com>
557
558 * gdb.base/settings.c: New file.
559 * gdb.base/settings.exp: New file.
560
561 2019-06-13 Pedro Alves <palves@redhat.com>
562
563 * gdb.base/completion.exp: Fix comment typo.
564
565 2019-06-13 Pedro Alves <palves@redhat.com>
566
567 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
568 foo --1" test.
569
570 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
571
572 * gdb.fortran/block-data.f: New.
573 * gdb.fortran/block-data.exp: New.
574
575 2019-06-11 Tom de Vries <tdevries@suse.de>
576
577 PR testsuite/24521
578 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
579 message.
580
581 2019-06-11 Tom de Vries <tdevries@suse.de>
582
583 PR testsuite/24521
584 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
585
586 2019-06-11 Tom de Vries <tdevries@suse.de>
587
588 * boards/readnow.exp: New file.
589
590 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
591
592 * gdb.fortran/vla-sizeof.exp: Update expected results.
593
594 2019-06-06 Amos Bird <amosbird@gmail.com>
595
596 * gdb.base/annota1.exp (thread_switch): Add test for
597 thread-exited annotation.
598
599 2019-06-06 Tom Tromey <tromey@adacore.com>
600
601 * gdb.base/maint.exp: Expect command started/finished output.
602
603 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
604
605 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
606 comment.
607 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
608
609 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
610
611 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
612 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
613 * gdb.arch/riscv-unwind-long-insn.c: New file.
614 * gdb.arch/riscv-unwind-long-insn.exp: New file.
615
616 2019-06-04 Christian Biesinger <cbiesinger@google.com>
617
618 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
619
620 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
621
622 * lib/gdb.exp (help_list_trailer): New regexp variable
623 factorizing the help trailer message.
624 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
625 arg to allow to better factorize various tests.
626 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
627 (test_prefix_command_help): Use help_list_trailer.
628 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
629 * gdb.guile/scm-cmd.exp: Likewise.
630 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
631 * gdb.base/help.exp: Use test_user_defined_class_help.
632 * gdb.base/style.exp: Add tests for styling of help and apropos.
633 * lib/gdb-utils.exp (style): Add title and highlight styles.
634
635 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
636
637 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
638 $_shell_exitsignal.
639 * gdb.base/default.exp: Update for new convenience variables.
640
641 2019-05-29 Tom Tromey <tromey@adacore.com>
642
643 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
644 to "break complete ada" test case's regexp.
645
646 2019-05-29 Tom Tromey <tromey@adacore.com>
647
648 PR c++/20020:
649 * gdb.cp/constexpr-field.exp: New file.
650 * gdb.cp/constexpr-field.cc: New file.
651
652 2019-05-29 Tom Tromey <tromey@adacore.com>
653
654 * gdb.base/finish.exp (finish_no_print): New proc.
655 (finish_tests): Call it.
656
657 2019-05-24 Tom de Vries <tdevries@suse.de>
658
659 * gdb.dwarf2/gdb-add-index.exp: New file.
660
661 2019-05-22 Tom Tromey <tromey@adacore.com>
662
663 * gdb.base/info-shared.exp (check_info_shared): Use "style".
664 * gdb.base/style.exp: Use "style".
665 * lib/gdb-utils.exp (style): New proc.
666
667 2019-05-22 Tom de Vries <tdevries@suse.de>
668
669 * gdb.base/align.exp: Require c++11.
670
671 2019-05-22 Tom de Vries <tdevries@suse.de>
672
673 PR testsuite/24586
674 * gdb.python/py-mi-var-info-path-expression.exp: Call
675 mi_skip_python_tests to check if python is supported.
676
677 2019-05-22 Alan Hayward <alan.hayward@arm.com>
678
679 * gdb.arch/aarch64-pauth.c: New test.
680 * gdb.arch/aarch64-pauth.exp: New file.
681
682 2019-05-22 Alan Hayward <alan.hayward@arm.com>
683
684 * README (Re-running Tests Outside The Testsuite): New section.
685
686 2019-05-21 Tom de Vries <tdevries@suse.de>
687
688 * gdb.arch/amd64-eval.exp: Require c++11.
689 * gdb.base/max-depth.exp: Same.
690 * gdb.compile/compile-cplus-array-decay.exp: Same.
691 * gdb.cp/meth-typedefs.exp: Same.
692 * gdb.cp/subtypes.exp: Same.
693 * gdb.cp/temargs.exp: Same.
694
695 2019-05-21 Alan Hayward <alan.hayward@arm.com>
696
697 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
698
699 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
700
701 PR gdb/18644
702 * gdb.fortran/complex.exp: Remove setup_kfail calls.
703 * gdb.fortran/printing-types.exp: Add new test.
704 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
705 testing.
706 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
707 setup_kfail call.
708
709 2019-05-17 Alan Hayward <alan.hayward@arm.com>
710
711 * README (Running the Testsuite): Change example.
712 (Testsuite Parameters): Remove TRANSCRIPT.
713 * lib/gdb.exp: Remove TRANSCRIPT check.
714
715 2019-05-17 Alan Hayward <alan.hayward@arm.com>
716
717 * README (Testsuite Parameters): Add replay logging to
718 GDBSERVER_DEBUG.
719 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
720 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
721 as a comma separated list.
722 (gdb_debug_init): Override procedure.
723
724 2019-05-17 Alan Hayward <alan.hayward@arm.com>
725
726 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
727 (gdb_write_cmd_file): New procedure.
728 * lib/gdbserver-support.exp (gdbserver_start): Call
729 gdbserver_write_cmd_file.
730 (gdbserver_write_cmd_file): New procedure.
731
732 2019-05-17 Alan Hayward <alan.hayward@arm.com>
733
734 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
735 (delete_breakpoints): Likewise.
736 (gdb_run_cmd): Likewise.
737 (gdb_start_cmd): Likewise.
738 (gdb_starti_cmd): Likewise.
739 (gdb_internal_error_resync): Likewise.
740 (gdb_test_multiple): Likewise.
741 (gdb_reinitialize_dir): Likewise.
742 (default_gdb_exit): Likewise.
743 (gdb_file_cmd): Mark kill as optional.
744 (default_gdb_start): Call gdb_stdin_log_init.
745 (send_gdb): Call gdb_stdin_log_write.
746 (rerun_to_main): Mark Y as an answer.
747 (gdb_stdin_log_init): New function.
748 (gdb_stdin_log_write): Likewise.
749
750 2019-05-17 Alan Hayward <alan.hayward@arm.com>
751
752 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
753 * gdb.base/debug-expr.exp: Likewise.
754 * gdb.base/foll-fork.exp: Likewise.
755 * gdb.base/foll-vfork.exp: Likewise.
756 * gdb.base/fork-print-inferior-events.exp: Likewise.
757 * gdb.base/gdb-sigterm.exp: Likewise.
758 * gdb.base/gdbinit-history.exp: Likewise.
759 * gdb.base/osabi.exp: Likewise.
760 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
761 * gdb.base/ui-redirect.exp: Likewise.
762 * gdb.gdb/unittest.exp: Likewise.
763 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
764 * gdb.mi/mi-watch.exp: Likewise.
765 * gdb.mi/new-ui-mi-sync.exp: Likewise.
766 * gdb.mi/user-selected-context-sync.exp: Likewise.
767 * gdb.python/python.exp: Disable debug test when debugging.
768 * gdb.threads/check-libthread-db.exp: Disable when debugging.
769 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
770 Likewise.
771 * gdb.threads/stepi-random-signal.exp: Likewise.
772
773 2019-05-17 Alan Hayward <alan.hayward@arm.com>
774
775 * Makefile.in: Pass through GDB_DEBUG.
776 * README (Testsuite Parameters): Add GDB_DEBUG.
777 (gdb,debug): Add board setting.
778 * lib/gdb.exp (default_gdb_start): Start debugging.
779 (gdb_debug_enabled): New procedure.
780 (gdb_debug_init): Likewise.
781
782 2019-05-17 Alan Hayward <alan.hayward@arm.com>
783
784 * Makefile.in: Pass through GDB_DEBUG.
785 * README (Testsuite Parameters): Add GDB_DEBUG.
786 (gdb,debug): Add board setting.
787 * lib/gdb.exp (default_gdb_start): Start debugging.
788 (gdb_debug_enabled): New procedure.
789 (gdb_debug_init): Likewise.
790
791 2019-05-17 Alan Hayward <alan.hayward@arm.com>
792
793 * gdb.base/ui-redirect.exp: Add debug redirect tests.
794
795 2019-05-17 Alan Hayward <alan.hayward@arm.com>
796
797 * gdb.base/ui-redirect.exp: Test redirection.
798
799 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
800
801 * gdb.mi/mi-complete.exp: New file.
802 * gdb.mi/mi-complete.cc: Likewise.
803
804 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
805
806 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
807 indexed and sliced arrays, and pointers to arrays.
808
809 2019-05-14 Tom Tromey <tromey@adacore.com>
810
811 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
812 styling test.
813
814 2019-05-14 Tom de Vries <tdevries@suse.de>
815
816 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
817 selection entry encoding.
818
819 2019-05-10 Tom Tromey <tromey@adacore.com>
820
821 * gdb.ada/info_exc.exp: Add "complete" test.
822
823 2019-05-09 Tom de Vries <tdevries@suse.de>
824
825 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
826 CU-relative.
827
828 2019-05-09 Tom de Vries <tdevries@suse.de>
829
830 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
831 CU-relative.
832
833 2019-05-08 Joel Brobecker <brobecker@adacore.com>
834
835 * gdb.ada/frame_arg_lang.exp: New testcase.
836 * gdb.ada/frame_arg_lang/bla.adb: New file.
837 * gdb.ada/frame_arg_lang/pck.ads: New file.
838 * gdb.ada/frame_arg_lang/pck.adb: New file.
839 * gdb.ada/frame_arg_lang/foo.c: New file.
840
841 2019-05-08 Tom Tromey <tromey@adacore.com>
842
843 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
844
845 2019-05-08 Tom Tromey <tromey@adacore.com>
846
847 * gdb.base/ptype-offsets.exp: Update tests.
848
849 2019-05-08 Tom Tromey <tromey@adacore.com>
850
851 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
852 cases.
853 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
854 "short".
855
856 2019-05-08 Tom Tromey <tromey@adacore.com>
857
858 * gdb.ada/vla.exp: New file.
859 * gdb.ada/vla/vla.adb: New file.
860
861 2019-05-07 Tom de Vries <tdevries@suse.de>
862
863 * gdb.base/index-cache.exp (ls_host): Fix return statement.
864
865 2019-05-07 Tom de Vries <tdevries@suse.de>
866
867 PR testsuite/24522
868 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
869 section.
870
871 2019-05-07 Tom de Vries <tdevries@suse.de>
872
873 PR testsuite/24522
874 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
875 .debug_aranges section.
876
877 2019-05-07 Tom de Vries <tdevries@suse.de>
878
879 PR testsuite/24159
880 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
881
882 2019-05-06 Tom de Vries <tdevries@suse.de>
883
884 * lib/gdb.exp (exec_has_index_section): New proc.
885 * gdb.base/index-cache.exp: Handle case that binfile contains an index
886 section.
887
888 2019-05-04 Tom de Vries <tdevries@suse.de>
889
890 * boards/cc-with-debug-names.exp: New file.
891
892 2019-05-03 Tom Tromey <tromey@adacore.com>
893
894 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
895 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
896 * gdb.ada/char_enum.exp: Add test.
897
898 2019-05-03 Tom de Vries <tdevries@suse.de>
899
900 * boards/cc-with-gdb-index.exp: New file.
901
902 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
903
904 * gdb.rust/simple.exp: Add new test case.
905 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
906 (main): Initialise an instance of the new struct.
907
908 2019-05-01 Tom Tromey <tromey@adacore.com>
909
910 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
911 record.
912 (NPR): New variable.
913 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
914 test.
915
916 2019-05-01 Tom Tromey <tromey@adacore.com>
917
918 * gdb.ada/packed_array_assign.exp: Add packed assignment
919 regression test.
920
921 2019-05-01 Tom de Vries <tdevries@suse.de>
922
923 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
924
925 2019-05-01 Tom de Vries <tdevries@suse.de>
926
927 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
928
929 2019-04-30 Ali Tamur <tamur@google.com>
930
931 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
932
933 2019-04-30 Tom Tromey <tromey@adacore.com>
934
935 * lib/ada.exp (find_ada_tool): New proc.
936 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
937 * gdb.ada/catch_ex_std.exp: New file.
938 * gdb.ada/catch_ex_std/foo.adb: New file.
939 * gdb.ada/catch_ex_std/some_package.adb: New file.
940 * gdb.ada/catch_ex_std/some_package.ads: New file.
941
942 2019-04-30 Tom Tromey <tromey@adacore.com>
943
944 PR c++/24470:
945 * gdb.cp/temargs.cc: Add test code from PR.
946
947 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
948
949 * gdb.fortran/vla-datatypes.exp: Update expected results.
950 * gdb.fortran/vla-ptype.exp: Likewise.
951 * gdb.fortran/vla-type.exp: Likewise.
952 * gdb.fortran/vla-value.exp: Likewise.
953
954 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
955
956 * gdb.fortran/ptr-indentation.exp: Update expected results.
957 * gdb.fortran/ptype-on-functions.exp: Likewise.
958 * gdb.fortran/vla-ptr-info.exp: Likewise.
959 * gdb.fortran/vla-value.exp: Likewise.
960
961 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
962
963 * gdb.fortran/ptype-on-functions.exp: New file.
964 * gdb.fortran/ptype-on-functions.f90: New file.
965
966 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
967
968 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
969 case void string.
970
971 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
972
973 * gdb.fortran/complex.exp: Expand.
974 * gdb.fortran/complex.f: Renamed to...
975 * gdb.fortran/complex.f90: ...this, and extended to add more
976 complex values.
977
978 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
979
980 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
981 MODULO, CMPLX.
982
983 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
984 Richard Bunt <richard.bunt@arm.com>
985
986 * gdb.base/max-depth.c: New file.
987 * gdb.base/max-depth.exp: New file.
988 * gdb.python/py-nested-maps.c: New file.
989 * gdb.python/py-nested-maps.exp: New file.
990 * gdb.python/py-nested-maps.py: New file.
991 * gdb.python/py-format-string.exp (test_max_depth): New proc.
992 (test_all_common): Call test_max_depth.
993 * gdb.fortran/max-depth.exp: New file.
994 * gdb.fortran/max-depth.f90: New file.
995 * gdb.go/max-depth.exp: New file.
996 * gdb.go/max-depth.go: New file.
997 * gdb.modula2/max-depth.exp: New file.
998 * gdb.modula2/max-depth.c: New file.
999 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1000
1001 2019-04-29 Tom de Vries <tdevries@suse.de>
1002
1003 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1004
1005 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1006
1007 * gdb.base/callexit.exp: Test may-call-functions off.
1008
1009 2019-04-25 Keith Seitz <keiths@redhat.com>
1010
1011 PR c++/24367
1012 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1013 (another_incomplete_struct, test_incomplete): New definitions.
1014 (main): Use new definitions.
1015 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1016 functions.
1017
1018 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1019
1020 PR corefiles/11608
1021 PR corefiles/18187
1022 * gdb.base/coredump-filter-build-id.exp: New file.
1023
1024 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1025
1026 * Makefile.in: Pass through GDBSERVER_DEBUG.
1027 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1028 (gdbserver,debug): Add board setting.
1029 * gdb.trace/tspeed.exp: Skip when debugging.
1030 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1031 * lib/gdbserver-support.exp: Likewise
1032
1033 2019-04-24 Tom Tromey <tromey@adacore.com>
1034
1035 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1036 Rust.
1037
1038 2019-04-24 Tom Tromey <tromey@adacore.com>
1039
1040 * gdb.arch/amd64-eval.exp: Test bitfield return.
1041 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1042 (class Foo) <return_bitfields>: New method.
1043 (main): Call it.
1044
1045 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1046
1047 * gdb.cp/many-args.cc: New file.
1048 * gdb.cp/many-args.exp: New file.
1049
1050 2019-04-23 Tom de Vries <tdevries@suse.de>
1051
1052 PR gdb/24433
1053 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1054
1055 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1056
1057 * gdb.trace/backtrace.exp: Use nopie flag.
1058 * gdb.trace/circ.exp: Likewise.
1059 * gdb.trace/collection.exp: Likewise.
1060 * gdb.trace/ftrace.exp: Likewise.
1061 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1062 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1063 * gdb.trace/qtro.exp: Likewise.
1064 * gdb.trace/read-memory.exp: Likewise.
1065 * gdb.trace/report.exp: Likewise.
1066 * gdb.trace/tfile.exp: Likewise.
1067 * gdb.trace/tfind.exp: Likewise.
1068 * gdb.trace/unavailable.exp: Likewise.
1069
1070 2019-04-22 Pedro Alves <palves@redhat.com>
1071
1072 * gdb.base/solib-probes-nosharedlibrary.c,
1073 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1074
1075 2019-04-19 Tom Tromey <tromey@adacore.com>
1076
1077 * gdb.ada/ptype_union.c: New file.
1078 * gdb.ada/ptype_union.exp: New file.
1079
1080 2019-04-19 Tom Tromey <tromey@adacore.com>
1081
1082 PR symtab/24423:
1083 * gdb.base/list0.h (foo): Add a control-l character.
1084
1085 2019-04-18 Tom de Vries <tdevries@suse.de>
1086
1087 PR gdb/24433
1088 * boards/local-board.exp: Set sysroot to "".
1089
1090 2019-04-18 Tom de Vries <tdevries@suse.de>
1091 Pedro Alves <palves@redhat.com>
1092
1093 PR gdb/24454
1094 * gdb.threads/vfork-follow-child-exec.c: New file.
1095 * gdb.threads/vfork-follow-child-exec.exp: New file.
1096 * gdb.threads/vfork-follow-child-exit.c: New file.
1097 * gdb.threads/vfork-follow-child-exit.exp: New file.
1098
1099 2019-04-15 Leszek Swirski <leszeks@google.com>
1100
1101 * gdb.arch/amd64-eval.cc: New file.
1102 * gdb.arch/amd64-eval.exp: New file.
1103
1104 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1105
1106 * gdb.server/sysroot.c: New test.
1107 * gdb.server/sysroot.exp: New file.
1108 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1109 matching param.
1110
1111 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1112
1113 * gdb.base/align.exp: Extend test to cover structures containing
1114 only static fields.
1115
1116 2019-04-11 Tom de Vries <tdevries@suse.de>
1117
1118 * boards/cc-with-dwz-m.exp: New file.
1119 * boards/cc-with-dwz.exp: New file.
1120 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1121
1122 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1123
1124 * gdb.base/start-cpp.exp: New file.
1125 * gdb.base/start-cpp.cc: New file.
1126
1127 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1128
1129 * gdb.python/py-thrhandle.exp: Adjust tests to call
1130 thread_from_handle instead of thread_from_thread_handle.
1131
1132 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1133
1134 * gdb.python/py-thrhandle.exp: Add tests for
1135 gdb.InferiorThread.handle.
1136
1137 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1138
1139 * gdb.python/py-function.exp: Check calling helper function from
1140 all languages.
1141 * lib/gdb.exp (gdb_supported_languages): New proc.
1142
1143 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1144
1145 * gdb.base/complex-parts.c: New file.
1146 * gdb.base/complex-parts.exp: New file.
1147
1148 2019-04-01 Tom Tromey <tromey@adacore.com>
1149
1150 PR symtab/23331:
1151 * gdb.dwarf2/dw2-ranges-main.c: New file.
1152 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1153 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1154
1155 2019-03-30 Simon Marchi <simark@simark.ca>
1156
1157 * gdb.base/default.exp: Add values for $_gdb_major and
1158 $_gdb_minor.
1159
1160 2019-03-29 Tom Tromey <tromey@adacore.com>
1161
1162 * gdb.base/help.exp: Tighten apropos regexp.
1163
1164 2019-03-29 Keith Seitz <keiths@redhat.com>
1165
1166 * gdb.fortran/array-bounds.exp: New file.
1167 * gdb.fortran/array-bounds.f90: New file.
1168
1169 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1170
1171 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1172
1173 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1174
1175 * gdb.multi/hello.c (main): Increase alarm timer.
1176
1177 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1178
1179 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1180 factor when no hardware watchpoint support.
1181
1182 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1183 Pedro Alves <palves@redhat.com>
1184
1185 * boards/local-board.exp: set sysroot to /.
1186
1187 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1188
1189 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1190 in child.
1191
1192 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1193
1194 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1195 field.
1196 (make_container): Initialise new field.
1197 * gdb.python/py-prettyprint.exp: Add new tests.
1198 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1199 <display_hint>: New method.
1200
1201 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1202
1203 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1204 gdb_continue_to_breakpoint more throughout this test.
1205 (run_lang_tests) Supply unique test names, and use
1206 gdb_test_no_output.
1207
1208 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1209
1210 * gdb.base/finish-pretty.exp: Update expected results.
1211 * gdb.base/pretty-print.c: New file.
1212 * gdb.base/pretty-print.exp: New file.
1213
1214 2019-03-25 Pedro Alves <palves@redhat.com>
1215
1216 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1217 move comments outside list. Append '-i "" eof' section.
1218
1219 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1220
1221 * README: Add pie options.
1222 * gdb.base/break-interp.exp: Ensure pie is disabled.
1223 * gdb.base/dump.exp: Likewise.
1224 * lib/gdb.exp (gdb_compile): Add pie option.
1225
1226 2019-03-19 Tom Tromey <tromey@adacore.com>
1227
1228 * gdb.mi/mi2-cli-display.c: New file.
1229 * gdb.mi/mi2-cli-display.exp: New file.
1230
1231 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1232 Tom Tromey <tromey@adacore.com>
1233
1234 * gdb.ada/ptype_array/pck.adb: New file.
1235 * gdb.ada/ptype_array/pck.ads: New file.
1236 * gdb.ada/ptype_array/foo.adb: New file.
1237 * gdb.ada/ptype_array.exp: New file.
1238
1239 2019-03-14 Tom Tromey <tromey@adacore.com>
1240
1241 * gdb.base/style.exp: Add "set style sources" test.
1242
1243 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1244
1245 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1246 * mi-breakpoint-multiple-locations.exp: ... this.
1247 (make_breakpoints_pattern): New proc.
1248 (do_test): Add mi_version parameter, test -break-insert,
1249 -break-info and =breakpoint-created.
1250
1251 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1252
1253 * config/default.exp: Remove 'load_lib gdb.exp'.
1254 * config/monitor.exp: Likewise.
1255 * config/sid.exp: Likewise.
1256 * config/sim.exp: Likewise.
1257 * config/slite.exp: Likewise.
1258 * config/unix.exp: Likewise.
1259 * gdb.base/default.exp: Remove unhelpful comment.
1260
1261 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1262
1263 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1264
1265 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1266
1267 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1268
1269 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1270
1271 * gdb.fortran/type-kinds.exp: Update expected results.
1272
1273 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1274
1275 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1276
1277 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1278
1279 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1280 function.
1281 (test_basic_parsing_of_type_kinds): Expand types tested.
1282 (test_parsing_invalid_type_kinds): New function.
1283
1284 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1285
1286 * gdb.fortran/intrinsics.exp: New file.
1287 * gdb.fortran/intrinsics.f90: New file.
1288 * gdb.fortran/type-kinds.exp: New file.
1289
1290 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1291
1292 * gdb.fortran/dot-ops.exp: New file.
1293
1294 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1295
1296 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1297 Check upper and lower case logical literals.
1298
1299 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1300
1301 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1302 Remove duplicate tests.
1303
1304 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1305
1306 * lib/gdb.exp (builtin_cd): rename of cd.
1307 (cd): Override builtin.
1308
1309 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1310
1311 * gdb.fortran/function-calls.exp: New file.
1312 * gdb.fortran/function-calls.f90: New test.
1313
1314 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1315
1316 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1317 on user program standard output.
1318 * gdb.fortran/short-circuit-argument-list.f90: Record function
1319 calls.
1320
1321 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1322
1323 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1324 failure.
1325
1326 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1327
1328 PR gdb/8527
1329 * gdb.base/interrupt-daemon-attach.c,
1330 gdb.base/interrupt-daemon-attach.exp: New test.
1331
1332 2019-02-27 Pedro Alves <palves@redhat.com>
1333
1334 * gdb.base/page.exp: Add tests for "set width/height -1".
1335
1336 2019-02-27 Pedro Alves <palves@redhat.com>
1337
1338 * gdb.base/page.exp: Add tests for "set/show width/height" with
1339 "infinite" values.
1340
1341 2019-02-27 Tom Tromey <tromey@adacore.com>
1342
1343 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1344 2.4.
1345 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1346 workaround.
1347
1348 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1349
1350 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1351 tests for structs with static members.
1352
1353 2019-02-26 Tom Tromey <tromey@adacore.com>
1354
1355 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1356 ValueError, not TypeError.
1357
1358 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1359
1360 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1361 call from main program.
1362
1363 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1364
1365 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1366 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1367 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1368 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1369 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1370
1371 2019-02-22 Keith Seitz <keiths@redhat.com>
1372
1373 PR symtab/23853
1374 * gdb.base/symlink-sourcefile.c: New file.
1375 * gdb.base/symlink-sourcefile.exp: New file.
1376
1377 2019-02-20 Tom Tromey <tom@tromey.com>
1378
1379 * gdb.base/info_qt.exp: Update.
1380
1381 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1382
1383 * gdb.base/source.exp: Move "error in sourced script" code to
1384 the end.
1385 * gdb.base/source-error.gdb: Move contents to
1386 source-error-1.gdb. Add new code to source source-error-1.gdb.
1387 * gdb.base/source-error-1.gdb: New file, from previous
1388 source-error.gdb.
1389
1390 2019-02-17 Tom Tromey <tom@tromey.com>
1391
1392 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1393 for macro styling.
1394 * gdb.base/style.c (SOME_MACRO): New macro.
1395
1396 2019-02-17 Tom Tromey <tom@tromey.com>
1397
1398 * gdb.base/style.exp: Add line-wrapping tests.
1399 * gdb.base/page.exp: Add test for quitting during pagination.
1400
1401 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1402
1403 * gdb.ada/big_packed_array: New testcase.
1404 * gdb.ada/homonym.exp: Fix incorrect expected output for
1405 "break <homonym__get_value>" test.
1406
1407 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1408
1409 PR breakpoints/21870
1410 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1411 and prepare_for_testing. Add comment.
1412 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1413 redundant cleanup call. Clean up comment.
1414
1415 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1416
1417 PR breakpoints/21870
1418 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1419 * gdb.arch/aarch64-dbreg-contents.c: New file.
1420
1421 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1422
1423 * gdb.ada/mi_ref_changeable: New testcase.
1424
1425 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1426
1427 * gdb.base/attach.exp: Add double attach test.
1428
1429 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1430
1431 * lib/gdb.exp (default_gdb_start): Don't match pagination
1432 prompt.
1433 (gdb_init): Set stty_init.
1434
1435 2019-01-27 Tom Tromey <tom@tromey.com>
1436
1437 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1438 skip_python_tests.
1439
1440 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1441
1442 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1443 New structure.
1444 (struct struct_static_02_02): Likewise.
1445 (struct struct_static_02_03): Likewise.
1446 (struct struct_static_02_04): Likewise.
1447 (struct struct_static_04_01): Likewise.
1448 (struct struct_static_04_02): Likewise.
1449 (struct struct_static_04_03): Likewise.
1450 (struct struct_static_04_04): Likewise.
1451 (struct struct_static_06_01): Likewise.
1452 (struct struct_static_06_02): Likewise.
1453 (struct struct_static_06_03): Likewise.
1454 (struct struct_static_06_04): Likewise.
1455 (cmp_struct_static_02_01): Likewise.
1456 (cmp_struct_static_02_02): Likewise.
1457 (cmp_struct_static_02_03): Likewise.
1458 (cmp_struct_static_02_04): Likewise.
1459 (cmp_struct_static_04_01): Likewise.
1460 (cmp_struct_static_04_02): Likewise.
1461 (cmp_struct_static_04_03): Likewise.
1462 (cmp_struct_static_04_04): Likewise.
1463 (cmp_struct_static_06_01): Likewise.
1464 (cmp_struct_static_06_02): Likewise.
1465 (cmp_struct_static_06_03): Likewise.
1466 (cmp_struct_static_06_04): Likewise.
1467 (call_all): Test new structs.
1468 * gdb.base/infcall-nested-structs.exp: Likewise.
1469
1470 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1471 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1472
1473 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1474 * gdb.base/stack-protector.c: New test.
1475 * gdb.base/stack-protector.exp: New file.
1476 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1477 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1478 option.
1479 (gdb_compile): Remove stack protector for GCC and prevent
1480 recursion.
1481
1482 2019-01-16 Keith Seitz <keiths@redhat.com>
1483
1484 PR gdb/23773
1485 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1486
1487 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1488
1489 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1490 aliases.
1491 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1492 tests.
1493 * gdb.arch/powerpc-vector-regs.c: New file.
1494 * gdb.arch/powerpc-vector-regs.exp: New file.
1495
1496 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1497
1498 * gdb.arch/altivec-regs.exp: Fix the list passed to
1499 gdb_expect_list when testing "info vector".
1500
1501 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1502
1503 * gdb.base/style.exp: Don't include path in testname.
1504
1505 2019-01-10 Keith Seitz <keiths@redhat.com>
1506
1507 PR gdb/23712
1508 PR symtab/23010
1509 * gdb.dwarf2/multidictionary.exp: New file.
1510
1511 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1512
1513 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1514 (test_gnuv3_style_demangling): ... this.
1515 (test_lucid_style_demangling): Remove.
1516 (test_arm_style_demangling): Remove.
1517 (test_hp_style_demangling): Remove.
1518 (do_tests): Remove calls to the above.
1519
1520 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1521
1522 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1523 case.
1524
1525 2019-01-06 Tom Tromey <tom@tromey.com>
1526
1527 PR gdb/28155:
1528 * gdb.dwarf2/typedef-void-finish.exp: New file.
1529
1530 2018-12-28 Tom Tromey <tom@tromey.com>
1531 Simon Marchi <simark@simark.ca>
1532
1533 * gdb.base/jit-exec.exp: New file.
1534 * gdb.base/jit-exec.c: New file.
1535 * gdb.base/jit-execd.c: New file.
1536
1537 2018-12-28 Tom Tromey <tom@tromey.com>
1538
1539 * gdb.base/style.exp: Update test to check for address styling.
1540
1541 2018-12-28 Tom Tromey <tom@tromey.com>
1542
1543 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1544 message.
1545
1546 2018-12-28 Tom Tromey <tom@tromey.com>
1547
1548 * gdb.base/style.exp: Add test for version number styling.
1549
1550 2018-12-28 Tom Tromey <tom@tromey.com>
1551
1552 * gdb.base/style.exp: Add test for print_address_symbolic.
1553
1554 2018-12-28 Tom Tromey <tom@tromey.com>
1555
1556 * gdb.base/style.exp: Add test for breakpoint setting.
1557
1558 2018-12-28 Tom Tromey <tom@tromey.com>
1559
1560 * gdb.base/style.exp: Add test for variable names.
1561
1562 2018-12-28 Tom Tromey <tom@tromey.com>
1563
1564 * gdb.base/style.exp: New file.
1565 * gdb.base/style.c: New file.
1566
1567 2018-12-28 Tom Tromey <tom@tromey.com>
1568
1569 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1570 "dumb".
1571 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1572 the TERM environment variable.
1573
1574 2018-12-27 Tom Tromey <tom@tromey.com>
1575
1576 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1577 pagination test.
1578
1579 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1580
1581 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1582 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1583
1584 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1585
1586 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1587 Filename a.adb changed to bp_fun_addr.adb.
1588 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1589
1590 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1591
1592 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1593 non-PIE executables.
1594 * README: Mention the gdb,nopie_flag board setting.
1595 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1596 non-PIE executable.
1597 * gdb.arch/amd64-entry-value.exp: Likewise.
1598 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1599 * gdb.arch/i386-float.exp: Likewise.
1600 * gdb.arch/i386-signal.exp: Likewise.
1601 * gdb.mi/mi-reg-undefined.exp: Likewise.
1602
1603 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1604
1605 PR gdb/23974
1606 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1607
1608 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1609
1610 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1611 Update order of results accordingly.
1612
1613 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1614
1615 * gdb.base/annota1.exp: Update a test regexp.
1616
1617 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1618
1619 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1620
1621 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1622
1623 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1624 (reuse_time): Initialize to REUSE_TIME_CAP.
1625 (check_rc): New function.
1626 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1627 Check pthread_create rc.
1628 (spawner_thread_func): Check pthread_create and pthread_join rc.
1629
1630 2018-12-08 Pedro Alves <palves@redhat.com>
1631
1632 * gdb.base/list.exp (test_forward_search): Rename to ...
1633 (test_forward_reverse_search): ... this. Also test reverse-search
1634 and the forward-search alias.
1635
1636 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1637
1638 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1639 local timeout variable before return, and remove all local timeout
1640 variable entirely.
1641 (gdb_load): Likewise.
1642
1643 2018-12-01 Tom de Vries <tdevries@suse.de>
1644
1645 * gdb.base/gdb-caching-proc.exp: New file.
1646
1647 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1648
1649 * Makefile.in (TIMESTAMP): New variable.
1650 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1651 command.
1652 (check-single-racy): Likewise.
1653 (check/%.exp): Likewise.
1654 (check-racy/%.exp): Likewise.
1655 (workers/%.worker): Likewise.
1656 (build-perf): Likewise.
1657 (check-perf): Likewise.
1658 * README: Describe new "TS" and "TS_FORMAT" variables.
1659 * print-ts.py: New file.
1660
1661 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1662
1663 PR python/23714
1664 * gdb.python/python.exp: Test command repetition after
1665 gdb.execute.
1666
1667 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1668
1669 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1670 is correctly aligned.
1671
1672 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1673
1674 * gdb.ada/info_auto_lang.exp: New testcase.
1675 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1676 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1677 * gdb.ada/info_auto_lang/some_c.c: New file.
1678
1679 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1680
1681 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1682 FUNC_lang language syntax.
1683
1684 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1685
1686 * gdb.base/info_minsym.c: New file.
1687 * gdb.base/info_minsym.exp: New file.
1688
1689 2018-11-19 Tom Tromey <tom@tromey.com>
1690
1691 PR rust/23625:
1692 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1693 * gdb.rust/expr.exp: Update expected output. Change one test.
1694
1695 2018-11-19 Tom Tromey <tom@tromey.com>
1696
1697 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1698
1699 2018-11-19 Pedro Alves <palves@redhat.com>
1700
1701 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1702 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1703 see the expected warning.
1704
1705 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1706
1707 PR gdb/22736:
1708 * gdb.cp/infcall-nodebug-lib.c: New test.
1709 * gdb.cp/infcall-nodebug-main.c: New test.
1710 * gdb.cp/infcall-nodebug.exp: New file.
1711
1712 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1713
1714 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1715 completer tests.
1716
1717 2018-11-09 Tom de Vries <tdevries@suse.de>
1718
1719 * gdb.base/msym-lang.c: New test.
1720 * gdb.base/msym-lang.exp: New file.
1721 * gdb.base/msym-lang-main.c: New test.
1722
1723 2018-11-08 Tom Tromey <tom@tromey.com>
1724
1725 PR gdb/23555:
1726 PR gdb/23838:
1727 * gdb.base/warning.exp: New file.
1728
1729 2018-11-08 Jan Beulich <jbeulich@suse.com>
1730
1731 * testsuite/gdb.arch/i386-avx512.c,
1732 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1733
1734 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1735
1736 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1737 point hardware.
1738
1739 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1740
1741 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1742 * gdb.dwarf2/missing-type-name.exp: New file.
1743
1744 2018-11-06 Tom de Vries <tdevries@suse.de>
1745
1746 * gdb.base/many-headers.c: New test.
1747 * gdb.base/many-headers.exp: New file.
1748
1749 2018-11-06 Jim Wilson <jimw@sifive.com>
1750
1751 * gdb.base/code_elim.exp: For riscv, set additional_flags
1752 to include -msmall-data-limit=0.
1753
1754 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1755
1756 * gdb.ada/watch_minus_l: New testcase.
1757
1758 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1759
1760 * gdb.arch/aix-sighandle.c: New file.
1761 * gdb.arch/aix-sighandle.exp: New file.
1762
1763 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1764
1765 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1766 registers being unions.
1767
1768 2018-10-31 Tom de Vries <tdevries@suse.de>
1769
1770 * lib/valgrind.exp: New file.
1771 (vgdb_start, vgdb_stop): New procs, factored out of ...
1772 * gdb.base/valgrind-bt.exp: ... here, ...
1773 * gdb.base/valgrind-disp-step.exp: ... here and ...
1774 * gdb.base/valgrind-infcall.exp: ... here.
1775
1776 2018-10-31 Tom de Vries <tdevries@suse.de>
1777
1778 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1779
1780 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1781
1782 * gdb.dwarf2/void-type.c: New file.
1783 * gdb.dwarf2/void-type.exp: New file.
1784
1785 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1786
1787 * gdb.base/info_qt.c: New file.
1788 * gdb.base/info_qt.exp: New file.
1789
1790 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1791
1792 * gdb.arch/powerpc-htm-regs.c: New file.
1793 * gdb.arch/powerpc-htm-regs.exp: New file.
1794
1795 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1796
1797 * gdb.arch/powerpc-tar.c: New file.
1798 * gdb.arch/powerpc-tar.exp: New file.
1799
1800 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1801
1802 * gdb.arch/powerpc-ppr-dscr.c: New file.
1803 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1804
1805 2018-10-25 Tom de Vries <tdevries@suse.de>
1806
1807 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1808
1809 2018-10-24 Tom de Vries <tdevries@suse.de>
1810
1811 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1812 longer exists error.
1813
1814 2018-10-24 Tom de Vries <tdevries@suse.de>
1815
1816 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1817
1818 2018-10-24 Tom de Vries <tdevries@suse.de>
1819
1820 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1821 --db-attach in valgrind.
1822
1823 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1824
1825 * gdb.arch/riscv-reg-aliases.c: New file.
1826 * gdb.arch/riscv-reg-aliases.exp: New file.
1827
1828 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1829
1830 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1831
1832 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1833
1834 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1835
1836 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1837
1838 * gdb.cp/ovldbreak.exp: Fix regexps.
1839
1840 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1841
1842 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1843
1844 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1845
1846 PR cli/23785
1847 * gdb.base/restore.exp: New test to check if "restore" with an
1848 invalid file doesn't segfault.
1849
1850 2018-10-18 Tom de Vries <tdevries@suse.de>
1851
1852 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1853 * gdb.ada/excep_handle.exp: Same.
1854 * gdb.ada/mi_string_access.exp: Same.
1855 * gdb.ada/mi_var_union.exp: Same.
1856 * gdb.arch/arc-analyze-prologue.exp: Same.
1857 * gdb.arch/arc-decode-insn.exp: Same.
1858 * gdb.base/readnever.exp: Same.
1859 * gdb.fortran/printing-types.exp: Same.
1860 * gdb.guile/scm-lazy-string.exp: Same.
1861
1862 2018-10-16 Tom de Vries <tdevries@suse.de>
1863
1864 PR gdb/23730
1865 * gdb.base/catch-follow-exec.c: Add copyright notice.
1866 * gdb.base/catch-follow-exec.exp: Rewrite to use
1867 gdb_spawn_with_cmdline_opts. Require gdb-native.
1868
1869 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1870
1871 * gdb.trace/actions-changed.exp: Check for arch support.
1872 * gdb.trace/actions.exp: Likewise.
1873 * gdb.trace/ax.exp: Likewise.
1874 * gdb.trace/backtrace.exp: Likewise.
1875 * gdb.trace/change-loc.exp: Likewise.
1876 * gdb.trace/deltrace.exp: Likewise.
1877 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1878 * gdb.trace/ftrace.exp: Likewise.
1879 * gdb.trace/infotrace.exp: Check for arch support.
1880 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1881 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1882 * gdb.trace/mi-tsv-changed.exp: Likewise.
1883 * gdb.trace/packetlen.exp: Likewise.
1884 * gdb.trace/passc-dyn.exp: Likewise.
1885 * gdb.trace/passcount.exp: Likewise.
1886 * gdb.trace/pending.exp: Likewise.
1887 * gdb.trace/range-stepping.exp: Check for shlib support.
1888 * gdb.trace/report.exp: Check for arch support.
1889 * gdb.trace/save-trace.exp: Likewise.
1890 * gdb.trace/signal.exp: Check for signal support.
1891 * gdb.trace/tfind.exp: Check for arch support.
1892 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1893 * gdb.trace/trace-common.h: Add comment.
1894 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1895 * gdb.trace/trace-enable-disable.exp: Likewise.
1896 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1897 * gdb.trace/tracecmd.exp: Check for arch support.
1898 * gdb.trace/tspeed.exp: Check for shlib and target support.
1899 * gdb.trace/tstatus.exp: Check for arch support.
1900 * gdb.trace/tsv.exp: Likewise.
1901 * gdb.trace/while-dyn.exp: Likewise.
1902 * gdb.trace/while-stepping.exp: Likewise.
1903 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1904
1905 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1906
1907 * gdb.trace/tspeed.exp: Remove nowarnings.
1908 (prepare_for_trace_test): Declare "global ipalib".
1909 * gdb.trace/tspeed.c: Include unistd.h.
1910 (main): Remove superfluous printf argument.
1911
1912 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1913
1914 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1915 directory prefix on the filename.
1916
1917 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1918
1919 * gdb.gdb/unittest.exp: Update expected message informing that
1920 selftests have been disabled.
1921 * gdb.server/unittest.exp: Likewise.
1922
1923 2018-10-09 Tom de Vries <tdevries@suse.de>
1924
1925 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1926 with runto_main.
1927
1928 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1929
1930 PR c++/16841
1931 * gdb.cp/virtbase2.cc: New file.
1932 * gdb.cp/virtbase2.exp: New file.
1933
1934 2018-10-06 Tom Tromey <tom@tromey.com>
1935
1936 PR python/19399:
1937 * gdb.python/py-inferior.exp: Add architecture test.
1938
1939 2018-10-06 Tom Tromey <tom@tromey.com>
1940
1941 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1942 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1943
1944 2018-10-06 Tom Tromey <tom@tromey.com>
1945
1946 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1947 of a "throw" catchpoint.
1948
1949 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1950
1951 * gdb.base/info-proc.exp: Update string expected from "help info
1952 proc".
1953
1954 2018-10-04 Tom Tromey <tom@tromey.com>
1955
1956 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1957 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1958 (test_initial_complaints, test_empty_complaints): Update.
1959 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1960
1961 2018-10-04 Tom Tromey <tom@tromey.com>
1962
1963 PR cli/19551:
1964 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1965 * lib/gdb.exp (gdb_file_cmd): Update.
1966 * gdb.stabs/weird.exp (print_weird_var): Update.
1967 * gdb.server/solib-list.exp: Update.
1968 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1969 * gdb.mi/mi-cli.exp: Update.
1970 * gdb.linespec/linespec.exp: Update.
1971 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1972 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1973 * gdb.cp/cp-relocate.exp: Update.
1974 * gdb.base/sym-file.exp: Update.
1975 * gdb.base/relocate.exp: Update.
1976 * gdb.base/readnever.exp: Update.
1977 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1978 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1979 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1980 * gdb.base/code_elim.exp: Update.
1981 * gdb.base/break-unload-file.exp (test_break): Update.
1982 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1983 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1984 Update.
1985 * gdb.base/attach.exp (do_attach_tests): Update.
1986 * gdb.base/sepdebug.exp: Update.
1987 * gdb.python/py-section-script.exp: Update.
1988
1989 2018-10-04 Tom Tromey <tom@tromey.com>
1990
1991 PR cli/22234:
1992 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1993 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1994 output.
1995
1996 2018-10-04 Tom Tromey <tom@tromey.com>
1997
1998 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1999 set width and height to 0.
2000 (test_command_line_attach_run): Use -quiet.
2001
2002 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2003
2004 * lib/gdb.exp (skip_ifunc_tests): New.
2005 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2006 other compile failures.
2007 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2008
2009 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2010
2011 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2012 is_amd64_regs_target.
2013
2014 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2015
2016 * gdb.arch/aarch64-sighandler-regs.c: New test.
2017 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2018 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2019
2020 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2021
2022 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2023 assembly.
2024
2025 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2026
2027 * gdb.base/frame-selection.exp: New file.
2028 * gdb.base/frame-selection.c: New file.
2029
2030 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2031
2032 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2033 pthread barrier.
2034 (main): Likewise.
2035
2036 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2037
2038 * gdb.base/large-frame-1.c: New file.
2039 * gdb.base/large-frame-2.c: New file.
2040 * gdb.base/large-frame.exp: New file.
2041 * gdb.base/large-frame.h: New file.
2042
2043 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2044
2045 PR gdb/20948
2046 * gdb.base/write_mem.exp: New test.
2047 * gdb.base/write_mem.c: Likewise.
2048
2049 2018-09-23 Tom Tromey <tom@tromey.com>
2050
2051 PR python/18852:
2052 * gdb.python/py-parameter.exp: Add test for parameter that throws
2053 on "set".
2054
2055 2018-09-23 Tom Tromey <tom@tromey.com>
2056
2057 PR python/17284:
2058 * gdb.python/py-template.exp (test_template_arg): Add test for
2059 negative template argument number.
2060
2061 2018-09-23 Tom Tromey <tom@tromey.com>
2062
2063 PR python/14062:
2064 * gdb.python/python.exp: Add test for post_event error.
2065
2066 2018-09-23 Tom Tromey <tom@tromey.com>
2067
2068 PR python/18170:
2069 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2070 convert pointers to int and long.
2071
2072 2018-09-23 Tom Tromey <tom@tromey.com>
2073
2074 PR python/20126:
2075 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2076 signed-ness conversion tests.
2077
2078 2018-09-23 Tom Tromey <tom@tromey.com>
2079
2080 PR python/18352;
2081 * gdb.python/py-value.exp (test_float_conversion): New proc.
2082 Use it.
2083
2084 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2085
2086 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2087
2088 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2089
2090 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2091 no readline.
2092 * gdb.base/utf8-identifiers.exp: Likewise.
2093 * gdb.cp/cpcompletion.exp: Likewise.
2094 * gdb.linespec/cpcompletion.exp: Likewise.
2095 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2096 * gdb.linespec/cpls-ops.exp: Likewise.
2097
2098 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2099 Chris January <chris.january@arm.com>
2100
2101 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2102 * gdb.fortran/short-circuit-argument-list.exp: New file.
2103 * gdb.fortran/short-circuit-argument-list.f90: New test.
2104
2105 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2106
2107 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2108 "arch=" keyword when executing "-stack-list-frames".
2109
2110 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2111
2112 * gdb.arch/amd64-invalid-stack-middle.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.ada/complete.exp: Expect for "@" when doing "complete
2118 break ada".
2119
2120 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2121
2122 PR python/23669
2123 * gdb.python/python.exp: Test gdb.execute("show commands").
2124
2125 2018-09-16 Tom Tromey <tom@tromey.com>
2126
2127 * gdb.base/new-ui.exp (do_execution_tests): Update.
2128 * gdb.base/dbx.exp (test_breakpoints): Update.
2129
2130 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2131
2132 * lib/gdb.exp (gdb_simple_compile): Add proc.
2133 (is_elf_target): Use gdb_simple_compile.
2134 (skip_altivec_tests): Likewise.
2135 (skip_vsx_tests): Likewise.
2136 (skip_tsx_tests): Likewise.
2137 (skip_btrace_tests): Likewise.
2138 (skip_btrace_pt_tests): Likewise.
2139 (gdb_can_simple_compile): Likewise.
2140 (gdb_has_argv0): Likewise.
2141 (gdb_target_symbol_prefix): Likewise.
2142 (target_supports_scheduler_locking): Likewise.
2143
2144 2018-09-13 Tom Tromey <tom@tromey.com>
2145
2146 * Makefile.in (TAGS): Recognize proc_with_prefix and
2147 gdb_caching_proc.
2148
2149 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2150
2151 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2152 method.
2153
2154 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2155
2156 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2157 and a few other Inferior properties when the Inferior is no
2158 longer valid.
2159
2160 2018-09-13 Tom Tromey <tom@tromey.com>
2161
2162 PR rust/23650:
2163 * gdb.rust/simple.exp: Add test for enum field access error.
2164
2165 2018-09-13 Tom Tromey <tom@tromey.com>
2166
2167 PR rust/23626:
2168 * gdb.rust/simple.rs (EmptyEnum): New type.
2169 (main): Use it.
2170 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2171
2172 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2173
2174 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2175 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2176 * gdb.python/py-symtab.exp: Update test printing an objfile.
2177
2178 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2179
2180 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2181 object.
2182
2183 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2184
2185 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2186 (support_complex_tests): Use gdb_can_simple_compile.
2187 (is_ilp32_target): Likewise.
2188 (is_lp64_target): Likewise.
2189 (is_64_target): Likewise.
2190 (is_amd64_regs_target): Likewise.
2191 (is_aarch32_target): Likewise.
2192 (gdb_int128_helper): Likewise.
2193
2194 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2195
2196 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2197
2198 2018-09-10 Jerome Guitton <guitton@adacore.com>
2199
2200 * gdb.ada/same_component_name: Add test for case of tagged record
2201 with variable-length fields.
2202
2203 2018-09-10 Xavier Roirand <roirand@adacore.com>
2204
2205 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2206 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2207 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2208 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2209
2210 2018-09-10 Xavier Roirand <roirand@adacore.com>
2211
2212 * gdb.ada/mi_string_access.exp: New testcase.
2213 * gdb.ada/mi_string_access/bar.adb: New file.
2214 * gdb.ada/mi_string_access/pck.adb: New file.
2215 * gdb.ada/mi_string_access/pck.asd: New file.
2216
2217 2018-09-10 Xavier Roirand <roirand@adacore.com>
2218
2219 * gdb.ada/mi_var_union.exp: New testcase.
2220 * gdb.ada/mi_var_union/bar.adb: New file.
2221 * gdb.ada/mi_var_union/pck.adb: New file.
2222 * gdb.ada/mi_var_union/pck.asd: New file.
2223
2224 2018-09-08 Tom Tromey <tom@tromey.com>
2225
2226 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2227
2228 2018-09-08 Tom Tromey <tom@tromey.com>
2229
2230 PR python/16047:
2231 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2232 (register_pretty_printers): Register new printer.
2233 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2234 test.
2235 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2236 (an_int_type3): New global.
2237
2238 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2239
2240 * gdb.ada/expr_with_funcall: New testcase.
2241
2242 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2243
2244 * gdb.ada/packed_array_assign: New testcase.
2245
2246 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2247
2248 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2249 names, and add test prefixes to make test names unique.
2250
2251 2018-09-05 Tom de Vries <tdevries@suse.de>
2252
2253 * gdb.dwarf2/varval.exp: Add test.
2254
2255 2018-09-04 Gary Benson <gbenson@redhat.com>
2256
2257 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2258 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2259
2260 2018-08-31 Tom Tromey <tom@tromey.com>
2261
2262 * gdb.rust/simple.rs: Rename second variable "v".
2263
2264 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2265
2266 * gdb.base/funcargs.c (use_a): New function.
2267 (recurse): Call use_a.
2268
2269 2018-08-29 Keith Seitz <keiths@redhat.com>
2270
2271 * gdb.compile/compile-cplus-anonymous.cc: New file.
2272 * gdb.compile/compile-cplus-anonymous.exp: New file.
2273 * gdb.compile/compile-cplus-array-decay.cc: New file.
2274 * gdb.compile/compile-cplus-array-decay.exp: New file.
2275 * gdb.compile/compile-cplus-inherit.cc: New file.
2276 * gdb.compile/compile-cplus-inherit.exp: New file.
2277 * gdb.compile/compile-cplus-member.cc: New file.
2278 * gdb.compile/compile-cplus-member.exp: New file.
2279 * gdb.compile/compile-cplus-method.cc: New file.
2280 * gdb.compile/compile-cplus-method.exp: New file.
2281 * gdb.compile/compile-cplus-mod.c: "New" file.
2282 * gdb.compile/compile-cplus-namespace.cc: New file.
2283 * gdb.compile/compile-cplus-namespace.exp: New file.
2284 * gdb.compile/compile-cplus-nested.cc: New file.
2285 * gdb.compile/compile-cplus-nested.exp: New file.
2286 * gdb.compile/compile-cplus-print.c: "New" file.
2287 * gdb.compile/compile-cplus-print.exp: "New" file.
2288 * gdb.compile/compile-cplus-virtual.cc: New file.
2289 * gdb.compile/compile-cplus-virtual.exp: New file.
2290 * gdb.compile/compile-cplus.c: "New" file.
2291 * gdb.compile/compile-cplus.exp: "New" file.
2292 * lib/compile-support.exp: New file.
2293
2294 2018-08-16 Gary Benson <gbenson@redhat.com>
2295
2296 PR gdb/13000:
2297 * gdb.base/batch-exit-status.exp: New file.
2298 * gdb.base/batch-exit-status.good-commands: Likewise.
2299 * gdb.base/batch-exit-status.bad-commands: Likewise.
2300
2301 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2302
2303 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2304 (struct struct02): Likewise.
2305 (struct struct03): Likewise.
2306 (struct struct04): Likewise.
2307 (struct struct_01_01): New struct.
2308 (struct struct_01_02): Likewise.
2309 (struct struct_01_03): Likewise.
2310 (struct struct_01_04): Likewise.
2311 (struct struct_02_01): Likewise.
2312 (struct struct_02_02): Likewise.
2313 (struct struct_02_03): Likewise.
2314 (struct struct_02_04): Likewise.
2315 (struct struct_04_01): Likewise.
2316 (struct struct_04_02): Likewise.
2317 (struct struct_04_03): Likewise.
2318 (struct struct_04_04): Likewise.
2319 (struct struct_05_01): Likewise.
2320 (struct struct_05_02): Likewise.
2321 (struct struct_05_03): Likewise.
2322 (struct struct_05_04): Likewise.
2323 (cmp_struct01): Remove function.
2324 (cmp_struct02): Likewise.
2325 (cmp_struct03): Likewise.
2326 (cmp_struct04): Likewise.
2327 (cmp_struct_01_01): Add Function.
2328 (cmp_struct_01_02): Likewise.
2329 (cmp_struct_01_03): Likewise.
2330 (cmp_struct_01_04): Likewise.
2331 (cmp_struct_02_01): Likewise.
2332 (cmp_struct_02_02): Likewise.
2333 (cmp_struct_02_03): Likewise.
2334 (cmp_struct_02_04): Likewise.
2335 (cmp_struct_04_01): Likewise.
2336 (cmp_struct_04_02): Likewise.
2337 (cmp_struct_04_03): Likewise.
2338 (cmp_struct_04_04): Likewise.
2339 (cmp_struct_05_01): Likewise.
2340 (cmp_struct_05_02): Likewise.
2341 (cmp_struct_05_03): Likewise.
2342 (cmp_struct_05_04): Likewise.
2343 (call_all): Add new structs.
2344 * gdb.base/infcall-nested-structs.exp: Likewise.
2345
2346 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2347
2348 * gdb.python/py-framefilter-mi.exp: Update regexp to
2349 check for "arch" field in frame output.
2350
2351 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2352
2353 * gdb.dwarf2/dw2-ranges-func.c: New file.
2354 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2355
2356 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2357
2358 * gdb.base/term.exp: Compare terminal settings with values from
2359 the inferior.
2360 * gdb.base/term.c: Get and set terminal settings.
2361
2362 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2363
2364 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2365 accommodate new "arch" field in frame output.
2366 * gdb.mi/mi-return.exp: Likewise.
2367 * gdb.mi/mi-stack.exp: Likewise.
2368 * gdb.mi/mi-syn-frame.exp: Likewise.
2369 * gdb.mi/user-selected-context-sync.exp: Likewise.
2370
2371 2018-08-19 Michael Spang <spang@google.com>
2372
2373 PR gdb/11786
2374 * gdb.base/gcore-tls-pie.c: New file.
2375 * gdb.base/gcore-tls-pie.exp: New file.
2376
2377 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2378
2379 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2380 * gdb.dwarf2/varval.c: New file.
2381 * gdb.dwarf2/varval.exp: New file.
2382
2383 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2384
2385 PR gdb/18931
2386 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2387
2388 2018-08-16 Keith Seitz <keiths@redhat.com>
2389
2390 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2391 tests expected to pass.
2392
2393 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2394
2395 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2396 -data-disassemble -a.
2397 (test_disassembly_bogus_args): Likewise.
2398
2399 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2400
2401 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2402
2403 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2404
2405 * gdb.base/vla-optimized-out.exp: Add new test.
2406
2407 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2408
2409 * gdb.base/vla-optimized-out-o3.exp: Delete.
2410 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2411 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2412 deleted tests.
2413
2414 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2415
2416 PR gdb/18050:
2417 * gdb.server/extended-remote-restart.c: New file.
2418 * gdb.server/extended-remote-restart.exp: New file.
2419
2420 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2421
2422 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2423 "set variable index = 42".
2424
2425 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2426
2427 * boards/index-cache-gdb.exp: New file.
2428 * gdb.dwarf2/index-cache.exp: New file.
2429 * gdb.dwarf2/index-cache.c: New file.
2430 * gdb.base/maint.exp: Check if we are using the index cache.
2431
2432 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2433
2434 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2435 MAKEFLAGS.
2436
2437 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2438
2439 * dg-extract-results.sh: Move to toplevel contrib.
2440 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2441 * Makefile.in (check-parallel-racy): Likewise.
2442
2443 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2444
2445 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2446 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2447 tests if the target supports scheduler locking.
2448
2449 2018-08-04 Tom de Vries <tdevries@suse.de>
2450
2451 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2452
2453 2018-08-02 Tom Tromey <tom@tromey.com>
2454
2455 PR symtab/16842.
2456 * gdb.cp/temargs.exp: Test "info address" of a template
2457 parameter.
2458
2459 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2460
2461 * gdb.python/py-mi-var-info-path-expression.c: New file.
2462 * gdb.python/py-mi-var-info-path-expression.py: New file.
2463 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2464
2465 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2466
2467 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2468 error after "cannot resolve name" string.
2469
2470 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2471
2472 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2473 started.
2474 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2475
2476 2018-07-28 Tom de Vries <tdevries@suse.de>
2477
2478 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2479
2480 2018-07-26 Tom de Vries <tdevries@suse.de>
2481
2482 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2483
2484 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2485
2486 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2487 is visible.
2488
2489 2018-07-26 Tom de Vries <tdevries@suse.de>
2490
2491 PR breakpoints/23366
2492 * gdb.base/catch-follow-exec.c: New test.
2493 * gdb.base/catch-follow-exec.exp: New file.
2494
2495 2018-07-25 Tom de Vries <tdevries@suse.de>
2496
2497 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2498 vla-optimized-out.c.
2499
2500 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2501
2502 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2503 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2504
2505 2018-07-20 Tom de Vries <tdevries@suse.de>
2506
2507 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2508 NOCLONE macro.
2509 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2510
2511 2018-07-19 Tom de Vries <tdevries@suse.de>
2512
2513 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2514 regular expression.
2515
2516 2018-07-18 Tom de Vries <tdevries@suse.de>
2517
2518 * gdb.base/vla-optimized-out.c: New test.
2519 * gdb.base/vla-optimized-out.exp: New file.
2520
2521 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2522
2523 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2524 message "No address associated with hostname" when gdbserver
2525 cannot resolve the hostname.
2526
2527 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2528
2529 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2530 Add some test prefixes to make tests unique.
2531
2532 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2533
2534 * gdb.base/frameapply.c: New file.
2535 * gdb.base/frameapply.exp: New file.
2536
2537 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2538
2539 * gdb.base/skip.exp: Update expected error message.
2540
2541 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2542 Jan Kratochvil <jan.kratochvil@redhat.com>
2543 Paul Fertser <fercerpav@gmail.com>
2544 Tsutomu Seki <sekiriki@gmail.com>
2545
2546 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2547 parameter.
2548 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2549 by default.
2550 * boards/native-gdbserver.exp: Likewise.
2551 * gdb.server/run-without-local-binary.exp: Improve regexp used
2552 for detecting when a remote debugging connection succeeds.
2553 * gdb.server/server-connect.exp: New file.
2554 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2555 Do not prefix the port number with ":".
2556 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2557 support for detecting and using it. Add '$debughost_gdbserver'
2558 to the list of arguments used to start gdbserver. Handle case
2559 when gdbserver cannot resolve a network name.
2560
2561 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2562
2563 PR c++/23373
2564 * gdb.base/ptype-offsets.cc (struct static_member): New
2565 struct.
2566 (main) <stmember>: New variable.
2567 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2568 with a static member in it.
2569
2570 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2571
2572 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2573 watchpoints enabled and disabled.
2574
2575 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2576
2577 * gdb.base/examine-backward.exp: Still run tests around address
2578 0x0, even if address 0x0 is not readable. Update the pattern for
2579 matching address 0x0 in expected output.
2580
2581 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2582
2583 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2584 malloc/free.
2585
2586 2018-07-04 Tom de Vries <tdevries@suse.de>
2587
2588 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2589
2590 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2591
2592 PR tdep/8282
2593 * gdb.arch/mips-disassembler-options.exp: New test.
2594 * gdb.arch/mips-disassembler-options.s: New test source.
2595
2596 2018-06-29 Pedro Alves <palves@redhat.com>
2597
2598 * gdb.threads/names.exp: Adjust expected "info threads" output.
2599
2600 2018-06-29 Pedro Alves <palves@redhat.com>
2601
2602 * gdb.opt/inline-break.exp (line number, address): Add "info
2603 break" tests.
2604
2605 2018-06-29 Pedro Alves <palves@redhat.com>
2606
2607 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2608 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2609 number and address and running to them.
2610
2611 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2612
2613 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2614
2615 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2616
2617 * lib/compiler.c: Remove executable permission flag.
2618
2619 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2620
2621 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2622 code.
2623 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2624
2625 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2626
2627 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2628
2629 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2630
2631 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2632 address argument is omitted.
2633
2634 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2635
2636 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2637
2638 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2639
2640 PR gdb/21695
2641 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2642 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2643
2644 2018-06-26 Tom Tromey <tom@tromey.com>
2645
2646 PR rust/22574:
2647 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2648 * gdb.rust/simple.rs (struct SimpleLayout): New.
2649
2650 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2651
2652 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2653 "info registers" output.
2654
2655 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2656
2657 * gdb.base/watchpoint-hw-attach.c: New test.
2658 * gdb.base/watchpoint-hw-attach.exp: New file.
2659
2660 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2661
2662 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2663 through /bin/sh.
2664 * boards/dwarf4-gdb-index.exp: Likewise.
2665 * boards/fission-dwp.exp: Likewise.
2666
2667 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2668
2669 * gdb.base/float128.exp: Add comment and improved fail message
2670 to the failure case of "print large128" test.
2671
2672 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2673
2674 * configure.ac: Remove AC_PREREQ.
2675 * configure: Re-generate.
2676
2677 2018-06-19 Pedro Alves <palves@redhat.com>
2678
2679 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2680 (func_extern_caller): New.
2681 (main): Call func_extern_caller.
2682 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2683 logic change.
2684
2685 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2686
2687 PR gdb/16841
2688 * gdb.cp/typedef-base.cc: New file.
2689 * gdb.cp/typedef-base.exp: New file.
2690
2691 2018-06-18 Tom de Vries <tdevries@suse.de>
2692
2693 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2694
2695 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2696 Richard Bunt <Richard.Bunt@arm.com>
2697
2698 * gdb.threads/attach-slow-waitpid.c: New file.
2699 * gdb.threads/attach-slow-waitpid.exp: New file.
2700 * gdb.threads/slow-waitpid.c: New file.
2701
2702 2018-06-14 Pedro Alves <palves@redhat.com>
2703
2704 * gdb.base/fork-running-state.c: Include <errno.h>.
2705 (exit_if_relative_exits): New.
2706 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2707 exits.
2708 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2709 child exits.
2710
2711 2018-06-14 Tom de Vries <tdevries@suse.de>
2712
2713 PR cli/22573
2714 * gdb.base/finish-pretty.c: New test.
2715 * gdb.base/finish-pretty.exp: New file.
2716
2717 2018-06-14 Pedro Alves <palves@redhat.com>
2718
2719 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2720 gdb's expected startup output.
2721
2722 2018-06-14 Pedro Alves <palves@redhat.com>
2723
2724 * lib/selftest-support.exp (selftest_setup): Remove inlined
2725 function handling.
2726
2727 2018-06-14 Tom de Vries <tdevries@suse.de>
2728
2729 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2730 matching of breakpoint printing.
2731
2732 2018-06-13 Tom de Vries <tdevries@suse.de>
2733
2734 PR testsuite/23269
2735 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2736 (fork_child): ... here, and ...
2737 (fork_parent): ... here.
2738
2739 2018-06-12 Tom de Vries <tdevries@suse.de>
2740
2741 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2742
2743 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2744 Stephen Roberts <stephen.roberts@arm.com>
2745
2746 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2747 rewrite test to describe action performed, rather than possible
2748 failure.
2749
2750 2018-06-08 Gary Benson <gbenson@redhat.com>
2751
2752 * gdb.threads/check-libthread-db.exp: New file.
2753 * gdb.threads/check-libthread-db.c: Likewise.
2754
2755 2018-06-05 Tom Tromey <tom@tromey.com>
2756
2757 * gdb.base/default.exp: Update expected "show version" output.
2758
2759 2018-06-05 Tom Tromey <tom@tromey.com>
2760
2761 PR cli/12326:
2762 * gdb.cp/static-print-quit.exp: Update.
2763 * lib/gdb.exp (pagination_prompt): Update.
2764 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2765 * gdb.python/python.exp: Update.
2766
2767 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2768
2769 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2770
2771 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2772
2773 * gdb.ada/bp_fun_addr: New testcase.
2774
2775 2018-06-01 Tom Tromey <tom@tromey.com>
2776
2777 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2778 results.
2779 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2780 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2781 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2782 * gdb.base/maint.exp (maint_pass_if): Update.
2783
2784 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2785
2786 * gdb.base/endian.exp: New test.
2787 * gdb.base/endian.c: New test source.
2788
2789 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2790
2791 PR gdb/23203
2792 * gdb.base/bt-selected-frame.c: New file.
2793 * gdb.base/bt-selected-frame.exp: New file.
2794 * lib/gdb.exp (get_current_frame_number): New function.
2795
2796 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2797 Pedro Alves <palves@redhat.com>
2798
2799 * gdb.threads/tls-core.c: Include <stdlib.h>
2800 (thread_proc): Call `abort'.
2801 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2802 (tls_core_test): New procedure, bits factored out from ...
2803 (top level): ... here. Test both native cores and gcore cores.
2804
2805 2018-05-23 Tom Tromey <tom@tromey.com>
2806
2807 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2808
2809 2018-05-23 Tom Tromey <tom@tromey.com>
2810
2811 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2812 symfile_complaints.
2813 (test_short_complaints): Likewise.
2814 (test_empty_complaints): Likewise.
2815 (test_initial_complaints): Update.
2816
2817 2018-05-23 Tom Tromey <tom@tromey.com>
2818
2819 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2820
2821 2018-05-23 Tom Tromey <tom@tromey.com>
2822
2823 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2824 (test_short_complaints): Update.
2825
2826 2018-05-22 Pedro Alves <palves@redhat.com>
2827
2828 * gdb.base/remote.exp: Only gdb_start after compiling the
2829 testcase. Issue "disconnect" before testing "set remote" command
2830 defaults. Issue clean_restart before running to main.
2831
2832 2018-05-22 Pedro Alves <palves@redhat.com>
2833
2834 * gdb.base/remote.exp: Adjust expected output of "show remote
2835 memory-write-packet-size". Add tests for "set remote
2836 memory-write-packet-size 0" and "set remote
2837 memory-write-packet-size fixed/limit".
2838
2839 2018-05-22 Pedro Alves <palves@redhat.com>
2840
2841 PR gdb/22973
2842 * gdb.base/utf8-identifiers.c: New file.
2843 * gdb.base/utf8-identifiers.exp: New file.
2844
2845 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2846
2847 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2848
2849 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2850
2851 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2852
2853 2018-05-18 Tom Tromey <tom@tromey.com>
2854
2855 * gdb.base/ptype-offsets.exp: Update.
2856
2857 2018-05-17 Keith Seitz <keiths@redhat.com>
2858
2859 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2860 in expected breakpoint stop locations.
2861 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2862 move to proper scope to test variable values.
2863 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2864 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2865 New functions.
2866 (main): Call not_inline_func3.
2867 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2868 inline_func1, inline_func2, and inline_func3. Test that when each
2869 breakpoint is hit, GDB properly reports both the stop location
2870 and the backtrace. Repeat tests for temporary breakpoints.
2871
2872 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2873
2874 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2875 rather then trying to access it in determining whether the PID
2876 of `gdbserver' could have been retrieved.
2877
2878 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2879
2880 * gdb.arch/amd64-init-x87-values.S: New file.
2881 * gdb.arch/amd64-init-x87-values.exp: New file.
2882
2883 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2884
2885 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2886
2887 2018-05-04 Tom Tromey <tom@tromey.com>
2888
2889 PR python/22730:
2890 * gdb.python/python.exp: Test multi-line execute.
2891
2892 2018-05-04 Tom Tromey <tom@tromey.com>
2893
2894 PR python/22731:
2895 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2896
2897 2018-05-04 Tom Tromey <tom@tromey.com>
2898
2899 PR gdb/11750:
2900 * gdb.base/define.exp: Test defining a user command inside a user
2901 command.
2902 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2903
2904 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2905 Pedro Alves <palves@redhat.com>
2906
2907 PR breakpoints/19806 and support for PR external/20207.
2908 * gdb.base/watchpoint-unaligned.c: New file.
2909 * gdb.base/watchpoint-unaligned.exp: New file.
2910
2911 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2912
2913 * gdb.base/maint.exp: Make test names unique, use
2914 test_prefix_command_help to test 'help maint info', and remove
2915 repeated test of 'help maint'.
2916
2917 2018-05-04 Tom Tromey <tom@tromey.com>
2918
2919 PR gdb/22619:
2920 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2921 behavior.
2922
2923 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2924
2925 * gdb.base/maint.exp: Process output from 'maint print registers'
2926 line at a time.
2927
2928 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2929
2930 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2931 timeout.
2932
2933 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2934
2935 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2936 filter pattern.
2937
2938 2018-05-02 Pedro Alves <palves@redhat.com>
2939
2940 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2941 to_log_command renames.
2942 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2943
2944 2018-05-02 Tom Tromey <tom@tromey.com>
2945
2946 * gdb.python/py-parameter.exp: Set test message.
2947
2948 2018-05-02 Tom Tromey <tom@tromey.com>
2949
2950 PR python/20084:
2951 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2952 PARAM_ZUINTEGER_UNLIMITED tests.
2953
2954 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2955
2956 PR rust/23124
2957 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2958 when casting.
2959
2960 2018-04-30 Tom Tromey <tom@tromey.com>
2961
2962 * gdb.python/py-type.exp: Check align attribute.
2963 * gdb.python/py-type.c: New "aligncheck" global.
2964
2965 2018-04-30 Tom Tromey <tom@tromey.com>
2966
2967 PR exp/17095:
2968 * gdb.dwarf2/dw2-align.exp: New file.
2969 * gdb.cp/align.exp: New file.
2970 * gdb.base/align.exp: New file.
2971 * lib/gdb.exp (gdb_int128_helper): New proc.
2972 (has_int128_c, has_int128_cxx): New caching procs.
2973
2974 2018-04-27 Tom Tromey <tom@tromey.com>
2975
2976 PR rust/22545:
2977 * gdb.rust/simple.exp: Add inclusive range tests.
2978
2979 2018-04-26 Pedro Alves <palves@redhat.com>
2980
2981 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2982 ifunc breakpoint locations correctly of ifunc breakpoints set
2983 while the program resolves the ifunc.
2984
2985 2018-04-26 Pedro Alves <palves@redhat.com>
2986
2987 * gdb.base/gnu-ifunc-final.c: New file.
2988 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2989 * gdb.base/gnu-ifunc.exp (executable): Delete.
2990 (staticexecutable): Adjust.
2991 (lib_opts, exec_opts): Delete.
2992 (make_binsuffix, build, set-break): New procedures.
2993 (misc_tests): New, with tests factored out from the top level.
2994 (top level): Test different combinations of ifunc resolver name,
2995 resolver with and with debug info, and ifunc target with and
2996 without debug info. Wrap static tests with with_target_prefix.
2997
2998 2018-04-26 Pedro Alves <palves@redhat.com>
2999
3000 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3001 return type" warnings.
3002
3003 2018-04-25 Pedro Alves <palves@redhat.com>
3004
3005 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3006 killed".
3007 * gdb.base/kill-after-signal.exp: Likewise.
3008 * gdb.threads/kill.exp: Likewise.
3009
3010 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3011 Sergio Durigan Junior <sergiodj@redhat.com>
3012 Pedro Alves <palves@redhat.com>
3013
3014 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3015 regexps to expect for '[Inferior ... detached]' as well.
3016 * gdb.base/attach.exp: Likewise.
3017 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3018 "gdb_continue_to_end".
3019 (test_catch_syscall_with_wrong_args): Likewise.
3020 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3021 ']'. Don't set 'verbose' on.
3022 * gdb.base/foll-vfork.exp: Likewise.
3023 * gdb.base/fork-print-inferior-events.c: New file.
3024 * gdb.base/fork-print-inferior-events.exp: New file.
3025 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3026 '[Inferior ... has been killed]' message.
3027 * gdb.base/kill-after-signal.exp: Likewise.
3028 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3029 detach message.
3030 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3031 message.
3032 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3033 regexps to expect for '[Inferior ... detached]' as well.
3034 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3035
3036 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3037
3038 PR gdb/23104
3039 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3040
3041 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3042
3043 * gdb.threads/multiple-successive-infcall.c: New test.
3044 * gdb.threads/multiple-successive-infcall.exp: New file.
3045
3046 2018-04-17 Tom Tromey <tom@tromey.com>
3047
3048 * gdb.rust/simple.rs (Union): New type.
3049 (main): New local "u".
3050 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3051
3052 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3053
3054 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3055 number information in output of "whereis" command.
3056 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3057
3058 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3059
3060 * gdb.ada/info_types.exp: Adjust expected output to the line
3061 numbers now printed by "info var/func/type".
3062 * gdb.base/completion.exp: Likewise.
3063 * gdb.base/included.exp: Likewise.
3064 * gdb.cp/cp-relocate.exp: Likewise.
3065 * gdb.cp/cplusfuncs.exp: Likewise.
3066 * gdb.cp/namespace.exp: Likewise.
3067 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3068
3069 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3070
3071 * gdb.btrace/cpu.exp: New.
3072
3073 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3074
3075 * gdb.base/step-indirect-call-thunk.exp: New.
3076 * gdb.base/step-indirect-call-thunk.c: New.
3077 * gdb.reverse/step-indirect-call-thunk.exp: New.
3078 * gdb.reverse/step-indirect-call-thunk.c: New.
3079
3080 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3081
3082 * gdb.base/pie-fork.c: New file.
3083 * gdb.base/pie-fork.exp: New file.
3084
3085 2018-04-11 Tom Tromey <tom@tromey.com>
3086
3087 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3088
3089 2018-04-10 Pedro Alves <palves@redhat.com>
3090
3091 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3092 exits. Instead loop running forever.
3093 (fork_parent): Run forever too.
3094
3095 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3096
3097 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3098 mi_continue_to_line.
3099 * gdb.mi/mi-stack.c (callee4): Add comment.
3100
3101 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3102
3103 * gdb.mi/mi-stack.exp: Fix indentation.
3104
3105 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3106
3107 PR gdb/22979
3108 * gdb.arch/amd64-osabi.exp: New file.
3109
3110 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3111
3112 PR gdb/22980
3113 * gdb.base/osabi.exp: New file.
3114
3115 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3116
3117 * gdb.cp/static-typedef-print.exp: New file.
3118 * gdb.cp/static-typedef-print.cc: New file.
3119
3120 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3121
3122 * gdb.ada/varsize_limit: New testcase.
3123
3124 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3125
3126 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3127
3128 * gdb.ada/notcplusplus: New testcase.
3129
3130 * gdb.base/c-linkage-name.c: New file.
3131 * gdb.base/c-linkage-name.exp: New testcase.
3132
3133 2018-03-26 Tom Tromey <tom@tromey.com>
3134
3135 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3136 * gdb.python/py-framefilter.py (name_error): New global.
3137 (ErrorInName.function): Use name_error.
3138
3139 2018-03-26 Tom Tromey <tom@tromey.com>
3140
3141 PR backtrace/15582:
3142 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3143
3144 2018-03-23 Keith Seitz <keiths@redhat.com>
3145
3146 PR c++/22968
3147 * gdb.cp/subtypes.exp: New file.
3148 * gdb.cp/subtypes.h: New file.
3149 * gdb.cp/subtypes.cc: New file.
3150 * gdb.cp/subtypes-2.cc: New file.
3151
3152 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3153
3154 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3155 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3156 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3157 -nostartfiles when compiling the test. Confirm that all registers
3158 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3159
3160 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3161
3162 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3163 option, syntax was wrong anyway.
3164 * gdb.arch/arm-disp-step.exp: Likewise.
3165 * gdb.arch/sparc64-regs.exp: Likewise.
3166 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3167 option, syntax was wrong anyway, switch to use
3168 prepare_for_testing.
3169 * gdb.arch/i386-disp-step.exp: Likewise.
3170
3171 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3172
3173 * gdb.ada/exec_changed.exp: Replace "target_info exists
3174 use_gdb_stub" by "use_gdb_stub".
3175 * gdb.ada/start.exp: Likewise.
3176 * gdb.base/async-shell.exp: Likewise.
3177 * gdb.base/attach-pie-misread.exp: Likewise.
3178 * gdb.base/attach-wait-input.exp: Likewise.
3179 * gdb.base/break-entry.exp: Likewise.
3180 * gdb.base/break-interp.exp: Likewise.
3181 * gdb.base/dprintf-detach.exp: Likewise.
3182 * gdb.base/nostdlib.exp: Likewise.
3183 * gdb.base/solib-nodir.exp: Likewise.
3184 * gdb.base/statistics.exp: Likewise.
3185 * gdb.base/testenv.exp: Likewise.
3186 * gdb.mi/mi-exec-run.exp: Likewise.
3187 * gdb.mi/mi-start.exp: Likewise.
3188 * gdb.multi/dummy-frame-restore.exp: Likewise.
3189 * gdb.multi/multi-arch-exec.exp: Likewise.
3190 * gdb.multi/multi-arch.exp: Likewise.
3191 * gdb.multi/tids.exp: Likewise.
3192 * gdb.multi/watchpoint-multi.exp: Likewise.
3193 * gdb.python/py-events.exp: Likewise.
3194 * gdb.threads/attach-into-signal.exp: Likewise.
3195 * gdb.threads/attach-stopped.exp: Likewise.
3196 * gdb.threads/threadapply.exp: Likewise.
3197 * lib/selftest-support.exp: Likewise.
3198
3199 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3200
3201 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3202
3203 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3204
3205 * gdb.perf/template-breakpoints.cc: New file.
3206 * gdb.perf/template-breakpoints.exp: New file.
3207 * gdb.perf/template-breakpoints.py: New file.
3208
3209 2018-03-19 Tom Tromey <tom@tromey.com>
3210
3211 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3212 y0.
3213 * gdb.rust/simple.exp: Test bare identifier form of struct
3214 initializer.
3215
3216 2018-03-19 Tom Tromey <tom@tromey.com>
3217
3218 * gdb.gdb/observer.exp: Remove.
3219
3220 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3221
3222 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3223 "qualified" option when setting breakpoints.
3224 * gdb.trace/backtrace.exp: Likewise.
3225 * gdb.trace/circ.exp: Likewise.
3226 * gdb.trace/collection.exp: Likewise.
3227 * gdb.trace/disconnected-tracing.exp: Likewise.
3228 * gdb.trace/ftrace-lock.exp: Likewise.
3229 * gdb.trace/ftrace.exp: Likewise.
3230 * gdb.trace/infotrace.exp: Likewise.
3231 * gdb.trace/packetlen.exp: Likewise.
3232 * gdb.trace/passc-dyn.exp: Likewise.
3233 * gdb.trace/qtro.exp: Likewise.
3234 * gdb.trace/read-memory.exp: Likewise.
3235 * gdb.trace/report.exp: Likewise.
3236 * gdb.trace/signal.exp: Likewise.
3237 * gdb.trace/status-stop.exp: Likewise.
3238 * gdb.trace/strace.exp: Likewise.
3239 * gdb.trace/tfind.exp: Likewise.
3240 * gdb.trace/trace-break.exp: Likewise.
3241 * gdb.trace/trace-condition.exp: Likewise.
3242 * gdb.trace/trace-mt.exp: Likewise.
3243 * gdb.trace/tstatus.exp: Likewise.
3244 * gdb.trace/tsv.exp: Likewise.
3245 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3246 * gdb.trace/unavailable.exp: Likewise.
3247 * gdb.trace/while-dyn.exp: Likewise.
3248
3249 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3250
3251 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3252 that libinproctrace is copied to the target.
3253
3254 2018-03-14 Tom Tromey <tom@tromey.com>
3255
3256 PR cli/14977:
3257 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3258 a null pointer.
3259 * gdb.base/wchar.exp: Likewise.
3260
3261 2018-03-14 Tom Tromey <tom@tromey.com>
3262
3263 PR cli/19918:
3264 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3265 flag.
3266
3267 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3268
3269 PR gdb/22841
3270 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3271 "target" to remote_exec.
3272
3273 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3274
3275 PR gdb/22841
3276 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3277 ${board}_upload): Remove.
3278
3279 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3280
3281 * gdb.cp/watch-cp.cc: New test.
3282 * gdb.cp/watch-cp.exp: New file.
3283
3284 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3285
3286 * gdb.base/infcall-nested-structs.exp: New file.
3287 * gdb.base/infcall-nested-structs.c: New file.
3288 * gdb.base/float.exp: Add riscv support.
3289
3290 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3291
3292 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3293 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3294
3295 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3296
3297 * gdb.server/abspath.exp: New file.
3298 * lib/gdb.exp (with_cwd): New procedure.
3299
3300 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3301
3302 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3303 use it.
3304 (gdb_is_target_remote_prompt): New proc.
3305 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3306 (gdb_is_target_native): Pass prompt parameter to
3307 gdb_is_target_1.
3308
3309 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3310
3311 * gdb.base/load-command.c: New file.
3312 * gdb.base/load-command.exp: New file.
3313 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3314 (gdb_is_target_1): ...this, and generalize for other targets
3315 than just remote.
3316 (gdb_is_target_remote): Use gdb_is_target_1.
3317 (gdb_is_target_native): use gdb_is_target_1.
3318
3319 2018-02-26 Tom Tromey <tom@tromey.com>
3320
3321 PR python/16497:
3322 * gdb.python/py-framefilter.exp: Update test.
3323
3324 2018-02-26 Tom Tromey <tom@tromey.com>
3325
3326 * gdb.dwarf2/variant.c: New file.
3327 * gdb.dwarf2/variant.exp: New file.
3328
3329 2018-02-26 Tom Tromey <tom@tromey.com>
3330
3331 * gdb.rust/simple.exp: Accept more possible results in enum test.
3332
3333 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3334
3335 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3336 parentheses.
3337
3338 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3339
3340 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3341 name of a variable: $actual_linejj -> $actual_line.
3342
3343 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3344
3345 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3346
3347 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3348
3349 * gdb.btrace/buffer-size.exp: Do not force BTS.
3350
3351 2018-02-14 Pedro Alves <palves@redhat.com>
3352
3353 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3354 getting a "Quit".
3355
3356 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3357
3358 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3359 Fix test name.
3360
3361 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3362
3363 * gdb.cp/m-static.exp: Check type of optimized out static
3364 member.
3365
3366 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3367
3368 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3369 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3370
3371 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3372 Leszek Swirski <leszeks@google.com>
3373
3374 * gdb.python/py-prettyprint.c
3375 (struct to_string_returns_value_inner,
3376 struct to_string_returns_value_wrapper): New.
3377 (main): Add tsrvw variable.
3378 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3379 ToStringReturnsValueWrapper): New classes.
3380 (register_pretty_printers): Register new pretty-printers.
3381 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3382 recursive pretty printer.
3383 * gdb.python/py-mi.exp: Likewise.
3384
3385 2018-02-01 Leszek Swirski <leszeks@google.com>
3386
3387 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3388 functions with the same name as an include file are parsed
3389 correctly.
3390
3391 2018-02-01 Yao Qi <yao.qi@linaro.org>
3392
3393 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3394 "\[^\r\n\]*".
3395
3396 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3397
3398 * gdb.arch/powerpc-prologue-frame.s: New file.
3399 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3400 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3401
3402 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3403
3404 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3405
3406 2018-01-30 Pedro Alves <palves@redhat.com>
3407
3408 PR gdb/13211
3409 * gdb.base/interrupt-daemon.c: New.
3410 * gdb.base/interrupt-daemon.exp: New.
3411 * gdb.multi/multi-term-settings.c: New.
3412 * gdb.multi/multi-term-settings.exp: New.
3413
3414 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3415
3416 * gdb.base/break.exp: Save the location where the breakpoint
3417 on break.c:47 was actually inserted when debugging the version
3418 compiled at -O2 and use it in the expected output of the "info
3419 break" test performed soon after.
3420
3421 2018-01-22 Pedro Alves <palves@redhat.com>
3422 Sergio Durigan Junior <sergiodj@redhat.com>
3423
3424 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3425 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3426
3427 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3428
3429 * gdb.base/break-include.c, gdb.base/break-include.inc,
3430 gdb.base/break-include.exp: New files.
3431 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3432 line number now being the actual line number where the breakpoint
3433 was inserted.
3434 * gdb.mi/mi-break.exp: Likewise.
3435 * gdb.mi/mi-reverse.exp: Likewise.
3436 * gdb.mi/mi-simplerun.exp: Ditto.
3437
3438 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3439
3440 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3441 varobj.
3442 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3443
3444 2018-01-21 Don Breazeal <donb@codesourcery.com>
3445 Andrew Burgess <andrew.burgess@embecosm.com>
3446
3447 * gdb.mi/basics.c: Add new global.
3448 * gdb.mi/mi-frame-regs.exp: New file.
3449 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3450 case.
3451
3452 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3453
3454 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3455 non-parameter, and on an unknown symbol.
3456
3457 2018-01-19 Tom Tromey <tom@tromey.com>
3458
3459 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3460 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3461
3462 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3463
3464 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3465 setrlimit and chdir to int.
3466
3467 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3468
3469 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3470 function.
3471 (my_tend): Likewise.
3472 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3473 rationale of avoiding FP- and vector instructions.
3474
3475 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3476
3477 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3478 "info reg" with "\[ \t\]*".
3479 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3480 "\[ \t\]+".
3481 * gdb.arch/s390-multiarch.exp: Ditto.
3482 * gdb.base/pc-fp.exp: Ditto.
3483 * gdb.reverse/i386-precsave.exp: Ditto.
3484 * gdb.reverse/i386-reverse.exp: Ditto.
3485 * gdb.reverse/i387-env-reverse.exp: Ditto.
3486 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3487
3488 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3489
3490 * lib/gdb.exp (gdb_compile): Re-enable use of
3491 universal_compile_options for languages other than Rust.
3492
3493 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3494
3495 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3496
3497 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3498
3499 PR gdb/16577
3500 * gdb.base/solib-vanish.exp: New.
3501 * gdb.base/solib-vanish-main.c: New.
3502 * gdb.base/solib-vanish-lib1.c: New.
3503 * gdb.base/solib-vanish-lib2.c: New.
3504
3505 2018-01-17 Yao Qi <yao.qi@linaro.org>
3506
3507 * gdb.compile/compile.exp: Match the address printed for
3508 frame in the output of command "bt".
3509
3510 2018-01-15 Tom Tromey <tom@tromey.com>
3511
3512 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3513 compute sp_reg.
3514
3515 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3516
3517 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3518 to prepare.
3519 (prepare): Return 0 on error, 1 on success.
3520
3521 2018-01-12 Pedro Alves <palves@redhat.com>
3522
3523 * gdb.base/continue-after-aborted-step-over.c: New.
3524 * gdb.base/continue-after-aborted-step-over.exp: New.
3525
3526 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3527
3528 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3529 options when not creating an executable.
3530
3531 2018-01-11 Pedro Alves <palves@redhat.com>
3532
3533 PR remote/22597
3534 * gdb.server/stop-reply-no-thread.c: New file.
3535 * gdb.server/stop-reply-no-thread.exp: New file.
3536
3537 2018-01-10 Pedro Alves <palves@redhat.com>
3538
3539 PR gdb/22670
3540 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3541 functions too. Test setting breakpoints and printing C functions
3542 with no debug info too.
3543 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3544
3545 2018-01-10 Pedro Alves <palves@redhat.com>
3546
3547 PR gdb/22670
3548 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3549 a fail.
3550
3551 2018-01-10 Pedro Alves <palves@redhat.com>
3552
3553 PR gdb/22670
3554 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3555
3556 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3557
3558 * gdb.server/unittest.exp: Match the output in non-development
3559 mode.
3560
3561 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3562
3563 * gdb.gdb/unittest.exp: Match output in non-development mode.
3564
3565 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3566
3567 * gdb.ada/access_tagged_param.exp: Relax expected output
3568 for value of "ObjL" in "continue" to pck.inspect breakpoint
3569 test.
3570
3571 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3572
3573 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3574 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3575
3576 2018-01-05 Pedro Alves <palves@redhat.com>
3577
3578 PR gdb/18653
3579 * gdb.base/libsegfault.exp: New.
3580
3581 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3582
3583 PR gdb/22670
3584 * gdb.ada/access_tagged_param.exp: New file.
3585 * gdb.ada/access_tagged_param/foo.adb: New file.
3586
3587 2018-01-05 Pedro Alves <palves@redhat.com>
3588
3589 PR gdb/22670
3590 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3591 exercise lower case too, and to exercise both full matching and
3592 wild matching.
3593
3594 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3595
3596 * gdb.ada/rename_subscript_param: New testcase.
3597
3598 2018-01-05 Jerome Guitton <guitton@adacore.com>
3599
3600 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3601
3602 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3603
3604 * gdb.ada/convvar_comp: New testcase.
3605
3606 2018-01-05 Xavier Roirand <roirand@adacore.com>
3607
3608 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3609 (My_Table): New global variable.
3610 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3611
3612 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3613
3614 PR gdb/22670
3615 * gdb.ada/maint_with_ada: New testcase.
3616
3617 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3618
3619 PR gdb/22670
3620 * gdb.ada/bp_c_mixed_case: New testcase.
3621
3622 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3623
3624 PR gdb/22670
3625 * gdb.ada/complete.exp: Add "complete break ada" test.
3626
3627 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3628
3629 PR gdb/22670
3630 * gdb.ada/info_addr_mixed_case: New testcase.
3631
3632 2018-01-03 Xavier Roirand <roirand@adacore.com>
3633
3634 * gdb.ada/excep_handle.exp: New testcase.
3635 * gdb.ada/excep_handle/foo.adb: New file.
3636 * gdb.ada/excep_handle/pck.ads: New file.
3637
3638 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3639
3640 * gdb.base/step-line.c: Add extra empty line in copyright header.
3641 * gdb.base/step-line.inp: Likewise.
3642
3643 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3644
3645 * gdb.ada/dyn_stride.exp: Add slice test.
3646
3647 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3648
3649 * gdb.ada/dyn_stride: New testcase.
3650
3651 2017-12-27 Stafford Horne <shorne@gmail.com>
3652
3653 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3654 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3655
3656 2017-12-27 Stafford Horne <shorne@gmail.com>
3657
3658 * gdb.base/reggroups.c: New file.
3659 * gdb.base/reggroups.exp: New file.
3660
3661 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3662
3663 * gdb.dwarf2/ada-valprint-error.c: New file.
3664 * gdb.dwarf2/ada-valprint-error.exp: New file.
3665
3666 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3667
3668 * gdb.ada/assign_arr: New testcase.
3669
3670 2017-12-18 Xavier Roirand <roirand@adacore.com>
3671
3672 * gdb.ada/funcall_ptr: New testcase.
3673
3674 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3675
3676 PR cli/16224
3677 * gdb.base/ptype-offsets.cc: New file.
3678 * gdb.base/ptype-offsets.exp: New file.
3679
3680 2017-12-15 Yao Qi <yao.qi@linaro.org>
3681
3682 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3683 if XML is disabled.
3684
3685 2017-12-15 Xavier Roirand <roirand@adacore.com>
3686
3687 * gdb.ada/same_component_name: New testcase.
3688
3689 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3690
3691 * gdb.ada/str_binop_equal: New testcase.
3692
3693 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3694
3695 * gdb.ada/task_switch_in_core: New testcase.
3696
3697 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3698
3699 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3700 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3701 call test_bkpt_qualified.
3702 (test_bkpt_qualified): New proc.
3703
3704 2017-12-13 Pedro Alves <palves@redhat.com>
3705
3706 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3707 Tighten regexp by matching with an anchor.
3708
3709 2017-12-13 Pedro Alves <palves@redhat.com>
3710
3711 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3712 ("expression with namespace"): New set of tests.
3713 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3714 (Nested::Test_NS::qux): New.
3715 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3716 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3717
3718 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3719
3720 * gdb.base/server-del-break.c: New file.
3721 * gdb.base/server-del-break.exp: New file.
3722
3723 2017-12-12 Stafford Horne <shorne@gmail.com>
3724
3725 * gdb.xml/tdesc-regs.exp: Add or1k support.
3726
3727 2017-12-12 Stafford Horne <shorne@gmail.com>
3728
3729 * gdb.base/bp-permanent.c: Define nop of or1k.
3730
3731 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3732
3733 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3734 output with components being reordered.
3735
3736 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3737
3738 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3739 output with components being reordered.
3740
3741 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3742 Pedro Alves <palves@redhat.com>
3743
3744 * gdb.base/maint.exp (check for .gdb_index): Check also for
3745 .debug_names.
3746 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3747 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3748 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3749 (.gdb_index used after symbol reloading): Support also .debug_names.
3750 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3751
3752 2017-12-08 Yao Qi <yao.qi@linaro.org>
3753
3754 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3755 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
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 test for breakpoint.
3761
3762 2017-12-08 Yao Qi <yao.qi@linaro.org>
3763
3764 * gdb.arch/aarch64-tagged-pointer.c: New file.
3765 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3766
3767 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3768
3769 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3770 "int".
3771
3772 2017-12-07 Keith Seitz <keiths@redhat.com>
3773
3774 PR breakpoints/22569
3775 * gdb.linespec/ls-errs.exp: Change expected result of "break
3776 -source this file has spaces.c -line 3".
3777 Check that an explicit source file followed by whitespace is
3778 identified as an invalid explicit location.
3779
3780 2017-12-07 Keith Seitz <keiths@redhat.com>
3781
3782 * gdb.cp/nested-types.cc: New file.
3783 * gdb.cp/nested-types.exp: New file.
3784 * lib/cp-support.exp: Load data-structures.exp library.
3785 (debug_cp_test_ptype_class): New global.
3786 (cp_ptype_class_verbose, next_line): New procedures.
3787 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3788 Add and document new return value.
3789 Switch the list of lines to a queue.
3790 Add support for new `type' key for nested type definitions.
3791 Add debugging/troubleshooting messages.
3792 * lib/data-structures.exp: New file.
3793
3794 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3795
3796 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3797 with proc_with_prefix, don't use with_test_prefix.
3798
3799 2017-12-07 Tom Tromey <tom@tromey.com>
3800
3801 * gdb.base/break.exp: Add test for empty "commands".
3802
3803 2017-12-07 Yao Qi <yao.qi@linaro.org>
3804
3805 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3806 malloc and catch syscall.
3807
3808 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3809
3810 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3811 tests for explicit locations.
3812
3813 2017-12-06 Pedro Alves <palves@redhat.com>
3814
3815 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3816 force-disabling XML descriptions.
3817
3818 2017-12-04 Pedro Alves <palves@redhat.com>
3819
3820 PR gdb/22499
3821 * gdb.arch/amd64-disp-step-avx.S: New file.
3822 * gdb.arch/amd64-disp-step-avx.exp: New file.
3823
3824 2017-12-03 Pedro Alves <palves@redhat.com>
3825
3826 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3827 and <string.h>.
3828 (parent_function): Print distinct messages when waitpid fails, or
3829 the child exits with a signal, or the child exits for an unhandled
3830 reason.
3831 * gdb.threads/process-dies-while-detaching.exp
3832 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3833 it. Wait for both inferior output and GDB's prompt. Use an
3834 indirect spawn id list.
3835 (do_detach): New parameter 'child_exit'. Use it to compute
3836 expected inferior output.
3837 (test_detach, test_detach_watch, test_detach_killed_outside):
3838 Adjust to pass down the expected child exit kind.
3839
3840 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3841 Sergio Durigan Junior <sergiodj@redhat.com>
3842 Pedro Alves <palves@redhat.com>
3843
3844 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3845
3846 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3847
3848 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3849 to 'symbol-file' and 'add-symbol-file' can be
3850 position-independent.
3851
3852 2017-12-01 Yao Qi <yao.qi@linaro.org>
3853
3854 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3855 the URL in copyright header.
3856 * gdb.arch/aarch64-fp.exp: Likewise.
3857 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3858 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3859 * gdb.base/expand-psymtabs.exp: Likewise.
3860 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3861 * gdb.fortran/common-block.exp: Likewise.
3862 * gdb.fortran/common-block.f90: Likewise.
3863 * gdb.fortran/logical.exp: Likewise.
3864 * gdb.fortran/vla-datatypes.f90: Likewise.
3865 * gdb.fortran/vla-sub.f90: Likewise.
3866
3867 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3868
3869 * gdb.ada/repeat_dyn: New testcase.
3870
3871 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3872
3873 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3874 Update for changed thread numbering.
3875 * gdb.cell/bt.exp: Update for changed GDB output.
3876
3877 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3878
3879 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3880 setting isremote by hand.
3881 * boards/dwarf4-gdb-index.exp: Likewise.
3882 * boards/fission.exp: Likewise.
3883 * boards/stabs.exp: Likewise.
3884
3885 2017-11-30 Pedro Alves <palves@redhat.com>
3886
3887 * gdb.linespec/cpls-ops.exp
3888 (check_explicit_skips_function_argument): Extract the underlying
3889 type of size_t instead of hardcoding it.
3890
3891 2017-11-29 Pedro Alves <palves@redhat.com>
3892
3893 PR c++/19436
3894 * gdb.linespec/cpls-abi-tag.cc: New file.
3895 * gdb.linespec/cpls-abi-tag.exp: New file.
3896
3897 2017-11-29 Pedro Alves <palves@redhat.com>
3898
3899 * gdb.base/langs.exp: Use -qualified.
3900 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3901 it.
3902 * gdb.cp/namespace.exp: Use -qualified.
3903 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3904 (overload-3, template-overload, template-ret-type, const-overload)
3905 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3906 procedures.
3907 (test_driver): Call them.
3908 * gdb.cp/save-bp-qualified.cc: New.
3909 * gdb.cp/save-bp-qualified.exp: New.
3910 * gdb.linespec/explicit.exp: Test -qualified.
3911 * lib/completion-support.exp (completion::explicit_opts_list): Add
3912 "-qualified".
3913 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3914
3915 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3916
3917 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3918
3919 2017-11-29 Tom Tromey <tom@tromey.com>
3920
3921 * gdb.base/relocate.exp: Update invalid argument test.
3922 Add new tests for invalid arguments.
3923
3924 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3925
3926 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3927 Return 0 as a long.
3928 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3929
3930 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3931
3932 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3933 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3934 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3935 func ().
3936 * gdb.cp/shadow.cc (B.func): Return 0.
3937
3938 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3939
3940 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3941 expected output in gdb_expect call to allow the exception
3942 message to be present as well. Fix syntax confusion to avoid
3943 TCL thinking that exception_name is an array.
3944
3945 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3946
3947 * gdb.arch/spu-info.c: Include <unistd.h>.
3948 (do_signal_test): Fix broken calls to write.
3949 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3950 Fix checks for empty mailboxes. Update signal tests for corrected
3951 do_signal_test routine. Allow nonzero event status.
3952 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3953 * gdb.cell/arch.exp: Use standard_output_file.
3954 * gdb.cell/break.exp: Likewise.
3955 * gdb.cell/bt.exp: Likewise.
3956 * gdb.cell/core.exp: Likewise.
3957 * gdb.cell/dwarfaddr.exp: Likewise.
3958 * gdb.cell/ea-cache.exp: Likewise.
3959 * gdb.cell/ea-standalone.exp: Likewise.
3960 * gdb.cell/f-regs.exp: Likewise.
3961 * gdb.cell/fork.exp: Likewise.
3962 * gdb.cell/gcore.exp: Likewise.
3963 * gdb.cell/mem-access.exp: Likewise.
3964 * gdb.cell/ptype.exp: Likewise.
3965 * gdb.cell/registers.exp: Likewise.
3966 * gdb.cell/sizeof.exp: Likewise.
3967 * gdb.cell/solib-symbol.exp: Likewise.
3968 * gdb.cell/solib.exp: Likewise.
3969
3970 2017-11-25 Pedro Alves <palves@redhat.com>
3971
3972 * gdb.base/complete-empty.exp: New file.
3973 * gdb.base/completion.exp: Adjust.
3974
3975 2017-11-25 Pedro Alves <palves@redhat.com>
3976
3977 * gdb.linespec/cpls-ops.cc: New file.
3978 * gdb.linespec/cpls-ops.exp: New file.
3979 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3980 factored out from ...
3981 (test_complete_prefix_range): ... this.
3982
3983 2017-11-24 Pedro Alves <palves@redhat.com>
3984
3985 * gdb.linespec/cpcompletion.exp: New file.
3986 * gdb.linespec/cpls-hyphen.cc: New file.
3987 * gdb.linespec/cpls.cc: New file.
3988 * gdb.linespec/cpls2.cc: New file.
3989 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3990 test to use test_gdb_complete_unique. Add label completion,
3991 keyword completion and explicit location completion tests.
3992 * lib/completion-support.exp: New file.
3993
3994 2017-11-24 Joel Brobecker <brobecker@adacore.com>
3995
3996 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3997 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3998 when hitting an exception catchpoint.
3999
4000 2017-11-22 Yao Qi <yao.qi@linaro.org>
4001
4002 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4003
4004 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4005
4006 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4007 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4008 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4009
4010 2017-11-22 Yao Qi <yao.qi@linaro.org>
4011
4012 * gdb.base/info-os.exp: Pass pthreads.
4013 * gdb.multi/multi-attach.exp: Likewise.
4014
4015 2017-11-22 Yao Qi <yao.qi@linaro.org>
4016
4017 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4018 compiler.
4019
4020 2017-11-22 Yao Qi <yao.qi@linaro.org>
4021
4022 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4023 * gdb.base/break-interp.exp: Likewise.
4024 * gdb.base/jit-attach-pie.exp: Likewise.
4025
4026 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4027
4028 * gdb.base/float128.c (large128): New variable.
4029 * gdb.base/float128.exp: Add test to print largest __float128 value.
4030
4031 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4032
4033 * gdb.arch/vsx-regs.exp: Update register content checks.
4034
4035 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4036
4037 * gdb.arch/ppc-longdouble.exp: New file.
4038 * gdb.arch/ppc-longdouble.c: Likewise.
4039
4040 2017-11-21 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4043
4044 2017-11-20 Pedro Alves <palves@redhat.com>
4045
4046 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4047 (long_double_typedef): New typedefs.
4048 Use DEF on double and long double.
4049 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4050 cases.
4051 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4052 and 'long_double_ptr_same_size' locals. Use them to decide
4053 whether cast from array/function to float is valid/invalid.
4054
4055 2017-11-17 Tom Tromey <tom@tromey.com>
4056
4057 * gdb.rust/traits.rs: New file.
4058 * gdb.rust/traits.exp: New file.
4059
4060 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4061
4062 * gdb.ada/minsyms: New testcase.
4063
4064 2017-11-16 Pedro Alves <palves@redhat.com>
4065
4066 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4067 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4068
4069 2017-11-16 Pedro Alves <palves@redhat.com>
4070
4071 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4072 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4073
4074 2017-11-16 Pedro Alves <palves@redhat.com>
4075
4076 * gdb.server/reconnect-ctrl-c.c: New file.
4077 * gdb.server/reconnect-ctrl-c.exp: New file.
4078
4079 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4080
4081 * gdb.python/py-rbreak.exp: New file.
4082 * gdb.python/py-rbreak.c: New file.
4083 * gdb.python/py-rbreak-func2.c: New file.
4084
4085 2017-11-16 Pedro Alves <palves@redhat.com>
4086
4087 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4088 pattern.
4089 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4090 GDB.
4091
4092 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4093
4094 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4095 regex.
4096
4097 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4098
4099 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4100 test names.
4101
4102 2017-11-09 Pedro Alves <palves@redhat.com>
4103
4104 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4105 factored out from ...
4106 (top level): ... here, and adjusted to avoid expecting beyond the
4107 prompt in a single gdb_test_multiple.
4108
4109 2017-11-09 Pedro Alves <palves@redhat.com>
4110
4111 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4112 output.
4113 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4114 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4115 * gdb.server/ext-run.exp ("kill" test): Likewise.
4116 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4117
4118 2017-11-09 Pedro Alves <palves@redhat.com>
4119
4120 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4121 match till end of line.
4122
4123 2017-11-09 Pedro Alves <palves@redhat.com>
4124
4125 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4126
4127 2017-11-09 Pedro Alves <palves@redhat.com>
4128
4129 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4130 New procedures, factored out from ...
4131 (top level): ... here, and adjusted to avoid expecting beyond the
4132 prompt in one go.
4133
4134 2017-11-09 Pedro Alves <palves@redhat.com>
4135
4136 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4137 output. Fix '?' match.
4138
4139 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4140
4141 * gdb.ada/scoped_watch: New testcase.
4142 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4143 which is actually correct.
4144 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4145 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4146
4147 2017-11-08 Pedro Alves <palves@redhat.com>
4148
4149 * gdb.gdb/complaints.exp (test_initial_complaints)
4150 (test_serial_complaints, test_short_complaints): Call
4151 complaint_internal instead of complaint.
4152
4153 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4154
4155 * gdb.threads/tls-core.c: New file.
4156 * gdb.threads/tls-core.exp: Likewise.
4157
4158 2017-11-08 Pedro Alves <palves@redhat.com>
4159
4160 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4161 (p Exported_Capitalized): New test.
4162 (p exported_capitalized): New test.
4163
4164 2017-11-07 Pedro Alves <palves@redhat.com>
4165
4166 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4167
4168 2017-11-07 Pedro Alves <palves@redhat.com>
4169
4170 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4171 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4172 (disable_invalid, disable_inverted, disable_negative): New
4173 procedures.
4174 ("bad numbers"): New set of tests.
4175
4176 2017-11-07 Pedro Alves <palves@redhat.com>
4177
4178 * gdb.cp/ena-dis-br-range.exp: Add tests.
4179
4180 2017-11-07 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4183
4184 2017-11-07 Xavier Roirand <roirand@adacore.com>
4185 Pedro Alves <palves@redhat.com>
4186
4187 * gdb.base/ena-dis-br.exp: Add reference to
4188 gdb.cp/ena-dis-br-range.exp.
4189 * gdb.cp/ena-dis-br-range.exp: New file.
4190 * gdb.cp/ena-dis-br-range.cc: New file.
4191
4192 2017-11-06 Pedro Alves <palves@redhat.com>
4193
4194 * gdb.base/attach-non-pgrp-leader.c: New.
4195 * gdb.base/attach-non-pgrp-leader.exp: New.
4196
4197 2017-11-06 Pedro Alves <palves@redhat.com>
4198
4199 * configure.ac: No longer check for termio.h and sgtty.h.
4200 * configure: Regenerate.
4201 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4202 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4203 Remove termio and sgtty code.
4204
4205 2017-11-03 Yao Qi <yao.qi@linaro.org>
4206
4207 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4208 in GDB is disabled.
4209
4210 2017-11-03 Yao Qi <yao.qi@linaro.org>
4211
4212 * gdb.python/py-thrhandle.exp: Skip it if python is not
4213 enabled.
4214
4215 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4216
4217 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4218 as a breakpoint command.
4219
4220 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4221
4222 PR python/21213
4223 * gdb.python/py-infthread.exp: Test calling
4224 InferiorThread.inferior () multiple times in a row.
4225
4226 2017-10-27 Keith Seitz <keiths@redhat.com>
4227
4228 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4229 Test "info break" for every inlined function breakpoint.
4230
4231 2017-10-27 Yao Qi <yao.qi@linaro.org>
4232
4233 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4234
4235 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4236
4237 * gdb.cp/classes.exp (test_static_members): Test printing
4238 Outer::instance.
4239 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4240 (Inner::instance, Outer::instance): New.
4241
4242 2017-10-24 Pedro Alves <palves@redhat.com>
4243
4244 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4245 extra console" test in two stages.
4246
4247 2017-10-24 Pedro Alves <palves@redhat.com>
4248
4249 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4250
4251 2017-10-24 Pedro Alves <palves@redhat.com>
4252
4253 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4254 loop.
4255
4256 2017-10-24 Pedro Alves <palves@redhat.com>
4257
4258 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4259 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4260
4261 2017-10-24 Pedro Alves <palves@redhat.com>
4262
4263 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4264 parameter and handle it. Don't output read value in test name.
4265
4266 2017-10-24 Pedro Alves <palves@redhat.com>
4267
4268 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4269 custom test name.
4270
4271 2017-10-24 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4274 include the unstable output directory name in the test's name.
4275 (initial_setup_simple) <'set args'>: Use custom test name.
4276
4277 2017-10-24 Pedro Alves <palves@redhat.com>
4278
4279 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4280 with explicit test name.
4281
4282 2017-10-20 Pedro Alves <palves@redhat.com>
4283
4284 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4285 'wait -i'. Use gdb_assert and remote_close.
4286
4287 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4288
4289 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4290 number from variable rather than hard-coded.
4291
4292 2017-10-19 Pedro Alves <palves@redhat.com>
4293
4294 * gdb.base/long-inferior-output.c: New file.
4295 * gdb.base/long-inferior-output.exp: New file.
4296
4297 2017-11-18 Keith Seitz <keiths@redhat.com>
4298
4299 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4300 method.
4301 (main): Call it.
4302 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4303 Add additional user-defined conversion operator tests.
4304
4305 2017-10-17 Pedro Alves <palves@redhat.com>
4306
4307 * boards/native-stdio-gdbserver.exp: Load "local-board".
4308
4309 2017-10-17 Pedro Alves <palves@redhat.com>
4310
4311 * gdb.base/quit-live.c: New file.
4312 * gdb.base/quit-live.exp: New file.
4313
4314 2017-10-16 Keith Seitz <keiths@redhat.com>
4315
4316 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4317 (class_with_protected_typedef, class_with_private_typedef)
4318 (struct_with_public_typedef, struct_with_protected_typedef)
4319 (struct_with_private_typedef): New classes/structs.
4320 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4321 typedefs and access specifiers.
4322
4323 2017-10-16 Pedro Alves <palves@redhat.com>
4324 Simon Marchi <simon.marchi@polymtl.ca>
4325
4326 * README (Local vs Remote vs Native): New section.
4327 * boards/local-board.exp: New file, with bits factored out from
4328 ...
4329 * boards/native-extended-gdbserver.exp: ... here. Load
4330 "local-board".
4331 * boards/native-gdbserver.exp: Load "local-board".
4332 (${board}_spawn, ${board}_exec): Delete.
4333 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4334 ...
4335 * boards/stdio-gdbserver-base.exp: ... this new file.
4336 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4337 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4338 procedure.
4339 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4340 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4341 stdio_gdbserver_command.
4342 (${board}_get_remote_address, ${board}_get_comm_port)
4343 (${board}_download, ${board}_upload): Delete.
4344 (get_target_remote_pipe_cmd): New.
4345
4346 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4347
4348 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4349 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4350 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4351 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4352 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4353 remove with_test_prefix.
4354
4355 2017-10-13 Pedro Alves <palves@redhat.com>
4356
4357 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4358 * gdb.base/annota1.exp: Use it instead of is_remote.
4359 * gdb.base/annota3.exp: Use it instead of is_remote.
4360 * gdb.cp/annota2.exp: Use it instead of is_remote.
4361 * gdb.cp/annota3.exp: Use it instead of is_remote.
4362 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4363
4364 2017-10-13 Pedro Alves <palves@redhat.com>
4365
4366 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4367 (test_num_test_vars, run_and_count_vars, find_env)
4368 (test_set_unset_env, test_inherit_env_var): New procedures.
4369 (top level): Use them.
4370
4371 2017-10-13 Pedro Alves <palves@redhat.com>
4372
4373 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4374 also skip on stub-like targets.
4375
4376 2017-10-13 Pedro Alves <palves@redhat.com>
4377
4378 PR gdb/22293
4379 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4380 (top level): Move some tests to ...
4381 (test_not_found): ... this new procedure.
4382 (top level): Call it.
4383
4384 2017-10-13 Pedro Alves <palves@redhat.com>
4385
4386 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4387 expect different "info terminal" output if testing with a
4388 non-native target.
4389
4390 2017-10-13 Pedro Alves <palves@redhat.com>
4391 Simon Marchi <simon.marchi@polymtl.ca>
4392
4393 PR python/12966
4394 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4395
4396 2017-10-13 Pedro Alves <palves@redhat.com>
4397
4398 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4399 already.
4400
4401 2017-10-13 Pedro Alves <palves@redhat.com>
4402
4403 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4404 is_remote.
4405
4406 2017-10-13 Pedro Alves <palves@redhat.com>
4407
4408 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4409 is_remote.
4410
4411 2017-10-13 Pedro Alves <palves@redhat.com>
4412
4413 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4414 is set.
4415 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4416 instead of is_remote.
4417
4418 2017-10-13 Pedro Alves <palves@redhat.com>
4419
4420 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4421 (top level): Add comment.
4422
4423 2017-10-13 Pedro Alves <palves@redhat.com>
4424
4425 * gdb.base/remote.exp (top level): Fix comment typo and add
4426 missing return.
4427
4428 2017-10-13 Pedro Alves <palves@redhat.com>
4429 Simon Marchi <simon.marchi@polymtl.ca>
4430
4431 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4432 calls and add comments. Skip test if use_gdb_stub is set.
4433 (top level): Use "set cwd" command instead of "cd" command.
4434
4435 2017-10-13 Pedro Alves <palves@redhat.com>
4436
4437 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4438 is_remote target check.
4439
4440 2017-10-13 Pedro Alves <palves@redhat.com>
4441
4442 * gdb.base/scope.exp: Use build_executable + clean_restart +
4443 gdb_file_cmd instead of prepare_for_testing and no longer skip
4444 "before run" tests on is_remote target boards. Update comments.
4445 * boards/native-extended-gdbserver.exp
4446 (extended_gdbserver_load_last_file): New, factored out from ...
4447 (gdb_load): ... this. Move further below and add comment.
4448 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4449
4450 2017-10-12 Pedro Alves <palves@redhat.com>
4451
4452 * gdb.base/attach.exp: Remove references to gdb64.
4453 * gdb.base/dbx.exp: Remove references to gdb64.
4454
4455 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4456 Pedro Alves <palves@redhat.com>
4457
4458 * gdb.base/label.exp: Remove is_remote target check.
4459
4460 2017-10-12 Pedro Alves <palves@redhat.com>
4461
4462 * gdb.base/auvx.exp (coredir): Update comment.
4463 (top level) <core_works>: Use "set cwd" command instead of "cd"
4464 command.
4465
4466 2017-10-12 Pedro Alves <palves@redhat.com>
4467 Simon Marchi <simon.marchi@polymtl.ca>
4468
4469 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4470 target boards.
4471
4472 2017-10-12 Pedro Alves <palves@redhat.com>
4473 Simon Marchi <simon.marchi@polymtl.ca>
4474
4475 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4476 Instead skip if there's any gdb_protocol set.
4477
4478 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4479 Pedro Alves <palves@redhat.com>
4480
4481 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4482
4483 2017-10-12 Pedro Alves <palves@redhat.com>
4484 Simon Marchi <simon.marchi@polymtl.ca>
4485
4486 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4487 instead of on dejagnu remote boards.
4488
4489 2017-10-12 Pedro Alves <palves@redhat.com>
4490 Simon Marchi <simon.marchi@polymtl.ca>
4491
4492 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4493 checks. Use build_executable + clean_restart instead of
4494 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4495 of enabling non-stop after starting gdb.
4496
4497 2017-10-12 Pedro Alves <palves@redhat.com>
4498
4499 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4500 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4501 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4502 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4503
4504 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4505
4506 * gdb.arch/arc-tdesc-cpu.exp: New file.
4507 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4508
4509 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4510
4511 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4512
4513 2017-10-10 Pedro Alves <palves@redhat.com>
4514
4515 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4516 expect CLI output.
4517
4518 2017-10-10 Pedro Alves <palves@redhat.com>
4519
4520 * lib/selftest-support.exp (selftest_setup): Update for
4521 captured_command_loop's prototype change.
4522
4523 2017-10-09 Pedro Alves <palves@redhat.com>
4524
4525 Test both arch1=>arch2 and arch2=>arch1.
4526
4527 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4528 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4529 factored out to...
4530 (append_arch1_options, append_arch2_options, append_arch_options)
4531 (build_executables): New procedures.
4532 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4533 local.
4534 (top level): Add new 'first_arch' testing axis.
4535
4536 2017-10-09 Pedro Alves <palves@redhat.com>
4537
4538 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4539 (barrier): New.
4540 (thread_start, all_started): New functions.
4541 (main): Spawn new thread and wait until it is scheduled.
4542 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4543 option.
4544 (do_test): Add 'selected_thread' parameter. Run to all_started
4545 instead of main. Explicitly set the breakpoint at main. Switch
4546 to the SELECTED_THREAD thread.
4547 (top level): Test handling the exec event with either the main
4548 thread or the second thread selected.
4549
4550 2017-10-09 Pedro Alves <palves@redhat.com>
4551
4552 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4553 logic. Move STOP marker after the value checks.
4554 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4555 regexp.
4556
4557 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4558
4559 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4560
4561 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4562
4563 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4564 integer-to-dfp conversion.
4565 * gdb.base/dfp-test.exp: Likewise.
4566
4567 2017-10-04 Pedro Alves <palves@redhat.com>
4568
4569 * gdb.multi/hangout.c: Include <unistd.h>.
4570 (hangout_loop): New function.
4571 (main): Call alarm. Call hangout_loop in a loop.
4572 * gdb.multi/hello.c: Include <unistd.h>.
4573 (hello_loop): New function.
4574 (main): Call alarm. Call hangout_loop in a loop.
4575 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4576 inferior with the other selected.
4577
4578 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4579
4580 * gdb.mi/list-thread-groups-available.exp: New file.
4581 * gdb.mi/list-thread-groups-available.c: New file.
4582
4583 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4584
4585 * gdb.base/set-cwd.exp: Make it available on
4586 native-extended-gdbserver.
4587
4588 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4589
4590 * gdb.base/set-cwd.c: New file.
4591 * gdb.base/set-cwd.exp: Likewise.
4592
4593 2017-10-02 Tom Tromey <tom@tromey.com>
4594
4595 PR rust/22236:
4596 * gdb.rust/simple.rs (main): New variable "fslice".
4597 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4598
4599 2017-10-02 Tom Tromey <tom@tromey.com>
4600
4601 * gdb.rust/simple.exp: Test ptype of a slice.
4602
4603 2017-10-02 Tom Tromey <tom@tromey.com>
4604
4605 * gdb.rust/simple.exp: Test index of slice.
4606
4607 2017-09-27 Tom Tromey <tom@tromey.com>
4608
4609 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4610
4611 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4612 Pedro Alves <palves@redhat.com>
4613
4614 * gdb.base/compare-sections.exp (get value of read-only section): Read
4615 as unsigned value.
4616 (corrupt read-only section): Likewise and don't set written if patching
4617 failed.
4618
4619 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4620
4621 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4622 files.
4623
4624 2017-09-20 Pedro Alves <palves@redhat.com>
4625
4626 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4627 symbol names in gdb's output.
4628 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4629
4630 2017-09-20 Pedro Alves <palves@redhat.com>
4631
4632 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4633 Rename to ...
4634 (test_list_ambiguous_symbol): ... this and add a symbol name
4635 parameter. Adjust.
4636 (test_list_ambiguous_function): Reimplement on top of
4637 test_list_ambiguous_symbol and also test listing ambiguous
4638 variables.
4639 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4640 (ambiguous_fun): ... this.
4641 (ambiguous_var): New.
4642 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4643 (ambiguous_fun): ... this.
4644 (ambiguous_var): New.
4645
4646 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4647
4648 * gdb.base/starti.c: New file.
4649 * gdb.base/starti.exp: New file.
4650 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4651
4652 2017-09-14 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4655 (top level): Use it instead of runto.
4656
4657 2017-09-11 Tom Tromey <tom@tromey.com>
4658
4659 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4660
4661 2017-09-11 Tom Tromey <tom@tromey.com>
4662
4663 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4664 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4665
4666 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4667
4668 * gdb.fortran/printing-types.exp: New file.
4669 * gdb.fortran/printing-types.exp: New file.
4670
4671 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4672
4673 * gdb.fortran/vla-ptype.exp: Fix typos.
4674 * gdb.fortran/vla-value.exp: Same.
4675
4676 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4677
4678 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4679 * gdb.mi/mi-var-child-f.exp: Likewise.
4680 * gdb.mi/mi-vla-fortran.exp: Likewise.
4681
4682 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4683 Christoph Weinmann <christoph.t.weinmann@intel.com>
4684 Bernhard Heckel <bernhard.heckel@intel.com>
4685
4686 * gdb.fortran/ptr-indentation.f90: New file.
4687 * gdb.fortran/ptr-indentation.exp: New file.
4688
4689 2017-09-05 Tom Tromey <tom@tromey.com>
4690
4691 PR gdb/22010:
4692 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4693
4694 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4695
4696 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4697
4698 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4699
4700 * gdb.threads/tls-nodebug-pie.c: New file.
4701 * gdb.threads/tls-nodebug-pie.exp: New file.
4702
4703 2017-09-05 Tom Tromey <tom@tromey.com>
4704
4705 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4706 for rust.
4707
4708 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4709
4710 * gdb.multi/multi-arch-exec.exp: Test with different
4711 "follow-exec-mode" settings.
4712 (do_test): New procedure.
4713
4714 2017-09-04 Pedro Alves <palves@redhat.com>
4715
4716 * gdb.base/func-static.c (S::method const, S::method volatile)
4717 (S::method volatile const): New methods.
4718 (c_s, v_s, cv_s): New instances.
4719 (main): Call method() on them.
4720 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4721 (cannot_resolve): New procedure.
4722 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4723 print-quote-unquoted columns.
4724 (do_test): Test printing each scope too.
4725
4726 2017-09-04 Pedro Alves <palves@redhat.com>
4727
4728 * gdb.base/local-static.exp: Also test with
4729 class::method::variable wholly quoted.
4730 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4731
4732 2017-09-04 Pedro Alves <palves@redhat.com>
4733
4734 * gdb.base/local-static.c: New.
4735 * gdb.base/local-static.cc: New.
4736 * gdb.base/local-static.exp: New.
4737
4738 2017-09-04 Pedro Alves <palves@redhat.com>
4739
4740 * gdb.asm/asm-source.exp: Add casts to int.
4741 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4742 (dataglobal64_1, dataglobal64_2): New globals.
4743 * gdb.base/nodebug.exp: Test different expressions involving the
4744 new globals, with print, whatis and ptype. Add casts to int.
4745 * gdb.base/solib-display.exp: Add casts to int.
4746 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4747 * gdb.cp/m-static.exp: Add cast to int.
4748 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4749 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4750 tls variable with no debug info without a cast. Test with a cast
4751 to int too.
4752 * gdb.trace/entry-values.exp: Add casts.
4753
4754 2017-09-04 Pedro Alves <palves@redhat.com>
4755
4756 * gdb.base/nodebug.exp: Test that ptype's error about functions
4757 with unknown return type includes the function name too.
4758
4759 2017-09-04 Pedro Alves <palves@redhat.com>
4760
4761 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4762 return type of munmap in infcall.
4763 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4764 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4765 type of ftell in infcall.
4766 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4767 type of getpid in infcall.
4768 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4769 infcall.
4770 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4771 Bail on failure to extract the pid.
4772 * gdb.base/nodebug.c: #include <stdint.h>.
4773 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4774 New functions.
4775 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4776 Change expected output of print/whatis/ptype with functions with
4777 no debug info. Test all supported languages. Call
4778 test_call_promotion.
4779 * gdb.compile/compile.exp: Adjust expected output to expect
4780 warning.
4781 * gdb.threads/siginfo-threads.exp: Likewise.
4782
4783 2017-09-04 Pedro Alves <palves@redhat.com>
4784
4785 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4786 "prototypes". Test calling float functions via prototyped and
4787 unprototyped function pointers.
4788 (perform_all_tests): New parameter "prototypes". Pass it down.
4789 (top level): Pass down "prototypes" parameter to
4790 perform_all_tests.
4791
4792 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4793
4794 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4795 Test with nested loops.
4796
4797 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4798
4799 * gdb.base/commands.exp: Call the new procedures.
4800 (loop_break_test, loop_continue_test): New procedures.
4801
4802 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4803
4804 * gdb.base/commands.exp: Call new procedure.
4805 (define_if_without_arg_test): New procedure.
4806
4807 2017-09-04 Pedro Alves <palves@redhat.com>
4808
4809 * gdb.base/list-ambiguous.exp: New file.
4810 * gdb.base/list-ambiguous0.c: New file.
4811 * gdb.base/list-ambiguous1.c: New file.
4812 * gdb.base/list.exp (test_list_range): Adjust expected output.
4813
4814 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4815
4816 * gdb.base/share-env-with-gdbserver.c: New file.
4817 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4818
4819 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4820
4821 * gdb.base/commands.exp (gdbvar_simple_if_test,
4822 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4823 progvar_simple_if_test, progvar_simple_while_test,
4824 progvar_complex_if_while_test, user_defined_command_test,
4825 user_defined_command_args_eval,
4826 user_defined_command_args_stack_test,
4827 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4828 temporary_breakpoint_commands,
4829 gdb_test_no_prompt, redefine_hook_test,
4830 redefine_backtrace_test): Remove "global gdb_prompt".
4831
4832 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4833
4834 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4835 New proc, call it from toplevel.
4836
4837 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4838
4839 PR remote/21852
4840 * gdb.server/normal.c: New file, copied from gdb.base.
4841 * gdb.server/run-without-local-binary.exp: New file.
4842
4843 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4844
4845 * gdb.arch/sparc64-adi.exp: New file.
4846 * gdb.arch/sparc64-adi.c: New file.
4847
4848 2017-08-22 Pedro Alves <palves@redhat.com>
4849
4850 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4851 (top level): Add "list all overloads" tests.
4852
4853 2017-08-22 Tom Tromey <tom@tromey.com>
4854
4855 * gdb.gdb/xfullpath.exp: Remove.
4856
4857 2017-08-21 Pedro Alves <palves@redhat.com>
4858
4859 PR gdb/19487
4860 * gdb.base/symbol-alias.c: New.
4861 * gdb.base/symbol-alias2.c: New.
4862 * gdb.base/symbol-alias.exp: New.
4863
4864 2017-08-21 Pedro Alves <palves@redhat.com>
4865
4866 * gdb.base/dfp-test.c
4867 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4868 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4869 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4870 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4871 * gdb.base/whatis-ptype-typedefs.c: New.
4872 * gdb.base/whatis-ptype-typedefs.exp: New.
4873 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4874 (an_int, an_int_type, an_int_type2): New globals.
4875 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4876 involving typedefs and cast expressions.
4877 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4878 (lookup_typedefs_function): New.
4879 (typedefs_pretty_printers_dict): New.
4880 (top level): Register lookup_typedefs_function in
4881 gdb.pretty_printers.
4882
4883 2017-08-18 Yao Qi <yao.qi@linaro.org>
4884
4885 * gdb.server/unittest.exp: New.
4886
4887 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4888
4889 PR gdb/21954
4890 * gdb.base/environ.exp: Add test to check if 'unset environment'
4891 works.
4892
4893 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4894
4895 * lib/gdb.exp (universal_compile_options): New caching proc.
4896 (gdb_compile): Suppress GCC's coloring of messages.
4897
4898 2017-08-14 Tom Tromey <tom@tromey.com>
4899
4900 PR gdb/21675:
4901 * gdb.base/printcmds.exp (test_radices): New function.
4902 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4903 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4904 * lib/gdb.exp (get_integer_valueof): Use p/d.
4905
4906 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4907
4908 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4909 characters.
4910
4911 2017-08-05 Tom Tromey <tom@tromey.com>
4912
4913 * gdb.rust/simple.exp: Allow String to appear in a different
4914 namespace.
4915
4916 2017-07-26 Yao Qi <yao.qi@linaro.org>
4917
4918 * gdb.gdb/unittest.exp: Invoke command
4919 "maintenance check xml-descriptions".
4920
4921 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4922
4923 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4924 calling context.
4925 (hex128): Drop erroneous calculation of parameters.
4926
4927 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4928
4929 * gdb.python/py-unwind.exp: Disable stack protection when
4930 building test file.
4931
4932 2017-07-20 Pedro Alves <palves@redhat.com>
4933
4934 * gdb.base/default.exp (set language): Adjust expected output.
4935
4936 2017-07-20 Pedro Alves <palves@redhat.com>
4937
4938 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4939 (test_minsym): ... this, and make static.
4940 (get_pck__foo__bar__minsym): Rename to ...
4941 (get_test_minsym): ... this.
4942 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4943 symbol names and comments.
4944 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4945 (get_test_minsym): ... this.
4946 (pck__foo__bar__minsym__2): Rename to ...
4947 (test_minsym): ... this.
4948 (main): Adjust.
4949
4950 2017-07-17 Pedro Alves <palves@redhat.com>
4951
4952 * gdb.base/completion.exp: Adjust expected output.
4953 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4954 the completer works.
4955
4956 2017-07-17 Pedro Alves <palves@redhat.com>
4957
4958 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4959
4960 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4961
4962 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4963
4964 2017-07-14 Tom Tromey <tom@tromey.com>
4965
4966 PR rust/21764:
4967 * gdb.rust/simple.exp: Add tests.
4968
4969 2017-07-14 Tom Tromey <tom@tromey.com>
4970
4971 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4972
4973 2017-07-14 Pedro Alves <palves@redhat.com>
4974
4975 * gdb.linespec/base/one/thefile.cc (z1): New function.
4976 * gdb.linespec/base/two/thefile.cc (z2): New function.
4977 * gdb.linespec/linespec.exp: Add tests.
4978
4979 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4980
4981 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4982 to mi_create_breakpoint.
4983
4984 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4985
4986 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4987 mi_create_breakpoint.
4988
4989 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4990
4991 * gdb.dlang/demangle.exp: Update for demangling changes.
4992
4993 2017-07-09 Tom Tromey <tom@tromey.com>
4994
4995 * gdb.dwarf2/shortpiece.exp: New file.
4996
4997 2017-07-06 David Blaikie <dblaikie@gmail.com>
4998
4999 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5000 built from fissiont-multi-cu{1,2}.c.
5001 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5002 except putting 'main' and 'func' in separate CUs in the same DWO file.
5003 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5004 test.
5005 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5006 test.
5007
5008 2017-07-06 Pedro Alves <palves@redhat.com>
5009
5010 * gdb.python/py-unwind.exp: Test flushregs.
5011
5012 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5013
5014 PR cli/21688
5015 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5016 tests for alias commands and trailing whitespace.
5017
5018 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5019
5020 PR cli/21688
5021 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5022 procedure. Call it.
5023
5024 2017-06-29 Pedro Alves <palves@redhat.com>
5025
5026 * gdb.base/printcmds.exp: Add tests.
5027
5028 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5029
5030 PR gdb/21337
5031 * gdb.base/reread-readsym.exp: New file.
5032 * gdb.base/reread-readsym.c: New file.
5033
5034 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5035
5036 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5037 subpattern.
5038
5039 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5040
5041 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5042 extended mnemonic.
5043 * gdb.arch/powerpc-power9.s: Likewise.
5044
5045 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5046
5047 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5048 on 32-bit x86 targets. Exploit is_*_target macros where
5049 appropriate.
5050
5051 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5052
5053 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5054 register pieces.
5055
5056 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5057
5058 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5059 located in one or more DWARF pieces.
5060
5061 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5062
5063 * lib/gdb.exp (get_endianness): New proc.
5064 * gdb.arch/aarch64-fp.exp: Use it.
5065 * gdb.arch/altivec-regs.exp: Likewise.
5066 * gdb.arch/e500-regs.exp: Likewise.
5067 * gdb.arch/vsx-regs.exp: Likewise.
5068 * gdb.base/dump.exp: Likewise.
5069 * gdb.base/funcargs.exp: Likewise.
5070 * gdb.base/gnu_vector.exp: Likewise.
5071 * gdb.dwarf2/formdata16.exp: Likewise.
5072 * gdb.dwarf2/implptrpiece.exp: Likewise.
5073 * gdb.dwarf2/nonvar-access.exp: Likewise.
5074 * gdb.python/py-inferior.exp: Likewise.
5075 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5076
5077 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5078
5079 PR gdb/21226
5080 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5081 stack value pieces are taken from the LSB end.
5082
5083 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5084
5085 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5086 variable at nonzero offset.
5087
5088 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5089
5090 * gdb.dwarf2/var-access.c: New file.
5091 * gdb.dwarf2/var-access.exp: New test.
5092 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5093
5094 2017-06-12 Tom Tromey <tom@tromey.com>
5095
5096 * gdb.dwarf2/formdata16.exp: Add tests.
5097
5098 2017-06-12 Tom Tromey <tom@tromey.com>
5099
5100 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5101
5102 2017-06-12 Tom Tromey <tom@tromey.com>
5103
5104 PR exp/16225:
5105 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5106 * gdb.arch/vsx-regs.exp: Update tests.
5107 * gdb.arch/s390-vregs.exp (hex128): New proc.
5108 Update test.
5109 * gdb.arch/altivec-regs.exp: Update tests.
5110
5111 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5112
5113 * gdb.base/startup-with-shell.c: New file.
5114 * gdb.base/startup-with-shell.exp: Likewise.
5115
5116 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5117
5118 * gdb.server/non-existing-program.exp: Update regex in order to
5119 reflect the fact that gdbserver is now using fork_inferior (with a
5120 shell) to startup the inferior.
5121
5122 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5123
5124 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5125 support function calls from GDB.
5126
5127 2017-05-21 Tom Tromey <tom@tromey.com>
5128
5129 PR rust/21466:
5130 * gdb.rust/unsized.exp: New file.
5131 * gdb.rust/unsized.rs: New file.
5132
5133 2017-05-19 Tom Tromey <tom@tromey.com>
5134
5135 PR rust/21484:
5136 * gdb.rust/watch.exp: New file.
5137 * gdb.rust/watch.rs: New file.
5138
5139 2017-05-18 Tom Tromey <tom@tromey.com>
5140
5141 * gdb.rust/simple.exp: Allow Box to be qualified.
5142
5143 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5144
5145 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5146
5147 2017-05-18 Pedro Alves <palves@redhat.com>
5148
5149 * gdb.base/fileio.c (test_write, test_read, test_close)
5150 (test_fstat): Don't print 'ret' in the fail path.
5151
5152 2017-05-18 Pedro Alves <palves@redhat.com>
5153
5154 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5155 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5156 (test_system, test_rename, test_unlink, test_time): Change
5157 prototypes.
5158 * gdb.base/fileio.exp (stop_msg): Adjust.
5159
5160 2017-05-18 Pedro Alves <palves@redhat.com>
5161
5162 * gdb.base/fileio.c (null_str): New global.
5163 (test_stat): Use it.
5164 * gdb.base/fileio.exp: Remove nowarnings.
5165
5166 2017-05-17 Yao Qi <yao.qi@linaro.org>
5167
5168 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5169
5170 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5171
5172 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5173 argument command.
5174 (top-level): Invoke test_set_inferior_tty.
5175
5176 2017-05-04 Pedro Alves <palves@redhat.com>
5177
5178 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5179 Add parens to print call for Python 3.
5180
5181 2017-05-03 Keith Seitz <keiths@redhat.com>
5182
5183 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5184 (main): Call it.
5185
5186 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5187
5188 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5189 to prev and next.
5190
5191 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5192
5193 * gdb.python/py-record-btrace.exp: Remove test for
5194 gdb.BtraceInstruction.error.
5195
5196 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5197
5198 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5199
5200 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5201
5202 * gdb.python/py-record-btrace-threads.c: New file.
5203 * gdb.python/py-record-btrace-threads.exp: New file.
5204
5205 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5206
5207 PR testsuite/8595
5208 * gdb.base/environ.exp: Make test available in all architectures.
5209 Move bits related to "info program" testing to
5210 gdb.base/info-program.exp. Rewrite tests to use the two new
5211 procedures mentione below.
5212 (test_set_show_env_var) New procedure.
5213 (test_set_show_env_var_equal): Likewise.
5214 * gdb.base/info-program.exp: New file.
5215
5216 2017-04-27 Keith Seitz <keiths@redhat.com>
5217
5218 * gdb.cp/oranking.cc (test15): New function.
5219 (main): Call test15 and declare additional variables for testing.
5220 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5221 "p foo101('abc')" tests.
5222 Add tests for cv qualifier overloads.
5223 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5224 "lvalue reference overload" test.
5225 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5226 "print value of f1 on Child&& in f2" test.
5227
5228 2017-04-19 Pedro Alves <palves@redhat.com>
5229
5230 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5231 procedure.
5232 (top level): Call it.
5233 * lib/gdb.exp (gdb_define_cmd): New procedure.
5234
5235 2017-04-12 Pedro Alves <palves@redhat.com>
5236
5237 PR gdb/21323
5238 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5239 (wchar): New global.
5240 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5241 (do_test_wide_char, wide_char_types_no_program, top level): Add
5242 wchar_t testing.
5243
5244 2017-04-12 Pedro Alves <palves@redhat.com>
5245
5246 PR c++/21323
5247 * gdb.cp/wide_char_types.c: New file.
5248 * gdb.cp/wide_char_types.exp: New file.
5249
5250 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5251
5252 PR gdb/21352
5253 * gdb.trace/tsv.exp: Add test for "tsave -r".
5254
5255 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5256
5257 * gdb.dlang/watch-loc.c: New file.
5258 * gdb.dlang/watch-loc.exp: New file.
5259
5260 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5261
5262 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5263
5264 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5265
5266 * gdb.arch/arc-analyze-prologue.S: New file.
5267 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5268
5269 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5270
5271 * gdb.arch/arc-decode-insn.S: New file.
5272 * gdb.arch/arc-decode-insn.exp: Likewise.
5273
5274 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5275
5276 PR tdep/20928
5277 * gdb.arch/sparc64-regs.exp: New file.
5278 * gdb.arch/sparc64-regs.S: Likewise.
5279
5280 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5281
5282 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5283 and memory view on Python 3.
5284
5285 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5286 Keith Seitz <keiths@redhat.com>
5287
5288 PR gdb/14441
5289 * gdb.cp/demangle.exp: Add rvalue reference tests.
5290 * gdb.cp/rvalue-ref-casts.cc: New file.
5291 * gdb.cp/rvalue-ref-casts.exp: New file.
5292 * gdb.cp/rvalue-ref-overload.cc: New file.
5293 * gdb.cp/rvalue-ref-overload.exp: New file.
5294 * gdb.cp/rvalue-ref-params.cc: New file.
5295 * gdb.cp/rvalue-ref-params.exp: New file.
5296 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5297 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5298 * gdb.cp/rvalue-ref-types.cc: New file.
5299 * gdb.cp/rvalue-ref-types.exp: New file.
5300 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5301 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5302
5303 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5304
5305 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5306 New procedure.
5307
5308 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5309
5310 * lib/mi-support.exp (mi_gdb_test): Add additional message
5311 for unexpected output.
5312
5313 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5314
5315 * gdb.base/examine-backward.c (Barrier): New character array
5316 constant, to ensure that TestStrings is preceded by a string
5317 terminator.
5318
5319 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5320
5321 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5322 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5323 and implicit pointer into such a location.
5324
5325 2017-03-16 Doug Evans <dje@google.com>
5326
5327 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5328
5329 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5330
5331 * gdb.cp/m-static.exp: Fix expectation for prototype of
5332 test5.single_constructor and single_constructor::single_constructor.
5333
5334 2017-03-16 Doug Evans <dje@google.com>
5335
5336 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5337 * gdb.guile/scm-lazy-string.c: New file.
5338 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5339 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5340 for pointer, array, typedef lazy strings.
5341
5342 2017-03-16 Doug Evans <dje@google.com>
5343
5344 PR python/17728, python/18439, python/18779
5345 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5346 * gdb.python/py-lazy-string.c (pointer): New typedef.
5347 (main): New locals ptr, array, typedef_ptr.
5348 * gdb.python/py-value.exp: Move lazy string tests to ...
5349 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5350 array, typedef lazy strings.
5351
5352 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5353
5354 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5355 Add optional 'test' parameter.
5356
5357 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5358
5359 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5360 Skip for versions of DejaGnu < 1.5.
5361
5362 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5363
5364 * lib/gdb.exp (dejagnu_version): New proc.
5365 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5366 Use dejagnu_version.
5367
5368 2017-03-10 Keith Seitz <keiths@redhat.com>
5369
5370 PR c++/8128
5371 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5372 type from destructor regexps.
5373 Add a branch which actually passes the test.
5374 Adjust "ptype t5i" test names.
5375
5376 2017-03-08 Pedro Alves <palves@redhat.com>
5377
5378 * gdb.base/step-over-exit.exp: Add explicit test message.
5379
5380 2017-03-08 Pedro Alves <palves@redhat.com>
5381
5382 PR gdb/18360
5383 * gdb.threads/interrupt-while-step-over.c: New file.
5384 * gdb.threads/interrupt-while-step-over.exp: New file.
5385
5386 2017-03-08 Pedro Alves <palves@redhat.com>
5387
5388 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5389 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5390
5391 2017-03-08 Pedro Alves <palves@redhat.com>
5392
5393 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5394 PKRU as not supported as a PASS.
5395
5396 2017-03-08 Pedro Alves <palves@redhat.com>
5397
5398 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5399 prefix instead of $binfile1/$binfile2.
5400 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5401 in test message.
5402 * gdb.python/py-completion.exp: Use "load python file" as test
5403 messages instead of unstable path names.
5404
5405 2017-03-08 Pedro Alves <palves@redhat.com>
5406 Jan Kratochvil <jan.kratochvil@redhat.com>
5407
5408 PR cli/21218
5409 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5410 New proc.
5411 (top level): Call it.
5412
5413 2017-03-08 Pedro Alves <palves@redhat.com>
5414
5415 PR tui/21216
5416 * gdb.tui/tui-nl-filtered-output.exp: New file.
5417
5418 2017-03-08 Pedro Alves <palves@redhat.com>
5419
5420 * gdb.base/completion.exp: Move TUI completion tests to ...
5421 * gdb.tui/completion.exp: ... this new file.
5422
5423 2017-03-08 Pedro Alves <palves@redhat.com>
5424
5425 * gdb.base/tui-disasm-long-lines.c,
5426 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5427 gdb.base/tui-layout.exp: Move to ...
5428 * gdb.tui/: ... this new directory.
5429
5430 2017-03-07 Pedro Alves <palves@redhat.com>
5431
5432 * gdb.base/tui-layout.c: New file.
5433 * gdb.base/tui-layout.exp: New file.
5434
5435 2017-03-07 Pedro Alves <palves@redhat.com>
5436
5437 * gdb.base/tui-layout.c: Rename to ...
5438 * gdb.base/tui-disasm-long-lines.c: ... this.
5439 * gdb.base/tui-layout.exp: Rename to ...
5440 * gdb.base/tui-disasm-long-lines.exp: ... this.
5441
5442 2017-03-07 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5445
5446 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5447
5448 * i386-mpx-call.c: New file.
5449 * i386-mpx-call.exp: New file.
5450
5451 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5452
5453 * gdb.arch/powerpc-power.exp: Delete test.
5454 * gdb.arch/powerpc-power.s: Likewise.
5455 * gdb.disasm/disassembler-options.exp: New test.
5456 * gdb.arch/powerpc-altivec.exp: Likewise.
5457 * gdb.arch/powerpc-altivec.s: Likewise.
5458 * gdb.arch/powerpc-altivec2.exp: Likewise.
5459 * gdb.arch/powerpc-altivec2.s: Likewise.
5460 * gdb.arch/powerpc-altivec3.exp: Likewise.
5461 * gdb.arch/powerpc-altivec3.s: Likewise.
5462 * gdb.arch/powerpc-power7.exp: Likewise.
5463 * gdb.arch/powerpc-power7.s: Likewise.
5464 * gdb.arch/powerpc-power8.exp: Likewise.
5465 * gdb.arch/powerpc-power8.s: Likewise.
5466 * gdb.arch/powerpc-power9.exp: Likewise.
5467 * gdb.arch/powerpc-power9.s: Likewise.
5468 * gdb.arch/powerpc-vsx.exp: Likewise.
5469 * gdb.arch/powerpc-vsx.s: Likewise.
5470 * gdb.arch/powerpc-vsx2.exp: Likewise.
5471 * gdb.arch/powerpc-vsx2.s: Likewise.
5472 * gdb.arch/powerpc-vsx3.exp: Likewise.
5473 * gdb.arch/powerpc-vsx3.s: Likewise.
5474 * gdb.arch/arm-disassembler-options.exp: Likewise.
5475 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5476 * gdb.arch/s390-disassembler-options.exp: Likewise.
5477
5478 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5479
5480 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5481 (check_supported_features): ... this. Changed return type to void.
5482 (supports_rdseed): New static global.
5483 (rdseed): Check supports_rdseed.
5484 (initialize): Call check_supported_features.
5485
5486 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5487
5488 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5489 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5490 and lqarx/stqcx.
5491 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5492 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5493
5494 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5495
5496 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5497 uppercase.
5498
5499 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5500
5501 * gdb.dwarf2/formdata16.c: New file.
5502 * gdb.dwarf2/formdata16.exp: New file.
5503 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5504
5505 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5506
5507 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5508 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5509 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5510 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5511 DW_AT_GNU_*.
5512
5513 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5514
5515 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5516
5517 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5518
5519 PR gdb/21164
5520 * gdb.base/maint.exp: Add testcases for when the commands do
5521 not have arguments.
5522
5523 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5524
5525 * gdb.cp/chained-calls.exp: Use p instead of P.
5526
5527 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5528
5529 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5530 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5531
5532 2017-02-14 Tom Tromey <tom@tromey.com>
5533
5534 PR python/13598:
5535 * gdb.python/py-events.exp: Add before_prompt event tests.
5536
5537 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5538
5539 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5540
5541 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5542
5543 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5544 (main): Call my_unique_function_name.
5545 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5546 completion of patterns with a single match.
5547 Add missing -re switches to gdb_test_multiple calls.
5548
5549 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5550
5551 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5552 return if core file is not recognized.
5553
5554 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5555
5556 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5557 and extra UIs.
5558
5559 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5560
5561 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5562 proc_with_prefix.
5563
5564 2017-02-10 Tom Tromey <tom@tromey.com>
5565
5566 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5567
5568 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5569
5570 PR gdb/21122
5571 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5572
5573 2017-02-08 Jerome Guitton <guitton@adacore.com>
5574
5575 * gdb.base/define.exp: Add test for command abbreviations
5576 in define.
5577
5578 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5579
5580 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5581 * gdb.reverse/insn-reverse-x86.c: New file.
5582
5583 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5584
5585 PR tdep/20936
5586 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5587
5588 2017-02-03 Tom Tromey <tom@tromey.com>
5589
5590 PR rust/21097:
5591 * gdb.rust/simple.exp: Add new tests.
5592
5593 2017-02-02 Pedro Alves <palves@redhat.com>
5594
5595 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5596 tests.
5597
5598 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5599
5600 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5601 taking a 2-byte value out of a 4-byte DWARF implicit value on
5602 big-endian targets.
5603 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5604 logic. Add test cases for DW_OP_implicit.
5605
5606 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5607
5608 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5609
5610 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5611
5612 * gdb.btrace/enable.exp: Call gdb_exit before
5613 skip_gdbserver_tests.
5614
5615 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5616
5617 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5618 GDBFLAGS.
5619
5620 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5621
5622 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5623 the test is skipped.
5624 * gdb.btrace/data.exp: Likewise.
5625 * gdb.btrace/delta.exp: Likewise.
5626 * gdb.btrace/dlopen.exp: Likewise.
5627 * gdb.btrace/enable-running.exp: Likewise.
5628 * gdb.btrace/enable.exp: Likewise.
5629 * gdb.btrace/exception.exp: Likewise.
5630 * gdb.btrace/function_call_history.exp: Likewise.
5631 * gdb.btrace/gcore.exp: Likewise.
5632 * gdb.btrace/instruction_history.exp: Likewise.
5633 * gdb.btrace/multi-thread-step.exp: Likewise.
5634 * gdb.btrace/nohist.exp: Likewise.
5635 * gdb.btrace/non-stop.exp: Likewise.
5636 * gdb.btrace/reconnect.exp: Likewise.
5637 * gdb.btrace/record_goto-step.exp: Likewise.
5638 * gdb.btrace/record_goto.exp: Likewise.
5639 * gdb.btrace/rn-dl-bind.exp: Likewise.
5640 * gdb.btrace/segv.exp: Likewise.
5641 * gdb.btrace/step.exp: Likewise.
5642 * gdb.btrace/stepi.exp: Likewise.
5643 * gdb.btrace/tailcall-only.exp: Likewise.
5644 * gdb.btrace/tailcall.exp: Likewise.
5645 * gdb.btrace/tsx.exp: Likewise.
5646 * gdb.btrace/unknown_functions.exp: Likewise.
5647 * gdb.btrace/vdso.exp: Likewise.
5648
5649 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5650
5651 * gdb.btrace/enable-running.c: New.
5652 * gdb.btrace/enable-running.exp: New.
5653
5654 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5655
5656 * gdb.arch/amd64-gs_base.c: New file.
5657 * gdb.arch/amd64-gs_base.exp: New file.
5658
5659 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5660
5661 * lib/memory.exp: Remove spurious empty newlines.
5662
5663 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5664
5665 * gdb.python/py-bad-printers.exp: Load python file using "source".
5666 * gdb.python/py-events.exp: Likewise.
5667 * gdb.python/py-evsignal.exp: Likewise.
5668 * gdb.python/py-evthreads.exp: Likewise.
5669 * gdb.python/py-frame-args.exp: Likewise.
5670 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5671 * gdb.python/py-framefilter-mi.exp: Likewise.
5672 * gdb.python/py-framefilter.exp: Likewise.
5673 * gdb.python/py-mi.exp: Likewise.
5674 * gdb.python/py-pp-maint.exp: Likewise.
5675 * gdb.python/py-pp-registration.exp: Likewise.
5676 * gdb.python/py-prettyprint.exp: Likewise.
5677 (run_lang_tests): Likewise.
5678 * gdb.python/py-typeprint.exp: Likewise.
5679
5680 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5681
5682 * lib/memory.exp: New file.
5683 * lib/gdb.exp: Load memory.exp.
5684 * gdb.base/memattr.exp (delete_memory): Move proc to
5685 lib/memory.exp and rename to delete_memory_regions.
5686 Replace delete_memory with delete_memory_regions.
5687 Cleanup memory regions before tests.
5688 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5689 before tests.
5690
5691 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5692
5693 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5694 files.
5695 (initialize): New function conditionally defined.
5696 (testcases): Move within conditional block.
5697 (main): Call initialize.
5698 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5699 of gdb.reverse/insn-reverse.c.
5700 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5701 gdb.reverse/insn-reverse.c.
5702
5703 2017-01-26 Yao Qi <yao.qi@linaro.org>
5704
5705 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5706 disassemble on address 0.
5707
5708 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5709 Yao Qi <yao.qi@linaro.org>
5710
5711 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5712 * gdb.dwarf2/implptr-64bit.S: Remove.
5713 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5714 variables in caller's context. Add DW_OP_implicit_value.
5715
5716 2017-01-25 Yao Qi <yao.qi@linaro.org>
5717
5718 * lib/dwarf.exp (Dwarf::_location): Handle
5719 DW_OP_GNU_implicit_pointer with proper size.
5720
5721 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5722
5723 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5724 and add untested calls.
5725
5726 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5727
5728 * gdb.python/python.exp: Check line number against what GDB thinks
5729 the line number is for func1.
5730
5731 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5732
5733 * gdb.dlang/debug-expr.exp: New file.
5734
5735 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5736
5737 Fix test names for the following files:
5738
5739 * gdb.ada/exec_changed.exp
5740 * gdb.ada/info_types.exp
5741 * gdb.arch/aarch64-atomic-inst.exp
5742 * gdb.arch/aarch64-fp.exp
5743 * gdb.arch/altivec-abi.exp
5744 * gdb.arch/altivec-regs.exp
5745 * gdb.arch/amd64-byte.exp
5746 * gdb.arch/amd64-disp-step.exp
5747 * gdb.arch/amd64-dword.exp
5748 * gdb.arch/amd64-entry-value-inline.exp
5749 * gdb.arch/amd64-entry-value-param.exp
5750 * gdb.arch/amd64-entry-value-paramref.exp
5751 * gdb.arch/amd64-entry-value.exp
5752 * gdb.arch/amd64-i386-address.exp
5753 * gdb.arch/amd64-invalid-stack-middle.exp
5754 * gdb.arch/amd64-invalid-stack-top.exp
5755 * gdb.arch/amd64-optimout-repeat.exp
5756 * gdb.arch/amd64-prologue-skip.exp
5757 * gdb.arch/amd64-prologue-xmm.exp
5758 * gdb.arch/amd64-stap-special-operands.exp
5759 * gdb.arch/amd64-stap-wrong-subexp.exp
5760 * gdb.arch/amd64-tailcall-cxx.exp
5761 * gdb.arch/amd64-tailcall-noret.exp
5762 * gdb.arch/amd64-tailcall-ret.exp
5763 * gdb.arch/amd64-tailcall-self.exp
5764 * gdb.arch/amd64-word.exp
5765 * gdb.arch/arm-bl-branch-dest.exp
5766 * gdb.arch/arm-disp-step.exp
5767 * gdb.arch/arm-neon.exp
5768 * gdb.arch/arm-single-step-kernel-helper.exp
5769 * gdb.arch/avr-flash-qualifier.exp
5770 * gdb.arch/disp-step-insn-reloc.exp
5771 * gdb.arch/e500-abi.exp
5772 * gdb.arch/e500-regs.exp
5773 * gdb.arch/ftrace-insn-reloc.exp
5774 * gdb.arch/i386-avx512.exp
5775 * gdb.arch/i386-bp_permanent.exp
5776 * gdb.arch/i386-byte.exp
5777 * gdb.arch/i386-cfi-notcurrent.exp
5778 * gdb.arch/i386-disp-step.exp
5779 * gdb.arch/i386-dr3-watch.exp
5780 * gdb.arch/i386-float.exp
5781 * gdb.arch/i386-gnu-cfi.exp
5782 * gdb.arch/i386-mpx-map.exp
5783 * gdb.arch/i386-mpx-sigsegv.exp
5784 * gdb.arch/i386-mpx-simple_segv.exp
5785 * gdb.arch/i386-mpx.exp
5786 * gdb.arch/i386-permbkpt.exp
5787 * gdb.arch/i386-prologue.exp
5788 * gdb.arch/i386-signal.exp
5789 * gdb.arch/i386-size-overlap.exp
5790 * gdb.arch/i386-unwind.exp
5791 * gdb.arch/i386-word.exp
5792 * gdb.arch/mips-fcr.exp
5793 * gdb.arch/powerpc-d128-regs.exp
5794 * gdb.arch/powerpc-stackless.exp
5795 * gdb.arch/ppc64-atomic-inst.exp
5796 * gdb.arch/s390-stackless.exp
5797 * gdb.arch/s390-tdbregs.exp
5798 * gdb.arch/s390-vregs.exp
5799 * gdb.arch/sparc-sysstep.exp
5800 * gdb.arch/thumb-bx-pc.exp
5801 * gdb.arch/thumb-singlestep.exp
5802 * gdb.arch/thumb2-it.exp
5803 * gdb.arch/vsx-regs.exp
5804 * gdb.asm/asm-source.exp
5805 * gdb.base/a2-run.exp
5806 * gdb.base/advance.exp
5807 * gdb.base/all-bin.exp
5808 * gdb.base/anon.exp
5809 * gdb.base/args.exp
5810 * gdb.base/arithmet.exp
5811 * gdb.base/async-shell.exp
5812 * gdb.base/async.exp
5813 * gdb.base/attach-pie-noexec.exp
5814 * gdb.base/attach-twice.exp
5815 * gdb.base/auto-load.exp
5816 * gdb.base/bang.exp
5817 * gdb.base/bitfields.exp
5818 * gdb.base/break-always.exp
5819 * gdb.base/break-caller-line.exp
5820 * gdb.base/break-entry.exp
5821 * gdb.base/break-inline.exp
5822 * gdb.base/break-on-linker-gcd-function.exp
5823 * gdb.base/break-probes.exp
5824 * gdb.base/break.exp
5825 * gdb.base/breakpoint-shadow.exp
5826 * gdb.base/call-ar-st.exp
5827 * gdb.base/call-sc.exp
5828 * gdb.base/call-signal-resume.exp
5829 * gdb.base/call-strs.exp
5830 * gdb.base/callfuncs.exp
5831 * gdb.base/catch-fork-static.exp
5832 * gdb.base/catch-gdb-caused-signals.exp
5833 * gdb.base/catch-load.exp
5834 * gdb.base/catch-signal-fork.exp
5835 * gdb.base/catch-signal.exp
5836 * gdb.base/catch-syscall.exp
5837 * gdb.base/charset.exp
5838 * gdb.base/checkpoint.exp
5839 * gdb.base/chng-syms.exp
5840 * gdb.base/code-expr.exp
5841 * gdb.base/code_elim.exp
5842 * gdb.base/commands.exp
5843 * gdb.base/completion.exp
5844 * gdb.base/complex.exp
5845 * gdb.base/cond-expr.exp
5846 * gdb.base/condbreak.exp
5847 * gdb.base/consecutive.exp
5848 * gdb.base/continue-all-already-running.exp
5849 * gdb.base/coredump-filter.exp
5850 * gdb.base/corefile.exp
5851 * gdb.base/dbx.exp
5852 * gdb.base/debug-expr.exp
5853 * gdb.base/define.exp
5854 * gdb.base/del.exp
5855 * gdb.base/disabled-location.exp
5856 * gdb.base/disasm-end-cu.exp
5857 * gdb.base/disasm-optim.exp
5858 * gdb.base/display.exp
5859 * gdb.base/duplicate-bp.exp
5860 * gdb.base/ena-dis-br.exp
5861 * gdb.base/ending-run.exp
5862 * gdb.base/enumval.exp
5863 * gdb.base/environ.exp
5864 * gdb.base/eu-strip-infcall.exp
5865 * gdb.base/eval-avoid-side-effects.exp
5866 * gdb.base/eval-skip.exp
5867 * gdb.base/exitsignal.exp
5868 * gdb.base/expand-psymtabs.exp
5869 * gdb.base/filesym.exp
5870 * gdb.base/find-unmapped.exp
5871 * gdb.base/finish.exp
5872 * gdb.base/float.exp
5873 * gdb.base/foll-exec-mode.exp
5874 * gdb.base/foll-exec.exp
5875 * gdb.base/foll-fork.exp
5876 * gdb.base/fortran-sym-case.exp
5877 * gdb.base/freebpcmd.exp
5878 * gdb.base/func-ptr.exp
5879 * gdb.base/func-ptrs.exp
5880 * gdb.base/funcargs.exp
5881 * gdb.base/gcore-buffer-overflow.exp
5882 * gdb.base/gcore-relro-pie.exp
5883 * gdb.base/gcore-relro.exp
5884 * gdb.base/gcore.exp
5885 * gdb.base/gdb1090.exp
5886 * gdb.base/gdb11530.exp
5887 * gdb.base/gdb11531.exp
5888 * gdb.base/gdb1821.exp
5889 * gdb.base/gdbindex-stabs.exp
5890 * gdb.base/gdbvars.exp
5891 * gdb.base/hbreak.exp
5892 * gdb.base/hbreak2.exp
5893 * gdb.base/included.exp
5894 * gdb.base/infcall-input.exp
5895 * gdb.base/inferior-died.exp
5896 * gdb.base/infnan.exp
5897 * gdb.base/info-macros.exp
5898 * gdb.base/info-os.exp
5899 * gdb.base/info-proc.exp
5900 * gdb.base/info-shared.exp
5901 * gdb.base/info-target.exp
5902 * gdb.base/infoline.exp
5903 * gdb.base/interp.exp
5904 * gdb.base/interrupt.exp
5905 * gdb.base/jit-reader.exp
5906 * gdb.base/jit-simple.exp
5907 * gdb.base/kill-after-signal.exp
5908 * gdb.base/kill-detach-inferiors-cmd.exp
5909 * gdb.base/label.exp
5910 * gdb.base/langs.exp
5911 * gdb.base/ldbl_e308.exp
5912 * gdb.base/line-symtabs.exp
5913 * gdb.base/linespecs.exp
5914 * gdb.base/list.exp
5915 * gdb.base/long_long.exp
5916 * gdb.base/longest-types.exp
5917 * gdb.base/maint.exp
5918 * gdb.base/max-value-size.exp
5919 * gdb.base/memattr.exp
5920 * gdb.base/mips_pro.exp
5921 * gdb.base/morestack.exp
5922 * gdb.base/moribund-step.exp
5923 * gdb.base/multi-forks.exp
5924 * gdb.base/nested-addr.exp
5925 * gdb.base/nextoverexit.exp
5926 * gdb.base/noreturn-finish.exp
5927 * gdb.base/noreturn-return.exp
5928 * gdb.base/nostdlib.exp
5929 * gdb.base/offsets.exp
5930 * gdb.base/opaque.exp
5931 * gdb.base/pc-fp.exp
5932 * gdb.base/permissions.exp
5933 * gdb.base/print-symbol-loading.exp
5934 * gdb.base/prologue-include.exp
5935 * gdb.base/psymtab.exp
5936 * gdb.base/ptype.exp
5937 * gdb.base/random-signal.exp
5938 * gdb.base/randomize.exp
5939 * gdb.base/range-stepping.exp
5940 * gdb.base/readline-ask.exp
5941 * gdb.base/recpar.exp
5942 * gdb.base/recurse.exp
5943 * gdb.base/relational.exp
5944 * gdb.base/restore.exp
5945 * gdb.base/return-nodebug.exp
5946 * gdb.base/return.exp
5947 * gdb.base/run-after-attach.exp
5948 * gdb.base/save-bp.exp
5949 * gdb.base/scope.exp
5950 * gdb.base/sect-cmd.exp
5951 * gdb.base/set-lang-auto.exp
5952 * gdb.base/set-noassign.exp
5953 * gdb.base/setvar.exp
5954 * gdb.base/sigall.exp
5955 * gdb.base/sigbpt.exp
5956 * gdb.base/siginfo-addr.exp
5957 * gdb.base/siginfo-infcall.exp
5958 * gdb.base/siginfo-obj.exp
5959 * gdb.base/siginfo.exp
5960 * gdb.base/signals-state-child.exp
5961 * gdb.base/signest.exp
5962 * gdb.base/sigstep.exp
5963 * gdb.base/sizeof.exp
5964 * gdb.base/skip.exp
5965 * gdb.base/solib-corrupted.exp
5966 * gdb.base/solib-nodir.exp
5967 * gdb.base/solib-search.exp
5968 * gdb.base/stack-checking.exp
5969 * gdb.base/stale-infcall.exp
5970 * gdb.base/stap-probe.exp
5971 * gdb.base/start.exp
5972 * gdb.base/step-break.exp
5973 * gdb.base/step-bt.exp
5974 * gdb.base/step-line.exp
5975 * gdb.base/step-over-exit.exp
5976 * gdb.base/step-over-syscall.exp
5977 * gdb.base/step-resume-infcall.exp
5978 * gdb.base/step-test.exp
5979 * gdb.base/store.exp
5980 * gdb.base/structs3.exp
5981 * gdb.base/sym-file.exp
5982 * gdb.base/symbol-without-target_section.exp
5983 * gdb.base/term.exp
5984 * gdb.base/testenv.exp
5985 * gdb.base/ui-redirect.exp
5986 * gdb.base/until.exp
5987 * gdb.base/unwindonsignal.exp
5988 * gdb.base/value-double-free.exp
5989 * gdb.base/vla-datatypes.exp
5990 * gdb.base/vla-ptr.exp
5991 * gdb.base/vla-sideeffect.exp
5992 * gdb.base/volatile.exp
5993 * gdb.base/watch-cond-infcall.exp
5994 * gdb.base/watch-cond.exp
5995 * gdb.base/watch-non-mem.exp
5996 * gdb.base/watch-read.exp
5997 * gdb.base/watch-vfork.exp
5998 * gdb.base/watchpoint-cond-gone.exp
5999 * gdb.base/watchpoint-delete.exp
6000 * gdb.base/watchpoint-hw-hit-once.exp
6001 * gdb.base/watchpoint-hw.exp
6002 * gdb.base/watchpoint-stops-at-right-insn.exp
6003 * gdb.base/watchpoints.exp
6004 * gdb.base/wchar.exp
6005 * gdb.base/whatis-exp.exp
6006 * gdb.btrace/buffer-size.exp
6007 * gdb.btrace/data.exp
6008 * gdb.btrace/delta.exp
6009 * gdb.btrace/dlopen.exp
6010 * gdb.btrace/enable.exp
6011 * gdb.btrace/exception.exp
6012 * gdb.btrace/function_call_history.exp
6013 * gdb.btrace/gcore.exp
6014 * gdb.btrace/instruction_history.exp
6015 * gdb.btrace/nohist.exp
6016 * gdb.btrace/reconnect.exp
6017 * gdb.btrace/record_goto-step.exp
6018 * gdb.btrace/record_goto.exp
6019 * gdb.btrace/rn-dl-bind.exp
6020 * gdb.btrace/segv.exp
6021 * gdb.btrace/step.exp
6022 * gdb.btrace/stepi.exp
6023 * gdb.btrace/tailcall-only.exp
6024 * gdb.btrace/tailcall.exp
6025 * gdb.btrace/tsx.exp
6026 * gdb.btrace/unknown_functions.exp
6027 * gdb.btrace/vdso.exp
6028 * gdb.compile/compile-ifunc.exp
6029 * gdb.compile/compile-ops.exp
6030 * gdb.compile/compile-print.exp
6031 * gdb.compile/compile-setjmp.exp
6032 * gdb.cp/abstract-origin.exp
6033 * gdb.cp/ambiguous.exp
6034 * gdb.cp/annota2.exp
6035 * gdb.cp/annota3.exp
6036 * gdb.cp/anon-ns.exp
6037 * gdb.cp/anon-struct.exp
6038 * gdb.cp/anon-union.exp
6039 * gdb.cp/arg-reference.exp
6040 * gdb.cp/baseenum.exp
6041 * gdb.cp/bool.exp
6042 * gdb.cp/breakpoint.exp
6043 * gdb.cp/bs15503.exp
6044 * gdb.cp/call-c.exp
6045 * gdb.cp/casts.exp
6046 * gdb.cp/chained-calls.exp
6047 * gdb.cp/class2.exp
6048 * gdb.cp/classes.exp
6049 * gdb.cp/cmpd-minsyms.exp
6050 * gdb.cp/converts.exp
6051 * gdb.cp/cp-relocate.exp
6052 * gdb.cp/cpcompletion.exp
6053 * gdb.cp/cpexprs.exp
6054 * gdb.cp/cplabel.exp
6055 * gdb.cp/cplusfuncs.exp
6056 * gdb.cp/cpsizeof.exp
6057 * gdb.cp/ctti.exp
6058 * gdb.cp/derivation.exp
6059 * gdb.cp/destrprint.exp
6060 * gdb.cp/dispcxx.exp
6061 * gdb.cp/enum-class.exp
6062 * gdb.cp/exception.exp
6063 * gdb.cp/exceptprint.exp
6064 * gdb.cp/expand-psymtabs-cxx.exp
6065 * gdb.cp/expand-sals.exp
6066 * gdb.cp/extern-c.exp
6067 * gdb.cp/filename.exp
6068 * gdb.cp/formatted-ref.exp
6069 * gdb.cp/fpointer.exp
6070 * gdb.cp/gdb1355.exp
6071 * gdb.cp/gdb2495.exp
6072 * gdb.cp/hang.exp
6073 * gdb.cp/impl-this.exp
6074 * gdb.cp/infcall-dlopen.exp
6075 * gdb.cp/inherit.exp
6076 * gdb.cp/iostream.exp
6077 * gdb.cp/koenig.exp
6078 * gdb.cp/local.exp
6079 * gdb.cp/m-data.exp
6080 * gdb.cp/m-static.exp
6081 * gdb.cp/mb-ctor.exp
6082 * gdb.cp/mb-inline.exp
6083 * gdb.cp/mb-templates.exp
6084 * gdb.cp/member-name.exp
6085 * gdb.cp/member-ptr.exp
6086 * gdb.cp/meth-typedefs.exp
6087 * gdb.cp/method.exp
6088 * gdb.cp/method2.exp
6089 * gdb.cp/minsym-fallback.exp
6090 * gdb.cp/misc.exp
6091 * gdb.cp/namelessclass.exp
6092 * gdb.cp/namespace-enum.exp
6093 * gdb.cp/namespace-nested-import.exp
6094 * gdb.cp/namespace.exp
6095 * gdb.cp/nextoverthrow.exp
6096 * gdb.cp/no-dmgl-verbose.exp
6097 * gdb.cp/non-trivial-retval.exp
6098 * gdb.cp/noparam.exp
6099 * gdb.cp/nsdecl.exp
6100 * gdb.cp/nsimport.exp
6101 * gdb.cp/nsnested.exp
6102 * gdb.cp/nsnoimports.exp
6103 * gdb.cp/nsrecurs.exp
6104 * gdb.cp/nsstress.exp
6105 * gdb.cp/nsusing.exp
6106 * gdb.cp/operator.exp
6107 * gdb.cp/oranking.exp
6108 * gdb.cp/overload-const.exp
6109 * gdb.cp/overload.exp
6110 * gdb.cp/ovldbreak.exp
6111 * gdb.cp/ovsrch.exp
6112 * gdb.cp/paren-type.exp
6113 * gdb.cp/parse-lang.exp
6114 * gdb.cp/pass-by-ref.exp
6115 * gdb.cp/pr-1023.exp
6116 * gdb.cp/pr-1210.exp
6117 * gdb.cp/pr-574.exp
6118 * gdb.cp/pr10687.exp
6119 * gdb.cp/pr12028.exp
6120 * gdb.cp/pr17132.exp
6121 * gdb.cp/pr17494.exp
6122 * gdb.cp/pr9067.exp
6123 * gdb.cp/pr9167.exp
6124 * gdb.cp/pr9631.exp
6125 * gdb.cp/printmethod.exp
6126 * gdb.cp/psmang.exp
6127 * gdb.cp/psymtab-parameter.exp
6128 * gdb.cp/ptype-cv-cp.exp
6129 * gdb.cp/ptype-flags.exp
6130 * gdb.cp/re-set-overloaded.exp
6131 * gdb.cp/ref-types.exp
6132 * gdb.cp/rtti.exp
6133 * gdb.cp/scope-err.exp
6134 * gdb.cp/shadow.exp
6135 * gdb.cp/smartp.exp
6136 * gdb.cp/static-method.exp
6137 * gdb.cp/static-print-quit.exp
6138 * gdb.cp/temargs.exp
6139 * gdb.cp/templates.exp
6140 * gdb.cp/try_catch.exp
6141 * gdb.cp/typedef-operator.exp
6142 * gdb.cp/typeid.exp
6143 * gdb.cp/userdef.exp
6144 * gdb.cp/using-crash.exp
6145 * gdb.cp/var-tag.exp
6146 * gdb.cp/virtbase.exp
6147 * gdb.cp/virtfunc.exp
6148 * gdb.cp/virtfunc2.exp
6149 * gdb.cp/vla-cxx.exp
6150 * gdb.disasm/t01_mov.exp
6151 * gdb.disasm/t02_mova.exp
6152 * gdb.disasm/t03_add.exp
6153 * gdb.disasm/t04_sub.exp
6154 * gdb.disasm/t05_cmp.exp
6155 * gdb.disasm/t06_ari2.exp
6156 * gdb.disasm/t07_ari3.exp
6157 * gdb.disasm/t08_or.exp
6158 * gdb.disasm/t09_xor.exp
6159 * gdb.disasm/t10_and.exp
6160 * gdb.disasm/t11_logs.exp
6161 * gdb.disasm/t12_bit.exp
6162 * gdb.disasm/t13_otr.exp
6163 * gdb.dlang/circular.exp
6164 * gdb.dwarf2/arr-stride.exp
6165 * gdb.dwarf2/arr-subrange.exp
6166 * gdb.dwarf2/atomic-type.exp
6167 * gdb.dwarf2/bad-regnum.exp
6168 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6169 * gdb.dwarf2/callframecfa.exp
6170 * gdb.dwarf2/clztest.exp
6171 * gdb.dwarf2/corrupt.exp
6172 * gdb.dwarf2/data-loc.exp
6173 * gdb.dwarf2/dup-psym.exp
6174 * gdb.dwarf2/dw2-anon-mptr.exp
6175 * gdb.dwarf2/dw2-anonymous-func.exp
6176 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6177 * gdb.dwarf2/dw2-bad-unresolved.exp
6178 * gdb.dwarf2/dw2-basic.exp
6179 * gdb.dwarf2/dw2-canonicalize-type.exp
6180 * gdb.dwarf2/dw2-case-insensitive.exp
6181 * gdb.dwarf2/dw2-common-block.exp
6182 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6183 * gdb.dwarf2/dw2-compressed.exp
6184 * gdb.dwarf2/dw2-const.exp
6185 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6186 * gdb.dwarf2/dw2-cu-size.exp
6187 * gdb.dwarf2/dw2-dup-frame.exp
6188 * gdb.dwarf2/dw2-entry-value.exp
6189 * gdb.dwarf2/dw2-icycle.exp
6190 * gdb.dwarf2/dw2-ifort-parameter.exp
6191 * gdb.dwarf2/dw2-inline-break.exp
6192 * gdb.dwarf2/dw2-inline-param.exp
6193 * gdb.dwarf2/dw2-intercu.exp
6194 * gdb.dwarf2/dw2-intermix.exp
6195 * gdb.dwarf2/dw2-lexical-block-bare.exp
6196 * gdb.dwarf2/dw2-linkage-name-trust.exp
6197 * gdb.dwarf2/dw2-minsym-in-cu.exp
6198 * gdb.dwarf2/dw2-noloc.exp
6199 * gdb.dwarf2/dw2-op-call.exp
6200 * gdb.dwarf2/dw2-op-out-param.exp
6201 * gdb.dwarf2/dw2-opt-structptr.exp
6202 * gdb.dwarf2/dw2-param-error.exp
6203 * gdb.dwarf2/dw2-producer.exp
6204 * gdb.dwarf2/dw2-ranges-base.exp
6205 * gdb.dwarf2/dw2-ref-missing-frame.exp
6206 * gdb.dwarf2/dw2-reg-undefined.exp
6207 * gdb.dwarf2/dw2-regno-invalid.exp
6208 * gdb.dwarf2/dw2-restore.exp
6209 * gdb.dwarf2/dw2-restrict.exp
6210 * gdb.dwarf2/dw2-single-line-discriminators.exp
6211 * gdb.dwarf2/dw2-strp.exp
6212 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6213 * gdb.dwarf2/dw2-unresolved.exp
6214 * gdb.dwarf2/dw2-var-zero-addr.exp
6215 * gdb.dwarf2/dw4-sig-types.exp
6216 * gdb.dwarf2/dwz.exp
6217 * gdb.dwarf2/dynarr-ptr.exp
6218 * gdb.dwarf2/enum-type.exp
6219 * gdb.dwarf2/gdb-index.exp
6220 * gdb.dwarf2/implptr-64bit.exp
6221 * gdb.dwarf2/implptr-optimized-out.exp
6222 * gdb.dwarf2/implptr.exp
6223 * gdb.dwarf2/implref-array.exp
6224 * gdb.dwarf2/implref-const.exp
6225 * gdb.dwarf2/implref-global.exp
6226 * gdb.dwarf2/implref-struct.exp
6227 * gdb.dwarf2/mac-fileno.exp
6228 * gdb.dwarf2/main-subprogram.exp
6229 * gdb.dwarf2/member-ptr-forwardref.exp
6230 * gdb.dwarf2/method-ptr.exp
6231 * gdb.dwarf2/missing-sig-type.exp
6232 * gdb.dwarf2/nonvar-access.exp
6233 * gdb.dwarf2/opaque-type-lookup.exp
6234 * gdb.dwarf2/pieces-optimized-out.exp
6235 * gdb.dwarf2/pieces.exp
6236 * gdb.dwarf2/pr10770.exp
6237 * gdb.dwarf2/pr13961.exp
6238 * gdb.dwarf2/staticvirtual.exp
6239 * gdb.dwarf2/subrange.exp
6240 * gdb.dwarf2/symtab-producer.exp
6241 * gdb.dwarf2/trace-crash.exp
6242 * gdb.dwarf2/typeddwarf.exp
6243 * gdb.dwarf2/valop.exp
6244 * gdb.dwarf2/watch-notconst.exp
6245 * gdb.fortran/array-element.exp
6246 * gdb.fortran/charset.exp
6247 * gdb.fortran/common-block.exp
6248 * gdb.fortran/complex.exp
6249 * gdb.fortran/derived-type-function.exp
6250 * gdb.fortran/derived-type.exp
6251 * gdb.fortran/logical.exp
6252 * gdb.fortran/module.exp
6253 * gdb.fortran/multi-dim.exp
6254 * gdb.fortran/nested-funcs.exp
6255 * gdb.fortran/print-formatted.exp
6256 * gdb.fortran/subarray.exp
6257 * gdb.fortran/vla-alloc-assoc.exp
6258 * gdb.fortran/vla-datatypes.exp
6259 * gdb.fortran/vla-history.exp
6260 * gdb.fortran/vla-ptr-info.exp
6261 * gdb.fortran/vla-ptype-sub.exp
6262 * gdb.fortran/vla-ptype.exp
6263 * gdb.fortran/vla-sizeof.exp
6264 * gdb.fortran/vla-type.exp
6265 * gdb.fortran/vla-value-sub-arbitrary.exp
6266 * gdb.fortran/vla-value-sub-finish.exp
6267 * gdb.fortran/vla-value-sub.exp
6268 * gdb.fortran/vla-value.exp
6269 * gdb.fortran/whatis_type.exp
6270 * gdb.go/chan.exp
6271 * gdb.go/handcall.exp
6272 * gdb.go/hello.exp
6273 * gdb.go/integers.exp
6274 * gdb.go/methods.exp
6275 * gdb.go/package.exp
6276 * gdb.go/strings.exp
6277 * gdb.go/types.exp
6278 * gdb.go/unsafe.exp
6279 * gdb.guile/scm-arch.exp
6280 * gdb.guile/scm-block.exp
6281 * gdb.guile/scm-breakpoint.exp
6282 * gdb.guile/scm-cmd.exp
6283 * gdb.guile/scm-disasm.exp
6284 * gdb.guile/scm-equal.exp
6285 * gdb.guile/scm-frame-args.exp
6286 * gdb.guile/scm-frame-inline.exp
6287 * gdb.guile/scm-frame.exp
6288 * gdb.guile/scm-iterator.exp
6289 * gdb.guile/scm-math.exp
6290 * gdb.guile/scm-objfile.exp
6291 * gdb.guile/scm-ports.exp
6292 * gdb.guile/scm-symbol.exp
6293 * gdb.guile/scm-symtab.exp
6294 * gdb.guile/scm-value-cc.exp
6295 * gdb.guile/types-module.exp
6296 * gdb.linespec/break-ask.exp
6297 * gdb.linespec/cpexplicit.exp
6298 * gdb.linespec/explicit.exp
6299 * gdb.linespec/keywords.exp
6300 * gdb.linespec/linespec.exp
6301 * gdb.linespec/ls-dollar.exp
6302 * gdb.linespec/ls-errs.exp
6303 * gdb.linespec/skip-two.exp
6304 * gdb.linespec/thread.exp
6305 * gdb.mi/mi-async.exp
6306 * gdb.mi/mi-basics.exp
6307 * gdb.mi/mi-break.exp
6308 * gdb.mi/mi-catch-load.exp
6309 * gdb.mi/mi-cli.exp
6310 * gdb.mi/mi-cmd-param-changed.exp
6311 * gdb.mi/mi-console.exp
6312 * gdb.mi/mi-detach.exp
6313 * gdb.mi/mi-disassemble.exp
6314 * gdb.mi/mi-eval.exp
6315 * gdb.mi/mi-file-transfer.exp
6316 * gdb.mi/mi-file.exp
6317 * gdb.mi/mi-fill-memory.exp
6318 * gdb.mi/mi-inheritance-syntax-error.exp
6319 * gdb.mi/mi-linespec-err-cp.exp
6320 * gdb.mi/mi-logging.exp
6321 * gdb.mi/mi-memory-changed.exp
6322 * gdb.mi/mi-read-memory.exp
6323 * gdb.mi/mi-record-changed.exp
6324 * gdb.mi/mi-reg-undefined.exp
6325 * gdb.mi/mi-regs.exp
6326 * gdb.mi/mi-return.exp
6327 * gdb.mi/mi-reverse.exp
6328 * gdb.mi/mi-simplerun.exp
6329 * gdb.mi/mi-solib.exp
6330 * gdb.mi/mi-stack.exp
6331 * gdb.mi/mi-stepi.exp
6332 * gdb.mi/mi-syn-frame.exp
6333 * gdb.mi/mi-until.exp
6334 * gdb.mi/mi-var-block.exp
6335 * gdb.mi/mi-var-child.exp
6336 * gdb.mi/mi-var-cmd.exp
6337 * gdb.mi/mi-var-cp.exp
6338 * gdb.mi/mi-var-display.exp
6339 * gdb.mi/mi-var-invalidate.exp
6340 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6341 * gdb.mi/mi-vla-fortran.exp
6342 * gdb.mi/mi-watch.exp
6343 * gdb.mi/mi2-var-child.exp
6344 * gdb.mi/user-selected-context-sync.exp
6345 * gdb.modula2/unbounded-array.exp
6346 * gdb.multi/dummy-frame-restore.exp
6347 * gdb.multi/multi-arch-exec.exp
6348 * gdb.multi/multi-arch.exp
6349 * gdb.multi/tids.exp
6350 * gdb.multi/watchpoint-multi.exp
6351 * gdb.opencl/callfuncs.exp
6352 * gdb.opencl/convs_casts.exp
6353 * gdb.opencl/datatypes.exp
6354 * gdb.opencl/operators.exp
6355 * gdb.opencl/vec_comps.exp
6356 * gdb.opt/clobbered-registers-O2.exp
6357 * gdb.opt/inline-break.exp
6358 * gdb.opt/inline-bt.exp
6359 * gdb.opt/inline-cmds.exp
6360 * gdb.opt/inline-locals.exp
6361 * gdb.pascal/case-insensitive-symbols.exp
6362 * gdb.pascal/floats.exp
6363 * gdb.pascal/gdb11492.exp
6364 * gdb.python/lib-types.exp
6365 * gdb.python/py-arch.exp
6366 * gdb.python/py-as-string.exp
6367 * gdb.python/py-bad-printers.exp
6368 * gdb.python/py-block.exp
6369 * gdb.python/py-breakpoint-create-fail.exp
6370 * gdb.python/py-breakpoint.exp
6371 * gdb.python/py-caller-is.exp
6372 * gdb.python/py-cmd.exp
6373 * gdb.python/py-explore-cc.exp
6374 * gdb.python/py-explore.exp
6375 * gdb.python/py-finish-breakpoint.exp
6376 * gdb.python/py-finish-breakpoint2.exp
6377 * gdb.python/py-frame-args.exp
6378 * gdb.python/py-frame-inline.exp
6379 * gdb.python/py-frame.exp
6380 * gdb.python/py-framefilter-mi.exp
6381 * gdb.python/py-infthread.exp
6382 * gdb.python/py-lazy-string.exp
6383 * gdb.python/py-linetable.exp
6384 * gdb.python/py-mi-events.exp
6385 * gdb.python/py-mi-objfile.exp
6386 * gdb.python/py-mi.exp
6387 * gdb.python/py-objfile.exp
6388 * gdb.python/py-pp-integral.exp
6389 * gdb.python/py-pp-maint.exp
6390 * gdb.python/py-pp-re-notag.exp
6391 * gdb.python/py-pp-registration.exp
6392 * gdb.python/py-recurse-unwind.exp
6393 * gdb.python/py-strfns.exp
6394 * gdb.python/py-symbol.exp
6395 * gdb.python/py-symtab.exp
6396 * gdb.python/py-sync-interp.exp
6397 * gdb.python/py-typeprint.exp
6398 * gdb.python/py-unwind-maint.exp
6399 * gdb.python/py-unwind.exp
6400 * gdb.python/py-value-cc.exp
6401 * gdb.python/py-xmethods.exp
6402 * gdb.reverse/amd64-tailcall-reverse.exp
6403 * gdb.reverse/break-precsave.exp
6404 * gdb.reverse/break-reverse.exp
6405 * gdb.reverse/consecutive-precsave.exp
6406 * gdb.reverse/consecutive-reverse.exp
6407 * gdb.reverse/finish-precsave.exp
6408 * gdb.reverse/finish-reverse-bkpt.exp
6409 * gdb.reverse/finish-reverse.exp
6410 * gdb.reverse/fstatat-reverse.exp
6411 * gdb.reverse/getresuid-reverse.exp
6412 * gdb.reverse/i386-precsave.exp
6413 * gdb.reverse/i386-reverse.exp
6414 * gdb.reverse/i386-sse-reverse.exp
6415 * gdb.reverse/i387-env-reverse.exp
6416 * gdb.reverse/i387-stack-reverse.exp
6417 * gdb.reverse/insn-reverse.exp
6418 * gdb.reverse/machinestate-precsave.exp
6419 * gdb.reverse/machinestate.exp
6420 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6421 * gdb.reverse/pipe-reverse.exp
6422 * gdb.reverse/readv-reverse.exp
6423 * gdb.reverse/recvmsg-reverse.exp
6424 * gdb.reverse/rerun-prec.exp
6425 * gdb.reverse/s390-mvcle.exp
6426 * gdb.reverse/step-precsave.exp
6427 * gdb.reverse/step-reverse.exp
6428 * gdb.reverse/time-reverse.exp
6429 * gdb.reverse/until-precsave.exp
6430 * gdb.reverse/until-reverse.exp
6431 * gdb.reverse/waitpid-reverse.exp
6432 * gdb.reverse/watch-precsave.exp
6433 * gdb.reverse/watch-reverse.exp
6434 * gdb.rust/generics.exp
6435 * gdb.rust/methods.exp
6436 * gdb.rust/modules.exp
6437 * gdb.rust/simple.exp
6438 * gdb.server/connect-with-no-symbol-file.exp
6439 * gdb.server/ext-attach.exp
6440 * gdb.server/ext-restart.exp
6441 * gdb.server/ext-wrapper.exp
6442 * gdb.server/file-transfer.exp
6443 * gdb.server/server-exec-info.exp
6444 * gdb.server/server-kill.exp
6445 * gdb.server/server-mon.exp
6446 * gdb.server/wrapper.exp
6447 * gdb.stabs/exclfwd.exp
6448 * gdb.stabs/gdb11479.exp
6449 * gdb.threads/clone-new-thread-event.exp
6450 * gdb.threads/corethreads.exp
6451 * gdb.threads/current-lwp-dead.exp
6452 * gdb.threads/dlopen-libpthread.exp
6453 * gdb.threads/gcore-thread.exp
6454 * gdb.threads/sigstep-threads.exp
6455 * gdb.threads/watchpoint-fork.exp
6456 * gdb.trace/actions-changed.exp
6457 * gdb.trace/backtrace.exp
6458 * gdb.trace/change-loc.exp
6459 * gdb.trace/circ.exp
6460 * gdb.trace/collection.exp
6461 * gdb.trace/disconnected-tracing.exp
6462 * gdb.trace/ftrace.exp
6463 * gdb.trace/mi-trace-frame-collected.exp
6464 * gdb.trace/mi-trace-unavailable.exp
6465 * gdb.trace/mi-traceframe-changed.exp
6466 * gdb.trace/mi-tsv-changed.exp
6467 * gdb.trace/no-attach-trace.exp
6468 * gdb.trace/passc-dyn.exp
6469 * gdb.trace/qtro.exp
6470 * gdb.trace/range-stepping.exp
6471 * gdb.trace/read-memory.exp
6472 * gdb.trace/save-trace.exp
6473 * gdb.trace/signal.exp
6474 * gdb.trace/status-stop.exp
6475 * gdb.trace/tfile.exp
6476 * gdb.trace/trace-break.exp
6477 * gdb.trace/trace-buffer-size.exp
6478 * gdb.trace/trace-condition.exp
6479 * gdb.trace/tracefile-pseudo-reg.exp
6480 * gdb.trace/tstatus.exp
6481 * gdb.trace/unavailable.exp
6482 * gdb.trace/while-dyn.exp
6483 * gdb.trace/while-stepping.exp
6484
6485 2016-12-22 Doug Evans <xdje42@gmail.com>
6486
6487 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6488 and msymbols.
6489
6490 2016-12-19 Yao Qi <yao.qi@linaro.org>
6491
6492 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6493 (test_with_self): Don't call do_steps_and_nexts, and remove
6494 code about stepping into xmalloc.
6495
6496 2016-12-09 Yao Qi <yao.qi@linaro.org>
6497
6498 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6499
6500 2016-12-09 Yao Qi <yao.qi@linaro.org>
6501
6502 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6503
6504 2016-12-09 Pedro Alves <palves@redhat.com>
6505
6506 * gdb.base/all-architectures-0.exp: New file.
6507 * gdb.base/all-architectures-1.exp: New file.
6508 * gdb.base/all-architectures-2.exp: New file.
6509 * gdb.base/all-architectures-3.exp: New file.
6510 * gdb.base/all-architectures-4.exp: New file.
6511 * gdb.base/all-architectures-5.exp: New file.
6512 * gdb.base/all-architectures-6.exp: New file.
6513 * gdb.base/all-architectures-7.exp: New file.
6514 * gdb.base/all-architectures.exp.in: New file.
6515
6516 2016-12-09 Yao Qi <yao.qi@linaro.org>
6517
6518 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6519
6520 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6521
6522 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6523 possible.
6524 Remove useless pattern-matching code.
6525
6526 2016-12-02 Pedro Alves <palves@redhat.com>
6527
6528 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6529 procedure.
6530 (top level): Call it.
6531
6532 2016-12-02 Pedro Alves <palves@redhat.com>
6533
6534 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6535 New procedure.
6536 (top level): Call it.
6537
6538 2016-12-02 Pedro Alves <palves@redhat.com>
6539
6540 PR cli/20559
6541 * gdb.base/commands.exp (user_defined_command_args_eval): New
6542 procedure.
6543 (top level): Call it.
6544
6545 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6546
6547 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6548 timeout handling.
6549
6550 2016-12-02 Tom Tromey <tom@tromey.com>
6551
6552 * gdb.dwarf2/main-subprogram.c: New file.
6553 * gdb.dwarf2/main-subprogram.exp: New file.
6554
6555 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6556
6557 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6558 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6559 gdb_test_no_output for a couple of cases.
6560 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6561
6562 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6563
6564 Fix test names and standardize compilation error messages throughout
6565 the following files:
6566
6567 * gdb.ada/start.exp
6568 * gdb.arch/alpha-step.exp
6569 * gdb.arch/e500-prologue.exp
6570 * gdb.arch/ftrace-insn-reloc.exp
6571 * gdb.arch/gdb1291.exp
6572 * gdb.arch/gdb1431.exp
6573 * gdb.arch/gdb1558.exp
6574 * gdb.arch/i386-dr3-watch.exp
6575 * gdb.arch/i386-sse-stack-align.exp
6576 * gdb.arch/ia64-breakpoint-shadow.exp
6577 * gdb.arch/pa-nullify.exp
6578 * gdb.arch/powerpc-aix-prologue.exp
6579 * gdb.arch/thumb-bx-pc.exp
6580 * gdb.base/annota1.exp
6581 * gdb.base/annota3.exp
6582 * gdb.base/arrayidx.exp
6583 * gdb.base/assign.exp
6584 * gdb.base/attach.exp
6585 * gdb.base/auxv.exp
6586 * gdb.base/bang.exp
6587 * gdb.base/bfp-test.exp
6588 * gdb.base/bigcore.exp
6589 * gdb.base/bitfields2.exp
6590 * gdb.base/break-fun-addr.exp
6591 * gdb.base/break-probes.exp
6592 * gdb.base/call-rt-st.exp
6593 * gdb.base/callexit.exp
6594 * gdb.base/catch-fork-kill.exp
6595 * gdb.base/charset.exp
6596 * gdb.base/checkpoint.exp
6597 * gdb.base/comprdebug.exp
6598 * gdb.base/constvars.exp
6599 * gdb.base/coredump-filter.exp
6600 * gdb.base/cursal.exp
6601 * gdb.base/cvexpr.exp
6602 * gdb.base/detach.exp
6603 * gdb.base/display.exp
6604 * gdb.base/dmsym.exp
6605 * gdb.base/dprintf-pending.exp
6606 * gdb.base/dso2dso.exp
6607 * gdb.base/dtrace-probe.exp
6608 * gdb.base/dump.exp
6609 * gdb.base/enum_cond.exp
6610 * gdb.base/exe-lock.exp
6611 * gdb.base/exec-invalid-sysroot.exp
6612 * gdb.base/execl-update-breakpoints.exp
6613 * gdb.base/exprs.exp
6614 * gdb.base/fileio.exp
6615 * gdb.base/find.exp
6616 * gdb.base/finish.exp
6617 * gdb.base/fixsection.exp
6618 * gdb.base/foll-vfork.exp
6619 * gdb.base/frame-args.exp
6620 * gdb.base/gcore.exp
6621 * gdb.base/gdb1250.exp
6622 * gdb.base/global-var-nested-by-dso.exp
6623 * gdb.base/gnu-ifunc.exp
6624 * gdb.base/hashline1.exp
6625 * gdb.base/hashline2.exp
6626 * gdb.base/hashline3.exp
6627 * gdb.base/hbreak-in-shr-unsupported.exp
6628 * gdb.base/huge.exp
6629 * gdb.base/infcall-input.exp
6630 * gdb.base/info-fun.exp
6631 * gdb.base/info-shared.exp
6632 * gdb.base/jit-simple.exp
6633 * gdb.base/jit-so.exp
6634 * gdb.base/jit.exp
6635 * gdb.base/jump.exp
6636 * gdb.base/label.exp
6637 * gdb.base/lineinc.exp
6638 * gdb.base/logical.exp
6639 * gdb.base/longjmp.exp
6640 * gdb.base/macscp.exp
6641 * gdb.base/miscexprs.exp
6642 * gdb.base/new-ui-echo.exp
6643 * gdb.base/new-ui-pending-input.exp
6644 * gdb.base/new-ui.exp
6645 * gdb.base/nodebug.exp
6646 * gdb.base/nofield.exp
6647 * gdb.base/offsets.exp
6648 * gdb.base/overlays.exp
6649 * gdb.base/pending.exp
6650 * gdb.base/pointers.exp
6651 * gdb.base/pr11022.exp
6652 * gdb.base/printcmds.exp
6653 * gdb.base/prologue.exp
6654 * gdb.base/ptr-typedef.exp
6655 * gdb.base/realname-expand.exp
6656 * gdb.base/relativedebug.exp
6657 * gdb.base/relocate.exp
6658 * gdb.base/remote.exp
6659 * gdb.base/reread.exp
6660 * gdb.base/return2.exp
6661 * gdb.base/savedregs.exp
6662 * gdb.base/sep.exp
6663 * gdb.base/sepdebug.exp
6664 * gdb.base/sepsymtab.exp
6665 * gdb.base/set-inferior-tty.exp
6666 * gdb.base/setshow.exp
6667 * gdb.base/shlib-call.exp
6668 * gdb.base/sigaltstack.exp
6669 * gdb.base/siginfo-addr.exp
6670 * gdb.base/signals.exp
6671 * gdb.base/signull.exp
6672 * gdb.base/sigrepeat.exp
6673 * gdb.base/so-impl-ld.exp
6674 * gdb.base/solib-display.exp
6675 * gdb.base/solib-overlap.exp
6676 * gdb.base/solib-search.exp
6677 * gdb.base/solib-symbol.exp
6678 * gdb.base/structs.exp
6679 * gdb.base/structs2.exp
6680 * gdb.base/symtab-search-order.exp
6681 * gdb.base/twice.exp
6682 * gdb.base/unload.exp
6683 * gdb.base/varargs.exp
6684 * gdb.base/watchpoint-solib.exp
6685 * gdb.base/watchpoint.exp
6686 * gdb.base/whatis.exp
6687 * gdb.base/wrong_frame_bt_full.exp
6688 * gdb.btrace/dlopen.exp
6689 * gdb.cell/ea-standalone.exp
6690 * gdb.cell/ea-test.exp
6691 * gdb.cp/dispcxx.exp
6692 * gdb.cp/gdb2384.exp
6693 * gdb.cp/method2.exp
6694 * gdb.cp/nextoverthrow.exp
6695 * gdb.cp/pr10728.exp
6696 * gdb.disasm/am33.exp
6697 * gdb.disasm/h8300s.exp
6698 * gdb.disasm/mn10300.exp
6699 * gdb.disasm/sh3.exp
6700 * gdb.dwarf2/dw2-dir-file-name.exp
6701 * gdb.fortran/complex.exp
6702 * gdb.fortran/library-module.exp
6703 * gdb.guile/scm-pretty-print.exp
6704 * gdb.guile/scm-symbol.exp
6705 * gdb.guile/scm-type.exp
6706 * gdb.guile/scm-value.exp
6707 * gdb.linespec/linespec.exp
6708 * gdb.mi/gdb701.exp
6709 * gdb.mi/gdb792.exp
6710 * gdb.mi/mi-breakpoint-changed.exp
6711 * gdb.mi/mi-dprintf-pending.exp
6712 * gdb.mi/mi-dprintf.exp
6713 * gdb.mi/mi-exit-code.exp
6714 * gdb.mi/mi-pending.exp
6715 * gdb.mi/mi-solib.exp
6716 * gdb.mi/new-ui-mi-sync.exp
6717 * gdb.mi/pr11022.exp
6718 * gdb.mi/user-selected-context-sync.exp
6719 * gdb.opt/solib-intra-step.exp
6720 * gdb.python/py-events.exp
6721 * gdb.python/py-finish-breakpoint.exp
6722 * gdb.python/py-mi.exp
6723 * gdb.python/py-prettyprint.exp
6724 * gdb.python/py-shared.exp
6725 * gdb.python/py-symbol.exp
6726 * gdb.python/py-template.exp
6727 * gdb.python/py-type.exp
6728 * gdb.python/py-value.exp
6729 * gdb.reverse/solib-precsave.exp
6730 * gdb.reverse/solib-reverse.exp
6731 * gdb.server/solib-list.exp
6732 * gdb.stabs/weird.exp
6733 * gdb.threads/reconnect-signal.exp
6734 * gdb.threads/stepi-random-signal.exp
6735 * gdb.trace/actions.exp
6736 * gdb.trace/ax.exp
6737 * gdb.trace/backtrace.exp
6738 * gdb.trace/change-loc.exp
6739 * gdb.trace/deltrace.exp
6740 * gdb.trace/ftrace-lock.exp
6741 * gdb.trace/ftrace.exp
6742 * gdb.trace/infotrace.exp
6743 * gdb.trace/mi-tracepoint-changed.exp
6744 * gdb.trace/packetlen.exp
6745 * gdb.trace/passcount.exp
6746 * gdb.trace/pending.exp
6747 * gdb.trace/range-stepping.exp
6748 * gdb.trace/report.exp
6749 * gdb.trace/stap-trace.exp
6750 * gdb.trace/tfind.exp
6751 * gdb.trace/trace-break.exp
6752 * gdb.trace/trace-condition.exp
6753 * gdb.trace/trace-enable-disable.exp
6754 * gdb.trace/trace-mt.exp
6755 * gdb.trace/tracecmd.exp
6756 * gdb.trace/tspeed.exp
6757 * gdb.trace/tsv.exp
6758 * lib/perftest.exp
6759
6760 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6761
6762 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6763 with gdb_test_no_output.
6764 Use command as test name.
6765
6766 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6767
6768 Fix test names starting with uppercase throughout the files.
6769
6770 * gdb.ada/assign_1.exp
6771 * gdb.ada/boolean_expr.exp
6772 * gdb.base/arrayidx.exp
6773 * gdb.base/del.exp
6774 * gdb.base/gcore-buffer-overflow.exp
6775 * gdb.base/testenv.exp
6776 * gdb.compile/compile.exp
6777 * gdb.python/py-framefilter-invalidarg.exp
6778 * gdb.python/py-framefilter.exp
6779
6780 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6781
6782 Fix test names starting with uppercase throughout the files.
6783
6784 * gdb.ada/array_return.exp
6785 * gdb.ada/expr_delims.exp
6786 * gdb.ada/mi_dyn_arr.exp
6787 * gdb.ada/mi_interface.exp
6788 * gdb.ada/mi_var_array.exp
6789 * gdb.ada/watch_arg.exp
6790 * gdb.arch/alpha-step.exp
6791 * gdb.arch/altivec-regs.exp
6792 * gdb.arch/e500-regs.exp
6793 * gdb.arch/powerpc-d128-regs.exp
6794 * gdb.base/arrayidx.exp
6795 * gdb.base/break.exp
6796 * gdb.base/checkpoint.exp
6797 * gdb.base/debug-expr.exp
6798 * gdb.base/dmsym.exp
6799 * gdb.base/radix.exp
6800 * gdb.base/sepdebug.exp
6801 * gdb.base/testenv.exp
6802 * gdb.base/watch_thread_num.exp
6803 * gdb.base/watchpoint-cond-gone.exp
6804 * gdb.cell/break.exp
6805 * gdb.cell/ea-cache.exp
6806 * gdb.compile/compile.exp
6807 * gdb.cp/gdb2495.exp
6808 * gdb.gdb/selftest.exp
6809 * gdb.gdb/xfullpath.exp
6810 * gdb.go/hello.exp
6811 * gdb.go/integers.exp
6812 * gdb.objc/basicclass.exp
6813 * gdb.pascal/hello.exp
6814 * gdb.pascal/integers.exp
6815 * gdb.python/py-breakpoint.exp
6816 * gdb.python/py-cmd.exp
6817 * gdb.python/py-linetable.exp
6818 * gdb.python/py-xmethods.exp
6819 * gdb.python/python.exp
6820 * gdb.reverse/consecutive-precsave.exp
6821 * gdb.reverse/finish-precsave.exp
6822 * gdb.reverse/i386-precsave.exp
6823 * gdb.reverse/machinestate-precsave.exp
6824 * gdb.reverse/sigall-precsave.exp
6825 * gdb.reverse/solib-precsave.exp
6826 * gdb.reverse/step-precsave.exp
6827 * gdb.reverse/until-precsave.exp
6828 * gdb.reverse/watch-precsave.exp
6829 * gdb.threads/leader-exit.exp
6830 * gdb.threads/pthreads.exp
6831 * gdb.threads/wp-replication.exp
6832 * gdb.trace/actions.exp
6833 * gdb.trace/mi-tsv-changed.exp
6834 * gdb.trace/tsv.exp
6835
6836 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6837
6838 Fix test names starting with uppercase throughout the files.
6839
6840 * gdb.arch/i386-bp_permanent.exp
6841 * gdb.arch/i386-gnu-cfi.exp
6842 * gdb.base/disasm-end-cu.exp
6843 * gdb.base/macscp.exp
6844 * gdb.base/pending.exp
6845 * gdb.base/watch_thread_num.exp
6846 * gdb.cp/exception.exp
6847 * gdb.cp/gdb2495.exp
6848 * gdb.cp/local.exp
6849 * gdb.python/py-evsignal.exp
6850 * gdb.python/python.exp
6851 * gdb.trace/tracecmd.exp
6852
6853 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6854
6855 Fix test names starting with uppercase throughout the files.
6856
6857 * gdb.base/charset.exp
6858 * gdb.base/eval.exp
6859 * gdb.base/multi-forks.exp
6860 * gdb.guile/scm-progspace.exp
6861 * gdb.opencl/datatypes.exp
6862 * gdb.python/py-block.exp
6863 * gdb.python/py-function.exp
6864 * gdb.python/py-symbol.exp
6865 * gdb.python/py-symtab.exp
6866 * gdb.python/py-xmethods.exp
6867 * gdb.reverse/break-precsave.exp
6868 * gdb.reverse/break-reverse.exp
6869 * gdb.reverse/consecutive-precsave.exp
6870 * gdb.reverse/consecutive-reverse.exp
6871 * gdb.reverse/finish-precsave.exp
6872 * gdb.reverse/finish-reverse-bkpt.exp
6873 * gdb.reverse/finish-reverse.exp
6874 * gdb.reverse/fstatat-reverse.exp
6875 * gdb.reverse/getresuid-reverse.exp
6876 * gdb.reverse/i386-precsave.exp
6877 * gdb.reverse/i386-reverse.exp
6878 * gdb.reverse/i386-sse-reverse.exp
6879 * gdb.reverse/i387-stack-reverse.exp
6880 * gdb.reverse/insn-reverse.exp
6881 * gdb.reverse/machinestate-precsave.exp
6882 * gdb.reverse/machinestate.exp
6883 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6884 * gdb.reverse/pipe-reverse.exp
6885 * gdb.reverse/readv-reverse.exp
6886 * gdb.reverse/recvmsg-reverse.exp
6887 * gdb.reverse/rerun-prec.exp
6888 * gdb.reverse/s390-mvcle.exp
6889 * gdb.reverse/sigall-precsave.exp
6890 * gdb.reverse/sigall-reverse.exp
6891 * gdb.reverse/solib-precsave.exp
6892 * gdb.reverse/solib-reverse.exp
6893 * gdb.reverse/step-precsave.exp
6894 * gdb.reverse/step-reverse.exp
6895 * gdb.reverse/time-reverse.exp
6896 * gdb.reverse/until-precsave.exp
6897 * gdb.reverse/until-reverse.exp
6898 * gdb.reverse/waitpid-reverse.exp
6899 * gdb.reverse/watch-precsave.exp
6900 * gdb.reverse/watch-reverse.exp
6901
6902 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6903
6904 Fix test names starting with uppercase throughout the files.
6905
6906 * gdb.arch/i386-mpx-simple_segv.exp
6907 * gdb.arch/i386-mpx.exp
6908 * gdb.arch/i386-permbkpt.exp
6909 * gdb.arch/pa-nullify.exp
6910 * gdb.arch/powerpc-d128-regs.exp
6911 * gdb.arch/vsx-regs.exp
6912 * gdb.base/bfp-test.exp
6913 * gdb.base/break.exp
6914 * gdb.base/breakpoint-shadow.exp
6915 * gdb.base/callfuncs.exp
6916 * gdb.base/charset.exp
6917 * gdb.base/commands.exp
6918 * gdb.base/completion.exp
6919 * gdb.base/dfp-test.exp
6920 * gdb.base/echo.exp
6921 * gdb.base/ending-run.exp
6922 * gdb.base/eval.exp
6923 * gdb.base/expand-psymtabs.exp
6924 * gdb.base/float128.exp
6925 * gdb.base/floatn.exp
6926 * gdb.base/foll-exec-mode.exp
6927 * gdb.base/gdb1056.exp
6928 * gdb.base/gdb11531.exp
6929 * gdb.base/kill-after-signal.exp
6930 * gdb.base/multi-forks.exp
6931 * gdb.base/overlays.exp
6932 * gdb.base/pending.exp
6933 * gdb.base/sepdebug.exp
6934 * gdb.base/testenv.exp
6935 * gdb.base/valgrind-db-attach.exp
6936 * gdb.base/watch_thread_num.exp
6937 * gdb.base/watchpoint-cond-gone.exp
6938 * gdb.base/watchpoint.exp
6939 * gdb.base/watchpoints.exp
6940 * gdb.cp/arg-reference.exp
6941 * gdb.cp/baseenum.exp
6942 * gdb.cp/operator.exp
6943 * gdb.cp/shadow.exp
6944 * gdb.dwarf2/dw2-op-out-param.exp
6945 * gdb.dwarf2/dw2-reg-undefined.exp
6946 * gdb.go/chan.exp
6947 * gdb.go/hello.exp
6948 * gdb.go/integers.exp
6949 * gdb.go/methods.exp
6950 * gdb.go/package.exp
6951 * gdb.guile/scm-parameter.exp
6952 * gdb.guile/scm-progspace.exp
6953 * gdb.guile/scm-value.exp
6954 * gdb.mi/mi-pending.exp
6955 * gdb.mi/user-selected-context-sync.exp
6956 * gdb.multi/multi-attach.exp
6957 * gdb.multi/tids.exp
6958 * gdb.opt/clobbered-registers-O2.exp
6959 * gdb.pascal/floats.exp
6960 * gdb.pascal/integers.exp
6961 * gdb.python/py-block.exp
6962 * gdb.python/py-events.exp
6963 * gdb.python/py-parameter.exp
6964 * gdb.python/py-symbol.exp
6965 * gdb.python/py-symtab.exp
6966 * gdb.python/py-type.exp
6967 * gdb.python/py-value.exp
6968 * gdb.python/py-xmethods.exp
6969 * gdb.python/python.exp
6970 * gdb.reverse/break-precsave.exp
6971 * gdb.reverse/consecutive-precsave.exp
6972 * gdb.reverse/finish-precsave.exp
6973 * gdb.reverse/i386-precsave.exp
6974 * gdb.reverse/machinestate-precsave.exp
6975 * gdb.reverse/sigall-precsave.exp
6976 * gdb.reverse/solib-precsave.exp
6977 * gdb.reverse/step-precsave.exp
6978 * gdb.reverse/until-precsave.exp
6979 * gdb.reverse/watch-precsave.exp
6980 * gdb.server/ext-attach.exp
6981 * gdb.server/ext-restart.exp
6982 * gdb.server/ext-run.exp
6983 * gdb.server/ext-wrapper.exp
6984 * gdb.stabs/gdb11479.exp
6985 * gdb.stabs/weird.exp
6986 * gdb.threads/attach-many-short-lived-threads.exp
6987 * gdb.threads/kill.exp
6988 * gdb.threads/watchpoint-fork.exp
6989
6990 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6991
6992 Fix test names starting with uppercase throughout all the files below.
6993
6994 * gdb.ada/array_return.exp
6995 * gdb.ada/catch_ex.exp
6996 * gdb.ada/info_exc.exp
6997 * gdb.ada/mi_catch_ex.exp
6998 * gdb.ada/mi_dyn_arr.exp
6999 * gdb.ada/mi_ex_cond.exp
7000 * gdb.ada/mi_exc_info.exp
7001 * gdb.ada/mi_interface.exp
7002 * gdb.ada/mi_task_arg.exp
7003 * gdb.ada/mi_task_info.exp
7004 * gdb.ada/mi_var_array.exp
7005 * gdb.arch/alpha-step.exp
7006 * gdb.arch/amd64-disp-step.exp
7007 * gdb.arch/arm-disp-step.exp
7008 * gdb.arch/disp-step-insn-reloc.exp
7009 * gdb.arch/e500-prologue.exp
7010 * gdb.arch/ftrace-insn-reloc.exp
7011 * gdb.arch/gdb1558.exp
7012 * gdb.arch/i386-bp_permanent.exp
7013 * gdb.arch/i386-disp-step.exp
7014 * gdb.arch/i386-float.exp
7015 * gdb.arch/i386-gnu-cfi.exp
7016 * gdb.arch/ia64-breakpoint-shadow.exp
7017 * gdb.arch/mips16-thunks.exp
7018 * gdb.arch/pa-nullify.exp
7019 * gdb.arch/powerpc-aix-prologue.exp
7020 * gdb.arch/powerpc-power.exp
7021 * gdb.arch/ppc-dfp.exp
7022 * gdb.arch/s390-tdbregs.exp
7023 * gdb.arch/spu-info.exp
7024 * gdb.arch/spu-ls.exp
7025 * gdb.arch/thumb-bx-pc.exp
7026 * gdb.base/advance.exp
7027 * gdb.base/annota-input-while-running.exp
7028 * gdb.base/arrayidx.exp
7029 * gdb.base/asmlabel.exp
7030 * gdb.base/async.exp
7031 * gdb.base/attach-wait-input.exp
7032 * gdb.base/auto-connect-native-target.exp
7033 * gdb.base/batch-preserve-term-settings.exp
7034 * gdb.base/bfp-test.exp
7035 * gdb.base/bigcore.exp
7036 * gdb.base/bp-permanent.exp
7037 * gdb.base/break-always.exp
7038 * gdb.base/break-fun-addr.exp
7039 * gdb.base/break-idempotent.exp
7040 * gdb.base/break-main-file-remove-fail.exp
7041 * gdb.base/break-probes.exp
7042 * gdb.base/break-unload-file.exp
7043 * gdb.base/break.exp
7044 * gdb.base/call-ar-st.exp
7045 * gdb.base/call-rt-st.exp
7046 * gdb.base/call-sc.exp
7047 * gdb.base/call-signal-resume.exp
7048 * gdb.base/call-strs.exp
7049 * gdb.base/callexit.exp
7050 * gdb.base/callfuncs.exp
7051 * gdb.base/catch-gdb-caused-signals.exp
7052 * gdb.base/catch-signal-siginfo-cond.exp
7053 * gdb.base/catch-syscall.exp
7054 * gdb.base/compare-sections.exp
7055 * gdb.base/cond-eval-mode.exp
7056 * gdb.base/condbreak-call-false.exp
7057 * gdb.base/consecutive-step-over.exp
7058 * gdb.base/cursal.exp
7059 * gdb.base/disabled-location.exp
7060 * gdb.base/disasm-end-cu.exp
7061 * gdb.base/display.exp
7062 * gdb.base/double-prompt-target-event-error.exp
7063 * gdb.base/dprintf-bp-same-addr.exp
7064 * gdb.base/dprintf-detach.exp
7065 * gdb.base/dprintf-next.exp
7066 * gdb.base/dprintf-non-stop.exp
7067 * gdb.base/dprintf-pending.exp
7068 * gdb.base/dso2dso.exp
7069 * gdb.base/ending-run.exp
7070 * gdb.base/enum_cond.exp
7071 * gdb.base/examine-backward.exp
7072 * gdb.base/exe-lock.exp
7073 * gdb.base/exec-invalid-sysroot.exp
7074 * gdb.base/execl-update-breakpoints.exp
7075 * gdb.base/execution-termios.exp
7076 * gdb.base/fileio.exp
7077 * gdb.base/fixsection.exp
7078 * gdb.base/foll-exec-mode.exp
7079 * gdb.base/foll-exec.exp
7080 * gdb.base/fork-running-state.exp
7081 * gdb.base/frame-args.exp
7082 * gdb.base/fullpath-expand.exp
7083 * gdb.base/func-ptr.exp
7084 * gdb.base/gcore-relro-pie.exp
7085 * gdb.base/gdb1090.exp
7086 * gdb.base/gdb1555.exp
7087 * gdb.base/global-var-nested-by-dso.exp
7088 * gdb.base/gnu-ifunc.exp
7089 * gdb.base/hbreak-in-shr-unsupported.exp
7090 * gdb.base/hbreak-unmapped.exp
7091 * gdb.base/hook-stop.exp
7092 * gdb.base/infcall-input.exp
7093 * gdb.base/info-fun.exp
7094 * gdb.base/info-shared.exp
7095 * gdb.base/interrupt-noterm.exp
7096 * gdb.base/jit-so.exp
7097 * gdb.base/jit.exp
7098 * gdb.base/line-symtabs.exp
7099 * gdb.base/list.exp
7100 * gdb.base/longjmp.exp
7101 * gdb.base/macscp.exp
7102 * gdb.base/max-value-size.exp
7103 * gdb.base/nodebug.exp
7104 * gdb.base/nofield.exp
7105 * gdb.base/overlays.exp
7106 * gdb.base/paginate-after-ctrl-c-running.exp
7107 * gdb.base/paginate-bg-execution.exp
7108 * gdb.base/paginate-inferior-exit.exp
7109 * gdb.base/pending.exp
7110 * gdb.base/pr11022.exp
7111 * gdb.base/printcmds.exp
7112 * gdb.base/ptr-typedef.exp
7113 * gdb.base/ptype.exp
7114 * gdb.base/randomize.exp
7115 * gdb.base/range-stepping.exp
7116 * gdb.base/realname-expand.exp
7117 * gdb.base/relativedebug.exp
7118 * gdb.base/remote.exp
7119 * gdb.base/savedregs.exp
7120 * gdb.base/sepdebug.exp
7121 * gdb.base/set-noassign.exp
7122 * gdb.base/shlib-call.exp
7123 * gdb.base/shreloc.exp
7124 * gdb.base/sigaltstack.exp
7125 * gdb.base/sigbpt.exp
7126 * gdb.base/siginfo-addr.exp
7127 * gdb.base/siginfo-obj.exp
7128 * gdb.base/siginfo-thread.exp
7129 * gdb.base/signest.exp
7130 * gdb.base/signull.exp
7131 * gdb.base/sigrepeat.exp
7132 * gdb.base/skip.exp
7133 * gdb.base/so-impl-ld.exp
7134 * gdb.base/solib-corrupted.exp
7135 * gdb.base/solib-disc.exp
7136 * gdb.base/solib-display.exp
7137 * gdb.base/solib-overlap.exp
7138 * gdb.base/solib-search.exp
7139 * gdb.base/solib-symbol.exp
7140 * gdb.base/source-execution.exp
7141 * gdb.base/sss-bp-on-user-bp-2.exp
7142 * gdb.base/sss-bp-on-user-bp.exp
7143 * gdb.base/stack-checking.exp
7144 * gdb.base/stale-infcall.exp
7145 * gdb.base/step-break.exp
7146 * gdb.base/step-line.exp
7147 * gdb.base/step-over-exit.exp
7148 * gdb.base/step-test.exp
7149 * gdb.base/structs.exp
7150 * gdb.base/sym-file.exp
7151 * gdb.base/symtab-search-order.exp
7152 * gdb.base/term.exp
7153 * gdb.base/type-opaque.exp
7154 * gdb.base/unload.exp
7155 * gdb.base/until-nodebug.exp
7156 * gdb.base/until.exp
7157 * gdb.base/unwindonsignal.exp
7158 * gdb.base/watch-cond.exp
7159 * gdb.base/watch-non-mem.exp
7160 * gdb.base/watch_thread_num.exp
7161 * gdb.base/watchpoint-reuse-slot.exp
7162 * gdb.base/watchpoint-solib.exp
7163 * gdb.base/watchpoint.exp
7164 * gdb.btrace/dlopen.exp
7165 * gdb.cell/arch.exp
7166 * gdb.cell/break.exp
7167 * gdb.cell/bt.exp
7168 * gdb.cell/core.exp
7169 * gdb.cell/data.exp
7170 * gdb.cell/dwarfaddr.exp
7171 * gdb.cell/ea-cache.exp
7172 * gdb.cell/ea-standalone.exp
7173 * gdb.cell/ea-test.exp
7174 * gdb.cell/f-regs.exp
7175 * gdb.cell/fork.exp
7176 * gdb.cell/gcore.exp
7177 * gdb.cell/mem-access.exp
7178 * gdb.cell/ptype.exp
7179 * gdb.cell/registers.exp
7180 * gdb.cell/sizeof.exp
7181 * gdb.cell/solib-symbol.exp
7182 * gdb.cell/solib.exp
7183 * gdb.compile/compile-tls.exp
7184 * gdb.cp/exception.exp
7185 * gdb.cp/gdb2495.exp
7186 * gdb.cp/local.exp
7187 * gdb.cp/mb-inline.exp
7188 * gdb.cp/mb-templates.exp
7189 * gdb.cp/pr10687.exp
7190 * gdb.cp/pr9167.exp
7191 * gdb.cp/scope-err.exp
7192 * gdb.cp/templates.exp
7193 * gdb.cp/virtfunc.exp
7194 * gdb.dwarf2/dw2-dir-file-name.exp
7195 * gdb.dwarf2/dw2-single-line-discriminators.exp
7196 * gdb.fortran/complex.exp
7197 * gdb.fortran/library-module.exp
7198 * gdb.guile/guile.exp
7199 * gdb.guile/scm-cmd.exp
7200 * gdb.guile/scm-frame-inline.exp
7201 * gdb.guile/scm-objfile.exp
7202 * gdb.guile/scm-pretty-print.exp
7203 * gdb.guile/scm-symbol.exp
7204 * gdb.guile/scm-type.exp
7205 * gdb.guile/scm-value.exp
7206 * gdb.linespec/keywords.exp
7207 * gdb.linespec/ls-errs.exp
7208 * gdb.linespec/macro-relative.exp
7209 * gdb.linespec/thread.exp
7210 * gdb.mi/mi-breakpoint-changed.exp
7211 * gdb.mi/mi-dprintf-pending.exp
7212 * gdb.mi/mi-fullname-deleted.exp
7213 * gdb.mi/mi-logging.exp
7214 * gdb.mi/mi-pending.exp
7215 * gdb.mi/mi-solib.exp
7216 * gdb.mi/new-ui-mi-sync.exp
7217 * gdb.mi/user-selected-context-sync.exp
7218 * gdb.multi/dummy-frame-restore.exp
7219 * gdb.multi/multi-arch-exec.exp
7220 * gdb.multi/remove-inferiors.exp
7221 * gdb.multi/watchpoint-multi-exit.exp
7222 * gdb.opt/solib-intra-step.exp
7223 * gdb.perf/backtrace.exp
7224 * gdb.perf/single-step.exp
7225 * gdb.perf/skip-command.exp
7226 * gdb.perf/skip-prologue.exp
7227 * gdb.perf/solib.exp
7228 * gdb.python/lib-types.exp
7229 * gdb.python/py-as-string.exp
7230 * gdb.python/py-bad-printers.exp
7231 * gdb.python/py-block.exp
7232 * gdb.python/py-breakpoint.exp
7233 * gdb.python/py-cmd.exp
7234 * gdb.python/py-events.exp
7235 * gdb.python/py-evthreads.exp
7236 * gdb.python/py-finish-breakpoint.exp
7237 * gdb.python/py-finish-breakpoint2.exp
7238 * gdb.python/py-frame-inline.exp
7239 * gdb.python/py-frame.exp
7240 * gdb.python/py-inferior.exp
7241 * gdb.python/py-infthread.exp
7242 * gdb.python/py-mi.exp
7243 * gdb.python/py-objfile.exp
7244 * gdb.python/py-pp-maint.exp
7245 * gdb.python/py-pp-registration.exp
7246 * gdb.python/py-prettyprint.exp
7247 * gdb.python/py-recurse-unwind.exp
7248 * gdb.python/py-shared.exp
7249 * gdb.python/py-symbol.exp
7250 * gdb.python/py-symtab.exp
7251 * gdb.python/py-template.exp
7252 * gdb.python/py-type.exp
7253 * gdb.python/py-unwind-maint.exp
7254 * gdb.python/py-unwind.exp
7255 * gdb.python/py-value.exp
7256 * gdb.python/python.exp
7257 * gdb.reverse/finish-reverse-bkpt.exp
7258 * gdb.reverse/insn-reverse.exp
7259 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7260 * gdb.reverse/solib-precsave.exp
7261 * gdb.reverse/solib-reverse.exp
7262 * gdb.stabs/gdb11479.exp
7263 * gdb.stabs/weird.exp
7264 * gdb.threads/fork-child-threads.exp
7265 * gdb.threads/fork-plus-threads.exp
7266 * gdb.threads/fork-thread-pending.exp
7267 * gdb.threads/forking-threads-plus-breakpoint.exp
7268 * gdb.threads/hand-call-in-threads.exp
7269 * gdb.threads/interrupted-hand-call.exp
7270 * gdb.threads/linux-dp.exp
7271 * gdb.threads/local-watch-wrong-thread.exp
7272 * gdb.threads/next-while-other-thread-longjmps.exp
7273 * gdb.threads/non-ldr-exit.exp
7274 * gdb.threads/pending-step.exp
7275 * gdb.threads/print-threads.exp
7276 * gdb.threads/process-dies-while-detaching.exp
7277 * gdb.threads/process-dies-while-handling-bp.exp
7278 * gdb.threads/pthreads.exp
7279 * gdb.threads/queue-signal.exp
7280 * gdb.threads/reconnect-signal.exp
7281 * gdb.threads/signal-command-handle-nopass.exp
7282 * gdb.threads/signal-command-multiple-signals-pending.exp
7283 * gdb.threads/signal-delivered-right-thread.exp
7284 * gdb.threads/signal-sigtrap.exp
7285 * gdb.threads/sigthread.exp
7286 * gdb.threads/staticthreads.exp
7287 * gdb.threads/stepi-random-signal.exp
7288 * gdb.threads/thread-unwindonsignal.exp
7289 * gdb.threads/thread_check.exp
7290 * gdb.threads/thread_events.exp
7291 * gdb.threads/tid-reuse.exp
7292 * gdb.threads/tls-nodebug.exp
7293 * gdb.threads/tls-shared.exp
7294 * gdb.threads/tls-so_extern.exp
7295 * gdb.threads/tls.exp
7296 * gdb.threads/wp-replication.exp
7297 * gdb.trace/actions-changed.exp
7298 * gdb.trace/actions.exp
7299 * gdb.trace/backtrace.exp
7300 * gdb.trace/change-loc.exp
7301 * gdb.trace/collection.exp
7302 * gdb.trace/deltrace.exp
7303 * gdb.trace/disconnected-tracing.exp
7304 * gdb.trace/entry-values.exp
7305 * gdb.trace/ftrace-lock.exp
7306 * gdb.trace/ftrace.exp
7307 * gdb.trace/infotrace.exp
7308 * gdb.trace/mi-trace-frame-collected.exp
7309 * gdb.trace/mi-trace-unavailable.exp
7310 * gdb.trace/mi-traceframe-changed.exp
7311 * gdb.trace/mi-tracepoint-changed.exp
7312 * gdb.trace/mi-tsv-changed.exp
7313 * gdb.trace/no-attach-trace.exp
7314 * gdb.trace/packetlen.exp
7315 * gdb.trace/passc-dyn.exp
7316 * gdb.trace/passcount.exp
7317 * gdb.trace/pending.exp
7318 * gdb.trace/pr16508.exp
7319 * gdb.trace/qtro.exp
7320 * gdb.trace/range-stepping.exp
7321 * gdb.trace/read-memory.exp
7322 * gdb.trace/report.exp
7323 * gdb.trace/save-trace.exp
7324 * gdb.trace/signal.exp
7325 * gdb.trace/stap-trace.exp
7326 * gdb.trace/status-stop.exp
7327 * gdb.trace/strace.exp
7328 * gdb.trace/tfile.exp
7329 * gdb.trace/tfind.exp
7330 * gdb.trace/trace-break.exp
7331 * gdb.trace/trace-condition.exp
7332 * gdb.trace/trace-enable-disable.exp
7333 * gdb.trace/trace-mt.exp
7334 * gdb.trace/tracecmd.exp
7335 * gdb.trace/tracefile-pseudo-reg.exp
7336 * gdb.trace/tspeed.exp
7337 * gdb.trace/tstatus.exp
7338 * gdb.trace/tsv.exp
7339 * gdb.trace/unavailable.exp
7340 * gdb.trace/while-dyn.exp
7341 * gdb.trace/while-stepping.exp
7342 * lib/gdb-guile.exp
7343 * lib/gdb.exp
7344 * lib/mi-support.exp
7345 * lib/pascal.exp
7346 * lib/perftest.exp
7347 * lib/prelink-support.exp
7348 * lib/selftest-support.exp
7349
7350 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7351
7352 * Makefile.in: Include disable-implicit-rules.mk.
7353
7354 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7355
7356 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7357 non-byte-aligned bit fields.
7358
7359 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7360
7361 PR gdb/12616
7362 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7363 respects the DW_AT_data_bit_offset attribute.
7364
7365 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7366
7367 * gdb.base/default.exp: Fix output of "set language".
7368
7369 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7370
7371 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7372 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7373 make.
7374 * configure.ac: Remove checks for the make program.
7375 * configure: Re-generate.
7376
7377 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7378
7379 * gdb.python/py-recurse-unwind.c (main): Add loop.
7380 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7381 to read_register() and gdb.parse_and_eval(). Make each code
7382 call a separate case that can be individually tested.
7383 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7384 proc. Call cont_and_backtrace for each of the code paths that
7385 we want to test in the unwinder.
7386
7387 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7388
7389 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7390 the definition of struct S.
7391
7392 2016-11-11 Catherine Moore <clm@codesourcery.com>
7393
7394 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7395
7396 2016-11-09 Pedro Alves <palves@redhat.com>
7397
7398 * gdb.base/commands.exp (runto_or_return): New procedure.
7399 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7400 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7401 (progvar_simple_while_test, progvar_complex_if_while_test)
7402 (if_while_breakpoint_command_test)
7403 (infrun_breakpoint_command_test, breakpoint_command_test)
7404 (user_defined_command_test, watchpoint_command_test)
7405 (test_command_prompt_position, redefine_hook_test)
7406 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7407 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7408 multi_line_input and multi_line. Remove gdb_expect and
7409 gdb_stop_suppressing_tests uses.
7410 * lib/gdb.exp (valnum_re): New global.
7411 (multi_line_input): New procedure.
7412
7413 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7414
7415 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7416 Remove.
7417 (test_setup): Define with proc_with_prefix.
7418 (test_cli_inferior): Likewise.
7419 (test_cli_thread): Likewise.
7420 (test_cli_frame): Likewise.
7421 (test_cli_select_frame): Likewise.
7422 (test_cli_up_down): Likewise.
7423 (test_mi_thread_select): Likewise.
7424 (test_mi_stack_select_frame): Likewise.
7425 (test_cli_in_mi_inferior): Likewise.
7426 (test_cli_in_mi_thread): Likewise.
7427 (test_cli_in_mi_frame): Likewise.
7428 (top level): Do not use with_test_prefix_procname.
7429
7430 2016-11-09 Pedro Alves <palves@redhat.com>
7431
7432 * gdb.base/commands.exp (gdbvar_simple_if_test)
7433 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7434 (progvar_simple_if_test, progvar_simple_while_test)
7435 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7436 (infrun_breakpoint_command_test, breakpoint_command_test)
7437 (user_defined_command_test, watchpoint_command_test)
7438 (test_command_prompt_position, deprecated_command_test)
7439 (bp_deleted_in_command, temporary_breakpoint_commands)
7440 (stray_arg0_test, source_file_with_indented_comment)
7441 (recursive_source_test, if_commands_test)
7442 (error_clears_commands_left, redefine_hook_test)
7443 (redefine_backtrace_test): Use proc_with_prefix.
7444 * lib/gdb.exp (proc_with_prefix): New proc.
7445
7446 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7447
7448 * gdb.base/tui-layout.c: New file.
7449 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7450 disassembly window contains very long lines.
7451
7452 2016-11-08 Tom Tromey <tom@tromey.com>
7453
7454 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7455 depend on Python 2.
7456
7457 2016-11-08 Tom Tromey <tom@tromey.com>
7458
7459 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7460 New method.
7461
7462 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7463
7464 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7465
7466 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7467
7468 * gdb.rust/simple.rs: Add test for univariant enums without
7469 discriminants and for encoded struct-like enums.
7470
7471 2016-10-28 Pedro Alves <palves@redhat.com>
7472
7473 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7474 gdb_test_multiple, tighten regexps and match symtabs and line
7475 tables incrementally.
7476
7477 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7478
7479 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7480 general.
7481
7482 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7483
7484 * gdb.base/exec-invalid-sysroot.exp: New file.
7485
7486 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7487
7488 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7489
7490 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7491
7492 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7493
7494 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7495
7496 * gdb.base/killed-outside.exp: Remove $options from a call to
7497 `prepare_for_testing'.
7498
7499 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7500
7501 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7502 Change test message.
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 Update comment.
7508
7509 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7510
7511 * gdb.trace/mi-trace-save.exp: New file.
7512
7513 2016-10-13 Yao Qi <yao.qi@linaro.org>
7514
7515 * gdb.base/code_elim.exp (get_var_address): Remove.
7516 * gdb.base/relocate.exp: Likewise.
7517 * gdb.base/shreloc.exp: Likewise.
7518 * lib/gdb.exp (get_var_address): New.
7519
7520 2016-10-13 Yao Qi <yao.qi@linaro.org>
7521
7522 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7523 floating point tests if $skip_float_test is false.
7524
7525 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7526
7527 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7528 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7529 argc values.
7530 Add 1 to argc so we guarantee distinct initial/modified argc values.
7531
7532 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7533
7534 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7535
7536 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7537
7538 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7539 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7540 * gdb.arch/vsx-regs.exp: Likewise.
7541
7542 2016-10-07 Yao Qi <yao.qi@linaro.org>
7543
7544 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7545
7546 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7547
7548 * gdb.python/python.exp: Test decode_line("*0").
7549
7550 2016-10-06 Doug Evans <dje@google.com>
7551
7552 * gdb.python/py-value.exp (test_value_creation): Add test for large
7553 unsigned 64-bit value.
7554
7555 2016-10-06 Tom Tromey <tom@tromey.com>
7556
7557 * gdb.compile/compile.exp: Change java tests to rust.
7558 * gdb.base/setshow.exp: Change java tests to rust.
7559 * gdb.base/default.exp: Remove java from language list.
7560 * README (Examples): Update language example.
7561 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7562 test.
7563 * lib/gdb.exp (skip_java_tests): Remove.
7564 * lib/java.exp: Remove.
7565 * gdb.java: Remove.
7566
7567 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7568
7569 * gdb.arch/mips-fcr.exp: New test.
7570 * gdb.arch/mips-fcr.c: Source for the new test.
7571
7572 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7573
7574 * gdb.base/solib-disc.exp: Use `standard_output_file'
7575 throughout.
7576
7577 2016-10-06 Pedro Alves <palves@redhat.com>
7578
7579 * gdb.base/jit-simple-dl.c: New file.
7580 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7581 * gdb.base/jit-simple.c: ... this.
7582 * gdb.base/jit-simple.exp (jit_run): Delete.
7583 (build_jit): New proc.
7584 (jit_test_reread): Recompile either the main program or the shared
7585 library, depending on what is being tested. Skip changing address
7586 if caller wants to. Compare before/after addresses. If testing
7587 standalone, explicitly load the binary. Test "maint info
7588 breakpoints".
7589 (top level): Add "standalone vs shared lib" and "change address"
7590 vs "same address" axes.
7591
7592 2016-10-06 Pedro Alves <palves@redhat.com>
7593
7594 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7595 call.
7596 (jit_run): Delete.
7597 (jit_test_reread): Use with_test_prefix. Reload the main binary
7598 explicitly. Compare the before/after addresses of the JIT
7599 descriptor.
7600
7601 2016-08-15 Doug Evans <dje@google.com>
7602
7603 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7604 for single bitfields is bool.
7605 * gdb.xml/tdesc-regs.exp: Ditto.
7606
7607 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7608
7609 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7610
7611 2016-10-05 Yao Qi <yao.qi@linaro.org>
7612
7613 * lib/gdb.exp (support_complex_tests): Return zero if
7614 gdb_skip_float_test return true.
7615
7616 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7617 Simon Marchi <simon.marchi@ericsson.com>
7618
7619 PR gdb/20487
7620 * gdb.mi/user-selected-context-sync.exp: New file.
7621 * gdb.mi/user-selected-context-sync.c: New file.
7622
7623 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7624 Simon Marchi <simon.marchi@ericsson.com>
7625
7626 PR gdb/20487
7627 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7628 =thread-select-event check.
7629
7630 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7631
7632 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7633 the compulsory L operand changes.
7634 * gdb.arch/powerpc-power.s: Likewise.
7635
7636 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7637
7638 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7639 * gdb.base/jit-attach-pie.c: New file.
7640 * gdb.base/jit-attach-pie.exp: New file.
7641
7642 2016-09-28 Pedro Alves <palves@redhat.com>
7643
7644 * gdb.base/infcall-input.c: New file.
7645 * gdb.base/infcall-input.exp: New file.
7646
7647 2016-09-22 Yao Qi <yao.qi@linaro.org>
7648
7649 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7650 (gdb_exit): Rename it to ...
7651 (gdbserver_gdb_exit): ... Close GDBserver.
7652 (gdb_exit): New proc, call gdbserver_gdb_exit.
7653 (mi_gdb_exit): Likewise.
7654
7655 2016-09-22 Yao Qi <yao.qi@linaro.org>
7656
7657 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7658 path.
7659 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7660 Remove duplication.
7661
7662 2016-09-22 Yao Qi <yao.qi@linaro.org>
7663
7664 * lib/gdbserver-support.exp: Check the existence of
7665 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7666
7667 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7668
7669 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7670
7671 2016-09-21 Tom Tromey <tom@tromey.com>
7672
7673 PR gdb/20604:
7674 * gdb.base/quit.exp: New file.
7675
7676 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7677
7678 * .gitignore: New file.
7679
7680 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7681
7682 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7683 throughout.
7684
7685 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7686
7687 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7688
7689 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7690
7691 * gdb.cp/casts.cc (decltype): Move it ...
7692 (main): ... with its call to ...
7693 * gdb.cp/casts03.cc: ... a new file.
7694 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7695
7696 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7697
7698 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7699
7700 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7701
7702 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7703 and sync up the test with tests in gas/testsuite/gas/ppc.
7704 * gdb.arch/powerpc-power.exp: Likewise.
7705
7706 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7707
7708 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7709
7710 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7711 Jan Kratochvil <jan.kratochvil@redhat.com>
7712
7713 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7714 make m1's definition to be different from m2's. Use 'dummy' as an
7715 argument for probe 'two'.
7716
7717 2016-09-10 Jon Beniston <jon@beniston.com>
7718
7719 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7720 for sim target.
7721
7722 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7723
7724 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7725 variable declaration.
7726 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7727 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7728 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7729 received HWCAP as its argument.
7730
7731 2016-09-06 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.base/new-ui-pending-input.c: New file.
7734 * gdb.base/new-ui-pending-input.exp: New file.
7735 * gdb.exp (clear_gdb_spawn_id): New procedure.
7736 (with_spawn_id): Check whether gdb_spawn_id exists before
7737 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7738 on exit.
7739
7740 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7741
7742 * gdb.base/float128.c: New file.
7743 * gdb.base/float128.exp: Likewise.
7744 * gdb.base/floatn.c: Likewise.
7745 * gdb.base/floatn.exp: Likewise.
7746
7747 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7748
7749 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7750
7751 2016-09-05 Pedro Alves <palves@redhat.com>
7752
7753 PR backtrace/19927
7754 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7755 unwinders are immediately called as side effect of "source" or
7756 "disable unwinder" commands.
7757 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7758
7759 2016-09-02 Yao Qi <yao.qi@linaro.org>
7760
7761 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7762 is true and $type is "float" or "double".
7763
7764 2016-09-02 Yao Qi <yao.qi@linaro.org>
7765
7766 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7767 true.
7768 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7769 * gdb.base/call-rt-st.exp: Likewise.
7770 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7771 return value instead of gdb,skip_float_test.
7772 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7773 (do_function_calls): Use its return value instead of
7774 gdb,skip_float_test.
7775 * gdb.base/finish.exp: Likewise.
7776 * gdb.base/funcargs.exp: Likewise.
7777 * gdb.base/return.exp: Likewise.
7778 * gdb.base/return2.exp: Likewise.
7779 * gdb.base/varargs.exp: Likewise.
7780 * lib/gdb.exp (gdb_skip_float_test): Change it to
7781 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7782
7783 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7784
7785 * gdb.multi/tids.exp: Test "thread apply all".
7786
7787 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7788
7789 * gdb.base/default.exp (tty): Remove.
7790
7791 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7792
7793 * gdb.python/py-recurse-unwind.c: New file.
7794 * gdb.python/py-recurse-unwind.py: New file.
7795 * gdb.python/py-recurse-unwind.exp: New file.
7796
7797 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7798
7799 * gdb.base/set-inferior-tty.exp: New file.
7800 * gdb.base/set-inferior-tty.c: New file.
7801
7802 2016-08-23 Pedro Alves <palves@redhat.com>
7803
7804 PR gdb/20494
7805 * gdb.base/new-ui-echo.c: New file.
7806 * gdb.base/new-ui-echo.exp: New file.
7807
7808 2016-08-23 Yao Qi <yao.qi@linaro.org>
7809
7810 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7811 gdbserver_spawn.
7812 * gdb.server/connect-without-multi-process.exp (do_test):
7813 Likewise.
7814
7815 2016-08-23 Yao Qi <yao.qi@linaro.org>
7816
7817 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7818 standalone_txt. Delete gdb_txt and standalone_txt on host
7819 and target. Spawn the binary on target. Copy files from
7820 target to host.
7821
7822 2016-08-22 Pedro Alves <palves@redhat.com>
7823
7824 PR gdb/20505
7825 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7826 with_test_prefix. Factor out bits to ...
7827 (test_no_vdso): ... this new procedure.
7828
7829 2016-08-19 Carl Love <cel@us.ibm.com>
7830
7831 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7832 maintaining separate logic for constructing the output path.
7833 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7834 * gdb.arch/ppc-dfp.exp: Likewise.
7835 * gdb.arch/ppc-fp.exp: Likewise.
7836 * gdb.arch/vsx-regs.exp: Likewise.
7837 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7838 binprefix for generating the additional binary files.
7839
7840 2016-08-19 Pedro Alves <palves@redhat.com>
7841
7842 * gdb.trace/mi-trace-frame-collected.exp
7843 (test_trace_frame_collected): On x32, expect two registers.
7844
7845 2016-08-18 Carl Love <cel@us.ibm.com>
7846
7847 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7848 and sync up the test with tests in gas/testsuite/gas/ppc.
7849 * gdb.arch/powerpc-power.exp: Likewise.
7850
7851 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7852
7853 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7854 expected error message.
7855
7856 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7857
7858 * gdb.multi/remove-inferiors.exp: New file.
7859 * gdb.multi/remove-inferiors.c: New file.
7860
7861 2016-08-12 Yao Qi <yao.qi@linaro.org>
7862
7863 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7864 argument list.
7865
7866 2016-08-10 Pedro Alves <palves@redhat.com>
7867
7868 PR gdb/19187
7869 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7870 setup_kfails.
7871
7872 2016-08-09 Pedro Alves <palves@redhat.com>
7873 Simon Marchi <simon.marchi@ericsson.com>
7874
7875 PR gdb/20418
7876 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7877 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7878
7879 2016-08-09 Pedro Alves <palves@redhat.com>
7880
7881 PR mi/20431
7882 * gdb.mi/mi-cmd-error.exp: New file.
7883
7884 2016-08-09 Pedro Alves <palves@redhat.com>
7885
7886 PR gdb/18653
7887 * gdb.base/signals-state-child.c: New file.
7888 * gdb.base/signals-state-child.exp: New file.
7889 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7890
7891 2016-08-09 Pedro Alves <palves@redhat.com>
7892
7893 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7894
7895 2016-08-03 Tom Tromey <tom@tromey.com>
7896
7897 PR python/18565:
7898 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7899
7900 2016-08-01 Yao Qi <yao.qi@linaro.org>
7901
7902 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7903 variable mode to "multi-process" if $multi_process is 1, otherwise
7904 set it to "single-process".
7905
7906 2016-08-01 Yao Qi <yao.qi@linaro.org>
7907
7908 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7909 * gdb.cp/cpexprs.exp: Likewise.
7910 * gdb.cp/m-static.exp: Likewise.
7911
7912 2016-07-26 Tom Tromey <tom@tromey.com>
7913
7914 PR python/20190:
7915 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7916 test.
7917
7918 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7919
7920 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7921 selecting assembly source files.
7922 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7923 assembly source files.
7924 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7925 assembly source files.
7926 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7927 selecting assembly source files.
7928
7929 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7930
7931 * gdb.base/new-ui.exp (do_test_invalid_args): New
7932 procedure.
7933
7934 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7935
7936 * gdb.btrace/reconnect.c: New file.
7937 * gdb.btrace/reconnect.exp: New file.
7938
7939 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7940
7941 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7942 to test_catch_syscall_group.
7943 (test_catch_syscall_group): New.
7944
7945 2016-07-21 Tom Tromey <tom@tromey.com>
7946
7947 * gdb.rust/simple.rs (main): Use empty struct expression.
7948 * gdb.rust/simple.exp: Add tests for empty struct expression.
7949
7950 2016-07-21 Yao Qi <yao.qi@linaro.org>
7951
7952 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7953 if gdb_skip_xml_test is true on some targets.
7954
7955 2016-07-21 Yao Qi <yao.qi@linaro.org>
7956
7957 * gdb.server/solib-list.exp: Unset last_loaded_file.
7958
7959 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7960
7961 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7962 "step into captured_main (args)".
7963
7964 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7965
7966 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7967
7968 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7969
7970 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7971
7972 2016-07-19 Pedro Alves <palves@redhat.com>
7973
7974 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7975 * gdb.opt/inline-bt.exp: Likewise.
7976 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7977 additional_flags=-Winline.
7978 * gdb.opt/inline-locals.exp: Likewise.
7979 * gdb.opt/inline-markers.c (ATTR): Define.
7980 (inlined_fn): Use it.
7981
7982 2016-07-19 Yao Qi <yao.qi@linaro.org>
7983
7984 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7985 (test_with_self): Remove some code. Remove argument executable.
7986 (top-level): Use do_self_tests.
7987
7988 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
7989 Don Breazeal <donb@codesourcery.com>
7990
7991 * gdb.base/maint.exp: Escape paths used in regular expressions.
7992 * gdb.stabs/weird.exp: Likewise.
7993
7994 2016-07-13 Tom Tromey <tom@tromey.com>
7995
7996 PR python/15620, PR python/18620:
7997 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7998 (test_bkpt_events): New procs.
7999
8000 2016-07-13 Tom Tromey <tom@tromey.com>
8001
8002 PR python/17698:
8003 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8004 test.
8005 (test_watchpoints): Likewise.
8006 (test_bkpt_pending): New proc.
8007
8008 2016-07-13 Tom Tromey <tom@tromey.com>
8009
8010 PR cli/18053:
8011 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8012 completion test.
8013
8014 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8015
8016 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8017 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8018 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8019 f_label.
8020 (g): Rename g_end_lbl to g_label.
8021 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8022 low_pc and high_pc.
8023 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8024
8025 2016-07-12 Tom Tromey <tom@tromey.com>
8026
8027 PR python/19293:
8028 * gdb.python/py-unwind-maint.exp: Update tests.
8029
8030 2016-07-12 Yao Qi <yao.qi@linaro.org>
8031
8032 * lib/selftest-support.exp (selftest_setup): Match the output
8033 when captured_main is inlined.
8034
8035 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8036
8037 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8038 New variables.
8039 (print this%a, print this%b, print this): New tests.
8040 * gdb.fortran/derived-types.f90 (this): New object and
8041 initialization.
8042
8043 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8044
8045 * gdb.ada/arraydim.exp: Remove extra directory level in build
8046 directory.
8047
8048 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8049
8050 * lib/ada.exp: Remove extra directory level in build directory.
8051 * gdb.ada/cond_lang.exp: Likewise.
8052 * gdb.ada/exec_changed.exp: Likewise.
8053 * gdb.ada/lang_switch.exp: Likewise.
8054
8055 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8056
8057 * simple.rs: Add test for raw pointer subscripting.
8058 * simple.exp: Add test expectations.
8059
8060 2016-07-05 Yao Qi <yao.qi@linaro.org>
8061
8062 * gdb.mi/mi-reverse.exp: Match =record-started output.
8063
8064 2016-07-01 Pedro Alves <palves@redhat.com>
8065
8066 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8067 procedure.
8068 (jit_reader_test): Test the jit reader's unwinder.
8069 * gdb.base/jithost.c (jit_function_00_code): New global.
8070 (main): Use memcpy to fill in the mmapped code, instead of poking
8071 bytes manually here.
8072 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8073 value.
8074 (read_debug_info): Save the function's range.
8075 (read_sp): New function.
8076 (unwind_frame): Use it. Also unwind RBP.
8077 (get_frame_id): Use read_sp.
8078 (gdb_init_reader): Use calloc instead of malloc.
8079 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8080 parameter. Use gdb_test_multiple.
8081
8082 2016-07-01 Pedro Alves <palves@redhat.com>
8083 Antoine Tremblay <antoine.tremblay@ericsson.com>
8084
8085 * gdb.threads/process-dies-while-detaching.c: New file.
8086 * gdb.threads/process-dies-while-detaching.exp: New file.
8087
8088 2016-07-01 Pedro Alves <palves@redhat.com>
8089
8090 * gdb.multi/watchpoint-multi-exit.c: New file.
8091 * gdb.multi/watchpoint-multi-exit.exp: New file.
8092
8093 2016-06-30 Pedro Alves <palves@redhat.com>
8094
8095 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8096 unset inferior_spawn_id.
8097
8098 2016-06-30 Pedro Alves <palves@redhat.com>
8099
8100 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8101 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8102
8103 2016-06-29 Yao Qi <yao.qi@linaro.org>
8104
8105 * gdb.base/return.c: Add copyright header.
8106
8107 2016-06-29 Tom Tromey <tom@tromey.com>
8108
8109 PR python/20129:
8110 * gdb.python/py-framefilter.exp: Add tests for setting priority
8111 and disabling of non-existent frame filter.
8112
8113 2016-06-29 Yao Qi <yao.qi@linaro.org>
8114
8115 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8116 0x0f07ff.
8117
8118 2016-06-28 Yao Qi <yao.qi@linaro.org>
8119
8120 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8121 triplets. Start gdb, execute catch syscall, and continue. Check
8122 gdb's output to determine catch syscall is supported.
8123
8124 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8125
8126 * gdb.rust/simple.rs: Add test for returning unit in a function.
8127 * gdb.rust/simple.exp: Add expectation for functions returning
8128 unit.
8129
8130 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8131
8132 * gdb.python/py-breakpoint-create-fail.c,
8133 gdb.python/py-breakpoint-create-fail.exp,
8134 gdb.python/py-breakpoint-create-fail.py: New testcase.
8135
8136 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8137
8138 PR gdb/20239
8139 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8140 * gdb.rust/simple.exp: Add test expectations for new NonZero
8141 tests.
8142
8143 2016-06-24 David Taylor <dtaylor@emc.com>
8144
8145 * gdb.base/offsets.exp: New file.
8146 * gdb.base/offsets.c: New file.
8147
8148 2016-06-23 Tom Tromey <tom@tromey.com>
8149
8150 PR gdb/16483:
8151 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8152 before any filters are loaded.
8153
8154 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8155
8156 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8157 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8158 structs.
8159 * gdb.fortran/derived-type-function.exp: New file.
8160 * gdb.fortran/derived-type-function.f90: New file.
8161
8162
8163 2016-06-21 Pedro Alves <palves@redhat.com>
8164
8165 * gdb.base/new-ui.exp: New file.
8166 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8167 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8168 (with_spawn_id): New procedure.
8169
8170 2016-06-21 Pedro Alves <palves@redhat.com>
8171
8172 * gdb.mi/mi-exec-run.exp: New file.
8173
8174 2016-06-21 Pedro Alves <palves@redhat.com>
8175
8176 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8177 breakpoint command's output on the main UI.
8178 (test_break): New procedure, factored out from calls in the top
8179 level.
8180 (top level): Use foreach_with_prefix to test MI as main UI and as
8181 separate UI.
8182
8183 2016-06-21 Pedro Alves <palves@redhat.com>
8184
8185 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8186 (test_awatch_creation_and_listing)
8187 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8188 Remove 'type' parameter.
8189 (test_watchpoint_all): New parameter mi_mode. Remove
8190 with_test_prefix.
8191 (top level): Use foreach_with_prefix, and add main/separate UI MI
8192 testing axis.
8193
8194 2016-06-21 Pedro Alves <palves@redhat.com>
8195
8196 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8197 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8198 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8199 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8200 (gdb_main_spawn_id, mi_spawn_id): Declare and
8201 comment.
8202 (mi_create_inferior_pty): New procedure,
8203 factored out from default_mi_gdb_start.
8204 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8205 procedures.
8206 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8207 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8208 Use mi_create_inferior_pty.
8209 (mi_gdb_start): Use eval to pass down args list.
8210
8211 2016-06-21 Pedro Alves <palves@redhat.com>
8212
8213 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8214 * gdb.opt/inline-cmds.exp: Add MI tests.
8215
8216 2016-06-21 Pedro Alves <palves@redhat.com>
8217
8218 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8219
8220 2016-06-21 Pedro Alves <palves@redhat.com>
8221
8222 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8223 (top level): Use it instead of mi_execute_to.
8224
8225 2016-06-21 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8228 (cont_handler_str): New.
8229 (signal_stop_handler): Set stop_handler_str instead of printing to
8230 stdout.
8231 (continue_handler): Set cont_handler_str instead of printing to
8232 stdout.
8233 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8234 mi_send_resuming_command. Print stop_handler_str and
8235 cont_handler_str instead of expecting the python events print
8236 directly.
8237
8238 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8239
8240 * gdb.base/jit-reader.exp: New file.
8241 * gdb.base/jithost.c: New file.
8242 * gdb.base/jithost.h: New file.
8243 * gdb.base/jitreader.c : New file.
8244 * gdb.base/jit-protocol.h: New file.
8245
8246 2016-06-17 Yao Qi <yao.qi@linaro.org>
8247
8248 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8249 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8250 and detach-on-fork. Adjust tests.
8251 (top level): Invoke break_cond_on_syscall with combinations of
8252 syscall, follow-fork-mode and detach-on-fork.
8253
8254 2016-06-17 Yao Qi <yao.qi@linaro.org>
8255
8256 * gdb.base/step-over-exit.c: New.
8257 * gdb.base/step-over-exit.exp: New.
8258
8259 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8260
8261 * gdb.base/float.exp: Add target check for nds32*-*-*.
8262 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8263
8264 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8265
8266 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8267 for unsupported target features.
8268 * gdb.base/call-rt-st.exp: Likewise.
8269 * gdb.base/call-sc.exp: Likewise.
8270 * gdb.base/call-signal-resume.exp: Likewise.
8271 * gdb.base/call-strs.exp: Likewise.
8272 * gdb.base/callexit.exp: Likewise.
8273 * gdb.base/callfuncs.exp: Likewise.
8274 * gdb.base/nodebug.exp: Likewise.
8275 * gdb.base/printcmds.exp: Likewise.
8276 * gdb.base/ptype.exp: Likewise.
8277 * gdb.base/structs.exp: Likewise.
8278 * gdb.base/unwindonsignal.exp: Likewise.
8279 * gdb.cp/gdb2495.exp: Likewise.
8280 * gdb.cp/templates.exp: Likewise.
8281 * gdb.cp/virtfunc.exp: Likewise.
8282 * gdb.threads/hand-call-in-threads.exp: Likewise.
8283 * gdb.threads/interrupted-hand-call.exp: Likewise.
8284 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8285
8286 2016-06-10 Tom Tromey <tom@tromey.com>
8287
8288 PR rust/20110:
8289 * gdb.rust/expr.exp: Add test for integer constant larger than
8290 i32.
8291
8292 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8293
8294 * gdb.fortran/nested-funcs.exp: New.
8295 * gdb.fortran/nested-funcs.f90: New.
8296
8297 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8298
8299 * gdb.base/examine-backward.c: New file.
8300 * gdb.base/examine-backward.exp: New file.
8301
8302 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8303
8304 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8305 matching.
8306
8307 2016-06-02 Tom Tromey <tom@tromey.com>
8308
8309 PR python/18984:
8310 * gdb.python/py-shared.exp: Add solib_name test.
8311
8312 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8313
8314 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8315
8316 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8317
8318 PR c++/19893
8319 * gdb.dwarf2/implref.exp: Rename to...
8320 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8321 * gdb.dwarf2/implref-array.c: New file.
8322 * gdb.dwarf2/implref-array.exp: Likewise.
8323 * gdb.dwarf2/implref-global.c: Likewise.
8324 * gdb.dwarf2/implref-global.exp: Likewise.
8325 * gdb.dwarf2/implref-struct.c: Likewise.
8326 * gdb.dwarf2/implref-struct.exp: Likewise.
8327
8328 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8329
8330 * gdb.trace/trace-condition.exp: Add 64bit tests.
8331
8332 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8333
8334 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8335 bits types.
8336 (main): Adapt to 8 to 64 bits types.
8337 * gdb.trace/trace-condition.exp: Add new tests.
8338
8339 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8340
8341 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8342
8343 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8344
8345 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8346 Move condition tests...
8347 * gdb.trace/trace-condition.exp: Here.
8348
8349 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8350
8351 * gdb.trace/trace-condition.exp: Add counter-case tests.
8352
8353 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8354
8355 PR c++/15231
8356 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8357 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8358
8359 2016-05-27 Pedro Alves <palves@redhat.com>
8360
8361 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8362 New procedure.
8363 (top level): Call it, and bail out of DejaGnu is known to be bad.
8364
8365 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8366
8367 * gdb.base/whatis.c: Extend the test case.
8368 * gdb.base/whatis.exp: Add additional tests.
8369
8370 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8371
8372 * gdb.fortran/type.f90: Add pointer variable.
8373 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8374
8375 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8376
8377 * gdb.fortran/vla-type.exp: Fix testcase name.
8378
8379 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8380
8381 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8382
8383 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8384
8385 * gdb.fortran/type.f90: Add nested structures.
8386 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8387 * gdb.fortran/derived-type.exp: Adapt expected output.
8388 * gdb.fortran/vla-type.exp: Adapt expected output.
8389
8390 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8391
8392 * gdb.fortran/whatis_type.exp: Adapt expected output.
8393
8394 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8395
8396 * gdb.fortran/print_type.exp: Fix expected output.
8397 * gdb.fortran/whatis_type.exp: Fix expected output.
8398
8399 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8400
8401 * gdb.fortran/whatis_type.exp: Use multi_line.
8402
8403 2016-05-24 Tom Tromey <tom@tromey.com>
8404
8405 PR python/17386:
8406 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8407 use value as an index.
8408
8409 2016-05-23 Tom Tromey <tom@tromey.com>
8410
8411 PR python/17981:
8412 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8413 no-breakpoint case.
8414
8415 2016-05-24 Pedro Alves <palves@redhat.com>
8416
8417 PR gdb/19828
8418 * gdb.threads/clone-attach-detach.c: New file.
8419 * gdb.threads/clone-attach-detach.exp: New file.
8420
8421 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8422
8423 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8424
8425 2016-05-23 Tom Tromey <tom@tromey.com>
8426
8427 PR python/19438, PR python/18393:
8428 * gdb.python/py-progspace.exp: Add "dir" test.
8429 * gdb.python/py-objfile.exp: Add "dir" test.
8430
8431 2016-05-23 Yao Qi <yao.qi@linaro.org>
8432
8433 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8434 * gdb.arch/thumb2-it.exp: Likewise.
8435
8436 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8437
8438 * gdb.mi/mi-threads-interrupt.c: New file.
8439 * gdb.mi/mi-threads-interrupt.exp: New file.
8440
8441 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8442
8443 PR gdb/18077
8444 * gdb.mi/mi-async-run.exp: New file.
8445 * gdb.mi/mi-async-run.c: New file.
8446
8447 2016-05-17 Tom Tromey <tom@tromey.com>
8448 Manish Goregaokar <manishsmail@gmail.com>
8449
8450 * lib/rust-support.exp: New file.
8451 * lib/gdb.exp (skip_rust_tests): New proc.
8452 (build_executable_from_specs): Handle rust.
8453 * lib/future.exp (gdb_find_rustc): New proc.
8454 (gdb_default_target_compile): Handle rust.
8455 * gdb.rust/expr.exp: New file.
8456 * gdb.rust/generics.exp: New file.
8457 * gdb.rust/generics.rs: New file.
8458 * gdb.rust/methods.exp: New file.
8459 * gdb.rust/methods.rs: New file.
8460 * gdb.rust/modules.exp: New file.
8461 * gdb.rust/modules.rs: New file.
8462 * gdb.rust/simple.exp: New file.
8463 * gdb.rust/simple.rs: New file.
8464
8465 2016-05-17 Tom Tromey <tom@tromey.com>
8466
8467 * gdb.base/default.exp (set language): Add rust.
8468
8469 2016-05-17 Tom Tromey <tom@tromey.com>
8470
8471 * gdb.gdb/unittest.exp: New file.
8472
8473 2016-05-16 Yao Qi <yao.qi@linaro.org>
8474
8475 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8476 shell_prompt. Update shell_prompt_re.
8477
8478 2016-05-12 Doug Evans <dje@google.com>
8479
8480 PR symtab/19999
8481 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8482 $options when building executable.
8483 * gdb.dwarf2/fission-loclists-pie.S: New file.
8484 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8485
8486 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8487
8488 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8489 of [is_remote target],
8490
8491 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8492
8493 * lib/gdb.exp (use_gdb_stub): New procedure.
8494
8495 2016-05-03 Yunlian Jiang <yunlian@google.com>
8496 Doug Evans <dje@google.com>
8497
8498 PR symtab/19914
8499 * gdb.dwarf2/dwp-sepdebug.c: New file.
8500 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8501
8502 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8503
8504 * gdb.base/detach.exp: Remove is_remote check.
8505
8506 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8507
8508 * gdb.base/annota-input-while-running.exp: Don't check for
8509 [is_remote target]. Enable annotations after running to main.
8510 Remove unused "set test..." line.
8511
8512 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8513
8514 * gdb.trace/trace-enable-disable.exp: New file.
8515 * gdb.trace/trace-enable-disable.c: New file.
8516
8517 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8518
8519 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8520 use it in info sharedlibrary test.
8521 * gdb.trace/ftrace-lock.exp: Likewise.
8522 * gdb.trace/ftrace.exp: Likewise.
8523 * gdb.trace/range-stepping.exp: Likewise.
8524 * gdb.trace/trace-break.exp: Likewise.
8525 * gdb.trace/trace-condition.exp: Likewise.
8526 * gdb.trace/trace-mt.exp: Likewise.
8527
8528 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8529
8530 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8531 (gdb_load_shlib): ... this.
8532 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8533 gdb_load_shlib.
8534 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8535 * gdb.base/ctxobj.exp: Likewise.
8536 * gdb.base/dprintf-pending.exp: Likewise.
8537 * gdb.base/dso2dso.exp: Likewise.
8538 * gdb.base/fixsection.exp: Likewise.
8539 * gdb.base/gcore-relro.exp: Likewise.
8540 * gdb.base/gdb1555.exp: Likewise.
8541 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8542 * gdb.base/gnu-ifunc.exp: Likewise.
8543 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8544 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8545 * gdb.base/pending.exp: Likewise.
8546 * gdb.base/print-file-var.exp: Likewise.
8547 * gdb.base/print-symbol-loading.exp: Likewise.
8548 * gdb.base/shlib-call.exp: Likewise.
8549 * gdb.base/shreloc.exp: Likewise.
8550 * gdb.base/so-impl-ld.exp: Likewise.
8551 * gdb.base/solib-disc.exp: Likewise.
8552 * gdb.base/solib-nodir.exp: Likewise.
8553 * gdb.base/solib-overlap.exp: Likewise.
8554 * gdb.base/solib-symbol.exp: Likewise.
8555 * gdb.base/solib-weak.exp (do_test): Likewise.
8556 * gdb.base/sym-file.exp: Likewise.
8557 * gdb.base/symtab-search-order.exp: Likewise.
8558 * gdb.base/type-opaque.exp: Likewise.
8559 * gdb.base/unload.exp: Likewise.
8560 * gdb.base/watchpoint-solib.exp: Likewise.
8561 * gdb.compile/compile.exp: Likewise.
8562 * gdb.cp/gdb2384.exp: Likewise.
8563 * gdb.cp/infcall-dlopen.exp: Likewise.
8564 * gdb.cp/re-set-overloaded.exp: Likewise.
8565 * gdb.fortran/library-module.exp: Likewise.
8566 * gdb.opt/solib-intra-step.exp: Likewise.
8567 * gdb.python/py-finish-breakpoint.exp: Likewise.
8568 * gdb.python/py-shared.exp: Likewise.
8569 * gdb.reverse/solib-precsave.exp: Likewise.
8570 * gdb.reverse/solib-reverse.exp: Likewise.
8571 * gdb.server/solib-list.exp: Likewise.
8572 * gdb.threads/dlopen-libpthread.exp: Likewise.
8573 * gdb.threads/tls-shared.exp: Likewise.
8574 * gdb.threads/tls-so_extern.exp: Likewise.
8575 * gdb.trace/change-loc.exp: Likewise.
8576 * gdb.trace/ftrace-lock.exp: Likewise.
8577 * gdb.trace/ftrace.exp: Likewise.
8578 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8579 * gdb.trace/pending.exp: Likewise.
8580 * gdb.trace/range-stepping.exp: Likewise.
8581 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8582 (strace_info_marker): Likewise.
8583 (strace_probe_marker): Likewise.
8584 (strace_trace_on_same_addr): Likewise.
8585 (strace_trace_on_diff_addr): Likewise.
8586 * gdb.trace/trace-break.exp: Likewise.
8587 * gdb.trace/trace-condition.exp: Likewise.
8588 * gdb.trace/trace-mt.exp: Likewise.
8589
8590 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8591
8592 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8593 result of gdb_remote_download.
8594 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8595 * gdb.base/dso2dso.exp: Likewise.
8596 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8597 * gdb.base/print-file-var.exp: Likewise.
8598 * gdb.base/shlib-call.exp: Likewise.
8599 * gdb.base/shreloc.exp: Likewise.
8600 * gdb.base/solib-overlap.exp: Likewise.
8601 * gdb.base/solib-weak.exp (do_test): Likewise.
8602 * gdb.base/unload.exp: Likewise.
8603
8604 2016-04-27 Yao Qi <yao.qi@linaro.org>
8605
8606 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8607 exists.
8608
8609 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8610
8611 * vla-type.exp: Print structure from toplevel.
8612
8613 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8614
8615 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8616 of dynamic types.
8617 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8618 of dynamic types.
8619
8620 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8621
8622 * gdb.fortran/vla-type.f90: New file.
8623 * gdb.fortran/vla-type.exp: New file.
8624
8625 2016-04-25 Yao Qi <yao.qi@linaro.org>
8626
8627 * gdb.base/branch-to-self.c: New file.
8628 * gdb.base/branch-to-self.exp: New file.
8629
8630 2016-04-22 Yao Qi <yao.qi@linaro.org>
8631
8632 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8633 more after $hex.
8634
8635 2016-04-22 Yao Qi <yao.qi@linaro.org>
8636
8637 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8638 * gdb.base/annota3.exp: Likewise.
8639
8640 2016-04-22 Yao Qi <yao.qi@linaro.org>
8641
8642 * gdb.reverse/step-precsave.exp: Do one step and test program
8643 stops in "callee" and do multiple steps until program goes out
8644 of "callee".
8645 * gdb.reverse/step-reverse.exp: Likewise.
8646
8647 2016-04-22 Yao Qi <yao.qi@linaro.org>
8648
8649 * gdb.trace/signal.exp: Also pass if
8650 $tracepoint_hits($i) > $iterations.
8651
8652 2016-04-22 Yao Qi <yao.qi@linaro.org>
8653
8654 * gdb.trace/signal.c: New file.
8655 * gdb.trace/signal.exp: New file.
8656
8657 2016-04-19 Doug Evans <xdje42@gmail.com>
8658
8659 * gdb.base/bad-file.exp: New file.
8660
8661 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8662
8663 * gdb.dwarf2/implref.exp: New file.
8664
8665 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8666
8667 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8668 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8669 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8670 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8671 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8672 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8673 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8674 * lib/fortran.exp (fortran_int4): New procedure.
8675 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8676 (fortran_logical4): Likewise.
8677
8678 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8679
8680 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8681
8682 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8683
8684 * lib/compiler.c: Add Intel specific preprocessor macros.
8685 * lib/compiler.cc: Likewise.
8686
8687 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8688
8689 * gdb.server/connect-with-no-symbol-file.c: New file.
8690 * gdb.server/connect-with-no-symbol-file.exp: New file.
8691
8692 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8693
8694 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8695
8696 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8697
8698 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8699 standard output directory.
8700
8701 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8702
8703 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8704
8705 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8706
8707 * gdb.btrace/instruction_history.c (loop): Add declaration.
8708
8709 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8710
8711 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8712
8713 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8714
8715 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8716 parentheses to print.
8717 (continue_handler): Likewise.
8718
8719 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8720
8721 * gdb.server/solib-list.exp: Remove is_remote check.
8722 Pass shlib= to gdb_compile. Don't link shared library with
8723 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8724 Run binary filename through "readlink -f" on the target.
8725
8726 2016-04-08 Pedro Alves <palves@redhat.com>
8727
8728 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8729 interpreter filename as argument to gdbserver_spawn.
8730 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8731 Return empty if $last_loaded_file does not exist.
8732
8733 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8734
8735 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8736 * gdb.base/jit-main.c: Use exit after usage.
8737
8738 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8739
8740 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8741 GDBHISTSIZE prior to the tests.
8742 * gdb.base/gdbinit-history.exp: Likewise.
8743
8744 2016-04-07 Pedro Alves <palves@redhat.com>
8745
8746 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8747 instead of build_executable. Use gdb_load_shlibs.
8748
8749 2016-04-07 Yao Qi <yao.qi@linaro.org>
8750
8751 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8752 Execute "si" command.
8753
8754 2016-04-07 Yao Qi <yao.qi@linaro.org>
8755
8756 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8757 number instead of the comments on some line.
8758
8759 2016-04-06 Don Breazeal <donb@codesourcery.com>
8760
8761 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8762 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8763
8764 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8765
8766 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8767 standard_output_file. Remove unused binfile variable.
8768
8769 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8770
8771 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8772 * gdb.python/py-mi-objfile.exp: Match "list main" output
8773 in console format.
8774
8775 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8776
8777 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8778 absolute.
8779
8780 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8781
8782 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8783 absolute.
8784 * gdb.trace/ftrace.exp: Likewise.
8785 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8786 targets as well.
8787 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8788 (gdb_load_shlibs): Copy libraries to test directory when testing
8789 natively. Only set solib-search-path if testing remotely.
8790 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8791
8792 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8793
8794 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8795 gdb_download. Use it even if the target is not remote.
8796 * gdb.base/jit.exp (compile_jit_test): Likewise.
8797 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8798 output directory if the destination board is local, otherwise use
8799 the standard remote_download from DejaGnu.
8800 (gdb_download): Remove.
8801 (gdb_load_shlibs): Use gdb_remote_download instead of
8802 gdb_download.
8803 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8804 Use gdb_remote_download instead of gdb_download. Use it even if
8805 the target is not remote.
8806 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8807 instead of gdb_download.
8808
8809 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8810
8811 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8812 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8813 run.
8814
8815 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8816
8817 PR gdb/19820
8818 * gdb.base/printcmds.exp: Add artificial arrays tests.
8819
8820 2016-03-31 Pedro Alves <palves@redhat.com>
8821
8822 PR gdb/19858
8823 * gdb.base/jit-main.c: Include unistd.h.
8824 (ATTACH): Define to 0 if not already defined.
8825 (wait_for_gdb, mypid): New globals.
8826 (WAIT_FOR_GDB): New macro.
8827 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8828 some breakpoint locations.
8829 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8830 New procedures.
8831 (one_jit_test): Add REATTACH parameter, and handle it. Use
8832 continue_to_test_location.
8833 (top level): Test attach, and adjusts calls to one_jit_test.
8834
8835 2016-03-31 Pedro Alves <palves@redhat.com>
8836
8837 PR gdb/19858
8838 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8839 BINSUFFIX parameter, and handle it.
8840 (top level): Adjust calls compile_jit_test.
8841
8842 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8843
8844 PR python/19743
8845 * gdb.python/py-mi-events-gdb.py: New file.
8846 * gdb.python/py-mi-events.c: New file.
8847 * gdb.python/py-mi-events.exp: New file.
8848
8849 2016-03-30 Yao Qi <yao.qi@linaro.org>
8850
8851 * gdb.reverse/until-precsave.exp: Match function name only.
8852 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8853 Move malloc to a condition block.
8854 * gdb.reverse/until-reverse.exp: Match function name only.
8855
8856 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8857
8858 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8859 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8860 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8861 variable for GPR 0 instead of assuming it is register 0.
8862 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8863 * lib/trace-support.exp: Add s390 registers.
8864
8865 2016-03-29 Yao Qi <yao.qi@linaro.org>
8866
8867 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8868
8869 2016-03-24 Yao Qi <yao.qi@linaro.org>
8870
8871 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8872 test message.
8873
8874 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8875
8876 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8877 maintaining separate logic for constructing the output path.
8878
8879 2016-03-16 Don Breazeal <donb@codesourcery.com>
8880
8881 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8882 Retry fork and waitpid on interrupted system call errors.
8883 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8884 Use with_timeout_factor to increase timeout by factor of 10.
8885
8886 2016-03-15 Don Breazeal <donb@codesourcery.com>
8887
8888 * gdb.cp/scope-err.cc: New test program.
8889 * gdb.cp/scope-err.exp: New test script.
8890 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8891 lines and "set breakpoint here" comment.
8892 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8893 Fixed some whitespace and format issues.
8894 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8895 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8896
8897 2016-03-15 Doug Evans <dje@google.com>
8898
8899 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8900 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8901 All callers updated. Add tests for enums, mixed flags register.
8902
8903 2016-03-15 Doug Evans <dje@google.com>
8904
8905 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8906 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8907
8908 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8909
8910 * gdb.base/default.exp: Add $_as_string to the list of expected
8911 convenience functions.
8912
8913 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8914
8915 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8916
8917 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8918
8919 * gdb.python/py-as-string.exp: New file.
8920 * gdb.python/py-as-string.c: New file.
8921
8922 2016-03-09 Pedro Alves <palves@redhat.com>
8923
8924 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8925 signal" -> "Thread NN received signal" output change.
8926 * gdb.threads/ia64-sigill.exp: Likewise.
8927 * gdb.threads/linux-dp.exp: Likewise.
8928 * gdb.threads/manythreads.exp: Likewise.
8929 * gdb.threads/pending-step.exp: Likewise.
8930 * gdb.threads/print-threads.exp: Likewise.
8931 * gdb.threads/sigstep-threads.exp: Likewise.
8932 * gdb.threads/staticthreads.exp: Likewise.
8933 * gdb.threads/tls.exp: Likewise.
8934
8935 2016-03-09 Pedro Alves <palves@redhat.com>
8936
8937 * gdb.base/command-line-input.exp: New file.
8938
8939 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8940
8941 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8942 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8943 * gdb.trace/pending.exp: Accept leading dot before function name.
8944 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8945 * lib/trace-support.exp: Set registers for ppc.
8946
8947 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8948
8949 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8950 use it for disassembly; accept .main in addition to main in backtrace.
8951
8952 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8953 Marcin Kościelnicki <koriakin@0x04.net>
8954
8955 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8956 (gdb_recursion_test_ptr): New global variable.
8957 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8958 gdb_recursion_test.
8959 (gdb_c_test): Ditto.
8960
8961 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8962
8963 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8964 ordering.
8965
8966 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8967
8968 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8969 (bar): Add bar_start_lbl label.
8970 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8971 of foo/bar for emitting DWARF and tracing.
8972
8973 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8974
8975 * analyze-racy-logs.py: Set executable bit.
8976
8977 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8978
8979 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8980 (CHECK_TARGET_TMP): Likewise.
8981 (check-single-racy): New rule.
8982 (check-parallel-racy): Likewise.
8983 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8984 (do-check-parallel-racy): New rule.
8985 (check-racy/%.exp): Likewise.
8986 * README (Racy testcases): New section.
8987 * analyze-racy-logs.py: New file.
8988
8989 2016-03-03 Doug Evans <dje@google.com>
8990
8991 * gdb.base/skip.exp: Use with_test_prefix.
8992
8993 2016-03-03 Yao Qi <yao.qi@linaro.org>
8994
8995 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8996 Invoke step_over_syscall "clone" and break_cond_on_syscall
8997 "clone".
8998 * gdb.base/step-over-clone.c: New file.
8999
9000 2016-03-03 Yao Qi <yao.qi@linaro.org>
9001
9002 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9003 code format.
9004
9005 2016-03-03 Yao Qi <yao.qi@linaro.org>
9006
9007 * gdb.base/disp-step-fork.c: Rename to ...
9008 * gdb.base/step-over-fork.c: ... it. New file.
9009 * gdb.base/disp-step-vfork.c: Rename to ...
9010 * gdb.base/step-over-vfork.c: ... it. New file.
9011 * gdb.base/disp-step-syscall.exp: Rename to ...
9012 * gdb.base/step-over-syscall.exp: ... it. New file.
9013 (disp_step_cross_syscall): Rename to ...
9014 (step_over_syscall): ... it.
9015
9016 2016-03-03 Yao Qi <yao.qi@linaro.org>
9017
9018 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9019 If target supports condition evaluation on target, invoke
9020 break_cond_on_syscall for fork and vfork.
9021
9022 2016-03-03 Yao Qi <yao.qi@linaro.org>
9023
9024 * gdb.base/disp-step-syscall.exp: Don't invoke
9025 support_displaced_stepping.
9026 (disp_step_cross_syscall): Test with displaced stepping off and
9027 on if supported.
9028
9029 2016-03-03 Yao Qi <yao.qi@linaro.org>
9030
9031 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9032 proc.
9033 (setup): New proc.
9034 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9035 and setup.
9036
9037 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9038
9039 * gdb.fortran/vla-history.exp: Remove breakpoint.
9040
9041 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9042
9043 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9044 exceeds timeout.
9045
9046 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9047
9048 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9049 breakpoint.
9050
9051 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9052
9053 * gdb.mi/vla.f90: Nullify pointer after declaration.
9054
9055 2016-03-01 Pedro Alves <palves@redhat.com>
9056
9057 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9058
9059 2016-03-01 Pedro Alves <palves@redhat.com>
9060
9061 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9062 before anything else.
9063 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9064 _GNU_SOURCE here.
9065 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9066 before anything else.
9067 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9068
9069 2016-03-01 Pedro Alves <palves@redhat.com>
9070
9071 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9072
9073 2016-03-01 Yao Qi <yao.qi@linaro.org>
9074
9075 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9076 prepare_for_testing.
9077
9078 2016-03-01 Yao Qi <yao.qi@linaro.org>
9079
9080 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9081
9082 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9083
9084 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9085 manually constructing the output path.
9086
9087 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9088
9089 * gdb.arch/s390-stackless.S: New.
9090 * gdb.arch/s390-stackless.exp: New.
9091
9092 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9093
9094 * gdb.dlang/circular.c: New file.
9095 * gdb.dlang/circular.exp: New file.
9096
9097 2016-02-26 Yao Qi <yao.qi@linaro.org>
9098
9099 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9100 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9101 (testcases): Update.
9102
9103 2016-02-26 Yao Qi <yao.qi@linaro.org>
9104
9105 * gdb.reverse/aarch64.c: Rename to ...
9106 * gdb.reverse/insn-reverse.c: ... it.
9107 * gdb.reverse/aarch64.exp: Rename to ...
9108 * gdb.reverse/insn-reverse.exp: ... it.
9109
9110 2016-02-26 Yao Qi <yao.qi@linaro.org>
9111
9112 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9113 (testcase_ftype): New.
9114 (testcases): New array.
9115 (n_testcases): New.
9116 (main): Call each element in testcases.
9117 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9118 (read_testcase): New.
9119 Do the tests in a loop.
9120
9121 2016-02-25 Yao Qi <yao.qi@linaro.org>
9122
9123 * gdb.base/branches.c: Remove.
9124
9125 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9126
9127 PR gdb/13808
9128 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9129
9130 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9131
9132 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9133
9134 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9135
9136 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9137 change x86_64 call_insn to 'callq'.
9138
9139 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9140
9141 * gdb.trace/tfile-avx.c: Move to...
9142 * gdb.trace/tracefile-pseudo-reg.c: Here.
9143 * gdb.trace/tfile-avx.exp: Move to...
9144 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9145
9146 2016-02-24 Gary Benson <gbenson@redhat.com>
9147
9148 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9149 message on attach.
9150
9151 2016-02-23 Doug Evans <dje@google.com>
9152
9153 * gdb.base/skip.c (test_skip): New function.
9154 (end_test_skip_file_and_function): New function.
9155 (test_skip_file_and_function): New function.
9156 * gdb.base/skip1.c (test_skip): New function.
9157 (skip1_test_skip_file_and_function): New function.
9158 * gdb.base/skip.exp: Add tests for new skip options.
9159 * gdb.base/skip-solib.exp: Update expected output.
9160 * gdb.perf/skip-command.cc: New file.
9161 * gdb.perf/skip-command.exp: New file.
9162 * gdb.perf/skip-command.py: New file.
9163
9164 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9165
9166 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9167 info registers pattern.
9168
9169 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9170
9171 * lib/future.exp: Add D support.
9172 (gdb_find_gdc): New proc.
9173 (gdb_default_target_compile): Add D support.
9174
9175 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9176
9177 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9178 user+system time.
9179 (trace_speed_test): Determine the iteration count for a time
9180 between 15..30 seconds.
9181
9182 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9183
9184 * gdb.arch/i386-mpx-sigsegv.c: New file.
9185 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9186 * gdb.arch/i386-mpx-simple_segv.c: New file.
9187 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9188
9189 2016-02-18 Yao Qi <yao.qi@linaro.org>
9190
9191 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9192 Don't call setup_kfail.
9193
9194 2016-02-18 Yao Qi <yao.qi@linaro.org>
9195
9196 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9197 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9198
9199 2016-02-16 Doug Evans <dje@google.com>
9200
9201 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9202 * gdb.base/skip1.c: Ditto.
9203 * gdb.base/skip.exp: Whitespace cleanup.
9204
9205 2016-02-16 Don Breazeal <donb@codesourcery.com>
9206
9207 PR remote/19496
9208 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9209 Remove kfail for PR remote/19496.
9210
9211 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9212
9213 * lib/gdb.exp (standard_temp_file): Return a path specific to
9214 the runtest invocation.
9215
9216 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9217
9218 * gdb.trace/save-trace.exp: Change relative path to be in the
9219 standard output directory.
9220
9221 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9222
9223 * gdb.arch/i386-prologue.c: Add missing prototypes.
9224
9225 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9226
9227 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9228 * gdb.arch/i386-prologue.exp: Likewise.
9229 * gdb.arch/i386-size.exp: Likewise.
9230
9231 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9232
9233 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9234 define object file path.
9235 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9236 file path.
9237 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9238 standard_output_file to define binfile.
9239
9240 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9241
9242 Fix compatibility with recent gfortran-5.3.1.
9243 * gdb.fortran/vla-history.exp (print vla1 allocated)
9244 (print vla2 allocated, print $2, print $3): Remove
9245 (print $4): Rename to ...
9246 (print $2): ... here.
9247 (print $9): Rename to ...
9248 (print $5): ... here.
9249 (print $10): Rename to ...
9250 (print $6): ... here.
9251 * gdb.fortran/vla.f90: Add pvla initialization.
9252
9253 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9254
9255 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9256 New test.
9257 * gdb.fortran/vla-value-sub.exp: Likewise.
9258
9259 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9260
9261 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9262
9263 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9264
9265 * i386-biarch-core.exp: Define corefile using
9266 standard_output_file.
9267
9268 2016-02-12 Yao Qi <yao.qi@linaro.org>
9269
9270 * gdb.arch/arm-single-step-kernel-helper.c: New.
9271 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9272
9273 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9274
9275 * gdb.btrace/tailcall-only.exp: New.
9276 * gdb.btrace/tailcall-only.c: New.
9277 * gdb.btrace/x86_64-tailcall-only.S: New.
9278 * gdb.btrace/i686-tailcall-only.S: New.
9279
9280 2016-02-11 Pedro Alves <palves@redhat.com>
9281
9282 * README (Parallel testing): Add missing double quotes.
9283
9284 2016-02-11 Pedro Alves <palves@redhat.com>
9285
9286 * README (Parallel testing): New section.
9287 (GDB_PARALLEL): Rewrite.
9288 (FORCE_PARALLEL): Document.
9289
9290 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9291
9292 * gdb.trace/tfile-avx.c: New test.
9293 * gdb.trace/tfile-avx.exp: New test.
9294
9295 2016-02-09 Keith Seitz <keiths@redhat.com>
9296
9297 PR breakpoints/19546
9298 * gdb.base/infcall-exec.c: New file.
9299 * gdb.base/infcall-exec2.c: New file.
9300 * gdb.base/infcall-exec.exp: New file.
9301
9302 2016-02-09 Keith Seitz <keiths@redhat.com>
9303
9304 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9305 (toplevel): Call test_bkpt_address.
9306
9307 2016-02-09 Keith Seitz <keiths@redhat.com>
9308
9309 PR python/19506
9310 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9311 (toplevel): Call test_bkpt_address.
9312
9313 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9314
9315 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9316 to AC_OUTPUT.
9317 * configure: Regenerate.
9318
9319 2016-02-09 Pedro Alves <palves@redhat.com>
9320
9321 PR breakpoints/19548
9322 * gdb.base/execl-update-breakpoints.c (some_function): New
9323 function.
9324 (main): Call it.
9325 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9326 Tighten expected GDB output.
9327
9328 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9329
9330 * Makefile.in (ALL_SUBDIRS): Remove.
9331 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9332 (distclean maintainer-clean realclean): Likewise.
9333 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9334 * configure: Regenerate.
9335 * gdb.ada/Makefile.in: Delete.
9336 * gdb.arch/Makefile.in: Likewise.
9337 * gdb.asm/Makefile.in: Likewise.
9338 * gdb.base/Makefile.in: Likewise.
9339 * gdb.btrace/Makefile.in: Likewise.
9340 * gdb.cell/Makefile.in: Likewise.
9341 * gdb.compile/Makefile.in: Likewise.
9342 * gdb.cp/Makefile.in: Likewise.
9343 * gdb.disasm/Makefile.in: Likewise.
9344 * gdb.dlang/Makefile.in: Likewise.
9345 * gdb.dwarf2/Makefile.in: Likewise.
9346 * gdb.fortran/Makefile.in: Likewise.
9347 * gdb.gdb/Makefile.in: Likewise.
9348 * gdb.go/Makefile.in: Likewise.
9349 * gdb.guile/Makefile.in: Likewise.
9350 * gdb.java/Makefile.in: Likewise.
9351 * gdb.linespec/Makefile.in: Likewise.
9352 * gdb.mi/Makefile.in: Likewise.
9353 * gdb.modula2/Makefile.in: Likewise.
9354 * gdb.multi/Makefile.in: Likewise.
9355 * gdb.objc/Makefile.in: Likewise.
9356 * gdb.opencl/Makefile.in: Likewise.
9357 * gdb.opt/Makefile.in: Likewise.
9358 * gdb.pascal/Makefile.in: Likewise.
9359 * gdb.perf/Makefile.in: Likewise.
9360 * gdb.python/Makefile.in: Likewise.
9361 * gdb.reverse/Makefile.in: Likewise.
9362 * gdb.server/Makefile.in: Likewise.
9363 * gdb.stabs/Makefile.in: Likewise.
9364 * gdb.threads/Makefile.in: Likewise.
9365 * gdb.trace/Makefile.in: Likewise.
9366 * gdb.xml/Makefile.in: Likewise.
9367 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9368 GDB_PARALLEL.
9369 (standard_output_file): Remove check for GDB_PARALLEL, always
9370 return path in outputs/$subdir/$testname.
9371
9372 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9373
9374 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9375 (site.exp): Assign abs_srcdir to tcl's srcdir.
9376
9377 2016-02-04 Yao Qi <yao.qi@linaro.org>
9378
9379 * gdb.base/foll-exec-mode.c: Include limits.h.
9380 (main): Add parameters argc and argv. Get directory from
9381 argv[0].
9382 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9383 compilation.
9384 * gdb.base/foll-exec.c: Include limits.h.
9385 (main): Add parameters argc and argv.
9386 Get directory from argv[0].
9387 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9388 Adjust tests on the number of lines as source code changed.
9389 * gdb.base/foll-vfork-exit.c: Include limits.h.
9390 (main): Add one line of statement before vfork.
9391 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9392 (main): Add parameters argc and argv. Get directory from
9393 argv[0].
9394 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9395 (setup_gdb): Set tbreak to skip some source lines.
9396 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9397 (main): Add parameters argc and argv. Get directory from
9398 argv[0].
9399 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9400 compilation.
9401 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9402 (main): Add parameters argc and argv. Get directory from
9403 argv[0].
9404 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9405 compilation.
9406
9407 2016-02-01 Doug Evans <dje@google.com>
9408
9409 * gdb.base/skip.exp: Clean up multiple references to same test name.
9410
9411 2016-02-01 Pedro Alves <palves@redhat.com>
9412
9413 PR remote/19496
9414 * gdb.threads/forking-threads-plus-breakpoint.exp
9415 (displaced_stepping_supported): New global.
9416 (probe_displaced_stepping_support): New procedure.
9417 (do_test): Add 'displaced' parameter, and use it.
9418 (top level): Check for displaced stepping support. Add displaced
9419 stepping on/off testing axis.
9420
9421 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9422
9423 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9424 pointer. Don't perform further tests on the unassociated pointer
9425 if the first test fails.
9426
9427 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9428
9429 * gdb.base/max-value-size.c: New file.
9430 * gdb.base/max-value-size.exp: New file.
9431 * gdb.base/huge.exp: Disable max-value-size for this test.
9432
9433 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9434
9435 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9436
9437 2016-01-28 Yao Qi <yao.qi@linaro.org>
9438
9439 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9440
9441 2016-01-25 Pedro Alves <palves@redhat.com>
9442
9443 PR threads/19461
9444 * gdb.base/fork-running-state.c: New file.
9445 * gdb.base/fork-running-state.exp: New file.
9446
9447 2016-01-25 Pedro Alves <palves@redhat.com>
9448
9449 PR gdb/19494
9450 * gdb.base/catch-fork-kill.c: New file.
9451 * gdb.base/catch-fork-kill.exp: New file.
9452
9453 2016-01-25 Pedro Alves <palves@redhat.com>
9454
9455 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9456 Delete, moved to lib/gdb.exp.
9457 * gdb.threads/forking-threads-plus-breakpoint.exp
9458 (foreach_with_prefix): Likewise.
9459 * gdb.threads/process-dies-while-handling-bp.exp
9460 (foreach_with_prefix): Likewise.
9461 * lib/gdb.exp (foreach_with_prefix): New procedure.
9462
9463 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9464
9465 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9466 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9467
9468 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9469
9470 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9471 endian targets.
9472
9473 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9474 Pedro Alves <palves@redhat.com>
9475
9476 Fix testsuite compatibility with Guile.
9477 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9478 number.
9479
9480 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9481
9482 Fix testsuite compatibility with Guile.
9483 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9484 (thread 1): New test for backtrace through signal handler.
9485
9486 2016-01-22 Yao Qi <yao.qi@linaro.org>
9487
9488 PR testsuite/19491
9489 * gdb.base/multi-forks.c: Include
9490 ../lib/unbuffer_output.c
9491 (main): Call gdb_unbuffer_output.
9492
9493 2016-01-21 Doug Evans <dje@google.com>
9494
9495 * lib/ada.exp (gdb_compile_ada): Fix typo.
9496
9497 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9498
9499 * gdb.base/break-fun-addr.exp: New file.
9500 * gdb.base/break-fun-addr1.c: New file.
9501 * gdb.base/break-fun-addr2.c: New file.
9502
9503 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9504
9505 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9506 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9507 enum flag values.
9508
9509 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9510
9511 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9512 when GDB can not set the vector return value. Add more comments
9513 for clarification.
9514
9515 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9516
9517 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9518 command.
9519
9520 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9521
9522 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9523
9524 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9525
9526 * Makefile.in (check-single): Pass --status to runtest.
9527 (check/%.exp): Likewise.
9528
9529 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9530
9531 * Makefile.in (check-parallel): Propagate return code from make
9532 do-check-parallel.
9533
9534 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9535
9536 * gdb.trace/ftrace.exp: Fix expected message on continue.
9537 * gdb.trace/pending.exp: Fix expected message on continue.
9538 * gdb.trace/trace-break.exp: Fix expected message on continue.
9539
9540 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9541
9542 * lib/gdb.exp (gdb_test): Remove unused global references.
9543
9544 2016-01-18 Pedro Alves <palves@redhat.com>
9545
9546 * gdb.base/async-shell.exp: Adjust expected output.
9547 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9548 * gdb.base/siginfo-thread.exp: Adjust expected output.
9549 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9550 * gdb.java/jnpe.exp: Adjust expected output.
9551 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9552 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9553 * gdb.threads/leader-exit.exp: Adjust expected output.
9554 * gdb.threads/manythreads.exp: Adjust expected output.
9555 * gdb.threads/pthreads.exp: Adjust expected output.
9556 * gdb.threads/schedlock.exp: Adjust expected output.
9557 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9558 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9559 expected output.
9560 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9561 output.
9562 * gdb.threads/sigthread.exp: Adjust expected output.
9563 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9564
9565 2016-01-18 Yao Qi <yao.qi@linaro.org>
9566
9567 * gdb.guile/scm-section-script.c: Replace @progbits with
9568 %progbits.
9569 * gdb.python/py-section-script.c: Likewise.
9570
9571 2016-01-15 Pedro Alves <palves@redhat.com>
9572
9573 * gdb.multi/tids.exp: Test star wildcard ranges.
9574
9575 2016-01-15 Pedro Alves <palves@redhat.com>
9576
9577 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9578 command from "thread apply" invocation.
9579 (thr_apply_info_thr_invalid): Default the expected output to the
9580 input tid list.
9581 (top level): Add tests that use convenience variables. Add tests
9582 for "thread apply" with a valid TID list, but missing the command.
9583
9584 2016-01-13 Pedro Alves <palves@redhat.com>
9585
9586 * gdb.base/default.exp: Expect $_gthread as well.
9587 * gdb.multi/tids.exp: Test $_gthread.
9588 * gdb.threads/thread-specific.exp: Test $_gthread.
9589
9590 2016-01-13 Pedro Alves <palves@redhat.com>
9591
9592 * gdb.multi/tids.exp: Test "info threads -gid".
9593
9594 2016-01-13 Pedro Alves <palves@redhat.com>
9595
9596 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9597 Breakpoint.thread.
9598 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9599
9600 2016-01-07 Pedro Alves <palves@redhat.com>
9601
9602 * gdb.base/break.exp: Adjust to output changes.
9603 * gdb.base/hbreak2.exp: Likewise.
9604 * gdb.base/sepdebug.exp: Likewise.
9605 * gdb.base/watch_thread_num.exp: Likewise.
9606 * gdb.linespec/keywords.exp: Likewise.
9607 * gdb.multi/info-threads.exp: Likewise.
9608 * gdb.threads/thread-find.exp: Likewise.
9609 * gdb.multi/tids.c: New file.
9610 * gdb.multi/tids.exp: New file.
9611
9612 2016-01-13 Pedro Alves <palves@redhat.com>
9613
9614 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9615
9616 2016-01-13 Pedro Alves <palves@redhat.com>
9617
9618 * gdb.base/default.exp: Expect $_inferior as well.
9619 * gdb.multi/base.exp: Test $_inferior.
9620
9621 2016-01-13 Pedro Alves <palves@redhat.com>
9622
9623 PR breakpoints/19388
9624 * gdb.base/catch-signal-siginfo-cond.c: New file.
9625 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9626
9627 2016-01-12 Josh Stone <jistone@redhat.com>
9628 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9629
9630 * gdb.base/catch-syscall.c (do_execve): New variable.
9631 (main): Conditionally trigger an execve.
9632 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9633 (test_catch_syscall_execve): New, check entry/return across execve.
9634 (do_syscall_tests): Call test_catch_syscall_execve.
9635
9636 2016-01-12 Pedro Alves <palves@redhat.com>
9637
9638 * gdb.base/random-signal.exp (do_test): New procedure, with body
9639 of testcase moved in.
9640
9641 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9642 Pedro Alves <palves@redhat.com>
9643
9644 * gdb.base/funcargs.exp (finish from indirectly called function):
9645 Reintroduce the case for 'First'.
9646
9647 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9648 Pedro Alves <palves@redhat.com>
9649
9650 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9651 (tcatch_vfork_then_child_follow_exec)
9652 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9653 identification.
9654
9655 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9656
9657 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9658 and repeats to unlimited.
9659 * gdb.python/py-value.exp: Likewise.
9660 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9661 and repeats to unlimited.
9662
9663 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9664
9665 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9666 and reordering the functions.
9667 * gdb.multi/hangout.c: Likewise.
9668 * gdb.multi/hello.c: Likewise.
9669
9670 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9671
9672 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9673 absolute.
9674 (SingleStatisticTestResult.report): Use dict.keys instead of
9675 dict.iterkeys.
9676
9677 2016-01-06 Pedro Alves <palves@redhat.com>
9678
9679 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9680
9681 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9682
9683 * gdb.btrace/dlopen.exp: New.
9684 * gdb.btrace/dlopen.c: New.
9685 * gdb.btrace/dlopen-dso.c: New.
9686
9687 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9688
9689 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9690 PATTERN argument is optional.
9691
9692 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9693
9694 * lib/ada.exp (target_compile_ada_from_dir): New function.
9695 (gdb_compile_ada): Reimplement avoiding the use of project files.
9696 * gdb.ada/gnat_ada.gpr: Delete.
9697 * gdb.ada/cond_lang.exp: Adjust test to make path before
9698 filename optional.
9699 * gdb.ada/small_reg_param.exp: Likewise.
9700
9701 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9702
9703 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9704
9705 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9706
9707 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9708 case.
9709
9710 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9711
9712 * gdb.base/break.exp: Remove dead code.
9713 * gdb.base/sepdebug.exp: Likewise.
9714
9715 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9716
9717 * gdb.asm/asm-source.exp: Remove HP-UX references.
9718 * gdb.base/annota1.exp: Likewise.
9719 * gdb.base/annota3.exp: Likewise.
9720 * gdb.base/attach.exp: Likewise.
9721 * gdb.base/bigcore.exp: Likewise.
9722 * gdb.base/break.exp: Likewise.
9723 * gdb.base/call-ar-st.exp: Likewise.
9724 * gdb.base/callfuncs.exp: Likewise.
9725 * gdb.base/catch-fork-static.exp: Likewise.
9726 * gdb.base/display.exp: Likewise.
9727 * gdb.base/foll-exec-mode.exp: Likewise.
9728 * gdb.base/foll-exec.exp: Likewise.
9729 * gdb.base/foll-fork.exp: Likewise.
9730 * gdb.base/foll-vfork.exp: Likewise.
9731 * gdb.base/funcargs.exp: Likewise.
9732 * gdb.base/hbreak2.exp: Likewise.
9733 * gdb.base/inferior-died.exp: Likewise.
9734 * gdb.base/interrupt.exp: Likewise.
9735 * gdb.base/multi-forks.exp: Likewise.
9736 * gdb.base/nodebug.exp: Likewise.
9737 * gdb.base/sepdebug.exp: Likewise.
9738 * gdb.base/solib1.c: Likewise.
9739 * gdb.base/step-test.exp: Likewise.
9740 * gdb.mi/non-stop.c: Likewise.
9741 * gdb.mi/pthreads.c: Likewise.
9742 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9743 * gdb.threads/pthreads.c: Likewise.
9744 * gdb.threads/staticthreads.exp: Likewise.
9745 * lib/future.exp: Likewise.
9746 * lib/gdb.exp: Likewise.
9747 * gdb.base/so-indr-cl.c: Remove.
9748 * gdb.base/so-indr-cl.exp: Likewise.
9749 * gdb.base/solib.c: Likewise.
9750 * gdb.base/solib.exp: Likewise.
9751 * gdb.base/solib2.c: Likewise.
9752
9753 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9754
9755 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9756 * gdb.base/call-ar-st.exp: Likewise.
9757 * gdb.base/callfuncs.exp: Likewise.
9758 * gdb.base/condbreak.exp: Likewise.
9759 * gdb.base/constvars.exp: Likewise.
9760 * gdb.base/hbreak2.exp: Likewise.
9761 * gdb.base/langs.exp: Likewise.
9762 * gdb.base/list.exp: Likewise.
9763 * gdb.base/long_long.exp: Likewise.
9764 * gdb.base/ptype.exp: Likewise.
9765 * gdb.base/scope.exp: Likewise.
9766 * gdb.base/signals.exp: Likewise.
9767 * gdb.base/so-impl-ld.exp: Likewise.
9768 * gdb.base/varargs.exp: Likewise.
9769 * gdb.base/volatile.exp: Likewise.
9770 * gdb.base/whatis.exp: Likewise.
9771 * gdb.cp/cplusfuncs.exp: Likewise.
9772 * gdb.cp/inherit.exp: Likewise.
9773 * gdb.cp/local.exp: Likewise.
9774 * gdb.cp/member-ptr.exp: Likewise.
9775 * gdb.cp/method.exp: Likewise.
9776 * gdb.cp/overload.exp: Likewise.
9777 * gdb.cp/templates.exp: Likewise.
9778 * gdb.stabs/weird.exp: Likewise.
9779 * lib/compiler.c: Likewise.
9780 * lib/compiler.cc: Likewise.
9781 * lib/cp-support.exp: Likewise.
9782 * lib/gdb.exp: Likewise.
9783
9784 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9785
9786 * configure.ac: Remove HP-UX case.
9787 * configure: Regenerate.
9788
9789 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9790
9791 * lib/gdb.exp (gdb_compile): Add function doc.
9792
9793 2015-12-17 Pedro Alves <palves@redhat.com>
9794
9795 PR threads/19354
9796 * gdb.multi/info-threads.exp: New file.
9797
9798 2015-12-15 Yao Qi <yao.qi@linaro.org>
9799
9800 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9801 is aarch64*-*-*.
9802
9803 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9804
9805 * gdb.base/history-duplicates.exp: Skip if no readline support.
9806
9807 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9808
9809 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9810
9811 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9812
9813 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9814
9815 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9816
9817 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9818 ctrl-C if nointerrupts target property is set.
9819 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9820 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9821 * gdb.base/paginate-bg-execution.exp: Likewise.
9822 * gdb.base/paginate-execution-startup.exp: Likewise.
9823 * gdb.base/random-signal.exp: Likewise.
9824 * gdb.base/range-stepping.exp: Likewise.
9825 * gdb.cp/annota2.exp: Likewise.
9826 * gdb.cp/annota3.exp: Likewise.
9827 * gdb.gdb/selftest.exp: Likewise.
9828 * gdb.threads/continue-pending-status.exp: Likewise.
9829 * gdb.threads/leader-exit.exp: Likewise.
9830 * gdb.threads/manythreads.exp: Likewise.
9831 * gdb.threads/pthreads.exp: Likewise.
9832 * gdb.threads/schedlock.exp: Likewise.
9833 * gdb.threads/sigthread.exp: Likewise.
9834
9835 2015-12-11 Don Breazeal <donb@codesourcery.com>
9836
9837 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9838 remote.
9839 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9840 * gdb.base/foll-exec.exp (main): Enable for target remote.
9841 * gdb.base/foll-fork.exp (main): Likewise.
9842 * gdb.base/foll-vfork.exp (main): Likewise.
9843 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9844 (proc continue_to_exit_bp_loc): Use clean_restart.
9845 * gdb.base/pie-execl.exp (main): Disable for target remote.
9846 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9847 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9848 * gdb.threads/execl.exp (main): Likewise.
9849 * gdb.threads/fork-child-threads.exp (main): Likewise.
9850 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9851 remote.
9852 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9853 remote.
9854 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9855 pid.tid style ptids, instead of just tid.
9856 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9857 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9858 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9859 ptids, instead of just tid.
9860
9861 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9862
9863 * gdb.base/list.exp (test_list_forward): Add end of file error
9864 test.
9865 (test_repeat_list_command): Add end of file error test.
9866 (test_list_backwards): Add beginning of file error test.
9867
9868 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9869
9870 * gdb.base/list.exp (test_list_invalid_args): New function,
9871 defined, and called.
9872
9873 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9874
9875 * gdb.base/list.exp (test_list): Make test names unique.
9876
9877 2015-12-11 Yao Qi <yao.qi@linaro.org>
9878
9879 * gdb.base/coremaker2.c: Remove.
9880
9881 2015-12-10 Pedro Alves <palves@redhat.com>
9882
9883 * gdb.multi/base.exp: Remove stale "spaces" references.
9884
9885 2015-12-10 Pedro Alves <palves@redhat.com>
9886
9887 * gdb.multi/base.exp: Don't use nowarnings.
9888 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9889 * gdb.multi/hangout.c: Include stdio.h.
9890 * gdb.multi/hello.c: Include stdlib.h.
9891 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9892 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9893 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9894
9895 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9896
9897 * gdb.dwarf2/dw2-ranges-base.c: New file.
9898 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9899 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9900 support additional line table, and debug ranges generation.
9901 (Dwarf::ranges): New function, generate .debug_ranges.
9902 (Dwarf::lines): Support generating simple line table programs.
9903 (Dwarf::assemble): Initialise new namespace variables.
9904
9905 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9906
9907 * gdb.base/async.exp (proc test_background): Add case for
9908 asynchronous execution not supported.
9909
9910 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9911
9912 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9913 format and change test names to make them unique.
9914
9915 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9916 Pedro Alves <pedro@redhat.com>
9917
9918 PR gdb/18702
9919 Add checking of floatformats setup on x86_64 hosts.
9920 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9921 (smallval, bigval): New labels/constants.
9922 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9923 float" after loading bigval and smallval.
9924
9925 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9926
9927 * gdb.ada/fun_overload_menu.exp: New testcase.
9928 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9929
9930 2015-12-04 Josh Stone <jistone@redhat.com>
9931
9932 * gdb.base/catch-fork-static.exp: New.
9933
9934 2015-12-03 Yao Qi <yao.qi@linaro.org>
9935
9936 * gdb.base/sizeof.c: Don't include stdio.h and
9937 ../lib/unbuffer_output.c.
9938 (main): New variable 'size' and 'value'. Remove printf and
9939 gdb_unbuffer_output. Assign return value to size and value.
9940 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9941 at the beginning.
9942 (check_sizeof): Check the result by printing variable 'size'.
9943 (check_valueof): Check the result by printing variable 'value'.
9944
9945 2015-12-01 Yao Qi <yao.qi@linaro.org>
9946
9947 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9948 for aarch64*-*-linux* target.
9949
9950 2015-11-30 Pedro Alves <palves@redhat.com>
9951
9952 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9953
9954 2015-11-30 Pedro Alves <palves@redhat.com>
9955
9956 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9957 Handle non-stop mode vCont replies.
9958
9959 2015-11-30 Pedro Alves <palves@redhat.com>
9960
9961 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9962 prepare_for_testing. Start gdb with "set non-stop on" appended to
9963 GDBFLAGS. Lax expected stop output.
9964
9965 2015-11-27 Yao Qi <yao.qi@linaro.org>
9966
9967 * gdb.arch/arm-neon.exp: New.
9968 * gdb.arch/arm-neon.c: New.
9969
9970 2015-11-27 Yao Qi <yao.qi@linaro.org>
9971
9972 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9973
9974 2015-11-27 Yao Qi <yao.qi@linaro.org>
9975
9976 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9977 frames-invalid annotation.
9978
9979 2015-11-27 Yao Qi <yao.qi@linaro.org>
9980
9981 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9982
9983 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9984
9985 * gdb.threads/names.exp: New file.
9986 * gdb.threads/names.c: New file.
9987 * README: Mention gdb,no_thread_names.
9988
9989 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9990
9991 PR 19297
9992 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9993 support" error.
9994
9995 2015-11-24 Pedro Alves <palves@redhat.com>
9996
9997 PR 17539
9998 * gdb.base/display.exp: Expect displays to be sorted in ascending
9999 order. Use multi_line.
10000 * gdb.base/solib-display.exp: Likewise.
10001
10002 2015-11-24 Pedro Alves <palves@redhat.com>
10003
10004 PR 17539
10005 * gdb.base/display.exp: Expect displays to be sorted in ascending
10006 order. Use multi_line.
10007 * gdb.base/solib-display.exp: Likewise.
10008
10009 2015-11-24 Pedro Alves <palves@redhat.com>
10010
10011 PR 17539
10012 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10013 threads in ascending order.
10014 * gdb.base/foll-fork.exp: Likewise.
10015 * gdb.base/foll-vfork.exp: Likewise.
10016 * gdb.base/multi-forks.exp: Likewise.
10017 * gdb.mi/mi-nonstop.exp: Likewise.
10018 * gdb.mi/mi-nsintrall.exp: Likewise.
10019 * gdb.multi/base.exp: Likewise.
10020 * gdb.multi/multi-arch.exp: Likewise.
10021 * gdb.python/py-inferior.exp: Likewise.
10022 * gdb.threads/break-while-running.exp: Likewise.
10023 * gdb.threads/execl.exp: Likewise.
10024 * gdb.threads/gcore-thread.exp: Likewise.
10025 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10026 * gdb.threads/kill.exp: Likewise.
10027 * gdb.threads/linux-dp.exp: Likewise.
10028 * gdb.threads/multiple-step-overs.exp: Likewise.
10029 * gdb.threads/next-bp-other-thread.exp: Likewise.
10030 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10031 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10032 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10033 * gdb.threads/thread-find.exp: Likewise.
10034 * gdb.threads/tls.exp: Likewise.
10035 * lib/mi-support.exp (mi_reverse_list): Delete.
10036 (mi_check_thread_states): No longer reverse list.
10037
10038 2015-11-24 Pedro Alves <palves@redhat.com>
10039
10040 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10041 use lowercase.
10042
10043 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10044
10045 * gdb.trace/actions.c: Include trace-common.h.
10046 (main): Add a location for a fast tracepoint.
10047 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10048 the normal tracepoints.
10049 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10050
10051 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10052
10053 * save-trace.exp: Factor out code to these...
10054 (gdb_save_tracepoints): New.
10055 (gdb_load_tracepoints): New.
10056 (do_save_load_test): New.
10057
10058 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10059
10060 * gdb.base/asmlabel.exp: New test.
10061 * gdb.base/asmlabel.c: New test case.
10062
10063 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10064
10065 * gdb.base/wrong_frame_bt_full-main.c: New file.
10066 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10067 * gdb.base/wrong_frame_bt_full.exp: New file.
10068
10069 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10070
10071 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10072
10073 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10074
10075 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10076 pstate register when comparing registers values in
10077 sparc64-*-linux-gnu targets to avoid spurious differences.
10078
10079 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10080
10081 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10082
10083 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10084
10085 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10086 as type argument to gdb_compile.
10087 * gdb.base/nested-subp2.exp: Likewise.
10088 * gdb.base/nested-subp3.exp: Likewise.
10089
10090 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10091
10092 * lib/dwarf.exp (_note): Fix left shift of negative value.
10093 * gdb.trace/trace-condition.exp: Likewise.
10094
10095 2015-11-13 Yao Qi <yao.qi@linaro.org>
10096
10097 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10098 comments about d10v.
10099 (test_scalar_returns): Likewise.
10100 * gdb.base/d10v.ld: Remove.
10101 * gdb.base/overlays.exp: Remove the target triplet checking for
10102 d10v-*-*.
10103 * gdb.base/structs.exp (test_struct_returns): Remove the
10104 comments about d10v.
10105 (test_struct_calls): Likewise.
10106
10107 2015-11-13 Yao Qi <yao.qi@linaro.org>
10108
10109 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10110 * gdb.base/gnu_vector.c: Don't include stdio.h.
10111 (main): Don't print res and call add_some_intvecs.
10112
10113 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10114
10115 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10116 macro.
10117 (func5): Removed.
10118 (func4): Use FAST_TRACEPOINT_LABEL.
10119 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10120 macro.
10121 (func): Removed.
10122 (thread_function): Use FAST_TRACEPOINT_LABEL.
10123 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10124 (func): Remove.
10125 (marker): Use FAST_TRACEPOINT_LABEL.
10126 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10127 (pendfunc1): Remove.
10128 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10129 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10130 (foo): Remove.
10131 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10132 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10133 macro.
10134 (func): Remove.
10135 (marker): Use FAST_TRACEPOINT_LABEL.
10136 * gdb.trace/trace-common.h: New header.
10137 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10138 macro.
10139 (func): Remove.
10140 (marker): Use FAST_TRACEPOINT_LABEL.
10141 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10142 (func): Remove.
10143 (thread_function): Use FAST_TRACEPOINT_LABEL.
10144
10145 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10146
10147 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10148 in front.
10149 * gdb.trace/change-loc.exp: Use global pcreg definition.
10150 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10151 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10152 in front.
10153 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10154 * gdb.trace/pending.exp: Likewise.
10155 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10156 * gdb.trace/trace-break.exp: Likewise.
10157 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10158 in front.
10159 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10160 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10161 in front.
10162 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10163
10164 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10165
10166 * gdb.ada/fin_fun_out: New testcase.
10167
10168 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10169
10170 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10171 value associated with DW_AT_byte_size.
10172 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10173 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10174 DW_AT_upper_bound.
10175
10176 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10177
10178 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10179 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10180 version.
10181 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10182 gdb.dwarf2/dw2-canonicalize-type.exp,
10183 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10184 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10185 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10186 provided by gdb_target_symbol_prefix_flags_asm.
10187 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10188 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10189 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10190 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10191 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10192 macros where needed). Use this macro for symbols which require
10193 the prefix provided by SYMBOL_PREFIX.
10194
10195 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10196
10197 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10198 New procs.
10199 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10200 representing expressions, of more than one list element.
10201 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10202 to prepend linker symbol prefix to f.
10203 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10204 table_1 and table_2.
10205 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10206 Likewise, for f and g.
10207 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10208 for ptr.
10209 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10210 for main.
10211 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10212 table_1_ptr and table_2_ptr.
10213
10214 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10215 Joel Brobecker <brobecker@adacore.com>
10216
10217 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10218
10219 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10220
10221 * gdb.reverse/s390-mvcle.c: New test.
10222 * gdb.reverse/s390-mvcle.exp: New file.
10223 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10224
10225 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10226
10227 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10228
10229 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10230
10231 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10232 reaching marker2.
10233 * gdb.reverse/getresuid-reverse.exp: Likewise.
10234 * gdb.reverse/pipe-reverse.exp: Likewise.
10235 * gdb.reverse/readv-reverse.exp: Likewise.
10236 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10237 * gdb.reverse/time-reverse.exp: Likewise.
10238 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10239
10240 2015-10-30 Yao Qi <yao.qi@linaro.org>
10241
10242 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10243 (empty_cycle): Remove.
10244 (main): Don't call empty_cycle. Don't use watch_count_done.
10245 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10246 empty_cycle. Rewrite the code counting HW watchpoints.
10247
10248 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10249
10250 * gdb.reverse/fstatat-reverse.c: New test.
10251 * gdb.reverse/fstatat-reverse.exp: New file.
10252 * gdb.reverse/getresuid-reverse.c: New test.
10253 * gdb.reverse/getresuid-reverse.exp: New file.
10254 * gdb.reverse/pipe-reverse.c: New test.
10255 * gdb.reverse/pipe-reverse.exp: New file.
10256 * gdb.reverse/readv-reverse.c: New test.
10257 * gdb.reverse/readv-reverse.exp: New file.
10258 * gdb.reverse/recvmsg-reverse.c: New test.
10259 * gdb.reverse/recvmsg-reverse.exp: New file.
10260 * gdb.reverse/time-reverse.c: New test.
10261 * gdb.reverse/time-reverse.exp: New file.
10262 * gdb.reverse/waitpid-reverse.c: New test.
10263 * gdb.reverse/waitpid-reverse.exp: New file.
10264
10265 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10266
10267 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10268
10269 2015-10-26 Doug Evans <dje@google.com>
10270
10271 PR symtab/17391
10272 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10273 * gdb.dwarf2/bad-regnum.c: New file.
10274 * gdb.dwarf2/bad-regnum.exp: New file.
10275
10276 2015-10-26 Doug Evans <dje@google.com>
10277
10278 PR python/18938
10279 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10280 file.
10281
10282 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10283
10284 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10285 for a change by "Mention language in compile error message".
10286
10287 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10288
10289 PR python/18073
10290 * gdb.python/py-type.c (C::a_method): New.
10291 (C::a_const_method): New.
10292 (C::a_static_method): New.
10293 (a_function): New.
10294 * gdb.python/py-type.exp (test_fields): Test getting fields
10295 from function and method.
10296
10297 2015-10-21 Keven Boell <keven.boell@intel.com>
10298
10299 * gdb.fortran/vla-alloc-assoc.exp: New file.
10300 * gdb.fortran/vla-datatypes.exp: New file.
10301 * gdb.fortran/vla-datatypes.f90: New file.
10302 * gdb.fortran/vla-history.exp: New file.
10303 * gdb.fortran/vla-ptype-sub.exp: New file.
10304 * gdb.fortran/vla-ptype.exp: New file.
10305 * gdb.fortran/vla-sizeof.exp: New file.
10306 * gdb.fortran/vla-sub.f90: New file.
10307 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10308 * gdb.fortran/vla-value-sub-finish.exp: New file.
10309 * gdb.fortran/vla-value-sub.exp: New file.
10310 * gdb.fortran/vla-value.exp: New file.
10311 * gdb.fortran/vla-ptr-info.exp: New file.
10312 * gdb.mi/mi-vla-fortran.exp: New file.
10313 * gdb.mi/vla.f90: New file.
10314
10315 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10316
10317 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10318 of hardwired timeout value.
10319
10320 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10321 Pedro Alves <palves@redhat.com>
10322
10323 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10324 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10325
10326 2015-10-19 Josh Stone <jistone@redhat.com>
10327
10328 * gdb.base/catch-syscall.c: Include <sched.h>.
10329 (unknown_syscall): New variable.
10330 (main): Trigger a vfork and an unknown syscall.
10331 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10332 (unknown_syscall_number): Likewise.
10333 (check_call_to_syscall): Accept an optional syscall pattern.
10334 (check_return_from_syscall): Likewise.
10335 (check_continue): Likewise.
10336 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10337 (test_catch_syscall_skipping_return): New test toggling off 'catch
10338 syscall' to step over the syscall return, then toggling back on.
10339 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10340 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10341 (do_syscall_tests): Call test_catch_syscall_without_args and
10342 test_catch_syscall_mid_vfork.
10343 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10344 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10345
10346 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10347
10348 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10349 print g_vE): Add new pass patterns.
10350 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10351 print various symbol names for vptr fields.
10352
10353 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10354
10355 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10356 results.
10357
10358 2015-10-12 Yao Qi <yao.qi@linaro.org>
10359
10360 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10361
10362 2015-10-12 Yao Qi <yao.qi@linaro.org>
10363
10364 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10365 is aarch64*-*-linux*.
10366
10367 2015-10-12 Yao Qi <yao.qi@linaro.org>
10368
10369 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10370 (can_relocate_bcond_true): ... it.
10371 (can_relocate_bcond_false): New function.
10372 (foo): Likewise.
10373 (can_relocate_bl): Likewise.
10374 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10375 can_relocate_bl.
10376
10377 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10378
10379 * gdb.base/nested-addr.c: New file.
10380 * gdb.base/nested-addr.exp: New testcase.
10381
10382 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10383
10384 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10385 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10386 its output. Ignore the output of "record goto begin" and instead
10387 check that GDB is replaying.
10388
10389 2015-10-09 Pedro Alves <palves@redhat.com>
10390
10391 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10392 (top level): Use it in the run with no args test.
10393
10394 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10395
10396 * gdb.dlang/properties.exp: New file.
10397
10398 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10399
10400 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10401 whether or not address 0x1000 is mapped on the target.
10402
10403 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10404
10405 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10406 build.
10407
10408 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10409
10410 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10411 instruction-history test.
10412
10413 2015-09-28 Doug Evans <dje@google.com>
10414
10415 * gdb.base/gcore.c (array_func): Add reference to static_array.
10416
10417 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10418
10419 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10420 source line.
10421
10422 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10423
10424 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10425 short or char as base type.
10426
10427 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10428
10429 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10430 to allow any size enum.
10431
10432 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10433
10434 * gdb.ada/array_ptr_renaming.exp: New testcase.
10435 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10436 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10437
10438 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10439
10440 * gdb.trace/ftrace-lock.c: New file.
10441 * gdb.trace/ftrace-lock.exp: New file.
10442
10443 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10444
10445 * gdb.arch/insn-reloc.c: New file.
10446 * gdb.arch/ftrace-insn-reloc.exp: New file.
10447
10448 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10449
10450 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10451 instruction.
10452 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10453 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10454 * gdb.trace/range-stepping.c: Likewise.
10455 * gdb.trace/trace-break.c: Likewise.
10456 * gdb.trace/trace-mt.c (thread_function): Likewise.
10457 * gdb.trace/ftrace.c (marker): Likewise.
10458 * gdb.trace/trace-condition.c (marker): Likewise.
10459 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10460 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10461 is_aarch64_target.
10462
10463 2015-09-18 Doug Evans <xdje42@gmail.com>
10464
10465 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10466 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10467
10468 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10469
10470 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10471 the breakpoint.
10472
10473 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10474
10475 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10476 the pending breakpoint. Remove timeout override for "Run till
10477 MI pending breakpoint on pendfunc3 on thread 2" test.
10478
10479 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10480
10481 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10482 filename pattern.
10483
10484 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10485
10486 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10487 in breakpoint filename pattern.
10488
10489 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10490
10491 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10492
10493 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10494
10495 * gdb.linespec/explicit.exp: Check for readline support for
10496 tab-completion tests. Fix obvious typo.
10497
10498 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10499
10500 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10501 and replay.
10502
10503 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10504
10505 * gdb.btrace/non-stop.c: New.
10506 * gdb.btrace/non-stop.exp: New.
10507
10508 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10509 Yao Qi <yao.qi@linaro.org>
10510
10511 * gdb.trace/trace-condition.c: New file.
10512 * gdb.trace/trace-condition.exp: New file.
10513
10514 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10515
10516 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10517 for testing bytecode compilation.
10518
10519 2015-09-16 Pedro Alves <palves@redhat.com>
10520 Sandra Loosemore <sandra@codesourcery.com>
10521
10522 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10523 (SECONDS): Redefine.
10524 (main): Call pthread_kill and alarm early.
10525 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10526 support.
10527 (test): If the target can't hardware step and doesn't support
10528 displaced stepping, increase the timeout.
10529
10530 2015-09-16 Pedro Alves <palves@redhat.com>
10531
10532 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10533 (enable_debug): New procedures.
10534 (test): Use them. Bail out if waiting for threads fails.
10535 (top level): Bail out if a test fails.
10536
10537 2015-09-16 Yao Qi <yao.qi@linaro.org>
10538
10539 * gdb.asm/asm-source.exp: Set asm-arch for
10540 aarch64*-*-* target.
10541 * gdb.asm/aarch64.inc: New file.
10542
10543 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10544
10545 * gdb.ada/array_of_variable_length.exp: New testcase.
10546 * gdb.ada/array_of_variable_length/foo.adb: New file.
10547 * gdb.ada/array_of_variable_length/pck.adb: New file.
10548 * gdb.ada/array_of_variable_length/pck.ads: New file.
10549
10550 2015-09-15 Doug Evans <dje@google.com>
10551
10552 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10553 of function static local variable.
10554
10555 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10556
10557 * gdb.threads/tls-so_extern.exp: New test file.
10558 * gdb.threads/tls-so_extern.c: New test file.
10559 * gdb.threads/tls-so_extern_main.c: New test file.
10560
10561 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10562
10563 * gdb.opt/solib-intra-step-lib.c: New file.
10564 * gdb.opt/solib-intra-step-main.c: New file.
10565 * gdb.opt/solib-intra-step.exp: New file.
10566
10567 2015-09-15 Pedro Alves <palves@redhat.com>
10568
10569 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10570 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10571
10572 2015-09-14 Pedro Alves <palves@redhat.com>
10573
10574 * gdb.base/hook-stop-continue.c: Delete.
10575 * gdb.base/hook-stop-continue.exp: Delete.
10576 * gdb.base/hook-stop-frame.c: Delete.
10577 * gdb.base/hook-stop-frame.exp: Delete.
10578 * gdb.base/hook-stop.c: New file.
10579 * gdb.base/hook-stop.exp: New file.
10580
10581 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10582
10583 * gdb.ada/access_to_packed_array.exp: New testcase.
10584 * gdb.ada/access_to_packed_array/foo.adb: New file.
10585 * gdb.ada/access_to_packed_array/pack.adb: New file.
10586 * gdb.ada/access_to_packed_array/pack.ads: New file.
10587
10588 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10589
10590 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10591 buffer size test.
10592
10593 2015-09-11 Don Breazeal <donb@codesourcery.com>
10594
10595 * gdb.base/foll-exec.c: Add copyright header. Fix
10596 formatting issues.
10597 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10598 (do_exec_tests): Use clean_restart in place of zap_session,
10599 and for test initialization. Fix formatting issues. Use
10600 fail in place of perror.
10601 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10602 an expect statement to match an expression with output from
10603 the program under debug.
10604 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10605 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10606 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10607 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10608 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10609
10610 2015-09-09 Doug Evans <dje@google.com>
10611
10612 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10613
10614 2015-09-09 Doug Evans <dje@google.com>
10615
10616 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10617
10618 2015-09-09 Doug Evans <dje@google.com>
10619
10620 * gdb.base/savedregs.exp: Fix typo.
10621
10622 2015-09-09 Pedro Alves <palves@redhat.com>
10623
10624 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10625
10626 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10627
10628 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10629 command actually switches threads. Give up on remaining
10630 tests if target fails to stop at breakpoint.
10631
10632 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10633
10634 * gdb.ada/funcall_char.exp: New testcase.
10635 * gdb.ada/funcall_char/foo.adb: New file.
10636
10637 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10638
10639 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10640 expected outputs. Add two testcases for completing ambiguous
10641 functions.
10642 * gdb.ada/complete/aux_pck.adb: New file.
10643 * gdb.ada/complete/aux_pck.ads: New file.
10644 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10645 Ambiguous_Func functions.
10646 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10647 * gdb.ada/complete/pck.adb: Likewise.
10648
10649 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10650
10651 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10652 failures to run the test program under GDB.
10653
10654 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10655
10656 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10657 to C.
10658
10659 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10660
10661 * gdb.base/run-after-attach.exp: New test file.
10662 * gdb.base/run-after-attach.c: New test file.
10663
10664 2015-08-26 Don Breazeal <donb@codesourcery.com>
10665
10666 * gdb.base/foll-exec-2.c: New test program.
10667 * gdb.base/foll-exec-2.exp: New test.
10668
10669 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10670
10671 * gdb.base/nested-subp1.exp: New file.
10672 * gdb.base/nested-subp1.c: New file.
10673 * gdb.base/nested-subp2.exp: New file.
10674 * gdb.base/nested-subp2.c: New file.
10675 * gdb.base/nested-subp3.exp: New file.
10676 * gdb.base/nested-subp3.c: New file.
10677
10678 2015-08-24 Pedro Alves <palves@redhat.com>
10679
10680 * gdb.server/connect-without-multi-process.c: New file.
10681 * gdb.server/connect-without-multi-process.exp: New file.
10682
10683 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10684
10685 * gdb.opt/inline-markers.c: Make z int.
10686
10687 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10688
10689 * gdb.opt/inline-markers.c: Make z volatile.
10690
10691 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10692
10693 * gdb.opt/inline-bt.c: New volatile global z.
10694 * gdb.opt/inline-cmds.c: Likewise.
10695 * gdb.opt/inline-locals.c: Likewise.
10696 * gdb.opt/inline-markers.c: New extern global z.
10697 (marker): Use z.
10698 (inline_fn): Likewise.
10699
10700 2015-08-24 Pedro Alves <palves@redhat.com>
10701
10702 * config/m32r-stub.exp: Remove file.
10703 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10704 * gdb.base/call-rt-st.exp: Likewise.
10705 * gdb.base/call-strs.exp: Likewise.
10706 * gdb.base/default.exp: Remove references to h8300-*-hms and
10707 *-*-udi*.
10708 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10709
10710 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10711
10712 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10713 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10714 and "return" use KFAIL when GDB can not read/write the vector
10715 return value.
10716
10717 2015-08-21 Gary Benson <gbenson@redhat.com>
10718
10719 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10720
10721 2015-08-20 Pedro Alves <palves@redhat.com>
10722
10723 * gdb.server/solib-list.exp: No longer expect an interior stop in
10724 non-stop mode.
10725
10726 2015-08-20 Pedro Alves <palves@redhat.com>
10727
10728 * gdb.server/connect-stopped-target.c: New file.
10729 * gdb.server/connect-stopped-target.exp: New file.
10730
10731 2015-08-20 Pedro Alves <palves@redhat.com>
10732
10733 * gdb.dwarf2/comp-unit-lang.exp: New file.
10734 * gdb.dwarf2/comp-unit-lang.c: New file.
10735
10736 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10737
10738 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10739 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10740
10741 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10742
10743 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10744 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10745
10746 2015-08-18 Doug Evans <dje@google.com>
10747 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10748
10749 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10750 skip_python_tests. New arg prompt_regexp.
10751 (skip_python_tests): New function.
10752 * lib/mi-support.exp (mi_skip_python_tests): New function.
10753 * gdb.python/py-mi-objfile-gdb.py: New file.
10754 * gdb.python/py-mi-objfile.c: New file.
10755 * gdb.python/py-mi-objfile.exp: New file.
10756
10757 2015-08-17 Keith Seitz <keiths@redhat.com>
10758
10759 * gdb.linespec/explicit.exp: Move strace test from here ...
10760 * gdb.trace/strace.exp: ... to here.
10761
10762 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10763
10764 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10765 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10766
10767 2015-08-14 Doug Evans <xdje42@gmail.com>
10768
10769 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10770 inferior before selecting a new file.
10771
10772 2015-08-14 Doug Evans <xdje42@gmail.com>
10773
10774 * gdb.mi/mi-disassemble.exp: Update.
10775 * gdb.base/disasm-optim.S: New file.
10776 * gdb.base/disasm-optim.c: New file.
10777 * gdb.base/disasm-optim.h: New file.
10778 * gdb.base/disasm-optim.exp: New file.
10779
10780 2015-08-14 Keith Seitz <keiths@redhat.com>
10781
10782 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10783 "evaluated-by".
10784
10785 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10786
10787 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10788
10789 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10790
10791 * gdb.ada/fun_renaming.exp: New testcase.
10792 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10793 * gdb.ada/fun_renaming/pack.adb: New file.
10794 * gdb.ada/fun_renaming/pack.ads: New file.
10795
10796 2015-08-12 Keith Seitz <keiths@redhat.com>
10797
10798 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10799 gdb_get_line_number.
10800
10801 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10802
10803 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10804 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10805 gdb.base/dso2dso.exp: New files.
10806
10807 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10808 Pedro Alves <palves@redhat.com>
10809 Keith Seitz <keiths@redhat.com>
10810
10811 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10812 GDBFLAGS.
10813
10814 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10815
10816 * gdb.base/gdbhistsize-history.exp
10817 (test_histsize_history_setting): Use save_vars.
10818 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10819 Use save_vars.
10820 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10821 * gdb.base/readline.exp: Use save_vars.
10822
10823 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10824
10825 * lib/gdb.exp (save_vars): New proc.
10826
10827 2015-08-11 Keith Seitz <keiths@redhat.com>
10828
10829 * gdb.base/help.exp: Update help_breakpoint_text.
10830
10831 2015-08-11 Keith Seitz <keiths@redhat.com>
10832
10833 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10834 (at toplevel): Call test_explicit_breakpoints.
10835 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10836 breakpoints.
10837 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10838 breakpoint conditions, "-cond".
10839
10840 2015-08-11 Keith Seitz <keiths@redhat.com>
10841
10842 * gdb.linespec/3explicit.c: New file.
10843 * gdb.linespec/cpexplicit.cc: New file.
10844 * gdb.linespec/cpexplicit.exp: New file.
10845 * gdb.linespec/explicit.c: New file.
10846 * gdb.linespec/explicit.exp: New file.
10847 * gdb.linespec/explicit2.c: New file.
10848 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10849 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10850 before using in the matching pattern.
10851 Clarify that `prefix' is a regular expression.
10852
10853 2015-08-11 Keith Seitz <keiths@redhat.com>
10854
10855 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10856 test.
10857 Add tests for missing ",FMT" and ",".
10858
10859 2015-08-10 Doug Evans <dje@google.com>
10860 Keith Seitz <keiths@redhat.com>
10861
10862 PR gdb/17960
10863 * gdb.base/completion.exp: Add location completer tests.
10864
10865 2015-08-07 Pedro Alves <palves@redhat.com>
10866
10867 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10868 tests here.
10869 (top level): Run do_test with and without displaced stepping.
10870
10871 2015-08-07 Pedro Alves <palves@redhat.com>
10872
10873 * gdb.base/valgrind-disp-step.c: New file.
10874 * gdb.base/valgrind-disp-step.exp: New file.
10875
10876 2015-08-07 Pedro Alves <palves@redhat.com>
10877
10878 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10879 Delete function.
10880 (main): Add alarm. Run an infinite loop instead of calling
10881 wait_threads.
10882 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10883 comment.
10884 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10885 Delete function.
10886 (main): Add alarm. Run an infinite loop instead of calling
10887 wait_threads.
10888 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10889 comment.
10890
10891 2015-08-07 Pedro Alves <palves@redhat.com>
10892
10893 * gdb.base/checkpoint-ns.exp: New file.
10894 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10895 standard_testfile.
10896
10897 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10898
10899 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10900 * gdb.btrace/instruction_history.exp: Update.
10901 * gdb.btrace/tsx.exp: New.
10902 * gdb.btrace/tsx.c: New.
10903
10904 2015-08-06 Pedro Alves <palves@redhat.com>
10905
10906 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10907 increase timeout.
10908 * gdb.reverse/until-precsave.exp: Bump timeouts.
10909
10910 2015-08-06 Pedro Alves <palves@redhat.com>
10911
10912 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10913
10914 2015-08-06 Pedro Alves <palves@redhat.com>
10915
10916 PR gdb/18749
10917 * gdb.threads/process-dies-while-handling-bp.c: New file.
10918 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10919
10920 2015-08-06 Pedro Alves <palves@redhat.com>
10921
10922 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10923 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10924
10925 2015-08-05 Pedro Alves <palves@redhat.com>
10926
10927 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10928 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10929
10930 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10931
10932 * gdb.base/bp-permanent.exp: Report test as unsupported if
10933 the target cannot stop at the permanent breakpoint.
10934
10935 2015-08-03 Doug Evans <dje@google.com>
10936
10937 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10938 10000.
10939
10940 2015-08-03 Doug Evans <dje@google.com>
10941
10942 * Makefile.in (workers/%.worker, build-perf): New rule.
10943 (GDB_PERFTEST_MODE): New variable.
10944 (check-perf): Use it.
10945 (clean): Clean up gdb.perf parallel build subdirs.
10946 * lib/build-piece.exp: New file.
10947 * lib/gdb.exp (make_gdb_parallel_path): New function
10948 (standard_output_file, standard_temp_file): Call it.
10949 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10950 of $GDB_PARALLEL.
10951 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10952
10953 2015-08-03 Doug Evans <dje@google.com>
10954
10955 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10956 (LOG_FILE_NAME): New global.
10957 (TextReporter.__init__): Initialize self.txt_sum.
10958 (TextReporter.report): Add support for multiple data-points.
10959 Move report to perftest.sum, put raw data in perftest.log.
10960 (TextReporter.start): Open sum and log files.
10961 (TextReporter.end): Close sum and log files.
10962 * gdb.perf/lib/perftest/testresult.py
10963 (SingleStatisticTestResult.record): Handle multiple data-points.
10964
10965 2015-07-31 Pedro Alves <palves@redhat.com>
10966
10967 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10968 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10969 kill_wait_spawned_process instead of explicit "kill -9".
10970 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10971 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10972 kill_wait_spawned_process.
10973 * gdb.base/attach-twice.exp: Likewise.
10974 * gdb.base/attach.exp: Likewise.
10975 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10976 gdb_test_multiple.
10977 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10978 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10979 kill_wait_spawned_process.
10980 * gdb.base/valgrind-infcall.exp: Likewise.
10981 * gdb.multi/multi-attach.exp: Likewise.
10982 * gdb.python/py-prompt.exp: Likewise.
10983 * gdb.python/py-sync-interp.exp: Likewise.
10984 * gdb.server/ext-attach.exp: Likewise.
10985 * gdb.threads/attach-into-signal.exp (corefunc): Use
10986 spawn_wait_for_attach, spawn_id_get_pid and
10987 kill_wait_spawned_process.
10988 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10989 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10990 spawn_id_get_pid and kill_wait_spawned_process.
10991 * gdb.threads/attach-stopped.exp (corefunc): Use
10992 spawn_wait_for_attach, spawn_id_get_pid and
10993 kill_wait_spawned_process.
10994 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10995 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10996 kill_wait_spawned_process instead of explicit "kill -9".
10997 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10998 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10999 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11000 processes. Don't map cygwin/windows pids here. Now returns a
11001 spawn id list.
11002
11003 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11004
11005 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11006 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11007 correct patch.
11008
11009 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11010
11011 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11012
11013 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11014
11015 Reapply:
11016 2014-05-21 Mark Wielaard <mjw@redhat.com>
11017
11018 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11019
11020 2015-07-30 Pedro Alves <palves@redhat.com>
11021
11022 * linux-low.c (handle_extended_wait): Set the child's last
11023 reported status to TARGET_WAITKIND_STOPPED.
11024
11025 2015-07-30 Pedro Alves <palves@redhat.com>
11026
11027 PR threads/18600
11028 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11029 only shows inferior 1.
11030
11031 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11032 Pedro Alves <palves@redhat.com>
11033
11034 PR threads/18600
11035 * gdb.threads/fork-plus-threads.c: New file.
11036 * gdb.threads/fork-plus-threads.exp: New file.
11037
11038 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11039
11040 * gdb.base/batch-preserve-term-settings.exp
11041 (test_terminal_settings_preserved_after_cli_exit): Use
11042 send_quit_command.
11043
11044 2015-07-29 Pedro Alves <palves@redhat.com>
11045 Don Breazeal <donb@codesourcery.com>
11046
11047 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11048 output from both inferior_spawn_id and gdb_spawn_id.
11049
11050 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11051
11052 * gdb.threads/attach-into-signal.exp (corefunc): Use
11053 with_test_prefix on nested loops, uniquefying the test messages.
11054
11055 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11056
11057 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11058 commit.
11059
11060 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11061
11062 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11063 New proc.
11064 (test_terminal_settings_preserved_after_sigterm): New test.
11065
11066 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11067
11068 * gdb.base/batch-preserve-term-settings.exp
11069 (test_terminal_settings_preserved_after_cli_exit): New test.
11070
11071 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11072
11073 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11074 manipulation of saved_gdbflags.
11075 (test_terminal_settings_preserved): Remove global declaration of
11076 the unused variable pagination_prompt. Remove manipulation of
11077 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11078 GDBFLAGS.
11079
11080 2015-07-29 Pedro Alves <palves@redhat.com>
11081
11082 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11083
11084 2015-07-29 Pedro Alves <palves@redhat.com>
11085
11086 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11087 at the top.
11088
11089 2015-07-29 Pedro Alves <palves@redhat.com>
11090
11091 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11092 (main): Call gdb_unbuffer_output.
11093 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11094 (main): Call gdb_unbuffer_output.
11095 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11096 (main): Call gdb_unbuffer_output.
11097 * gdb.base/call-strs.exp: Adjust to step over the
11098 gdb_unbuffer_output call.
11099 * gdb.base/catch-gdb-caused-signals.c: Include
11100 "../lib/unbuffer_output.c".
11101 (main): Call gdb_unbuffer_output.
11102 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11103 (main): Call gdb_unbuffer_output.
11104 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11105 (main): Call gdb_unbuffer_output.
11106 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11107 (main): Call gdb_unbuffer_output.
11108 * gdb.base/shlib-call.exp: Adjust to step over the
11109 gdb_unbuffer_output call.
11110 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11111 (main): Call gdb_unbuffer_output.
11112 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11113 (main): Call gdb_unbuffer_output.
11114 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11115 (main): Rename to ...
11116 (test): ... this.
11117 (main): Reimplement.
11118 * gdb.base/varargs.exp: Run to test instead of to main.
11119 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11120 (main): Call gdb_unbuffer_output.
11121
11122 2015-07-29 Pedro Alves <palves@redhat.com>
11123
11124 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11125 factore out from mi_continue_dprintf. For call-style dprintfs,
11126 expect dprintf output out of $inferior_spawn_id.
11127 (mi_continue_dprintf): Use mi_expect_dprintf.
11128 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11129 (main): Call gdb_unbuffer_output.
11130
11131 2015-07-29 Pedro Alves <palves@redhat.com>
11132
11133 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11134 (default_mi_gdb_start): Set inferior_spawn_id instead of
11135 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11136 gdb_spawn_id.
11137 (mi_gdb_test): Always expect inferior output from both
11138 $inferior_spawn_id and $gdb_spawn_id.
11139
11140 2015-07-29 Pedro Alves <palves@redhat.com>
11141
11142 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11143 send_inferior and $inferior_spawn_id.
11144
11145 2015-07-29 Pedro Alves <palves@redhat.com>
11146
11147 * gdb.gdb/complaints.exp (test_initial_complaints)
11148 (test_serial_complaints, test_short_complaints): Use
11149 gdb_test_stdio.
11150 (test_empty_complaint): Handle $inferior_spawn_id !=
11151 $gdb_spawn_id.
11152
11153 2015-07-29 Pedro Alves <palves@redhat.com>
11154
11155 * gdb.base/varargs.exp: Use gdb_test_stdio.
11156
11157 2015-07-29 Pedro Alves <palves@redhat.com>
11158
11159 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11160
11161 2015-07-29 Pedro Alves <palves@redhat.com>
11162
11163 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11164
11165 2015-07-29 Pedro Alves <palves@redhat.com>
11166
11167 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11168 parameter into two new parameters, "inf_result" and "gdb_result".
11169 Expect inferior output and gdb output from $inferior_spawn_id and
11170 $gdb_spawn_id, respectively. Adjust all callers.
11171
11172 2015-07-29 Pedro Alves <palves@redhat.com>
11173
11174 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11175 of gdb_test_sequence.
11176
11177 2015-07-29 Pedro Alves <palves@redhat.com>
11178
11179 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11180 (saw_spurious_output): Expect inferior output from
11181 $inferior_spawn_id. Use gdb_test_stdio.
11182
11183 2015-07-29 Pedro Alves <palves@redhat.com>
11184
11185 * gdb.base/dprintf.exp: Use standard_testfile. Change
11186 prepare_for_testing call.
11187 (srcfile): Don't set.
11188 (restart): New procedure.
11189 (test_dprintf): New procecure, use to continue over dprintfs.
11190 (test_call, test_agent): New procedures, tests moved here.
11191 Restart gdb and recreate dprintfs. Adjust expected output.
11192
11193 2015-07-29 Pedro Alves <palves@redhat.com>
11194
11195 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11196
11197 2015-07-29 Pedro Alves <palves@redhat.com>
11198
11199 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11200
11201 2015-07-29 Pedro Alves <palves@redhat.com>
11202
11203 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11204 gdb_test_stdio.
11205
11206 2015-07-29 Pedro Alves <palves@redhat.com>
11207
11208 * lib/gdb.exp (gdb_test_stdio): New procedure.
11209
11210 2015-07-29 Pedro Alves <palves@redhat.com>
11211
11212 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11213
11214 2015-07-29 Pedro Alves <palves@redhat.com>
11215
11216 * gdb.base/call-signal-resume.exp: Remove check for
11217 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11218 * gdb.base/unwindonsignal.exp: Likewise.
11219 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11220 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11221
11222 2015-07-29 Pedro Alves <palves@redhat.com>
11223
11224 * gdb.base/siginfo-addr.c (pass): New function.
11225 (handler): Call it iff si_addr is correct.
11226 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11227 Set a breakpoint at "pass" and continue to it.
11228
11229 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11230
11231 * gdb.python/py-objfile.exp: Make some tests have unique names.
11232 * gdb.python/py-pp-registration.exp: Likewise.
11233
11234 2015-07-28 Pedro Alves <palves@redhat.com>
11235
11236 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11237
11238 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11239
11240 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11241
11242 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11243
11244 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11245
11246 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11247
11248 * gdb.base/gdb-sigterm-2.exp: New test.
11249
11250 2015-07-25 Doug Evans <xdje42@gmail.com>
11251
11252 Revert:
11253 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11254 (workers/%.worker, build-perf): New rule.
11255 (GDB_PERFTEST_MODE): New variable.
11256 (check-perf): Use it.
11257 (clean): Clean up gdb.perf parallel build subdirs.
11258 * lib/build-piece.exp: New file.
11259 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11260 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11261 name.
11262 (standard_temp_file): Ditto.
11263 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11264 of $GDB_PARALLEL.
11265
11266 2015-07-24 Doug Evans <dje@google.com>
11267
11268 * gdb.perf/lib/perftest/utils.py: New file.
11269 * gdb.perf/gm-hello.cc: New file.
11270 * gdb.perf/gm-pervasive-typedef.cc: New file.
11271 * gdb.perf/gm-pervasive-typedef.h: New file.
11272 * gdb.perf/gm-std.cc: New file.
11273 * gdb.perf/gm-std.h: New file.
11274 * gdb.perf/gm-use-cerr.cc: New file.
11275 * gdb.perf/gm-utils.h: New file.
11276 * gdb.perf/gmonster-null-lookup.py: New file.
11277 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11278 * gdb.perf/gmonster-print-cerr.py: New file.
11279 * gdb.perf/gmonster-ptype-string.py: New file.
11280 * gdb.perf/gmonster-runto-main.py: New file.
11281 * gdb.perf/gmonster-select-file.py: New file.
11282 * gdb.perf/gmonster1-null-lookup.exp: New file.
11283 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11284 * gdb.perf/gmonster1-print-cerr.exp: New file.
11285 * gdb.perf/gmonster1-ptype-string.exp: New file.
11286 * gdb.perf/gmonster1-runto-main.exp: New file.
11287 * gdb.perf/gmonster1-select-file.exp: New file.
11288 * gdb.perf/gmonster1.cc: New file.
11289 * gdb.perf/gmonster1.exp: New file.
11290 * gdb.perf/gmonster2-null-lookup.exp: New file.
11291 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11292 * gdb.perf/gmonster2-print-cerr.exp: New file.
11293 * gdb.perf/gmonster2-ptype-string.exp: New file.
11294 * gdb.perf/gmonster2-runto-main.exp: New file.
11295 * gdb.perf/gmonster2-select-file.exp: New file.
11296 * gdb.perf/gmonster2.cc: New file.
11297 * gdb.perf/gmonster2.exp: New file.
11298
11299 2015-07-24 Doug Evans <dje@google.com>
11300
11301 * gdb.perf/README: New file.
11302 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11303 * lib/gen-perf-test.exp: New file.
11304
11305 2015-07-24 Doug Evans <dje@google.com>
11306
11307 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11308 (PerfTest::startup): New function.
11309 (PerfTest::run): Return result of calling body.
11310 (PerfTest::assemble): Rewrite.
11311 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11312 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11313 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11314 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11315 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11316
11317 2015-07-24 Doug Evans <dje@google.com>
11318
11319 * lib/gdb.exp (clean_restart): Make executable optional.
11320
11321 2015-07-24 Doug Evans <dje@google.com>
11322
11323 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11324 compiler_info references.
11325 * gdb.cp/temargs.exp: Ditto.
11326 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11327 (get_compiler_info): Early exit if already computed. Set compiler_info
11328 to "unknown" if there was a problem.
11329 (test_compiler_info): Add function comment. Call get_compiler_info.
11330
11331 2015-07-24 Doug Evans <dje@google.com>
11332
11333 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11334 (workers/%.worker, build-perf): New rule.
11335 (GDB_PERFTEST_MODE): New variable.
11336 (check-perf): Use it.
11337 (clean): Clean up gdb.perf parallel build subdirs.
11338 * lib/build-piece.exp: New file.
11339 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11340 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11341 name.
11342 (standard_temp_file): Ditto.
11343 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11344 of $GDB_PARALLEL.
11345
11346 2015-07-24 Doug Evans <dje@google.com>
11347
11348 * lib/future.exp (gdb_default_target_compile): New option
11349 "early_flags".
11350 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11351 --as-needed.
11352
11353 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11354
11355 * gdb.base/catch-syscall.exp: Call gdb_exit before
11356 gdb_skip_xml_test.
11357
11358 2015-07-24 Pedro Alves <palves@redhat.com>
11359
11360 * gdb.python/py-events.exp: Accept output between the stop event
11361 and the prompt.
11362 * gdb.python/py-evsignal.exp: Likewise.
11363 * gdb.python/py-evthreads.exp: Likewise.
11364
11365 2015-07-24 Pedro Alves <palves@redhat.com>
11366
11367 PR gdb/18717
11368 * gdb.threads/non-ldr-exit.c: New file.
11369 * gdb.threads/non-ldr-exit.exp: New file.
11370
11371 2015-07-24 Yao Qi <yao.qi@linaro.org>
11372
11373 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11374 restarting process.
11375
11376 2015-07-24 Yao Qi <yao.qi@linaro.org>
11377
11378 * gdb.server/ext-restart.exp: New file.
11379
11380 2015-07-24 Yao Qi <yao.qi@linaro.org>
11381
11382 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11383 argument options.
11384 * gdb.server/ext-wrapper.exp: New file.
11385
11386 2015-07-23 Doug Evans <dje@google.com>
11387
11388 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11389 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11390
11391 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11392
11393 * gdb.ada/var_arr_typedef.exp: New testcase.
11394 * gdb.ada/var_arr_typedef/pack.adb: New file.
11395 * gdb.ada/var_arr_typedef/pack.ads: New file.
11396 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11397
11398 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11399
11400 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11401
11402 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11403
11404 * gdb.arch/i386-biarch-core.exp: Replace istarget
11405 by "complete set gnutarget". Remove expectation for the "core-file"
11406 command.
11407
11408 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11409
11410 Revert the previous commit:
11411 Tests for validate symbol file using build-id.
11412
11413 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11414
11415 Tests for validate symbol file using build-id.
11416 * gdb.base/solib-mismatch-lib.c: New file.
11417 * gdb.base/solib-mismatch-libmod.c: New file.
11418 * gdb.base/solib-mismatch.c: New file.
11419 * gdb.base/solib-mismatch.exp: New file.
11420
11421 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11422
11423 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11424 nios2-*-linux*.
11425 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11426 * gdb.base/siginfo.exp: Likewise.
11427 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11428
11429 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11430
11431 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11432 Move it to ...
11433 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11434 ... here.
11435 * gdb.trace/range-stepping.exp: Check that the target supports
11436 range stepping.
11437
11438 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11439
11440 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11441
11442 2015-07-14 Pedro Alves <palves@redhat.com>
11443
11444 * gdb.base/killed-outside.exp: New file.
11445 * gdb.base/killed-outside.c: New file.
11446
11447 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11448
11449 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11450 (n at main): New.
11451 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11452
11453 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11454
11455 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11456 infcall tests instead of setting up for KFAIL.
11457
11458 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11459
11460 * gdb.btrace/record_goto-step.exp: New.
11461
11462 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11463
11464 PR compile/18484
11465 * gdb.compile/compile.c (struct struct_type): Add volatile to
11466 selffield's type.
11467 * gdb.compile/compile.exp
11468 (compile code struct_object.selffield = &struct_object): Skip further
11469 struct_object tests if this one xfails.
11470
11471 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11472
11473 PR exp/18617
11474 * gdb.trace/ax.exp: Add test.
11475
11476 2015-07-07 Yao Qi <yao.qi@linaro.org>
11477
11478 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11479 instead of istarget "aarch64*-*-*".
11480 * gdb.arch/aarch64-fp.exp: Likewise.
11481 * gdb.base/float.exp: Likewise.
11482 * gdb.reverse/aarch64.exp: Likewise.
11483 * lib/gdb.exp (is_aarch64_target): New proc.
11484
11485 2015-07-07 Yao Qi <yao.qi@linaro.org>
11486
11487 * lib/gdb.exp (is_aarch32_target): New proc.
11488 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11489 instead of "istarget "arm*-*-*"".
11490 * gdb.arch/arm-disp-step.exp: Likewise.
11491 * gdb.arch/thumb-bx-pc.exp: Likewise.
11492 * gdb.arch/thumb-prologue.exp: Likewise.
11493 * gdb.arch/thumb-singlestep.exp: Likewise.
11494 * gdb.base/disp-step-syscall.exp: Likewise.
11495 * gdb.base/float.exp: Likewise.
11496
11497 2015-07-07 Yao Qi <yao.qi@linaro.org>
11498
11499 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11500 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11501
11502 2015-07-07 Yao Qi <yao.qi@linaro.org>
11503
11504 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11505 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11506 if it exists.
11507 * gdb.multi/multi-arch.exp: Likewise.
11508
11509 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11510
11511 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11512 print.
11513
11514 2015-07-07 Yao Qi <yao.qi@linaro.org>
11515
11516 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11517
11518 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11519
11520 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11521 '[' and ']' characters.
11522
11523 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11524
11525 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11526
11527 2015-06-29 Pedro Alves <palves@redhat.com>
11528
11529 PR threads/18127
11530 * gdb.threads/hand-call-new-thread.c: New file.
11531 * gdb.threads/hand-call-new-thread.c: New file.
11532
11533 2015-06-26 Keith Seitz <keiths@redhat.com>
11534 Doug Evans <dje@google.com>
11535
11536 PR 16253
11537 * gdb.cp/var-tag-2.cc: New file.
11538 * gdb.cp/var-tag-3.cc: New file.
11539 * gdb.cp/var-tag-4.cc: New file.
11540 * gdb.cp/var-tag.cc: New file.
11541 * gdb.cp/var-tag.exp: New file.
11542
11543 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11544
11545 * gdb.base/history-duplicates.exp: New test.
11546
11547 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11548
11549 * gdb.base/completion.exp: Test the completion of the "focus"
11550 command.
11551
11552 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11553
11554 * gdb.arch/amd64-prologue-skip.S: New file.
11555 * gdb.arch/amd64-prologue-skip.exp: New file.
11556
11557 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11558
11559 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11560 is_address_zero_readable check.
11561
11562 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11563
11564 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11565 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11566
11567 2015-06-24 Yao Qi <yao.qi@linaro.org>
11568
11569 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11570 linux targets.
11571
11572 2015-06-24 Yao Qi <yao.qi@linaro.org>
11573
11574 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11575 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11576 * gdb.base/siginfo-thread.exp: Likewise.
11577
11578 2015-06-22 Yao Qi <yao.qi@linaro.org>
11579
11580 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11581
11582 2015-06-22 Yao Qi <yao.qi@linaro.org>
11583
11584 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11585 aarch64*-*-*.
11586 (skip_hw_watchpoint_tests): Likewise.
11587
11588 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11589
11590 * gdb.base/gdbinit-history.exp: Test the interaction between
11591 setting GDBHISTSIZE and setting the history size via .gdbinit.
11592
11593 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11594
11595 PR gdb/16999
11596 * gdb.base/gdbhistsize-history.exp: New test.
11597
11598 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11599
11600 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11601 with GDBHISTSIZE.
11602 * gdb.base/readline.exp: Likewise.
11603
11604 2015-06-17 Yao Qi <yao.qi@linaro.org>
11605
11606 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11607 line.
11608
11609 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11610
11611 * gdb.base/gdbinit-history.exp: Add test case to check that
11612 an unlimited history file does not get truncated on exit.
11613
11614 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11615
11616 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11617 (VECTOR): New macro. Use it...
11618 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11619 ...for these typedefs.
11620 (int8, char1, int1, double1): New typedefs.
11621 (struct just_int2, struct two_int2): New structures.
11622 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11623 (add_structvecs, add_singlevecs): New functions.
11624 (main): Call add_some_intvecs twice.
11625 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11626 the compile and exit upon failure. Try compiling for the "native"
11627 architecture. Test inferior function calls with vector arguments
11628 and vector return value handling with "finish" and "return".
11629
11630 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11631
11632 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11633 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11634 PE file.
11635 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11636
11637 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11638
11639 PR breakpoints/16465
11640 * gdb.mi/mi-dprintf-pending.c: New file.
11641 * gdb.mi/mi-dprintf-pending.exp: New test.
11642 * gdb.mi/mi-dprintf-pendshr.c: New file.
11643
11644 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11645 Mircea Gherzan <mircea.gherzan@intel.com>
11646
11647 * gdb.arch/i386-mpx-map.c: New file.
11648 * gdb.arch/i386-mpx-map.exp: New File.
11649
11650 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11651
11652 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11653 * gdb.arch/i386-mpx.exp: Indentation fixed.
11654
11655 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11656
11657 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11658 function and improved indentation.
11659 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11660 gdb_test_multiple. Added additional tests to skip the test.
11661
11662 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11663
11664 * gdb.arch/i386-avx512.c: Change path in include file.
11665 * gdb.arch/i386-avx512.exp: Change include dir path
11666 compilation flag.
11667 * gdb.arch/i386-mpx.c: Change path in include file.
11668 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11669 flag.
11670
11671 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11672
11673 * gdb.compile/compile-print.exp (compile print *vararray@3)
11674 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11675
11676 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11677
11678 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11679 (do not keep jit in memory): ... this.
11680 (expect 5): Change it to ...
11681 (expect no 5): ... this.
11682
11683 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11684
11685 PR gdb/15564
11686 * gdb.mi/mi-detach.exp: New file.
11687
11688 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11689
11690 PR symtab/18392
11691 * gdb.arch/amd64-tailcall-self.S: New file.
11692 * gdb.arch/amd64-tailcall-self.c: New file.
11693 * gdb.arch/amd64-tailcall-self.exp: New file.
11694
11695 2015-05-28 Don Breazeal <donb@codesourcery.com>
11696
11697 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11698 tests for remote targets by checking is_target_gdbserver.
11699
11700 2015-05-27 Doug Evans <dje@google.com>
11701
11702 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11703 * gdb.dwarf2/opaque-type-lookup.c: New file.
11704 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11705
11706 2015-05-26 Doug Evans <dje@google.com>
11707
11708 * gdb.cp/iostream.cc: New file.
11709 * gdb.cp/iostream.exp: New file.
11710
11711 2015-05-26 Doug Evans <dje@google.com>
11712
11713 * gdb.dwarf2/dw2-op-call.exp: Update.
11714 * gdb.dwarf2/dw4-sig-types.exp: Update.
11715 * gdb.dwarf2/implptr.exp: Update.
11716 * gdb.mi/mi-cmd-param-changed.exp: Update.
11717
11718 2015-05-26 Doug Evans <dje@google.com>
11719
11720 * gdb.python/py-lazy-string.c: New file.
11721 * gdb.python/py-lazy-string.exp: New file.
11722 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11723 (main): Update. Add estring3.
11724 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11725 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11726
11727 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11728 Yao Qi <yao.qi@linaro.org>
11729
11730 * gdb.reverse/aarch64.c: New.
11731 * gdb.reverse/aarch64.exp: New.
11732
11733 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11734
11735 * lib/gdb.exp (supports_process_record): Return true for
11736 aarch64*-linux*.
11737 (supports_reverse): Likewise.
11738
11739 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11740
11741 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11742 Use with_test_prefix.
11743
11744 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11745
11746 * gdb.base/completion.exp: Add test for completion of layout
11747 names.
11748
11749 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11750
11751 * lib/gdb.exp (skip_tui_tests): New proc.
11752 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11753
11754 2015-05-19 Pedro Alves <palves@redhat.com>
11755
11756 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11757 Save the whole env array instead of just HOME. Unset HISTSIZE in
11758 the environment while testing. Restore whole environment
11759 afterwards.
11760
11761 2015-05-16 Doug Evans <xdje42@gmail.com>
11762
11763 * gdb.guile/scm-ports.c: New file.
11764 * gdb.guile/scm-ports.exp: Add memory port tests.
11765
11766 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11767
11768 * gdb.compile/compile-print.c: New file.
11769 * gdb.compile/compile-print.exp: New file.
11770
11771 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11772
11773 * gdb.compile/compile-ops.exp: Cast param to void.
11774 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11775 (compile code struct_object.selffield = &struct_object): Add xfail.
11776
11777 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11778
11779 * gdb.ada/arr_enum_with_gap: New testcase.
11780
11781 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11782
11783 * gdb.ada/byte_packed_arr: New testcase.
11784
11785 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11786
11787 * gdb.ada/pckd_neg: New testcase.
11788
11789 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11790
11791 PR gdb/17820
11792 * gdb.base/gdbinit-history.exp: New test.
11793 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11794 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11795
11796 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11797
11798 * gdb.python/py-xmethods.cc: Enhance test case.
11799 * gdb.python/py-xmethods.exp: New tests.
11800 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11801 function.
11802 (B_indexoper): Likewise.
11803 (global_dm_list) : Add new xmethod worker functions.
11804
11805 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11806
11807 * gdb.base/coredump-filter.exp: Correctly unset
11808 "coredump_var_addr" array.
11809
11810 2015-05-08 Pedro Alves <palves@redhat.com>
11811
11812 * gdb.server/non-existing-program.exp: Unset spawn_id.
11813
11814 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11815
11816 PR python/18291
11817 * gdb.python/py-xmethods.exp: Add tests.
11818
11819 2015-05-08 Yao Qi <yao.qi@linaro.org>
11820
11821 PR gdb/18208
11822 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11823 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11824 function set_coredump_filter, and remove remote_exec call.
11825 Remove argument ipid. Callers update.
11826 (top level): Don't get inferior's PID.
11827
11828 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11829
11830 * gdb.base/watch_thread_num.exp: Skip test on targets without
11831 access watchpoints.
11832
11833 2015-05-06 Pedro Alves <palves@redhat.com>
11834
11835 PR server/18081
11836 * gdb.server/non-existing-program.exp: New file.
11837
11838 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11839
11840 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11841
11842 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11843
11844 * gdb.ada/out_of_line_in_inlined: New testcase.
11845
11846 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11847
11848 * gdb.ada/var_rec_arr: New testcase.
11849
11850 2015-04-30 Yao Qi <yao.qi@linaro.org>
11851
11852 * gdb.base/break-idempotent.exp: If
11853 skip_hw_watchpoint_multi_tests returns true, skip the tests
11854 on "rwatch" and "awatch".
11855
11856 2015-04-30 Yao Qi <yao.qi@linaro.org>
11857
11858 * gdb.base/relativedebug.exp: Invoke gdb command
11859 "info sharedlibrary", and if libc.so doesn't have debug info,
11860 skip the test.
11861
11862 2015-04-29 Doug Evans <dje@google.com>
11863
11864 * gdb.python/py-xmethods.exp: Add ptype tests.
11865 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11866 get_result_type method.
11867
11868 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11869
11870 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11871 the target does not support hardware watchpoints.
11872
11873 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11874
11875 * gdb.base/break-always.exp: Abort testing if writing to memory
11876 causes an error.
11877
11878 2015-04-28 Doug Evans <dje@google.com>
11879
11880 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11881 * gdb.python/py-pp-registration.exp: ... here. New file.
11882 * gdb.python/py-pp-registration.c: New file.
11883 * gdb.python/py-pp-registration.py: New file.
11884
11885 2015-04-28 Doug Evans <dje@google.com>
11886
11887 * gdb.python/py-bad-printers.c: New file.
11888 * gdb.python/py-bad-printers.py: New file.
11889 * gdb.python/py-bad-printers.exp: New file.
11890
11891 2015-04-28 Sasha Smundak <asmundak@google.com>
11892
11893 * gdb.python/py-type.exp: New test.
11894
11895 2015-04-28 Andy Wingo <wingo@igalia.com>
11896
11897 * gdb.python/py-parameter.exp:
11898 * gdb.guile/scm-parameter.exp: Escape the path that we are
11899 matching against, as it might contain characters that are special
11900 to regular expressions.
11901
11902 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11903
11904 * gdb.ada/rec_comp: New testcase.
11905
11906 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11907
11908 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11909 before using it.
11910
11911 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11912
11913 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11914 new tests for verilog output.
11915
11916 2015-04-24 Yao Qi <yao.qi@linaro.org>
11917
11918 * boards/remote-gdbserver-on-localhost.exp: New file.
11919
11920 2015-04-23 Pedro Alves <palves@redhat.com>
11921
11922 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11923 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11924 "end of file", remove $inferior_spawn_id from the indirect list.
11925
11926 2015-04-23 Pedro Alves <palves@redhat.com>
11927
11928 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11929
11930 2015-04-23 Pedro Alves <palves@redhat.com>
11931
11932 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11933 on $any_spawn_id instead of only on $gdb_spawn_id.
11934
11935 2015-04-21 Pierre Muller <muller@sourceware.org>
11936
11937 PR pascal/17815
11938 * lib/pascal.exp (gpc_compile): Add new option "class".
11939 (fpc_compile): Likewise.
11940 * gdb.pascal/case-insensitive-symbols.pas: New file.
11941 * gdb.pascal/case-insensitive-symbols.exp: New file.
11942
11943 2015-04-20 Gary Benson <gbenson@redhat.com>
11944
11945 * gdb.base/attach.exp: Fix three extended remote failures.
11946
11947 2015-04-17 Gary Benson <gbenson@redhat.com>
11948
11949 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11950 the main executable over the remote protocol.
11951
11952 2015-04-16 Pedro Alves <palves@redhat.com>
11953
11954 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11955 a new gdbserver if gdbserver_reconnect_p is set.
11956
11957 2015-04-16 Pedro Alves <palves@redhat.com>
11958
11959 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11960 is set, don't exit gdbserver.
11961
11962 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11963
11964 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11965 appropriate .insn, such that an older assembler can be used.
11966 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11967 the z/Architecture instruction set on 31-bit targets as well.
11968
11969 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11970
11971 * gdb.go/handcall.exp: Remove all logic related to the first
11972 breakpoint and rely on go_runto_main instead.
11973 * gdb.go/strings.exp: Likewise.
11974 * gdb.go/unsafe.exp: Likewise.
11975 * gdb.go/hello.exp: Likewise. Also rename the remaining
11976 breakpoint marker to "breakpoint 1".
11977 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11978 * gdb.go/strings.go: Likewise.
11979 * gdb.go/unsafe.go: Likewise.
11980 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11981 "set breakpoint 2 here" and rename the remaining breakpoint marker
11982 to "breakpoint 1".
11983
11984 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11985
11986 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11987 if itertools.imap is not present.
11988 * gdb.python/py-objfile.exp: Add parentheses.
11989 * gdb.python/py-type.exp: Same.
11990 * gdb.python/py-unwind-maint.py: Same.
11991
11992 2015-04-15 Yao Qi <yao.qi@linaro.org>
11993
11994 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11995 of ":$ptr_size" and set its form explicitly.
11996
11997 2015-04-15 Pedro Alves <palves@redhat.com>
11998 Yao Qi <yao.qi@linaro.org>
11999
12000 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12001 timeout by factor of 4.
12002 (test_regular_watch): Likewise.
12003 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12004 * gdb.reverse/sigall-reverse.exp: Likewise.
12005 * gdb.reverse/until-precsave.exp: Likewise.
12006 * lib/gdb.exp (with_timeout_factor): New proc.
12007 (gdb_expect): Move some code to ...
12008 (get_largest_timeout): ... here. New procedure.
12009
12010 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12011
12012 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12013
12014 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12015
12016 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12017 to write to the .text section.
12018
12019 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12020
12021 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12022 Handle the case of targets that do not provide PID information.
12023
12024 2015-04-13 Yao Qi <yao.qi@linaro.org>
12025
12026 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12027 and use expect instead of gdb_expect.
12028
12029 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12030
12031 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12032 "coredump_var_addr" to avoid naming conflict with other testcases.
12033
12034 2015-04-10 Pedro Alves <palves@redhat.com>
12035
12036 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12037 gdb_test_sequence and gdb_assert.
12038
12039 2015-04-10 Pedro Alves <palves@redhat.com>
12040
12041 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12042 test messages that don't include the breakpoint address.
12043
12044 2015-04-10 Yao Qi <yao.qi@linaro.org>
12045
12046 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12047 false for some offset and width combinations which aren't
12048 supported by linux kernel.
12049
12050 2015-04-10 Pedro Alves <palves@redhat.com>
12051
12052 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12053 procedure, factored out from ...
12054 (top level): ... here. Add "set displaced-stepping" testing axis.
12055 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12056 parameter "displaced". Use it.
12057 (top level): Use foreach and add "set displaced-stepping" testing
12058 axis.
12059
12060 2015-04-10 Pedro Alves <palves@redhat.com>
12061
12062 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12063 Remove comment.
12064 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12065 both the address of the instruction that triggers the watchpoint
12066 and the address of the instruction immediately after, and use
12067 those addresses for the test. Fix comment.
12068
12069 2015-04-10 Pedro Alves <palves@redhat.com>
12070
12071 * gdb.base/sigstep.exp (breakpoint_to_handler)
12072 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12073 Test "backtrace" in handler.
12074 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12075 (top level): Add new "displaced" test axis to
12076 breakpoint_to_handler, breakpoint_to_handler_entry and
12077 breakpoint_over_handler.
12078
12079 2015-04-10 Pedro Alves <palves@redhat.com>
12080
12081 PR gdb/18216
12082 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12083
12084 2015-04-10 Yao Qi <yao.qi@linaro.org>
12085
12086 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12087 (test_add_rn_pc): New function.
12088 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12089 (top level): Invoke test_add_rn_pc.
12090
12091 2015-04-10 Pedro Alves <palves@redhat.com>
12092
12093 PR gdb/13858
12094 * gdb.base/step-over-no-symbols.exp: New file.
12095
12096 2015-04-09 Andy Wingo <wingo@igalia.com>
12097
12098 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12099 after the Python tests.
12100
12101 2015-04-08 Keith Seitz <keiths@redhat.com>
12102
12103 PR python/16699
12104 * gdb.python/py-completion.exp: New tests for completion.
12105 * gdb.python/py-completion.py (CompleteLimit1): New class.
12106 (CompleteLimit2): Likewise.
12107 (CompleteLimit3): Likewise.
12108 (CompleteLimit4): Likewise.
12109 (CompleteLimit5): Likewise.
12110 (CompleteLimit6): Likewise.
12111 (CompleteLimit7): Likewise.
12112
12113 2015-04-08 Pedro Alves <palves@redhat.com>
12114
12115 PR gdb/18214
12116 PR gdb/18216
12117 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12118 function.
12119 (main): Install it as SIGUSR1 handler.
12120 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12121 parameter. Always use "setup" as prefix. Toggle "set
12122 displaced-stepping" off/on depending on global. Don't switch to
12123 thread 1 here.
12124 (top level): Add displaced stepping "off/on" test axis. Update
12125 "setup" calls. Wrap each subtest with with_test_prefix. Test
12126 continuing with a queued signal in each thread.
12127
12128 2015-04-08 Pedro Alves <palves@redhat.com>
12129
12130 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12131 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12132 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12133 Return early if running to main fails.
12134 * gdb.trace/while-stepping.exp: Likewise.
12135
12136 2015-04-07 Pedro Alves <palves@redhat.com>
12137
12138 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12139 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12140 interact with inferior program.
12141
12142 2015-04-07 Pedro Alves <palves@redhat.com>
12143
12144 * lib/gdb.exp (inferior_spawn_id): New global.
12145 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12146 spawn id after processing the user code.
12147 (default_gdb_start): Set inferior_spawn_id.
12148 (send_inferior): New procedure.
12149 * lib/gdbserver-support.exp (gdbserver_start): Set
12150 inferior_spawn_id.
12151 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12152
12153 2015-04-07 Pedro Alves <palves@redhat.com>
12154
12155 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12156 * lib/gdbserver-support.exp (gdbserver_start): Make
12157 $server_spawn_id global.
12158 (gdbserver_start): Don't wait for gdbserver's spawn id with
12159 expect_background.
12160 (close_gdbserver): New procedure.
12161 (gdb_exit): Rename the default version and reimplement.
12162
12163 2015-04-07 Pedro Alves <palves@redhat.com>
12164
12165 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12166 append the substituted item, not the original item.
12167
12168 2015-04-07 Pedro Alves <palves@redhat.com>
12169
12170 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12171 gdb_expect.
12172
12173 2015-04-07 Pedro Alves <palves@redhat.com>
12174
12175 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12176 output appearing once only.
12177
12178 2015-04-07 Pedro Alves <palves@redhat.com>
12179
12180 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12181 that doesn't expect anything. Return early if running to main
12182 fails.
12183
12184 2015-04-07 Yao Qi <yao.qi@linaro.org>
12185
12186 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12187 (child_function): Call alarm.
12188 (main): Move call to alarm into the loop.
12189 * gdb.threads/non-stop-fair-events.exp: Build program with
12190 -DTIMEOUT=$timeout.
12191
12192 2015-04-06 Doug Evans <xdje42@gmail.com>
12193
12194 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12195 Fix dest parameter to board_info.
12196 (fpc_compile): Ditto.
12197 (gdb_compile_pascal): Rename dest arg to destfile.
12198
12199 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12200
12201 * gdb.ada/funcall_ref.exp: New file.
12202 * gdb.ada/funcall_ref/foo.adb: New file.
12203
12204 2015-04-02 Yao Qi <yao.qi@linaro.org>
12205
12206 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12207 is remote.
12208
12209 2015-04-02 Gary Benson <gbenson@redhat.com>
12210
12211 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12212
12213 2015-04-01 Sasha Smundak <asmundak@google.com>
12214
12215 * gdb.python/py-unwind-maint.c: New file.
12216 * gdb.python/py-unwind-maint.exp: New test.
12217 * gdb.python/py-unwind-maint.py: New file.
12218 * gdb.python/py-unwind.c: New file.
12219 * gdb.python/py-unwind.exp: New test.
12220 * gdb.python/py-unwind.py: New test.
12221
12222 2015-04-01 Pedro Alves <palves@redhat.com>
12223
12224 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12225 to fail instead of non-existent $test.
12226
12227 2015-04-01 Pedro Alves <palves@redhat.com>
12228
12229 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12230 GDBFLAGS if not empty.
12231
12232 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12233
12234 * gdb.ada/complete.exp: Remove "multi_line".
12235 * gdb.ada/info_exc.exp: Remove "multi_line".
12236 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12237 * gdb.ada/ptype_field.exp: Remove "multi_line".
12238 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12239 * gdb.ada/tagged.exp: Remove "multi_line".
12240 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12241 [multi_line ...]
12242 * gdb.btrace/delta.exp: Likewise.
12243 * gdb.btrace/exception.exp: Likewise.
12244 * gdb.btrace/function_call_history.exp: Likewise.
12245 * gdb.btrace/instruction_history.exp: Likewise.
12246 * gdb.btrace/nohist.exp: Likewise.
12247 * gdb.btrace/record_goto.exp: Likewise.
12248 * gdb.btrace/segv.exp: Likewise.
12249 * gdb.btrace/stepi.exp: Likewise.
12250 * gdb.btrace/tailcall.exp: Likewise.
12251 * gdb.btrace/unknown_functions.exp: Likewise.
12252 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12253 * lib/gdb.exp: Add the "multi_line" helper.
12254
12255 2015-04-01 Pedro Alves <palves@redhat.com>
12256
12257 * gdb.threads/tid-reuse.c: New file.
12258 * gdb.threads/tid-reuse.exp: New file.
12259
12260 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12261
12262 PR corefiles/16092
12263 * gdb.base/coredump-filter.c: New file.
12264 * gdb.base/coredump-filter.exp: Likewise.
12265
12266 2015-03-27 Petr Machata <pmachata@redhat.com>
12267
12268 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12269 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12270 (Dwarf::assemble): Initialize them.
12271 (Dwarf::lines): New function.
12272
12273 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12274
12275 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12276 SYMBOL_PREFIX for x86_64-*-cygwin.
12277
12278 2015-03-26 Andy Wingo <wingo@igalia.com>
12279
12280 PR symtab/18148
12281 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12282 const_value but not a location.
12283 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12284 location defined in non-main CUs are visible.
12285
12286 2015-03-26 Yao Qi <yao.qi@linaro.org>
12287
12288 PR testsuite/18139
12289 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12290 Add a line number entry for the same line.
12291 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12292 Add a line number entry for the same line.
12293
12294 2015-03-26 Yao Qi <yao.qi@linaro.org>
12295
12296 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12297 .int 0.
12298 (func): Likewise. Add .Lfunc_1 label.
12299 Use .Lfunc_1 label.
12300 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12301 .int 0.
12302 (func): Likewise.
12303 Use .Lfunc_1 label.
12304
12305 2015-03-26 Yao Qi <yao.qi@linaro.org>
12306
12307 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12308 Call gdb_compile instead to compile each .s files without debug
12309 information.
12310
12311 2015-03-26 Yao Qi <yao.qi@linaro.org>
12312
12313 * gdb.base/savedregs.exp (process_saved_regs): Make
12314 "Saved registers:" optional in the pattern.
12315
12316 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12317
12318 * gdb.btrace/next.exp: Merged into step.exp.
12319 * gdb.btrace/finish.exp: Merged into step.exp.
12320 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12321 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12322 "record goto" and checking the exact replay position.
12323 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12324 check for "Recording format" in "info record" output.
12325 * gdb.btrace/record_goto.exp: Choose test file based on target.
12326 * gdb.btrace/x86-record_goto.S: Renamed into ...
12327 * gdb.btrace/x86_64-record_goto.S: ... this.
12328 * gdb.btrace/i686-record_goto.S: New.
12329 * gdb.btrace/x86-tailcall.S: Renamed into ...
12330 * gdb.btrace/x86_64-tailcall.S: ... this.
12331 * gdb.btrace/i686-tailcall.S: New.
12332 * gdb.btrace/x86-tailcall.c: Renamed into ...
12333 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12334 separate statements. Update test.
12335 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12336 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12337 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12338 * gdb.btrace/tailcall.exp: Choose test file based on target.
12339 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12340
12341 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12342
12343 * gdb.btrace/exception.exp: Increase BTS buffer size.
12344
12345 2015-03-24 Pedro Alves <palves@redhat.com>
12346
12347 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12348
12349 2015-03-24 Pedro Alves <palves@redhat.com>
12350
12351 * gdb.threads/schedlock.exp (test_step): No longer expect that
12352 "set scheduler-locking step" with "next" over a function call runs
12353 threads unlocked.
12354
12355 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12356
12357 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12358
12359 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12360
12361 PR breakpoints/16466
12362 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12363 * gdb.mi/mi-pending.c (thread_func): New function.
12364 (int main): Add threading support required.
12365 * gdb.mi/mi-pending.exp: Add tests for this issue.
12366 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12367 (pendfunc2): Remove stdio dependency.
12368 * gdb.mi/mi-pendshr2.c: New file.
12369
12370 2015-03-23 Keith Seitz <keiths@redhat.com>
12371
12372 * gdb.linespec/keywords.c: New file.
12373 * gdb.linespec/keywords.exp: New file.
12374
12375 2015-03-23 Keith Seitz <keiths@redhat.com>
12376
12377 PR gdb/18021
12378 * gdb.dwarf2/staticvirtual.exp: New test.
12379
12380 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12381
12382 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12383 * README: Remove HP-UX and gdb.hp.
12384 (configuration):
12385 * configure: Regenerate.
12386 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12387 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12388 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12389 gdb.hp/gdb.defects/Makefile.
12390 * gdb.hp/Makefile.in: File deleted.
12391 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12392 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12393 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12394 * gdb.hp/gdb.aCC/run.c: File deleted.
12395 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12396 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12397 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12398 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12399 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12400 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12401 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12402 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12403 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12404 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12405 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12406 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12407 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12408 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12409 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12410 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12411 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12412 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12413 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12414 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12415 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12416 * gdb.hp/gdb.compat/average.c: File deleted.
12417 * gdb.hp/gdb.compat/sum.c: File deleted.
12418 * gdb.hp/gdb.compat/xdb.c: File deleted.
12419 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12420 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12421 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12422 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12423 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12424 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12425 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12426 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12427 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12428 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12429 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12430 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12431 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12432 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12433 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12434 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12435 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12436 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12437 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12438 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12439 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12440 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12441 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12442 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12443 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12444 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12445 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12446 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12447 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12448 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12449 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12450 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12451 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12452 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12453 * gdb.hp/tools/odump: File deleted.
12454
12455 2015-03-19 Pedro Alves <palves@redhat.com>
12456
12457 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12458 (saw_thread_3): New globals.
12459 (top level): Increment them when an event for the corresponding
12460 thread is seen.
12461 (no thread starvation): New test.
12462
12463 2015-03-19 Pedro Alves <palves@redhat.com>
12464
12465 * gdb.threads/continue-pending-status.c: New file.
12466 * gdb.threads/continue-pending-status.exp: New file.
12467
12468 2015-03-18 Pedro Alves <palves@redhat.com>
12469
12470 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12471 Use gdb_is_target_remote instead of is_remote. Use
12472 gdb_test_multiple instead of gdb_expect. Exit early if
12473 gdb_test_multiple hits its internal matches. Tighten stepi tests
12474 expected output. Fail on exit with any signal, instead of just
12475 SIGILL.
12476
12477 2015-03-18 Yao Qi <yao.qi@linaro.org>
12478
12479 PR tdep/18107
12480 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12481 variable.
12482 * gdb.base/catch-syscall.exp: Don't skip it on
12483 aarch64*-*-linux* target. Remove elements in all_syscalls.
12484 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12485 target.
12486 (setup_all_syscalls): New proc.
12487
12488 2015-03-16 Yao Qi <yao.qi@linaro.org>
12489
12490 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12491 (top level): Skip tests if valid_addr_p returns false for
12492 $cmd1 or $cmd2.
12493
12494 2015-03-11 Andy Wingo <wingo@igalia.com>
12495
12496 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12497
12498 2015-03-11 Yao Qi <yao.qi@linaro.org>
12499
12500 * gdb.base/catch-syscall.exp: Fix typo in comments.
12501
12502 2015-03-11 Yao Qi <yao.qi@linaro.org>
12503
12504 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12505
12506 2015-03-09 Pedro Alves <palves@redhat.com>
12507
12508 * dg-extract-results.py: Delete.
12509
12510 2015-03-09 Pedro Alves <palves@redhat.com>
12511
12512 Merge dg-extract-results.sh from GCC upstream (r218843).
12513
12514 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12515 * dg-extract-results.sh: Use --text with grep to avoid issues with
12516 binary files. Fall back to cat -v, if that doesn't work.
12517
12518 2015-03-05 Pedro Alves <palves@redhat.com>
12519
12520 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12521
12522 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12523
12524 * lib/mi-support.exp (mi_expect_interrupt): Accept
12525 alternative event for when in all-stop mode.
12526
12527 2015-03-04 Pedro Alves <palves@redhat.com>
12528
12529 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12530
12531 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12532
12533 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12534
12535 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12536
12537 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12538 regexps for GDB's current line display, accept a hex address
12539 preceding the line number.
12540
12541 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12542
12543 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12544 the 'arch1' variable for "s390*-linux*" targets.
12545
12546 2015-03-04 Pedro Alves <palves@redhat.com>
12547
12548 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12549 (main): Pass missing retval argument to pthread_join call.
12550
12551 2015-03-02 Pedro Alves <palves@redhat.com>
12552
12553 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12554 (top level): Call do_test with non-stop as well.
12555
12556 2015-03-02 Pedro Alves <palves@redhat.com>
12557
12558 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12559 -1.
12560
12561 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12562
12563 * gdb.arch/s390-vregs.exp: New test.
12564 * gdb.arch/s390-vregs.S: New file.
12565
12566 2015-02-27 Pedro Alves <palves@redhat.com>
12567
12568 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12569 call to catch_command_errors.
12570 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12571 catch_command_errors.
12572
12573 2015-02-27 Pedro Alves <palves@redhat.com>
12574
12575 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12576 "true" for boolean result.
12577 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12578 prototype of main.
12579
12580 2015-02-27 Pedro Alves <palves@redhat.com>
12581
12582 * lib/unbuffer_output.c: New file.
12583 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12584 (main): Call gdb_unbuffer_output.
12585
12586 2015-02-27 Yao Qi <yao.qi@linaro.org>
12587
12588 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12589 target.
12590
12591 2015-02-26 Doug Evans <dje@google.com>
12592
12593 * gdb.cp/class2.cc (Dbase, D): New classes.
12594 (main): New local delta.
12595 * gdb.cp/class2.exp: Test printing delta.
12596 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12597 (dynbar): New global.
12598 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12599
12600 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12601
12602 * gdb.compile/compile-ifunc.c: New file.
12603 * gdb.compile/compile-ifunc.exp: New file.
12604
12605 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12606
12607 * gdb.base/structs.exp: Check for correct struct on finish.
12608
12609 2015-02-26 Yao Qi <yao.qi@linaro.org>
12610
12611 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12612 is zero.
12613
12614 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12615
12616 * gdb.arch/cordic.ko.bz2: New file.
12617 * gdb.arch/cordic.ko.debug.bz2: New file.
12618 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12619
12620 2015-02-25 Yao Qi <yao.qi@linaro.org>
12621
12622 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12623 aarch64*-*-* target.
12624
12625 2015-02-23 Pedro Alves <palves@redhat.com>
12626
12627 * lib/gdb.exp (delete_breakpoints): Rewrite using
12628 gdb_test_multiple.
12629
12630 2015-02-23 Pedro Alves <palves@redhat.com>
12631
12632 * gdb.base/info-os.c: Include stdlib.h.
12633
12634 2015-02-22 Doug Evans <xdje42@gmail.com>
12635
12636 PR symtab/17855
12637 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12638 is read after symbols have been re-read.
12639 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12640 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12641
12642 2015-02-21 Doug Evans <dje@google.com>
12643
12644 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12645
12646 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12647
12648 PR corefiles/17808
12649 * gdb.arch/i386-biarch-core.core.bz2: New file.
12650 * gdb.arch/i386-biarch-core.exp: New file.
12651
12652 2015-02-21 Pedro Alves <palves@redhat.com>
12653
12654 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12655 runto_main fails.
12656
12657 2015-02-20 Pedro Alves <palves@redhat.com>
12658
12659 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12660 info probes.
12661
12662 2015-02-20 Pedro Alves <palves@redhat.com>
12663
12664 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12665
12666 2015-02-20 Pedro Alves <palves@redhat.com>
12667
12668 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12669 clean_restart before gdb_target_supports_trace.
12670
12671 2015-02-20 Pedro Alves <palves@redhat.com>
12672
12673 PR threads/18006
12674 * gdb.threads/clone-thread_db.c: New file.
12675 * gdb.threads/clone-thread_db.exp: New file.
12676
12677 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12678
12679 PR breakpoints/16812
12680 * gdb.base/catch-gdb-caused-signals.c: New file.
12681 * gdb.base/catch-gdb-caused-signals.exp: New file.
12682
12683 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12684
12685 * configure: Regenerated.
12686 * configure.ac: Use GDB_AC_TRANSFORM.
12687 * aclocal.m4: sinclude ../transform.m4.
12688
12689 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12690
12691 * lib/dtrace.exp: New file.
12692 * gdb.base/dtrace-probe.exp: Likewise.
12693 * gdb.base/dtrace-probe.d: Likewise.
12694 * gdb.base/dtrace-probe.c: Likewise.
12695 * lib/pdtrace.in: Likewise.
12696 * configure.ac: Output variables with the transformed names of
12697 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12698 * configure: Regenerated.
12699
12700 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12701
12702 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12703 expected message when trying to access $_probe_* convenience
12704 variables while not on a probe.
12705
12706 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12707
12708 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12709
12710 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12711
12712 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12713 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12714
12715 2015-02-10 Doug Evans <xdje42@gmail.com>
12716
12717 * lib/gdb.exp (gdb_load): Always return a result.
12718
12719 2015-02-10 Pedro Alves <palves@redhat.com>
12720
12721 * gdb.threads/signal-sigtrap.c: New file.
12722 * gdb.threads/signal-sigtrap.exp: New file.
12723
12724 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12725
12726 * gdb.trace/no-attach-trace.c: New file.
12727 * gdb.trace/no-attach-trace.exp: New file.
12728
12729 2015-02-09 Mark Wielaard <mjw@redhat.com>
12730
12731 * gdb.dwarf2/atomic.c: New file.
12732 * gdb.dwarf2/atomic-type.exp: Likewise.
12733
12734 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12735
12736 * gdb.btrace/buffer-size.exp: Update "info record" output.
12737 * gdb.btrace/delta.exp: Update "info record" output.
12738 * gdb.btrace/enable.exp: Update "info record" output.
12739 * gdb.btrace/finish.exp: Update "info record" output.
12740 * gdb.btrace/instruction_history.exp: Update "info record" output.
12741 * gdb.btrace/next.exp: Update "info record" output.
12742 * gdb.btrace/nexti.exp: Update "info record" output.
12743 * gdb.btrace/step.exp: Update "info record" output.
12744 * gdb.btrace/stepi.exp: Update "info record" output.
12745 * gdb.btrace/nohist.exp: Update "info record" output.
12746
12747 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12748
12749 * gdb.btrace/buffer-size: New.
12750
12751 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12752
12753 * gdb.btrace/delta.exp: Update "info record" output.
12754 * gdb.btrace/enable.exp: Update "info record" output.
12755 * gdb.btrace/finish.exp: Update "info record" output.
12756 * gdb.btrace/instruction_history.exp: Update "info record" output.
12757 * gdb.btrace/next.exp: Update "info record" output.
12758 * gdb.btrace/nexti.exp: Update "info record" output.
12759 * gdb.btrace/step.exp: Update "info record" output.
12760 * gdb.btrace/stepi.exp: Update "info record" output.
12761 * gdb.btrace/nohist.exp: Update "info record" output.
12762
12763 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12764
12765 PR gdb/15678
12766 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12767
12768 2015-02-06 Pedro Alves <palves@redhat.com>
12769
12770 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12771 macro.
12772 (seconds_left, again): New globals.
12773 (main): Wait seconds_left in a 1-second sleep loop instead of
12774 sleeping 180 seconds. If 'again' is set, reset the seconds
12775 counter.
12776 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12777 'again' in the inferior before detaching. Print the seconds left.
12778 (options): New global.
12779 (top level): Build program with -DTIMEOUT=$timeout.
12780
12781 2015-02-06 Pedro Alves <palves@redhat.com>
12782
12783 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12784 determine how many seconds to pass to 'alarm'.
12785 * gdb.base/gdb-sigterm.exp (top level): Build program with
12786 -DTIMEOUT=$timeout.
12787 (do_test): Return success/failure indication. Add more verbose
12788 logging. Don't fail if 200 single steps are seen. Instead, fail
12789 when the test times out.
12790 (passes): New global.
12791 (top level): Break the testing loop if testing fails on any
12792 iteration. Use gdb_assert.
12793
12794 2015-02-04 Don Breazeal <donb@codesourcery.com>
12795
12796 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12797 and initialize them.
12798 (ipc_cleanup): New function.
12799 (main): Don't declare shmid, semid, and msqid. Add a call to
12800 atexit so that we call ipc_cleanup on exit.
12801
12802 2015-02-04 Pedro Alves <palves@redhat.com>
12803
12804 * boards/native-extended-gdbserver.exp: Remove any target variant
12805 specifications from the board name before clearing the isremote
12806 flag from board_info.
12807
12808 2015-01-31 Doug Evans <xdje42@gmail.com>
12809
12810 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12811
12812 2015-01-31 Gary Benson <gbenson@redhat.com>
12813
12814 * gdb.base/completion.exp: Disable completion limiting for
12815 existing tests. Add new tests to check completion limiting.
12816 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12817
12818 2015-01-31 Doug Evans <xdje42@gmail.com>
12819
12820 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12821
12822 2015-01-31 Doug Evans <xdje42@gmail.com>
12823
12824 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12825 entries. Duplicate file section script entries.
12826 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12827 inlined entries. Add test for safe-path rejection.
12828 * gdb.python/py-section-script.c: Add duplicate inlined section script
12829 entries. Duplicate file section script entries.
12830 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12831 inlined entries. Add test for safe-path rejection.
12832
12833 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12834
12835 * gdb.ada/disc_arr_bound: New testcase.
12836
12837 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12838
12839 * gdb.ada/mi_var_array: New testcase.
12840
12841 2015-01-27 Doug Evans <dje@google.com>
12842
12843 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12844 Add test for objfile.filename, objfile.username after objfile
12845 has been unloaded.
12846
12847 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12848
12849 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12850 the second test to print the name attribute of value
12851 returned by the call to gdb.lookup_type, and adjust
12852 the expected output accordingly.
12853
12854 2015-01-25 Mark Wielaard <mjw@redhat.com>
12855
12856 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12857 * gdb.base/disp-step-fork.c: Include unistd.h.
12858 * gdb.base/siginfo-obj.c: Include stdio.h.
12859 * gdb.base/siginfo-thread.c: Likewise.
12860 * gdb.mi/non-stop.c: Include unistd.h.
12861 * gdb.mi/nsthrexec.c: Include stdio.h.
12862 * gdb.mi/pthreads.c: Include unistd.h.
12863 * gdb.modula2/unbounded1.c (main): Declare returns int.
12864 * gdb.reverse/consecutive-reverse.c: Likewise.
12865 * gdb.threads/create-fail.c: Include unistd.h.
12866 * gdb.threads/killed.c: Likewise.
12867 * gdb.threads/linux-dp.c: Likewise.
12868 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12869 * gdb.threads/non-ldr-exc-2.c: Likewise.
12870 * gdb.threads/non-ldr-exc-3.c: Likewise.
12871 * gdb.threads/non-ldr-exc-4.c: Likewise.
12872 * gdb.threads/pthreads.c: Include unistd.h.
12873 (main): Declare returns int.
12874 * gdb.threads/tls-main.c (foo): New declaration.
12875 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12876
12877 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12878
12879 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12880 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12881
12882 2015-01-15 Mark Wielaard <mjw@redhat.com>
12883
12884 * gdb.base/noreturn-return.c: New file.
12885 * gdb.base/noreturn-return.exp: New file.
12886 * gdb.base/noreturn-finish.c: New file.
12887 * gdb.base/noreturn-finish.exp: New file.
12888
12889 2015-01-23 Pedro Alves <palves@redhat.com>
12890
12891 * gdb.threads/continue-pending-after-query.c: New file.
12892 * gdb.threads/continue-pending-after-query.exp: New file.
12893
12894 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12895 Simon Marchi <simon.marchi@ericsson.com>
12896
12897 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12898 * gdb.base/valgrind-db-attach.exp: Same.
12899 * gdb.base/valgrind-infcall.exp: Same.
12900 * lib/mi-support.exp (default_mi_gdb_start): Same.
12901 * lib/prompt.exp (default_prompt_gdb_start): Same.
12902 * lib/gdb.exp (default_gdb_spawn): Same.
12903 (gdb_interact): New.
12904
12905
12906 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12907
12908 * gdb.compile/compile.exp (pointer to jit function): New test.
12909
12910 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12911
12912 * lib/gdb.exp (supports_process_record): Return true for
12913 powerpc*-*-linux*.
12914 (supports_reverse): Likewise.
12915
12916 2015-01-15 Don Breazeal <donb@codesourcery.com>
12917
12918 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12919 instead of checking whether the target board is remote and
12920 use spawn_wait_for_attach instead of exec/sleep.
12921 * gdb.base/attach-twice.exp: Likewise.
12922
12923 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12924
12925 * gdb.ada/var_arr_attrs: New testcase.
12926
12927 2015-01-14 Pedro Alves <palves@redhat.com>
12928 Joel Brobecker <brobecker@adacore.com>
12929
12930 PR gdb/17525
12931 * gdb.base/bp-cmds-execution-x-script.c: New file.
12932 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12933 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12934
12935 2015-01-14 Pedro Alves <palves@redhat.com>
12936
12937 PR cli/17828
12938 * gdb.base/batch-preserve-term-settings.c: New file.
12939 * gdb.base/batch-preserve-term-settings.exp: New file.
12940
12941 2015-01-13 Doug Evans <dje@google.com>
12942
12943 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12944 binary.
12945
12946 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12947
12948 * Makefile.in (clean mostlyclean): Do not delete *.py.
12949
12950 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12951
12952 * gdb.python/py-lookup-type.exp: New file.
12953
12954 2015-01-12 Pedro Alves <palves@redhat.com>
12955
12956 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12957 restore GDBFLAGS before returning.
12958
12959 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12960
12961 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12962 is_amd64_regs_target and is_x86_like_target.
12963
12964 2015-01-11 Doug Evans <xdje42@gmail.com>
12965
12966 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12967 is given without an explicit form.
12968 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12969 attributes.
12970 * gdb.dwarf/corrupt.exp: Ditto.
12971 * gdb.dwarf2/enum-type.exp: Ditto.
12972 * gdb.trace/entry-values.exp: Ditto.
12973 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12974
12975 2015-01-11 Doug Evans <xdje42@gmail.com>
12976
12977 PR gdb/15830
12978 * gdb.base/maint.exp: Remove references to "maint demangle".
12979 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12980 Add tests for explicitly specifying language to demangle.
12981 * gdb.dlang/demangle.exp: Ditto.
12982
12983 2015-01-09 Pedro Alves <palves@redhat.com>
12984
12985 * gdb.threads/non-stop-fair-events.c: New file.
12986 * gdb.threads/non-stop-fair-events.exp: New file.
12987
12988 2015-01-09 Pedro Alves <palves@redhat.com>
12989
12990 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12991 the global scope. Set a breakpoint after all threads are started
12992 rather than stepping over two source lines. Expect the prompt.
12993 * gdb.base/watch_thread_num.c (threads_started_barrier): New
12994 global.
12995 (NUM): Now 15.
12996 (main): Use threads_started_barrier to wait for all threads to
12997 start. Main thread no longer calls thread_function. Exit after
12998 180 seconds.
12999 (loop): New function.
13000 (thread_function): Wait on threads_started_barrier barrier. Call
13001 'loop' at each iteration.
13002 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13003 threads have started, instead of hardcoding number of "next"
13004 steps. Use an access watchpoint instead of a write watchpoint.
13005
13006 2015-01-09 Pedro Alves <palves@redhat.com>
13007
13008 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13009 (thread_func): Wait on barrier.
13010 (main): Wait for all threads to start before stopping GDB.
13011 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13012 global.
13013 (thread1_func, thread2_func): Wait on barrier.
13014 (main): Wait for all threads to start before stopping GDB.
13015 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13016 New global.
13017 (thread1_func, thread2_func): Wait on barrier.
13018 (main): Wait for all threads to start before stopping GDB.
13019
13020 2015-01-09 Pedro Alves <palves@redhat.com>
13021
13022 * gdb.threads/attach-many-short-lived-threads.c: New file.
13023 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13024
13025 2014-01-09 Pedro Alves <palves@redhat.com>
13026
13027 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13028 instead of to thread 2.
13029 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13030 Add barrier around each pthread_create call instead of around all
13031 calls.
13032 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13033 Set a break on thread_function and have the child threads hit it
13034 one at at a time.
13035
13036 2015-01-09 Pedro Alves <palves@redhat.com>
13037
13038 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13039 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13040 false.
13041 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13042 checking whether the target board is remote.
13043 * gdb.multi/multi-attach.exp: Likewise.
13044 * gdb.python/py-sync-interp.exp: Likewise.
13045 * gdb.server/ext-attach.exp: Likewise.
13046 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13047 tests that need to attach, instead of checking whether the target
13048 board is remote at the top of the file.
13049
13050 2015-01-08 Yao Qi <yao@codesourcery.com>
13051
13052 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13053
13054 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13055
13056 Fix testcase compilation.
13057 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13058
13059 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13060
13061 * gdb.python/py-type.exp: Add a couple test about empty
13062 array creation, and negative-length array creation.
13063
13064 2015-01-02 Doug Evans <xdje42@gmail.com>
13065
13066 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13067
13068 2015-01-02 Doug Evans <dje@google.com>
13069
13070 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13071
13072 2014-12-29 Yao Qi <yao@codesourcery.com>
13073
13074 * gdb.trace/entry-values.exp: Update comments. Rename variable
13075 bar_call_foo to returned_from_foo.
13076
13077 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13078
13079 PR gdb/17394
13080 * gdb.linespec/break-asm-file.c: New file.
13081 * gdb.linespec/break-asm-file.exp: New file.
13082 * gdb.linespec/break-asm-file0.s: New file.
13083 * gdb.linespec/break-asm-file1.s: New file.
13084
13085 2014-12-18 Nigel Stephens <nigel@mips.com>
13086 Maciej W. Rozycki <macro@codesourcery.com>
13087
13088 * gdb.base/float.exp: Handle the new output from "info float" on
13089 MIPS targets.
13090
13091 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13092
13093 Fix MinGW compilation.
13094 * gdb.compile/compile-ops.exp: Update untested message if
13095 !skip_compile_feature_tests.
13096 * gdb.compile/compile-setjmp.exp: Likewise.
13097 * gdb.compile/compile-tls.exp: Likewise.
13098 * gdb.compile/compile.exp: Likewise.
13099 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13100 supported on this host".
13101
13102 2014-12-16 Doug Evans <xdje42@gmail.com>
13103
13104 * boards/stabs.exp: New file.
13105
13106 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13107
13108 * gdb.base/completion.exp: Adjust to format changes of "maint
13109 print user-registers".
13110
13111 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13112
13113 PR server/17457
13114 * gdb.arch/aarch64-fp.c: New file.
13115 * gdb.arch/aarch64-fp.exp: New file.
13116
13117 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13118
13119 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13120 r210637, r210913, r211666, r215400, r215817).
13121
13122 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13123 * dg-extract-results.py: New file.
13124 * dg-extract-results.sh: Use it if the environment seems
13125 suitable.
13126
13127 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13128
13129 * dg-extract-results.py (parse_run): Handle warnings that
13130 are printed before a test harness is run.
13131
13132 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13133
13134 * dg-extract-results.py (Named): Remove __cmp__ method.
13135 (output_variation): Use a key to sort variation.harnesses.
13136
13137 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13138
13139 * dg-extract-results.py: For Python 3, force sys.stdout to
13140 handle surrogate escape sequences.
13141 (safe_open): New function.
13142 (output_segment, main): Use it.
13143
13144 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13145
13146 * dg-extract-results.py (Prog.result_re): Include options
13147 in test name.
13148
13149 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13150
13151 * dg-extract-results.py (output_variation): Always sort if
13152 do_sum.
13153
13154 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13155
13156 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13157 as long as we get pagination notifications.
13158
13159 2014-12-15 Jason Merrill <jason@redhat.com>
13160
13161 * Makefile.in (check-gdb.%): Restore.
13162 * README: Mention it.
13163
13164 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13165
13166 * gdb.ada/str_uninit: New testcase.
13167
13168 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13169
13170 PR symtab/17642
13171 * gdb.base/vla-stub-define.c: New file.
13172 * gdb.base/vla-stub.c: New file.
13173 * gdb.base/vla-stub.exp: New file.
13174
13175 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13176 Jan Kratochvil <jan.kratochvil@redhat.com>
13177 Tom Tromey <tromey@redhat.com>
13178
13179 * configure.ac: Add gdb.compile/.
13180 * configure: Regenerate.
13181 * gdb.compile/Makefile.in: New file.
13182 * gdb.compile/compile-ops.exp: New file.
13183 * gdb.compile/compile-ops.c: New file.
13184 * gdb.compile/compile-tls.c: New file.
13185 * gdb.compile/compile-tls.exp: New file.
13186 * gdb.compile/compile-constvar.S: New file.
13187 * gdb.compile/compile-constvar.c: New file.
13188 * gdb.compile/compile-mod.c: New file.
13189 * gdb.compile/compile-nodebug.c: New file.
13190 * gdb.compile/compile-setjmp-mod.c: New file.
13191 * gdb.compile/compile-setjmp.c: New file.
13192 * gdb.compile/compile-setjmp.exp: New file.
13193 * gdb.compile/compile-shlib.c: New file.
13194 * gdb.compile/compile.c: New file.
13195 * gdb.compile/compile.exp: New file.
13196 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13197
13198 2014-12-12 Tom Tromey <tromey@redhat.com>
13199
13200 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13201 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13202
13203 2014-12-12 Doug Evans <dje@google.com>
13204
13205 * lib/gdb-python.exp (get_python_valueof): New function.
13206 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13207
13208 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13209
13210 * gdb.base/completion.exp: Add test for completion of "info
13211 registers ".
13212
13213 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13214
13215 * gdb.base/func-ptrs.c: New file.
13216 * gdb.base/func-ptrs.exp: New file.
13217
13218 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13219
13220 PR breakpoints/17012
13221 * gdb.base/dprintf-detach.c: New file.
13222 * gdb.base/dprintf-detach.exp: New file.
13223
13224 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13225
13226 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13227 * lib/gdb.exp (target_is_gdbserver): New procedure.
13228
13229 2014-12-08 Doug Evans <dje@google.com>
13230
13231 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13232
13233 2014-12-05 Yao Qi <yao@codesourcery.com>
13234
13235 * gdb.guile/scm-error.exp: Remove the third argument to
13236 gdb_remote_download.
13237 * gdb.guile/scm-frame-args.exp: Likewise.
13238 * gdb.guile/scm-section-script.exp: Likewise.
13239
13240 2014-12-05 Yao Qi <yao@codesourcery.com>
13241
13242 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13243
13244 2014-12-04 Doug Evans <dje@google.com>
13245
13246 * gdb.python/py-objfile.exp: Add tests for
13247 objfile.add_separate_debug_file.
13248
13249 2014-12-04 Doug Evans <dje@google.com>
13250
13251 * lib/gdb.exp (get_build_id): New function.
13252 (build_id_debug_filename_get): Rewrite to use it.
13253 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13254
13255 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13256
13257 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13258 `method(long)', not just 0x0.
13259 * gdb.cp/nsalias.exp: Align code labels to 4.
13260 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13261 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13262 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13263 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13264 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13265 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13266
13267 2014-12-02 Doug Evans <dje@google.com>
13268
13269 PR symtab/17602
13270 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13271 * gdb.cp/anon-ns2.cc: ... here. New file.
13272 * gdb.cp/anon-ns.exp: Update.
13273
13274 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13275
13276 * gdb.python/py-events.py (inferior_call_handler): New.
13277 (register_changed_handler, memory_changed_handler): New.
13278 (test_events.invoke): Register new handlers.
13279 * gdb.python/py-events.exp: Add tests for inferior call,
13280 memory_changed and register_changed events.
13281
13282 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13283
13284 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13285 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13286 if the linker doesn't understand this.
13287
13288 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13289
13290 * gdb.python/python.exp: Change expected reply to help().
13291
13292 2014-12-01 Yao Qi <yao@codesourcery.com>
13293
13294 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13295 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13296 * configure: Re-generated.
13297
13298 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13299
13300 * gdb.cp/chained-calls.cc: New file.
13301 * gdb.cp/chained-calls.exp: New file.
13302 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13303
13304 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13305
13306 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13307 * gdb.dwarf2/symtab-producer.exp: Same.
13308 * gdb.gdb/python-interrupts.exp: Same.
13309 * gdb.gdb/python-selftest.exp: Same.
13310 * gdb.python/py-linetable.exp: Same.
13311 * gdb.python/py-type.exp: Same.
13312 * gdb.python/py-value-cc.exp: Same.
13313 * gdb.python/py-value.exp: Same.
13314
13315 2014-11-28 Yao Qi <yao@codesourcery.com>
13316
13317 * gdb.base/break-probes.exp: Match library name prefixed with
13318 sysroot.
13319
13320 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13321
13322 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13323 test expected output. Add parentheses for the call to print.
13324 Remove L suffix from integers.
13325
13326 2014-11-26 Doug Evans <dje@google.com>
13327
13328 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13329
13330 2014-11-22 Yao Qi <yao@codesourcery.com>
13331
13332 * gdb.trace/entry-values.c: Remove asms.
13333 (foo): Add foo_label.
13334 (bar): Add bar_label.
13335 * gdb.trace/entry-values.exp: Remove code computing foo's
13336 length and bar's length.
13337 (Dwarf::assemble): Invoke function_range for bar and use
13338 MACRO_AT_func for foo.
13339
13340 2014-11-22 Yao Qi <yao@codesourcery.com>
13341
13342 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13343 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13344 Use .Lgcc43_procstart instead of gcc43.
13345
13346 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13347
13348 * gdb.ada/n_arr_bound: New testcase.
13349
13350 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13351
13352 PR breakpoints/10737
13353 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13354 test_catch_syscall_multi_arch.
13355 (test_catch_syscall_multi_arch): New function.
13356
13357 2014-11-20 Doug Evans <xdje42@gmail.com>
13358
13359 * gdb.base/maint.exp: Update expected output.
13360
13361 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13362
13363 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13364 4-byte instruction on S390.
13365
13366 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13367
13368 * gdb.ada/arr_arr: New testcase.
13369
13370 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13371
13372 * gdb.ada/pkd_arr_elem: New Testcase.
13373
13374 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13375
13376 * gdb.reverse/break-precsave: Expect completion message for
13377 core file reads.
13378 * gdb.reverse/consecutive-precsave.exp: Likewise.
13379 * gdb.reverse/finish-precsave.exp: Likewise.
13380 * gdb.reverse/i386-precsave.exp: Likewise.
13381 * gdb.reverse/machinestate-precsave.exp: Likewise.
13382 * gdb.reverse/sigall-precsave.exp: Likewise.
13383 * gdb.reverse/solib-precsave.exp: Likewise.
13384 * gdb.reverse/step-precsave.exp: Likewise.
13385 * gdb.reverse/until-precsave.exp: Likewise.
13386 * gdb.reverse/watch-precsave.exp: Likewise.
13387
13388 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13389
13390 * gdb.base/bp-permanent.c: Include unistd.h.
13391 * gdb.python/py-framefilter-mi.c (main): Add return type.
13392 * gdb.python/py-framefilter.c (main): Likewise.
13393 * gdb.trace/actions-changed.c (main): Likewise.
13394
13395 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13396
13397 * gdb.mi/until.c: Add eye-catchers.
13398 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13399 line numbers.
13400
13401 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13402
13403 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13404 function header variants in break1.c.
13405 * gdb.base/ena-dis-br.exp: Likewise.
13406 * gdb.base/hbreak2.exp: Likewise.
13407 * gdb.reverse/until-precsave.exp: Drop references to removed
13408 non-prototype function header variants in ur1.c.
13409 * gdb.reverse/until-reverse.exp: Likewise.
13410
13411 2014-11-17 Petr Machata <pmachata@redhat.com>
13412
13413 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13414 ${_cu_offset_size} bytes abbrev offset.
13415
13416 2014-11-15 Doug Evans <xdje42@gmail.com>
13417
13418 PR symtab/17559
13419 * gdb.base/line-symtabs.exp: New file.
13420 * gdb.base/line-symtabs.c: New file.
13421 * gdb.base/line-symtabs.h: New file.
13422
13423 2014-11-14 Yao Qi <yao@codesourcery.com>
13424
13425 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13426 (func): Add label func_label.
13427 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13428 Replace low_pc and high_pc with MACRO_AT_range.
13429 Replace name, low_pc and high_pc with MACRO_AT_func.
13430
13431 2014-11-14 Yao Qi <yao@codesourcery.com>
13432
13433 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
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: Use Dwarf::assemble to
13439 produce debug information.
13440 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13441
13442 2014-11-14 Yao Qi <yao@codesourcery.com>
13443
13444 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13445 object and get function length.
13446 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13447 with MACRO_AT_func.
13448 (top-level): Replace gdb_compile and clean_restart with
13449 prepare_for_testing.
13450 * gdb.dwarf2/main.c (main): Add label main_label.
13451
13452 2014-11-14 Yao Qi <yao@codesourcery.com>
13453
13454 * lib/dwarf.exp (function_range): New procedure.
13455 (Dwarf::_handle_macro_at_func): New procedure.
13456 (Dwarf::_handle_macro_at_range): New procedure.
13457 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13458
13459 2014-11-14 Yao Qi <yao@codesourcery.com>
13460
13461 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13462 (_handle_attribute): New procedure.
13463
13464 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13465
13466 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13467 * gdb.base/call-sc.c (zed): Likewise.
13468 * gdb.base/checkpoint.c (main): Likewise.
13469 * gdb.base/dump.c (main): Likewise.
13470 * gdb.base/gcore.c (main): Likewise.
13471 * gdb.base/huge.c (main): Likewise.
13472 * gdb.base/multi-forks.c (main): Likewise.
13473 * gdb.base/pr10179-a.c (main): Likewise.
13474 * gdb.base/savedregs.c (main): Likewise.
13475 * gdb.base/sigaltstack.c (main): Likewise.
13476 * gdb.base/siginfo.c (main): Likewise.
13477 * gdb.base/structs.c (zed): Likewise.
13478 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13479 * gdb.mi/mi-syn-frame.c (main): Likewise.
13480 * gdb.mi/until.c (foo, main): Likewise.
13481 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13482 * gdb.base/solib-weak.c (foo): Declare.
13483 * gdb.base/attach-twice.c: Include stdio.h.
13484 * gdb.base/weaklib1.c: Likewise.
13485 * gdb.base/weaklib2.c: Likewise.
13486 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13487 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13488 unistd.h.
13489 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13490 * gdb.mi/mi-exit-code.c: Likewise.
13491 * gdb.base/break-interp-lib.c: Include string.h.
13492 * gdb.base/coremaker.c: Likewise.
13493 * gdb.base/testenv.c: Likewise.
13494 * gdb.python/py-finish-breakpoint.c: Likewise.
13495 * gdb.base/inferior-died.c: Include sys/wait.h.
13496 * gdb.base/fileio.c: Include time.h.
13497 * gdb.base/async-shell.c: Include unistd.h.
13498 * gdb.base/dprintf-non-stop.c: Likewise.
13499 * gdb.base/info-os.c: Likewise.
13500 * gdb.mi/mi-console.c: Likewise.
13501 * gdb.mi/watch-nonstop.c: Likewise.
13502 * gdb.python/py-events.c: Likewise.
13503 * gdb.base/async.c (baz): Move up before its invocation.
13504 * gdb.base/code_elim2.c (my_global_func): Likewise.
13505 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13506 * gdb.base/advance.c (func2): Likewise.
13507
13508 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13509
13510 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13511 variant.
13512 * gdb.base/annota3.c: Likewise.
13513 * gdb.base/async.c: Likewise.
13514 * gdb.base/average.c: Likewise.
13515 * gdb.base/call-ar-st.c: Likewise.
13516 * gdb.base/call-rt-st.c: Likewise.
13517 * gdb.base/call-sc.c: Likewise.
13518 * gdb.base/call-strs.c: Likewise.
13519 * gdb.base/ending-run.c: Likewise.
13520 * gdb.base/execd-prog.c: Likewise.
13521 * gdb.base/exprs.c: Likewise.
13522 * gdb.base/foll-exec.c: Likewise.
13523 * gdb.base/foll-fork.c: Likewise.
13524 * gdb.base/foll-vfork.c: Likewise.
13525 * gdb.base/funcargs.c: Likewise.
13526 * gdb.base/gcore.c: Likewise.
13527 * gdb.base/jump.c: Likewise.
13528 * gdb.base/langs0.c: Likewise.
13529 * gdb.base/langs1.c: Likewise.
13530 * gdb.base/langs2.c: Likewise.
13531 * gdb.base/mips_pro.c: Likewise.
13532 * gdb.base/nodebug.c: Likewise.
13533 * gdb.base/opaque0.c: Likewise.
13534 * gdb.base/opaque1.c: Likewise.
13535 * gdb.base/recurse.c: Likewise.
13536 * gdb.base/run.c: Likewise.
13537 * gdb.base/scope0.c: Likewise.
13538 * gdb.base/scope1.c: Likewise.
13539 * gdb.base/setshow.c: Likewise.
13540 * gdb.base/setvar.c: Likewise.
13541 * gdb.base/shmain.c: Likewise.
13542 * gdb.base/shr1.c: Likewise.
13543 * gdb.base/shr2.c: Likewise.
13544 * gdb.base/sigall.c: Likewise.
13545 * gdb.base/signals.c: Likewise.
13546 * gdb.base/so-indr-cl.c: Likewise.
13547 * gdb.base/solib2.c: Likewise.
13548 * gdb.base/structs.c: Likewise.
13549 * gdb.base/sum.c: Likewise.
13550 * gdb.base/vforked-prog.c: Likewise.
13551 * gdb.base/watchpoint.c: Likewise.
13552 * gdb.reverse/shr2.c: Likewise.
13553 * gdb.reverse/until-reverse.c: Likewise.
13554 * gdb.reverse/ur1.c: Likewise.
13555 * gdb.reverse/watch-reverse.c: Likewise.
13556
13557 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13558
13559 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13560 variant.
13561 * gdb.base/sepdebug.exp: Drop references to removed code.
13562
13563 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13564
13565 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13566 variant. Preserve original line numbering.
13567 * gdb.base/list1.c: Likewise.
13568
13569 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13570
13571 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13572 variant.
13573 * gdb.base/break1.c: Likewise.
13574 * gdb.base/break.exp: Drop references to removed code.
13575
13576 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13577
13578 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13579 variant.
13580
13581 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13582
13583 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13584
13585 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13586
13587 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13588 logic into perform_all_tests() and invoke it with and without
13589 function header prototypes.
13590 (do_function_calls): Remove conditional XFAIL for PR 5318.
13591 (rerun_and_prepare): Remove duplicate code.
13592 (perform_all_tests): New. Main logic moved here.
13593
13594 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13595
13596 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13597 code guarded by #ifdef NO_PROTOTYPES.
13598 (t_double_many_args): Likewise.
13599 (DEF_FUNC_MANY_ARGS_1): Likewise.
13600 (DEF_FUNC_VALUES_1): Likewise.
13601 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13602 guarded by #ifdef PROTOTYPES.
13603
13604 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13605
13606 * gdb.mi/mi-console.c: Add eye-catcher.
13607 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13608 instead of literal line number.
13609
13610 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13611
13612 * gdb.base/shr2.c: Add eye-catcher.
13613 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13614 line number.
13615
13616 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13617
13618 * gdb.base/jump.c: Add eye-catchers.
13619 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13620 numbers.
13621
13622 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13623
13624 * gdb.base/execd-prog.c: Add eye-catchers.
13625 * gdb.base/foll-exec.c: Likewise.
13626 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13627 line numbers.
13628
13629 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13630
13631 * gdb.base/ending-run.c: Add eye-catchers.
13632 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13633 literal line numbers.
13634
13635 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13636
13637 * gdb.base/call-rt-st.c: Add eye-catchers.
13638 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13639 literal line numbers.
13640
13641 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13642
13643 * gdb.base/call-ar-st.c: Add eye-catchers.
13644 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13645 literal line numbers.
13646
13647 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13648
13649 * gdb.base/average.c: Add eye-catchers.
13650 * gdb.base/sum.c: Likewise.
13651 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13652 regexps dynamically.
13653
13654 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13655
13656 * gdb.base/solib1.c: Add eye-catchers.
13657 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13658 literal line numbers.
13659
13660 2014-11-12 Pedro Alves <palves@redhat.com>
13661
13662 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13663 leader has exited.
13664
13665 2014-11-12 Pedro Alves <palves@redhat.com>
13666
13667 * gdb.arch/i386-bp_permanent.c: New file.
13668 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13669 (srcfile): Set to i386-bp_permanent.c.
13670 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13671 that stepi does not execute the 'leave' instruction, instead of
13672 testing it does execute.
13673 * gdb.base/bp-permanent.c: New file.
13674 * gdb.base/bp-permanent.exp: New file.
13675
13676 2014-11-10 Doug Evans <xdje42@gmail.com>
13677
13678 PR symtab/17564
13679 * gdb.base/symtab-search-order.exp: New file.
13680 * gdb.base/symtab-search-order.c: New file.
13681 * gdb.base/symtab-search-order-1.c: New file.
13682 * gdb.base/symtab-search-order-shlib-1.c: New file.
13683
13684 2014-11-07 Pedro Alves <palves@redhat.com>
13685
13686 PR gdb/17511
13687 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13688 i?86-*-linux*.
13689
13690 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13691
13692 PR c++/17494
13693 * gdb.cp/pr17494.cc: New file.
13694 * gdb.cp/pr17494.exp: New file.
13695
13696 2014-11-02 Yao Qi <yao@codesourcery.com>
13697
13698 * gdb.python/python.exp: Get working directory and match the
13699 output of "set extended-prompt \\w " with it.
13700
13701 2014-10-30 Doug Evans <dje@google.com>
13702
13703 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13704 in objfiles.
13705 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13706 in progspaces.
13707
13708 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13709
13710 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13711 * gdb.base/realname-expand.exp: Likewise.
13712 * gdb.linespec/macro-relative.exp: Likewise.
13713
13714 2014-10-29 Pedro Alves <palves@redhat.com>
13715
13716 PR gdb/17408
13717 * gdb.threads/schedlock.c (some_function): New function.
13718 (call_function): New global.
13719 (MAYBE_CALL_SOME_FUNCTION): New macro.
13720 (thread_function): Call it.
13721 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13722 and use it instead of a global counter. Adjust all callers.
13723 (get_current_thread): Use "find current thread" for test message
13724 here rather than having all callers pass down the same string.
13725 (goto_loop): New procedure, factored out from ...
13726 (my_continue): ... this.
13727 (step_ten_loops): Change parameter from test message to command to
13728 use. Adjust.
13729 (list_count): Delete global.
13730 (check_result): New procedure, factored out from duplicate top
13731 level code.
13732 (continue tests): Wrap in with_test_prefix.
13733 (test_step): New procedure, factored out from duplicate top level
13734 code.
13735 (top level): Test "step" in combination with all scheduler-locking
13736 modes. Test "next" in combination with all scheduler-locking
13737 modes, and in combination with stepping over a function call or
13738 not.
13739 * gdb.threads/next-bp-other-thread.c: New file.
13740 * gdb.threads/next-bp-other-thread.exp: New file.
13741
13742 2014-10-29 Pedro Alves <palves@redhat.com>
13743
13744 PR python/17372
13745 * gdb.python/python.exp: Test a multi-line command that spawns
13746 interactive Python.
13747 * gdb.base/multi-line-starts-subshell.exp: New file.
13748
13749 2014-10-29 Yao Qi <yao@codesourcery.com>
13750
13751 * gdb.base/fileio.exp: Make directories on host.
13752
13753 2014-10-29 Yao Qi <yao@codesourcery.com>
13754
13755 * gdb.base/fileio.c (test_write): Close the file.
13756
13757 2014-10-28 Pedro Alves <palves@redhat.com>
13758
13759 PR gdb/12623
13760 * gdb.base/sigstep.c (no_handler): New global.
13761 (main): If 'no_handler is true, set the signal handlers to
13762 SIG_IGN.
13763 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13764 with_sw_watch and no_handler parameters. Handle them.
13765 (top level) <stepping over handler when stopped at a breakpoint
13766 test>: Add a test axis for testing with a software watchpoint, and
13767 another for testing with the signal handler set to SIG_IGN.
13768 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13769 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13770
13771 2014-10-28 Pedro Alves <palves@redhat.com>
13772
13773 PR gdb/17511
13774 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13775 * gdb.base/sigstep.exp (other_handler_location): New global.
13776 (advance): Support stepping into the signal handler, and running
13777 commands while in the handler.
13778 (in_handler_map): New global.
13779 (top level): In the advance test, add combinations for getting
13780 into the handler with stepping commands, and for running commands
13781 in the handler. Add comment descripting the advancei tests.
13782
13783 2014-10-28 Pedro Alves <palves@redhat.com>
13784
13785 * gdb.base/sigstep.exp: Use build_executable instead of
13786 prepare_for_testing.
13787 (top level): Move code that starts GDB, runs to main and creates a
13788 display to ...
13789 (restart): ... this new procedure.
13790 (top level): Move backtrace from signal handler test to ...
13791 (validate_backtrace): ... this new procedure.
13792 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13793 with_test_prefix. Always restart GDB.
13794 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13795 with_test_prefix. Always restart GDB. No need to delete
13796 breakpoints after the test.
13797 (test_skip_handler): Remove prefix parameter.
13798 (skip_over_handler, breakpoint_to_handler)
13799 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13800 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13801 restart GDB. No need to delete breakpoints after the test.
13802 (top level): Use foreach to call the test procedures with
13803 different commands.
13804
13805 2014-10-28 Pedro Alves <palves@redhat.com>
13806
13807 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13808 instead of GNATS numbers.
13809 * gdb.base/sigbpt.exp: Likewise.
13810 * gdb.base/siginfo.exp: Likewise.
13811 * gdb.base/sigstep.exp: Likewise.
13812
13813 2014-10-27 Pedro Alves <palves@redhat.com>
13814
13815 * gdb.base/sigstep.c (dummy): New global.
13816 (main): Issue a couple writes to the new global.
13817 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13818 procedures.
13819 (skip_over_handler): Use test_skip_handler.
13820 (top level): Call skip_over_handler for stepi and nexti too.
13821 (breakpoint_over_handler): Use test_skip_handler.
13822 (top level): Call breakpoint_over_handler for stepi and nexti too.
13823
13824 2014-10-27 Yao Qi <yao@codesourcery.com>
13825
13826 * gdb.trace/tfile.c (adjust_function_address)
13827 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13828 function descriptor.
13829
13830 2014-10-24 Don Breazeal <donb@codesourcery.com>
13831
13832 * gdb.base/foll-fork.exp (test_follow_fork,
13833 catch_fork_child_follow): Check for updated fork messages emitted
13834 from infrun.c.
13835 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13836 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13837 vfork_and_exec_child_follow_through_step): Check for updated vfork
13838 messages emitted from infrun.c.
13839
13840 2014-10-24 Pedro Alves <palves@redhat.com>
13841
13842 * gdb.base/corefile.exp: Remove references to ultrix.
13843 * gdb.base/interrupt.exp: Likewise.
13844 * gdb.base/whatis.exp: Likewise.
13845 * gdb.gdb/selftest.exp: Likewise.
13846 * gdb.threads/manythreads.exp: Likewise.
13847 * gdb.threads/print-threads.exp: Likewise.
13848 * gdb.threads/pthreads.exp:: Likewise.
13849 * gdb.threads/schedlock.exp: Likewise.
13850
13851 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13852
13853 * gdb.cp/non-trivial-retval.cc: Add a test case.
13854 * gdb.cp/non-trivial-retval.exp: Add a test.
13855
13856 2014-10-20 Yao Qi <yao@codesourcery.com>
13857
13858 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13859 * gdb.python/py-objfile-script-gdb.py: New file.
13860 * gdb.python/py-objfile-script.exp: Update reference to
13861 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13862 of remote_download. Remove the dest file.
13863
13864 2014-10-20 Yao Qi <yao@codesourcery.com>
13865
13866 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13867 * gdb.base/step-line.exp: Likewise.
13868 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13869 * gdb.dwarf2/dw2-basic.exp: Likewise.
13870 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13871 * gdb.dwarf2/dw2-filename.exp: Likewise.
13872 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13873 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13874 * gdb.dwarf2/dw2-producer.exp: Likewise.
13875 * gdb.dwarf2/mac-fileno.exp: Likewise.
13876 * gdb.python/py-frame-args.exp: Likewise.
13877 * gdb.python/py-framefilter.exp: Likewise.
13878 * gdb.python/py-mi.exp: Likewise.
13879 * gdb.python/py-objfile-script.exp: Likewise
13880 * gdb.python/py-pp-integral.exp: Likewise.
13881 * gdb.python/py-pp-re-notag.exp: Likewise.
13882 * gdb.python/py-prettyprint.exp: Likewise.
13883 * gdb.python/py-section-script.exp: Likewise.
13884 * gdb.python/py-typeprint.exp: Likewise.
13885 * gdb.python/py-xmethods.exp: Likewise.
13886 * gdb.stabs/weird.exp: Likewise.
13887 * gdb.xml/tdesc-regs.exp: Likewise.
13888
13889 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13890
13891 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13892 (out_cu): Use addr_len for the size of addresses.
13893 (out_line): Likewise. Size DW_LNE_set_address instruction
13894 according to addr_len.
13895 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13896 (FUNC): Add START_INSNS to definition.
13897
13898 2014-10-18 Yao Qi <yao@codesourcery.com>
13899
13900 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13901 gdb_has_argv0 return true.
13902 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13903 check [target_info exists noargs], check [gdb_has_argv0]
13904 instead.
13905 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13906 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13907 procedures.
13908
13909 2014-10-17 Doug Evans <dje@google.com>
13910
13911 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13912 event.
13913 * gdb.python/py-events.py: Add clear_objfiles event.
13914
13915 2014-10-17 Doug Evans <dje@google.com>
13916
13917 * gdb.python/py-objfile.exp: Test progspace attribute.
13918
13919 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13920
13921 * gdb.guile/scm-breakpoint.exp: Do not assume any
13922 directory separators when matching source file paths.
13923 * gdb.python/py-breakpoint.exp: Likewise.
13924 * gdb.reverse/break-precsave.exp: Likewise.
13925 * gdb.reverse/break-reverse.exp: Likewise.
13926 * gdb.reverse/consecutive-precsave.exp: Likewise.
13927 * gdb.reverse/finish-precsave.exp: Likewise.
13928 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13929 * gdb.reverse/finish-reverse.exp: Likewise.
13930 * gdb.reverse/i386-precsave.exp: Likewise.
13931 * gdb.reverse/i387-env-reverse.exp: Likewise.
13932 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13933 * gdb.reverse/machinestate-precsave.exp: Likewise.
13934 * gdb.reverse/machinestate.exp: Likewise.
13935 * gdb.reverse/sigall-precsave.exp: Likewise.
13936 * gdb.reverse/solib-precsave.exp: Likewise.
13937 * gdb.reverse/step-precsave.exp: Likewise.
13938 * gdb.reverse/until-precsave.exp: Likewise.
13939 * gdb.reverse/watch-precsave.exp: Likewise.
13940 * gdb.reverse/watch-reverse.exp: Likewise.
13941
13942 2014-10-17 Yao Qi <yao@codesourcery.com>
13943
13944 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13945 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13946
13947 2014-10-17 Pedro Alves <palves@redhat.com>
13948
13949 PR gdb/17471
13950 * gdb.base/bg-execution-repeat.c: New file.
13951 * gdb.base/bg-execution-repeat.exp: New file.
13952
13953 2014-10-17 Pedro Alves <palves@redhat.com>
13954
13955 PR gdb/17300
13956 * gdb.base/continue-all-already-running.c: New file.
13957 * gdb.base/continue-all-already-running.exp: New file.
13958
13959 2014-10-17 Pedro Alves <palves@redhat.com>
13960
13961 PR gdb/17472
13962 * gdb.base/annota-input-while-running.c: New file.
13963 * gdb.base/annota-input-while-running.exp: New file.
13964
13965 2014-10-17 Pedro Alves <palves@redhat.com>
13966
13967 * gdb.base/callfuncs.exp: emove references to osf.
13968 * gdb.base/sigall.exp: Likewise.
13969 * gdb.gdb/selftest.exp: Likewise.
13970 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13971 * gdb.mi/non-stop.c: Likewise.
13972 * gdb.mi/pthreads.c: Likewise.
13973 * gdb.reverse/sigall-precsave.exp: Likewise.
13974 * gdb.reverse/sigall-reverse.exp: Likewise.
13975 * gdb.threads/pthreads.c: Likewise.
13976 * gdb.threads/pthreads.exp: Likewise.
13977
13978 2014-10-17 Yao Qi <yao@codesourcery.com>
13979
13980 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13981 check 'target_info exists noargs'.
13982 (test_command_prompt_position): Likewise.
13983 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13984 Remove "set args".
13985 (progvar_simple_while_test): Likewise.
13986 (progvar_complex_if_while_test): Likewise.
13987 (if_while_breakpoint_command_test): Likewise.
13988 (infrun_breakpoint_command_test): Likewise.
13989 (breakpoint_command_test): Likewise.
13990 (watchpoint_command_test): Likewise.
13991 (bp_deleted_in_command_test): Likewise.
13992 (temporary_breakpoint_commands): Likewise.
13993
13994 2014-10-16 Yao Qi <yao@codesourcery.com>
13995
13996 * gdb.base/remotetimeout.exp: Remove noargs checking.
13997
13998 2014-10-15 Pedro Alves <palves@redhat.com>
13999
14000 PR breakpoints/9649
14001 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14002 * gdb.base/breakpoint-in-ro-region.exp
14003 (probe_target_hardware_step): New procedure.
14004 (top level): Probe hardware stepping and hardware breakpoint
14005 support. Test stepping through a read-only region, with both
14006 "breakpoint auto-hw" on and off and both "always-inserted" on and
14007 off.
14008
14009 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14010
14011 * gdb.dlang/demangle.exp: Update for demangling changes.
14012
14013 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14014
14015 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14016 * gdb.cp/non-trivial-retval.exp: Add new tests.
14017
14018 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14019
14020 PR c++/13403
14021 PR c++/15154
14022 * gdb.cp/non-trivial-retval.cc: New file.
14023 * gdb.cp/non-trivial-retval.exp: New file.
14024
14025 2014-10-15 Yao Qi <yao@codesourcery.com>
14026
14027 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14028 remote host.
14029
14030 2014-10-15 Yao Qi <yao@codesourcery.com>
14031
14032 * gdb.python/py-symbol.exp: Match file base name if host is
14033 remote, otherwise match file name with dir name.
14034 * gdb.python/py-symtab.exp: Likewise.
14035 * gdb.python/python.exp: Likewise.
14036
14037 2014-10-15 Yao Qi <yao@codesourcery.com>
14038
14039 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14040 pattern.
14041 * gdb.python/py-symtab.exp: Likewise.
14042 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14043 locationn.
14044
14045 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14046
14047 * gdb.ada/addr_arith: New testcase.
14048
14049 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14050
14051 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14052 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14053 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14054 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14055
14056 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14057
14058 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14059 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14060 * gdb.arch/stap-eval-lang-ada.exp: New file.
14061
14062 2014-10-14 Yao Qi <yao@codesourcery.com>
14063
14064 * gdb.mi/mi-var-child.c (nothing1): New function.
14065 (nothing2): New function.
14066 (do_children_tests): Set function pointers by nothing1 and
14067 nothing2.
14068 * gdb.mi/mi-var-child.exp: Step over new added statements.
14069 Update test to match the new output.
14070 * gdb.mi/var-cmd.c (nothing1): New function.
14071 (nothing2): New function.
14072 (do_children_tests): Set function pointers by nothing1 and
14073 nothing2.
14074 * gdb.mi/mi-var-display.exp: Update test to match output.
14075 Step to the line specified by $line_dct_nothing.
14076 Increase the number of lines to step.
14077
14078 2014-10-14 Yao Qi <yao@codesourcery.com>
14079
14080 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14081 tests.
14082 * gdb.mi/mi2-var-child.exp: Likewise.
14083
14084 2014-10-13 Doug Evans <dje@google.com>
14085
14086 * gdb.python/py-objfile.exp: Change name of file name test.
14087
14088 2014-10-13 Doug Evans <dje@google.com>
14089
14090 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14091 from the start of the CU.
14092
14093 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14094 Yao Qi <yao@codesourcery.com>
14095
14096 Fix "save breakpoints" for "catch" command.
14097 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14098 Remove -nonewline. Match also the added "main" line.
14099
14100 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14101
14102 Fix "save breakpoints" for "disable $bpnum" command.
14103 * gdb.base/save-bp.c (main): Add label.
14104 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14105
14106 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14107
14108 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14109
14110 2014-10-11 Yao Qi <yao@codesourcery.com>
14111
14112 * gdb.server/server-kill.exp: Execute command
14113 "set remote trace-status-packet on" before "tstatus".
14114
14115 2014-10-11 Yao Qi <yao@codesourcery.com>
14116
14117 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14118 (main): Call getppid.
14119 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14120 and continue to it. Read variable "server_pid".
14121
14122 2014-10-11 Yao Qi <yao@codesourcery.com>
14123
14124 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14125
14126 2014-10-11 Yao Qi <yao@codesourcery.com>
14127
14128 * gdb.threads/thread-find.exp: Don't execute command
14129 "info threads".
14130 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14131 * gdb.threads/linux-dp.exp: Don't check the condition
14132 $threads_created equals to zero.
14133
14134 2014-10-10 Pedro Alves <palves@redhat.com>
14135
14136 * gdb.base/bigcore.exp: Remove references to IRIX.
14137 * gdb.base/funcargs.exp: Likewise.
14138 * gdb.base/interrupt.exp: Likewise.
14139 * gdb.base/mips_pro.exp: Likewise.
14140 * gdb.base/nodebug.exp: Likewise.
14141 * gdb.base/setvar.exp: Likewise.
14142 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14143
14144 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14145 Pedro Alves <palves@redhat.com>
14146
14147 PR symtab/14466
14148 * gdb.base/vdso-warning.c: New file.
14149 * gdb.base/vdso-warning.exp: New file.
14150
14151 2014-10-02 Doug Evans <dje@google.com>
14152
14153 * gdb.base/structs.c (main): Don't run forever.
14154
14155 2014-10-02 Pedro Alves <palves@redhat.com>
14156
14157 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14158 (top level) <stop threads 1, stop threads 2>: Use it.
14159
14160 2014-10-02 Pedro Alves <palves@redhat.com>
14161
14162 * gdb.threads/break-while-running.exp (test): Add new
14163 'update_thread_list' argument. Skip "info threads" if false.
14164 (top level): Add new 'update_thread_list' axis.
14165
14166 2014-10-02 Pedro Alves <palves@redhat.com>
14167
14168 PR breakpoints/17431
14169 * gdb.base/execl-update-breakpoints.c: New file.
14170 * gdb.base/execl-update-breakpoints.exp: New file.
14171
14172 2014-10-01 Pedro Alves <palves@redhat.com>
14173
14174 * gdb.base/breakpoint-in-ro-region.c: New file.
14175 * gdb.base/breakpoint-in-ro-region.exp: New file.
14176
14177 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14178
14179 * gdb.mi/mi-exit-code.exp: New file.
14180 * gdb.mi/mi-exit-code.c: New file.
14181
14182 2014-09-30 Yao Qi <yao@codesourcery.com>
14183
14184 * lib/prelink-support.exp (build_executable_own_libs): Error if
14185 the target isn't native.
14186
14187 2014-09-30 Yao Qi <yao@codesourcery.com>
14188
14189 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14190 false.
14191
14192 2014-09-22 Pedro Alves <palves@redhat.com>
14193
14194 * gdb.threads/break-while-running.exp: New file.
14195 * gdb.threads/break-while-running.c: New file.
14196
14197 2014-09-19 Yao Qi <yao@codesourcery.com>
14198
14199 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14200 Invoke test. Restart GDB with --readnow and invoke test again.
14201
14202 2014-09-19 Yao Qi <yao@codesourcery.com>
14203
14204 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14205 proc set_breakpoint_on_gcd_function. Invoke
14206 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14207 invoke set_breakpoint_on_gcd_function again.
14208
14209 2014-09-18 Doug Evans <dje@google.com>
14210
14211 * gdb.dwarf2/symtab-producer.exp: New file.
14212
14213 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14214
14215 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14216 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14217 * gdb.base/global-var-nested-by-dso.c: Likewise.
14218 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14219
14220 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14221 Pedro Alves <palves@redhat.com>
14222
14223 * gdb.base/watch-bitfields.exp: Pass string other than test file
14224 name to prepare_for_testing.
14225 (watch): New procedure.
14226 (expect_watchpoint): Use with_test_prefix.
14227 (top level): Factor out tests to ...
14228 (test_watch_location, test_regular_watch): ... these new
14229 procedures, and use with_test_prefix and gdb_continue_to_end.
14230
14231 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14232
14233 PR breakpoints/12526
14234 * gdb.base/watch-bitfields.exp: New file.
14235 * gdb.base/watch-bitfields.c: New file.
14236
14237 2014-09-16 Pedro Alves <palves@redhat.com>
14238
14239 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14240 software and hardware addresses, not software address against
14241 itself.
14242
14243 2014-09-16 Pedro Alves <palves@redhat.com>
14244
14245 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14246 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14247
14248 2014-09-16 Pedro Alves <palves@redhat.com>
14249
14250 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14251 files.
14252 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14253 "*-*-vxworks*" throughout.
14254 * gdb.base/break.exp: Likewise.
14255 * gdb.base/default.exp: Likewise.
14256 * gdb.base/scope.exp: Likewise.
14257 * gdb.base/sepdebug.exp: Likewise.
14258 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14259 throughout.
14260 * gdb.base/run.c: Likewise.
14261 * gdb.base/sepdebug.c: Likewise.
14262 * gdb.hp/gdb.aCC/run.c: Likewise.
14263 * gdb.reverse/until-reverse.c: Likewise.
14264 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14265
14266 2014-09-16 Yao Qi <yao@codesourcery.com>
14267
14268 * boards/local-remote-host-native.exp: New file.
14269
14270 2014-09-14 Doug Evans <xdje42@gmail.com>
14271
14272 * gdb.threads/queue-signal.c (thread_count): New variable.
14273 (thread_count_mutex, thread_count_condvar): New variables.
14274 (incr_thread_count, wait_all_threads_running): New functions.
14275 (main): Wait for all threads to be in their thread functions.
14276
14277 2014-09-13 Doug Evans <xdje42@gmail.com>
14278
14279 * gdb.threads/queue-signal.c: New file.
14280 * gdb.threads/queue-signal.exp: New file.
14281
14282 2014-09-13 Doug Evans <xdje42@gmail.com>
14283
14284 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14285 be consistent with what default_gdb_init uses.
14286 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14287 the plain text of the prompt. Add some logging printfs.
14288 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14289
14290 2014-09-12 Pedro Alves <palves@redhat.com>
14291
14292 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14293 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14294 * gdb.arch/i386-size-overlap.exp: Likewise.
14295 * gdb.arch/i386-size.exp: Likewise.
14296 * gdb.arch/i386-unwind.exp: Likewise.
14297 * gdb.base/a2-run.exp: Likewise.
14298 * gdb.base/break.exp: Likewise.
14299 * gdb.base/charset.exp: Likewise.
14300 * gdb.base/chng-syms.exp: Likewise.
14301 * gdb.base/commands.exp: Likewise.
14302 * gdb.base/dbx.exp: Likewise.
14303 * gdb.base/find.exp: Likewise.
14304 * gdb.base/funcargs.exp: Likewise.
14305 * gdb.base/jit-simple.exp: Likewise.
14306 * gdb.base/reread.exp: Likewise.
14307 * gdb.base/sepdebug.exp: Likewise.
14308 * gdb.base/step-bt.exp: Likewise.
14309 * gdb.cp/mb-inline.exp: Likewise.
14310 * gdb.cp/mb-templates.exp: Likewise.
14311 * gdb.objc/basicclass.exp: Likewise.
14312 * gdb.threads/killed.exp: Likewise.
14313
14314 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14315
14316 PR tdep/17379
14317 * gdb.arch/powerpc-stackless.S: New file.
14318 * gdb.arch/powerpc-stackless.exp: New file.
14319
14320 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14321
14322 * gdb.base/attach.c: Include unistd.h.
14323 (main): Call alarm. Add label postloop.
14324 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14325 gdb_breakpoint, gdb_continue_to_breakpoint.
14326 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14327
14328 2014-09-11 Pedro Alves <palves@redhat.com>
14329
14330 PR gdb/17347
14331 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14332 * gdb.base/attach.exp (test_command_line_attach_run): New
14333 procedure.
14334 (top level): Call it.
14335
14336 2014-09-11 Pedro Alves <palves@redhat.com>
14337
14338 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14339 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14340 (do_command_attach_tests): Use spawn_wait_for_attach.
14341 * gdb.base/solib-overlap.exp: Likewise.
14342 * gdb.multi/multi-attach.exp: Likewise.
14343 * gdb.python/py-prompt.exp: Likewise.
14344 * gdb.python/py-sync-interp.exp: Likewise.
14345 * gdb.server/ext-attach.exp: Likewise.
14346
14347 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14348
14349 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14350 command in testcase. Simplify testcase.
14351
14352 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14353
14354 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14355
14356 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14357
14358 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14359
14360 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14361
14362 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14363
14364 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14365
14366 * gdb.dwarf2/dynarr-ptr.c: New file.
14367 * gdb.dwarf2/dynarr-ptr.exp: New file.
14368
14369 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14370
14371 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14372 of 30 rather than hardcoding 120 for a slow test case. Take the
14373 `gdb,timeout' target setting into account for this calculation.
14374 Don't extend the timeout for the test cases that don't need it.
14375
14376 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14377
14378 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14379 a factor of 2 for a slow test case. Take the `gdb,timeout'
14380 target setting into account for this calculation.
14381 * gdb.reverse/until-precsave.exp: Increase the timeout by
14382 a factor of 15 and 3 respectively rather than adding 120
14383 for a pair of slow test cases. Take the `gdb,timeout'
14384 target setting into account for this calculation.
14385
14386 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14387
14388 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14389 timeout, don't pass one down to gdb_expect.
14390 (gdb_expect): Rework timeout selection.
14391
14392 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14393
14394 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14395 exception on timeout.
14396 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14397 (gdbserver_start_extended): Catch any `gdbserver_start' error
14398 exceptions.
14399 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14400 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14401 `gdbserver_gdb_load' error exceptions.
14402
14403 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14404
14405 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14406 120 on waiting for the TCP socket to open.
14407
14408 2014-09-09 Doug Evans <xdje42@gmail.com>
14409
14410 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14411 _caller_matches, _any_caller_is, _any_caller_matches.
14412
14413 2014-09-09 Doug Evans <xdje42@gmail.com>
14414
14415 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14416
14417 2014-09-09 Yao Qi <yao@codesourcery.com>
14418
14419 * gdb.mi/mi-var-display.exp: Set print symbol off.
14420
14421 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14422
14423 PR gdb/17035
14424 * gdb.base/commands.exp: Add tests to verify user-defined
14425 commands with empty bodies.
14426 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14427 python commands in `show user command`.
14428 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14429 scheme commands in `show user command`.
14430
14431 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14432
14433 PR python/17355
14434 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14435 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14436 * gdb.python/py-framefilter-invalidarg.exp: New file.
14437 * gdb.python/py-framefilter-invalidarg.py: New file.
14438
14439 2014-09-06 Doug Evans <xdje42@gmail.com>
14440
14441 PR 15276
14442 * gdb.python/py-caller-is.c: New file.
14443 * gdb.python/py-caller-is.exp: New file.
14444
14445 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14446
14447 PR gdb/17235
14448 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14449 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14450
14451 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14452
14453 PR fortran/17237
14454 * gdb.fortran/print-formatted.exp: New file.
14455 * gdb.fortran/print-formatted.f90: Likewise.
14456
14457 2014-09-03 Sasha Smundak <asmundak@google.com>
14458
14459 * gdb.python/py-frame.exp: Test Frame.read_register.
14460
14461 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14462
14463 PR python/16699
14464 * gdb.python/py-completion.exp: New file.
14465 * gdb.python/py-completion.py: Likewise.
14466
14467 2014-08-28 Doug Evans <dje@google.com>
14468
14469 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14470 eax,etc. are live with values set by gdb and thus the compiler can't
14471 use them.
14472 * gdb.arch/i386-pseudo.c (main): Ditto.
14473
14474 2014-08-27 Doug Evans <dje@google.com>
14475
14476 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14477
14478 2014-08-25 Doug Evans <dje@google.com>
14479
14480 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14481 (main): Ditto.
14482
14483 2014-08-25 Doug Evans <dje@google.com>
14484
14485 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14486
14487 2014-08-24 Yao Qi <yao@codesourcery.com>
14488
14489 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14490 symbol off.
14491 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14492
14493 2014-08-22 Doug Evans <dje@google.com>
14494
14495 PR 17276
14496 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14497 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14498 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14499
14500 2014-08-22 Yao Qi <yao@codesourcery.com>
14501
14502 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14503 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14504 * gdb.python/python.exp: Likewise. Use .py file on the host
14505 instead of the build.
14506
14507 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14508
14509 * gdb.threads/gcore-stale-thread.c: New file.
14510 * gdb.threads/gcore-stale-thread.exp: New file.
14511
14512 2014-08-21 Pedro Alves <palves@redhat.com>
14513
14514 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14515 * gdb.base/gcore-relro-pie.exp: Likewise.
14516 * gdb.base/gcore-relro.exp: Likewise.
14517 * gdb.base/gcore.exp: Likewise.
14518 * gdb.base/print-symbol-loading.exp: Likewise.
14519 * gdb.threads/gcore-thread.exp: Likewise.
14520 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14521
14522 2014-08-20 Pedro Alves <palves@redhat.com>
14523 Jan Kratochvil <jan.kratochvil@redhat.com>
14524
14525 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14526 configure.
14527 (EXPECT): Handle READ1 being set.
14528 (all): Depend on EXTRA_RULES.
14529 (check-read1, expect-read1, read1.so, read1): New rules.
14530 * README (Testsuite Parameters): Document the READ1 make variable.
14531 (Race detection): New section.
14532 * configure: Regenerate.
14533 * configure.ac: If build==host==target, and running under a
14534 GNU/glibc system, add read1 to the extra Makefile rules.
14535 (EXTRA_RULES): AC_SUBST it.
14536 * lib/read1.c: New file.
14537
14538 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14539
14540 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14541 the handling of variables declared as a typedef to an array
14542 which a DW_AT_data_location attribute.
14543
14544 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14545 Pedro Alves <palves@redhat.com>
14546
14547 PR symtab/14604
14548 PR symtab/14605
14549 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14550 gdb_test.
14551
14552 2014-08-19 Pedro Alves <palves@redhat.com>
14553
14554 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14555
14556 2014-08-19 Yao Qi <yao@codesourcery.com>
14557
14558 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14559 right line.
14560
14561 2014-08-18 David Blaikie <dblaikie@gmail.com>
14562
14563 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14564
14565 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14566
14567 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14568 attribute in array range.
14569
14570 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14571
14572 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14573
14574 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14575
14576 PR c++/17132
14577 * gdb.cp/pr17132.cc: New file.
14578 * gdb.cp/pr17132.exp: New file.
14579
14580 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14581
14582 * gdb.python/py-xmethods.py (A_getarrayind)
14583 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14584 Use 'print' with function call syntax.
14585 (E_method_matcher.match): Fix tab vs space indentation mixup.
14586
14587 2014-08-15 Yao Qi <yao@codesourcery.com>
14588
14589 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14590 false.
14591
14592 2014-08-15 Yao Qi <yao@codesourcery.com>
14593
14594 * gdb.cp/casts.exp: Set print symbol off.
14595 * gdb.cp/class2.exp: Likewise.
14596 * gdb.cp/overload.exp: Likewise.
14597 * gdb.cp/templates.exp: Likewise.
14598
14599 2014-08-11 Doug Evans <dje@google.com>
14600
14601 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14602 (test_load_shlib): Update.
14603
14604 2014-08-09 Yao Qi <yao@codesourcery.com>
14605
14606 * gdb.base/display.exp: Invoke is_address_zero_readable.
14607 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14608 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14609 * gdb.base/hbreak-unmapped.exp: Return if
14610 is_address_zero_readable returns true.
14611 * gdb.base/signest.exp: Likewise.
14612 * gdb.base/signull.exp: Likewise.
14613 * gdb.base/sigbpt.exp: Likewise.
14614 * gdb.guile/scm-disasm.exp: Do the test if
14615 is_address_zero_readable returns false.
14616 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14617 * gdb.python/py-arch.exp: Likewise.
14618 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14619 * lib/gdb.exp (is_address_zero_readable): New proc.
14620
14621 2014-08-09 Yao Qi <yao@codesourcery.com>
14622
14623 PR testsuite/13443
14624 * gdb.mi/mi-var-display.exp: Make test messages unique.
14625
14626 2014-08-04 Tom Tromey <tromey@redhat.com>
14627
14628 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14629 target 0".
14630
14631 2014-08-04 Tom Tromey <tromey@redhat.com>
14632
14633 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14634 "target_resume".
14635
14636 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14637
14638 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14639 inner_vla_struct_object_size.
14640 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14641 as xfail.
14642
14643 2014-07-30 Pedro Alves <palves@redhat.com>
14644
14645 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14646 comment.
14647
14648 2014-07-29 Yao Qi <yao@codesourcery.com>
14649
14650 PR gdb/17206
14651 * gdb.base/until-nodebug.exp: New.
14652
14653 2014-07-28 Doug Evans <xdje42@gmail.com>
14654
14655 PR guile/17203
14656 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14657 previously existing parameter, and previously ambiguously spelled
14658 parameter.
14659
14660 2014-07-28 Will Newton <will.newton@linaro.org>
14661
14662 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14663
14664 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14665 Doug Evans <xdje42@gmail.com>
14666
14667 PR guile/17146
14668 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14669
14670 2014-07-25 Pedro Alves <palves@redhat.com>
14671
14672 * gdb.threads/signal-command-handle-nopass.c: New file.
14673 * gdb.threads/signal-command-handle-nopass.exp: New file.
14674 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14675 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14676 * gdb.threads/signal-delivered-right-thread.c: New file.
14677 * gdb.threads/signal-delivered-right-thread.exp: New file.
14678
14679 2014-07-25 Pedro Alves <palves@redhat.com>
14680
14681 * gdb.base/double-prompt-target-event-error.exp
14682 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14683 match.
14684 (cancel_pagination_in_target_event): Rework double prompt
14685 detection.
14686 * gdb.base/paginate-after-ctrl-c-running.exp
14687 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14688 <return>' match.
14689 * gdb.base/paginate-bg-execution.exp
14690 (test_bg_execution_pagination_return)
14691 (test_bg_execution_pagination_cancel): Remove '-notransfer
14692 <return>' matches.
14693 * gdb.base/paginate-execution-startup.exp
14694 (test_fg_execution_pagination_return)
14695 (test_fg_execution_pagination_cancel): Remove '-notransfer
14696 <return>' matches.
14697 * gdb.base/paginate-inferior-exit.exp
14698 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14699 match.
14700 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14701 * lib/gdb.exp (pagination_prompt): Run text through
14702 string_to_regexp.
14703 (gdb_test_multiple): Match $pagination_prompt instead of
14704 "<return>".
14705 (string_to_regexp): Move to lib/gdb-utils.exp.
14706
14707 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14708
14709 * gdb.arch/amd64-entry-value-paramref.S: New file.
14710 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14711 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14712 * gdb.arch/amd64-optimout-repeat.S: New file.
14713 * gdb.arch/amd64-optimout-repeat.c: New file.
14714 * gdb.arch/amd64-optimout-repeat.exp: New file.
14715
14716 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14717
14718 PR gdb/17170
14719 * gdb.base/statistics.exp: New file.
14720
14721 2014-07-17 Doug Evans <dje@google.com>
14722
14723 PR gdb/17170
14724 * gdb.base/maint.exp: Update testing of per-command stats.
14725
14726 2014-07-16 Pedro Alves <palves@redhat.com>
14727
14728 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14729 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14730 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14731 (tfile_write_buf): New functions.
14732 (add_memory_block): Rewrite using the above.
14733 (adjust_function_address): New function.
14734 (FUNCTION_ADDRESS): New macro.
14735 (write_basic_trace_file): Remove short_x local, and use
14736 tfile_write_16. Change type of func_addr local to unsigned long
14737 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14738 here. Cast argument of add_memory_block to char pointer.
14739 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14740 (main): Remove parameters.
14741 * gdb.trace/tfile.exp: Remove nowarnings.
14742
14743 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14744
14745 * gdb.base/debug-expr.exp: Test string evaluation with
14746 "debug expression" on.
14747
14748 2014-07-15 Pedro Alves <palves@redhat.com>
14749
14750 * gdb.base/reread.exp: Use clean_restart.
14751
14752 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14753
14754 * gdb.arch/avr-flash-qualifer.c: New.
14755 * gdb.arch/avr-flash-qualifer.exp: New.
14756
14757 2014-07-14 Pedro Alves <palves@redhat.com>
14758
14759 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14760 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14761
14762 2014-07-14 Pedro Alves <palves@redhat.com>
14763
14764 * gdb.base/double-prompt-target-event-error.c: New file.
14765 * gdb.base/double-prompt-target-event-error.exp: New file.
14766
14767 2014-07-14 Pedro Alves <palves@redhat.com>
14768
14769 PR gdb/17072
14770 * gdb.base/paginate-inferior-exit.c: New file.
14771 * gdb.base/paginate-inferior-exit.exp: New file.
14772
14773 2014-07-14 Pedro Alves <palves@redhat.com>
14774
14775 PR gdb/17072
14776 * gdb.base/paginate-bg-execution.c: New file.
14777 * gdb.base/paginate-bg-execution.exp: New file.
14778
14779 2014-07-14 Pedro Alves <palves@redhat.com>
14780
14781 PR gdb/17072
14782 * gdb.base/paginate-execution-startup.c: New file.
14783 * gdb.base/paginate-execution-startup.exp: New file.
14784 * lib/gdb.exp (pagination_prompt): New global.
14785 (default_gdb_spawn): New procedure, factored out from
14786 default_gdb_spawn.
14787 (default_gdb_start): Adjust to call default_gdb_spawn.
14788 (gdb_spawn): New procedure.
14789
14790 2014-07-14 Pedro Alves <palves@redhat.com>
14791
14792 * lib/gdb.exp (gdb_assert): New procedure.
14793 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14794
14795 2014-07-14 Pedro Alves <palves@redhat.com>
14796
14797 * gdb.base/execution-termios.c: New file.
14798 * gdb.base/execution-termios.exp: New file.
14799
14800 2014-07-14 Tom Tromey <tromey@redhat.com>
14801
14802 * gdb.cp/vla-cxx.cc: New file.
14803 * gdb.cp/vla-cxx.exp: New file.
14804
14805 2014-07-14 Tom Tromey <tromey@redhat.com>
14806
14807 * gdb.reverse/rerun-prec.c: New file.
14808 * gdb.reverse/rerun-prec.exp: New file.
14809
14810 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14811 Maciej W. Rozycki <macro@codesourcery.com>
14812
14813 * lib/gdb-utils.exp: New file.
14814 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14815 inline `gdb_init_command' processing.
14816 (gdb_start_cmd): Likewise.
14817 * lib/mi-support.exp (mi_run_cmd): Likewise.
14818 * README: Document `gdb_init_command' and `gdb_init_commands'.
14819
14820 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14821
14822 Fix false FAIL running under a very long directory name.
14823 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14824 and "set print elements 10000". Twice.
14825
14826 2014-07-11 Yao Qi <yao@codesourcery.com>
14827
14828 * gdb.base/exprs.exp: "set print symbol off".
14829
14830 2014-07-11 Pedro Alves <palves@redhat.com>
14831
14832 * gdb.threads/kill.c: New file.
14833 * gdb.threads/kill.exp: New file.
14834
14835 2014-07-10 Yao Qi <yao@codesourcery.com>
14836
14837 * gdb.trace/tfile.c (write_basic_trace_file)
14838 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14839 address written to trace file.
14840
14841 2014-07-09 Pedro Alves <palves@redhat.com>
14842
14843 * gdb.base/attach-wait-input.exp: New file.
14844 * gdb.base/attach-wait-input.c: New file.
14845
14846 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14847
14848 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14849 setting up test structures.
14850 (main): Call new test function.
14851 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14852 test function, continue into test function and walk test
14853 structures.
14854
14855 2014-07-02 Yao Qi <yao@codesourcery.com>
14856
14857 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14858 'bar_start' at the beginning of functions 'foo' and 'bar'
14859 respectively.
14860 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14861 instead of 'foo' and 'bar'.
14862
14863 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14864
14865 * gdb.btrace/segv.exp: New.
14866 * gdb.btrace/segv.c: New.
14867
14868 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14869
14870 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14871 instruction.
14872
14873 2014-06-30 Mark Wielaard <mjw@redhat.com>
14874
14875 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14876 vulture, vilify, villar): New volatile array constants.
14877 (vindictive, vegetation): New const volatile array constants.
14878 * gdb.base/volatile.exp: Test volatile and const volatile array
14879 types.
14880
14881 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14882
14883 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14884 target lacks support for awatch, rwatch, or hbreak.
14885
14886 2014-06-27 Yao Qi <yao@codesourcery.com>
14887
14888 * gdb.multi/dummy-frame-restore.exp: New.
14889 * gdb.multi/dummy-frame-restore.c: New.
14890
14891 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14892
14893 * gdb.btrace/gcore.exp: New.
14894
14895 2014-06-23 Pedro Alves <palves@redhat.com>
14896
14897 * gdb.base/watchpoint-reuse-slot.c: New file.
14898 * gdb.base/watchpoint-reuse-slot.exp: New file.
14899
14900 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14901
14902 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14903 progspace's filename in 'info', 'enable' and 'disable' command
14904 tests.
14905
14906 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14907
14908 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14909 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14910 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14911
14912 2014-06-20 Gary Benson <gbenson@redhat.com>
14913
14914 * gdb.arch/i386-avx.exp: Fix include file location.
14915 * gdb.arch/i386-sse.exp: Likewise.
14916
14917 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14918
14919 * gdb.dlang/expression.exp: New file.
14920
14921 2014-06-19 Pedro Alves <palves@redhat.com>
14922
14923 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14924 out from ...
14925 (top level): ... here. Iterate running tests under different
14926 scheduler-locking settings.
14927
14928 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14929
14930 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14931 to DW_FORM_addr and use non-zero addresses.
14932
14933 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14934
14935 PR gdb/17017
14936 * gdb.python/py-xmethods.cc: Add global function call counters and
14937 increment them in their respective functions. Remove "cout"
14938 statements.
14939 * gdb.python/py-xmethods.exp: Make tests check the global function
14940 call counters instead of depending on inferior IO.
14941
14942 2014-06-18 Don Breazeal <donb@codesourcery.com>
14943
14944 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14945 Deleted procedure.
14946 (explicit_fork_parent_follow): Deleted procedure.
14947 (explicit_fork_child_follow): Deleted procedure.
14948 (test_follow_fork): New procedure.
14949 (do_fork_tests): Replace calls to deleted procedures with
14950 calls to test_follow_fork and reset GDB for subsequent
14951 procedure calls.
14952
14953 2014-06-17 Yao Qi <yao@codesourcery.com>
14954
14955 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14956 CP1252.
14957
14958 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14959
14960 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14961 Initialize ptr and S explicitly.
14962 (skip_type_update_when_not_use_rtti_test): Likewise.
14963
14964 2014-06-16 Keith Seitz <keiths@redhat.com>
14965
14966 PR mi/15863
14967 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14968 the inferior is started.
14969
14970 2014-06-16 Pedro Alves <palves@redhat.com>
14971
14972 * gdb.base/break-main-file-remove-fail.c: New file.
14973 * gdb.base/break-main-file-remove-fail.exp: New file.
14974 * gdb.base/break-unload-file.exp: Use build_executable instead of
14975 prepare_for_testing.
14976 (test_break): New parameter "initial_load". Handle it.
14977 (top level): Add initial_load cmdline/file axis.
14978
14979 2014-06-12 Tom Tromey <tromey@redhat.com>
14980
14981 * gdb.base/completion.exp: Don't use directory name in test.
14982
14983 2014-06-09 Gary Benson <gbenson@redhat.com>
14984
14985 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14986 separate the always-available ANSI-standard signals from the
14987 signals that require checking.
14988 (main): Likewise.
14989 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14990 Likewise.
14991 (main): Likewise.
14992
14993 2014-06-07 Keith Seitz <keiths@redhat.com>
14994
14995 Revert:
14996 PR c++/16253
14997 * gdb.cp/var-tag.cc: New file.
14998 * gdb.cp/var-tag.exp: New file.
14999 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15000 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15001 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15002 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15003
15004 2014-06-06 Doug Evans <xdje42@gmail.com>
15005
15006 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15007
15008 2014-06-06 Pedro Alves <palves@redhat.com>
15009
15010 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15011 in target debug output instead of looking at RSP packets,
15012 disabling the test on any target that uses hardware stepping.
15013 Update comments.
15014
15015 2014-06-06 Pedro Alves <palves@redhat.com>
15016
15017 * gdb.base/break-unload-file.exp: Fix typo.
15018
15019 2014-06-06 Yao Qi <yao@codesourcery.com>
15020
15021 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15022 from "jit_function" to "^jit_function".
15023
15024 2014-06-06 Yao Qi <yao@codesourcery.com>
15025
15026 * gdb.base/async.c (foo): Add one statement.
15027 * gdb.base/async.exp: Get the next instruction address and
15028 match the output of "nexti" by instruction address. Match
15029 the hex address in the output of "finish".
15030
15031 2014-06-06 Gary Benson <gbenson@redhat.com>
15032
15033 * gdb.base/call-signals.c: Remove preprocessor conditionals
15034 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15035 SIGSEGV and SIGTERM.
15036 * gdb.base/sigall.c: Likewise.
15037 * gdb.base/unwindonsignal.c: Likewise.
15038 * gdb.reverse/sigall-reverse.c: Likewise.
15039
15040 2014-06-06 Yao Qi <yao@codesourcery.com>
15041
15042 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15043 readable, skip the test.
15044
15045 2014-06-06 Yao Qi <yao@codesourcery.com>
15046
15047 * gdb.threads/staticthreads.c (thread_function): Move the line
15048 setting breakpoint on forward.
15049 * gdb.threads/staticthreads.exp: Update comments.
15050
15051 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15052
15053 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15054 "history-append! type error".
15055
15056 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15057
15058 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15059 erroneous dprintf expected input.
15060
15061 2014-06-04 Doug Evans <xdje42@gmail.com>
15062
15063 * gdb.guile/scm-generics.exp: Delete.
15064
15065 2014-06-04 Doug Evans <xdje42@gmail.com>
15066
15067 * gdb.guile/scm-breakpoint.exp: Update.
15068 Add tests for breakpoint registration.
15069
15070 2014-06-04 Tom Tromey <tromey@redhat.com>
15071
15072 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15073 VLA-in-union.
15074 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15075 inner_vla_struct, vla_union types. Initialize objects of those
15076 types and compute their sizes.
15077
15078 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15079 Hui Zhu <hui@codesourcery.com>
15080
15081 * gdb.base/fileio.exp: Add test for shell not available as well as
15082 available.
15083 * gdb.base/fileio.c (test_system): Check for shell twice.
15084
15085 2014-06-04 Yao Qi <yao@codesourcery.com>
15086
15087 * gdb.base/auto-connect-native-target.exp: Remove redundant
15088 space from the regexp pattern.
15089
15090 2014-06-04 Yao Qi <yao@codesourcery.com>
15091
15092 * gdb.base/default.exp: Replace "child" with "native" in
15093 regexp pattern.
15094
15095 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15096
15097 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15098 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15099 * gdb.python/py-xmethods.py: Python script supporting the
15100 new testcase and tests.
15101
15102 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15103 Pedro Alves <palves@redhat.com>
15104
15105 PR breakpoints/17000
15106 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15107 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15108
15109 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15110
15111 * gdb.base/subst.exp: Add tests to verify partial path matching
15112 output.
15113
15114 2014-06-03 Pedro Alves <palves@redhat.com>
15115
15116 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15117 target that doesn't use software single-stepping.
15118
15119 2014-06-03 Pedro Alves <palves@redhat.com>
15120
15121 PR breakpoints/17000
15122 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15123 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15124
15125 2014-06-02 Doug Evans <xdje42@gmail.com>
15126
15127 * gdb.guile/scm-parameter.exp: New file.
15128
15129 2014-06-02 Doug Evans <xdje42@gmail.com>
15130
15131 * gdb.guile/scm-cmd.c: New file.
15132 * gdb.guile/scm-cmd.exp: New file.
15133
15134 2014-06-02 Doug Evans <xdje42@gmail.com>
15135
15136 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15137 pretty-printer lookup.
15138 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15139 (make-pp_s-printer): Call it.
15140 (make-pretty-printer-from-dict): New function.
15141 (lookup-pretty-printer-maker-from-dict): New function.
15142 (*pretty-printer*): Simplify.
15143 (make-objfile-pp_s-printer): New function.
15144 (install-objfile-pretty-printers!): New function.
15145 (make-progspace-pp_s-printer): New function.
15146 (install-progspace-pretty-printers!): New function.
15147 * gdb.guile/scm-progspace.c: New file.
15148 * gdb.guile/scm-progspace.exp: New file.
15149
15150 2014-06-02 Pedro Alves <palves@redhat.com>
15151
15152 * gdb.base/dprintf-bp-same-addr.c: New file.
15153 * gdb.base/dprintf-bp-same-addr.exp: New file.
15154
15155 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15156
15157 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15158 * gdb.arch/powerpc-power.s: Likewise.
15159
15160 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15161
15162 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15163
15164 2014-06-01 Yao Qi <yao@codesourcery.com>
15165
15166 * gdb.base/watchpoint.exp (test_watch_location): Check null
15167 pointer can be dereferenced. If not, do the test, otherwise
15168 skip it.
15169
15170 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15171
15172 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15173 results.
15174 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15175
15176 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15177
15178 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15179 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15180 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15181 * gdb.arch/amd64-invalid-stack-top.c: New file.
15182 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15183
15184 2014-05-30 Pedro Alves <palves@redhat.com>
15185
15186 PR breakpoints/17000
15187 * gdb.base/sss-bp-on-user-bp.c: New file.
15188 * gdb.base/sss-bp-on-user-bp.exp: New file.
15189
15190 2014-05-30 David Blaikie <dblaikie@gmail.com>
15191
15192 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15193 gnu_inline semantics via attribute.
15194 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15195 source explicitly specifies the required semantics.
15196
15197 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15198
15199 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15200
15201 2014-05-29 Pedro Alves <palves@redhat.com>
15202 Tom Tromey <tromey@redhat.com>
15203
15204 * gdb.base/async-shell.exp: Don't enable target-async.
15205 * gdb.base/async.exp
15206 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15207 parameter. Adjust.
15208 (top level): Don't test with "target-async".
15209 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15210 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15211 * gdb.base/inferior-died.exp: Don't enable target-async.
15212 * gdb.base/interrupt-noterm.exp: Likewise.
15213 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15214 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15215 * gdb.mi/mi-nonstop.exp: Likewise.
15216 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15217 * gdb.mi/mi-nsintrall.exp: Likewise.
15218 * gdb.mi/mi-nsmoribund.exp: Likewise.
15219 * gdb.mi/mi-nsthrexec.exp: Likewise.
15220 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15221 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15222 * gdb.python/py-evsignal.exp: Don't enable target-async.
15223 * gdb.python/py-evthreads.exp: Likewise.
15224 * gdb.python/py-prompt.exp: Likewise.
15225 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15226 * gdb.server/solib-list.exp: Don't enable target-async.
15227 * gdb.threads/thread-specific-bp.exp: Likewise.
15228 * lib/mi-support.exp: Adjust to use mi-async.
15229
15230 2014-05-29 Pedro Alves <palves@redhat.com>
15231
15232 PR gdb/13860
15233 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15234 reason, even in sync mode.
15235
15236 2014-05-29 Pedro Alves <palves@redhat.com>
15237 Hui Zhu <hui@codesourcery.com>
15238
15239 PR PR15693
15240 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15241 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15242 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15243 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15244
15245 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15246
15247 * config/monitor.exp (gdb_target_monitor): Replace use of
15248 "set remotebaud" by "set serial baud".
15249
15250 2014-05-26 Andy Wingo <wingo@igalia.com>
15251
15252 * gdb.guile/scm-breakpoint.exp:
15253 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15254 properties instead of gdb-object-properties.
15255
15256 2014-05-26 Yao Qi <yao@codesourcery.com>
15257
15258 * gdb.server/no-thread-db.exp: Specify source file name
15259 explicitly when setting a breakpoint.
15260
15261 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15262
15263 * gdb.btrace/vdso.c: New.
15264 * gdb.btrace/vdso.exp: New.
15265
15266 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15267
15268 * gdb.base/gcore.exp (capture_command_output): Move ...
15269 * lib/gdb.exp (capture_command_output): ... here.
15270
15271 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15272
15273 * gdb.btrace/data.exp: Test memory access during btrace replay.
15274
15275 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15276
15277 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15278
15279 2014-05-21 Pedro Alves <palves@redhat.com>
15280
15281 PR gdb/13860
15282 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15283 (top level): Test that output related to execution commands is
15284 sent to the console with CLI commands, but not with MI commands.
15285 Test that breakpoint events are always mirrored to the console.
15286 Also expect the new source line to be output after a "next" in
15287 async mode too. Make it a pass/fail test.
15288 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15289 output.
15290 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15291
15292 2014-05-21 Pedro Alves <palves@redhat.com>
15293
15294 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15295 Use them to test variations of "list" after reaching a breakpoint.
15296 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15297 Test "list" with listsize 10 after reaching a breakpoint.
15298 * gdb.python/python.exp (decode_line current location line
15299 number): Adjust expected line number.
15300
15301 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15302
15303 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15304 behavior for $args, pass it directly to "run".
15305
15306 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15307
15308 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15309 30000 to 65536.
15310
15311 2014-05-21 Pedro Alves <palves@redhat.com>
15312
15313 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15314 auto-connect-native-target off".
15315 * gdb.base/auto-connect-native-target.c: New file.
15316 * gdb.base/auto-connect-native-target.exp: New file.
15317
15318 2014-05-21 Pedro Alves <palves@redhat.com>
15319
15320 * gdb.base/default.exp: Test "target native" instead of "target
15321 child".
15322
15323 2014-05-21 Mark Wielaard <mjw@redhat.com>
15324
15325 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15326
15327 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15328
15329 Fix TLS access for -static -pthread.
15330 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15331 <HAVE_TLS> (thread_function, main): Initialize it.
15332 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15333 Add clean_restart.
15334 <$have_tls != "">: Check TLSVAR.
15335
15336 2014-05-21 Pedro Alves <palves@redhat.com>
15337
15338 * gdb.base/dcache-line-read-error.c: New.
15339 * gdb.base/dcache-line-read-error.exp: New.
15340
15341 2014-05-20 Pedro Alves <palves@redhat.com>
15342
15343 * gdb.base/compare-sections.c: New file.
15344 * gdb.base/compare-sections.exp: New file.
15345
15346 2014-05-20 Pedro Alves <palves@redhat.com>
15347
15348 * gdb.base/break-idempotent.c: New file.
15349 * gdb.base/break-idempotent.exp: New file.
15350
15351 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15352
15353 * gdb.btrace/nohist.exp: New.
15354
15355 2014-05-20 Yao Qi <yao@codesourcery.com>
15356
15357 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15358 gdb.reverse directory and gdb_reverse_timeout exists in board
15359 setting.
15360 * README: Document gdb_reverse_timeout.
15361
15362 2014-05-20 Yao Qi <yao@codesourcery.com>
15363
15364 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15365 'test_file_name'. Treat args as a string instead of a list.
15366 (gdb_init): Rename argument 'args' by 'test_file_name'.
15367
15368 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15369
15370 * gdb.arch/powerpc-power.exp: New file.
15371 * gdb.arch/powerpc-power.s: New file.
15372
15373 2014-05-16 Doug Evans <dje@google.com>
15374
15375 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15376 * gdb.base/completion.exp: Check that all expected files exist
15377 before doing file completion.
15378
15379 2014-05-16 Doug Evans <dje@google.com>
15380
15381 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15382 Update.
15383 (do_syscall_tests_without_xml): Update.
15384
15385 2014-05-16 Pedro Alves <palves@redhat.com>
15386
15387 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15388 instead of "unknown output after running".
15389
15390 2014-05-16 Yao Qi <yao@codesourcery.com>
15391
15392 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15393 file1.txt from host at the end.
15394 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15395
15396 2014-05-15 Doug Evans <dje@google.com>
15397
15398 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15399 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15400 loading file. Add test for TU lookup.
15401
15402 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15403
15404 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15405 calling "-exec-arguments" or "set args" before running the
15406 inferior.
15407
15408 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15409
15410 * lib/mi-support.exp (mi_expect_stop): Expect message for
15411 inferiors that exit with non-zero exit code.
15412
15413 2014-05-14 Yao Qi <yao@codesourcery.com>
15414
15415 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15416 match absolute path on remote host.
15417 (test_file_list_exec_source_files): Remove "/" from the
15418 pattern.
15419
15420 2014-05-14 Yao Qi <yao@codesourcery.com>
15421
15422 * boards/local-remote-host-notty.exp (${board}_file): New
15423 proc.
15424
15425 2014-05-07 Kyle McMartin <kyle@redhat.com>
15426
15427 Pushed by Joel Brobecker <brobecker@adacore.com>.
15428 * gdb.arch/aarch64-atomic-inst.c: New file.
15429 * gdb.arch/aarch64-atomic-inst.exp: New file.
15430
15431 2014-05-07 Yao Qi <yao@codesourcery.com>
15432
15433 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15434 in current context" too.
15435
15436 2014-05-05 Keith Seitz <keiths@redhat.com>
15437
15438 * gdb.linespec/ls-dollar.exp: Add test for linespec
15439 file:convenience_variable.
15440
15441 2014-05-05 Yao Qi <yao@codesourcery.com>
15442
15443 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15444 traceframes into tfile and ctf trace files. Read data from
15445 trace file and test collected data.
15446 (gdb_collect_locals_test): Likewise.
15447 (gdb_unavailable_registers_test): Likewise.
15448 (gdb_unavailable_floats): Likewise.
15449 (gdb_collect_globals_test): Likewise.
15450 (top-level): Append "ctf" to trace_file_targets if GDB
15451 supports.
15452
15453 2014-05-05 Yao Qi <yao@codesourcery.com>
15454
15455 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15456 code to ...
15457 (gdb_collect_args_test_1): ... it. New proc.
15458 (gdb_collect_locals_test): Move some code to ...
15459 (gdb_collect_locals_test_1): ... it. New proc.
15460 (gdb_unavailable_registers_test): Move some code to ...
15461 (gdb_unavailable_registers_test_1): ... it. New proc.
15462 (gdb_unavailable_floats): Move some code to ...
15463 (gdb_unavailable_floats_1): ... it. New proc.
15464
15465 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15466
15467 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15468 probes to test for bitness recognition.
15469 * gdb.arch/amd64-stap-optional-prefix.exp
15470 (test_probe_value_without_reg): New procedure.
15471 Add code to test for different kinds of bitness.
15472
15473 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15474
15475 PR breakpoints/16889
15476 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15477 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15478
15479 2014-05-01 Pedro Alves <palves@redhat.com>
15480
15481 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15482 gdb_file_cmd if no file is specified.
15483 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15484 last_loaded_file to set the remote exec-file.
15485
15486 2014-05-01 Pedro Alves <palves@redhat.com>
15487
15488 * boards/local-remote-host.exp: New file.
15489
15490 2014-05-01 Pedro Alves <palves@redhat.com>
15491
15492 * boards/local-remote-host.exp: Rename to ...
15493 * boards/local-remote-host-notty.exp: ... this.
15494
15495 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15496
15497 * gdb.ada/dyn_arrayidx: New testcase.
15498
15499 2014-04-26 Yao Qi <yao@codesourcery.com>
15500
15501 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15502 and compute the length of function main. Save it in
15503 $main_length.
15504 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15505 (top-level): Use gdb_compile to compile objects into
15506 executable and restart GDB. Remove invocation to
15507 prepare_for_testing.
15508
15509 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15510 Pedro Alves <palves@redhat.com>
15511
15512 PR server/16255
15513 * gdb.multi/multi-attach.c: New file.
15514 * gdb.multi/multi-attach.exp: New file.
15515
15516 2014-04-25 Pedro Alves <palves@redhat.com>
15517
15518 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15519 user.
15520 (top level): Test that "set remote conditional-breakpoints-packet
15521 off" works as intended.
15522 * gdb.base/dprintf.exp: Test that "set remote
15523 breakpoint-commands-packet off" works as intended.
15524 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15525 New function.
15526 (top level): Call it.
15527 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15528 remote fast-tracepoints-packet off" works as intended.
15529 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15530 * lib/gdb.exp (gdb_is_target_remote): ... here.
15531
15532 2014-04-24 David Blaikie <dblaikie@gmail.com>
15533
15534 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15535 ensure clang would not discard them.
15536 * gdb.base/gdbvars.c: Ditto.
15537 * gdb.base/memattr.c: Ditto.
15538 * gdb.base/whatis.c: Ditto.
15539 * gdb.python/py-prettyprint.c: Ditto.
15540 * gdb.trace/actions.c: Ditto.
15541 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15542 ensure clang would not discard it.
15543
15544 2014-04-24 David Blaikie <dblaikie@gmail.com>
15545
15546 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15547 clang to emit the full definition of type required by the test
15548 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15549
15550 2014-04-24 David Blaikie <dblaikie@gmail.com>
15551
15552 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15553 coax Clang into emitting the definition of the type.
15554 * gdb.cp/pr10728-x.h (y): Ditto.
15555 * gdb.cp/pr10728-y.cc (y): Ditto.
15556
15557 2014-04-24 David Blaikie <dblaikie@gmail.com>
15558
15559 * gdb.base/label.exp: XFAIL label related tests under Clang.
15560 * gdb.cp/cplabel.exp: Ditto.
15561 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15562 under Clang those using labels.
15563
15564 2014-04-25 Yao Qi <yao@codesourcery.com>
15565
15566 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15567 double_label.
15568 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15569 partial_label and double_label.
15570
15571 2014-04-24 David Blaikie <dblaikie@gmail.com>
15572
15573 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15574
15575 2014-04-24 David Blaikie <dblaikie@gmail.com>
15576
15577 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15578 of the function to work across GCC and Clang.
15579 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15580 pointer types (const void ** const V void **).
15581
15582 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15583 Walfred Tedeschi <walfred.tedeschi@intel.com>
15584
15585 * Makefile.in (EXECUTABLES): Added i386-avx512.
15586 * gdb.arch/i386-avx512.c: New file.
15587 * gdb.arch/i386-avx512.exp: Likewise.
15588
15589 2014-04-23 Keith Seitz <keiths@redhat.com>
15590
15591 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15592 (mi_make_breakpoint_table): New procedure.
15593 (mi_create_breakpoint): Use mi_make_breakpoint
15594 and return the result.
15595 (mi_make_breakpoint): New procedure.
15596 (mi_build_kv_pairs): New procedure.
15597
15598 * gdb.mi/mi-break.exp: Remove unused globals,
15599 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15600 All callers updated.
15601 * gdb.mi/mi-dprintf.exp: Use variable to track command
15602 number.
15603 Update all callers of mi_create_breakpoint and use
15604 mi_make_breakpoint_table.
15605 Remove any unused global variables.
15606 * gdb.mi/mi-nonstop.exp: Likewise.
15607 * gdb.mi/mi-nsintrall.exp: Likewise.
15608 * gdb.mi/mi-nsmoribund.exp: Likewise.
15609 * gdb.mi/mi-nsthrexec.exp: Likewise.
15610 * gdb.mi/mi-reverse.exp: Likewise.
15611 * gdb.mi/mi-simplerun.exp: Likewise.
15612 * gdb.mi/mi-stepn.exp: Likewise.
15613 * gdb.mi/mi-syn-frame.exp: Likewise.
15614 * gdb.mi/mi-until.exp: Likewise.
15615 * gdb.mi/mi-var-cp.exp: Likewise.
15616 * gdb.mi/mi-var-display.exp: Likewise.
15617 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15618 * gdb.mi/mi2-var-child.exp: Likewise.
15619 * gdb.mi/mi-vla-c99.exp: Likewise.
15620 * lib/mi-support.exp: Likewise.
15621
15622 From Ian Lance Taylor <iant@cygnus.com>:
15623 * lib/gdb.exp (parse_args): New procedure.
15624
15625 2014-04-23 Pedro Alves <palves@redhat.com>
15626
15627 * gdb.base/break-unload-file.c: New file.
15628 * gdb.base/break-unload-file.exp: New file.
15629 * gdb.base/sym-file-lib.c (baz): New function.
15630 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15631 field.
15632 (load): Store the segment's mapped size.
15633 (unload): New function.
15634 (unload_shlib): New function.
15635 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15636 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15637 set a breakpoint at baz, and call it.
15638 * gdb.base/sym-file.exp: New tests for stale breakpoint
15639 instructions.
15640
15641 2014-04-23 Pedro Alves <palves@redhat.com>
15642
15643 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15644 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15645 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15646 * gdb.base/hbreak-unmapped.c: New file.
15647 * gdb.base/hbreak-unmapped.exp: New file.
15648 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15649 * lib/gdb.exp (gdb_is_target_remote): ... here.
15650
15651 2014-04-22 Pedro Alves <palves@redhat.com>
15652
15653 * gdb.base/consecutive-step-over.c: New file.
15654 * gdb.base/consecutive-step-over.exp: New file.
15655
15656 2014-04-22 Pedro Alves <palves@redhat.com>
15657
15658 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15659 instead of send_gdb/gdb_expect.
15660
15661 2014-04-22 Yao Qi <yao@codesourcery.com>
15662
15663 * lib/trace-support.exp (generate_tracefile): New procedure.
15664 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15665 return 0.
15666 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15667 if generate_tracefile returns 1.
15668
15669 2014-04-18 Tom Tromey <palves@redhat.com>
15670 Pedro alves <tromey@redhat.com>
15671
15672 PR backtrace/15558
15673 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15674 with a backtrace limit.
15675 * gdb.python/py-frame-inline.exp: Test running to an inline
15676 function with a backtrace limit, and printing the newest frame.
15677 * gdb.python/py-frame-inline.c (main): Call f.
15678
15679 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15680
15681 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15682
15683 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15684
15685 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15686 Drop prefix from unsupported source file path.
15687
15688 2014-04-17 Yao Qi <yao@codesourcery.com>
15689
15690 * lib/gdb.exp (with_target_charset): New proc.
15691 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15692 with_target_charset.
15693 (test_print_strings): Likewise.
15694 (test_repeat_bytes): Likewise.
15695 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15696 for some tests.
15697
15698 2014-04-16 Keith Seitz <keiths@redhat.com>
15699
15700 PR gdb/15827
15701 * gdb.dwarf2/corrupt.c: New file.
15702 * gdb.dwarf2/corrupt.exp: New file.
15703
15704 2014-04-16 Keith Seitz <keiths@redhat.com>
15705
15706 PR c++/16597
15707 * gdb.cp/namelessclass.cc: New file.
15708 * gdb.cp/namelessclass.exp: New file.
15709 * gdb.cp/namelessclass.S: New file.
15710
15711 2014-04-16 Doug Evans <dje@google.com>
15712
15713 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15714 Add comment.
15715 (gdbserver_default_get_comm_port): New function.
15716 (gdbserver_start): Check if board file provided
15717 "gdbserver,get_comm_port" and use it if so.
15718 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15719 (gdb,socketport): Set to "stdio".
15720 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15721 (stdio_gdbserver_template): Delete.
15722 (${board}_get_remote_address): Update.
15723 (${board}_build_remote_cmd): Delete.
15724 (${board}_get_comm_port): New function.
15725 (${board}_spawn): Update.
15726 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15727 Delete.
15728 (${board}_get_remote_address): Update.
15729 (${board}_get_comm_port): New function.
15730
15731 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15732
15733 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15734 appearing in any order.
15735
15736 2014-04-15 Doug Evans <dje@google.com>
15737
15738 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15739 uninitialized value of "description".
15740
15741 2014-04-15 Keith Seitz <keiths@redhat.com>
15742
15743 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15744 Remove unused globals.
15745 (test_running_the_program): Likewise.
15746 (test_controlled_execution): Likewise.
15747 (test_controlling_breakpoints): Likewise.
15748 (test_program_termination): Likewise.
15749
15750 2014-04-15 Keith Seitz <keiths@redhat.com>
15751
15752 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15753 unused globals.
15754 (test_rbreak_creation_and_listing): Likewise.
15755 (test_ignore_count): Likewise.
15756 (test_error): Likewise.
15757
15758 2014-04-15 Pedro Alves <palves@redhat.com>
15759
15760 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15761 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15762 sym-file-loader.c.
15763 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15764 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15765 to sym-file-loader.c.
15766 (struct library): Forward declare.
15767 (load_shlib, lookup_function): Change prototypes.
15768 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15769 (translate_offset): Remove declarations.
15770 (get_text_addr): New declaration.
15771 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15772 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15773 sym-file-loader.h.
15774 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15775 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15776 here from sym-file-loader.h.
15777 (struct library): New structure.
15778 (load_shlib, lookup_function): Change prototypes and adjust to
15779 work with a struct library.
15780 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15781 (translate_offset): Make static.
15782 (get_text_addr): New function.
15783 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15784
15785 2014-04-15 Pedro Alves <palves@redhat.com>
15786
15787 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15788
15789 2014-04-15 Pedro Alves <palves@redhat.com>
15790
15791 * gdb.base/sym-file-loader.c: Include <limits.h>.
15792 (SELF_LINK): New define.
15793 (get_origin): New function.
15794 (load_shlib): Use it.
15795 * gdb.base/sym-file.exp: Don't early return if the target is
15796 remote. Use runto_main, and issue fail is that fails. Use
15797 gdb_load_shlibs.
15798 (shlib_name): Delete.
15799 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15800
15801 2014-04-15 Pedro Alves <palves@redhat.com>
15802
15803 * gdb.base/sym-file.exp: Remove regex characters from test
15804 message. Don't refer to breakpoint numbers in test messages.
15805
15806 2014-04-14 Keith Seitz <keiths@redhat.com>
15807
15808 PR c++/16253
15809 * gdb.cp/var-tag.cc: New file.
15810 * gdb.cp/var-tag.exp: New file.
15811 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15812 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15813 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15814 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15815
15816 2014-04-14 Tom Tromey <tromey@redhat.com>
15817
15818 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15819 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15820 type.
15821 * gdb.cp/enum-class.exp: New file.
15822 * gdb.cp/enum-class.cc: New file.
15823
15824 2014-04-14 Tom Tromey <tromey@redhat.com>
15825
15826 * gdb.dwarf2/enum-type.exp: New file.
15827
15828 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15829
15830 * gdb.mi/mi-vla-c99.exp: New file.
15831 * gdb.mi/vla.c: New file.
15832
15833 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15834
15835 * gdb.base/vla-datatypes.c: New file.
15836 * gdb.base/vla-datatypes.exp: New file.
15837
15838 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15839
15840 * gdb.base/vla-ptr.c: New file.
15841 * gdb.base/vla-ptr.exp: New file.
15842
15843 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15844
15845 * gdb.dwarf2/count.exp: New file.
15846
15847 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15848
15849 * gdb.base/vla-sideeffect.c: New file.
15850 * gdb.base/vla-sideeffect.exp: New file.
15851
15852 2014-04-14 David Blaikie <dblaikie@gmail.com>
15853
15854 * gdb.mi/non-stop.c: Add return value for non-void function return
15855 statement.
15856 * gdb.threads/staticthreads.c: Ditto.
15857
15858 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15859 Doug Evans <xdje42@gmail.com>
15860
15861 * gdb.guile/scm-value.c: Improve test case.
15862 * gdb.guile/scm-value.exp: Add new test.
15863
15864 2014-04-11 David Blaikie <dblaikie@gmail.com>
15865
15866 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15867 override Clang's default.
15868
15869 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15870
15871 Revert the following changes (regressions):
15872
15873 * gdb.base/vla-sideeffect.c: New file.
15874 * gdb.base/vla-sideeffect.exp: New file.
15875
15876 * gdb.dwarf2/count.exp: New file.
15877
15878 * gdb.base/vla-multi.c: New file.
15879 * gdb.base/vla-multi.exp: New file.
15880
15881 * gdb.base/vla-ptr.c: New file.
15882 * gdb.base/vla-ptr.exp: New file.
15883
15884 * gdb.base/vla-datatypes.c: New file.
15885 * gdb.base/vla-datatypes.exp: New file.
15886
15887 * gdb.mi/mi-vla-c99.exp: New file.
15888 * gdb.mi/vla.c: New file.
15889
15890 2014-04-11 Keith Seitz <keiths@redhat.com>
15891
15892 PR c++/16675
15893 * gdb.cp/cpsizeof.exp: New file.
15894 * gdb.cp/cpsizeof.cc: New file.
15895
15896 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15897
15898 * gdb.mi/mi-vla-c99.exp: New file.
15899 * gdb.mi/vla.c: New file.
15900
15901 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15902
15903 * gdb.base/vla-datatypes.c: New file.
15904 * gdb.base/vla-datatypes.exp: New file.
15905
15906 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15907
15908 * gdb.base/vla-ptr.c: New file.
15909 * gdb.base/vla-ptr.exp: New file.
15910
15911 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15912
15913 * gdb.base/vla-multi.c: New file.
15914 * gdb.base/vla-multi.exp: New file.
15915
15916 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15917
15918 * gdb.dwarf2/count.exp: New file.
15919
15920 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15921
15922 * gdb.base/vla-sideeffect.c: New file.
15923 * gdb.base/vla-sideeffect.exp: New file.
15924
15925 2014-04-11 Yao Qi <yao@codesourcery.com>
15926
15927 * gdb.base/completion.exp: Check file exists before running tests
15928 on file completion.
15929
15930 2014-04-10 Pedro Alves <palves@redhat.com>
15931
15932 * gdb.base/cond-eval-mode.c: New file.
15933 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15934 prepare_for_testing to build the new file. Check result of
15935 runto_main.
15936 (test_break, test_watch): New procedures.
15937 (top level): Use them.
15938
15939 2014-04-08 Pierre Muller <muller@sourceware.org>
15940
15941 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15942 Ctrl-V use for mingw hosts.
15943
15944 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15945
15946 * gdb.python/py-value.c: Improve test case.
15947 * gdb.python/py-value.exp: Add new test.
15948
15949 2014-04-07 David Blaikie <dblaikie@gmail.com>
15950
15951 * lib/compiler.c: Identify the clang compiler.
15952 * lib/compiler.cc: Ditto.
15953
15954 2014-04-03 Yao Qi <yao@codesourcery.com>
15955
15956 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15957
15958 2014-04-01 Anton Blanchard <anton@samba.org>
15959
15960 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15961 messages unique.
15962
15963 2014-04-01 Anton Blanchard <anton@samba.org>
15964
15965 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15966 prepare_for_testing.
15967
15968 2014-04-01 Anton Blanchard <anton@samba.org>
15969
15970 * gdb.arch/ppc64-atomic-inst.c: Remove.
15971 * gdb.arch/ppc64-atomic-inst.S: New file.
15972 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15973
15974 2014-03-31 Doug Evans <dje@google.com>
15975
15976 * gdb.base/print-symbol-loading-lib.c: New file.
15977 * gdb.base/print-symbol-loading-main.c: New file.
15978 * gdb.base/print-symbol-loading.exp: New file.
15979
15980 2014-03-31 Yao Qi <yao@codesourcery.com>
15981
15982 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15983
15984 2014-03-28 Joel Brobecker <brobecker@adacore.com>
15985
15986 * gdb.ada/mi_dyn_arr: New testcase.
15987
15988 2014-03-27 Doug Evans <dje@google.com>
15989
15990 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15991
15992 2014-03-27 Yao Qi <yao@codesourcery.com>
15993
15994 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15995 if target is nios2-*-*.
15996
15997 2014-03-26 Yao Qi <yao@codesourcery.com>
15998
15999 * lib/gdb.exp (readline_is_used): New proc.
16000 * gdb.base/completion.exp: Move tests on command complete up.
16001 Skip the rest of tests if readline is not used.
16002 * gdb.ada/complete.exp: Skp the test if readline is not
16003 used.
16004 * gdb.base/filesym.exp: Likewise.
16005 * gdb.base/macscp.exp: Likewise.
16006 * gdb.base/readline-ask.exp: Likewise.
16007 * gdb.base/readline.exp: Likewise.
16008 * gdb.python/py-cmd.exp: Likewise.
16009 * gdb.trace/tfile.exp: Likewise.
16010
16011 2014-03-26 Yao Qi <yao@codesourcery.com>
16012
16013 * gdb.base/macscp.exp: Fix code format issues.
16014
16015 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16016
16017 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16018 * gdb.asm/powerpc64le.inc: New file.
16019
16020 2014-03-25 Pedro Alves <palves@redhat.com>
16021 Doug Evans <dje@google.com>
16022
16023 * gdb.base/source-execution.c: New file.
16024 * gdb.base/source-execution.exp: New file.
16025 * gdb.base/source-execution.gdb: New file.
16026
16027 2014-03-24 Doug Evans <dje@google.com>
16028
16029 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16030 using fission.
16031
16032 2014-03-24 Hui Zhu <hui@codesourcery.com>
16033 Pedro Alves <palves@redhat.com>
16034
16035 PR breakpoints/16101
16036 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16037 test pass/fail messages. Detect missing support for dprintf when
16038 breakpoints are actually inserted.
16039 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16040 breakpoints are actually inserted.
16041 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16042 fails.
16043
16044 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16045
16046 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16047
16048 2014-03-22 Doug Evans <xdje42@gmail.com>
16049
16050 * gdb.python/python.exp (python not supported): Verify multi-line
16051 python command issues an error.
16052 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16053 guile command issues an error.
16054
16055 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16056
16057 * gdb.threads/thread-specific.exp: Handle the lack of usable
16058 $this_breakpoint and $this_thread.
16059
16060 2014-03-21 Hui Zhu <hui@codesourcery.com>
16061
16062 * gdb.base/attach.exp (do_command_attach_tests): New.
16063
16064 2014-03-20 Tom Tromey <tromey@redhat.com>
16065 Pedro Alves <palves@redhat.com>
16066
16067 PR cli/15718
16068 * gdb.base/condbreak-call-false.c: New file.
16069 * gdb.base/condbreak-call-false.exp: New file.
16070
16071 2014-03-20 Pedro Alves <palves@redhat.com>
16072
16073 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16074 Delete.
16075 (block_signals, unblock_signals): Delete.
16076 (child_function_2, main): Remove references to deleted variable
16077 and functions.
16078
16079 2014-03-20 Pedro Alves <palves@redhat.com>
16080
16081 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16082 Use pthread_kill to signal thread 2.
16083 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16084 Adjust to make the test send itself a signal rather than using the
16085 host's "kill" command.
16086
16087 2014-03-20 Pedro Alves <palves@redhat.com>
16088
16089 * gdb.threads/multiple-step-overs.c: New file.
16090 * gdb.threads/multiple-step-overs.exp: New file.
16091 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16092 Adjust expected infrun debug output.
16093
16094 2014-03-20 Pedro Alves <palves@redhat.com>
16095
16096 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16097 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16098
16099 2014-03-20 Pedro Alves <palves@redhat.com>
16100
16101 PR breakpoints/7143
16102 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16103 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16104 of gdb_test_multiple.
16105 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16106 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16107
16108 2014-03-20 Pedro Alves <palves@redhat.com>
16109
16110 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16111 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16112
16113 2014-03-19 Pedro Alves <palves@redhat.com>
16114
16115 * gdb.base/async.exp: Remove early return.
16116
16117 2014-03-19 Pedro Alves <palves@redhat.com>
16118
16119 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16120
16121 2014-03-19 Pedro Alves <palves@redhat.com>
16122
16123 * gdb.base/async.exp (test_background): Expect \r\n after
16124 "completed." in the fail pattern.
16125
16126 2014-03-19 Pedro Alves <palves@redhat.com>
16127
16128 * gdb.base/async.exp (test_background): New procedure.
16129 Use it for all background execution command tests.
16130
16131 2014-03-19 Pedro Alves <palves@redhat.com>
16132
16133 * gdb.base/async.exp: Use prepare_for_testing.
16134
16135 2014-03-19 Pedro Alves <palves@redhat.com>
16136
16137 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16138 the same line.
16139
16140 2014-03-19 Pedro Alves <palves@redhat.com>
16141
16142 * gdb.base/async.c (main): Add "jump here" and "until here" line
16143 marker comments.
16144 * gdb.base/async.exp (jump_here): New global.
16145 (jump& test): Use it.
16146 (until_here): New global.
16147 (until& test): Use it.
16148
16149 2014-03-19 Pedro Alves <palves@redhat.com>
16150
16151 * gdb.base/async.exp: Don't frob gdb_protocol.
16152
16153 2014-03-18 Doug Evans <xdje42@gmail.com>
16154
16155 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16156 Fix spelling of exec-done-display.
16157
16158 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16159
16160 PR gdb/15358
16161 * gdb.base/gdb-sigterm.c: New file.
16162 * gdb.base/gdb-sigterm.exp: New file.
16163
16164 2014-03-18 Pedro Alves <palves@redhat.com>
16165
16166 PR gdb/13860
16167 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16168 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16169 solib-event.
16170
16171 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16172
16173 * gdb.ada/pckd_arr_ren: New testcase.
16174
16175 2014-03-13 Doug Evans <xdje42@gmail.com>
16176
16177 PR guile/16612
16178 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16179 collect after discarding symbols.
16180
16181 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16182 Doug Evans <xdje42@gmail.com>
16183
16184 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16185 to history survives a gc.
16186
16187 2014-03-13 Pedro Alves <palves@redhat.com>
16188
16189 * gdb.base/default.exp: Don't test "target procfs".
16190
16191 2014-03-13 Pedro Alves <palves@redhat.com>
16192
16193 * gdb.base/default.exp: Update "target child" and "target procfs"
16194 tests to not expect "Unix".
16195
16196 2014-03-12 Tom Tromey <tromey@redhat.com>
16197
16198 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16199 New procs. Add target-async tests.
16200 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16201 Add target-async tests.
16202
16203 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16204
16205 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16206 'func_start' and 'func_end' for the beginning and end of the
16207 function code, respectively.
16208 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16209 'func_end' instead of 'func' and 'main'.
16210
16211 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16212
16213 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16214 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16215 generate the debug info assembler source.
16216
16217 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16218
16219 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16220 * gdb.dwarf2/arr-subrange.exp: Likewise.
16221 * gdb.dwarf2/dwz.exp: Likewise.
16222 * gdb.dwarf2/method-ptr.exp: Likewise.
16223 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16224 * gdb.dwarf2/subrange.exp: Likewise.
16225 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16226 * gdb.dwarf2/implptrpiece.exp: Likewise.
16227 * gdb.dwarf2/nostaticblock.exp: Likewise.
16228
16229 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16230
16231 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16232 directory to absolute path name arguments.
16233
16234 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16235
16236 * gdb.ada/tagged_access: New testcase.
16237
16238 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16239
16240 * gdb.btrace/data.exp: Update expected output.
16241
16242 2014-03-06 Yao Qi <yao@codesourcery.com>
16243
16244 * gdb.trace/pr16508.exp: New file.
16245
16246 2014-03-05 Pedro Alves <palves@redhat.com>
16247
16248 PR gdb/16575
16249 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16250 procedure.
16251 (top level): Adjust to use it. Add tests that exercise breakpoint
16252 interaction with the code-cache.
16253
16254 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16255
16256 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16257 test for 'history-append!'.
16258
16259 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16260
16261 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16262 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16263 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16264 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16265 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16266 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16267
16268 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16269
16270 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16271 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16272 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16273
16274 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16275
16276 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16277
16278 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16279
16280 * gdb.dwarf2/arr-stride.c: New file.
16281 * gdb.dwarf2/arr-stride.exp: New file.
16282
16283 2014-02-26 Pedro Alves <palves@redhat.com>
16284
16285 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16286 that won't ever trigger. Make sure that GDB reports the correct
16287 breakpoint that caused the stop.
16288
16289 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16290
16291 PR gdb/16626
16292 * gdb.base/auto-load-script: New file.
16293 * gdb.base/auto-load.c: New file.
16294 * gdb.base/auto-load.exp: New file.
16295
16296 PR gdb/16626
16297 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16298
16299 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16300
16301 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16302 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16303
16304 2014-02-24 Doug Evans <dje@google.com>
16305
16306 * lib/gdb.exp (run_on_host): Log error output if program fails.
16307
16308 2014-02-21 Pedro Alves <palves@redhat.com>
16309
16310 * gdb.threads/step-after-sr-lock.c: Rename to ...
16311 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16312 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16313 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16314 ... this.
16315
16316 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16317
16318 PR tdep/16397
16319 * gdb.arch/amd64-stap-special-operands.exp: New file.
16320 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16321 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16322 * gdb.arch/amd64-stap-triplet.S: Likewise.
16323 * gdb.arch/amd64-stap-triplet.c: Likewise.
16324
16325 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16326
16327 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16328 in .section pseudo-op.
16329
16330 2014-02-20 lin zuojian <manjian2006@gmail.com>
16331 Joel Brobecker <brobecker@adacore.com>
16332 Doug Evans <xdje42@gmail.com>
16333
16334 PR symtab/16581
16335 * gdb.dwarf2/dw2-icycle.S: New file.
16336 * gdb.dwarf2/dw2-icycle.c: New file.
16337 * gdb.dwarf2/dw2-icycle.exp: New file.
16338
16339 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16340
16341 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16342 operations on gdb.Value objects.
16343 * gdb.python/py-value-cc.exp: Add new test to test operations on
16344 gdb.Value objects.
16345
16346 2014-02-18 Doug Evans <dje@google.com>
16347
16348 * Makefile.in (TESTS): New variable.
16349 (expanded_tests, expanded_tests_or_none): New variables
16350 (check-single): Pass $(expanded_tests_or_none) to runtest.
16351 (check-parallel): Only run tests in $(TESTS) if non-empty.
16352 (check/no-matching-tests-found): New rule.
16353 * README: Document TESTS makefile variable.
16354
16355 2014-02-18 Doug Evans <dje@google.com>
16356
16357 * Makefile.in (check-parallel): rm -rf outputs temp.
16358
16359 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16360
16361 Fix "ERROR: no fileid for" in the testsuite.
16362 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16363
16364 2014-02-12 Doug Evans <dje@google.com>
16365
16366 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16367 (MISCELLANEOUS): New variable.
16368 (clean): rm -rf $(MISCELLANEOUS).
16369 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16370 dwp live in the same directory as symlinks, with each symlink pointed
16371 to a differently named file in a different directory.
16372
16373 2014-02-11 Doug Evans <dje@google.com>
16374
16375 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16376 of Tcl file commands.
16377
16378 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16379
16380 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16381 "kill -SIGUSR1 -1".
16382
16383 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16384
16385 * gdb.ada/tick_length_array_enum_idx: New testcase.
16386
16387 2014-02-10 Doug Evans <xdje42@gmail.com>
16388
16389 * configure.ac (AC_OUTPUT): Add gdb.guile.
16390 * configure: Regenerate.
16391 * lib/gdb-guile.exp: New file.
16392 * lib/gdb.exp (get_target_charset): New function.
16393 * gdb.base/help.exp: Update expected output from "apropos apropos".
16394 * gdb.guile/Makefile.in: New file.
16395 * gdb.guile/guile.exp: New file.
16396 * gdb.guile/scm-arch.c: New file.
16397 * gdb.guile/scm-arch.exp: New file.
16398 * gdb.guile/scm-block.c: New file.
16399 * gdb.guile/scm-block.exp: New file.
16400 * gdb.guile/scm-breakpoint.c: New file.
16401 * gdb.guile/scm-breakpoint.exp: New file.
16402 * gdb.guile/scm-disasm.c: New file.
16403 * gdb.guile/scm-disasm.exp: New file.
16404 * gdb.guile/scm-equal.c: New file.
16405 * gdb.guile/scm-equal.exp: New file.
16406 * gdb.guile/scm-error.exp: New file.
16407 * gdb.guile/scm-error.scm: New file.
16408 * gdb.guile/scm-frame-args.c: New file.
16409 * gdb.guile/scm-frame-args.exp: New file.
16410 * gdb.guile/scm-frame-args.scm: New file.
16411 * gdb.guile/scm-frame-inline.c: New file.
16412 * gdb.guile/scm-frame-inline.exp: New file.
16413 * gdb.guile/scm-frame.c: New file.
16414 * gdb.guile/scm-frame.exp: New file.
16415 * gdb.guile/scm-generics.exp: New file.
16416 * gdb.guile/scm-gsmob.exp: New file.
16417 * gdb.guile/scm-iterator.c: New file.
16418 * gdb.guile/scm-iterator.exp: New file.
16419 * gdb.guile/scm-math.c: New file.
16420 * gdb.guile/scm-math.exp: New file.
16421 * gdb.guile/scm-objfile-script-gdb.in: New file.
16422 * gdb.guile/scm-objfile-script.c: New file.
16423 * gdb.guile/scm-objfile-script.exp: New file.
16424 * gdb.guile/scm-objfile.c: New file.
16425 * gdb.guile/scm-objfile.exp: New file.
16426 * gdb.guile/scm-ports.exp: New file.
16427 * gdb.guile/scm-pretty-print.c: New file.
16428 * gdb.guile/scm-pretty-print.exp: New file.
16429 * gdb.guile/scm-pretty-print.scm: New file.
16430 * gdb.guile/scm-section-script.c: New file.
16431 * gdb.guile/scm-section-script.exp: New file.
16432 * gdb.guile/scm-section-script.scm: New file.
16433 * gdb.guile/scm-symbol.c: New file.
16434 * gdb.guile/scm-symbol.exp: New file.
16435 * gdb.guile/scm-symtab-2.c: New file.
16436 * gdb.guile/scm-symtab.c: New file.
16437 * gdb.guile/scm-symtab.exp: New file.
16438 * gdb.guile/scm-type.c: New file.
16439 * gdb.guile/scm-type.exp: New file.
16440 * gdb.guile/scm-value-cc.cc: New file.
16441 * gdb.guile/scm-value-cc.exp: New file.
16442 * gdb.guile/scm-value.c: New file.
16443 * gdb.guile/scm-value.exp: New file.
16444 * gdb.guile/source2.scm: New file.
16445 * gdb.guile/types-module.cc: New file.
16446 * gdb.guile/types-module.exp: New file.
16447
16448 2014-02-10 Yao Qi <yao@codesourcery.com>
16449
16450 PR testsuite/16543
16451 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16452 * configure: Regenerated.
16453 * Makefile.in: New file.
16454
16455 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16456
16457 * gdb.python/py-framefilter.exp: Fix typo.
16458
16459 2014-02-08 Yao Qi <yao@codesourcery.com>
16460
16461 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16462 that no =breakpoint-modified is emitted when breakpoints are
16463 modified through MI commands.
16464
16465 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16466 Pedro Alves <palves@redhat.com>
16467
16468 * gdb.threads/step-after-sr-lock.c: New file.
16469 * gdb.threads/step-after-sr-lock.exp: New file.
16470
16471 2014-02-07 Pedro Alves <palves@redhat.com>
16472
16473 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16474
16475 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16476
16477 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16478 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16479
16480 2014-02-06 Doug Evans <xdje42@gmail.com>
16481
16482 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16483 output.
16484
16485 * gdb.gdb/python-interrupts.exp: New file.
16486
16487 2014-02-05 Yao Qi <yao@codesourcery.com>
16488
16489 * gdb.trace/report.exp (use_collected_data): Test the output
16490 of "info threads" and "info inferiors".
16491
16492 2014-02-05 Yao Qi <yao@codesourcery.com>
16493
16494 Revert this patch:
16495
16496 2013-05-24 Yao Qi <yao@codesourcery.com>
16497
16498 * gdb.trace/tfile.exp: Test inferior and thread.
16499
16500 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16501
16502 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16503 on a function.
16504 * gdb.base/step-bt.c: Call hello via function pointer to make
16505 sure its first instruction is executed on powerpc64le-linux.
16506
16507 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16508
16509 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16510
16511 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16512
16513 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16514 of the test patterns for use on little-endian systems.
16515
16516 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16517
16518 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16519 (decimal_vector): Fix for little-endian.
16520
16521 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16522
16523 * gdb.arch/sparc-sysstep.exp: New file.
16524 * gdb.arch/sparc-sysstep.c: Likewise.
16525
16526 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16527
16528 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16529
16530 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16531
16532 2014-01-23 Tom Tromey <tromey@redhat.com>
16533
16534 * gdb.ada/array_char_idx: New testcase.
16535
16536 2014-01-23 Tom Tromey <tromey@redhat.com>
16537
16538 PR python/16487:
16539 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16540 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16541 classes.
16542
16543 2014-01-23 Tom Tromey <tromey@redhat.com>
16544
16545 PR python/16491:
16546 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16547 string from an inferior frame.
16548 * gdb.python/py-framefilter-mi.exp: Update.
16549
16550 2014-01-22 Doug Evans <dje@google.com>
16551
16552 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16553
16554 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16555
16556 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16557
16558 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16559
16560 * gdb.trace/entry-values.exp: Remove excess space character from
16561 regex patterns. Handle s390 call instruction.
16562
16563 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16564
16565 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16566 define "*_start" label. Make "name" static.
16567 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16568 ${name} by references to ${name}_start.
16569
16570 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16571
16572 * gdb.base/info-macros.exp: Remove "debug" from the compile
16573 options.
16574
16575 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16576
16577 * gdb.dlang/demangle.exp: New file.
16578
16579 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16580
16581 * gdb.dlang/primitive-types.exp: New file.
16582
16583 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16584
16585 * configure.ac: Create gdb.dlang/Makefile.
16586 * configure: Regenerate.
16587 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16588 * gdb.dlang/Makefile.in: New file.
16589 * lib/d-support.exp: New file.
16590 * lib/gdb.exp (skip_d_tests): New proc.
16591
16592 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16593
16594 * gdb.btrace/delta.exp: Check reverse stepi.
16595 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16596 * gdb.btrace/finish.exp: New.
16597 * gdb.btrace/next.exp: New.
16598 * gdb.btrace/nexti.exp: New.
16599 * gdb.btrace/record_goto.c: Add comments.
16600 * gdb.btrace/step.exp: New.
16601 * gdb.btrace/stepi.exp: New.
16602 * gdb.btrace/multi-thread-step.c: New.
16603 * gdb.btrace/multi-thread-step.exp: New.
16604 * gdb.btrace/rn-dl-bind.c: New.
16605 * gdb.btrace/rn-dl-bind.exp: New.
16606 * gdb.btrace/data.c: New.
16607 * gdb.btrace/data.exp: New.
16608 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16609
16610 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16611
16612 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16613 * gdb.btrace/exception.exp: Update.
16614 * gdb.btrace/instruction_history.exp: Update.
16615 * gdb.btrace/record_goto.exp: Update.
16616 * gdb.btrace/tailcall.exp: Update.
16617 * gdb.btrace/unknown_functions.exp: Update.
16618 * gdb.btrace/delta.exp: New.
16619
16620 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16621
16622 * gdb.btrace/record_goto.exp: Add backtrace test.
16623 * gdb.btrace/tailcall.exp: Add backtrace test.
16624
16625 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16626
16627 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16628 * gdb.btrace/record_goto.c: New.
16629 * gdb.btrace/record_goto.exp: New.
16630 * gdb.btrace/x86-record_goto.S: New.
16631
16632 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16633
16634 * gdb.btrace/function_call_history.exp: Update tests.
16635 * gdb.btrace/instruction_history.exp: Update tests.
16636
16637 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16638
16639 * gdb.btrace/function_call_history.exp: Fix expected field
16640 order for "record function-call-history".
16641 Add new tests for "record function-call-history /c".
16642 * gdb.btrace/exception.cc: New.
16643 * gdb.btrace/exception.exp: New.
16644 * gdb.btrace/tailcall.exp: New.
16645 * gdb.btrace/x86-tailcall.S: New.
16646 * gdb.btrace/x86-tailcall.c: New.
16647 * gdb.btrace/unknown_functions.c: New.
16648 * gdb.btrace/unknown_functions.exp: New.
16649 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16650
16651 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16652
16653 * gdb.btrace/instruction_history.exp: Update.
16654 * gdb.btrace/function_call_history.exp: Update.
16655
16656 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16657
16658 * gdb.btrace/function_call_history.exp: Fix expected function
16659 trace.
16660 * gdb.btrace/instruction_history.exp: Initialize traced.
16661 Remove traced_functions.
16662
16663 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16664
16665 * gdb.btrace/function_call_history.exp: Update
16666 * gdb.btrace/instruction_history.exp: Update.
16667
16668 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16669
16670 * gdb.btrace/enable.exp: Update expected text.
16671
16672 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16673
16674 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16675 bytes.
16676
16677 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16678
16679 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16680
16681 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16682
16683 * lib/gdb.exp (supports_process_record): Return true for
16684 arm*-linux*. (supports_reverse): Likewise.
16685
16686 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16687
16688 PR python/15464
16689 PR python/16113
16690 * gdb.python/py-type.c: Enhance test case.
16691 * gdb.python/py-value-cc.cc: Likewise
16692 * gdb.python/py-type.exp: Add new tests.
16693 * gdb.python/py-value-cc.exp: Likewise
16694
16695 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16696 Pedro Alves <palves@redhat.com>
16697
16698 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16699 Make "name" extern.
16700 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16701 references to ${name}_start by references to ${name}.
16702
16703 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16704
16705 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16706
16707 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16708
16709 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16710
16711 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16712 Pedro Alves <palves@redhat.com>
16713
16714 * gdb.mi/mi-info-os.exp: Connect to the target with
16715 mi_gdb_target_load.
16716
16717 2014-01-08 Pedro Alves <palves@redhat.com>
16718
16719 * gdb.threads/reconnect-signal.c: New file.
16720 * gdb.threads/reconnect-signal.exp: New file.
16721
16722 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16723
16724 * gdb.base/source-dir.exp: New file.
16725
16726 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16727
16728 * gdb.ada/mi_interface: New testcase.
16729
16730 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16731
16732 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16733 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16734 gdb.ada/pp-rec-component/pck.ads: New files.
16735
16736 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16737
16738 * gdb.python/py-pp-integral.c: New file.
16739 * gdb.python/py-pp-integral.py: New file.
16740 * gdb.python/py-pp-integral.exp: New file.
16741
16742 For older changes see ChangeLog-1993-2013.
16743 \f
16744 ;; Local Variables:
16745 ;; mode: change-log
16746 ;; left-margin: 8
16747 ;; fill-column: 74
16748 ;; version-control: never
16749 ;; End:
16750
16751 Copyright 2014-2019 Free Software Foundation, Inc.
16752 Copying and distribution of this file, with or without modification,
16753 are permitted provided the copyright notice and this notice are preserved.
This page took 0.416264 seconds and 4 git commands to generate.