[PR/24474] Add gdb.lookup_static_symbol to the python API
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2
3 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4 namespace.
5 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6
7 2019-07-30 Tom de Vries <tdevries@suse.de>
8
9 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
10 instead.
11
12 2019-07-30 Tom de Vries <tdevries@suse.de>
13
14 PR testsuite/24834
15 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
16 (exec_is_pie): New proc.
17
18 2019-07-29 Christian Biesinger <cbiesinger@google.com>
19
20 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
21
22 2019-07-29 Christian Biesinger <cbiesinger@google.com>
23
24 * gdb.python/py-objfile.c: Add global and static vars.
25 * gdb.python/py-objfile.exp: Test new functions Objfile.
26 lookup_global_symbol and lookup_static_symbol.
27
28 2019-07-29 Tom Tromey <tom@tromey.com>
29
30 * lib/tuiterm.exp (Term::_csi_@): New proc.
31 (Term::_csi_X): Don't move cursor.
32
33 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
34
35 * gdb.base/options.exp: Update backtrace - completion to
36 new option -frame-info.
37 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
38 Test new 'set print frame-info'. Test backtrace -frame-info
39 overriding 'set print frame-info'.
40 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
41 Test new 'set print frame-info'.
42 Verify consistency of backtrace with and without filters, with and
43 without -no-filters.
44 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
45 default.
46
47 2019-07-29 Tom de Vries <tdevries@suse.de>
48
49 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
50 no arguments".
51
52 2019-07-29 Tom de Vries <tdevries@suse.de>
53
54 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
55 is a substring of the first for "complete non-unique file name".
56
57 2019-07-29 Tom de Vries <tdevries@suse.de>
58
59 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
60 with ".*".
61
62 2019-07-29 Tom de Vries <tdevries@suse.de>
63
64 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
65 Pass prompt_regexp parameter to gdb_test_multiple calls.
66
67 2019-07-29 Tom de Vries <tdevries@suse.de>
68
69 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
70 print registers" regexps.
71
72 2019-07-29 Tom de Vries <tdevries@suse.de>
73
74 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
75
76 2019-07-29 Tom de Vries <tdevries@suse.de>
77
78 PR gdb/24855
79 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
80 (skip_python_tests_prompt): Add prompt_regexp argument to
81 gdb_test_multiple calls.
82
83 2019-07-27 Tom Tromey <tom@tromey.com>
84
85 * gdb.tui/main.exp: New file.
86
87 2019-07-27 Tom Tromey <tom@tromey.com>
88
89 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
90 optional.
91 * gdb.tui/empty.exp: New file.
92
93 2019-07-27 Tom Tromey <tom@tromey.com>
94
95 * lib/tuiterm.exp (spawn): New proc.
96 (Term::resize): New proc.
97 * gdb.tui/resize.exp: New file.
98
99 2019-07-27 Tom Tromey <tom@tromey.com>
100
101 * gdb.tui/list.exp: New file.
102
103 2019-07-27 Tom Tromey <tom@tromey.com>
104
105 * gdb.tui/regs.exp: New file.
106
107 2019-07-27 Tom Tromey <tom@tromey.com>
108
109 * gdb.tui/basic.exp: Add "layout split" test.
110
111 2019-07-27 Tom Tromey <tom@tromey.com>
112
113 * gdb.tui/basic.exp: Add "layout asm" test.
114
115 2019-07-27 Tom Tromey <tom@tromey.com>
116
117 * lib/tuiterm.exp: New file.
118 * gdb.tui/basic.exp: New file.
119
120 2019-07-27 Kevin Buettner <kevinb@redhat.com>
121
122 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
123 Enable tests associated with this flag. Adjust regex
124 referencing "foo_low" to now refer to "foo_cold" instead.
125
126 2019-07-27 Kevin Buettner <kevinb@redhat.com>
127
128 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
129 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
130 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
131 foo_cold. Revise comments to match.
132 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
133 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
134 were wrapped into this proc; Call do_test in loop from outermost
135 level.
136 (foo_low): Rename all occurrences to "foo_cold".
137 (backtrace from baz): New test.
138 (x2/i foo_cold): New test.
139 (info line *foo_cold): New test.
140
141 2019-07-26 Tom de Vries <tdevries@suse.de>
142
143 * gdb.arch/i386-pkru.exp: Fix unterminated string.
144
145 2019-07-25 Tom de Vries <tdevries@suse.de>
146
147 PR testsuite/24830
148 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
149 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
150 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
151 (skip_libstdcxx_probe_tests): ... here.
152 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
153
154 2019-07-24 Tom de Vries <tdevries@suse.de>
155
156 PR testsuite/24807
157 * gdb.objc/basicclass.m: Include stdio.h.
158 * gdb.objc/nondebug.m: Same.
159 * gdb.objc/objcdecode.m: Same.
160
161 2019-07-24 Tom de Vries <tdevries@suse.de>
162
163 PR testsuite/24612
164 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
165 additional_flags.
166
167 2019-07-24 Tom de Vries <tdevries@suse.de>
168
169 PR testsuite/24831
170 * gdb.multi/tids.exp: Update error messages for info threads.
171
172 2019-07-24 Tom de Vries <tdevries@suse.de>
173
174 * gdb.base/info-types.exp: Allow info types to print info for more than
175 one file.
176
177 2019-07-23 Tom de Vries <tdevries@suse.de>
178
179 PR testsuite/24842
180 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
181 gdb_spawn_with_cmdline_opts.
182
183 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
184
185 * gdb.arch/arm-cmse-sgstubs.c: New test.
186 * gdb.arch/arm-cmse-sgstubs.exp: New file.
187
188 2019-07-23 Tom de Vries <tdevries@suse.de>
189
190 PR testsuite/24711
191 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
192 issuing next command.
193
194 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
195
196 * gdb.ada/info_auto_lang.exp: Update expected results.
197 * gdb.base/info-types.c: Add additional types to check.
198 * gdb.base/info-types.exp: Update expected results.
199
200 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
201
202 * gdb.base/info-types.c: New file.
203 * gdb.base/info-types.exp: New file.
204
205 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
206
207 * gdb.arch/riscv-bp-infcall.c: New file.
208 * gdb.arch/riscv-bp-infcall.exp: New file.
209
210 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
211
212 PR breakpoints/24541
213 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
214
215 2019-07-14 Tom de Vries <tdevries@suse.de>
216
217 PR testsuite/24760
218 * gdb.objc/basicclass.exp: Fix unterminated string.
219
220 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
221 Andrew Burgess <andrew.burgess@embecosm.com>
222
223 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
224 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
225 negative bounds.
226 * gdb.fortran/vla-value.exp: Print elements of an array with
227 negative bounds.
228 * gdb.fortran/vla.f90: Setup an array with negative bounds for
229 testing.
230
231 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
232
233 * gdb.base/options.exp (expect_string): Dequote strings in
234 results.
235 (test-string): Test strings with different quoting and reindent.
236
237 2019-07-10 Tom Tromey <tromey@adacore.com>
238
239 * gdb.ada/mi_ex_cond.exp: Update expected results.
240 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
241 * gdb.ada/mi_catch_ex.exp: Update expected results.
242 * gdb.ada/mi_catch_assert.exp: Update expected results.
243 * gdb.ada/catch_ex.exp (catch_exception_info)
244 (catch_exception_entry, catch_assert_entry)
245 (catch_unhandled_entry): Update.
246 * gdb.ada/catch_assert_if.exp: Update expected results.
247
248 2019-07-10 Richard Bunt <richard.bunt@arm.com>
249 Stephen Roberts <stephen.roberts@arm.com>
250
251 * gdb.base/define.exp: Restore original prompt.
252
253 2019-07-09 Pedro Alves <palves@redhat.com>
254
255 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
256 breakpoints" output.
257 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
258 * gdb.python/py-breakpoint.exp: No longer expect that "catch
259 throw" creates breakpoint.
260 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
261 'type="catchpoint"'.
262
263 2019-07-09 Pedro Alves <palves@redhat.com>
264
265 PR c++/15468
266 * gdb.cp/except-multi-location-lib.cc: New.
267 * gdb.cp/except-multi-location-main.cc: New.
268 * gdb.cp/except-multi-location.exp: New.
269
270 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
271
272 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
273 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
274 argument and update callers.
275
276 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
277
278 * gdb.arch/amd64-break-on-asm-line.S: New file.
279 * gdb.arch/amd64-break-on-asm-line.exp: New file.
280
281 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
282
283 * gdb.base/printcmds.exp: Test printing C string and
284 C wide string convenience vars without transiting via the inferior.
285 Also make test names unique.
286
287 2019-07-08 Alan Hayward <alan.hayward@arm.com>
288
289 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
290
291 2019-07-04 Pedro Alves <palves@redhat.com>
292
293 * lib/gdb.exp (foreach_with_prefix): Don't return early if
294 body returned ok(0), break(3) or continue(4).
295 * gdb.testsuite/foreach_with_prefix.exp: New file.
296
297 2019-07-04 Alan Hayward <alan.hayward@arm.com>
298
299 * gdb.server/unittest.exp: Allow 0 unit tests to run.
300
301 2019-07-03 Pedro Alves <palves@redhat.com>
302
303 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
304 "return -code".
305
306 2019-07-03 Pedro Alves <palves@redhat.com>
307
308 PR cli/24732
309 * gdb.base/shell.exp: Load completion-support.exp.
310 Adjust expected error output. Add completion tests.
311
312 2019-07-03 Pedro Alves <palves@redhat.com>
313
314 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
315 string_to_regexp.
316
317 2019-07-03 Pedro Alves <palves@redhat.com>
318
319 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
320 (expect_integer): Adjust to expect "-string".
321 (expect_string): New.
322 (all_options): Expect "-string".
323 (test-flag, test-boolean): Adjust to expect "-string".
324 (test-string): New proc.
325 (top level): Call it.
326
327 2019-07-03 Pedro Alves <palves@redhat.com>
328
329 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
330 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
331 the expected output in the success.
332
333 2019-07-03 Pedro Alves <palves@redhat.com>
334
335 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
336 Split one gdb_test_multiple call in two to avoid a race.
337
338 2019-07-03 Pedro Alves <palves@redhat.com>
339
340 * gdb.base/with.c: New file.
341 * gdb.base/with.exp: New file.
342
343 2019-07-03 Pedro Alves <palves@redhat.com>
344
345 * gdb.base/settings.exp: Replace all references to "maint
346 test-settings set" with references to "maint set test-settings",
347 and all references to "maint test-settings show" with references
348 to "maint show test-settings".
349
350 2019-07-03 Pedro Alves <palves@redhat.com>
351
352 * gdb.base/settings.exp (test-string): Adjust expected out when
353 testing "maint test-settings show filename"
354
355 2019-07-02 Pedro Alves <palves@redhat.com>
356
357 * gdb.base/options.exp (test-info-threads): New procedure.
358 (top level): Call it.
359
360 2019-06-28 Tom Tromey <tromey@adacore.com>
361
362 * gdb.dwarf2/ada-linkage-name.c: New file.
363 * gdb.dwarf2/ada-linkage-name.exp: New file.
364
365 2019-06-27 Tom Tromey <tromey@adacore.com>
366
367 * gdb.cp/constexpr-field.exp: Use setup_xfail.
368
369 2019-06-26 Tom de Vries <tdevries@suse.de>
370
371 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
372
373 2019-06-26 Tom de Vries <tdevries@suse.de>
374
375 * gdb.base/index-cache.exp: Add back missing debug option.
376
377 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
378
379 * gdb.base/alias.exp: Test non matching/non existing prefixes.
380
381 2019-06-25 Tom de Vries <tdevries@suse.de>
382
383 PR testsuite/24727
384 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
385
386 2019-06-24 Tom de Vries <tdevries@suse.de>
387
388 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
389
390 2019-06-24 Tom de Vries <tdevries@suse.de>
391
392 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
393 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
394 * gdb.trace/unavailable-dwarf-piece.exp: Same.
395
396 2019-06-24 Tom de Vries <tdevries@suse.de>
397
398 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
399
400 2019-06-21 Tom de Vries <tdevries@suse.de>
401
402 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
403
404 2019-06-21 Tom de Vries <tdevries@suse.de>
405
406 PR testsuite/24518
407 PR ada/24713
408 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
409 index.
410
411 2019-06-19 Tom Tromey <tromey@adacore.com>
412
413 * gdb.ada/length_cond.exp: Add intro comment.
414
415 2019-06-19 Tom Tromey <tromey@adacore.com>
416
417 * gdb.ada/length_cond.exp: New file.
418 * gdb.ada/length_cond/length_cond.adb: New file.
419 * gdb.ada/length_cond/pck.adb: New file.
420 * gdb.ada/length_cond/pck.ads: New file.
421
422 2019-06-18 Tom de Vries <tdevries@suse.de>
423
424 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
425
426 2019-06-18 Tom Tromey <tromey@adacore.com>
427
428 * gdb.base/list0.h: Add comment explaining control character.
429
430 2019-06-18 Tom de Vries <tdevries@suse.de>
431
432 * boards/fission.exp: Break up long debug_flags line.
433
434 2019-06-16 Tom de Vries <tdevries@suse.de>
435
436 PR gdb/24445
437 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
438 generated index.
439
440 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
441
442 PR gdb/24686
443 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
444 improve detection of bug gdb/24541.
445
446 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
447
448 PR gdb/24669
449 * gdb.base/index-cache.exp (uses_readnow,
450 expecting_index_cache_use): Define global variable.
451 (test_cache_enabled_miss, test_cache_enabled_hit): Use
452 expecting_index_cache_use.
453
454 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
455 Andrew Burgess <andrew.burgess@embecosm.com>
456
457 * gdb.fortran/pointers.f90: New file.
458 * gdb.fortran/print_type.exp: New file.
459 * gdb.fortran/vla-ptype.exp: Adapt expected results.
460 * gdb.fortran/vla-type.exp: Likewise.
461 * gdb.fortran/vla-value.exp: Likewise.
462 * gdb.mi/mi-vla-fortran.exp: Likewise.
463
464 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
465
466 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
467 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
468 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
469 as a stop reason.
470
471 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
472
473 * gdb.base/annota1.exp: Update expected results.
474 * gdb.cp/annota2.exp: Likewise.
475 * gdb.cp/annota3.exp: Likewise.
476
477 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
478
479 * gdb.base/style-logging.exp: Remove path from test name.
480
481 2019-06-14 Tom Tromey <tromey@adacore.com>
482
483 PR gdb/24502:
484 * gdb.base/style-logging.exp: New file.
485
486 2019-06-14 Tom Tromey <tromey@adacore.com>
487
488 * gdb.base/symfile-warn.exp: New file.
489 * gdb.base/symfile-warn.c: New file.
490
491 2019-06-14 Tom Tromey <tromey@adacore.com>
492
493 * gdb.base/annotate-symlink.exp: New file.
494
495 2019-06-14 Tom Tromey <tromey@adacore.com>
496
497 * gdb.ada/set_wstr.exp: Add reassignment test.
498
499 2019-06-14 Tom Tromey <tromey@adacore.com>
500
501 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
502 'unchecked_access and 'unrestricted_access as well.
503
504 2019-06-14 Tom Tromey <tromey@adacore.com>
505
506 PR ada/24539:
507 * gdb.ada/vla.exp: Update tests.
508 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
509 pragma.
510
511 2019-06-13 Pedro Alves <palves@redhat.com>
512
513 * gdb.base/settings.exp (test-integer): Test junk after
514 "unlimited".
515
516 2019-06-13 Pedro Alves <palves@redhat.com>
517
518 * gdb.base/options.exp (test-thread-apply): New.
519 (top level): Call it.
520
521 2019-06-13 Pedro Alves <palves@redhat.com>
522
523 * gdb.base/options.exp (test-frame-apply): New.
524 (top level): Test print commands with different "frame apply"
525 prefixes.
526
527 2019-06-13 Pedro Alves <palves@redhat.com>
528
529 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
530 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
531 'max_completions' parameter and handle it.
532 (test_gdb_completion_offers_commands): New.
533
534 2019-06-13 Pedro Alves <palves@redhat.com>
535
536 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
537
538 2019-06-13 Pedro Alves <palves@redhat.com>
539
540 * gdb.base/options.exp (test-backtrace): New.
541 (top level): Call it.
542
543 2019-06-13 Pedro Alves <palves@redhat.com>
544
545 * gdb.guile/scm-frame-args.exp: Use "set print
546 raw-frame-arguments" instead of "set print raw frame-arguments".
547 * gdb.python/py-frame-args.exp: Likewise.
548
549 2019-06-13 Pedro Alves <palves@redhat.com>
550
551 * gdb.compile/compile.exp: Adjust expected output to option
552 processing changes.
553
554 2019-06-13 Pedro Alves <palves@redhat.com>
555
556 * gdb.base/options.exp: Build executable.
557 (test-print): New procedure.
558 (top level): Call it, once for "print" and another for "compile
559 print".
560
561 2019-06-13 Pedro Alves <palves@redhat.com>
562
563 * gdb.base/options.c: New file.
564 * gdb.base/options.exp: New file.
565
566 2019-06-13 Pedro Alves <palves@redhat.com>
567
568 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
569 that "o" is ambiguous.
570
571 2019-06-13 Pedro Alves <palves@redhat.com>
572
573 * gdb.base/settings.c: New file.
574 * gdb.base/settings.exp: New file.
575
576 2019-06-13 Pedro Alves <palves@redhat.com>
577
578 * gdb.base/completion.exp: Fix comment typo.
579
580 2019-06-13 Pedro Alves <palves@redhat.com>
581
582 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
583 foo --1" test.
584
585 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
586
587 * gdb.fortran/block-data.f: New.
588 * gdb.fortran/block-data.exp: New.
589
590 2019-06-11 Tom de Vries <tdevries@suse.de>
591
592 PR testsuite/24521
593 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
594 message.
595
596 2019-06-11 Tom de Vries <tdevries@suse.de>
597
598 PR testsuite/24521
599 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
600
601 2019-06-11 Tom de Vries <tdevries@suse.de>
602
603 * boards/readnow.exp: New file.
604
605 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
606
607 * gdb.fortran/vla-sizeof.exp: Update expected results.
608
609 2019-06-06 Amos Bird <amosbird@gmail.com>
610
611 * gdb.base/annota1.exp (thread_switch): Add test for
612 thread-exited annotation.
613
614 2019-06-06 Tom Tromey <tromey@adacore.com>
615
616 * gdb.base/maint.exp: Expect command started/finished output.
617
618 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
619
620 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
621 comment.
622 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
623
624 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
625
626 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
627 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
628 * gdb.arch/riscv-unwind-long-insn.c: New file.
629 * gdb.arch/riscv-unwind-long-insn.exp: New file.
630
631 2019-06-04 Christian Biesinger <cbiesinger@google.com>
632
633 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
634
635 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
636
637 * lib/gdb.exp (help_list_trailer): New regexp variable
638 factorizing the help trailer message.
639 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
640 arg to allow to better factorize various tests.
641 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
642 (test_prefix_command_help): Use help_list_trailer.
643 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
644 * gdb.guile/scm-cmd.exp: Likewise.
645 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
646 * gdb.base/help.exp: Use test_user_defined_class_help.
647 * gdb.base/style.exp: Add tests for styling of help and apropos.
648 * lib/gdb-utils.exp (style): Add title and highlight styles.
649
650 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
651
652 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
653 $_shell_exitsignal.
654 * gdb.base/default.exp: Update for new convenience variables.
655
656 2019-05-29 Tom Tromey <tromey@adacore.com>
657
658 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
659 to "break complete ada" test case's regexp.
660
661 2019-05-29 Tom Tromey <tromey@adacore.com>
662
663 PR c++/20020:
664 * gdb.cp/constexpr-field.exp: New file.
665 * gdb.cp/constexpr-field.cc: New file.
666
667 2019-05-29 Tom Tromey <tromey@adacore.com>
668
669 * gdb.base/finish.exp (finish_no_print): New proc.
670 (finish_tests): Call it.
671
672 2019-05-24 Tom de Vries <tdevries@suse.de>
673
674 * gdb.dwarf2/gdb-add-index.exp: New file.
675
676 2019-05-22 Tom Tromey <tromey@adacore.com>
677
678 * gdb.base/info-shared.exp (check_info_shared): Use "style".
679 * gdb.base/style.exp: Use "style".
680 * lib/gdb-utils.exp (style): New proc.
681
682 2019-05-22 Tom de Vries <tdevries@suse.de>
683
684 * gdb.base/align.exp: Require c++11.
685
686 2019-05-22 Tom de Vries <tdevries@suse.de>
687
688 PR testsuite/24586
689 * gdb.python/py-mi-var-info-path-expression.exp: Call
690 mi_skip_python_tests to check if python is supported.
691
692 2019-05-22 Alan Hayward <alan.hayward@arm.com>
693
694 * gdb.arch/aarch64-pauth.c: New test.
695 * gdb.arch/aarch64-pauth.exp: New file.
696
697 2019-05-22 Alan Hayward <alan.hayward@arm.com>
698
699 * README (Re-running Tests Outside The Testsuite): New section.
700
701 2019-05-21 Tom de Vries <tdevries@suse.de>
702
703 * gdb.arch/amd64-eval.exp: Require c++11.
704 * gdb.base/max-depth.exp: Same.
705 * gdb.compile/compile-cplus-array-decay.exp: Same.
706 * gdb.cp/meth-typedefs.exp: Same.
707 * gdb.cp/subtypes.exp: Same.
708 * gdb.cp/temargs.exp: Same.
709
710 2019-05-21 Alan Hayward <alan.hayward@arm.com>
711
712 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
713
714 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
715
716 PR gdb/18644
717 * gdb.fortran/complex.exp: Remove setup_kfail calls.
718 * gdb.fortran/printing-types.exp: Add new test.
719 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
720 testing.
721 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
722 setup_kfail call.
723
724 2019-05-17 Alan Hayward <alan.hayward@arm.com>
725
726 * README (Running the Testsuite): Change example.
727 (Testsuite Parameters): Remove TRANSCRIPT.
728 * lib/gdb.exp: Remove TRANSCRIPT check.
729
730 2019-05-17 Alan Hayward <alan.hayward@arm.com>
731
732 * README (Testsuite Parameters): Add replay logging to
733 GDBSERVER_DEBUG.
734 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
735 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
736 as a comma separated list.
737 (gdb_debug_init): Override procedure.
738
739 2019-05-17 Alan Hayward <alan.hayward@arm.com>
740
741 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
742 (gdb_write_cmd_file): New procedure.
743 * lib/gdbserver-support.exp (gdbserver_start): Call
744 gdbserver_write_cmd_file.
745 (gdbserver_write_cmd_file): New procedure.
746
747 2019-05-17 Alan Hayward <alan.hayward@arm.com>
748
749 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
750 (delete_breakpoints): Likewise.
751 (gdb_run_cmd): Likewise.
752 (gdb_start_cmd): Likewise.
753 (gdb_starti_cmd): Likewise.
754 (gdb_internal_error_resync): Likewise.
755 (gdb_test_multiple): Likewise.
756 (gdb_reinitialize_dir): Likewise.
757 (default_gdb_exit): Likewise.
758 (gdb_file_cmd): Mark kill as optional.
759 (default_gdb_start): Call gdb_stdin_log_init.
760 (send_gdb): Call gdb_stdin_log_write.
761 (rerun_to_main): Mark Y as an answer.
762 (gdb_stdin_log_init): New function.
763 (gdb_stdin_log_write): Likewise.
764
765 2019-05-17 Alan Hayward <alan.hayward@arm.com>
766
767 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
768 * gdb.base/debug-expr.exp: Likewise.
769 * gdb.base/foll-fork.exp: Likewise.
770 * gdb.base/foll-vfork.exp: Likewise.
771 * gdb.base/fork-print-inferior-events.exp: Likewise.
772 * gdb.base/gdb-sigterm.exp: Likewise.
773 * gdb.base/gdbinit-history.exp: Likewise.
774 * gdb.base/osabi.exp: Likewise.
775 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
776 * gdb.base/ui-redirect.exp: Likewise.
777 * gdb.gdb/unittest.exp: Likewise.
778 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
779 * gdb.mi/mi-watch.exp: Likewise.
780 * gdb.mi/new-ui-mi-sync.exp: Likewise.
781 * gdb.mi/user-selected-context-sync.exp: Likewise.
782 * gdb.python/python.exp: Disable debug test when debugging.
783 * gdb.threads/check-libthread-db.exp: Disable when debugging.
784 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
785 Likewise.
786 * gdb.threads/stepi-random-signal.exp: Likewise.
787
788 2019-05-17 Alan Hayward <alan.hayward@arm.com>
789
790 * Makefile.in: Pass through GDB_DEBUG.
791 * README (Testsuite Parameters): Add GDB_DEBUG.
792 (gdb,debug): Add board setting.
793 * lib/gdb.exp (default_gdb_start): Start debugging.
794 (gdb_debug_enabled): New procedure.
795 (gdb_debug_init): Likewise.
796
797 2019-05-17 Alan Hayward <alan.hayward@arm.com>
798
799 * Makefile.in: Pass through GDB_DEBUG.
800 * README (Testsuite Parameters): Add GDB_DEBUG.
801 (gdb,debug): Add board setting.
802 * lib/gdb.exp (default_gdb_start): Start debugging.
803 (gdb_debug_enabled): New procedure.
804 (gdb_debug_init): Likewise.
805
806 2019-05-17 Alan Hayward <alan.hayward@arm.com>
807
808 * gdb.base/ui-redirect.exp: Add debug redirect tests.
809
810 2019-05-17 Alan Hayward <alan.hayward@arm.com>
811
812 * gdb.base/ui-redirect.exp: Test redirection.
813
814 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
815
816 * gdb.mi/mi-complete.exp: New file.
817 * gdb.mi/mi-complete.cc: Likewise.
818
819 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
820
821 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
822 indexed and sliced arrays, and pointers to arrays.
823
824 2019-05-14 Tom Tromey <tromey@adacore.com>
825
826 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
827 styling test.
828
829 2019-05-14 Tom de Vries <tdevries@suse.de>
830
831 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
832 selection entry encoding.
833
834 2019-05-10 Tom Tromey <tromey@adacore.com>
835
836 * gdb.ada/info_exc.exp: Add "complete" test.
837
838 2019-05-09 Tom de Vries <tdevries@suse.de>
839
840 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
841 CU-relative.
842
843 2019-05-09 Tom de Vries <tdevries@suse.de>
844
845 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
846 CU-relative.
847
848 2019-05-08 Joel Brobecker <brobecker@adacore.com>
849
850 * gdb.ada/frame_arg_lang.exp: New testcase.
851 * gdb.ada/frame_arg_lang/bla.adb: New file.
852 * gdb.ada/frame_arg_lang/pck.ads: New file.
853 * gdb.ada/frame_arg_lang/pck.adb: New file.
854 * gdb.ada/frame_arg_lang/foo.c: New file.
855
856 2019-05-08 Tom Tromey <tromey@adacore.com>
857
858 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
859
860 2019-05-08 Tom Tromey <tromey@adacore.com>
861
862 * gdb.base/ptype-offsets.exp: Update tests.
863
864 2019-05-08 Tom Tromey <tromey@adacore.com>
865
866 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
867 cases.
868 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
869 "short".
870
871 2019-05-08 Tom Tromey <tromey@adacore.com>
872
873 * gdb.ada/vla.exp: New file.
874 * gdb.ada/vla/vla.adb: New file.
875
876 2019-05-07 Tom de Vries <tdevries@suse.de>
877
878 * gdb.base/index-cache.exp (ls_host): Fix return statement.
879
880 2019-05-07 Tom de Vries <tdevries@suse.de>
881
882 PR testsuite/24522
883 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
884 section.
885
886 2019-05-07 Tom de Vries <tdevries@suse.de>
887
888 PR testsuite/24522
889 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
890 .debug_aranges section.
891
892 2019-05-07 Tom de Vries <tdevries@suse.de>
893
894 PR testsuite/24159
895 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
896
897 2019-05-06 Tom de Vries <tdevries@suse.de>
898
899 * lib/gdb.exp (exec_has_index_section): New proc.
900 * gdb.base/index-cache.exp: Handle case that binfile contains an index
901 section.
902
903 2019-05-04 Tom de Vries <tdevries@suse.de>
904
905 * boards/cc-with-debug-names.exp: New file.
906
907 2019-05-03 Tom Tromey <tromey@adacore.com>
908
909 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
910 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
911 * gdb.ada/char_enum.exp: Add test.
912
913 2019-05-03 Tom de Vries <tdevries@suse.de>
914
915 * boards/cc-with-gdb-index.exp: New file.
916
917 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
918
919 * gdb.rust/simple.exp: Add new test case.
920 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
921 (main): Initialise an instance of the new struct.
922
923 2019-05-01 Tom Tromey <tromey@adacore.com>
924
925 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
926 record.
927 (NPR): New variable.
928 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
929 test.
930
931 2019-05-01 Tom Tromey <tromey@adacore.com>
932
933 * gdb.ada/packed_array_assign.exp: Add packed assignment
934 regression test.
935
936 2019-05-01 Tom de Vries <tdevries@suse.de>
937
938 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
939
940 2019-05-01 Tom de Vries <tdevries@suse.de>
941
942 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
943
944 2019-04-30 Ali Tamur <tamur@google.com>
945
946 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
947
948 2019-04-30 Tom Tromey <tromey@adacore.com>
949
950 * lib/ada.exp (find_ada_tool): New proc.
951 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
952 * gdb.ada/catch_ex_std.exp: New file.
953 * gdb.ada/catch_ex_std/foo.adb: New file.
954 * gdb.ada/catch_ex_std/some_package.adb: New file.
955 * gdb.ada/catch_ex_std/some_package.ads: New file.
956
957 2019-04-30 Tom Tromey <tromey@adacore.com>
958
959 PR c++/24470:
960 * gdb.cp/temargs.cc: Add test code from PR.
961
962 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
963
964 * gdb.fortran/vla-datatypes.exp: Update expected results.
965 * gdb.fortran/vla-ptype.exp: Likewise.
966 * gdb.fortran/vla-type.exp: Likewise.
967 * gdb.fortran/vla-value.exp: Likewise.
968
969 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * gdb.fortran/ptr-indentation.exp: Update expected results.
972 * gdb.fortran/ptype-on-functions.exp: Likewise.
973 * gdb.fortran/vla-ptr-info.exp: Likewise.
974 * gdb.fortran/vla-value.exp: Likewise.
975
976 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
977
978 * gdb.fortran/ptype-on-functions.exp: New file.
979 * gdb.fortran/ptype-on-functions.f90: New file.
980
981 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
982
983 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
984 case void string.
985
986 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
987
988 * gdb.fortran/complex.exp: Expand.
989 * gdb.fortran/complex.f: Renamed to...
990 * gdb.fortran/complex.f90: ...this, and extended to add more
991 complex values.
992
993 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
994
995 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
996 MODULO, CMPLX.
997
998 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
999 Richard Bunt <richard.bunt@arm.com>
1000
1001 * gdb.base/max-depth.c: New file.
1002 * gdb.base/max-depth.exp: New file.
1003 * gdb.python/py-nested-maps.c: New file.
1004 * gdb.python/py-nested-maps.exp: New file.
1005 * gdb.python/py-nested-maps.py: New file.
1006 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1007 (test_all_common): Call test_max_depth.
1008 * gdb.fortran/max-depth.exp: New file.
1009 * gdb.fortran/max-depth.f90: New file.
1010 * gdb.go/max-depth.exp: New file.
1011 * gdb.go/max-depth.go: New file.
1012 * gdb.modula2/max-depth.exp: New file.
1013 * gdb.modula2/max-depth.c: New file.
1014 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1015
1016 2019-04-29 Tom de Vries <tdevries@suse.de>
1017
1018 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1019
1020 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1021
1022 * gdb.base/callexit.exp: Test may-call-functions off.
1023
1024 2019-04-25 Keith Seitz <keiths@redhat.com>
1025
1026 PR c++/24367
1027 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1028 (another_incomplete_struct, test_incomplete): New definitions.
1029 (main): Use new definitions.
1030 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1031 functions.
1032
1033 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1034
1035 PR corefiles/11608
1036 PR corefiles/18187
1037 * gdb.base/coredump-filter-build-id.exp: New file.
1038
1039 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1040
1041 * Makefile.in: Pass through GDBSERVER_DEBUG.
1042 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1043 (gdbserver,debug): Add board setting.
1044 * gdb.trace/tspeed.exp: Skip when debugging.
1045 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1046 * lib/gdbserver-support.exp: Likewise
1047
1048 2019-04-24 Tom Tromey <tromey@adacore.com>
1049
1050 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1051 Rust.
1052
1053 2019-04-24 Tom Tromey <tromey@adacore.com>
1054
1055 * gdb.arch/amd64-eval.exp: Test bitfield return.
1056 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1057 (class Foo) <return_bitfields>: New method.
1058 (main): Call it.
1059
1060 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1061
1062 * gdb.cp/many-args.cc: New file.
1063 * gdb.cp/many-args.exp: New file.
1064
1065 2019-04-23 Tom de Vries <tdevries@suse.de>
1066
1067 PR gdb/24433
1068 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1069
1070 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1071
1072 * gdb.trace/backtrace.exp: Use nopie flag.
1073 * gdb.trace/circ.exp: Likewise.
1074 * gdb.trace/collection.exp: Likewise.
1075 * gdb.trace/ftrace.exp: Likewise.
1076 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1077 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1078 * gdb.trace/qtro.exp: Likewise.
1079 * gdb.trace/read-memory.exp: Likewise.
1080 * gdb.trace/report.exp: Likewise.
1081 * gdb.trace/tfile.exp: Likewise.
1082 * gdb.trace/tfind.exp: Likewise.
1083 * gdb.trace/unavailable.exp: Likewise.
1084
1085 2019-04-22 Pedro Alves <palves@redhat.com>
1086
1087 * gdb.base/solib-probes-nosharedlibrary.c,
1088 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1089
1090 2019-04-19 Tom Tromey <tromey@adacore.com>
1091
1092 * gdb.ada/ptype_union.c: New file.
1093 * gdb.ada/ptype_union.exp: New file.
1094
1095 2019-04-19 Tom Tromey <tromey@adacore.com>
1096
1097 PR symtab/24423:
1098 * gdb.base/list0.h (foo): Add a control-l character.
1099
1100 2019-04-18 Tom de Vries <tdevries@suse.de>
1101
1102 PR gdb/24433
1103 * boards/local-board.exp: Set sysroot to "".
1104
1105 2019-04-18 Tom de Vries <tdevries@suse.de>
1106 Pedro Alves <palves@redhat.com>
1107
1108 PR gdb/24454
1109 * gdb.threads/vfork-follow-child-exec.c: New file.
1110 * gdb.threads/vfork-follow-child-exec.exp: New file.
1111 * gdb.threads/vfork-follow-child-exit.c: New file.
1112 * gdb.threads/vfork-follow-child-exit.exp: New file.
1113
1114 2019-04-15 Leszek Swirski <leszeks@google.com>
1115
1116 * gdb.arch/amd64-eval.cc: New file.
1117 * gdb.arch/amd64-eval.exp: New file.
1118
1119 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1120
1121 * gdb.server/sysroot.c: New test.
1122 * gdb.server/sysroot.exp: New file.
1123 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1124 matching param.
1125
1126 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1127
1128 * gdb.base/align.exp: Extend test to cover structures containing
1129 only static fields.
1130
1131 2019-04-11 Tom de Vries <tdevries@suse.de>
1132
1133 * boards/cc-with-dwz-m.exp: New file.
1134 * boards/cc-with-dwz.exp: New file.
1135 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1136
1137 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1138
1139 * gdb.base/start-cpp.exp: New file.
1140 * gdb.base/start-cpp.cc: New file.
1141
1142 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1143
1144 * gdb.python/py-thrhandle.exp: Adjust tests to call
1145 thread_from_handle instead of thread_from_thread_handle.
1146
1147 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1148
1149 * gdb.python/py-thrhandle.exp: Add tests for
1150 gdb.InferiorThread.handle.
1151
1152 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1153
1154 * gdb.python/py-function.exp: Check calling helper function from
1155 all languages.
1156 * lib/gdb.exp (gdb_supported_languages): New proc.
1157
1158 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1159
1160 * gdb.base/complex-parts.c: New file.
1161 * gdb.base/complex-parts.exp: New file.
1162
1163 2019-04-01 Tom Tromey <tromey@adacore.com>
1164
1165 PR symtab/23331:
1166 * gdb.dwarf2/dw2-ranges-main.c: New file.
1167 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1168 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1169
1170 2019-03-30 Simon Marchi <simark@simark.ca>
1171
1172 * gdb.base/default.exp: Add values for $_gdb_major and
1173 $_gdb_minor.
1174
1175 2019-03-29 Tom Tromey <tromey@adacore.com>
1176
1177 * gdb.base/help.exp: Tighten apropos regexp.
1178
1179 2019-03-29 Keith Seitz <keiths@redhat.com>
1180
1181 * gdb.fortran/array-bounds.exp: New file.
1182 * gdb.fortran/array-bounds.f90: New file.
1183
1184 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1185
1186 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1187
1188 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1189
1190 * gdb.multi/hello.c (main): Increase alarm timer.
1191
1192 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1193
1194 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1195 factor when no hardware watchpoint support.
1196
1197 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1198 Pedro Alves <palves@redhat.com>
1199
1200 * boards/local-board.exp: set sysroot to /.
1201
1202 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1203
1204 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1205 in child.
1206
1207 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1208
1209 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1210 field.
1211 (make_container): Initialise new field.
1212 * gdb.python/py-prettyprint.exp: Add new tests.
1213 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1214 <display_hint>: New method.
1215
1216 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1217
1218 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1219 gdb_continue_to_breakpoint more throughout this test.
1220 (run_lang_tests) Supply unique test names, and use
1221 gdb_test_no_output.
1222
1223 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1224
1225 * gdb.base/finish-pretty.exp: Update expected results.
1226 * gdb.base/pretty-print.c: New file.
1227 * gdb.base/pretty-print.exp: New file.
1228
1229 2019-03-25 Pedro Alves <palves@redhat.com>
1230
1231 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1232 move comments outside list. Append '-i "" eof' section.
1233
1234 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1235
1236 * README: Add pie options.
1237 * gdb.base/break-interp.exp: Ensure pie is disabled.
1238 * gdb.base/dump.exp: Likewise.
1239 * lib/gdb.exp (gdb_compile): Add pie option.
1240
1241 2019-03-19 Tom Tromey <tromey@adacore.com>
1242
1243 * gdb.mi/mi2-cli-display.c: New file.
1244 * gdb.mi/mi2-cli-display.exp: New file.
1245
1246 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1247 Tom Tromey <tromey@adacore.com>
1248
1249 * gdb.ada/ptype_array/pck.adb: New file.
1250 * gdb.ada/ptype_array/pck.ads: New file.
1251 * gdb.ada/ptype_array/foo.adb: New file.
1252 * gdb.ada/ptype_array.exp: New file.
1253
1254 2019-03-14 Tom Tromey <tromey@adacore.com>
1255
1256 * gdb.base/style.exp: Add "set style sources" test.
1257
1258 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1259
1260 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1261 * mi-breakpoint-multiple-locations.exp: ... this.
1262 (make_breakpoints_pattern): New proc.
1263 (do_test): Add mi_version parameter, test -break-insert,
1264 -break-info and =breakpoint-created.
1265
1266 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1267
1268 * config/default.exp: Remove 'load_lib gdb.exp'.
1269 * config/monitor.exp: Likewise.
1270 * config/sid.exp: Likewise.
1271 * config/sim.exp: Likewise.
1272 * config/slite.exp: Likewise.
1273 * config/unix.exp: Likewise.
1274 * gdb.base/default.exp: Remove unhelpful comment.
1275
1276 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1277
1278 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1279
1280 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1281
1282 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1283
1284 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1285
1286 * gdb.fortran/type-kinds.exp: Update expected results.
1287
1288 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1289
1290 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1291
1292 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1293
1294 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1295 function.
1296 (test_basic_parsing_of_type_kinds): Expand types tested.
1297 (test_parsing_invalid_type_kinds): New function.
1298
1299 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1300
1301 * gdb.fortran/intrinsics.exp: New file.
1302 * gdb.fortran/intrinsics.f90: New file.
1303 * gdb.fortran/type-kinds.exp: New file.
1304
1305 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1306
1307 * gdb.fortran/dot-ops.exp: New file.
1308
1309 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1310
1311 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1312 Check upper and lower case logical literals.
1313
1314 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1315
1316 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1317 Remove duplicate tests.
1318
1319 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1320
1321 * lib/gdb.exp (builtin_cd): rename of cd.
1322 (cd): Override builtin.
1323
1324 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1325
1326 * gdb.fortran/function-calls.exp: New file.
1327 * gdb.fortran/function-calls.f90: New test.
1328
1329 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1330
1331 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1332 on user program standard output.
1333 * gdb.fortran/short-circuit-argument-list.f90: Record function
1334 calls.
1335
1336 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1337
1338 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1339 failure.
1340
1341 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1342
1343 PR gdb/8527
1344 * gdb.base/interrupt-daemon-attach.c,
1345 gdb.base/interrupt-daemon-attach.exp: New test.
1346
1347 2019-02-27 Pedro Alves <palves@redhat.com>
1348
1349 * gdb.base/page.exp: Add tests for "set width/height -1".
1350
1351 2019-02-27 Pedro Alves <palves@redhat.com>
1352
1353 * gdb.base/page.exp: Add tests for "set/show width/height" with
1354 "infinite" values.
1355
1356 2019-02-27 Tom Tromey <tromey@adacore.com>
1357
1358 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1359 2.4.
1360 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1361 workaround.
1362
1363 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1364
1365 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1366 tests for structs with static members.
1367
1368 2019-02-26 Tom Tromey <tromey@adacore.com>
1369
1370 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1371 ValueError, not TypeError.
1372
1373 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1374
1375 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1376 call from main program.
1377
1378 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1379
1380 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1381 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1382 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1383 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1384 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1385
1386 2019-02-22 Keith Seitz <keiths@redhat.com>
1387
1388 PR symtab/23853
1389 * gdb.base/symlink-sourcefile.c: New file.
1390 * gdb.base/symlink-sourcefile.exp: New file.
1391
1392 2019-02-20 Tom Tromey <tom@tromey.com>
1393
1394 * gdb.base/info_qt.exp: Update.
1395
1396 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1397
1398 * gdb.base/source.exp: Move "error in sourced script" code to
1399 the end.
1400 * gdb.base/source-error.gdb: Move contents to
1401 source-error-1.gdb. Add new code to source source-error-1.gdb.
1402 * gdb.base/source-error-1.gdb: New file, from previous
1403 source-error.gdb.
1404
1405 2019-02-17 Tom Tromey <tom@tromey.com>
1406
1407 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1408 for macro styling.
1409 * gdb.base/style.c (SOME_MACRO): New macro.
1410
1411 2019-02-17 Tom Tromey <tom@tromey.com>
1412
1413 * gdb.base/style.exp: Add line-wrapping tests.
1414 * gdb.base/page.exp: Add test for quitting during pagination.
1415
1416 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1417
1418 * gdb.ada/big_packed_array: New testcase.
1419 * gdb.ada/homonym.exp: Fix incorrect expected output for
1420 "break <homonym__get_value>" test.
1421
1422 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1423
1424 PR breakpoints/21870
1425 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1426 and prepare_for_testing. Add comment.
1427 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1428 redundant cleanup call. Clean up comment.
1429
1430 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1431
1432 PR breakpoints/21870
1433 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1434 * gdb.arch/aarch64-dbreg-contents.c: New file.
1435
1436 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1437
1438 * gdb.ada/mi_ref_changeable: New testcase.
1439
1440 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1441
1442 * gdb.base/attach.exp: Add double attach test.
1443
1444 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1445
1446 * lib/gdb.exp (default_gdb_start): Don't match pagination
1447 prompt.
1448 (gdb_init): Set stty_init.
1449
1450 2019-01-27 Tom Tromey <tom@tromey.com>
1451
1452 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1453 skip_python_tests.
1454
1455 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1456
1457 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1458 New structure.
1459 (struct struct_static_02_02): Likewise.
1460 (struct struct_static_02_03): Likewise.
1461 (struct struct_static_02_04): Likewise.
1462 (struct struct_static_04_01): Likewise.
1463 (struct struct_static_04_02): Likewise.
1464 (struct struct_static_04_03): Likewise.
1465 (struct struct_static_04_04): Likewise.
1466 (struct struct_static_06_01): Likewise.
1467 (struct struct_static_06_02): Likewise.
1468 (struct struct_static_06_03): Likewise.
1469 (struct struct_static_06_04): Likewise.
1470 (cmp_struct_static_02_01): Likewise.
1471 (cmp_struct_static_02_02): Likewise.
1472 (cmp_struct_static_02_03): Likewise.
1473 (cmp_struct_static_02_04): Likewise.
1474 (cmp_struct_static_04_01): Likewise.
1475 (cmp_struct_static_04_02): Likewise.
1476 (cmp_struct_static_04_03): Likewise.
1477 (cmp_struct_static_04_04): Likewise.
1478 (cmp_struct_static_06_01): Likewise.
1479 (cmp_struct_static_06_02): Likewise.
1480 (cmp_struct_static_06_03): Likewise.
1481 (cmp_struct_static_06_04): Likewise.
1482 (call_all): Test new structs.
1483 * gdb.base/infcall-nested-structs.exp: Likewise.
1484
1485 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1486 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1487
1488 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1489 * gdb.base/stack-protector.c: New test.
1490 * gdb.base/stack-protector.exp: New file.
1491 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1492 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1493 option.
1494 (gdb_compile): Remove stack protector for GCC and prevent
1495 recursion.
1496
1497 2019-01-16 Keith Seitz <keiths@redhat.com>
1498
1499 PR gdb/23773
1500 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1501
1502 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1503
1504 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1505 aliases.
1506 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1507 tests.
1508 * gdb.arch/powerpc-vector-regs.c: New file.
1509 * gdb.arch/powerpc-vector-regs.exp: New file.
1510
1511 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1512
1513 * gdb.arch/altivec-regs.exp: Fix the list passed to
1514 gdb_expect_list when testing "info vector".
1515
1516 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1517
1518 * gdb.base/style.exp: Don't include path in testname.
1519
1520 2019-01-10 Keith Seitz <keiths@redhat.com>
1521
1522 PR gdb/23712
1523 PR symtab/23010
1524 * gdb.dwarf2/multidictionary.exp: New file.
1525
1526 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1527
1528 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1529 (test_gnuv3_style_demangling): ... this.
1530 (test_lucid_style_demangling): Remove.
1531 (test_arm_style_demangling): Remove.
1532 (test_hp_style_demangling): Remove.
1533 (do_tests): Remove calls to the above.
1534
1535 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1536
1537 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1538 case.
1539
1540 2019-01-06 Tom Tromey <tom@tromey.com>
1541
1542 PR gdb/28155:
1543 * gdb.dwarf2/typedef-void-finish.exp: New file.
1544
1545 2018-12-28 Tom Tromey <tom@tromey.com>
1546 Simon Marchi <simark@simark.ca>
1547
1548 * gdb.base/jit-exec.exp: New file.
1549 * gdb.base/jit-exec.c: New file.
1550 * gdb.base/jit-execd.c: New file.
1551
1552 2018-12-28 Tom Tromey <tom@tromey.com>
1553
1554 * gdb.base/style.exp: Update test to check for address styling.
1555
1556 2018-12-28 Tom Tromey <tom@tromey.com>
1557
1558 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1559 message.
1560
1561 2018-12-28 Tom Tromey <tom@tromey.com>
1562
1563 * gdb.base/style.exp: Add test for version number styling.
1564
1565 2018-12-28 Tom Tromey <tom@tromey.com>
1566
1567 * gdb.base/style.exp: Add test for print_address_symbolic.
1568
1569 2018-12-28 Tom Tromey <tom@tromey.com>
1570
1571 * gdb.base/style.exp: Add test for breakpoint setting.
1572
1573 2018-12-28 Tom Tromey <tom@tromey.com>
1574
1575 * gdb.base/style.exp: Add test for variable names.
1576
1577 2018-12-28 Tom Tromey <tom@tromey.com>
1578
1579 * gdb.base/style.exp: New file.
1580 * gdb.base/style.c: New file.
1581
1582 2018-12-28 Tom Tromey <tom@tromey.com>
1583
1584 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1585 "dumb".
1586 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1587 the TERM environment variable.
1588
1589 2018-12-27 Tom Tromey <tom@tromey.com>
1590
1591 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1592 pagination test.
1593
1594 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1595
1596 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1597 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1598
1599 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1600
1601 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1602 Filename a.adb changed to bp_fun_addr.adb.
1603 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1604
1605 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1606
1607 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1608 non-PIE executables.
1609 * README: Mention the gdb,nopie_flag board setting.
1610 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1611 non-PIE executable.
1612 * gdb.arch/amd64-entry-value.exp: Likewise.
1613 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1614 * gdb.arch/i386-float.exp: Likewise.
1615 * gdb.arch/i386-signal.exp: Likewise.
1616 * gdb.mi/mi-reg-undefined.exp: Likewise.
1617
1618 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1619
1620 PR gdb/23974
1621 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1622
1623 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1624
1625 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1626 Update order of results accordingly.
1627
1628 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1629
1630 * gdb.base/annota1.exp: Update a test regexp.
1631
1632 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1633
1634 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1635
1636 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1637
1638 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1639 (reuse_time): Initialize to REUSE_TIME_CAP.
1640 (check_rc): New function.
1641 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1642 Check pthread_create rc.
1643 (spawner_thread_func): Check pthread_create and pthread_join rc.
1644
1645 2018-12-08 Pedro Alves <palves@redhat.com>
1646
1647 * gdb.base/list.exp (test_forward_search): Rename to ...
1648 (test_forward_reverse_search): ... this. Also test reverse-search
1649 and the forward-search alias.
1650
1651 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1652
1653 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1654 local timeout variable before return, and remove all local timeout
1655 variable entirely.
1656 (gdb_load): Likewise.
1657
1658 2018-12-01 Tom de Vries <tdevries@suse.de>
1659
1660 * gdb.base/gdb-caching-proc.exp: New file.
1661
1662 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1663
1664 * Makefile.in (TIMESTAMP): New variable.
1665 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1666 command.
1667 (check-single-racy): Likewise.
1668 (check/%.exp): Likewise.
1669 (check-racy/%.exp): Likewise.
1670 (workers/%.worker): Likewise.
1671 (build-perf): Likewise.
1672 (check-perf): Likewise.
1673 * README: Describe new "TS" and "TS_FORMAT" variables.
1674 * print-ts.py: New file.
1675
1676 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1677
1678 PR python/23714
1679 * gdb.python/python.exp: Test command repetition after
1680 gdb.execute.
1681
1682 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1683
1684 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1685 is correctly aligned.
1686
1687 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1688
1689 * gdb.ada/info_auto_lang.exp: New testcase.
1690 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1691 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1692 * gdb.ada/info_auto_lang/some_c.c: New file.
1693
1694 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1695
1696 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1697 FUNC_lang language syntax.
1698
1699 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1700
1701 * gdb.base/info_minsym.c: New file.
1702 * gdb.base/info_minsym.exp: New file.
1703
1704 2018-11-19 Tom Tromey <tom@tromey.com>
1705
1706 PR rust/23625:
1707 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1708 * gdb.rust/expr.exp: Update expected output. Change one test.
1709
1710 2018-11-19 Tom Tromey <tom@tromey.com>
1711
1712 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1713
1714 2018-11-19 Pedro Alves <palves@redhat.com>
1715
1716 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1717 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1718 see the expected warning.
1719
1720 2018-11-16 Alan Hayward <alan.hayward@arm.com>
1721
1722 PR gdb/22736:
1723 * gdb.cp/infcall-nodebug-lib.c: New test.
1724 * gdb.cp/infcall-nodebug-main.c: New test.
1725 * gdb.cp/infcall-nodebug.exp: New file.
1726
1727 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1728
1729 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1730 completer tests.
1731
1732 2018-11-09 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.base/msym-lang.c: New test.
1735 * gdb.base/msym-lang.exp: New file.
1736 * gdb.base/msym-lang-main.c: New test.
1737
1738 2018-11-08 Tom Tromey <tom@tromey.com>
1739
1740 PR gdb/23555:
1741 PR gdb/23838:
1742 * gdb.base/warning.exp: New file.
1743
1744 2018-11-08 Jan Beulich <jbeulich@suse.com>
1745
1746 * testsuite/gdb.arch/i386-avx512.c,
1747 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1748
1749 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1750
1751 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1752 point hardware.
1753
1754 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1755
1756 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1757 * gdb.dwarf2/missing-type-name.exp: New file.
1758
1759 2018-11-06 Tom de Vries <tdevries@suse.de>
1760
1761 * gdb.base/many-headers.c: New test.
1762 * gdb.base/many-headers.exp: New file.
1763
1764 2018-11-06 Jim Wilson <jimw@sifive.com>
1765
1766 * gdb.base/code_elim.exp: For riscv, set additional_flags
1767 to include -msmall-data-limit=0.
1768
1769 2018-11-01 Joel Brobecker <brobecker@adacore.com>
1770
1771 * gdb.ada/watch_minus_l: New testcase.
1772
1773 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1774
1775 * gdb.arch/aix-sighandle.c: New file.
1776 * gdb.arch/aix-sighandle.exp: New file.
1777
1778 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1779
1780 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1781 registers being unions.
1782
1783 2018-10-31 Tom de Vries <tdevries@suse.de>
1784
1785 * lib/valgrind.exp: New file.
1786 (vgdb_start, vgdb_stop): New procs, factored out of ...
1787 * gdb.base/valgrind-bt.exp: ... here, ...
1788 * gdb.base/valgrind-disp-step.exp: ... here and ...
1789 * gdb.base/valgrind-infcall.exp: ... here.
1790
1791 2018-10-31 Tom de Vries <tdevries@suse.de>
1792
1793 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1794
1795 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1796
1797 * gdb.dwarf2/void-type.c: New file.
1798 * gdb.dwarf2/void-type.exp: New file.
1799
1800 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1801
1802 * gdb.base/info_qt.c: New file.
1803 * gdb.base/info_qt.exp: New file.
1804
1805 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1806
1807 * gdb.arch/powerpc-htm-regs.c: New file.
1808 * gdb.arch/powerpc-htm-regs.exp: New file.
1809
1810 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1811
1812 * gdb.arch/powerpc-tar.c: New file.
1813 * gdb.arch/powerpc-tar.exp: New file.
1814
1815 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1816
1817 * gdb.arch/powerpc-ppr-dscr.c: New file.
1818 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1819
1820 2018-10-25 Tom de Vries <tdevries@suse.de>
1821
1822 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1823
1824 2018-10-24 Tom de Vries <tdevries@suse.de>
1825
1826 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1827 longer exists error.
1828
1829 2018-10-24 Tom de Vries <tdevries@suse.de>
1830
1831 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1832
1833 2018-10-24 Tom de Vries <tdevries@suse.de>
1834
1835 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1836 --db-attach in valgrind.
1837
1838 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1839
1840 * gdb.arch/riscv-reg-aliases.c: New file.
1841 * gdb.arch/riscv-reg-aliases.exp: New file.
1842
1843 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1844
1845 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1846
1847 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1848
1849 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1850
1851 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1852
1853 * gdb.cp/ovldbreak.exp: Fix regexps.
1854
1855 2018-10-19 Alan Hayward <alan.hayward@arm.com>
1856
1857 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1858
1859 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1860
1861 PR cli/23785
1862 * gdb.base/restore.exp: New test to check if "restore" with an
1863 invalid file doesn't segfault.
1864
1865 2018-10-18 Tom de Vries <tdevries@suse.de>
1866
1867 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1868 * gdb.ada/excep_handle.exp: Same.
1869 * gdb.ada/mi_string_access.exp: Same.
1870 * gdb.ada/mi_var_union.exp: Same.
1871 * gdb.arch/arc-analyze-prologue.exp: Same.
1872 * gdb.arch/arc-decode-insn.exp: Same.
1873 * gdb.base/readnever.exp: Same.
1874 * gdb.fortran/printing-types.exp: Same.
1875 * gdb.guile/scm-lazy-string.exp: Same.
1876
1877 2018-10-16 Tom de Vries <tdevries@suse.de>
1878
1879 PR gdb/23730
1880 * gdb.base/catch-follow-exec.c: Add copyright notice.
1881 * gdb.base/catch-follow-exec.exp: Rewrite to use
1882 gdb_spawn_with_cmdline_opts. Require gdb-native.
1883
1884 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1885
1886 * gdb.trace/actions-changed.exp: Check for arch support.
1887 * gdb.trace/actions.exp: Likewise.
1888 * gdb.trace/ax.exp: Likewise.
1889 * gdb.trace/backtrace.exp: Likewise.
1890 * gdb.trace/change-loc.exp: Likewise.
1891 * gdb.trace/deltrace.exp: Likewise.
1892 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1893 * gdb.trace/ftrace.exp: Likewise.
1894 * gdb.trace/infotrace.exp: Check for arch support.
1895 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1896 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1897 * gdb.trace/mi-tsv-changed.exp: Likewise.
1898 * gdb.trace/packetlen.exp: Likewise.
1899 * gdb.trace/passc-dyn.exp: Likewise.
1900 * gdb.trace/passcount.exp: Likewise.
1901 * gdb.trace/pending.exp: Likewise.
1902 * gdb.trace/range-stepping.exp: Check for shlib support.
1903 * gdb.trace/report.exp: Check for arch support.
1904 * gdb.trace/save-trace.exp: Likewise.
1905 * gdb.trace/signal.exp: Check for signal support.
1906 * gdb.trace/tfind.exp: Check for arch support.
1907 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1908 * gdb.trace/trace-common.h: Add comment.
1909 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1910 * gdb.trace/trace-enable-disable.exp: Likewise.
1911 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1912 * gdb.trace/tracecmd.exp: Check for arch support.
1913 * gdb.trace/tspeed.exp: Check for shlib and target support.
1914 * gdb.trace/tstatus.exp: Check for arch support.
1915 * gdb.trace/tsv.exp: Likewise.
1916 * gdb.trace/while-dyn.exp: Likewise.
1917 * gdb.trace/while-stepping.exp: Likewise.
1918 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1919
1920 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1921
1922 * gdb.trace/tspeed.exp: Remove nowarnings.
1923 (prepare_for_trace_test): Declare "global ipalib".
1924 * gdb.trace/tspeed.c: Include unistd.h.
1925 (main): Remove superfluous printf argument.
1926
1927 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1928
1929 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1930 directory prefix on the filename.
1931
1932 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1933
1934 * gdb.gdb/unittest.exp: Update expected message informing that
1935 selftests have been disabled.
1936 * gdb.server/unittest.exp: Likewise.
1937
1938 2018-10-09 Tom de Vries <tdevries@suse.de>
1939
1940 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1941 with runto_main.
1942
1943 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
1944
1945 PR c++/16841
1946 * gdb.cp/virtbase2.cc: New file.
1947 * gdb.cp/virtbase2.exp: New file.
1948
1949 2018-10-06 Tom Tromey <tom@tromey.com>
1950
1951 PR python/19399:
1952 * gdb.python/py-inferior.exp: Add architecture test.
1953
1954 2018-10-06 Tom Tromey <tom@tromey.com>
1955
1956 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1957 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1958
1959 2018-10-06 Tom Tromey <tom@tromey.com>
1960
1961 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1962 of a "throw" catchpoint.
1963
1964 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1965
1966 * gdb.base/info-proc.exp: Update string expected from "help info
1967 proc".
1968
1969 2018-10-04 Tom Tromey <tom@tromey.com>
1970
1971 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1972 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1973 (test_initial_complaints, test_empty_complaints): Update.
1974 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1975
1976 2018-10-04 Tom Tromey <tom@tromey.com>
1977
1978 PR cli/19551:
1979 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1980 * lib/gdb.exp (gdb_file_cmd): Update.
1981 * gdb.stabs/weird.exp (print_weird_var): Update.
1982 * gdb.server/solib-list.exp: Update.
1983 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1984 * gdb.mi/mi-cli.exp: Update.
1985 * gdb.linespec/linespec.exp: Update.
1986 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1987 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1988 * gdb.cp/cp-relocate.exp: Update.
1989 * gdb.base/sym-file.exp: Update.
1990 * gdb.base/relocate.exp: Update.
1991 * gdb.base/readnever.exp: Update.
1992 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1993 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1994 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1995 * gdb.base/code_elim.exp: Update.
1996 * gdb.base/break-unload-file.exp (test_break): Update.
1997 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1998 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1999 Update.
2000 * gdb.base/attach.exp (do_attach_tests): Update.
2001 * gdb.base/sepdebug.exp: Update.
2002 * gdb.python/py-section-script.exp: Update.
2003
2004 2018-10-04 Tom Tromey <tom@tromey.com>
2005
2006 PR cli/22234:
2007 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2008 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2009 output.
2010
2011 2018-10-04 Tom Tromey <tom@tromey.com>
2012
2013 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2014 set width and height to 0.
2015 (test_command_line_attach_run): Use -quiet.
2016
2017 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2018
2019 * lib/gdb.exp (skip_ifunc_tests): New.
2020 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2021 other compile failures.
2022 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2023
2024 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2025
2026 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2027 is_amd64_regs_target.
2028
2029 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2030
2031 * gdb.arch/aarch64-sighandler-regs.c: New test.
2032 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2033 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2034
2035 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2036
2037 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2038 assembly.
2039
2040 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2041
2042 * gdb.base/frame-selection.exp: New file.
2043 * gdb.base/frame-selection.c: New file.
2044
2045 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2046
2047 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2048 pthread barrier.
2049 (main): Likewise.
2050
2051 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2052
2053 * gdb.base/large-frame-1.c: New file.
2054 * gdb.base/large-frame-2.c: New file.
2055 * gdb.base/large-frame.exp: New file.
2056 * gdb.base/large-frame.h: New file.
2057
2058 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2059
2060 PR gdb/20948
2061 * gdb.base/write_mem.exp: New test.
2062 * gdb.base/write_mem.c: Likewise.
2063
2064 2018-09-23 Tom Tromey <tom@tromey.com>
2065
2066 PR python/18852:
2067 * gdb.python/py-parameter.exp: Add test for parameter that throws
2068 on "set".
2069
2070 2018-09-23 Tom Tromey <tom@tromey.com>
2071
2072 PR python/17284:
2073 * gdb.python/py-template.exp (test_template_arg): Add test for
2074 negative template argument number.
2075
2076 2018-09-23 Tom Tromey <tom@tromey.com>
2077
2078 PR python/14062:
2079 * gdb.python/python.exp: Add test for post_event error.
2080
2081 2018-09-23 Tom Tromey <tom@tromey.com>
2082
2083 PR python/18170:
2084 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2085 convert pointers to int and long.
2086
2087 2018-09-23 Tom Tromey <tom@tromey.com>
2088
2089 PR python/20126:
2090 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2091 signed-ness conversion tests.
2092
2093 2018-09-23 Tom Tromey <tom@tromey.com>
2094
2095 PR python/18352;
2096 * gdb.python/py-value.exp (test_float_conversion): New proc.
2097 Use it.
2098
2099 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2100
2101 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2102
2103 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2104
2105 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2106 no readline.
2107 * gdb.base/utf8-identifiers.exp: Likewise.
2108 * gdb.cp/cpcompletion.exp: Likewise.
2109 * gdb.linespec/cpcompletion.exp: Likewise.
2110 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2111 * gdb.linespec/cpls-ops.exp: Likewise.
2112
2113 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2114 Chris January <chris.january@arm.com>
2115
2116 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2117 * gdb.fortran/short-circuit-argument-list.exp: New file.
2118 * gdb.fortran/short-circuit-argument-list.f90: New test.
2119
2120 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2121
2122 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2123 "arch=" keyword when executing "-stack-list-frames".
2124
2125 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2126
2127 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2128 "arch=" keyword when executing "-stack-list-frames".
2129
2130 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2131
2132 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2133 break ada".
2134
2135 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2136
2137 PR python/23669
2138 * gdb.python/python.exp: Test gdb.execute("show commands").
2139
2140 2018-09-16 Tom Tromey <tom@tromey.com>
2141
2142 * gdb.base/new-ui.exp (do_execution_tests): Update.
2143 * gdb.base/dbx.exp (test_breakpoints): Update.
2144
2145 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2146
2147 * lib/gdb.exp (gdb_simple_compile): Add proc.
2148 (is_elf_target): Use gdb_simple_compile.
2149 (skip_altivec_tests): Likewise.
2150 (skip_vsx_tests): Likewise.
2151 (skip_tsx_tests): Likewise.
2152 (skip_btrace_tests): Likewise.
2153 (skip_btrace_pt_tests): Likewise.
2154 (gdb_can_simple_compile): Likewise.
2155 (gdb_has_argv0): Likewise.
2156 (gdb_target_symbol_prefix): Likewise.
2157 (target_supports_scheduler_locking): Likewise.
2158
2159 2018-09-13 Tom Tromey <tom@tromey.com>
2160
2161 * Makefile.in (TAGS): Recognize proc_with_prefix and
2162 gdb_caching_proc.
2163
2164 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2165
2166 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2167 method.
2168
2169 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2170
2171 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2172 and a few other Inferior properties when the Inferior is no
2173 longer valid.
2174
2175 2018-09-13 Tom Tromey <tom@tromey.com>
2176
2177 PR rust/23650:
2178 * gdb.rust/simple.exp: Add test for enum field access error.
2179
2180 2018-09-13 Tom Tromey <tom@tromey.com>
2181
2182 PR rust/23626:
2183 * gdb.rust/simple.rs (EmptyEnum): New type.
2184 (main): Use it.
2185 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2186
2187 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2188
2189 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2190 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2191 * gdb.python/py-symtab.exp: Update test printing an objfile.
2192
2193 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2194
2195 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2196 object.
2197
2198 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2199
2200 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2201 (support_complex_tests): Use gdb_can_simple_compile.
2202 (is_ilp32_target): Likewise.
2203 (is_lp64_target): Likewise.
2204 (is_64_target): Likewise.
2205 (is_amd64_regs_target): Likewise.
2206 (is_aarch32_target): Likewise.
2207 (gdb_int128_helper): Likewise.
2208
2209 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2210
2211 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2212
2213 2018-09-10 Jerome Guitton <guitton@adacore.com>
2214
2215 * gdb.ada/same_component_name: Add test for case of tagged record
2216 with variable-length fields.
2217
2218 2018-09-10 Xavier Roirand <roirand@adacore.com>
2219
2220 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2221 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2222 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2223 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2224
2225 2018-09-10 Xavier Roirand <roirand@adacore.com>
2226
2227 * gdb.ada/mi_string_access.exp: New testcase.
2228 * gdb.ada/mi_string_access/bar.adb: New file.
2229 * gdb.ada/mi_string_access/pck.adb: New file.
2230 * gdb.ada/mi_string_access/pck.asd: New file.
2231
2232 2018-09-10 Xavier Roirand <roirand@adacore.com>
2233
2234 * gdb.ada/mi_var_union.exp: New testcase.
2235 * gdb.ada/mi_var_union/bar.adb: New file.
2236 * gdb.ada/mi_var_union/pck.adb: New file.
2237 * gdb.ada/mi_var_union/pck.asd: New file.
2238
2239 2018-09-08 Tom Tromey <tom@tromey.com>
2240
2241 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2242
2243 2018-09-08 Tom Tromey <tom@tromey.com>
2244
2245 PR python/16047:
2246 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2247 (register_pretty_printers): Register new printer.
2248 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2249 test.
2250 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2251 (an_int_type3): New global.
2252
2253 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2254
2255 * gdb.ada/expr_with_funcall: New testcase.
2256
2257 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2258
2259 * gdb.ada/packed_array_assign: New testcase.
2260
2261 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2262
2263 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2264 names, and add test prefixes to make test names unique.
2265
2266 2018-09-05 Tom de Vries <tdevries@suse.de>
2267
2268 * gdb.dwarf2/varval.exp: Add test.
2269
2270 2018-09-04 Gary Benson <gbenson@redhat.com>
2271
2272 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2273 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2274
2275 2018-08-31 Tom Tromey <tom@tromey.com>
2276
2277 * gdb.rust/simple.rs: Rename second variable "v".
2278
2279 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2280
2281 * gdb.base/funcargs.c (use_a): New function.
2282 (recurse): Call use_a.
2283
2284 2018-08-29 Keith Seitz <keiths@redhat.com>
2285
2286 * gdb.compile/compile-cplus-anonymous.cc: New file.
2287 * gdb.compile/compile-cplus-anonymous.exp: New file.
2288 * gdb.compile/compile-cplus-array-decay.cc: New file.
2289 * gdb.compile/compile-cplus-array-decay.exp: New file.
2290 * gdb.compile/compile-cplus-inherit.cc: New file.
2291 * gdb.compile/compile-cplus-inherit.exp: New file.
2292 * gdb.compile/compile-cplus-member.cc: New file.
2293 * gdb.compile/compile-cplus-member.exp: New file.
2294 * gdb.compile/compile-cplus-method.cc: New file.
2295 * gdb.compile/compile-cplus-method.exp: New file.
2296 * gdb.compile/compile-cplus-mod.c: "New" file.
2297 * gdb.compile/compile-cplus-namespace.cc: New file.
2298 * gdb.compile/compile-cplus-namespace.exp: New file.
2299 * gdb.compile/compile-cplus-nested.cc: New file.
2300 * gdb.compile/compile-cplus-nested.exp: New file.
2301 * gdb.compile/compile-cplus-print.c: "New" file.
2302 * gdb.compile/compile-cplus-print.exp: "New" file.
2303 * gdb.compile/compile-cplus-virtual.cc: New file.
2304 * gdb.compile/compile-cplus-virtual.exp: New file.
2305 * gdb.compile/compile-cplus.c: "New" file.
2306 * gdb.compile/compile-cplus.exp: "New" file.
2307 * lib/compile-support.exp: New file.
2308
2309 2018-08-16 Gary Benson <gbenson@redhat.com>
2310
2311 PR gdb/13000:
2312 * gdb.base/batch-exit-status.exp: New file.
2313 * gdb.base/batch-exit-status.good-commands: Likewise.
2314 * gdb.base/batch-exit-status.bad-commands: Likewise.
2315
2316 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2317
2318 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2319 (struct struct02): Likewise.
2320 (struct struct03): Likewise.
2321 (struct struct04): Likewise.
2322 (struct struct_01_01): New struct.
2323 (struct struct_01_02): Likewise.
2324 (struct struct_01_03): Likewise.
2325 (struct struct_01_04): Likewise.
2326 (struct struct_02_01): Likewise.
2327 (struct struct_02_02): Likewise.
2328 (struct struct_02_03): Likewise.
2329 (struct struct_02_04): Likewise.
2330 (struct struct_04_01): Likewise.
2331 (struct struct_04_02): Likewise.
2332 (struct struct_04_03): Likewise.
2333 (struct struct_04_04): Likewise.
2334 (struct struct_05_01): Likewise.
2335 (struct struct_05_02): Likewise.
2336 (struct struct_05_03): Likewise.
2337 (struct struct_05_04): Likewise.
2338 (cmp_struct01): Remove function.
2339 (cmp_struct02): Likewise.
2340 (cmp_struct03): Likewise.
2341 (cmp_struct04): Likewise.
2342 (cmp_struct_01_01): Add Function.
2343 (cmp_struct_01_02): Likewise.
2344 (cmp_struct_01_03): Likewise.
2345 (cmp_struct_01_04): Likewise.
2346 (cmp_struct_02_01): Likewise.
2347 (cmp_struct_02_02): Likewise.
2348 (cmp_struct_02_03): Likewise.
2349 (cmp_struct_02_04): Likewise.
2350 (cmp_struct_04_01): Likewise.
2351 (cmp_struct_04_02): Likewise.
2352 (cmp_struct_04_03): Likewise.
2353 (cmp_struct_04_04): Likewise.
2354 (cmp_struct_05_01): Likewise.
2355 (cmp_struct_05_02): Likewise.
2356 (cmp_struct_05_03): Likewise.
2357 (cmp_struct_05_04): Likewise.
2358 (call_all): Add new structs.
2359 * gdb.base/infcall-nested-structs.exp: Likewise.
2360
2361 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2362
2363 * gdb.python/py-framefilter-mi.exp: Update regexp to
2364 check for "arch" field in frame output.
2365
2366 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2367
2368 * gdb.dwarf2/dw2-ranges-func.c: New file.
2369 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2370
2371 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2372
2373 * gdb.base/term.exp: Compare terminal settings with values from
2374 the inferior.
2375 * gdb.base/term.c: Get and set terminal settings.
2376
2377 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2378
2379 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2380 accommodate new "arch" field in frame output.
2381 * gdb.mi/mi-return.exp: Likewise.
2382 * gdb.mi/mi-stack.exp: Likewise.
2383 * gdb.mi/mi-syn-frame.exp: Likewise.
2384 * gdb.mi/user-selected-context-sync.exp: Likewise.
2385
2386 2018-08-19 Michael Spang <spang@google.com>
2387
2388 PR gdb/11786
2389 * gdb.base/gcore-tls-pie.c: New file.
2390 * gdb.base/gcore-tls-pie.exp: New file.
2391
2392 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2393
2394 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2395 * gdb.dwarf2/varval.c: New file.
2396 * gdb.dwarf2/varval.exp: New file.
2397
2398 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2399
2400 PR gdb/18931
2401 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2402
2403 2018-08-16 Keith Seitz <keiths@redhat.com>
2404
2405 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2406 tests expected to pass.
2407
2408 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2409
2410 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2411 -data-disassemble -a.
2412 (test_disassembly_bogus_args): Likewise.
2413
2414 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2415
2416 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2417
2418 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2419
2420 * gdb.base/vla-optimized-out.exp: Add new test.
2421
2422 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2423
2424 * gdb.base/vla-optimized-out-o3.exp: Delete.
2425 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2426 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2427 deleted tests.
2428
2429 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2430
2431 PR gdb/18050:
2432 * gdb.server/extended-remote-restart.c: New file.
2433 * gdb.server/extended-remote-restart.exp: New file.
2434
2435 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2436
2437 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2438 "set variable index = 42".
2439
2440 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2441
2442 * boards/index-cache-gdb.exp: New file.
2443 * gdb.dwarf2/index-cache.exp: New file.
2444 * gdb.dwarf2/index-cache.c: New file.
2445 * gdb.base/maint.exp: Check if we are using the index cache.
2446
2447 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2448
2449 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2450 MAKEFLAGS.
2451
2452 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2453
2454 * dg-extract-results.sh: Move to toplevel contrib.
2455 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2456 * Makefile.in (check-parallel-racy): Likewise.
2457
2458 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2459
2460 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2461 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2462 tests if the target supports scheduler locking.
2463
2464 2018-08-04 Tom de Vries <tdevries@suse.de>
2465
2466 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2467
2468 2018-08-02 Tom Tromey <tom@tromey.com>
2469
2470 PR symtab/16842.
2471 * gdb.cp/temargs.exp: Test "info address" of a template
2472 parameter.
2473
2474 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2475
2476 * gdb.python/py-mi-var-info-path-expression.c: New file.
2477 * gdb.python/py-mi-var-info-path-expression.py: New file.
2478 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2479
2480 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2481
2482 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2483 error after "cannot resolve name" string.
2484
2485 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2486
2487 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2488 started.
2489 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2490
2491 2018-07-28 Tom de Vries <tdevries@suse.de>
2492
2493 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2494
2495 2018-07-26 Tom de Vries <tdevries@suse.de>
2496
2497 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2498
2499 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2500
2501 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2502 is visible.
2503
2504 2018-07-26 Tom de Vries <tdevries@suse.de>
2505
2506 PR breakpoints/23366
2507 * gdb.base/catch-follow-exec.c: New test.
2508 * gdb.base/catch-follow-exec.exp: New file.
2509
2510 2018-07-25 Tom de Vries <tdevries@suse.de>
2511
2512 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2513 vla-optimized-out.c.
2514
2515 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2516
2517 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2518 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2519
2520 2018-07-20 Tom de Vries <tdevries@suse.de>
2521
2522 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2523 NOCLONE macro.
2524 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2525
2526 2018-07-19 Tom de Vries <tdevries@suse.de>
2527
2528 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2529 regular expression.
2530
2531 2018-07-18 Tom de Vries <tdevries@suse.de>
2532
2533 * gdb.base/vla-optimized-out.c: New test.
2534 * gdb.base/vla-optimized-out.exp: New file.
2535
2536 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2537
2538 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2539 message "No address associated with hostname" when gdbserver
2540 cannot resolve the hostname.
2541
2542 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2543
2544 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2545 Add some test prefixes to make tests unique.
2546
2547 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2548
2549 * gdb.base/frameapply.c: New file.
2550 * gdb.base/frameapply.exp: New file.
2551
2552 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2553
2554 * gdb.base/skip.exp: Update expected error message.
2555
2556 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2557 Jan Kratochvil <jan.kratochvil@redhat.com>
2558 Paul Fertser <fercerpav@gmail.com>
2559 Tsutomu Seki <sekiriki@gmail.com>
2560
2561 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2562 parameter.
2563 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2564 by default.
2565 * boards/native-gdbserver.exp: Likewise.
2566 * gdb.server/run-without-local-binary.exp: Improve regexp used
2567 for detecting when a remote debugging connection succeeds.
2568 * gdb.server/server-connect.exp: New file.
2569 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2570 Do not prefix the port number with ":".
2571 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2572 support for detecting and using it. Add '$debughost_gdbserver'
2573 to the list of arguments used to start gdbserver. Handle case
2574 when gdbserver cannot resolve a network name.
2575
2576 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2577
2578 PR c++/23373
2579 * gdb.base/ptype-offsets.cc (struct static_member): New
2580 struct.
2581 (main) <stmember>: New variable.
2582 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2583 with a static member in it.
2584
2585 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2586
2587 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2588 watchpoints enabled and disabled.
2589
2590 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2591
2592 * gdb.base/examine-backward.exp: Still run tests around address
2593 0x0, even if address 0x0 is not readable. Update the pattern for
2594 matching address 0x0 in expected output.
2595
2596 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2597
2598 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2599 malloc/free.
2600
2601 2018-07-04 Tom de Vries <tdevries@suse.de>
2602
2603 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2604
2605 2018-07-02 Maciej W. Rozycki <macro@mips.com>
2606
2607 PR tdep/8282
2608 * gdb.arch/mips-disassembler-options.exp: New test.
2609 * gdb.arch/mips-disassembler-options.s: New test source.
2610
2611 2018-06-29 Pedro Alves <palves@redhat.com>
2612
2613 * gdb.threads/names.exp: Adjust expected "info threads" output.
2614
2615 2018-06-29 Pedro Alves <palves@redhat.com>
2616
2617 * gdb.opt/inline-break.exp (line number, address): Add "info
2618 break" tests.
2619
2620 2018-06-29 Pedro Alves <palves@redhat.com>
2621
2622 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2623 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2624 number and address and running to them.
2625
2626 2018-06-29 Richard Bunt <richard.bunt@arm.com>
2627
2628 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2629
2630 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2631
2632 * lib/compiler.c: Remove executable permission flag.
2633
2634 2018-06-28 Richard Bunt <richard.bunt@arm.com>
2635
2636 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2637 code.
2638 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2639
2640 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2641
2642 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2643
2644 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2645
2646 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2647 address argument is omitted.
2648
2649 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
2650
2651 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2652
2653 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
2654
2655 PR gdb/21695
2656 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2657 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2658
2659 2018-06-26 Tom Tromey <tom@tromey.com>
2660
2661 PR rust/22574:
2662 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2663 * gdb.rust/simple.rs (struct SimpleLayout): New.
2664
2665 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2666
2667 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2668 "info registers" output.
2669
2670 2018-06-21 Richard Bunt <richard.bunt@arm.com>
2671
2672 * gdb.base/watchpoint-hw-attach.c: New test.
2673 * gdb.base/watchpoint-hw-attach.exp: New file.
2674
2675 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2676
2677 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2678 through /bin/sh.
2679 * boards/dwarf4-gdb-index.exp: Likewise.
2680 * boards/fission-dwp.exp: Likewise.
2681
2682 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2683
2684 * gdb.base/float128.exp: Add comment and improved fail message
2685 to the failure case of "print large128" test.
2686
2687 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2688
2689 * configure.ac: Remove AC_PREREQ.
2690 * configure: Re-generate.
2691
2692 2018-06-19 Pedro Alves <palves@redhat.com>
2693
2694 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2695 (func_extern_caller): New.
2696 (main): Call func_extern_caller.
2697 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2698 logic change.
2699
2700 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
2701
2702 PR gdb/16841
2703 * gdb.cp/typedef-base.cc: New file.
2704 * gdb.cp/typedef-base.exp: New file.
2705
2706 2018-06-18 Tom de Vries <tdevries@suse.de>
2707
2708 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2709
2710 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2711 Richard Bunt <Richard.Bunt@arm.com>
2712
2713 * gdb.threads/attach-slow-waitpid.c: New file.
2714 * gdb.threads/attach-slow-waitpid.exp: New file.
2715 * gdb.threads/slow-waitpid.c: New file.
2716
2717 2018-06-14 Pedro Alves <palves@redhat.com>
2718
2719 * gdb.base/fork-running-state.c: Include <errno.h>.
2720 (exit_if_relative_exits): New.
2721 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2722 exits.
2723 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2724 child exits.
2725
2726 2018-06-14 Tom de Vries <tdevries@suse.de>
2727
2728 PR cli/22573
2729 * gdb.base/finish-pretty.c: New test.
2730 * gdb.base/finish-pretty.exp: New file.
2731
2732 2018-06-14 Pedro Alves <palves@redhat.com>
2733
2734 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2735 gdb's expected startup output.
2736
2737 2018-06-14 Pedro Alves <palves@redhat.com>
2738
2739 * lib/selftest-support.exp (selftest_setup): Remove inlined
2740 function handling.
2741
2742 2018-06-14 Tom de Vries <tdevries@suse.de>
2743
2744 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2745 matching of breakpoint printing.
2746
2747 2018-06-13 Tom de Vries <tdevries@suse.de>
2748
2749 PR testsuite/23269
2750 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2751 (fork_child): ... here, and ...
2752 (fork_parent): ... here.
2753
2754 2018-06-12 Tom de Vries <tdevries@suse.de>
2755
2756 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2757
2758 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2759 Stephen Roberts <stephen.roberts@arm.com>
2760
2761 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2762 rewrite test to describe action performed, rather than possible
2763 failure.
2764
2765 2018-06-08 Gary Benson <gbenson@redhat.com>
2766
2767 * gdb.threads/check-libthread-db.exp: New file.
2768 * gdb.threads/check-libthread-db.c: Likewise.
2769
2770 2018-06-05 Tom Tromey <tom@tromey.com>
2771
2772 * gdb.base/default.exp: Update expected "show version" output.
2773
2774 2018-06-05 Tom Tromey <tom@tromey.com>
2775
2776 PR cli/12326:
2777 * gdb.cp/static-print-quit.exp: Update.
2778 * lib/gdb.exp (pagination_prompt): Update.
2779 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2780 * gdb.python/python.exp: Update.
2781
2782 2018-06-04 Joel Brobecker <brobecker@adacore.com>
2783
2784 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2785
2786 2018-06-01 Joel Brobecker <brobecker@adacore.com>
2787
2788 * gdb.ada/bp_fun_addr: New testcase.
2789
2790 2018-06-01 Tom Tromey <tom@tromey.com>
2791
2792 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2793 results.
2794 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2795 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2796 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2797 * gdb.base/maint.exp (maint_pass_if): Update.
2798
2799 2018-05-31 Maciej W. Rozycki <macro@mips.com>
2800
2801 * gdb.base/endian.exp: New test.
2802 * gdb.base/endian.c: New test source.
2803
2804 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2805
2806 PR gdb/23203
2807 * gdb.base/bt-selected-frame.c: New file.
2808 * gdb.base/bt-selected-frame.exp: New file.
2809 * lib/gdb.exp (get_current_frame_number): New function.
2810
2811 2018-05-24 Maciej W. Rozycki <macro@mips.com>
2812 Pedro Alves <palves@redhat.com>
2813
2814 * gdb.threads/tls-core.c: Include <stdlib.h>
2815 (thread_proc): Call `abort'.
2816 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2817 (tls_core_test): New procedure, bits factored out from ...
2818 (top level): ... here. Test both native cores and gcore cores.
2819
2820 2018-05-23 Tom Tromey <tom@tromey.com>
2821
2822 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2823
2824 2018-05-23 Tom Tromey <tom@tromey.com>
2825
2826 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2827 symfile_complaints.
2828 (test_short_complaints): Likewise.
2829 (test_empty_complaints): Likewise.
2830 (test_initial_complaints): Update.
2831
2832 2018-05-23 Tom Tromey <tom@tromey.com>
2833
2834 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2835
2836 2018-05-23 Tom Tromey <tom@tromey.com>
2837
2838 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2839 (test_short_complaints): Update.
2840
2841 2018-05-22 Pedro Alves <palves@redhat.com>
2842
2843 * gdb.base/remote.exp: Only gdb_start after compiling the
2844 testcase. Issue "disconnect" before testing "set remote" command
2845 defaults. Issue clean_restart before running to main.
2846
2847 2018-05-22 Pedro Alves <palves@redhat.com>
2848
2849 * gdb.base/remote.exp: Adjust expected output of "show remote
2850 memory-write-packet-size". Add tests for "set remote
2851 memory-write-packet-size 0" and "set remote
2852 memory-write-packet-size fixed/limit".
2853
2854 2018-05-22 Pedro Alves <palves@redhat.com>
2855
2856 PR gdb/22973
2857 * gdb.base/utf8-identifiers.c: New file.
2858 * gdb.base/utf8-identifiers.exp: New file.
2859
2860 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2861
2862 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2863
2864 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2865
2866 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2867
2868 2018-05-18 Tom Tromey <tom@tromey.com>
2869
2870 * gdb.base/ptype-offsets.exp: Update.
2871
2872 2018-05-17 Keith Seitz <keiths@redhat.com>
2873
2874 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2875 in expected breakpoint stop locations.
2876 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2877 move to proper scope to test variable values.
2878 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2879 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2880 New functions.
2881 (main): Call not_inline_func3.
2882 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2883 inline_func1, inline_func2, and inline_func3. Test that when each
2884 breakpoint is hit, GDB properly reports both the stop location
2885 and the backtrace. Repeat tests for temporary breakpoints.
2886
2887 2018-05-15 Maciej W. Rozycki <macro@mips.com>
2888
2889 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2890 rather then trying to access it in determining whether the PID
2891 of `gdbserver' could have been retrieved.
2892
2893 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2894
2895 * gdb.arch/amd64-init-x87-values.S: New file.
2896 * gdb.arch/amd64-init-x87-values.exp: New file.
2897
2898 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2899
2900 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2901
2902 2018-05-04 Tom Tromey <tom@tromey.com>
2903
2904 PR python/22730:
2905 * gdb.python/python.exp: Test multi-line execute.
2906
2907 2018-05-04 Tom Tromey <tom@tromey.com>
2908
2909 PR python/22731:
2910 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2911
2912 2018-05-04 Tom Tromey <tom@tromey.com>
2913
2914 PR gdb/11750:
2915 * gdb.base/define.exp: Test defining a user command inside a user
2916 command.
2917 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2918
2919 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2920 Pedro Alves <palves@redhat.com>
2921
2922 PR breakpoints/19806 and support for PR external/20207.
2923 * gdb.base/watchpoint-unaligned.c: New file.
2924 * gdb.base/watchpoint-unaligned.exp: New file.
2925
2926 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2927
2928 * gdb.base/maint.exp: Make test names unique, use
2929 test_prefix_command_help to test 'help maint info', and remove
2930 repeated test of 'help maint'.
2931
2932 2018-05-04 Tom Tromey <tom@tromey.com>
2933
2934 PR gdb/22619:
2935 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2936 behavior.
2937
2938 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2939
2940 * gdb.base/maint.exp: Process output from 'maint print registers'
2941 line at a time.
2942
2943 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2944
2945 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2946 timeout.
2947
2948 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2949
2950 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2951 filter pattern.
2952
2953 2018-05-02 Pedro Alves <palves@redhat.com>
2954
2955 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2956 to_log_command renames.
2957 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2958
2959 2018-05-02 Tom Tromey <tom@tromey.com>
2960
2961 * gdb.python/py-parameter.exp: Set test message.
2962
2963 2018-05-02 Tom Tromey <tom@tromey.com>
2964
2965 PR python/20084:
2966 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2967 PARAM_ZUINTEGER_UNLIMITED tests.
2968
2969 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2970
2971 PR rust/23124
2972 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2973 when casting.
2974
2975 2018-04-30 Tom Tromey <tom@tromey.com>
2976
2977 * gdb.python/py-type.exp: Check align attribute.
2978 * gdb.python/py-type.c: New "aligncheck" global.
2979
2980 2018-04-30 Tom Tromey <tom@tromey.com>
2981
2982 PR exp/17095:
2983 * gdb.dwarf2/dw2-align.exp: New file.
2984 * gdb.cp/align.exp: New file.
2985 * gdb.base/align.exp: New file.
2986 * lib/gdb.exp (gdb_int128_helper): New proc.
2987 (has_int128_c, has_int128_cxx): New caching procs.
2988
2989 2018-04-27 Tom Tromey <tom@tromey.com>
2990
2991 PR rust/22545:
2992 * gdb.rust/simple.exp: Add inclusive range tests.
2993
2994 2018-04-26 Pedro Alves <palves@redhat.com>
2995
2996 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2997 ifunc breakpoint locations correctly of ifunc breakpoints set
2998 while the program resolves the ifunc.
2999
3000 2018-04-26 Pedro Alves <palves@redhat.com>
3001
3002 * gdb.base/gnu-ifunc-final.c: New file.
3003 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3004 * gdb.base/gnu-ifunc.exp (executable): Delete.
3005 (staticexecutable): Adjust.
3006 (lib_opts, exec_opts): Delete.
3007 (make_binsuffix, build, set-break): New procedures.
3008 (misc_tests): New, with tests factored out from the top level.
3009 (top level): Test different combinations of ifunc resolver name,
3010 resolver with and with debug info, and ifunc target with and
3011 without debug info. Wrap static tests with with_target_prefix.
3012
3013 2018-04-26 Pedro Alves <palves@redhat.com>
3014
3015 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3016 return type" warnings.
3017
3018 2018-04-25 Pedro Alves <palves@redhat.com>
3019
3020 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3021 killed".
3022 * gdb.base/kill-after-signal.exp: Likewise.
3023 * gdb.threads/kill.exp: Likewise.
3024
3025 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3026 Sergio Durigan Junior <sergiodj@redhat.com>
3027 Pedro Alves <palves@redhat.com>
3028
3029 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3030 regexps to expect for '[Inferior ... detached]' as well.
3031 * gdb.base/attach.exp: Likewise.
3032 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3033 "gdb_continue_to_end".
3034 (test_catch_syscall_with_wrong_args): Likewise.
3035 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3036 ']'. Don't set 'verbose' on.
3037 * gdb.base/foll-vfork.exp: Likewise.
3038 * gdb.base/fork-print-inferior-events.c: New file.
3039 * gdb.base/fork-print-inferior-events.exp: New file.
3040 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3041 '[Inferior ... has been killed]' message.
3042 * gdb.base/kill-after-signal.exp: Likewise.
3043 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3044 detach message.
3045 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3046 message.
3047 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3048 regexps to expect for '[Inferior ... detached]' as well.
3049 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3050
3051 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3052
3053 PR gdb/23104
3054 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3055
3056 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3057
3058 * gdb.threads/multiple-successive-infcall.c: New test.
3059 * gdb.threads/multiple-successive-infcall.exp: New file.
3060
3061 2018-04-17 Tom Tromey <tom@tromey.com>
3062
3063 * gdb.rust/simple.rs (Union): New type.
3064 (main): New local "u".
3065 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3066
3067 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3068
3069 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3070 number information in output of "whereis" command.
3071 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3072
3073 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3074
3075 * gdb.ada/info_types.exp: Adjust expected output to the line
3076 numbers now printed by "info var/func/type".
3077 * gdb.base/completion.exp: Likewise.
3078 * gdb.base/included.exp: Likewise.
3079 * gdb.cp/cp-relocate.exp: Likewise.
3080 * gdb.cp/cplusfuncs.exp: Likewise.
3081 * gdb.cp/namespace.exp: Likewise.
3082 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3083
3084 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3085
3086 * gdb.btrace/cpu.exp: New.
3087
3088 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3089
3090 * gdb.base/step-indirect-call-thunk.exp: New.
3091 * gdb.base/step-indirect-call-thunk.c: New.
3092 * gdb.reverse/step-indirect-call-thunk.exp: New.
3093 * gdb.reverse/step-indirect-call-thunk.c: New.
3094
3095 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3096
3097 * gdb.base/pie-fork.c: New file.
3098 * gdb.base/pie-fork.exp: New file.
3099
3100 2018-04-11 Tom Tromey <tom@tromey.com>
3101
3102 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3103
3104 2018-04-10 Pedro Alves <palves@redhat.com>
3105
3106 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3107 exits. Instead loop running forever.
3108 (fork_parent): Run forever too.
3109
3110 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3111
3112 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3113 mi_continue_to_line.
3114 * gdb.mi/mi-stack.c (callee4): Add comment.
3115
3116 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3117
3118 * gdb.mi/mi-stack.exp: Fix indentation.
3119
3120 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3121
3122 PR gdb/22979
3123 * gdb.arch/amd64-osabi.exp: New file.
3124
3125 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3126
3127 PR gdb/22980
3128 * gdb.base/osabi.exp: New file.
3129
3130 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3131
3132 * gdb.cp/static-typedef-print.exp: New file.
3133 * gdb.cp/static-typedef-print.cc: New file.
3134
3135 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3136
3137 * gdb.ada/varsize_limit: New testcase.
3138
3139 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3140
3141 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3142
3143 * gdb.ada/notcplusplus: New testcase.
3144
3145 * gdb.base/c-linkage-name.c: New file.
3146 * gdb.base/c-linkage-name.exp: New testcase.
3147
3148 2018-03-26 Tom Tromey <tom@tromey.com>
3149
3150 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3151 * gdb.python/py-framefilter.py (name_error): New global.
3152 (ErrorInName.function): Use name_error.
3153
3154 2018-03-26 Tom Tromey <tom@tromey.com>
3155
3156 PR backtrace/15582:
3157 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3158
3159 2018-03-23 Keith Seitz <keiths@redhat.com>
3160
3161 PR c++/22968
3162 * gdb.cp/subtypes.exp: New file.
3163 * gdb.cp/subtypes.h: New file.
3164 * gdb.cp/subtypes.cc: New file.
3165 * gdb.cp/subtypes-2.cc: New file.
3166
3167 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3168
3169 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3170 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3171 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3172 -nostartfiles when compiling the test. Confirm that all registers
3173 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3174
3175 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3176
3177 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3178 option, syntax was wrong anyway.
3179 * gdb.arch/arm-disp-step.exp: Likewise.
3180 * gdb.arch/sparc64-regs.exp: Likewise.
3181 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3182 option, syntax was wrong anyway, switch to use
3183 prepare_for_testing.
3184 * gdb.arch/i386-disp-step.exp: Likewise.
3185
3186 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3187
3188 * gdb.ada/exec_changed.exp: Replace "target_info exists
3189 use_gdb_stub" by "use_gdb_stub".
3190 * gdb.ada/start.exp: Likewise.
3191 * gdb.base/async-shell.exp: Likewise.
3192 * gdb.base/attach-pie-misread.exp: Likewise.
3193 * gdb.base/attach-wait-input.exp: Likewise.
3194 * gdb.base/break-entry.exp: Likewise.
3195 * gdb.base/break-interp.exp: Likewise.
3196 * gdb.base/dprintf-detach.exp: Likewise.
3197 * gdb.base/nostdlib.exp: Likewise.
3198 * gdb.base/solib-nodir.exp: Likewise.
3199 * gdb.base/statistics.exp: Likewise.
3200 * gdb.base/testenv.exp: Likewise.
3201 * gdb.mi/mi-exec-run.exp: Likewise.
3202 * gdb.mi/mi-start.exp: Likewise.
3203 * gdb.multi/dummy-frame-restore.exp: Likewise.
3204 * gdb.multi/multi-arch-exec.exp: Likewise.
3205 * gdb.multi/multi-arch.exp: Likewise.
3206 * gdb.multi/tids.exp: Likewise.
3207 * gdb.multi/watchpoint-multi.exp: Likewise.
3208 * gdb.python/py-events.exp: Likewise.
3209 * gdb.threads/attach-into-signal.exp: Likewise.
3210 * gdb.threads/attach-stopped.exp: Likewise.
3211 * gdb.threads/threadapply.exp: Likewise.
3212 * lib/selftest-support.exp: Likewise.
3213
3214 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3215
3216 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3217
3218 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3219
3220 * gdb.perf/template-breakpoints.cc: New file.
3221 * gdb.perf/template-breakpoints.exp: New file.
3222 * gdb.perf/template-breakpoints.py: New file.
3223
3224 2018-03-19 Tom Tromey <tom@tromey.com>
3225
3226 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3227 y0.
3228 * gdb.rust/simple.exp: Test bare identifier form of struct
3229 initializer.
3230
3231 2018-03-19 Tom Tromey <tom@tromey.com>
3232
3233 * gdb.gdb/observer.exp: Remove.
3234
3235 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3236
3237 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3238 "qualified" option when setting breakpoints.
3239 * gdb.trace/backtrace.exp: Likewise.
3240 * gdb.trace/circ.exp: Likewise.
3241 * gdb.trace/collection.exp: Likewise.
3242 * gdb.trace/disconnected-tracing.exp: Likewise.
3243 * gdb.trace/ftrace-lock.exp: Likewise.
3244 * gdb.trace/ftrace.exp: Likewise.
3245 * gdb.trace/infotrace.exp: Likewise.
3246 * gdb.trace/packetlen.exp: Likewise.
3247 * gdb.trace/passc-dyn.exp: Likewise.
3248 * gdb.trace/qtro.exp: Likewise.
3249 * gdb.trace/read-memory.exp: Likewise.
3250 * gdb.trace/report.exp: Likewise.
3251 * gdb.trace/signal.exp: Likewise.
3252 * gdb.trace/status-stop.exp: Likewise.
3253 * gdb.trace/strace.exp: Likewise.
3254 * gdb.trace/tfind.exp: Likewise.
3255 * gdb.trace/trace-break.exp: Likewise.
3256 * gdb.trace/trace-condition.exp: Likewise.
3257 * gdb.trace/trace-mt.exp: Likewise.
3258 * gdb.trace/tstatus.exp: Likewise.
3259 * gdb.trace/tsv.exp: Likewise.
3260 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3261 * gdb.trace/unavailable.exp: Likewise.
3262 * gdb.trace/while-dyn.exp: Likewise.
3263
3264 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3265
3266 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3267 that libinproctrace is copied to the target.
3268
3269 2018-03-14 Tom Tromey <tom@tromey.com>
3270
3271 PR cli/14977:
3272 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3273 a null pointer.
3274 * gdb.base/wchar.exp: Likewise.
3275
3276 2018-03-14 Tom Tromey <tom@tromey.com>
3277
3278 PR cli/19918:
3279 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3280 flag.
3281
3282 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3283
3284 PR gdb/22841
3285 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3286 "target" to remote_exec.
3287
3288 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3289
3290 PR gdb/22841
3291 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3292 ${board}_upload): Remove.
3293
3294 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3295
3296 * gdb.cp/watch-cp.cc: New test.
3297 * gdb.cp/watch-cp.exp: New file.
3298
3299 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3300
3301 * gdb.base/infcall-nested-structs.exp: New file.
3302 * gdb.base/infcall-nested-structs.c: New file.
3303 * gdb.base/float.exp: Add riscv support.
3304
3305 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3306
3307 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3308 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3309
3310 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3311
3312 * gdb.server/abspath.exp: New file.
3313 * lib/gdb.exp (with_cwd): New procedure.
3314
3315 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3316
3317 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3318 use it.
3319 (gdb_is_target_remote_prompt): New proc.
3320 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3321 (gdb_is_target_native): Pass prompt parameter to
3322 gdb_is_target_1.
3323
3324 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3325
3326 * gdb.base/load-command.c: New file.
3327 * gdb.base/load-command.exp: New file.
3328 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3329 (gdb_is_target_1): ...this, and generalize for other targets
3330 than just remote.
3331 (gdb_is_target_remote): Use gdb_is_target_1.
3332 (gdb_is_target_native): use gdb_is_target_1.
3333
3334 2018-02-26 Tom Tromey <tom@tromey.com>
3335
3336 PR python/16497:
3337 * gdb.python/py-framefilter.exp: Update test.
3338
3339 2018-02-26 Tom Tromey <tom@tromey.com>
3340
3341 * gdb.dwarf2/variant.c: New file.
3342 * gdb.dwarf2/variant.exp: New file.
3343
3344 2018-02-26 Tom Tromey <tom@tromey.com>
3345
3346 * gdb.rust/simple.exp: Accept more possible results in enum test.
3347
3348 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3349
3350 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3351 parentheses.
3352
3353 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3354
3355 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3356 name of a variable: $actual_linejj -> $actual_line.
3357
3358 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3359
3360 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3361
3362 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3363
3364 * gdb.btrace/buffer-size.exp: Do not force BTS.
3365
3366 2018-02-14 Pedro Alves <palves@redhat.com>
3367
3368 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3369 getting a "Quit".
3370
3371 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3372
3373 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3374 Fix test name.
3375
3376 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3377
3378 * gdb.cp/m-static.exp: Check type of optimized out static
3379 member.
3380
3381 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3382
3383 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3384 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3385
3386 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3387 Leszek Swirski <leszeks@google.com>
3388
3389 * gdb.python/py-prettyprint.c
3390 (struct to_string_returns_value_inner,
3391 struct to_string_returns_value_wrapper): New.
3392 (main): Add tsrvw variable.
3393 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3394 ToStringReturnsValueWrapper): New classes.
3395 (register_pretty_printers): Register new pretty-printers.
3396 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3397 recursive pretty printer.
3398 * gdb.python/py-mi.exp: Likewise.
3399
3400 2018-02-01 Leszek Swirski <leszeks@google.com>
3401
3402 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3403 functions with the same name as an include file are parsed
3404 correctly.
3405
3406 2018-02-01 Yao Qi <yao.qi@linaro.org>
3407
3408 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3409 "\[^\r\n\]*".
3410
3411 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3412
3413 * gdb.arch/powerpc-prologue-frame.s: New file.
3414 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3415 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3416
3417 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3418
3419 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3420
3421 2018-01-30 Pedro Alves <palves@redhat.com>
3422
3423 PR gdb/13211
3424 * gdb.base/interrupt-daemon.c: New.
3425 * gdb.base/interrupt-daemon.exp: New.
3426 * gdb.multi/multi-term-settings.c: New.
3427 * gdb.multi/multi-term-settings.exp: New.
3428
3429 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3430
3431 * gdb.base/break.exp: Save the location where the breakpoint
3432 on break.c:47 was actually inserted when debugging the version
3433 compiled at -O2 and use it in the expected output of the "info
3434 break" test performed soon after.
3435
3436 2018-01-22 Pedro Alves <palves@redhat.com>
3437 Sergio Durigan Junior <sergiodj@redhat.com>
3438
3439 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3440 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3441
3442 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3443
3444 * gdb.base/break-include.c, gdb.base/break-include.inc,
3445 gdb.base/break-include.exp: New files.
3446 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3447 line number now being the actual line number where the breakpoint
3448 was inserted.
3449 * gdb.mi/mi-break.exp: Likewise.
3450 * gdb.mi/mi-reverse.exp: Likewise.
3451 * gdb.mi/mi-simplerun.exp: Ditto.
3452
3453 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3454
3455 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3456 varobj.
3457 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3458
3459 2018-01-21 Don Breazeal <donb@codesourcery.com>
3460 Andrew Burgess <andrew.burgess@embecosm.com>
3461
3462 * gdb.mi/basics.c: Add new global.
3463 * gdb.mi/mi-frame-regs.exp: New file.
3464 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3465 case.
3466
3467 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3468
3469 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3470 non-parameter, and on an unknown symbol.
3471
3472 2018-01-19 Tom Tromey <tom@tromey.com>
3473
3474 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3475 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3476
3477 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3478
3479 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3480 setrlimit and chdir to int.
3481
3482 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3483
3484 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3485 function.
3486 (my_tend): Likewise.
3487 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3488 rationale of avoiding FP- and vector instructions.
3489
3490 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3491
3492 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3493 "info reg" with "\[ \t\]*".
3494 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3495 "\[ \t\]+".
3496 * gdb.arch/s390-multiarch.exp: Ditto.
3497 * gdb.base/pc-fp.exp: Ditto.
3498 * gdb.reverse/i386-precsave.exp: Ditto.
3499 * gdb.reverse/i386-reverse.exp: Ditto.
3500 * gdb.reverse/i387-env-reverse.exp: Ditto.
3501 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3502
3503 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3504
3505 * lib/gdb.exp (gdb_compile): Re-enable use of
3506 universal_compile_options for languages other than Rust.
3507
3508 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3509
3510 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3511
3512 2018-01-17 Mike Gulick <mgulick@mathworks.com>
3513
3514 PR gdb/16577
3515 * gdb.base/solib-vanish.exp: New.
3516 * gdb.base/solib-vanish-main.c: New.
3517 * gdb.base/solib-vanish-lib1.c: New.
3518 * gdb.base/solib-vanish-lib2.c: New.
3519
3520 2018-01-17 Yao Qi <yao.qi@linaro.org>
3521
3522 * gdb.compile/compile.exp: Match the address printed for
3523 frame in the output of command "bt".
3524
3525 2018-01-15 Tom Tromey <tom@tromey.com>
3526
3527 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3528 compute sp_reg.
3529
3530 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3531
3532 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3533 to prepare.
3534 (prepare): Return 0 on error, 1 on success.
3535
3536 2018-01-12 Pedro Alves <palves@redhat.com>
3537
3538 * gdb.base/continue-after-aborted-step-over.c: New.
3539 * gdb.base/continue-after-aborted-step-over.exp: New.
3540
3541 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3542
3543 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3544 options when not creating an executable.
3545
3546 2018-01-11 Pedro Alves <palves@redhat.com>
3547
3548 PR remote/22597
3549 * gdb.server/stop-reply-no-thread.c: New file.
3550 * gdb.server/stop-reply-no-thread.exp: New file.
3551
3552 2018-01-10 Pedro Alves <palves@redhat.com>
3553
3554 PR gdb/22670
3555 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3556 functions too. Test setting breakpoints and printing C functions
3557 with no debug info too.
3558 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3559
3560 2018-01-10 Pedro Alves <palves@redhat.com>
3561
3562 PR gdb/22670
3563 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3564 a fail.
3565
3566 2018-01-10 Pedro Alves <palves@redhat.com>
3567
3568 PR gdb/22670
3569 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3570
3571 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3572
3573 * gdb.server/unittest.exp: Match the output in non-development
3574 mode.
3575
3576 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3577
3578 * gdb.gdb/unittest.exp: Match output in non-development mode.
3579
3580 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3581
3582 * gdb.ada/access_tagged_param.exp: Relax expected output
3583 for value of "ObjL" in "continue" to pck.inspect breakpoint
3584 test.
3585
3586 2018-01-08 Joel Brobecker <brobecker@adacore.com>
3587
3588 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3589 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3590
3591 2018-01-05 Pedro Alves <palves@redhat.com>
3592
3593 PR gdb/18653
3594 * gdb.base/libsegfault.exp: New.
3595
3596 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3597
3598 PR gdb/22670
3599 * gdb.ada/access_tagged_param.exp: New file.
3600 * gdb.ada/access_tagged_param/foo.adb: New file.
3601
3602 2018-01-05 Pedro Alves <palves@redhat.com>
3603
3604 PR gdb/22670
3605 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3606 exercise lower case too, and to exercise both full matching and
3607 wild matching.
3608
3609 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3610
3611 * gdb.ada/rename_subscript_param: New testcase.
3612
3613 2018-01-05 Jerome Guitton <guitton@adacore.com>
3614
3615 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3616
3617 2018-01-05 Joel Brobecker <brobecker@adacore.com>
3618
3619 * gdb.ada/convvar_comp: New testcase.
3620
3621 2018-01-05 Xavier Roirand <roirand@adacore.com>
3622
3623 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3624 (My_Table): New global variable.
3625 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3626
3627 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3628
3629 PR gdb/22670
3630 * gdb.ada/maint_with_ada: New testcase.
3631
3632 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3633
3634 PR gdb/22670
3635 * gdb.ada/bp_c_mixed_case: New testcase.
3636
3637 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3638
3639 PR gdb/22670
3640 * gdb.ada/complete.exp: Add "complete break ada" test.
3641
3642 2018-01-04 Joel Brobecker <brobecker@adacore.com>
3643
3644 PR gdb/22670
3645 * gdb.ada/info_addr_mixed_case: New testcase.
3646
3647 2018-01-03 Xavier Roirand <roirand@adacore.com>
3648
3649 * gdb.ada/excep_handle.exp: New testcase.
3650 * gdb.ada/excep_handle/foo.adb: New file.
3651 * gdb.ada/excep_handle/pck.ads: New file.
3652
3653 2018-01-03 Joel Brobecker <brobecker@adacore.com>
3654
3655 * gdb.base/step-line.c: Add extra empty line in copyright header.
3656 * gdb.base/step-line.inp: Likewise.
3657
3658 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3659
3660 * gdb.ada/dyn_stride.exp: Add slice test.
3661
3662 2018-01-02 Joel Brobecker <brobecker@adacore.com>
3663
3664 * gdb.ada/dyn_stride: New testcase.
3665
3666 2017-12-27 Stafford Horne <shorne@gmail.com>
3667
3668 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3669 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3670
3671 2017-12-27 Stafford Horne <shorne@gmail.com>
3672
3673 * gdb.base/reggroups.c: New file.
3674 * gdb.base/reggroups.exp: New file.
3675
3676 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3677
3678 * gdb.dwarf2/ada-valprint-error.c: New file.
3679 * gdb.dwarf2/ada-valprint-error.exp: New file.
3680
3681 2017-12-18 Joel Brobecker <brobecker@adacore.com>
3682
3683 * gdb.ada/assign_arr: New testcase.
3684
3685 2017-12-18 Xavier Roirand <roirand@adacore.com>
3686
3687 * gdb.ada/funcall_ptr: New testcase.
3688
3689 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3690
3691 PR cli/16224
3692 * gdb.base/ptype-offsets.cc: New file.
3693 * gdb.base/ptype-offsets.exp: New file.
3694
3695 2017-12-15 Yao Qi <yao.qi@linaro.org>
3696
3697 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3698 if XML is disabled.
3699
3700 2017-12-15 Xavier Roirand <roirand@adacore.com>
3701
3702 * gdb.ada/same_component_name: New testcase.
3703
3704 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3705
3706 * gdb.ada/str_binop_equal: New testcase.
3707
3708 2017-12-14 Joel Brobecker <brobecker@adacore.com>
3709
3710 * gdb.ada/task_switch_in_core: New testcase.
3711
3712 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3713
3714 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3715 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3716 call test_bkpt_qualified.
3717 (test_bkpt_qualified): New proc.
3718
3719 2017-12-13 Pedro Alves <palves@redhat.com>
3720
3721 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3722 Tighten regexp by matching with an anchor.
3723
3724 2017-12-13 Pedro Alves <palves@redhat.com>
3725
3726 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3727 ("expression with namespace"): New set of tests.
3728 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3729 (Nested::Test_NS::qux): New.
3730 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3731 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3732
3733 2017-12-13 Joel Brobecker <brobecker@adacore.com>
3734
3735 * gdb.base/server-del-break.c: New file.
3736 * gdb.base/server-del-break.exp: New file.
3737
3738 2017-12-12 Stafford Horne <shorne@gmail.com>
3739
3740 * gdb.xml/tdesc-regs.exp: Add or1k support.
3741
3742 2017-12-12 Stafford Horne <shorne@gmail.com>
3743
3744 * gdb.base/bp-permanent.c: Define nop of or1k.
3745
3746 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3747
3748 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3749 output with components being reordered.
3750
3751 2017-12-11 Joel Brobecker <brobecker@adacore.com>
3752
3753 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3754 output with components being reordered.
3755
3756 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3757 Pedro Alves <palves@redhat.com>
3758
3759 * gdb.base/maint.exp (check for .gdb_index): Check also for
3760 .debug_names.
3761 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3762 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3763 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3764 (.gdb_index used after symbol reloading): Support also .debug_names.
3765 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3766
3767 2017-12-08 Yao Qi <yao.qi@linaro.org>
3768
3769 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3770 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3771
3772 2017-12-08 Yao Qi <yao.qi@linaro.org>
3773
3774 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3775 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3776
3777 2017-12-08 Yao Qi <yao.qi@linaro.org>
3778
3779 * gdb.arch/aarch64-tagged-pointer.c: New file.
3780 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3781
3782 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3783
3784 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3785 "int".
3786
3787 2017-12-07 Keith Seitz <keiths@redhat.com>
3788
3789 PR breakpoints/22569
3790 * gdb.linespec/ls-errs.exp: Change expected result of "break
3791 -source this file has spaces.c -line 3".
3792 Check that an explicit source file followed by whitespace is
3793 identified as an invalid explicit location.
3794
3795 2017-12-07 Keith Seitz <keiths@redhat.com>
3796
3797 * gdb.cp/nested-types.cc: New file.
3798 * gdb.cp/nested-types.exp: New file.
3799 * lib/cp-support.exp: Load data-structures.exp library.
3800 (debug_cp_test_ptype_class): New global.
3801 (cp_ptype_class_verbose, next_line): New procedures.
3802 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3803 Add and document new return value.
3804 Switch the list of lines to a queue.
3805 Add support for new `type' key for nested type definitions.
3806 Add debugging/troubleshooting messages.
3807 * lib/data-structures.exp: New file.
3808
3809 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3810
3811 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3812 with proc_with_prefix, don't use with_test_prefix.
3813
3814 2017-12-07 Tom Tromey <tom@tromey.com>
3815
3816 * gdb.base/break.exp: Add test for empty "commands".
3817
3818 2017-12-07 Yao Qi <yao.qi@linaro.org>
3819
3820 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3821 malloc and catch syscall.
3822
3823 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3824
3825 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3826 tests for explicit locations.
3827
3828 2017-12-06 Pedro Alves <palves@redhat.com>
3829
3830 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3831 force-disabling XML descriptions.
3832
3833 2017-12-04 Pedro Alves <palves@redhat.com>
3834
3835 PR gdb/22499
3836 * gdb.arch/amd64-disp-step-avx.S: New file.
3837 * gdb.arch/amd64-disp-step-avx.exp: New file.
3838
3839 2017-12-03 Pedro Alves <palves@redhat.com>
3840
3841 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3842 and <string.h>.
3843 (parent_function): Print distinct messages when waitpid fails, or
3844 the child exits with a signal, or the child exits for an unhandled
3845 reason.
3846 * gdb.threads/process-dies-while-detaching.exp
3847 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3848 it. Wait for both inferior output and GDB's prompt. Use an
3849 indirect spawn id list.
3850 (do_detach): New parameter 'child_exit'. Use it to compute
3851 expected inferior output.
3852 (test_detach, test_detach_watch, test_detach_killed_outside):
3853 Adjust to pass down the expected child exit kind.
3854
3855 2017-12-01 Joel Brobecker <brobecker@adacore.com>
3856 Sergio Durigan Junior <sergiodj@redhat.com>
3857 Pedro Alves <palves@redhat.com>
3858
3859 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3860
3861 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3862
3863 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3864 to 'symbol-file' and 'add-symbol-file' can be
3865 position-independent.
3866
3867 2017-12-01 Yao Qi <yao.qi@linaro.org>
3868
3869 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3870 the URL in copyright header.
3871 * gdb.arch/aarch64-fp.exp: Likewise.
3872 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3873 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3874 * gdb.base/expand-psymtabs.exp: Likewise.
3875 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3876 * gdb.fortran/common-block.exp: Likewise.
3877 * gdb.fortran/common-block.f90: Likewise.
3878 * gdb.fortran/logical.exp: Likewise.
3879 * gdb.fortran/vla-datatypes.f90: Likewise.
3880 * gdb.fortran/vla-sub.f90: Likewise.
3881
3882 2017-11-30 Joel Brobecker <brobecker@adacore.com>
3883
3884 * gdb.ada/repeat_dyn: New testcase.
3885
3886 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3887
3888 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3889 Update for changed thread numbering.
3890 * gdb.cell/bt.exp: Update for changed GDB output.
3891
3892 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3893
3894 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3895 setting isremote by hand.
3896 * boards/dwarf4-gdb-index.exp: Likewise.
3897 * boards/fission.exp: Likewise.
3898 * boards/stabs.exp: Likewise.
3899
3900 2017-11-30 Pedro Alves <palves@redhat.com>
3901
3902 * gdb.linespec/cpls-ops.exp
3903 (check_explicit_skips_function_argument): Extract the underlying
3904 type of size_t instead of hardcoding it.
3905
3906 2017-11-29 Pedro Alves <palves@redhat.com>
3907
3908 PR c++/19436
3909 * gdb.linespec/cpls-abi-tag.cc: New file.
3910 * gdb.linespec/cpls-abi-tag.exp: New file.
3911
3912 2017-11-29 Pedro Alves <palves@redhat.com>
3913
3914 * gdb.base/langs.exp: Use -qualified.
3915 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3916 it.
3917 * gdb.cp/namespace.exp: Use -qualified.
3918 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3919 (overload-3, template-overload, template-ret-type, const-overload)
3920 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3921 procedures.
3922 (test_driver): Call them.
3923 * gdb.cp/save-bp-qualified.cc: New.
3924 * gdb.cp/save-bp-qualified.exp: New.
3925 * gdb.linespec/explicit.exp: Test -qualified.
3926 * lib/completion-support.exp (completion::explicit_opts_list): Add
3927 "-qualified".
3928 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3929
3930 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3931
3932 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3933
3934 2017-11-29 Tom Tromey <tom@tromey.com>
3935
3936 * gdb.base/relocate.exp: Update invalid argument test.
3937 Add new tests for invalid arguments.
3938
3939 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3940
3941 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3942 Return 0 as a long.
3943 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3944
3945 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3946
3947 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3948 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3949 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3950 func ().
3951 * gdb.cp/shadow.cc (B.func): Return 0.
3952
3953 2017-11-27 Joel Brobecker <brobecker@adacore.com>
3954
3955 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3956 expected output in gdb_expect call to allow the exception
3957 message to be present as well. Fix syntax confusion to avoid
3958 TCL thinking that exception_name is an array.
3959
3960 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3961
3962 * gdb.arch/spu-info.c: Include <unistd.h>.
3963 (do_signal_test): Fix broken calls to write.
3964 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3965 Fix checks for empty mailboxes. Update signal tests for corrected
3966 do_signal_test routine. Allow nonzero event status.
3967 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3968 * gdb.cell/arch.exp: Use standard_output_file.
3969 * gdb.cell/break.exp: Likewise.
3970 * gdb.cell/bt.exp: Likewise.
3971 * gdb.cell/core.exp: Likewise.
3972 * gdb.cell/dwarfaddr.exp: Likewise.
3973 * gdb.cell/ea-cache.exp: Likewise.
3974 * gdb.cell/ea-standalone.exp: Likewise.
3975 * gdb.cell/f-regs.exp: Likewise.
3976 * gdb.cell/fork.exp: Likewise.
3977 * gdb.cell/gcore.exp: Likewise.
3978 * gdb.cell/mem-access.exp: Likewise.
3979 * gdb.cell/ptype.exp: Likewise.
3980 * gdb.cell/registers.exp: Likewise.
3981 * gdb.cell/sizeof.exp: Likewise.
3982 * gdb.cell/solib-symbol.exp: Likewise.
3983 * gdb.cell/solib.exp: Likewise.
3984
3985 2017-11-25 Pedro Alves <palves@redhat.com>
3986
3987 * gdb.base/complete-empty.exp: New file.
3988 * gdb.base/completion.exp: Adjust.
3989
3990 2017-11-25 Pedro Alves <palves@redhat.com>
3991
3992 * gdb.linespec/cpls-ops.cc: New file.
3993 * gdb.linespec/cpls-ops.exp: New file.
3994 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3995 factored out from ...
3996 (test_complete_prefix_range): ... this.
3997
3998 2017-11-24 Pedro Alves <palves@redhat.com>
3999
4000 * gdb.linespec/cpcompletion.exp: New file.
4001 * gdb.linespec/cpls-hyphen.cc: New file.
4002 * gdb.linespec/cpls.cc: New file.
4003 * gdb.linespec/cpls2.cc: New file.
4004 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4005 test to use test_gdb_complete_unique. Add label completion,
4006 keyword completion and explicit location completion tests.
4007 * lib/completion-support.exp: New file.
4008
4009 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4010
4011 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4012 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4013 when hitting an exception catchpoint.
4014
4015 2017-11-22 Yao Qi <yao.qi@linaro.org>
4016
4017 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4018
4019 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4020
4021 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4022 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4023 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4024
4025 2017-11-22 Yao Qi <yao.qi@linaro.org>
4026
4027 * gdb.base/info-os.exp: Pass pthreads.
4028 * gdb.multi/multi-attach.exp: Likewise.
4029
4030 2017-11-22 Yao Qi <yao.qi@linaro.org>
4031
4032 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4033 compiler.
4034
4035 2017-11-22 Yao Qi <yao.qi@linaro.org>
4036
4037 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4038 * gdb.base/break-interp.exp: Likewise.
4039 * gdb.base/jit-attach-pie.exp: Likewise.
4040
4041 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4042
4043 * gdb.base/float128.c (large128): New variable.
4044 * gdb.base/float128.exp: Add test to print largest __float128 value.
4045
4046 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4047
4048 * gdb.arch/vsx-regs.exp: Update register content checks.
4049
4050 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4051
4052 * gdb.arch/ppc-longdouble.exp: New file.
4053 * gdb.arch/ppc-longdouble.c: Likewise.
4054
4055 2017-11-21 Pedro Alves <palves@redhat.com>
4056
4057 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4058
4059 2017-11-20 Pedro Alves <palves@redhat.com>
4060
4061 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4062 (long_double_typedef): New typedefs.
4063 Use DEF on double and long double.
4064 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4065 cases.
4066 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4067 and 'long_double_ptr_same_size' locals. Use them to decide
4068 whether cast from array/function to float is valid/invalid.
4069
4070 2017-11-17 Tom Tromey <tom@tromey.com>
4071
4072 * gdb.rust/traits.rs: New file.
4073 * gdb.rust/traits.exp: New file.
4074
4075 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4076
4077 * gdb.ada/minsyms: New testcase.
4078
4079 2017-11-16 Pedro Alves <palves@redhat.com>
4080
4081 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4082 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4083
4084 2017-11-16 Pedro Alves <palves@redhat.com>
4085
4086 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4087 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4088
4089 2017-11-16 Pedro Alves <palves@redhat.com>
4090
4091 * gdb.server/reconnect-ctrl-c.c: New file.
4092 * gdb.server/reconnect-ctrl-c.exp: New file.
4093
4094 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4095
4096 * gdb.python/py-rbreak.exp: New file.
4097 * gdb.python/py-rbreak.c: New file.
4098 * gdb.python/py-rbreak-func2.c: New file.
4099
4100 2017-11-16 Pedro Alves <palves@redhat.com>
4101
4102 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4103 pattern.
4104 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4105 GDB.
4106
4107 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4108
4109 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4110 regex.
4111
4112 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4113
4114 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4115 test names.
4116
4117 2017-11-09 Pedro Alves <palves@redhat.com>
4118
4119 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4120 factored out from ...
4121 (top level): ... here, and adjusted to avoid expecting beyond the
4122 prompt in a single gdb_test_multiple.
4123
4124 2017-11-09 Pedro Alves <palves@redhat.com>
4125
4126 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4127 output.
4128 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4129 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4130 * gdb.server/ext-run.exp ("kill" test): Likewise.
4131 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4132
4133 2017-11-09 Pedro Alves <palves@redhat.com>
4134
4135 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4136 match till end of line.
4137
4138 2017-11-09 Pedro Alves <palves@redhat.com>
4139
4140 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4141
4142 2017-11-09 Pedro Alves <palves@redhat.com>
4143
4144 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4145 New procedures, factored out from ...
4146 (top level): ... here, and adjusted to avoid expecting beyond the
4147 prompt in one go.
4148
4149 2017-11-09 Pedro Alves <palves@redhat.com>
4150
4151 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4152 output. Fix '?' match.
4153
4154 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4155
4156 * gdb.ada/scoped_watch: New testcase.
4157 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4158 which is actually correct.
4159 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4160 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4161
4162 2017-11-08 Pedro Alves <palves@redhat.com>
4163
4164 * gdb.gdb/complaints.exp (test_initial_complaints)
4165 (test_serial_complaints, test_short_complaints): Call
4166 complaint_internal instead of complaint.
4167
4168 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4169
4170 * gdb.threads/tls-core.c: New file.
4171 * gdb.threads/tls-core.exp: Likewise.
4172
4173 2017-11-08 Pedro Alves <palves@redhat.com>
4174
4175 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4176 (p Exported_Capitalized): New test.
4177 (p exported_capitalized): New test.
4178
4179 2017-11-07 Pedro Alves <palves@redhat.com>
4180
4181 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4182
4183 2017-11-07 Pedro Alves <palves@redhat.com>
4184
4185 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4186 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4187 (disable_invalid, disable_inverted, disable_negative): New
4188 procedures.
4189 ("bad numbers"): New set of tests.
4190
4191 2017-11-07 Pedro Alves <palves@redhat.com>
4192
4193 * gdb.cp/ena-dis-br-range.exp: Add tests.
4194
4195 2017-11-07 Pedro Alves <palves@redhat.com>
4196
4197 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4198
4199 2017-11-07 Xavier Roirand <roirand@adacore.com>
4200 Pedro Alves <palves@redhat.com>
4201
4202 * gdb.base/ena-dis-br.exp: Add reference to
4203 gdb.cp/ena-dis-br-range.exp.
4204 * gdb.cp/ena-dis-br-range.exp: New file.
4205 * gdb.cp/ena-dis-br-range.cc: New file.
4206
4207 2017-11-06 Pedro Alves <palves@redhat.com>
4208
4209 * gdb.base/attach-non-pgrp-leader.c: New.
4210 * gdb.base/attach-non-pgrp-leader.exp: New.
4211
4212 2017-11-06 Pedro Alves <palves@redhat.com>
4213
4214 * configure.ac: No longer check for termio.h and sgtty.h.
4215 * configure: Regenerate.
4216 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4217 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4218 Remove termio and sgtty code.
4219
4220 2017-11-03 Yao Qi <yao.qi@linaro.org>
4221
4222 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4223 in GDB is disabled.
4224
4225 2017-11-03 Yao Qi <yao.qi@linaro.org>
4226
4227 * gdb.python/py-thrhandle.exp: Skip it if python is not
4228 enabled.
4229
4230 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4231
4232 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4233 as a breakpoint command.
4234
4235 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4236
4237 PR python/21213
4238 * gdb.python/py-infthread.exp: Test calling
4239 InferiorThread.inferior () multiple times in a row.
4240
4241 2017-10-27 Keith Seitz <keiths@redhat.com>
4242
4243 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4244 Test "info break" for every inlined function breakpoint.
4245
4246 2017-10-27 Yao Qi <yao.qi@linaro.org>
4247
4248 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4249
4250 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4251
4252 * gdb.cp/classes.exp (test_static_members): Test printing
4253 Outer::instance.
4254 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4255 (Inner::instance, Outer::instance): New.
4256
4257 2017-10-24 Pedro Alves <palves@redhat.com>
4258
4259 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4260 extra console" test in two stages.
4261
4262 2017-10-24 Pedro Alves <palves@redhat.com>
4263
4264 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4265
4266 2017-10-24 Pedro Alves <palves@redhat.com>
4267
4268 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4269 loop.
4270
4271 2017-10-24 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4274 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4275
4276 2017-10-24 Pedro Alves <palves@redhat.com>
4277
4278 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4279 parameter and handle it. Don't output read value in test name.
4280
4281 2017-10-24 Pedro Alves <palves@redhat.com>
4282
4283 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4284 custom test name.
4285
4286 2017-10-24 Pedro Alves <palves@redhat.com>
4287
4288 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4289 include the unstable output directory name in the test's name.
4290 (initial_setup_simple) <'set args'>: Use custom test name.
4291
4292 2017-10-24 Pedro Alves <palves@redhat.com>
4293
4294 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4295 with explicit test name.
4296
4297 2017-10-20 Pedro Alves <palves@redhat.com>
4298
4299 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4300 'wait -i'. Use gdb_assert and remote_close.
4301
4302 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4303
4304 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4305 number from variable rather than hard-coded.
4306
4307 2017-10-19 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.base/long-inferior-output.c: New file.
4310 * gdb.base/long-inferior-output.exp: New file.
4311
4312 2017-11-18 Keith Seitz <keiths@redhat.com>
4313
4314 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4315 method.
4316 (main): Call it.
4317 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4318 Add additional user-defined conversion operator tests.
4319
4320 2017-10-17 Pedro Alves <palves@redhat.com>
4321
4322 * boards/native-stdio-gdbserver.exp: Load "local-board".
4323
4324 2017-10-17 Pedro Alves <palves@redhat.com>
4325
4326 * gdb.base/quit-live.c: New file.
4327 * gdb.base/quit-live.exp: New file.
4328
4329 2017-10-16 Keith Seitz <keiths@redhat.com>
4330
4331 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4332 (class_with_protected_typedef, class_with_private_typedef)
4333 (struct_with_public_typedef, struct_with_protected_typedef)
4334 (struct_with_private_typedef): New classes/structs.
4335 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4336 typedefs and access specifiers.
4337
4338 2017-10-16 Pedro Alves <palves@redhat.com>
4339 Simon Marchi <simon.marchi@polymtl.ca>
4340
4341 * README (Local vs Remote vs Native): New section.
4342 * boards/local-board.exp: New file, with bits factored out from
4343 ...
4344 * boards/native-extended-gdbserver.exp: ... here. Load
4345 "local-board".
4346 * boards/native-gdbserver.exp: Load "local-board".
4347 (${board}_spawn, ${board}_exec): Delete.
4348 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4349 ...
4350 * boards/stdio-gdbserver-base.exp: ... this new file.
4351 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4352 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4353 procedure.
4354 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4355 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4356 stdio_gdbserver_command.
4357 (${board}_get_remote_address, ${board}_get_comm_port)
4358 (${board}_download, ${board}_upload): Delete.
4359 (get_target_remote_pipe_cmd): New.
4360
4361 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4362
4363 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4364 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4365 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4366 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4367 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4368 remove with_test_prefix.
4369
4370 2017-10-13 Pedro Alves <palves@redhat.com>
4371
4372 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4373 * gdb.base/annota1.exp: Use it instead of is_remote.
4374 * gdb.base/annota3.exp: Use it instead of is_remote.
4375 * gdb.cp/annota2.exp: Use it instead of is_remote.
4376 * gdb.cp/annota3.exp: Use it instead of is_remote.
4377 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4378
4379 2017-10-13 Pedro Alves <palves@redhat.com>
4380
4381 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4382 (test_num_test_vars, run_and_count_vars, find_env)
4383 (test_set_unset_env, test_inherit_env_var): New procedures.
4384 (top level): Use them.
4385
4386 2017-10-13 Pedro Alves <palves@redhat.com>
4387
4388 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4389 also skip on stub-like targets.
4390
4391 2017-10-13 Pedro Alves <palves@redhat.com>
4392
4393 PR gdb/22293
4394 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4395 (top level): Move some tests to ...
4396 (test_not_found): ... this new procedure.
4397 (top level): Call it.
4398
4399 2017-10-13 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4402 expect different "info terminal" output if testing with a
4403 non-native target.
4404
4405 2017-10-13 Pedro Alves <palves@redhat.com>
4406 Simon Marchi <simon.marchi@polymtl.ca>
4407
4408 PR python/12966
4409 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4410
4411 2017-10-13 Pedro Alves <palves@redhat.com>
4412
4413 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4414 already.
4415
4416 2017-10-13 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4419 is_remote.
4420
4421 2017-10-13 Pedro Alves <palves@redhat.com>
4422
4423 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4424 is_remote.
4425
4426 2017-10-13 Pedro Alves <palves@redhat.com>
4427
4428 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4429 is set.
4430 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4431 instead of is_remote.
4432
4433 2017-10-13 Pedro Alves <palves@redhat.com>
4434
4435 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4436 (top level): Add comment.
4437
4438 2017-10-13 Pedro Alves <palves@redhat.com>
4439
4440 * gdb.base/remote.exp (top level): Fix comment typo and add
4441 missing return.
4442
4443 2017-10-13 Pedro Alves <palves@redhat.com>
4444 Simon Marchi <simon.marchi@polymtl.ca>
4445
4446 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4447 calls and add comments. Skip test if use_gdb_stub is set.
4448 (top level): Use "set cwd" command instead of "cd" command.
4449
4450 2017-10-13 Pedro Alves <palves@redhat.com>
4451
4452 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4453 is_remote target check.
4454
4455 2017-10-13 Pedro Alves <palves@redhat.com>
4456
4457 * gdb.base/scope.exp: Use build_executable + clean_restart +
4458 gdb_file_cmd instead of prepare_for_testing and no longer skip
4459 "before run" tests on is_remote target boards. Update comments.
4460 * boards/native-extended-gdbserver.exp
4461 (extended_gdbserver_load_last_file): New, factored out from ...
4462 (gdb_load): ... this. Move further below and add comment.
4463 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4464
4465 2017-10-12 Pedro Alves <palves@redhat.com>
4466
4467 * gdb.base/attach.exp: Remove references to gdb64.
4468 * gdb.base/dbx.exp: Remove references to gdb64.
4469
4470 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4471 Pedro Alves <palves@redhat.com>
4472
4473 * gdb.base/label.exp: Remove is_remote target check.
4474
4475 2017-10-12 Pedro Alves <palves@redhat.com>
4476
4477 * gdb.base/auvx.exp (coredir): Update comment.
4478 (top level) <core_works>: Use "set cwd" command instead of "cd"
4479 command.
4480
4481 2017-10-12 Pedro Alves <palves@redhat.com>
4482 Simon Marchi <simon.marchi@polymtl.ca>
4483
4484 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4485 target boards.
4486
4487 2017-10-12 Pedro Alves <palves@redhat.com>
4488 Simon Marchi <simon.marchi@polymtl.ca>
4489
4490 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4491 Instead skip if there's any gdb_protocol set.
4492
4493 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4494 Pedro Alves <palves@redhat.com>
4495
4496 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4497
4498 2017-10-12 Pedro Alves <palves@redhat.com>
4499 Simon Marchi <simon.marchi@polymtl.ca>
4500
4501 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4502 instead of on dejagnu remote boards.
4503
4504 2017-10-12 Pedro Alves <palves@redhat.com>
4505 Simon Marchi <simon.marchi@polymtl.ca>
4506
4507 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4508 checks. Use build_executable + clean_restart instead of
4509 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4510 of enabling non-stop after starting gdb.
4511
4512 2017-10-12 Pedro Alves <palves@redhat.com>
4513
4514 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4515 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4516 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4517 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4518
4519 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4520
4521 * gdb.arch/arc-tdesc-cpu.exp: New file.
4522 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4523
4524 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4525
4526 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4527
4528 2017-10-10 Pedro Alves <palves@redhat.com>
4529
4530 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4531 expect CLI output.
4532
4533 2017-10-10 Pedro Alves <palves@redhat.com>
4534
4535 * lib/selftest-support.exp (selftest_setup): Update for
4536 captured_command_loop's prototype change.
4537
4538 2017-10-09 Pedro Alves <palves@redhat.com>
4539
4540 Test both arch1=>arch2 and arch2=>arch1.
4541
4542 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4543 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4544 factored out to...
4545 (append_arch1_options, append_arch2_options, append_arch_options)
4546 (build_executables): New procedures.
4547 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4548 local.
4549 (top level): Add new 'first_arch' testing axis.
4550
4551 2017-10-09 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4554 (barrier): New.
4555 (thread_start, all_started): New functions.
4556 (main): Spawn new thread and wait until it is scheduled.
4557 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4558 option.
4559 (do_test): Add 'selected_thread' parameter. Run to all_started
4560 instead of main. Explicitly set the breakpoint at main. Switch
4561 to the SELECTED_THREAD thread.
4562 (top level): Test handling the exec event with either the main
4563 thread or the second thread selected.
4564
4565 2017-10-09 Pedro Alves <palves@redhat.com>
4566
4567 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4568 logic. Move STOP marker after the value checks.
4569 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4570 regexp.
4571
4572 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4573
4574 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4575
4576 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4577
4578 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4579 integer-to-dfp conversion.
4580 * gdb.base/dfp-test.exp: Likewise.
4581
4582 2017-10-04 Pedro Alves <palves@redhat.com>
4583
4584 * gdb.multi/hangout.c: Include <unistd.h>.
4585 (hangout_loop): New function.
4586 (main): Call alarm. Call hangout_loop in a loop.
4587 * gdb.multi/hello.c: Include <unistd.h>.
4588 (hello_loop): New function.
4589 (main): Call alarm. Call hangout_loop in a loop.
4590 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4591 inferior with the other selected.
4592
4593 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4594
4595 * gdb.mi/list-thread-groups-available.exp: New file.
4596 * gdb.mi/list-thread-groups-available.c: New file.
4597
4598 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4599
4600 * gdb.base/set-cwd.exp: Make it available on
4601 native-extended-gdbserver.
4602
4603 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4604
4605 * gdb.base/set-cwd.c: New file.
4606 * gdb.base/set-cwd.exp: Likewise.
4607
4608 2017-10-02 Tom Tromey <tom@tromey.com>
4609
4610 PR rust/22236:
4611 * gdb.rust/simple.rs (main): New variable "fslice".
4612 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4613
4614 2017-10-02 Tom Tromey <tom@tromey.com>
4615
4616 * gdb.rust/simple.exp: Test ptype of a slice.
4617
4618 2017-10-02 Tom Tromey <tom@tromey.com>
4619
4620 * gdb.rust/simple.exp: Test index of slice.
4621
4622 2017-09-27 Tom Tromey <tom@tromey.com>
4623
4624 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4625
4626 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4627 Pedro Alves <palves@redhat.com>
4628
4629 * gdb.base/compare-sections.exp (get value of read-only section): Read
4630 as unsigned value.
4631 (corrupt read-only section): Likewise and don't set written if patching
4632 failed.
4633
4634 2017-09-21 Kevin Buettner <kevinb@redhat.com>
4635
4636 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4637 files.
4638
4639 2017-09-20 Pedro Alves <palves@redhat.com>
4640
4641 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4642 symbol names in gdb's output.
4643 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4644
4645 2017-09-20 Pedro Alves <palves@redhat.com>
4646
4647 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4648 Rename to ...
4649 (test_list_ambiguous_symbol): ... this and add a symbol name
4650 parameter. Adjust.
4651 (test_list_ambiguous_function): Reimplement on top of
4652 test_list_ambiguous_symbol and also test listing ambiguous
4653 variables.
4654 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4655 (ambiguous_fun): ... this.
4656 (ambiguous_var): New.
4657 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4658 (ambiguous_fun): ... this.
4659 (ambiguous_var): New.
4660
4661 2017-09-19 John Baldwin <jhb@FreeBSD.org>
4662
4663 * gdb.base/starti.c: New file.
4664 * gdb.base/starti.exp: New file.
4665 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4666
4667 2017-09-14 Pedro Alves <palves@redhat.com>
4668
4669 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4670 (top level): Use it instead of runto.
4671
4672 2017-09-11 Tom Tromey <tom@tromey.com>
4673
4674 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4675
4676 2017-09-11 Tom Tromey <tom@tromey.com>
4677
4678 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4679 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4680
4681 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4682
4683 * gdb.fortran/printing-types.exp: New file.
4684 * gdb.fortran/printing-types.exp: New file.
4685
4686 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4687
4688 * gdb.fortran/vla-ptype.exp: Fix typos.
4689 * gdb.fortran/vla-value.exp: Same.
4690
4691 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4692
4693 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4694 * gdb.mi/mi-var-child-f.exp: Likewise.
4695 * gdb.mi/mi-vla-fortran.exp: Likewise.
4696
4697 2017-09-08 Frank Penczek <frank.penczek@intel.com>
4698 Christoph Weinmann <christoph.t.weinmann@intel.com>
4699 Bernhard Heckel <bernhard.heckel@intel.com>
4700
4701 * gdb.fortran/ptr-indentation.f90: New file.
4702 * gdb.fortran/ptr-indentation.exp: New file.
4703
4704 2017-09-05 Tom Tromey <tom@tromey.com>
4705
4706 PR gdb/22010:
4707 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4708
4709 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4710
4711 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4712
4713 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4714
4715 * gdb.threads/tls-nodebug-pie.c: New file.
4716 * gdb.threads/tls-nodebug-pie.exp: New file.
4717
4718 2017-09-05 Tom Tromey <tom@tromey.com>
4719
4720 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4721 for rust.
4722
4723 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4724
4725 * gdb.multi/multi-arch-exec.exp: Test with different
4726 "follow-exec-mode" settings.
4727 (do_test): New procedure.
4728
4729 2017-09-04 Pedro Alves <palves@redhat.com>
4730
4731 * gdb.base/func-static.c (S::method const, S::method volatile)
4732 (S::method volatile const): New methods.
4733 (c_s, v_s, cv_s): New instances.
4734 (main): Call method() on them.
4735 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4736 (cannot_resolve): New procedure.
4737 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4738 print-quote-unquoted columns.
4739 (do_test): Test printing each scope too.
4740
4741 2017-09-04 Pedro Alves <palves@redhat.com>
4742
4743 * gdb.base/local-static.exp: Also test with
4744 class::method::variable wholly quoted.
4745 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4746
4747 2017-09-04 Pedro Alves <palves@redhat.com>
4748
4749 * gdb.base/local-static.c: New.
4750 * gdb.base/local-static.cc: New.
4751 * gdb.base/local-static.exp: New.
4752
4753 2017-09-04 Pedro Alves <palves@redhat.com>
4754
4755 * gdb.asm/asm-source.exp: Add casts to int.
4756 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4757 (dataglobal64_1, dataglobal64_2): New globals.
4758 * gdb.base/nodebug.exp: Test different expressions involving the
4759 new globals, with print, whatis and ptype. Add casts to int.
4760 * gdb.base/solib-display.exp: Add casts to int.
4761 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4762 * gdb.cp/m-static.exp: Add cast to int.
4763 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4764 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4765 tls variable with no debug info without a cast. Test with a cast
4766 to int too.
4767 * gdb.trace/entry-values.exp: Add casts.
4768
4769 2017-09-04 Pedro Alves <palves@redhat.com>
4770
4771 * gdb.base/nodebug.exp: Test that ptype's error about functions
4772 with unknown return type includes the function name too.
4773
4774 2017-09-04 Pedro Alves <palves@redhat.com>
4775
4776 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4777 return type of munmap in infcall.
4778 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4779 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4780 type of ftell in infcall.
4781 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4782 type of getpid in infcall.
4783 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4784 infcall.
4785 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4786 Bail on failure to extract the pid.
4787 * gdb.base/nodebug.c: #include <stdint.h>.
4788 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4789 New functions.
4790 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4791 Change expected output of print/whatis/ptype with functions with
4792 no debug info. Test all supported languages. Call
4793 test_call_promotion.
4794 * gdb.compile/compile.exp: Adjust expected output to expect
4795 warning.
4796 * gdb.threads/siginfo-threads.exp: Likewise.
4797
4798 2017-09-04 Pedro Alves <palves@redhat.com>
4799
4800 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4801 "prototypes". Test calling float functions via prototyped and
4802 unprototyped function pointers.
4803 (perform_all_tests): New parameter "prototypes". Pass it down.
4804 (top level): Pass down "prototypes" parameter to
4805 perform_all_tests.
4806
4807 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4808
4809 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4810 Test with nested loops.
4811
4812 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4813
4814 * gdb.base/commands.exp: Call the new procedures.
4815 (loop_break_test, loop_continue_test): New procedures.
4816
4817 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4818
4819 * gdb.base/commands.exp: Call new procedure.
4820 (define_if_without_arg_test): New procedure.
4821
4822 2017-09-04 Pedro Alves <palves@redhat.com>
4823
4824 * gdb.base/list-ambiguous.exp: New file.
4825 * gdb.base/list-ambiguous0.c: New file.
4826 * gdb.base/list-ambiguous1.c: New file.
4827 * gdb.base/list.exp (test_list_range): Adjust expected output.
4828
4829 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4830
4831 * gdb.base/share-env-with-gdbserver.c: New file.
4832 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4833
4834 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4835
4836 * gdb.base/commands.exp (gdbvar_simple_if_test,
4837 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4838 progvar_simple_if_test, progvar_simple_while_test,
4839 progvar_complex_if_while_test, user_defined_command_test,
4840 user_defined_command_args_eval,
4841 user_defined_command_args_stack_test,
4842 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4843 temporary_breakpoint_commands,
4844 gdb_test_no_prompt, redefine_hook_test,
4845 redefine_backtrace_test): Remove "global gdb_prompt".
4846
4847 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4848
4849 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4850 New proc, call it from toplevel.
4851
4852 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4853
4854 PR remote/21852
4855 * gdb.server/normal.c: New file, copied from gdb.base.
4856 * gdb.server/run-without-local-binary.exp: New file.
4857
4858 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
4859
4860 * gdb.arch/sparc64-adi.exp: New file.
4861 * gdb.arch/sparc64-adi.c: New file.
4862
4863 2017-08-22 Pedro Alves <palves@redhat.com>
4864
4865 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4866 (top level): Add "list all overloads" tests.
4867
4868 2017-08-22 Tom Tromey <tom@tromey.com>
4869
4870 * gdb.gdb/xfullpath.exp: Remove.
4871
4872 2017-08-21 Pedro Alves <palves@redhat.com>
4873
4874 PR gdb/19487
4875 * gdb.base/symbol-alias.c: New.
4876 * gdb.base/symbol-alias2.c: New.
4877 * gdb.base/symbol-alias.exp: New.
4878
4879 2017-08-21 Pedro Alves <palves@redhat.com>
4880
4881 * gdb.base/dfp-test.c
4882 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4883 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4884 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4885 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4886 * gdb.base/whatis-ptype-typedefs.c: New.
4887 * gdb.base/whatis-ptype-typedefs.exp: New.
4888 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4889 (an_int, an_int_type, an_int_type2): New globals.
4890 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4891 involving typedefs and cast expressions.
4892 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4893 (lookup_typedefs_function): New.
4894 (typedefs_pretty_printers_dict): New.
4895 (top level): Register lookup_typedefs_function in
4896 gdb.pretty_printers.
4897
4898 2017-08-18 Yao Qi <yao.qi@linaro.org>
4899
4900 * gdb.server/unittest.exp: New.
4901
4902 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4903
4904 PR gdb/21954
4905 * gdb.base/environ.exp: Add test to check if 'unset environment'
4906 works.
4907
4908 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4909
4910 * lib/gdb.exp (universal_compile_options): New caching proc.
4911 (gdb_compile): Suppress GCC's coloring of messages.
4912
4913 2017-08-14 Tom Tromey <tom@tromey.com>
4914
4915 PR gdb/21675:
4916 * gdb.base/printcmds.exp (test_radices): New function.
4917 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4918 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4919 * lib/gdb.exp (get_integer_valueof): Use p/d.
4920
4921 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4922
4923 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4924 characters.
4925
4926 2017-08-05 Tom Tromey <tom@tromey.com>
4927
4928 * gdb.rust/simple.exp: Allow String to appear in a different
4929 namespace.
4930
4931 2017-07-26 Yao Qi <yao.qi@linaro.org>
4932
4933 * gdb.gdb/unittest.exp: Invoke command
4934 "maintenance check xml-descriptions".
4935
4936 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4937
4938 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4939 calling context.
4940 (hex128): Drop erroneous calculation of parameters.
4941
4942 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4943
4944 * gdb.python/py-unwind.exp: Disable stack protection when
4945 building test file.
4946
4947 2017-07-20 Pedro Alves <palves@redhat.com>
4948
4949 * gdb.base/default.exp (set language): Adjust expected output.
4950
4951 2017-07-20 Pedro Alves <palves@redhat.com>
4952
4953 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4954 (test_minsym): ... this, and make static.
4955 (get_pck__foo__bar__minsym): Rename to ...
4956 (get_test_minsym): ... this.
4957 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4958 symbol names and comments.
4959 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4960 (get_test_minsym): ... this.
4961 (pck__foo__bar__minsym__2): Rename to ...
4962 (test_minsym): ... this.
4963 (main): Adjust.
4964
4965 2017-07-17 Pedro Alves <palves@redhat.com>
4966
4967 * gdb.base/completion.exp: Adjust expected output.
4968 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4969 the completer works.
4970
4971 2017-07-17 Pedro Alves <palves@redhat.com>
4972
4973 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4974
4975 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4976
4977 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4978
4979 2017-07-14 Tom Tromey <tom@tromey.com>
4980
4981 PR rust/21764:
4982 * gdb.rust/simple.exp: Add tests.
4983
4984 2017-07-14 Tom Tromey <tom@tromey.com>
4985
4986 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4987
4988 2017-07-14 Pedro Alves <palves@redhat.com>
4989
4990 * gdb.linespec/base/one/thefile.cc (z1): New function.
4991 * gdb.linespec/base/two/thefile.cc (z2): New function.
4992 * gdb.linespec/linespec.exp: Add tests.
4993
4994 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4995
4996 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4997 to mi_create_breakpoint.
4998
4999 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5000
5001 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5002 mi_create_breakpoint.
5003
5004 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5005
5006 * gdb.dlang/demangle.exp: Update for demangling changes.
5007
5008 2017-07-09 Tom Tromey <tom@tromey.com>
5009
5010 * gdb.dwarf2/shortpiece.exp: New file.
5011
5012 2017-07-06 David Blaikie <dblaikie@gmail.com>
5013
5014 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5015 built from fissiont-multi-cu{1,2}.c.
5016 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5017 except putting 'main' and 'func' in separate CUs in the same DWO file.
5018 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5019 test.
5020 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5021 test.
5022
5023 2017-07-06 Pedro Alves <palves@redhat.com>
5024
5025 * gdb.python/py-unwind.exp: Test flushregs.
5026
5027 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5028
5029 PR cli/21688
5030 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5031 tests for alias commands and trailing whitespace.
5032
5033 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5034
5035 PR cli/21688
5036 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5037 procedure. Call it.
5038
5039 2017-06-29 Pedro Alves <palves@redhat.com>
5040
5041 * gdb.base/printcmds.exp: Add tests.
5042
5043 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5044
5045 PR gdb/21337
5046 * gdb.base/reread-readsym.exp: New file.
5047 * gdb.base/reread-readsym.c: New file.
5048
5049 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5050
5051 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5052 subpattern.
5053
5054 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5055
5056 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5057 extended mnemonic.
5058 * gdb.arch/powerpc-power9.s: Likewise.
5059
5060 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5061
5062 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5063 on 32-bit x86 targets. Exploit is_*_target macros where
5064 appropriate.
5065
5066 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5067
5068 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5069 register pieces.
5070
5071 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5072
5073 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5074 located in one or more DWARF pieces.
5075
5076 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5077
5078 * lib/gdb.exp (get_endianness): New proc.
5079 * gdb.arch/aarch64-fp.exp: Use it.
5080 * gdb.arch/altivec-regs.exp: Likewise.
5081 * gdb.arch/e500-regs.exp: Likewise.
5082 * gdb.arch/vsx-regs.exp: Likewise.
5083 * gdb.base/dump.exp: Likewise.
5084 * gdb.base/funcargs.exp: Likewise.
5085 * gdb.base/gnu_vector.exp: Likewise.
5086 * gdb.dwarf2/formdata16.exp: Likewise.
5087 * gdb.dwarf2/implptrpiece.exp: Likewise.
5088 * gdb.dwarf2/nonvar-access.exp: Likewise.
5089 * gdb.python/py-inferior.exp: Likewise.
5090 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5091
5092 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5093
5094 PR gdb/21226
5095 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5096 stack value pieces are taken from the LSB end.
5097
5098 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5099
5100 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5101 variable at nonzero offset.
5102
5103 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5104
5105 * gdb.dwarf2/var-access.c: New file.
5106 * gdb.dwarf2/var-access.exp: New test.
5107 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5108
5109 2017-06-12 Tom Tromey <tom@tromey.com>
5110
5111 * gdb.dwarf2/formdata16.exp: Add tests.
5112
5113 2017-06-12 Tom Tromey <tom@tromey.com>
5114
5115 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5116
5117 2017-06-12 Tom Tromey <tom@tromey.com>
5118
5119 PR exp/16225:
5120 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5121 * gdb.arch/vsx-regs.exp: Update tests.
5122 * gdb.arch/s390-vregs.exp (hex128): New proc.
5123 Update test.
5124 * gdb.arch/altivec-regs.exp: Update tests.
5125
5126 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5127
5128 * gdb.base/startup-with-shell.c: New file.
5129 * gdb.base/startup-with-shell.exp: Likewise.
5130
5131 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5132
5133 * gdb.server/non-existing-program.exp: Update regex in order to
5134 reflect the fact that gdbserver is now using fork_inferior (with a
5135 shell) to startup the inferior.
5136
5137 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5138
5139 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5140 support function calls from GDB.
5141
5142 2017-05-21 Tom Tromey <tom@tromey.com>
5143
5144 PR rust/21466:
5145 * gdb.rust/unsized.exp: New file.
5146 * gdb.rust/unsized.rs: New file.
5147
5148 2017-05-19 Tom Tromey <tom@tromey.com>
5149
5150 PR rust/21484:
5151 * gdb.rust/watch.exp: New file.
5152 * gdb.rust/watch.rs: New file.
5153
5154 2017-05-18 Tom Tromey <tom@tromey.com>
5155
5156 * gdb.rust/simple.exp: Allow Box to be qualified.
5157
5158 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5159
5160 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5161
5162 2017-05-18 Pedro Alves <palves@redhat.com>
5163
5164 * gdb.base/fileio.c (test_write, test_read, test_close)
5165 (test_fstat): Don't print 'ret' in the fail path.
5166
5167 2017-05-18 Pedro Alves <palves@redhat.com>
5168
5169 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5170 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5171 (test_system, test_rename, test_unlink, test_time): Change
5172 prototypes.
5173 * gdb.base/fileio.exp (stop_msg): Adjust.
5174
5175 2017-05-18 Pedro Alves <palves@redhat.com>
5176
5177 * gdb.base/fileio.c (null_str): New global.
5178 (test_stat): Use it.
5179 * gdb.base/fileio.exp: Remove nowarnings.
5180
5181 2017-05-17 Yao Qi <yao.qi@linaro.org>
5182
5183 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5184
5185 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5186
5187 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5188 argument command.
5189 (top-level): Invoke test_set_inferior_tty.
5190
5191 2017-05-04 Pedro Alves <palves@redhat.com>
5192
5193 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5194 Add parens to print call for Python 3.
5195
5196 2017-05-03 Keith Seitz <keiths@redhat.com>
5197
5198 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5199 (main): Call it.
5200
5201 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5202
5203 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5204 to prev and next.
5205
5206 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5207
5208 * gdb.python/py-record-btrace.exp: Remove test for
5209 gdb.BtraceInstruction.error.
5210
5211 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5212
5213 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5214
5215 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5216
5217 * gdb.python/py-record-btrace-threads.c: New file.
5218 * gdb.python/py-record-btrace-threads.exp: New file.
5219
5220 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5221
5222 PR testsuite/8595
5223 * gdb.base/environ.exp: Make test available in all architectures.
5224 Move bits related to "info program" testing to
5225 gdb.base/info-program.exp. Rewrite tests to use the two new
5226 procedures mentione below.
5227 (test_set_show_env_var) New procedure.
5228 (test_set_show_env_var_equal): Likewise.
5229 * gdb.base/info-program.exp: New file.
5230
5231 2017-04-27 Keith Seitz <keiths@redhat.com>
5232
5233 * gdb.cp/oranking.cc (test15): New function.
5234 (main): Call test15 and declare additional variables for testing.
5235 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5236 "p foo101('abc')" tests.
5237 Add tests for cv qualifier overloads.
5238 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5239 "lvalue reference overload" test.
5240 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5241 "print value of f1 on Child&& in f2" test.
5242
5243 2017-04-19 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5246 procedure.
5247 (top level): Call it.
5248 * lib/gdb.exp (gdb_define_cmd): New procedure.
5249
5250 2017-04-12 Pedro Alves <palves@redhat.com>
5251
5252 PR gdb/21323
5253 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5254 (wchar): New global.
5255 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5256 (do_test_wide_char, wide_char_types_no_program, top level): Add
5257 wchar_t testing.
5258
5259 2017-04-12 Pedro Alves <palves@redhat.com>
5260
5261 PR c++/21323
5262 * gdb.cp/wide_char_types.c: New file.
5263 * gdb.cp/wide_char_types.exp: New file.
5264
5265 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5266
5267 PR gdb/21352
5268 * gdb.trace/tsv.exp: Add test for "tsave -r".
5269
5270 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5271
5272 * gdb.dlang/watch-loc.c: New file.
5273 * gdb.dlang/watch-loc.exp: New file.
5274
5275 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5276
5277 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5278
5279 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5280
5281 * gdb.arch/arc-analyze-prologue.S: New file.
5282 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5283
5284 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5285
5286 * gdb.arch/arc-decode-insn.S: New file.
5287 * gdb.arch/arc-decode-insn.exp: Likewise.
5288
5289 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5290
5291 PR tdep/20928
5292 * gdb.arch/sparc64-regs.exp: New file.
5293 * gdb.arch/sparc64-regs.S: Likewise.
5294
5295 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5296
5297 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5298 and memory view on Python 3.
5299
5300 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5301 Keith Seitz <keiths@redhat.com>
5302
5303 PR gdb/14441
5304 * gdb.cp/demangle.exp: Add rvalue reference tests.
5305 * gdb.cp/rvalue-ref-casts.cc: New file.
5306 * gdb.cp/rvalue-ref-casts.exp: New file.
5307 * gdb.cp/rvalue-ref-overload.cc: New file.
5308 * gdb.cp/rvalue-ref-overload.exp: New file.
5309 * gdb.cp/rvalue-ref-params.cc: New file.
5310 * gdb.cp/rvalue-ref-params.exp: New file.
5311 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5312 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5313 * gdb.cp/rvalue-ref-types.cc: New file.
5314 * gdb.cp/rvalue-ref-types.exp: New file.
5315 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5316 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5317
5318 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5319
5320 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5321 New procedure.
5322
5323 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5324
5325 * lib/mi-support.exp (mi_gdb_test): Add additional message
5326 for unexpected output.
5327
5328 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5329
5330 * gdb.base/examine-backward.c (Barrier): New character array
5331 constant, to ensure that TestStrings is preceded by a string
5332 terminator.
5333
5334 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5335
5336 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5337 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5338 and implicit pointer into such a location.
5339
5340 2017-03-16 Doug Evans <dje@google.com>
5341
5342 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5343
5344 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5345
5346 * gdb.cp/m-static.exp: Fix expectation for prototype of
5347 test5.single_constructor and single_constructor::single_constructor.
5348
5349 2017-03-16 Doug Evans <dje@google.com>
5350
5351 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5352 * gdb.guile/scm-lazy-string.c: New file.
5353 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5354 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5355 for pointer, array, typedef lazy strings.
5356
5357 2017-03-16 Doug Evans <dje@google.com>
5358
5359 PR python/17728, python/18439, python/18779
5360 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5361 * gdb.python/py-lazy-string.c (pointer): New typedef.
5362 (main): New locals ptr, array, typedef_ptr.
5363 * gdb.python/py-value.exp: Move lazy string tests to ...
5364 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5365 array, typedef lazy strings.
5366
5367 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5368
5369 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5370 Add optional 'test' parameter.
5371
5372 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5373
5374 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5375 Skip for versions of DejaGnu < 1.5.
5376
5377 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5378
5379 * lib/gdb.exp (dejagnu_version): New proc.
5380 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5381 Use dejagnu_version.
5382
5383 2017-03-10 Keith Seitz <keiths@redhat.com>
5384
5385 PR c++/8128
5386 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5387 type from destructor regexps.
5388 Add a branch which actually passes the test.
5389 Adjust "ptype t5i" test names.
5390
5391 2017-03-08 Pedro Alves <palves@redhat.com>
5392
5393 * gdb.base/step-over-exit.exp: Add explicit test message.
5394
5395 2017-03-08 Pedro Alves <palves@redhat.com>
5396
5397 PR gdb/18360
5398 * gdb.threads/interrupt-while-step-over.c: New file.
5399 * gdb.threads/interrupt-while-step-over.exp: New file.
5400
5401 2017-03-08 Pedro Alves <palves@redhat.com>
5402
5403 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5404 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5405
5406 2017-03-08 Pedro Alves <palves@redhat.com>
5407
5408 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5409 PKRU as not supported as a PASS.
5410
5411 2017-03-08 Pedro Alves <palves@redhat.com>
5412
5413 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5414 prefix instead of $binfile1/$binfile2.
5415 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5416 in test message.
5417 * gdb.python/py-completion.exp: Use "load python file" as test
5418 messages instead of unstable path names.
5419
5420 2017-03-08 Pedro Alves <palves@redhat.com>
5421 Jan Kratochvil <jan.kratochvil@redhat.com>
5422
5423 PR cli/21218
5424 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5425 New proc.
5426 (top level): Call it.
5427
5428 2017-03-08 Pedro Alves <palves@redhat.com>
5429
5430 PR tui/21216
5431 * gdb.tui/tui-nl-filtered-output.exp: New file.
5432
5433 2017-03-08 Pedro Alves <palves@redhat.com>
5434
5435 * gdb.base/completion.exp: Move TUI completion tests to ...
5436 * gdb.tui/completion.exp: ... this new file.
5437
5438 2017-03-08 Pedro Alves <palves@redhat.com>
5439
5440 * gdb.base/tui-disasm-long-lines.c,
5441 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5442 gdb.base/tui-layout.exp: Move to ...
5443 * gdb.tui/: ... this new directory.
5444
5445 2017-03-07 Pedro Alves <palves@redhat.com>
5446
5447 * gdb.base/tui-layout.c: New file.
5448 * gdb.base/tui-layout.exp: New file.
5449
5450 2017-03-07 Pedro Alves <palves@redhat.com>
5451
5452 * gdb.base/tui-layout.c: Rename to ...
5453 * gdb.base/tui-disasm-long-lines.c: ... this.
5454 * gdb.base/tui-layout.exp: Rename to ...
5455 * gdb.base/tui-disasm-long-lines.exp: ... this.
5456
5457 2017-03-07 Pedro Alves <palves@redhat.com>
5458
5459 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5460
5461 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5462
5463 * i386-mpx-call.c: New file.
5464 * i386-mpx-call.exp: New file.
5465
5466 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5467
5468 * gdb.arch/powerpc-power.exp: Delete test.
5469 * gdb.arch/powerpc-power.s: Likewise.
5470 * gdb.disasm/disassembler-options.exp: New test.
5471 * gdb.arch/powerpc-altivec.exp: Likewise.
5472 * gdb.arch/powerpc-altivec.s: Likewise.
5473 * gdb.arch/powerpc-altivec2.exp: Likewise.
5474 * gdb.arch/powerpc-altivec2.s: Likewise.
5475 * gdb.arch/powerpc-altivec3.exp: Likewise.
5476 * gdb.arch/powerpc-altivec3.s: Likewise.
5477 * gdb.arch/powerpc-power7.exp: Likewise.
5478 * gdb.arch/powerpc-power7.s: Likewise.
5479 * gdb.arch/powerpc-power8.exp: Likewise.
5480 * gdb.arch/powerpc-power8.s: Likewise.
5481 * gdb.arch/powerpc-power9.exp: Likewise.
5482 * gdb.arch/powerpc-power9.s: Likewise.
5483 * gdb.arch/powerpc-vsx.exp: Likewise.
5484 * gdb.arch/powerpc-vsx.s: Likewise.
5485 * gdb.arch/powerpc-vsx2.exp: Likewise.
5486 * gdb.arch/powerpc-vsx2.s: Likewise.
5487 * gdb.arch/powerpc-vsx3.exp: Likewise.
5488 * gdb.arch/powerpc-vsx3.s: Likewise.
5489 * gdb.arch/arm-disassembler-options.exp: Likewise.
5490 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5491 * gdb.arch/s390-disassembler-options.exp: Likewise.
5492
5493 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5494
5495 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5496 (check_supported_features): ... this. Changed return type to void.
5497 (supports_rdseed): New static global.
5498 (rdseed): Check supports_rdseed.
5499 (initialize): Call check_supported_features.
5500
5501 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5502
5503 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5504 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5505 and lqarx/stqcx.
5506 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5507 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5508
5509 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5510
5511 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5512 uppercase.
5513
5514 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5515
5516 * gdb.dwarf2/formdata16.c: New file.
5517 * gdb.dwarf2/formdata16.exp: New file.
5518 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5519
5520 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5521
5522 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5523 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5524 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5525 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5526 DW_AT_GNU_*.
5527
5528 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5529
5530 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5531
5532 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5533
5534 PR gdb/21164
5535 * gdb.base/maint.exp: Add testcases for when the commands do
5536 not have arguments.
5537
5538 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5539
5540 * gdb.cp/chained-calls.exp: Use p instead of P.
5541
5542 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5543
5544 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5545 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5546
5547 2017-02-14 Tom Tromey <tom@tromey.com>
5548
5549 PR python/13598:
5550 * gdb.python/py-events.exp: Add before_prompt event tests.
5551
5552 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5553
5554 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5555
5556 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5557
5558 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5559 (main): Call my_unique_function_name.
5560 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5561 completion of patterns with a single match.
5562 Add missing -re switches to gdb_test_multiple calls.
5563
5564 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
5565
5566 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5567 return if core file is not recognized.
5568
5569 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5570
5571 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5572 and extra UIs.
5573
5574 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5575
5576 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5577 proc_with_prefix.
5578
5579 2017-02-10 Tom Tromey <tom@tromey.com>
5580
5581 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5582
5583 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
5584
5585 PR gdb/21122
5586 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5587
5588 2017-02-08 Jerome Guitton <guitton@adacore.com>
5589
5590 * gdb.base/define.exp: Add test for command abbreviations
5591 in define.
5592
5593 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
5594
5595 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5596 * gdb.reverse/insn-reverse-x86.c: New file.
5597
5598 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5599
5600 PR tdep/20936
5601 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5602
5603 2017-02-03 Tom Tromey <tom@tromey.com>
5604
5605 PR rust/21097:
5606 * gdb.rust/simple.exp: Add new tests.
5607
5608 2017-02-02 Pedro Alves <palves@redhat.com>
5609
5610 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5611 tests.
5612
5613 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5614
5615 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5616 taking a 2-byte value out of a 4-byte DWARF implicit value on
5617 big-endian targets.
5618 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5619 logic. Add test cases for DW_OP_implicit.
5620
5621 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5622
5623 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5624
5625 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5626
5627 * gdb.btrace/enable.exp: Call gdb_exit before
5628 skip_gdbserver_tests.
5629
5630 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5631
5632 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5633 GDBFLAGS.
5634
5635 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5636
5637 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5638 the test is skipped.
5639 * gdb.btrace/data.exp: Likewise.
5640 * gdb.btrace/delta.exp: Likewise.
5641 * gdb.btrace/dlopen.exp: Likewise.
5642 * gdb.btrace/enable-running.exp: Likewise.
5643 * gdb.btrace/enable.exp: Likewise.
5644 * gdb.btrace/exception.exp: Likewise.
5645 * gdb.btrace/function_call_history.exp: Likewise.
5646 * gdb.btrace/gcore.exp: Likewise.
5647 * gdb.btrace/instruction_history.exp: Likewise.
5648 * gdb.btrace/multi-thread-step.exp: Likewise.
5649 * gdb.btrace/nohist.exp: Likewise.
5650 * gdb.btrace/non-stop.exp: Likewise.
5651 * gdb.btrace/reconnect.exp: Likewise.
5652 * gdb.btrace/record_goto-step.exp: Likewise.
5653 * gdb.btrace/record_goto.exp: Likewise.
5654 * gdb.btrace/rn-dl-bind.exp: Likewise.
5655 * gdb.btrace/segv.exp: Likewise.
5656 * gdb.btrace/step.exp: Likewise.
5657 * gdb.btrace/stepi.exp: Likewise.
5658 * gdb.btrace/tailcall-only.exp: Likewise.
5659 * gdb.btrace/tailcall.exp: Likewise.
5660 * gdb.btrace/tsx.exp: Likewise.
5661 * gdb.btrace/unknown_functions.exp: Likewise.
5662 * gdb.btrace/vdso.exp: Likewise.
5663
5664 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5665
5666 * gdb.btrace/enable-running.c: New.
5667 * gdb.btrace/enable-running.exp: New.
5668
5669 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5670
5671 * gdb.arch/amd64-gs_base.c: New file.
5672 * gdb.arch/amd64-gs_base.exp: New file.
5673
5674 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5675
5676 * lib/memory.exp: Remove spurious empty newlines.
5677
5678 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5679
5680 * gdb.python/py-bad-printers.exp: Load python file using "source".
5681 * gdb.python/py-events.exp: Likewise.
5682 * gdb.python/py-evsignal.exp: Likewise.
5683 * gdb.python/py-evthreads.exp: Likewise.
5684 * gdb.python/py-frame-args.exp: Likewise.
5685 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5686 * gdb.python/py-framefilter-mi.exp: Likewise.
5687 * gdb.python/py-framefilter.exp: Likewise.
5688 * gdb.python/py-mi.exp: Likewise.
5689 * gdb.python/py-pp-maint.exp: Likewise.
5690 * gdb.python/py-pp-registration.exp: Likewise.
5691 * gdb.python/py-prettyprint.exp: Likewise.
5692 (run_lang_tests): Likewise.
5693 * gdb.python/py-typeprint.exp: Likewise.
5694
5695 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5696
5697 * lib/memory.exp: New file.
5698 * lib/gdb.exp: Load memory.exp.
5699 * gdb.base/memattr.exp (delete_memory): Move proc to
5700 lib/memory.exp and rename to delete_memory_regions.
5701 Replace delete_memory with delete_memory_regions.
5702 Cleanup memory regions before tests.
5703 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5704 before tests.
5705
5706 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
5707
5708 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5709 files.
5710 (initialize): New function conditionally defined.
5711 (testcases): Move within conditional block.
5712 (main): Call initialize.
5713 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5714 of gdb.reverse/insn-reverse.c.
5715 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5716 gdb.reverse/insn-reverse.c.
5717
5718 2017-01-26 Yao Qi <yao.qi@linaro.org>
5719
5720 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5721 disassemble on address 0.
5722
5723 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5724 Yao Qi <yao.qi@linaro.org>
5725
5726 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5727 * gdb.dwarf2/implptr-64bit.S: Remove.
5728 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5729 variables in caller's context. Add DW_OP_implicit_value.
5730
5731 2017-01-25 Yao Qi <yao.qi@linaro.org>
5732
5733 * lib/dwarf.exp (Dwarf::_location): Handle
5734 DW_OP_GNU_implicit_pointer with proper size.
5735
5736 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5737
5738 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5739 and add untested calls.
5740
5741 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
5742
5743 * gdb.python/python.exp: Check line number against what GDB thinks
5744 the line number is for func1.
5745
5746 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5747
5748 * gdb.dlang/debug-expr.exp: New file.
5749
5750 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
5751
5752 Fix test names for the following files:
5753
5754 * gdb.ada/exec_changed.exp
5755 * gdb.ada/info_types.exp
5756 * gdb.arch/aarch64-atomic-inst.exp
5757 * gdb.arch/aarch64-fp.exp
5758 * gdb.arch/altivec-abi.exp
5759 * gdb.arch/altivec-regs.exp
5760 * gdb.arch/amd64-byte.exp
5761 * gdb.arch/amd64-disp-step.exp
5762 * gdb.arch/amd64-dword.exp
5763 * gdb.arch/amd64-entry-value-inline.exp
5764 * gdb.arch/amd64-entry-value-param.exp
5765 * gdb.arch/amd64-entry-value-paramref.exp
5766 * gdb.arch/amd64-entry-value.exp
5767 * gdb.arch/amd64-i386-address.exp
5768 * gdb.arch/amd64-invalid-stack-middle.exp
5769 * gdb.arch/amd64-invalid-stack-top.exp
5770 * gdb.arch/amd64-optimout-repeat.exp
5771 * gdb.arch/amd64-prologue-skip.exp
5772 * gdb.arch/amd64-prologue-xmm.exp
5773 * gdb.arch/amd64-stap-special-operands.exp
5774 * gdb.arch/amd64-stap-wrong-subexp.exp
5775 * gdb.arch/amd64-tailcall-cxx.exp
5776 * gdb.arch/amd64-tailcall-noret.exp
5777 * gdb.arch/amd64-tailcall-ret.exp
5778 * gdb.arch/amd64-tailcall-self.exp
5779 * gdb.arch/amd64-word.exp
5780 * gdb.arch/arm-bl-branch-dest.exp
5781 * gdb.arch/arm-disp-step.exp
5782 * gdb.arch/arm-neon.exp
5783 * gdb.arch/arm-single-step-kernel-helper.exp
5784 * gdb.arch/avr-flash-qualifier.exp
5785 * gdb.arch/disp-step-insn-reloc.exp
5786 * gdb.arch/e500-abi.exp
5787 * gdb.arch/e500-regs.exp
5788 * gdb.arch/ftrace-insn-reloc.exp
5789 * gdb.arch/i386-avx512.exp
5790 * gdb.arch/i386-bp_permanent.exp
5791 * gdb.arch/i386-byte.exp
5792 * gdb.arch/i386-cfi-notcurrent.exp
5793 * gdb.arch/i386-disp-step.exp
5794 * gdb.arch/i386-dr3-watch.exp
5795 * gdb.arch/i386-float.exp
5796 * gdb.arch/i386-gnu-cfi.exp
5797 * gdb.arch/i386-mpx-map.exp
5798 * gdb.arch/i386-mpx-sigsegv.exp
5799 * gdb.arch/i386-mpx-simple_segv.exp
5800 * gdb.arch/i386-mpx.exp
5801 * gdb.arch/i386-permbkpt.exp
5802 * gdb.arch/i386-prologue.exp
5803 * gdb.arch/i386-signal.exp
5804 * gdb.arch/i386-size-overlap.exp
5805 * gdb.arch/i386-unwind.exp
5806 * gdb.arch/i386-word.exp
5807 * gdb.arch/mips-fcr.exp
5808 * gdb.arch/powerpc-d128-regs.exp
5809 * gdb.arch/powerpc-stackless.exp
5810 * gdb.arch/ppc64-atomic-inst.exp
5811 * gdb.arch/s390-stackless.exp
5812 * gdb.arch/s390-tdbregs.exp
5813 * gdb.arch/s390-vregs.exp
5814 * gdb.arch/sparc-sysstep.exp
5815 * gdb.arch/thumb-bx-pc.exp
5816 * gdb.arch/thumb-singlestep.exp
5817 * gdb.arch/thumb2-it.exp
5818 * gdb.arch/vsx-regs.exp
5819 * gdb.asm/asm-source.exp
5820 * gdb.base/a2-run.exp
5821 * gdb.base/advance.exp
5822 * gdb.base/all-bin.exp
5823 * gdb.base/anon.exp
5824 * gdb.base/args.exp
5825 * gdb.base/arithmet.exp
5826 * gdb.base/async-shell.exp
5827 * gdb.base/async.exp
5828 * gdb.base/attach-pie-noexec.exp
5829 * gdb.base/attach-twice.exp
5830 * gdb.base/auto-load.exp
5831 * gdb.base/bang.exp
5832 * gdb.base/bitfields.exp
5833 * gdb.base/break-always.exp
5834 * gdb.base/break-caller-line.exp
5835 * gdb.base/break-entry.exp
5836 * gdb.base/break-inline.exp
5837 * gdb.base/break-on-linker-gcd-function.exp
5838 * gdb.base/break-probes.exp
5839 * gdb.base/break.exp
5840 * gdb.base/breakpoint-shadow.exp
5841 * gdb.base/call-ar-st.exp
5842 * gdb.base/call-sc.exp
5843 * gdb.base/call-signal-resume.exp
5844 * gdb.base/call-strs.exp
5845 * gdb.base/callfuncs.exp
5846 * gdb.base/catch-fork-static.exp
5847 * gdb.base/catch-gdb-caused-signals.exp
5848 * gdb.base/catch-load.exp
5849 * gdb.base/catch-signal-fork.exp
5850 * gdb.base/catch-signal.exp
5851 * gdb.base/catch-syscall.exp
5852 * gdb.base/charset.exp
5853 * gdb.base/checkpoint.exp
5854 * gdb.base/chng-syms.exp
5855 * gdb.base/code-expr.exp
5856 * gdb.base/code_elim.exp
5857 * gdb.base/commands.exp
5858 * gdb.base/completion.exp
5859 * gdb.base/complex.exp
5860 * gdb.base/cond-expr.exp
5861 * gdb.base/condbreak.exp
5862 * gdb.base/consecutive.exp
5863 * gdb.base/continue-all-already-running.exp
5864 * gdb.base/coredump-filter.exp
5865 * gdb.base/corefile.exp
5866 * gdb.base/dbx.exp
5867 * gdb.base/debug-expr.exp
5868 * gdb.base/define.exp
5869 * gdb.base/del.exp
5870 * gdb.base/disabled-location.exp
5871 * gdb.base/disasm-end-cu.exp
5872 * gdb.base/disasm-optim.exp
5873 * gdb.base/display.exp
5874 * gdb.base/duplicate-bp.exp
5875 * gdb.base/ena-dis-br.exp
5876 * gdb.base/ending-run.exp
5877 * gdb.base/enumval.exp
5878 * gdb.base/environ.exp
5879 * gdb.base/eu-strip-infcall.exp
5880 * gdb.base/eval-avoid-side-effects.exp
5881 * gdb.base/eval-skip.exp
5882 * gdb.base/exitsignal.exp
5883 * gdb.base/expand-psymtabs.exp
5884 * gdb.base/filesym.exp
5885 * gdb.base/find-unmapped.exp
5886 * gdb.base/finish.exp
5887 * gdb.base/float.exp
5888 * gdb.base/foll-exec-mode.exp
5889 * gdb.base/foll-exec.exp
5890 * gdb.base/foll-fork.exp
5891 * gdb.base/fortran-sym-case.exp
5892 * gdb.base/freebpcmd.exp
5893 * gdb.base/func-ptr.exp
5894 * gdb.base/func-ptrs.exp
5895 * gdb.base/funcargs.exp
5896 * gdb.base/gcore-buffer-overflow.exp
5897 * gdb.base/gcore-relro-pie.exp
5898 * gdb.base/gcore-relro.exp
5899 * gdb.base/gcore.exp
5900 * gdb.base/gdb1090.exp
5901 * gdb.base/gdb11530.exp
5902 * gdb.base/gdb11531.exp
5903 * gdb.base/gdb1821.exp
5904 * gdb.base/gdbindex-stabs.exp
5905 * gdb.base/gdbvars.exp
5906 * gdb.base/hbreak.exp
5907 * gdb.base/hbreak2.exp
5908 * gdb.base/included.exp
5909 * gdb.base/infcall-input.exp
5910 * gdb.base/inferior-died.exp
5911 * gdb.base/infnan.exp
5912 * gdb.base/info-macros.exp
5913 * gdb.base/info-os.exp
5914 * gdb.base/info-proc.exp
5915 * gdb.base/info-shared.exp
5916 * gdb.base/info-target.exp
5917 * gdb.base/infoline.exp
5918 * gdb.base/interp.exp
5919 * gdb.base/interrupt.exp
5920 * gdb.base/jit-reader.exp
5921 * gdb.base/jit-simple.exp
5922 * gdb.base/kill-after-signal.exp
5923 * gdb.base/kill-detach-inferiors-cmd.exp
5924 * gdb.base/label.exp
5925 * gdb.base/langs.exp
5926 * gdb.base/ldbl_e308.exp
5927 * gdb.base/line-symtabs.exp
5928 * gdb.base/linespecs.exp
5929 * gdb.base/list.exp
5930 * gdb.base/long_long.exp
5931 * gdb.base/longest-types.exp
5932 * gdb.base/maint.exp
5933 * gdb.base/max-value-size.exp
5934 * gdb.base/memattr.exp
5935 * gdb.base/mips_pro.exp
5936 * gdb.base/morestack.exp
5937 * gdb.base/moribund-step.exp
5938 * gdb.base/multi-forks.exp
5939 * gdb.base/nested-addr.exp
5940 * gdb.base/nextoverexit.exp
5941 * gdb.base/noreturn-finish.exp
5942 * gdb.base/noreturn-return.exp
5943 * gdb.base/nostdlib.exp
5944 * gdb.base/offsets.exp
5945 * gdb.base/opaque.exp
5946 * gdb.base/pc-fp.exp
5947 * gdb.base/permissions.exp
5948 * gdb.base/print-symbol-loading.exp
5949 * gdb.base/prologue-include.exp
5950 * gdb.base/psymtab.exp
5951 * gdb.base/ptype.exp
5952 * gdb.base/random-signal.exp
5953 * gdb.base/randomize.exp
5954 * gdb.base/range-stepping.exp
5955 * gdb.base/readline-ask.exp
5956 * gdb.base/recpar.exp
5957 * gdb.base/recurse.exp
5958 * gdb.base/relational.exp
5959 * gdb.base/restore.exp
5960 * gdb.base/return-nodebug.exp
5961 * gdb.base/return.exp
5962 * gdb.base/run-after-attach.exp
5963 * gdb.base/save-bp.exp
5964 * gdb.base/scope.exp
5965 * gdb.base/sect-cmd.exp
5966 * gdb.base/set-lang-auto.exp
5967 * gdb.base/set-noassign.exp
5968 * gdb.base/setvar.exp
5969 * gdb.base/sigall.exp
5970 * gdb.base/sigbpt.exp
5971 * gdb.base/siginfo-addr.exp
5972 * gdb.base/siginfo-infcall.exp
5973 * gdb.base/siginfo-obj.exp
5974 * gdb.base/siginfo.exp
5975 * gdb.base/signals-state-child.exp
5976 * gdb.base/signest.exp
5977 * gdb.base/sigstep.exp
5978 * gdb.base/sizeof.exp
5979 * gdb.base/skip.exp
5980 * gdb.base/solib-corrupted.exp
5981 * gdb.base/solib-nodir.exp
5982 * gdb.base/solib-search.exp
5983 * gdb.base/stack-checking.exp
5984 * gdb.base/stale-infcall.exp
5985 * gdb.base/stap-probe.exp
5986 * gdb.base/start.exp
5987 * gdb.base/step-break.exp
5988 * gdb.base/step-bt.exp
5989 * gdb.base/step-line.exp
5990 * gdb.base/step-over-exit.exp
5991 * gdb.base/step-over-syscall.exp
5992 * gdb.base/step-resume-infcall.exp
5993 * gdb.base/step-test.exp
5994 * gdb.base/store.exp
5995 * gdb.base/structs3.exp
5996 * gdb.base/sym-file.exp
5997 * gdb.base/symbol-without-target_section.exp
5998 * gdb.base/term.exp
5999 * gdb.base/testenv.exp
6000 * gdb.base/ui-redirect.exp
6001 * gdb.base/until.exp
6002 * gdb.base/unwindonsignal.exp
6003 * gdb.base/value-double-free.exp
6004 * gdb.base/vla-datatypes.exp
6005 * gdb.base/vla-ptr.exp
6006 * gdb.base/vla-sideeffect.exp
6007 * gdb.base/volatile.exp
6008 * gdb.base/watch-cond-infcall.exp
6009 * gdb.base/watch-cond.exp
6010 * gdb.base/watch-non-mem.exp
6011 * gdb.base/watch-read.exp
6012 * gdb.base/watch-vfork.exp
6013 * gdb.base/watchpoint-cond-gone.exp
6014 * gdb.base/watchpoint-delete.exp
6015 * gdb.base/watchpoint-hw-hit-once.exp
6016 * gdb.base/watchpoint-hw.exp
6017 * gdb.base/watchpoint-stops-at-right-insn.exp
6018 * gdb.base/watchpoints.exp
6019 * gdb.base/wchar.exp
6020 * gdb.base/whatis-exp.exp
6021 * gdb.btrace/buffer-size.exp
6022 * gdb.btrace/data.exp
6023 * gdb.btrace/delta.exp
6024 * gdb.btrace/dlopen.exp
6025 * gdb.btrace/enable.exp
6026 * gdb.btrace/exception.exp
6027 * gdb.btrace/function_call_history.exp
6028 * gdb.btrace/gcore.exp
6029 * gdb.btrace/instruction_history.exp
6030 * gdb.btrace/nohist.exp
6031 * gdb.btrace/reconnect.exp
6032 * gdb.btrace/record_goto-step.exp
6033 * gdb.btrace/record_goto.exp
6034 * gdb.btrace/rn-dl-bind.exp
6035 * gdb.btrace/segv.exp
6036 * gdb.btrace/step.exp
6037 * gdb.btrace/stepi.exp
6038 * gdb.btrace/tailcall-only.exp
6039 * gdb.btrace/tailcall.exp
6040 * gdb.btrace/tsx.exp
6041 * gdb.btrace/unknown_functions.exp
6042 * gdb.btrace/vdso.exp
6043 * gdb.compile/compile-ifunc.exp
6044 * gdb.compile/compile-ops.exp
6045 * gdb.compile/compile-print.exp
6046 * gdb.compile/compile-setjmp.exp
6047 * gdb.cp/abstract-origin.exp
6048 * gdb.cp/ambiguous.exp
6049 * gdb.cp/annota2.exp
6050 * gdb.cp/annota3.exp
6051 * gdb.cp/anon-ns.exp
6052 * gdb.cp/anon-struct.exp
6053 * gdb.cp/anon-union.exp
6054 * gdb.cp/arg-reference.exp
6055 * gdb.cp/baseenum.exp
6056 * gdb.cp/bool.exp
6057 * gdb.cp/breakpoint.exp
6058 * gdb.cp/bs15503.exp
6059 * gdb.cp/call-c.exp
6060 * gdb.cp/casts.exp
6061 * gdb.cp/chained-calls.exp
6062 * gdb.cp/class2.exp
6063 * gdb.cp/classes.exp
6064 * gdb.cp/cmpd-minsyms.exp
6065 * gdb.cp/converts.exp
6066 * gdb.cp/cp-relocate.exp
6067 * gdb.cp/cpcompletion.exp
6068 * gdb.cp/cpexprs.exp
6069 * gdb.cp/cplabel.exp
6070 * gdb.cp/cplusfuncs.exp
6071 * gdb.cp/cpsizeof.exp
6072 * gdb.cp/ctti.exp
6073 * gdb.cp/derivation.exp
6074 * gdb.cp/destrprint.exp
6075 * gdb.cp/dispcxx.exp
6076 * gdb.cp/enum-class.exp
6077 * gdb.cp/exception.exp
6078 * gdb.cp/exceptprint.exp
6079 * gdb.cp/expand-psymtabs-cxx.exp
6080 * gdb.cp/expand-sals.exp
6081 * gdb.cp/extern-c.exp
6082 * gdb.cp/filename.exp
6083 * gdb.cp/formatted-ref.exp
6084 * gdb.cp/fpointer.exp
6085 * gdb.cp/gdb1355.exp
6086 * gdb.cp/gdb2495.exp
6087 * gdb.cp/hang.exp
6088 * gdb.cp/impl-this.exp
6089 * gdb.cp/infcall-dlopen.exp
6090 * gdb.cp/inherit.exp
6091 * gdb.cp/iostream.exp
6092 * gdb.cp/koenig.exp
6093 * gdb.cp/local.exp
6094 * gdb.cp/m-data.exp
6095 * gdb.cp/m-static.exp
6096 * gdb.cp/mb-ctor.exp
6097 * gdb.cp/mb-inline.exp
6098 * gdb.cp/mb-templates.exp
6099 * gdb.cp/member-name.exp
6100 * gdb.cp/member-ptr.exp
6101 * gdb.cp/meth-typedefs.exp
6102 * gdb.cp/method.exp
6103 * gdb.cp/method2.exp
6104 * gdb.cp/minsym-fallback.exp
6105 * gdb.cp/misc.exp
6106 * gdb.cp/namelessclass.exp
6107 * gdb.cp/namespace-enum.exp
6108 * gdb.cp/namespace-nested-import.exp
6109 * gdb.cp/namespace.exp
6110 * gdb.cp/nextoverthrow.exp
6111 * gdb.cp/no-dmgl-verbose.exp
6112 * gdb.cp/non-trivial-retval.exp
6113 * gdb.cp/noparam.exp
6114 * gdb.cp/nsdecl.exp
6115 * gdb.cp/nsimport.exp
6116 * gdb.cp/nsnested.exp
6117 * gdb.cp/nsnoimports.exp
6118 * gdb.cp/nsrecurs.exp
6119 * gdb.cp/nsstress.exp
6120 * gdb.cp/nsusing.exp
6121 * gdb.cp/operator.exp
6122 * gdb.cp/oranking.exp
6123 * gdb.cp/overload-const.exp
6124 * gdb.cp/overload.exp
6125 * gdb.cp/ovldbreak.exp
6126 * gdb.cp/ovsrch.exp
6127 * gdb.cp/paren-type.exp
6128 * gdb.cp/parse-lang.exp
6129 * gdb.cp/pass-by-ref.exp
6130 * gdb.cp/pr-1023.exp
6131 * gdb.cp/pr-1210.exp
6132 * gdb.cp/pr-574.exp
6133 * gdb.cp/pr10687.exp
6134 * gdb.cp/pr12028.exp
6135 * gdb.cp/pr17132.exp
6136 * gdb.cp/pr17494.exp
6137 * gdb.cp/pr9067.exp
6138 * gdb.cp/pr9167.exp
6139 * gdb.cp/pr9631.exp
6140 * gdb.cp/printmethod.exp
6141 * gdb.cp/psmang.exp
6142 * gdb.cp/psymtab-parameter.exp
6143 * gdb.cp/ptype-cv-cp.exp
6144 * gdb.cp/ptype-flags.exp
6145 * gdb.cp/re-set-overloaded.exp
6146 * gdb.cp/ref-types.exp
6147 * gdb.cp/rtti.exp
6148 * gdb.cp/scope-err.exp
6149 * gdb.cp/shadow.exp
6150 * gdb.cp/smartp.exp
6151 * gdb.cp/static-method.exp
6152 * gdb.cp/static-print-quit.exp
6153 * gdb.cp/temargs.exp
6154 * gdb.cp/templates.exp
6155 * gdb.cp/try_catch.exp
6156 * gdb.cp/typedef-operator.exp
6157 * gdb.cp/typeid.exp
6158 * gdb.cp/userdef.exp
6159 * gdb.cp/using-crash.exp
6160 * gdb.cp/var-tag.exp
6161 * gdb.cp/virtbase.exp
6162 * gdb.cp/virtfunc.exp
6163 * gdb.cp/virtfunc2.exp
6164 * gdb.cp/vla-cxx.exp
6165 * gdb.disasm/t01_mov.exp
6166 * gdb.disasm/t02_mova.exp
6167 * gdb.disasm/t03_add.exp
6168 * gdb.disasm/t04_sub.exp
6169 * gdb.disasm/t05_cmp.exp
6170 * gdb.disasm/t06_ari2.exp
6171 * gdb.disasm/t07_ari3.exp
6172 * gdb.disasm/t08_or.exp
6173 * gdb.disasm/t09_xor.exp
6174 * gdb.disasm/t10_and.exp
6175 * gdb.disasm/t11_logs.exp
6176 * gdb.disasm/t12_bit.exp
6177 * gdb.disasm/t13_otr.exp
6178 * gdb.dlang/circular.exp
6179 * gdb.dwarf2/arr-stride.exp
6180 * gdb.dwarf2/arr-subrange.exp
6181 * gdb.dwarf2/atomic-type.exp
6182 * gdb.dwarf2/bad-regnum.exp
6183 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6184 * gdb.dwarf2/callframecfa.exp
6185 * gdb.dwarf2/clztest.exp
6186 * gdb.dwarf2/corrupt.exp
6187 * gdb.dwarf2/data-loc.exp
6188 * gdb.dwarf2/dup-psym.exp
6189 * gdb.dwarf2/dw2-anon-mptr.exp
6190 * gdb.dwarf2/dw2-anonymous-func.exp
6191 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6192 * gdb.dwarf2/dw2-bad-unresolved.exp
6193 * gdb.dwarf2/dw2-basic.exp
6194 * gdb.dwarf2/dw2-canonicalize-type.exp
6195 * gdb.dwarf2/dw2-case-insensitive.exp
6196 * gdb.dwarf2/dw2-common-block.exp
6197 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6198 * gdb.dwarf2/dw2-compressed.exp
6199 * gdb.dwarf2/dw2-const.exp
6200 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6201 * gdb.dwarf2/dw2-cu-size.exp
6202 * gdb.dwarf2/dw2-dup-frame.exp
6203 * gdb.dwarf2/dw2-entry-value.exp
6204 * gdb.dwarf2/dw2-icycle.exp
6205 * gdb.dwarf2/dw2-ifort-parameter.exp
6206 * gdb.dwarf2/dw2-inline-break.exp
6207 * gdb.dwarf2/dw2-inline-param.exp
6208 * gdb.dwarf2/dw2-intercu.exp
6209 * gdb.dwarf2/dw2-intermix.exp
6210 * gdb.dwarf2/dw2-lexical-block-bare.exp
6211 * gdb.dwarf2/dw2-linkage-name-trust.exp
6212 * gdb.dwarf2/dw2-minsym-in-cu.exp
6213 * gdb.dwarf2/dw2-noloc.exp
6214 * gdb.dwarf2/dw2-op-call.exp
6215 * gdb.dwarf2/dw2-op-out-param.exp
6216 * gdb.dwarf2/dw2-opt-structptr.exp
6217 * gdb.dwarf2/dw2-param-error.exp
6218 * gdb.dwarf2/dw2-producer.exp
6219 * gdb.dwarf2/dw2-ranges-base.exp
6220 * gdb.dwarf2/dw2-ref-missing-frame.exp
6221 * gdb.dwarf2/dw2-reg-undefined.exp
6222 * gdb.dwarf2/dw2-regno-invalid.exp
6223 * gdb.dwarf2/dw2-restore.exp
6224 * gdb.dwarf2/dw2-restrict.exp
6225 * gdb.dwarf2/dw2-single-line-discriminators.exp
6226 * gdb.dwarf2/dw2-strp.exp
6227 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6228 * gdb.dwarf2/dw2-unresolved.exp
6229 * gdb.dwarf2/dw2-var-zero-addr.exp
6230 * gdb.dwarf2/dw4-sig-types.exp
6231 * gdb.dwarf2/dwz.exp
6232 * gdb.dwarf2/dynarr-ptr.exp
6233 * gdb.dwarf2/enum-type.exp
6234 * gdb.dwarf2/gdb-index.exp
6235 * gdb.dwarf2/implptr-64bit.exp
6236 * gdb.dwarf2/implptr-optimized-out.exp
6237 * gdb.dwarf2/implptr.exp
6238 * gdb.dwarf2/implref-array.exp
6239 * gdb.dwarf2/implref-const.exp
6240 * gdb.dwarf2/implref-global.exp
6241 * gdb.dwarf2/implref-struct.exp
6242 * gdb.dwarf2/mac-fileno.exp
6243 * gdb.dwarf2/main-subprogram.exp
6244 * gdb.dwarf2/member-ptr-forwardref.exp
6245 * gdb.dwarf2/method-ptr.exp
6246 * gdb.dwarf2/missing-sig-type.exp
6247 * gdb.dwarf2/nonvar-access.exp
6248 * gdb.dwarf2/opaque-type-lookup.exp
6249 * gdb.dwarf2/pieces-optimized-out.exp
6250 * gdb.dwarf2/pieces.exp
6251 * gdb.dwarf2/pr10770.exp
6252 * gdb.dwarf2/pr13961.exp
6253 * gdb.dwarf2/staticvirtual.exp
6254 * gdb.dwarf2/subrange.exp
6255 * gdb.dwarf2/symtab-producer.exp
6256 * gdb.dwarf2/trace-crash.exp
6257 * gdb.dwarf2/typeddwarf.exp
6258 * gdb.dwarf2/valop.exp
6259 * gdb.dwarf2/watch-notconst.exp
6260 * gdb.fortran/array-element.exp
6261 * gdb.fortran/charset.exp
6262 * gdb.fortran/common-block.exp
6263 * gdb.fortran/complex.exp
6264 * gdb.fortran/derived-type-function.exp
6265 * gdb.fortran/derived-type.exp
6266 * gdb.fortran/logical.exp
6267 * gdb.fortran/module.exp
6268 * gdb.fortran/multi-dim.exp
6269 * gdb.fortran/nested-funcs.exp
6270 * gdb.fortran/print-formatted.exp
6271 * gdb.fortran/subarray.exp
6272 * gdb.fortran/vla-alloc-assoc.exp
6273 * gdb.fortran/vla-datatypes.exp
6274 * gdb.fortran/vla-history.exp
6275 * gdb.fortran/vla-ptr-info.exp
6276 * gdb.fortran/vla-ptype-sub.exp
6277 * gdb.fortran/vla-ptype.exp
6278 * gdb.fortran/vla-sizeof.exp
6279 * gdb.fortran/vla-type.exp
6280 * gdb.fortran/vla-value-sub-arbitrary.exp
6281 * gdb.fortran/vla-value-sub-finish.exp
6282 * gdb.fortran/vla-value-sub.exp
6283 * gdb.fortran/vla-value.exp
6284 * gdb.fortran/whatis_type.exp
6285 * gdb.go/chan.exp
6286 * gdb.go/handcall.exp
6287 * gdb.go/hello.exp
6288 * gdb.go/integers.exp
6289 * gdb.go/methods.exp
6290 * gdb.go/package.exp
6291 * gdb.go/strings.exp
6292 * gdb.go/types.exp
6293 * gdb.go/unsafe.exp
6294 * gdb.guile/scm-arch.exp
6295 * gdb.guile/scm-block.exp
6296 * gdb.guile/scm-breakpoint.exp
6297 * gdb.guile/scm-cmd.exp
6298 * gdb.guile/scm-disasm.exp
6299 * gdb.guile/scm-equal.exp
6300 * gdb.guile/scm-frame-args.exp
6301 * gdb.guile/scm-frame-inline.exp
6302 * gdb.guile/scm-frame.exp
6303 * gdb.guile/scm-iterator.exp
6304 * gdb.guile/scm-math.exp
6305 * gdb.guile/scm-objfile.exp
6306 * gdb.guile/scm-ports.exp
6307 * gdb.guile/scm-symbol.exp
6308 * gdb.guile/scm-symtab.exp
6309 * gdb.guile/scm-value-cc.exp
6310 * gdb.guile/types-module.exp
6311 * gdb.linespec/break-ask.exp
6312 * gdb.linespec/cpexplicit.exp
6313 * gdb.linespec/explicit.exp
6314 * gdb.linespec/keywords.exp
6315 * gdb.linespec/linespec.exp
6316 * gdb.linespec/ls-dollar.exp
6317 * gdb.linespec/ls-errs.exp
6318 * gdb.linespec/skip-two.exp
6319 * gdb.linespec/thread.exp
6320 * gdb.mi/mi-async.exp
6321 * gdb.mi/mi-basics.exp
6322 * gdb.mi/mi-break.exp
6323 * gdb.mi/mi-catch-load.exp
6324 * gdb.mi/mi-cli.exp
6325 * gdb.mi/mi-cmd-param-changed.exp
6326 * gdb.mi/mi-console.exp
6327 * gdb.mi/mi-detach.exp
6328 * gdb.mi/mi-disassemble.exp
6329 * gdb.mi/mi-eval.exp
6330 * gdb.mi/mi-file-transfer.exp
6331 * gdb.mi/mi-file.exp
6332 * gdb.mi/mi-fill-memory.exp
6333 * gdb.mi/mi-inheritance-syntax-error.exp
6334 * gdb.mi/mi-linespec-err-cp.exp
6335 * gdb.mi/mi-logging.exp
6336 * gdb.mi/mi-memory-changed.exp
6337 * gdb.mi/mi-read-memory.exp
6338 * gdb.mi/mi-record-changed.exp
6339 * gdb.mi/mi-reg-undefined.exp
6340 * gdb.mi/mi-regs.exp
6341 * gdb.mi/mi-return.exp
6342 * gdb.mi/mi-reverse.exp
6343 * gdb.mi/mi-simplerun.exp
6344 * gdb.mi/mi-solib.exp
6345 * gdb.mi/mi-stack.exp
6346 * gdb.mi/mi-stepi.exp
6347 * gdb.mi/mi-syn-frame.exp
6348 * gdb.mi/mi-until.exp
6349 * gdb.mi/mi-var-block.exp
6350 * gdb.mi/mi-var-child.exp
6351 * gdb.mi/mi-var-cmd.exp
6352 * gdb.mi/mi-var-cp.exp
6353 * gdb.mi/mi-var-display.exp
6354 * gdb.mi/mi-var-invalidate.exp
6355 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6356 * gdb.mi/mi-vla-fortran.exp
6357 * gdb.mi/mi-watch.exp
6358 * gdb.mi/mi2-var-child.exp
6359 * gdb.mi/user-selected-context-sync.exp
6360 * gdb.modula2/unbounded-array.exp
6361 * gdb.multi/dummy-frame-restore.exp
6362 * gdb.multi/multi-arch-exec.exp
6363 * gdb.multi/multi-arch.exp
6364 * gdb.multi/tids.exp
6365 * gdb.multi/watchpoint-multi.exp
6366 * gdb.opencl/callfuncs.exp
6367 * gdb.opencl/convs_casts.exp
6368 * gdb.opencl/datatypes.exp
6369 * gdb.opencl/operators.exp
6370 * gdb.opencl/vec_comps.exp
6371 * gdb.opt/clobbered-registers-O2.exp
6372 * gdb.opt/inline-break.exp
6373 * gdb.opt/inline-bt.exp
6374 * gdb.opt/inline-cmds.exp
6375 * gdb.opt/inline-locals.exp
6376 * gdb.pascal/case-insensitive-symbols.exp
6377 * gdb.pascal/floats.exp
6378 * gdb.pascal/gdb11492.exp
6379 * gdb.python/lib-types.exp
6380 * gdb.python/py-arch.exp
6381 * gdb.python/py-as-string.exp
6382 * gdb.python/py-bad-printers.exp
6383 * gdb.python/py-block.exp
6384 * gdb.python/py-breakpoint-create-fail.exp
6385 * gdb.python/py-breakpoint.exp
6386 * gdb.python/py-caller-is.exp
6387 * gdb.python/py-cmd.exp
6388 * gdb.python/py-explore-cc.exp
6389 * gdb.python/py-explore.exp
6390 * gdb.python/py-finish-breakpoint.exp
6391 * gdb.python/py-finish-breakpoint2.exp
6392 * gdb.python/py-frame-args.exp
6393 * gdb.python/py-frame-inline.exp
6394 * gdb.python/py-frame.exp
6395 * gdb.python/py-framefilter-mi.exp
6396 * gdb.python/py-infthread.exp
6397 * gdb.python/py-lazy-string.exp
6398 * gdb.python/py-linetable.exp
6399 * gdb.python/py-mi-events.exp
6400 * gdb.python/py-mi-objfile.exp
6401 * gdb.python/py-mi.exp
6402 * gdb.python/py-objfile.exp
6403 * gdb.python/py-pp-integral.exp
6404 * gdb.python/py-pp-maint.exp
6405 * gdb.python/py-pp-re-notag.exp
6406 * gdb.python/py-pp-registration.exp
6407 * gdb.python/py-recurse-unwind.exp
6408 * gdb.python/py-strfns.exp
6409 * gdb.python/py-symbol.exp
6410 * gdb.python/py-symtab.exp
6411 * gdb.python/py-sync-interp.exp
6412 * gdb.python/py-typeprint.exp
6413 * gdb.python/py-unwind-maint.exp
6414 * gdb.python/py-unwind.exp
6415 * gdb.python/py-value-cc.exp
6416 * gdb.python/py-xmethods.exp
6417 * gdb.reverse/amd64-tailcall-reverse.exp
6418 * gdb.reverse/break-precsave.exp
6419 * gdb.reverse/break-reverse.exp
6420 * gdb.reverse/consecutive-precsave.exp
6421 * gdb.reverse/consecutive-reverse.exp
6422 * gdb.reverse/finish-precsave.exp
6423 * gdb.reverse/finish-reverse-bkpt.exp
6424 * gdb.reverse/finish-reverse.exp
6425 * gdb.reverse/fstatat-reverse.exp
6426 * gdb.reverse/getresuid-reverse.exp
6427 * gdb.reverse/i386-precsave.exp
6428 * gdb.reverse/i386-reverse.exp
6429 * gdb.reverse/i386-sse-reverse.exp
6430 * gdb.reverse/i387-env-reverse.exp
6431 * gdb.reverse/i387-stack-reverse.exp
6432 * gdb.reverse/insn-reverse.exp
6433 * gdb.reverse/machinestate-precsave.exp
6434 * gdb.reverse/machinestate.exp
6435 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6436 * gdb.reverse/pipe-reverse.exp
6437 * gdb.reverse/readv-reverse.exp
6438 * gdb.reverse/recvmsg-reverse.exp
6439 * gdb.reverse/rerun-prec.exp
6440 * gdb.reverse/s390-mvcle.exp
6441 * gdb.reverse/step-precsave.exp
6442 * gdb.reverse/step-reverse.exp
6443 * gdb.reverse/time-reverse.exp
6444 * gdb.reverse/until-precsave.exp
6445 * gdb.reverse/until-reverse.exp
6446 * gdb.reverse/waitpid-reverse.exp
6447 * gdb.reverse/watch-precsave.exp
6448 * gdb.reverse/watch-reverse.exp
6449 * gdb.rust/generics.exp
6450 * gdb.rust/methods.exp
6451 * gdb.rust/modules.exp
6452 * gdb.rust/simple.exp
6453 * gdb.server/connect-with-no-symbol-file.exp
6454 * gdb.server/ext-attach.exp
6455 * gdb.server/ext-restart.exp
6456 * gdb.server/ext-wrapper.exp
6457 * gdb.server/file-transfer.exp
6458 * gdb.server/server-exec-info.exp
6459 * gdb.server/server-kill.exp
6460 * gdb.server/server-mon.exp
6461 * gdb.server/wrapper.exp
6462 * gdb.stabs/exclfwd.exp
6463 * gdb.stabs/gdb11479.exp
6464 * gdb.threads/clone-new-thread-event.exp
6465 * gdb.threads/corethreads.exp
6466 * gdb.threads/current-lwp-dead.exp
6467 * gdb.threads/dlopen-libpthread.exp
6468 * gdb.threads/gcore-thread.exp
6469 * gdb.threads/sigstep-threads.exp
6470 * gdb.threads/watchpoint-fork.exp
6471 * gdb.trace/actions-changed.exp
6472 * gdb.trace/backtrace.exp
6473 * gdb.trace/change-loc.exp
6474 * gdb.trace/circ.exp
6475 * gdb.trace/collection.exp
6476 * gdb.trace/disconnected-tracing.exp
6477 * gdb.trace/ftrace.exp
6478 * gdb.trace/mi-trace-frame-collected.exp
6479 * gdb.trace/mi-trace-unavailable.exp
6480 * gdb.trace/mi-traceframe-changed.exp
6481 * gdb.trace/mi-tsv-changed.exp
6482 * gdb.trace/no-attach-trace.exp
6483 * gdb.trace/passc-dyn.exp
6484 * gdb.trace/qtro.exp
6485 * gdb.trace/range-stepping.exp
6486 * gdb.trace/read-memory.exp
6487 * gdb.trace/save-trace.exp
6488 * gdb.trace/signal.exp
6489 * gdb.trace/status-stop.exp
6490 * gdb.trace/tfile.exp
6491 * gdb.trace/trace-break.exp
6492 * gdb.trace/trace-buffer-size.exp
6493 * gdb.trace/trace-condition.exp
6494 * gdb.trace/tracefile-pseudo-reg.exp
6495 * gdb.trace/tstatus.exp
6496 * gdb.trace/unavailable.exp
6497 * gdb.trace/while-dyn.exp
6498 * gdb.trace/while-stepping.exp
6499
6500 2016-12-22 Doug Evans <xdje42@gmail.com>
6501
6502 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6503 and msymbols.
6504
6505 2016-12-19 Yao Qi <yao.qi@linaro.org>
6506
6507 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6508 (test_with_self): Don't call do_steps_and_nexts, and remove
6509 code about stepping into xmalloc.
6510
6511 2016-12-09 Yao Qi <yao.qi@linaro.org>
6512
6513 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6514
6515 2016-12-09 Yao Qi <yao.qi@linaro.org>
6516
6517 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6518
6519 2016-12-09 Pedro Alves <palves@redhat.com>
6520
6521 * gdb.base/all-architectures-0.exp: New file.
6522 * gdb.base/all-architectures-1.exp: New file.
6523 * gdb.base/all-architectures-2.exp: New file.
6524 * gdb.base/all-architectures-3.exp: New file.
6525 * gdb.base/all-architectures-4.exp: New file.
6526 * gdb.base/all-architectures-5.exp: New file.
6527 * gdb.base/all-architectures-6.exp: New file.
6528 * gdb.base/all-architectures-7.exp: New file.
6529 * gdb.base/all-architectures.exp.in: New file.
6530
6531 2016-12-09 Yao Qi <yao.qi@linaro.org>
6532
6533 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6534
6535 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6536
6537 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6538 possible.
6539 Remove useless pattern-matching code.
6540
6541 2016-12-02 Pedro Alves <palves@redhat.com>
6542
6543 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6544 procedure.
6545 (top level): Call it.
6546
6547 2016-12-02 Pedro Alves <palves@redhat.com>
6548
6549 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6550 New procedure.
6551 (top level): Call it.
6552
6553 2016-12-02 Pedro Alves <palves@redhat.com>
6554
6555 PR cli/20559
6556 * gdb.base/commands.exp (user_defined_command_args_eval): New
6557 procedure.
6558 (top level): Call it.
6559
6560 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
6561
6562 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6563 timeout handling.
6564
6565 2016-12-02 Tom Tromey <tom@tromey.com>
6566
6567 * gdb.dwarf2/main-subprogram.c: New file.
6568 * gdb.dwarf2/main-subprogram.exp: New file.
6569
6570 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6571
6572 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6573 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6574 gdb_test_no_output for a couple of cases.
6575 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6576
6577 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6578
6579 Fix test names and standardize compilation error messages throughout
6580 the following files:
6581
6582 * gdb.ada/start.exp
6583 * gdb.arch/alpha-step.exp
6584 * gdb.arch/e500-prologue.exp
6585 * gdb.arch/ftrace-insn-reloc.exp
6586 * gdb.arch/gdb1291.exp
6587 * gdb.arch/gdb1431.exp
6588 * gdb.arch/gdb1558.exp
6589 * gdb.arch/i386-dr3-watch.exp
6590 * gdb.arch/i386-sse-stack-align.exp
6591 * gdb.arch/ia64-breakpoint-shadow.exp
6592 * gdb.arch/pa-nullify.exp
6593 * gdb.arch/powerpc-aix-prologue.exp
6594 * gdb.arch/thumb-bx-pc.exp
6595 * gdb.base/annota1.exp
6596 * gdb.base/annota3.exp
6597 * gdb.base/arrayidx.exp
6598 * gdb.base/assign.exp
6599 * gdb.base/attach.exp
6600 * gdb.base/auxv.exp
6601 * gdb.base/bang.exp
6602 * gdb.base/bfp-test.exp
6603 * gdb.base/bigcore.exp
6604 * gdb.base/bitfields2.exp
6605 * gdb.base/break-fun-addr.exp
6606 * gdb.base/break-probes.exp
6607 * gdb.base/call-rt-st.exp
6608 * gdb.base/callexit.exp
6609 * gdb.base/catch-fork-kill.exp
6610 * gdb.base/charset.exp
6611 * gdb.base/checkpoint.exp
6612 * gdb.base/comprdebug.exp
6613 * gdb.base/constvars.exp
6614 * gdb.base/coredump-filter.exp
6615 * gdb.base/cursal.exp
6616 * gdb.base/cvexpr.exp
6617 * gdb.base/detach.exp
6618 * gdb.base/display.exp
6619 * gdb.base/dmsym.exp
6620 * gdb.base/dprintf-pending.exp
6621 * gdb.base/dso2dso.exp
6622 * gdb.base/dtrace-probe.exp
6623 * gdb.base/dump.exp
6624 * gdb.base/enum_cond.exp
6625 * gdb.base/exe-lock.exp
6626 * gdb.base/exec-invalid-sysroot.exp
6627 * gdb.base/execl-update-breakpoints.exp
6628 * gdb.base/exprs.exp
6629 * gdb.base/fileio.exp
6630 * gdb.base/find.exp
6631 * gdb.base/finish.exp
6632 * gdb.base/fixsection.exp
6633 * gdb.base/foll-vfork.exp
6634 * gdb.base/frame-args.exp
6635 * gdb.base/gcore.exp
6636 * gdb.base/gdb1250.exp
6637 * gdb.base/global-var-nested-by-dso.exp
6638 * gdb.base/gnu-ifunc.exp
6639 * gdb.base/hashline1.exp
6640 * gdb.base/hashline2.exp
6641 * gdb.base/hashline3.exp
6642 * gdb.base/hbreak-in-shr-unsupported.exp
6643 * gdb.base/huge.exp
6644 * gdb.base/infcall-input.exp
6645 * gdb.base/info-fun.exp
6646 * gdb.base/info-shared.exp
6647 * gdb.base/jit-simple.exp
6648 * gdb.base/jit-so.exp
6649 * gdb.base/jit.exp
6650 * gdb.base/jump.exp
6651 * gdb.base/label.exp
6652 * gdb.base/lineinc.exp
6653 * gdb.base/logical.exp
6654 * gdb.base/longjmp.exp
6655 * gdb.base/macscp.exp
6656 * gdb.base/miscexprs.exp
6657 * gdb.base/new-ui-echo.exp
6658 * gdb.base/new-ui-pending-input.exp
6659 * gdb.base/new-ui.exp
6660 * gdb.base/nodebug.exp
6661 * gdb.base/nofield.exp
6662 * gdb.base/offsets.exp
6663 * gdb.base/overlays.exp
6664 * gdb.base/pending.exp
6665 * gdb.base/pointers.exp
6666 * gdb.base/pr11022.exp
6667 * gdb.base/printcmds.exp
6668 * gdb.base/prologue.exp
6669 * gdb.base/ptr-typedef.exp
6670 * gdb.base/realname-expand.exp
6671 * gdb.base/relativedebug.exp
6672 * gdb.base/relocate.exp
6673 * gdb.base/remote.exp
6674 * gdb.base/reread.exp
6675 * gdb.base/return2.exp
6676 * gdb.base/savedregs.exp
6677 * gdb.base/sep.exp
6678 * gdb.base/sepdebug.exp
6679 * gdb.base/sepsymtab.exp
6680 * gdb.base/set-inferior-tty.exp
6681 * gdb.base/setshow.exp
6682 * gdb.base/shlib-call.exp
6683 * gdb.base/sigaltstack.exp
6684 * gdb.base/siginfo-addr.exp
6685 * gdb.base/signals.exp
6686 * gdb.base/signull.exp
6687 * gdb.base/sigrepeat.exp
6688 * gdb.base/so-impl-ld.exp
6689 * gdb.base/solib-display.exp
6690 * gdb.base/solib-overlap.exp
6691 * gdb.base/solib-search.exp
6692 * gdb.base/solib-symbol.exp
6693 * gdb.base/structs.exp
6694 * gdb.base/structs2.exp
6695 * gdb.base/symtab-search-order.exp
6696 * gdb.base/twice.exp
6697 * gdb.base/unload.exp
6698 * gdb.base/varargs.exp
6699 * gdb.base/watchpoint-solib.exp
6700 * gdb.base/watchpoint.exp
6701 * gdb.base/whatis.exp
6702 * gdb.base/wrong_frame_bt_full.exp
6703 * gdb.btrace/dlopen.exp
6704 * gdb.cell/ea-standalone.exp
6705 * gdb.cell/ea-test.exp
6706 * gdb.cp/dispcxx.exp
6707 * gdb.cp/gdb2384.exp
6708 * gdb.cp/method2.exp
6709 * gdb.cp/nextoverthrow.exp
6710 * gdb.cp/pr10728.exp
6711 * gdb.disasm/am33.exp
6712 * gdb.disasm/h8300s.exp
6713 * gdb.disasm/mn10300.exp
6714 * gdb.disasm/sh3.exp
6715 * gdb.dwarf2/dw2-dir-file-name.exp
6716 * gdb.fortran/complex.exp
6717 * gdb.fortran/library-module.exp
6718 * gdb.guile/scm-pretty-print.exp
6719 * gdb.guile/scm-symbol.exp
6720 * gdb.guile/scm-type.exp
6721 * gdb.guile/scm-value.exp
6722 * gdb.linespec/linespec.exp
6723 * gdb.mi/gdb701.exp
6724 * gdb.mi/gdb792.exp
6725 * gdb.mi/mi-breakpoint-changed.exp
6726 * gdb.mi/mi-dprintf-pending.exp
6727 * gdb.mi/mi-dprintf.exp
6728 * gdb.mi/mi-exit-code.exp
6729 * gdb.mi/mi-pending.exp
6730 * gdb.mi/mi-solib.exp
6731 * gdb.mi/new-ui-mi-sync.exp
6732 * gdb.mi/pr11022.exp
6733 * gdb.mi/user-selected-context-sync.exp
6734 * gdb.opt/solib-intra-step.exp
6735 * gdb.python/py-events.exp
6736 * gdb.python/py-finish-breakpoint.exp
6737 * gdb.python/py-mi.exp
6738 * gdb.python/py-prettyprint.exp
6739 * gdb.python/py-shared.exp
6740 * gdb.python/py-symbol.exp
6741 * gdb.python/py-template.exp
6742 * gdb.python/py-type.exp
6743 * gdb.python/py-value.exp
6744 * gdb.reverse/solib-precsave.exp
6745 * gdb.reverse/solib-reverse.exp
6746 * gdb.server/solib-list.exp
6747 * gdb.stabs/weird.exp
6748 * gdb.threads/reconnect-signal.exp
6749 * gdb.threads/stepi-random-signal.exp
6750 * gdb.trace/actions.exp
6751 * gdb.trace/ax.exp
6752 * gdb.trace/backtrace.exp
6753 * gdb.trace/change-loc.exp
6754 * gdb.trace/deltrace.exp
6755 * gdb.trace/ftrace-lock.exp
6756 * gdb.trace/ftrace.exp
6757 * gdb.trace/infotrace.exp
6758 * gdb.trace/mi-tracepoint-changed.exp
6759 * gdb.trace/packetlen.exp
6760 * gdb.trace/passcount.exp
6761 * gdb.trace/pending.exp
6762 * gdb.trace/range-stepping.exp
6763 * gdb.trace/report.exp
6764 * gdb.trace/stap-trace.exp
6765 * gdb.trace/tfind.exp
6766 * gdb.trace/trace-break.exp
6767 * gdb.trace/trace-condition.exp
6768 * gdb.trace/trace-enable-disable.exp
6769 * gdb.trace/trace-mt.exp
6770 * gdb.trace/tracecmd.exp
6771 * gdb.trace/tspeed.exp
6772 * gdb.trace/tsv.exp
6773 * lib/perftest.exp
6774
6775 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6776
6777 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6778 with gdb_test_no_output.
6779 Use command as test name.
6780
6781 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6782
6783 Fix test names starting with uppercase throughout the files.
6784
6785 * gdb.ada/assign_1.exp
6786 * gdb.ada/boolean_expr.exp
6787 * gdb.base/arrayidx.exp
6788 * gdb.base/del.exp
6789 * gdb.base/gcore-buffer-overflow.exp
6790 * gdb.base/testenv.exp
6791 * gdb.compile/compile.exp
6792 * gdb.python/py-framefilter-invalidarg.exp
6793 * gdb.python/py-framefilter.exp
6794
6795 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6796
6797 Fix test names starting with uppercase throughout the files.
6798
6799 * gdb.ada/array_return.exp
6800 * gdb.ada/expr_delims.exp
6801 * gdb.ada/mi_dyn_arr.exp
6802 * gdb.ada/mi_interface.exp
6803 * gdb.ada/mi_var_array.exp
6804 * gdb.ada/watch_arg.exp
6805 * gdb.arch/alpha-step.exp
6806 * gdb.arch/altivec-regs.exp
6807 * gdb.arch/e500-regs.exp
6808 * gdb.arch/powerpc-d128-regs.exp
6809 * gdb.base/arrayidx.exp
6810 * gdb.base/break.exp
6811 * gdb.base/checkpoint.exp
6812 * gdb.base/debug-expr.exp
6813 * gdb.base/dmsym.exp
6814 * gdb.base/radix.exp
6815 * gdb.base/sepdebug.exp
6816 * gdb.base/testenv.exp
6817 * gdb.base/watch_thread_num.exp
6818 * gdb.base/watchpoint-cond-gone.exp
6819 * gdb.cell/break.exp
6820 * gdb.cell/ea-cache.exp
6821 * gdb.compile/compile.exp
6822 * gdb.cp/gdb2495.exp
6823 * gdb.gdb/selftest.exp
6824 * gdb.gdb/xfullpath.exp
6825 * gdb.go/hello.exp
6826 * gdb.go/integers.exp
6827 * gdb.objc/basicclass.exp
6828 * gdb.pascal/hello.exp
6829 * gdb.pascal/integers.exp
6830 * gdb.python/py-breakpoint.exp
6831 * gdb.python/py-cmd.exp
6832 * gdb.python/py-linetable.exp
6833 * gdb.python/py-xmethods.exp
6834 * gdb.python/python.exp
6835 * gdb.reverse/consecutive-precsave.exp
6836 * gdb.reverse/finish-precsave.exp
6837 * gdb.reverse/i386-precsave.exp
6838 * gdb.reverse/machinestate-precsave.exp
6839 * gdb.reverse/sigall-precsave.exp
6840 * gdb.reverse/solib-precsave.exp
6841 * gdb.reverse/step-precsave.exp
6842 * gdb.reverse/until-precsave.exp
6843 * gdb.reverse/watch-precsave.exp
6844 * gdb.threads/leader-exit.exp
6845 * gdb.threads/pthreads.exp
6846 * gdb.threads/wp-replication.exp
6847 * gdb.trace/actions.exp
6848 * gdb.trace/mi-tsv-changed.exp
6849 * gdb.trace/tsv.exp
6850
6851 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6852
6853 Fix test names starting with uppercase throughout the files.
6854
6855 * gdb.arch/i386-bp_permanent.exp
6856 * gdb.arch/i386-gnu-cfi.exp
6857 * gdb.base/disasm-end-cu.exp
6858 * gdb.base/macscp.exp
6859 * gdb.base/pending.exp
6860 * gdb.base/watch_thread_num.exp
6861 * gdb.cp/exception.exp
6862 * gdb.cp/gdb2495.exp
6863 * gdb.cp/local.exp
6864 * gdb.python/py-evsignal.exp
6865 * gdb.python/python.exp
6866 * gdb.trace/tracecmd.exp
6867
6868 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6869
6870 Fix test names starting with uppercase throughout the files.
6871
6872 * gdb.base/charset.exp
6873 * gdb.base/eval.exp
6874 * gdb.base/multi-forks.exp
6875 * gdb.guile/scm-progspace.exp
6876 * gdb.opencl/datatypes.exp
6877 * gdb.python/py-block.exp
6878 * gdb.python/py-function.exp
6879 * gdb.python/py-symbol.exp
6880 * gdb.python/py-symtab.exp
6881 * gdb.python/py-xmethods.exp
6882 * gdb.reverse/break-precsave.exp
6883 * gdb.reverse/break-reverse.exp
6884 * gdb.reverse/consecutive-precsave.exp
6885 * gdb.reverse/consecutive-reverse.exp
6886 * gdb.reverse/finish-precsave.exp
6887 * gdb.reverse/finish-reverse-bkpt.exp
6888 * gdb.reverse/finish-reverse.exp
6889 * gdb.reverse/fstatat-reverse.exp
6890 * gdb.reverse/getresuid-reverse.exp
6891 * gdb.reverse/i386-precsave.exp
6892 * gdb.reverse/i386-reverse.exp
6893 * gdb.reverse/i386-sse-reverse.exp
6894 * gdb.reverse/i387-stack-reverse.exp
6895 * gdb.reverse/insn-reverse.exp
6896 * gdb.reverse/machinestate-precsave.exp
6897 * gdb.reverse/machinestate.exp
6898 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6899 * gdb.reverse/pipe-reverse.exp
6900 * gdb.reverse/readv-reverse.exp
6901 * gdb.reverse/recvmsg-reverse.exp
6902 * gdb.reverse/rerun-prec.exp
6903 * gdb.reverse/s390-mvcle.exp
6904 * gdb.reverse/sigall-precsave.exp
6905 * gdb.reverse/sigall-reverse.exp
6906 * gdb.reverse/solib-precsave.exp
6907 * gdb.reverse/solib-reverse.exp
6908 * gdb.reverse/step-precsave.exp
6909 * gdb.reverse/step-reverse.exp
6910 * gdb.reverse/time-reverse.exp
6911 * gdb.reverse/until-precsave.exp
6912 * gdb.reverse/until-reverse.exp
6913 * gdb.reverse/waitpid-reverse.exp
6914 * gdb.reverse/watch-precsave.exp
6915 * gdb.reverse/watch-reverse.exp
6916
6917 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
6918
6919 Fix test names starting with uppercase throughout the files.
6920
6921 * gdb.arch/i386-mpx-simple_segv.exp
6922 * gdb.arch/i386-mpx.exp
6923 * gdb.arch/i386-permbkpt.exp
6924 * gdb.arch/pa-nullify.exp
6925 * gdb.arch/powerpc-d128-regs.exp
6926 * gdb.arch/vsx-regs.exp
6927 * gdb.base/bfp-test.exp
6928 * gdb.base/break.exp
6929 * gdb.base/breakpoint-shadow.exp
6930 * gdb.base/callfuncs.exp
6931 * gdb.base/charset.exp
6932 * gdb.base/commands.exp
6933 * gdb.base/completion.exp
6934 * gdb.base/dfp-test.exp
6935 * gdb.base/echo.exp
6936 * gdb.base/ending-run.exp
6937 * gdb.base/eval.exp
6938 * gdb.base/expand-psymtabs.exp
6939 * gdb.base/float128.exp
6940 * gdb.base/floatn.exp
6941 * gdb.base/foll-exec-mode.exp
6942 * gdb.base/gdb1056.exp
6943 * gdb.base/gdb11531.exp
6944 * gdb.base/kill-after-signal.exp
6945 * gdb.base/multi-forks.exp
6946 * gdb.base/overlays.exp
6947 * gdb.base/pending.exp
6948 * gdb.base/sepdebug.exp
6949 * gdb.base/testenv.exp
6950 * gdb.base/valgrind-db-attach.exp
6951 * gdb.base/watch_thread_num.exp
6952 * gdb.base/watchpoint-cond-gone.exp
6953 * gdb.base/watchpoint.exp
6954 * gdb.base/watchpoints.exp
6955 * gdb.cp/arg-reference.exp
6956 * gdb.cp/baseenum.exp
6957 * gdb.cp/operator.exp
6958 * gdb.cp/shadow.exp
6959 * gdb.dwarf2/dw2-op-out-param.exp
6960 * gdb.dwarf2/dw2-reg-undefined.exp
6961 * gdb.go/chan.exp
6962 * gdb.go/hello.exp
6963 * gdb.go/integers.exp
6964 * gdb.go/methods.exp
6965 * gdb.go/package.exp
6966 * gdb.guile/scm-parameter.exp
6967 * gdb.guile/scm-progspace.exp
6968 * gdb.guile/scm-value.exp
6969 * gdb.mi/mi-pending.exp
6970 * gdb.mi/user-selected-context-sync.exp
6971 * gdb.multi/multi-attach.exp
6972 * gdb.multi/tids.exp
6973 * gdb.opt/clobbered-registers-O2.exp
6974 * gdb.pascal/floats.exp
6975 * gdb.pascal/integers.exp
6976 * gdb.python/py-block.exp
6977 * gdb.python/py-events.exp
6978 * gdb.python/py-parameter.exp
6979 * gdb.python/py-symbol.exp
6980 * gdb.python/py-symtab.exp
6981 * gdb.python/py-type.exp
6982 * gdb.python/py-value.exp
6983 * gdb.python/py-xmethods.exp
6984 * gdb.python/python.exp
6985 * gdb.reverse/break-precsave.exp
6986 * gdb.reverse/consecutive-precsave.exp
6987 * gdb.reverse/finish-precsave.exp
6988 * gdb.reverse/i386-precsave.exp
6989 * gdb.reverse/machinestate-precsave.exp
6990 * gdb.reverse/sigall-precsave.exp
6991 * gdb.reverse/solib-precsave.exp
6992 * gdb.reverse/step-precsave.exp
6993 * gdb.reverse/until-precsave.exp
6994 * gdb.reverse/watch-precsave.exp
6995 * gdb.server/ext-attach.exp
6996 * gdb.server/ext-restart.exp
6997 * gdb.server/ext-run.exp
6998 * gdb.server/ext-wrapper.exp
6999 * gdb.stabs/gdb11479.exp
7000 * gdb.stabs/weird.exp
7001 * gdb.threads/attach-many-short-lived-threads.exp
7002 * gdb.threads/kill.exp
7003 * gdb.threads/watchpoint-fork.exp
7004
7005 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7006
7007 Fix test names starting with uppercase throughout all the files below.
7008
7009 * gdb.ada/array_return.exp
7010 * gdb.ada/catch_ex.exp
7011 * gdb.ada/info_exc.exp
7012 * gdb.ada/mi_catch_ex.exp
7013 * gdb.ada/mi_dyn_arr.exp
7014 * gdb.ada/mi_ex_cond.exp
7015 * gdb.ada/mi_exc_info.exp
7016 * gdb.ada/mi_interface.exp
7017 * gdb.ada/mi_task_arg.exp
7018 * gdb.ada/mi_task_info.exp
7019 * gdb.ada/mi_var_array.exp
7020 * gdb.arch/alpha-step.exp
7021 * gdb.arch/amd64-disp-step.exp
7022 * gdb.arch/arm-disp-step.exp
7023 * gdb.arch/disp-step-insn-reloc.exp
7024 * gdb.arch/e500-prologue.exp
7025 * gdb.arch/ftrace-insn-reloc.exp
7026 * gdb.arch/gdb1558.exp
7027 * gdb.arch/i386-bp_permanent.exp
7028 * gdb.arch/i386-disp-step.exp
7029 * gdb.arch/i386-float.exp
7030 * gdb.arch/i386-gnu-cfi.exp
7031 * gdb.arch/ia64-breakpoint-shadow.exp
7032 * gdb.arch/mips16-thunks.exp
7033 * gdb.arch/pa-nullify.exp
7034 * gdb.arch/powerpc-aix-prologue.exp
7035 * gdb.arch/powerpc-power.exp
7036 * gdb.arch/ppc-dfp.exp
7037 * gdb.arch/s390-tdbregs.exp
7038 * gdb.arch/spu-info.exp
7039 * gdb.arch/spu-ls.exp
7040 * gdb.arch/thumb-bx-pc.exp
7041 * gdb.base/advance.exp
7042 * gdb.base/annota-input-while-running.exp
7043 * gdb.base/arrayidx.exp
7044 * gdb.base/asmlabel.exp
7045 * gdb.base/async.exp
7046 * gdb.base/attach-wait-input.exp
7047 * gdb.base/auto-connect-native-target.exp
7048 * gdb.base/batch-preserve-term-settings.exp
7049 * gdb.base/bfp-test.exp
7050 * gdb.base/bigcore.exp
7051 * gdb.base/bp-permanent.exp
7052 * gdb.base/break-always.exp
7053 * gdb.base/break-fun-addr.exp
7054 * gdb.base/break-idempotent.exp
7055 * gdb.base/break-main-file-remove-fail.exp
7056 * gdb.base/break-probes.exp
7057 * gdb.base/break-unload-file.exp
7058 * gdb.base/break.exp
7059 * gdb.base/call-ar-st.exp
7060 * gdb.base/call-rt-st.exp
7061 * gdb.base/call-sc.exp
7062 * gdb.base/call-signal-resume.exp
7063 * gdb.base/call-strs.exp
7064 * gdb.base/callexit.exp
7065 * gdb.base/callfuncs.exp
7066 * gdb.base/catch-gdb-caused-signals.exp
7067 * gdb.base/catch-signal-siginfo-cond.exp
7068 * gdb.base/catch-syscall.exp
7069 * gdb.base/compare-sections.exp
7070 * gdb.base/cond-eval-mode.exp
7071 * gdb.base/condbreak-call-false.exp
7072 * gdb.base/consecutive-step-over.exp
7073 * gdb.base/cursal.exp
7074 * gdb.base/disabled-location.exp
7075 * gdb.base/disasm-end-cu.exp
7076 * gdb.base/display.exp
7077 * gdb.base/double-prompt-target-event-error.exp
7078 * gdb.base/dprintf-bp-same-addr.exp
7079 * gdb.base/dprintf-detach.exp
7080 * gdb.base/dprintf-next.exp
7081 * gdb.base/dprintf-non-stop.exp
7082 * gdb.base/dprintf-pending.exp
7083 * gdb.base/dso2dso.exp
7084 * gdb.base/ending-run.exp
7085 * gdb.base/enum_cond.exp
7086 * gdb.base/examine-backward.exp
7087 * gdb.base/exe-lock.exp
7088 * gdb.base/exec-invalid-sysroot.exp
7089 * gdb.base/execl-update-breakpoints.exp
7090 * gdb.base/execution-termios.exp
7091 * gdb.base/fileio.exp
7092 * gdb.base/fixsection.exp
7093 * gdb.base/foll-exec-mode.exp
7094 * gdb.base/foll-exec.exp
7095 * gdb.base/fork-running-state.exp
7096 * gdb.base/frame-args.exp
7097 * gdb.base/fullpath-expand.exp
7098 * gdb.base/func-ptr.exp
7099 * gdb.base/gcore-relro-pie.exp
7100 * gdb.base/gdb1090.exp
7101 * gdb.base/gdb1555.exp
7102 * gdb.base/global-var-nested-by-dso.exp
7103 * gdb.base/gnu-ifunc.exp
7104 * gdb.base/hbreak-in-shr-unsupported.exp
7105 * gdb.base/hbreak-unmapped.exp
7106 * gdb.base/hook-stop.exp
7107 * gdb.base/infcall-input.exp
7108 * gdb.base/info-fun.exp
7109 * gdb.base/info-shared.exp
7110 * gdb.base/interrupt-noterm.exp
7111 * gdb.base/jit-so.exp
7112 * gdb.base/jit.exp
7113 * gdb.base/line-symtabs.exp
7114 * gdb.base/list.exp
7115 * gdb.base/longjmp.exp
7116 * gdb.base/macscp.exp
7117 * gdb.base/max-value-size.exp
7118 * gdb.base/nodebug.exp
7119 * gdb.base/nofield.exp
7120 * gdb.base/overlays.exp
7121 * gdb.base/paginate-after-ctrl-c-running.exp
7122 * gdb.base/paginate-bg-execution.exp
7123 * gdb.base/paginate-inferior-exit.exp
7124 * gdb.base/pending.exp
7125 * gdb.base/pr11022.exp
7126 * gdb.base/printcmds.exp
7127 * gdb.base/ptr-typedef.exp
7128 * gdb.base/ptype.exp
7129 * gdb.base/randomize.exp
7130 * gdb.base/range-stepping.exp
7131 * gdb.base/realname-expand.exp
7132 * gdb.base/relativedebug.exp
7133 * gdb.base/remote.exp
7134 * gdb.base/savedregs.exp
7135 * gdb.base/sepdebug.exp
7136 * gdb.base/set-noassign.exp
7137 * gdb.base/shlib-call.exp
7138 * gdb.base/shreloc.exp
7139 * gdb.base/sigaltstack.exp
7140 * gdb.base/sigbpt.exp
7141 * gdb.base/siginfo-addr.exp
7142 * gdb.base/siginfo-obj.exp
7143 * gdb.base/siginfo-thread.exp
7144 * gdb.base/signest.exp
7145 * gdb.base/signull.exp
7146 * gdb.base/sigrepeat.exp
7147 * gdb.base/skip.exp
7148 * gdb.base/so-impl-ld.exp
7149 * gdb.base/solib-corrupted.exp
7150 * gdb.base/solib-disc.exp
7151 * gdb.base/solib-display.exp
7152 * gdb.base/solib-overlap.exp
7153 * gdb.base/solib-search.exp
7154 * gdb.base/solib-symbol.exp
7155 * gdb.base/source-execution.exp
7156 * gdb.base/sss-bp-on-user-bp-2.exp
7157 * gdb.base/sss-bp-on-user-bp.exp
7158 * gdb.base/stack-checking.exp
7159 * gdb.base/stale-infcall.exp
7160 * gdb.base/step-break.exp
7161 * gdb.base/step-line.exp
7162 * gdb.base/step-over-exit.exp
7163 * gdb.base/step-test.exp
7164 * gdb.base/structs.exp
7165 * gdb.base/sym-file.exp
7166 * gdb.base/symtab-search-order.exp
7167 * gdb.base/term.exp
7168 * gdb.base/type-opaque.exp
7169 * gdb.base/unload.exp
7170 * gdb.base/until-nodebug.exp
7171 * gdb.base/until.exp
7172 * gdb.base/unwindonsignal.exp
7173 * gdb.base/watch-cond.exp
7174 * gdb.base/watch-non-mem.exp
7175 * gdb.base/watch_thread_num.exp
7176 * gdb.base/watchpoint-reuse-slot.exp
7177 * gdb.base/watchpoint-solib.exp
7178 * gdb.base/watchpoint.exp
7179 * gdb.btrace/dlopen.exp
7180 * gdb.cell/arch.exp
7181 * gdb.cell/break.exp
7182 * gdb.cell/bt.exp
7183 * gdb.cell/core.exp
7184 * gdb.cell/data.exp
7185 * gdb.cell/dwarfaddr.exp
7186 * gdb.cell/ea-cache.exp
7187 * gdb.cell/ea-standalone.exp
7188 * gdb.cell/ea-test.exp
7189 * gdb.cell/f-regs.exp
7190 * gdb.cell/fork.exp
7191 * gdb.cell/gcore.exp
7192 * gdb.cell/mem-access.exp
7193 * gdb.cell/ptype.exp
7194 * gdb.cell/registers.exp
7195 * gdb.cell/sizeof.exp
7196 * gdb.cell/solib-symbol.exp
7197 * gdb.cell/solib.exp
7198 * gdb.compile/compile-tls.exp
7199 * gdb.cp/exception.exp
7200 * gdb.cp/gdb2495.exp
7201 * gdb.cp/local.exp
7202 * gdb.cp/mb-inline.exp
7203 * gdb.cp/mb-templates.exp
7204 * gdb.cp/pr10687.exp
7205 * gdb.cp/pr9167.exp
7206 * gdb.cp/scope-err.exp
7207 * gdb.cp/templates.exp
7208 * gdb.cp/virtfunc.exp
7209 * gdb.dwarf2/dw2-dir-file-name.exp
7210 * gdb.dwarf2/dw2-single-line-discriminators.exp
7211 * gdb.fortran/complex.exp
7212 * gdb.fortran/library-module.exp
7213 * gdb.guile/guile.exp
7214 * gdb.guile/scm-cmd.exp
7215 * gdb.guile/scm-frame-inline.exp
7216 * gdb.guile/scm-objfile.exp
7217 * gdb.guile/scm-pretty-print.exp
7218 * gdb.guile/scm-symbol.exp
7219 * gdb.guile/scm-type.exp
7220 * gdb.guile/scm-value.exp
7221 * gdb.linespec/keywords.exp
7222 * gdb.linespec/ls-errs.exp
7223 * gdb.linespec/macro-relative.exp
7224 * gdb.linespec/thread.exp
7225 * gdb.mi/mi-breakpoint-changed.exp
7226 * gdb.mi/mi-dprintf-pending.exp
7227 * gdb.mi/mi-fullname-deleted.exp
7228 * gdb.mi/mi-logging.exp
7229 * gdb.mi/mi-pending.exp
7230 * gdb.mi/mi-solib.exp
7231 * gdb.mi/new-ui-mi-sync.exp
7232 * gdb.mi/user-selected-context-sync.exp
7233 * gdb.multi/dummy-frame-restore.exp
7234 * gdb.multi/multi-arch-exec.exp
7235 * gdb.multi/remove-inferiors.exp
7236 * gdb.multi/watchpoint-multi-exit.exp
7237 * gdb.opt/solib-intra-step.exp
7238 * gdb.perf/backtrace.exp
7239 * gdb.perf/single-step.exp
7240 * gdb.perf/skip-command.exp
7241 * gdb.perf/skip-prologue.exp
7242 * gdb.perf/solib.exp
7243 * gdb.python/lib-types.exp
7244 * gdb.python/py-as-string.exp
7245 * gdb.python/py-bad-printers.exp
7246 * gdb.python/py-block.exp
7247 * gdb.python/py-breakpoint.exp
7248 * gdb.python/py-cmd.exp
7249 * gdb.python/py-events.exp
7250 * gdb.python/py-evthreads.exp
7251 * gdb.python/py-finish-breakpoint.exp
7252 * gdb.python/py-finish-breakpoint2.exp
7253 * gdb.python/py-frame-inline.exp
7254 * gdb.python/py-frame.exp
7255 * gdb.python/py-inferior.exp
7256 * gdb.python/py-infthread.exp
7257 * gdb.python/py-mi.exp
7258 * gdb.python/py-objfile.exp
7259 * gdb.python/py-pp-maint.exp
7260 * gdb.python/py-pp-registration.exp
7261 * gdb.python/py-prettyprint.exp
7262 * gdb.python/py-recurse-unwind.exp
7263 * gdb.python/py-shared.exp
7264 * gdb.python/py-symbol.exp
7265 * gdb.python/py-symtab.exp
7266 * gdb.python/py-template.exp
7267 * gdb.python/py-type.exp
7268 * gdb.python/py-unwind-maint.exp
7269 * gdb.python/py-unwind.exp
7270 * gdb.python/py-value.exp
7271 * gdb.python/python.exp
7272 * gdb.reverse/finish-reverse-bkpt.exp
7273 * gdb.reverse/insn-reverse.exp
7274 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7275 * gdb.reverse/solib-precsave.exp
7276 * gdb.reverse/solib-reverse.exp
7277 * gdb.stabs/gdb11479.exp
7278 * gdb.stabs/weird.exp
7279 * gdb.threads/fork-child-threads.exp
7280 * gdb.threads/fork-plus-threads.exp
7281 * gdb.threads/fork-thread-pending.exp
7282 * gdb.threads/forking-threads-plus-breakpoint.exp
7283 * gdb.threads/hand-call-in-threads.exp
7284 * gdb.threads/interrupted-hand-call.exp
7285 * gdb.threads/linux-dp.exp
7286 * gdb.threads/local-watch-wrong-thread.exp
7287 * gdb.threads/next-while-other-thread-longjmps.exp
7288 * gdb.threads/non-ldr-exit.exp
7289 * gdb.threads/pending-step.exp
7290 * gdb.threads/print-threads.exp
7291 * gdb.threads/process-dies-while-detaching.exp
7292 * gdb.threads/process-dies-while-handling-bp.exp
7293 * gdb.threads/pthreads.exp
7294 * gdb.threads/queue-signal.exp
7295 * gdb.threads/reconnect-signal.exp
7296 * gdb.threads/signal-command-handle-nopass.exp
7297 * gdb.threads/signal-command-multiple-signals-pending.exp
7298 * gdb.threads/signal-delivered-right-thread.exp
7299 * gdb.threads/signal-sigtrap.exp
7300 * gdb.threads/sigthread.exp
7301 * gdb.threads/staticthreads.exp
7302 * gdb.threads/stepi-random-signal.exp
7303 * gdb.threads/thread-unwindonsignal.exp
7304 * gdb.threads/thread_check.exp
7305 * gdb.threads/thread_events.exp
7306 * gdb.threads/tid-reuse.exp
7307 * gdb.threads/tls-nodebug.exp
7308 * gdb.threads/tls-shared.exp
7309 * gdb.threads/tls-so_extern.exp
7310 * gdb.threads/tls.exp
7311 * gdb.threads/wp-replication.exp
7312 * gdb.trace/actions-changed.exp
7313 * gdb.trace/actions.exp
7314 * gdb.trace/backtrace.exp
7315 * gdb.trace/change-loc.exp
7316 * gdb.trace/collection.exp
7317 * gdb.trace/deltrace.exp
7318 * gdb.trace/disconnected-tracing.exp
7319 * gdb.trace/entry-values.exp
7320 * gdb.trace/ftrace-lock.exp
7321 * gdb.trace/ftrace.exp
7322 * gdb.trace/infotrace.exp
7323 * gdb.trace/mi-trace-frame-collected.exp
7324 * gdb.trace/mi-trace-unavailable.exp
7325 * gdb.trace/mi-traceframe-changed.exp
7326 * gdb.trace/mi-tracepoint-changed.exp
7327 * gdb.trace/mi-tsv-changed.exp
7328 * gdb.trace/no-attach-trace.exp
7329 * gdb.trace/packetlen.exp
7330 * gdb.trace/passc-dyn.exp
7331 * gdb.trace/passcount.exp
7332 * gdb.trace/pending.exp
7333 * gdb.trace/pr16508.exp
7334 * gdb.trace/qtro.exp
7335 * gdb.trace/range-stepping.exp
7336 * gdb.trace/read-memory.exp
7337 * gdb.trace/report.exp
7338 * gdb.trace/save-trace.exp
7339 * gdb.trace/signal.exp
7340 * gdb.trace/stap-trace.exp
7341 * gdb.trace/status-stop.exp
7342 * gdb.trace/strace.exp
7343 * gdb.trace/tfile.exp
7344 * gdb.trace/tfind.exp
7345 * gdb.trace/trace-break.exp
7346 * gdb.trace/trace-condition.exp
7347 * gdb.trace/trace-enable-disable.exp
7348 * gdb.trace/trace-mt.exp
7349 * gdb.trace/tracecmd.exp
7350 * gdb.trace/tracefile-pseudo-reg.exp
7351 * gdb.trace/tspeed.exp
7352 * gdb.trace/tstatus.exp
7353 * gdb.trace/tsv.exp
7354 * gdb.trace/unavailable.exp
7355 * gdb.trace/while-dyn.exp
7356 * gdb.trace/while-stepping.exp
7357 * lib/gdb-guile.exp
7358 * lib/gdb.exp
7359 * lib/mi-support.exp
7360 * lib/pascal.exp
7361 * lib/perftest.exp
7362 * lib/prelink-support.exp
7363 * lib/selftest-support.exp
7364
7365 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7366
7367 * Makefile.in: Include disable-implicit-rules.mk.
7368
7369 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7370
7371 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7372 non-byte-aligned bit fields.
7373
7374 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7375
7376 PR gdb/12616
7377 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7378 respects the DW_AT_data_bit_offset attribute.
7379
7380 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7381
7382 * gdb.base/default.exp: Fix output of "set language".
7383
7384 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7385
7386 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7387 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7388 make.
7389 * configure.ac: Remove checks for the make program.
7390 * configure: Re-generate.
7391
7392 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7393
7394 * gdb.python/py-recurse-unwind.c (main): Add loop.
7395 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7396 to read_register() and gdb.parse_and_eval(). Make each code
7397 call a separate case that can be individually tested.
7398 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7399 proc. Call cont_and_backtrace for each of the code paths that
7400 we want to test in the unwinder.
7401
7402 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7403
7404 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7405 the definition of struct S.
7406
7407 2016-11-11 Catherine Moore <clm@codesourcery.com>
7408
7409 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7410
7411 2016-11-09 Pedro Alves <palves@redhat.com>
7412
7413 * gdb.base/commands.exp (runto_or_return): New procedure.
7414 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7415 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7416 (progvar_simple_while_test, progvar_complex_if_while_test)
7417 (if_while_breakpoint_command_test)
7418 (infrun_breakpoint_command_test, breakpoint_command_test)
7419 (user_defined_command_test, watchpoint_command_test)
7420 (test_command_prompt_position, redefine_hook_test)
7421 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7422 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7423 multi_line_input and multi_line. Remove gdb_expect and
7424 gdb_stop_suppressing_tests uses.
7425 * lib/gdb.exp (valnum_re): New global.
7426 (multi_line_input): New procedure.
7427
7428 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7429
7430 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7431 Remove.
7432 (test_setup): Define with proc_with_prefix.
7433 (test_cli_inferior): Likewise.
7434 (test_cli_thread): Likewise.
7435 (test_cli_frame): Likewise.
7436 (test_cli_select_frame): Likewise.
7437 (test_cli_up_down): Likewise.
7438 (test_mi_thread_select): Likewise.
7439 (test_mi_stack_select_frame): Likewise.
7440 (test_cli_in_mi_inferior): Likewise.
7441 (test_cli_in_mi_thread): Likewise.
7442 (test_cli_in_mi_frame): Likewise.
7443 (top level): Do not use with_test_prefix_procname.
7444
7445 2016-11-09 Pedro Alves <palves@redhat.com>
7446
7447 * gdb.base/commands.exp (gdbvar_simple_if_test)
7448 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7449 (progvar_simple_if_test, progvar_simple_while_test)
7450 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7451 (infrun_breakpoint_command_test, breakpoint_command_test)
7452 (user_defined_command_test, watchpoint_command_test)
7453 (test_command_prompt_position, deprecated_command_test)
7454 (bp_deleted_in_command, temporary_breakpoint_commands)
7455 (stray_arg0_test, source_file_with_indented_comment)
7456 (recursive_source_test, if_commands_test)
7457 (error_clears_commands_left, redefine_hook_test)
7458 (redefine_backtrace_test): Use proc_with_prefix.
7459 * lib/gdb.exp (proc_with_prefix): New proc.
7460
7461 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7462
7463 * gdb.base/tui-layout.c: New file.
7464 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7465 disassembly window contains very long lines.
7466
7467 2016-11-08 Tom Tromey <tom@tromey.com>
7468
7469 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7470 depend on Python 2.
7471
7472 2016-11-08 Tom Tromey <tom@tromey.com>
7473
7474 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7475 New method.
7476
7477 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7478
7479 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7480
7481 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7482
7483 * gdb.rust/simple.rs: Add test for univariant enums without
7484 discriminants and for encoded struct-like enums.
7485
7486 2016-10-28 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7489 gdb_test_multiple, tighten regexps and match symtabs and line
7490 tables incrementally.
7491
7492 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7493
7494 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7495 general.
7496
7497 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
7498
7499 * gdb.base/exec-invalid-sysroot.exp: New file.
7500
7501 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7502
7503 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7504
7505 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7506
7507 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7508
7509 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7510
7511 * gdb.base/killed-outside.exp: Remove $options from a call to
7512 `prepare_for_testing'.
7513
7514 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7515
7516 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7517 Change test message.
7518
7519 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7520
7521 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7522 Update comment.
7523
7524 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7525
7526 * gdb.trace/mi-trace-save.exp: New file.
7527
7528 2016-10-13 Yao Qi <yao.qi@linaro.org>
7529
7530 * gdb.base/code_elim.exp (get_var_address): Remove.
7531 * gdb.base/relocate.exp: Likewise.
7532 * gdb.base/shreloc.exp: Likewise.
7533 * lib/gdb.exp (get_var_address): New.
7534
7535 2016-10-13 Yao Qi <yao.qi@linaro.org>
7536
7537 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7538 floating point tests if $skip_float_test is false.
7539
7540 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
7541
7542 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7543 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7544 argc values.
7545 Add 1 to argc so we guarantee distinct initial/modified argc values.
7546
7547 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7548
7549 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7550
7551 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7552
7553 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7554 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7555 * gdb.arch/vsx-regs.exp: Likewise.
7556
7557 2016-10-07 Yao Qi <yao.qi@linaro.org>
7558
7559 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7560
7561 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7562
7563 * gdb.python/python.exp: Test decode_line("*0").
7564
7565 2016-10-06 Doug Evans <dje@google.com>
7566
7567 * gdb.python/py-value.exp (test_value_creation): Add test for large
7568 unsigned 64-bit value.
7569
7570 2016-10-06 Tom Tromey <tom@tromey.com>
7571
7572 * gdb.compile/compile.exp: Change java tests to rust.
7573 * gdb.base/setshow.exp: Change java tests to rust.
7574 * gdb.base/default.exp: Remove java from language list.
7575 * README (Examples): Update language example.
7576 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7577 test.
7578 * lib/gdb.exp (skip_java_tests): Remove.
7579 * lib/java.exp: Remove.
7580 * gdb.java: Remove.
7581
7582 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7583
7584 * gdb.arch/mips-fcr.exp: New test.
7585 * gdb.arch/mips-fcr.c: Source for the new test.
7586
7587 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7588
7589 * gdb.base/solib-disc.exp: Use `standard_output_file'
7590 throughout.
7591
7592 2016-10-06 Pedro Alves <palves@redhat.com>
7593
7594 * gdb.base/jit-simple-dl.c: New file.
7595 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7596 * gdb.base/jit-simple.c: ... this.
7597 * gdb.base/jit-simple.exp (jit_run): Delete.
7598 (build_jit): New proc.
7599 (jit_test_reread): Recompile either the main program or the shared
7600 library, depending on what is being tested. Skip changing address
7601 if caller wants to. Compare before/after addresses. If testing
7602 standalone, explicitly load the binary. Test "maint info
7603 breakpoints".
7604 (top level): Add "standalone vs shared lib" and "change address"
7605 vs "same address" axes.
7606
7607 2016-10-06 Pedro Alves <palves@redhat.com>
7608
7609 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7610 call.
7611 (jit_run): Delete.
7612 (jit_test_reread): Use with_test_prefix. Reload the main binary
7613 explicitly. Compare the before/after addresses of the JIT
7614 descriptor.
7615
7616 2016-08-15 Doug Evans <dje@google.com>
7617
7618 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7619 for single bitfields is bool.
7620 * gdb.xml/tdesc-regs.exp: Ditto.
7621
7622 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7623
7624 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7625
7626 2016-10-05 Yao Qi <yao.qi@linaro.org>
7627
7628 * lib/gdb.exp (support_complex_tests): Return zero if
7629 gdb_skip_float_test return true.
7630
7631 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7632 Simon Marchi <simon.marchi@ericsson.com>
7633
7634 PR gdb/20487
7635 * gdb.mi/user-selected-context-sync.exp: New file.
7636 * gdb.mi/user-selected-context-sync.c: New file.
7637
7638 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
7639 Simon Marchi <simon.marchi@ericsson.com>
7640
7641 PR gdb/20487
7642 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7643 =thread-select-event check.
7644
7645 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7646
7647 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7648 the compulsory L operand changes.
7649 * gdb.arch/powerpc-power.s: Likewise.
7650
7651 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7652
7653 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7654 * gdb.base/jit-attach-pie.c: New file.
7655 * gdb.base/jit-attach-pie.exp: New file.
7656
7657 2016-09-28 Pedro Alves <palves@redhat.com>
7658
7659 * gdb.base/infcall-input.c: New file.
7660 * gdb.base/infcall-input.exp: New file.
7661
7662 2016-09-22 Yao Qi <yao.qi@linaro.org>
7663
7664 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7665 (gdb_exit): Rename it to ...
7666 (gdbserver_gdb_exit): ... Close GDBserver.
7667 (gdb_exit): New proc, call gdbserver_gdb_exit.
7668 (mi_gdb_exit): Likewise.
7669
7670 2016-09-22 Yao Qi <yao.qi@linaro.org>
7671
7672 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7673 path.
7674 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7675 Remove duplication.
7676
7677 2016-09-22 Yao Qi <yao.qi@linaro.org>
7678
7679 * lib/gdbserver-support.exp: Check the existence of
7680 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7681
7682 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7683
7684 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7685
7686 2016-09-21 Tom Tromey <tom@tromey.com>
7687
7688 PR gdb/20604:
7689 * gdb.base/quit.exp: New file.
7690
7691 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7692
7693 * .gitignore: New file.
7694
7695 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7696
7697 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7698 throughout.
7699
7700 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7701
7702 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7703
7704 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7705
7706 * gdb.cp/casts.cc (decltype): Move it ...
7707 (main): ... with its call to ...
7708 * gdb.cp/casts03.cc: ... a new file.
7709 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7710
7711 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7712
7713 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7714
7715 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7716
7717 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7718 and sync up the test with tests in gas/testsuite/gas/ppc.
7719 * gdb.arch/powerpc-power.exp: Likewise.
7720
7721 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7722
7723 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7724
7725 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7726 Jan Kratochvil <jan.kratochvil@redhat.com>
7727
7728 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7729 make m1's definition to be different from m2's. Use 'dummy' as an
7730 argument for probe 'two'.
7731
7732 2016-09-10 Jon Beniston <jon@beniston.com>
7733
7734 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7735 for sim target.
7736
7737 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7738
7739 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7740 variable declaration.
7741 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7742 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7743 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7744 received HWCAP as its argument.
7745
7746 2016-09-06 Pedro Alves <palves@redhat.com>
7747
7748 * gdb.base/new-ui-pending-input.c: New file.
7749 * gdb.base/new-ui-pending-input.exp: New file.
7750 * gdb.exp (clear_gdb_spawn_id): New procedure.
7751 (with_spawn_id): Check whether gdb_spawn_id exists before
7752 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7753 on exit.
7754
7755 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7756
7757 * gdb.base/float128.c: New file.
7758 * gdb.base/float128.exp: Likewise.
7759 * gdb.base/floatn.c: Likewise.
7760 * gdb.base/floatn.exp: Likewise.
7761
7762 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7763
7764 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7765
7766 2016-09-05 Pedro Alves <palves@redhat.com>
7767
7768 PR backtrace/19927
7769 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7770 unwinders are immediately called as side effect of "source" or
7771 "disable unwinder" commands.
7772 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7773
7774 2016-09-02 Yao Qi <yao.qi@linaro.org>
7775
7776 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7777 is true and $type is "float" or "double".
7778
7779 2016-09-02 Yao Qi <yao.qi@linaro.org>
7780
7781 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7782 true.
7783 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7784 * gdb.base/call-rt-st.exp: Likewise.
7785 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7786 return value instead of gdb,skip_float_test.
7787 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7788 (do_function_calls): Use its return value instead of
7789 gdb,skip_float_test.
7790 * gdb.base/finish.exp: Likewise.
7791 * gdb.base/funcargs.exp: Likewise.
7792 * gdb.base/return.exp: Likewise.
7793 * gdb.base/return2.exp: Likewise.
7794 * gdb.base/varargs.exp: Likewise.
7795 * lib/gdb.exp (gdb_skip_float_test): Change it to
7796 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7797
7798 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7799
7800 * gdb.multi/tids.exp: Test "thread apply all".
7801
7802 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7803
7804 * gdb.base/default.exp (tty): Remove.
7805
7806 2016-08-24 Kevin Buettner <kevinb@redhat.com>
7807
7808 * gdb.python/py-recurse-unwind.c: New file.
7809 * gdb.python/py-recurse-unwind.py: New file.
7810 * gdb.python/py-recurse-unwind.exp: New file.
7811
7812 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7813
7814 * gdb.base/set-inferior-tty.exp: New file.
7815 * gdb.base/set-inferior-tty.c: New file.
7816
7817 2016-08-23 Pedro Alves <palves@redhat.com>
7818
7819 PR gdb/20494
7820 * gdb.base/new-ui-echo.c: New file.
7821 * gdb.base/new-ui-echo.exp: New file.
7822
7823 2016-08-23 Yao Qi <yao.qi@linaro.org>
7824
7825 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7826 gdbserver_spawn.
7827 * gdb.server/connect-without-multi-process.exp (do_test):
7828 Likewise.
7829
7830 2016-08-23 Yao Qi <yao.qi@linaro.org>
7831
7832 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7833 standalone_txt. Delete gdb_txt and standalone_txt on host
7834 and target. Spawn the binary on target. Copy files from
7835 target to host.
7836
7837 2016-08-22 Pedro Alves <palves@redhat.com>
7838
7839 PR gdb/20505
7840 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7841 with_test_prefix. Factor out bits to ...
7842 (test_no_vdso): ... this new procedure.
7843
7844 2016-08-19 Carl Love <cel@us.ibm.com>
7845
7846 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7847 maintaining separate logic for constructing the output path.
7848 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7849 * gdb.arch/ppc-dfp.exp: Likewise.
7850 * gdb.arch/ppc-fp.exp: Likewise.
7851 * gdb.arch/vsx-regs.exp: Likewise.
7852 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7853 binprefix for generating the additional binary files.
7854
7855 2016-08-19 Pedro Alves <palves@redhat.com>
7856
7857 * gdb.trace/mi-trace-frame-collected.exp
7858 (test_trace_frame_collected): On x32, expect two registers.
7859
7860 2016-08-18 Carl Love <cel@us.ibm.com>
7861
7862 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7863 and sync up the test with tests in gas/testsuite/gas/ppc.
7864 * gdb.arch/powerpc-power.exp: Likewise.
7865
7866 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7867
7868 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7869 expected error message.
7870
7871 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7872
7873 * gdb.multi/remove-inferiors.exp: New file.
7874 * gdb.multi/remove-inferiors.c: New file.
7875
7876 2016-08-12 Yao Qi <yao.qi@linaro.org>
7877
7878 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7879 argument list.
7880
7881 2016-08-10 Pedro Alves <palves@redhat.com>
7882
7883 PR gdb/19187
7884 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7885 setup_kfails.
7886
7887 2016-08-09 Pedro Alves <palves@redhat.com>
7888 Simon Marchi <simon.marchi@ericsson.com>
7889
7890 PR gdb/20418
7891 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7892 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7893
7894 2016-08-09 Pedro Alves <palves@redhat.com>
7895
7896 PR mi/20431
7897 * gdb.mi/mi-cmd-error.exp: New file.
7898
7899 2016-08-09 Pedro Alves <palves@redhat.com>
7900
7901 PR gdb/18653
7902 * gdb.base/signals-state-child.c: New file.
7903 * gdb.base/signals-state-child.exp: New file.
7904 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7905
7906 2016-08-09 Pedro Alves <palves@redhat.com>
7907
7908 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7909
7910 2016-08-03 Tom Tromey <tom@tromey.com>
7911
7912 PR python/18565:
7913 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7914
7915 2016-08-01 Yao Qi <yao.qi@linaro.org>
7916
7917 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7918 variable mode to "multi-process" if $multi_process is 1, otherwise
7919 set it to "single-process".
7920
7921 2016-08-01 Yao Qi <yao.qi@linaro.org>
7922
7923 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7924 * gdb.cp/cpexprs.exp: Likewise.
7925 * gdb.cp/m-static.exp: Likewise.
7926
7927 2016-07-26 Tom Tromey <tom@tromey.com>
7928
7929 PR python/20190:
7930 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7931 test.
7932
7933 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7934
7935 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7936 selecting assembly source files.
7937 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7938 assembly source files.
7939 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7940 assembly source files.
7941 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7942 selecting assembly source files.
7943
7944 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7945
7946 * gdb.base/new-ui.exp (do_test_invalid_args): New
7947 procedure.
7948
7949 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7950
7951 * gdb.btrace/reconnect.c: New file.
7952 * gdb.btrace/reconnect.exp: New file.
7953
7954 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7955
7956 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7957 to test_catch_syscall_group.
7958 (test_catch_syscall_group): New.
7959
7960 2016-07-21 Tom Tromey <tom@tromey.com>
7961
7962 * gdb.rust/simple.rs (main): Use empty struct expression.
7963 * gdb.rust/simple.exp: Add tests for empty struct expression.
7964
7965 2016-07-21 Yao Qi <yao.qi@linaro.org>
7966
7967 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7968 if gdb_skip_xml_test is true on some targets.
7969
7970 2016-07-21 Yao Qi <yao.qi@linaro.org>
7971
7972 * gdb.server/solib-list.exp: Unset last_loaded_file.
7973
7974 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7975
7976 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7977 "step into captured_main (args)".
7978
7979 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7980
7981 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7982
7983 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7984
7985 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7986
7987 2016-07-19 Pedro Alves <palves@redhat.com>
7988
7989 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7990 * gdb.opt/inline-bt.exp: Likewise.
7991 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7992 additional_flags=-Winline.
7993 * gdb.opt/inline-locals.exp: Likewise.
7994 * gdb.opt/inline-markers.c (ATTR): Define.
7995 (inlined_fn): Use it.
7996
7997 2016-07-19 Yao Qi <yao.qi@linaro.org>
7998
7999 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8000 (test_with_self): Remove some code. Remove argument executable.
8001 (top-level): Use do_self_tests.
8002
8003 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8004 Don Breazeal <donb@codesourcery.com>
8005
8006 * gdb.base/maint.exp: Escape paths used in regular expressions.
8007 * gdb.stabs/weird.exp: Likewise.
8008
8009 2016-07-13 Tom Tromey <tom@tromey.com>
8010
8011 PR python/15620, PR python/18620:
8012 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8013 (test_bkpt_events): New procs.
8014
8015 2016-07-13 Tom Tromey <tom@tromey.com>
8016
8017 PR python/17698:
8018 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8019 test.
8020 (test_watchpoints): Likewise.
8021 (test_bkpt_pending): New proc.
8022
8023 2016-07-13 Tom Tromey <tom@tromey.com>
8024
8025 PR cli/18053:
8026 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8027 completion test.
8028
8029 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8030
8031 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8032 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8033 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8034 f_label.
8035 (g): Rename g_end_lbl to g_label.
8036 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8037 low_pc and high_pc.
8038 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8039
8040 2016-07-12 Tom Tromey <tom@tromey.com>
8041
8042 PR python/19293:
8043 * gdb.python/py-unwind-maint.exp: Update tests.
8044
8045 2016-07-12 Yao Qi <yao.qi@linaro.org>
8046
8047 * lib/selftest-support.exp (selftest_setup): Match the output
8048 when captured_main is inlined.
8049
8050 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8051
8052 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8053 New variables.
8054 (print this%a, print this%b, print this): New tests.
8055 * gdb.fortran/derived-types.f90 (this): New object and
8056 initialization.
8057
8058 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8059
8060 * gdb.ada/arraydim.exp: Remove extra directory level in build
8061 directory.
8062
8063 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8064
8065 * lib/ada.exp: Remove extra directory level in build directory.
8066 * gdb.ada/cond_lang.exp: Likewise.
8067 * gdb.ada/exec_changed.exp: Likewise.
8068 * gdb.ada/lang_switch.exp: Likewise.
8069
8070 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8071
8072 * simple.rs: Add test for raw pointer subscripting.
8073 * simple.exp: Add test expectations.
8074
8075 2016-07-05 Yao Qi <yao.qi@linaro.org>
8076
8077 * gdb.mi/mi-reverse.exp: Match =record-started output.
8078
8079 2016-07-01 Pedro Alves <palves@redhat.com>
8080
8081 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8082 procedure.
8083 (jit_reader_test): Test the jit reader's unwinder.
8084 * gdb.base/jithost.c (jit_function_00_code): New global.
8085 (main): Use memcpy to fill in the mmapped code, instead of poking
8086 bytes manually here.
8087 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8088 value.
8089 (read_debug_info): Save the function's range.
8090 (read_sp): New function.
8091 (unwind_frame): Use it. Also unwind RBP.
8092 (get_frame_id): Use read_sp.
8093 (gdb_init_reader): Use calloc instead of malloc.
8094 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8095 parameter. Use gdb_test_multiple.
8096
8097 2016-07-01 Pedro Alves <palves@redhat.com>
8098 Antoine Tremblay <antoine.tremblay@ericsson.com>
8099
8100 * gdb.threads/process-dies-while-detaching.c: New file.
8101 * gdb.threads/process-dies-while-detaching.exp: New file.
8102
8103 2016-07-01 Pedro Alves <palves@redhat.com>
8104
8105 * gdb.multi/watchpoint-multi-exit.c: New file.
8106 * gdb.multi/watchpoint-multi-exit.exp: New file.
8107
8108 2016-06-30 Pedro Alves <palves@redhat.com>
8109
8110 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8111 unset inferior_spawn_id.
8112
8113 2016-06-30 Pedro Alves <palves@redhat.com>
8114
8115 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8116 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8117
8118 2016-06-29 Yao Qi <yao.qi@linaro.org>
8119
8120 * gdb.base/return.c: Add copyright header.
8121
8122 2016-06-29 Tom Tromey <tom@tromey.com>
8123
8124 PR python/20129:
8125 * gdb.python/py-framefilter.exp: Add tests for setting priority
8126 and disabling of non-existent frame filter.
8127
8128 2016-06-29 Yao Qi <yao.qi@linaro.org>
8129
8130 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8131 0x0f07ff.
8132
8133 2016-06-28 Yao Qi <yao.qi@linaro.org>
8134
8135 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8136 triplets. Start gdb, execute catch syscall, and continue. Check
8137 gdb's output to determine catch syscall is supported.
8138
8139 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8140
8141 * gdb.rust/simple.rs: Add test for returning unit in a function.
8142 * gdb.rust/simple.exp: Add expectation for functions returning
8143 unit.
8144
8145 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8146
8147 * gdb.python/py-breakpoint-create-fail.c,
8148 gdb.python/py-breakpoint-create-fail.exp,
8149 gdb.python/py-breakpoint-create-fail.py: New testcase.
8150
8151 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8152
8153 PR gdb/20239
8154 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8155 * gdb.rust/simple.exp: Add test expectations for new NonZero
8156 tests.
8157
8158 2016-06-24 David Taylor <dtaylor@emc.com>
8159
8160 * gdb.base/offsets.exp: New file.
8161 * gdb.base/offsets.c: New file.
8162
8163 2016-06-23 Tom Tromey <tom@tromey.com>
8164
8165 PR gdb/16483:
8166 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8167 before any filters are loaded.
8168
8169 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8170
8171 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8172 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8173 structs.
8174 * gdb.fortran/derived-type-function.exp: New file.
8175 * gdb.fortran/derived-type-function.f90: New file.
8176
8177
8178 2016-06-21 Pedro Alves <palves@redhat.com>
8179
8180 * gdb.base/new-ui.exp: New file.
8181 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8182 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8183 (with_spawn_id): New procedure.
8184
8185 2016-06-21 Pedro Alves <palves@redhat.com>
8186
8187 * gdb.mi/mi-exec-run.exp: New file.
8188
8189 2016-06-21 Pedro Alves <palves@redhat.com>
8190
8191 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8192 breakpoint command's output on the main UI.
8193 (test_break): New procedure, factored out from calls in the top
8194 level.
8195 (top level): Use foreach_with_prefix to test MI as main UI and as
8196 separate UI.
8197
8198 2016-06-21 Pedro Alves <palves@redhat.com>
8199
8200 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8201 (test_awatch_creation_and_listing)
8202 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8203 Remove 'type' parameter.
8204 (test_watchpoint_all): New parameter mi_mode. Remove
8205 with_test_prefix.
8206 (top level): Use foreach_with_prefix, and add main/separate UI MI
8207 testing axis.
8208
8209 2016-06-21 Pedro Alves <palves@redhat.com>
8210
8211 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8212 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8213 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8214 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8215 (gdb_main_spawn_id, mi_spawn_id): Declare and
8216 comment.
8217 (mi_create_inferior_pty): New procedure,
8218 factored out from default_mi_gdb_start.
8219 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8220 procedures.
8221 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8222 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8223 Use mi_create_inferior_pty.
8224 (mi_gdb_start): Use eval to pass down args list.
8225
8226 2016-06-21 Pedro Alves <palves@redhat.com>
8227
8228 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8229 * gdb.opt/inline-cmds.exp: Add MI tests.
8230
8231 2016-06-21 Pedro Alves <palves@redhat.com>
8232
8233 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8234
8235 2016-06-21 Pedro Alves <palves@redhat.com>
8236
8237 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8238 (top level): Use it instead of mi_execute_to.
8239
8240 2016-06-21 Pedro Alves <palves@redhat.com>
8241
8242 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8243 (cont_handler_str): New.
8244 (signal_stop_handler): Set stop_handler_str instead of printing to
8245 stdout.
8246 (continue_handler): Set cont_handler_str instead of printing to
8247 stdout.
8248 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8249 mi_send_resuming_command. Print stop_handler_str and
8250 cont_handler_str instead of expecting the python events print
8251 directly.
8252
8253 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8254
8255 * gdb.base/jit-reader.exp: New file.
8256 * gdb.base/jithost.c: New file.
8257 * gdb.base/jithost.h: New file.
8258 * gdb.base/jitreader.c : New file.
8259 * gdb.base/jit-protocol.h: New file.
8260
8261 2016-06-17 Yao Qi <yao.qi@linaro.org>
8262
8263 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8264 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8265 and detach-on-fork. Adjust tests.
8266 (top level): Invoke break_cond_on_syscall with combinations of
8267 syscall, follow-fork-mode and detach-on-fork.
8268
8269 2016-06-17 Yao Qi <yao.qi@linaro.org>
8270
8271 * gdb.base/step-over-exit.c: New.
8272 * gdb.base/step-over-exit.exp: New.
8273
8274 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8275
8276 * gdb.base/float.exp: Add target check for nds32*-*-*.
8277 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8278
8279 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8280
8281 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8282 for unsupported target features.
8283 * gdb.base/call-rt-st.exp: Likewise.
8284 * gdb.base/call-sc.exp: Likewise.
8285 * gdb.base/call-signal-resume.exp: Likewise.
8286 * gdb.base/call-strs.exp: Likewise.
8287 * gdb.base/callexit.exp: Likewise.
8288 * gdb.base/callfuncs.exp: Likewise.
8289 * gdb.base/nodebug.exp: Likewise.
8290 * gdb.base/printcmds.exp: Likewise.
8291 * gdb.base/ptype.exp: Likewise.
8292 * gdb.base/structs.exp: Likewise.
8293 * gdb.base/unwindonsignal.exp: Likewise.
8294 * gdb.cp/gdb2495.exp: Likewise.
8295 * gdb.cp/templates.exp: Likewise.
8296 * gdb.cp/virtfunc.exp: Likewise.
8297 * gdb.threads/hand-call-in-threads.exp: Likewise.
8298 * gdb.threads/interrupted-hand-call.exp: Likewise.
8299 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8300
8301 2016-06-10 Tom Tromey <tom@tromey.com>
8302
8303 PR rust/20110:
8304 * gdb.rust/expr.exp: Add test for integer constant larger than
8305 i32.
8306
8307 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8308
8309 * gdb.fortran/nested-funcs.exp: New.
8310 * gdb.fortran/nested-funcs.f90: New.
8311
8312 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8313
8314 * gdb.base/examine-backward.c: New file.
8315 * gdb.base/examine-backward.exp: New file.
8316
8317 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8318
8319 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8320 matching.
8321
8322 2016-06-02 Tom Tromey <tom@tromey.com>
8323
8324 PR python/18984:
8325 * gdb.python/py-shared.exp: Add solib_name test.
8326
8327 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8328
8329 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8330
8331 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8332
8333 PR c++/19893
8334 * gdb.dwarf2/implref.exp: Rename to...
8335 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8336 * gdb.dwarf2/implref-array.c: New file.
8337 * gdb.dwarf2/implref-array.exp: Likewise.
8338 * gdb.dwarf2/implref-global.c: Likewise.
8339 * gdb.dwarf2/implref-global.exp: Likewise.
8340 * gdb.dwarf2/implref-struct.c: Likewise.
8341 * gdb.dwarf2/implref-struct.exp: Likewise.
8342
8343 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8344
8345 * gdb.trace/trace-condition.exp: Add 64bit tests.
8346
8347 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8348
8349 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8350 bits types.
8351 (main): Adapt to 8 to 64 bits types.
8352 * gdb.trace/trace-condition.exp: Add new tests.
8353
8354 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8355
8356 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8357
8358 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8359
8360 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8361 Move condition tests...
8362 * gdb.trace/trace-condition.exp: Here.
8363
8364 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8365
8366 * gdb.trace/trace-condition.exp: Add counter-case tests.
8367
8368 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8369
8370 PR c++/15231
8371 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8372 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8373
8374 2016-05-27 Pedro Alves <palves@redhat.com>
8375
8376 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8377 New procedure.
8378 (top level): Call it, and bail out of DejaGnu is known to be bad.
8379
8380 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8381
8382 * gdb.base/whatis.c: Extend the test case.
8383 * gdb.base/whatis.exp: Add additional tests.
8384
8385 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8386
8387 * gdb.fortran/type.f90: Add pointer variable.
8388 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8389
8390 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8391
8392 * gdb.fortran/vla-type.exp: Fix testcase name.
8393
8394 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8395
8396 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8397
8398 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8399
8400 * gdb.fortran/type.f90: Add nested structures.
8401 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8402 * gdb.fortran/derived-type.exp: Adapt expected output.
8403 * gdb.fortran/vla-type.exp: Adapt expected output.
8404
8405 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8406
8407 * gdb.fortran/whatis_type.exp: Adapt expected output.
8408
8409 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8410
8411 * gdb.fortran/print_type.exp: Fix expected output.
8412 * gdb.fortran/whatis_type.exp: Fix expected output.
8413
8414 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8415
8416 * gdb.fortran/whatis_type.exp: Use multi_line.
8417
8418 2016-05-24 Tom Tromey <tom@tromey.com>
8419
8420 PR python/17386:
8421 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8422 use value as an index.
8423
8424 2016-05-23 Tom Tromey <tom@tromey.com>
8425
8426 PR python/17981:
8427 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8428 no-breakpoint case.
8429
8430 2016-05-24 Pedro Alves <palves@redhat.com>
8431
8432 PR gdb/19828
8433 * gdb.threads/clone-attach-detach.c: New file.
8434 * gdb.threads/clone-attach-detach.exp: New file.
8435
8436 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8437
8438 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8439
8440 2016-05-23 Tom Tromey <tom@tromey.com>
8441
8442 PR python/19438, PR python/18393:
8443 * gdb.python/py-progspace.exp: Add "dir" test.
8444 * gdb.python/py-objfile.exp: Add "dir" test.
8445
8446 2016-05-23 Yao Qi <yao.qi@linaro.org>
8447
8448 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8449 * gdb.arch/thumb2-it.exp: Likewise.
8450
8451 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8452
8453 * gdb.mi/mi-threads-interrupt.c: New file.
8454 * gdb.mi/mi-threads-interrupt.exp: New file.
8455
8456 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8457
8458 PR gdb/18077
8459 * gdb.mi/mi-async-run.exp: New file.
8460 * gdb.mi/mi-async-run.c: New file.
8461
8462 2016-05-17 Tom Tromey <tom@tromey.com>
8463 Manish Goregaokar <manishsmail@gmail.com>
8464
8465 * lib/rust-support.exp: New file.
8466 * lib/gdb.exp (skip_rust_tests): New proc.
8467 (build_executable_from_specs): Handle rust.
8468 * lib/future.exp (gdb_find_rustc): New proc.
8469 (gdb_default_target_compile): Handle rust.
8470 * gdb.rust/expr.exp: New file.
8471 * gdb.rust/generics.exp: New file.
8472 * gdb.rust/generics.rs: New file.
8473 * gdb.rust/methods.exp: New file.
8474 * gdb.rust/methods.rs: New file.
8475 * gdb.rust/modules.exp: New file.
8476 * gdb.rust/modules.rs: New file.
8477 * gdb.rust/simple.exp: New file.
8478 * gdb.rust/simple.rs: New file.
8479
8480 2016-05-17 Tom Tromey <tom@tromey.com>
8481
8482 * gdb.base/default.exp (set language): Add rust.
8483
8484 2016-05-17 Tom Tromey <tom@tromey.com>
8485
8486 * gdb.gdb/unittest.exp: New file.
8487
8488 2016-05-16 Yao Qi <yao.qi@linaro.org>
8489
8490 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8491 shell_prompt. Update shell_prompt_re.
8492
8493 2016-05-12 Doug Evans <dje@google.com>
8494
8495 PR symtab/19999
8496 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8497 $options when building executable.
8498 * gdb.dwarf2/fission-loclists-pie.S: New file.
8499 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8500
8501 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8502
8503 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8504 of [is_remote target],
8505
8506 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8507
8508 * lib/gdb.exp (use_gdb_stub): New procedure.
8509
8510 2016-05-03 Yunlian Jiang <yunlian@google.com>
8511 Doug Evans <dje@google.com>
8512
8513 PR symtab/19914
8514 * gdb.dwarf2/dwp-sepdebug.c: New file.
8515 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8516
8517 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8518
8519 * gdb.base/detach.exp: Remove is_remote check.
8520
8521 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8522
8523 * gdb.base/annota-input-while-running.exp: Don't check for
8524 [is_remote target]. Enable annotations after running to main.
8525 Remove unused "set test..." line.
8526
8527 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8528
8529 * gdb.trace/trace-enable-disable.exp: New file.
8530 * gdb.trace/trace-enable-disable.c: New file.
8531
8532 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8533
8534 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8535 use it in info sharedlibrary test.
8536 * gdb.trace/ftrace-lock.exp: Likewise.
8537 * gdb.trace/ftrace.exp: Likewise.
8538 * gdb.trace/range-stepping.exp: Likewise.
8539 * gdb.trace/trace-break.exp: Likewise.
8540 * gdb.trace/trace-condition.exp: Likewise.
8541 * gdb.trace/trace-mt.exp: Likewise.
8542
8543 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8544
8545 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8546 (gdb_load_shlib): ... this.
8547 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8548 gdb_load_shlib.
8549 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8550 * gdb.base/ctxobj.exp: Likewise.
8551 * gdb.base/dprintf-pending.exp: Likewise.
8552 * gdb.base/dso2dso.exp: Likewise.
8553 * gdb.base/fixsection.exp: Likewise.
8554 * gdb.base/gcore-relro.exp: Likewise.
8555 * gdb.base/gdb1555.exp: Likewise.
8556 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8557 * gdb.base/gnu-ifunc.exp: Likewise.
8558 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8559 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8560 * gdb.base/pending.exp: Likewise.
8561 * gdb.base/print-file-var.exp: Likewise.
8562 * gdb.base/print-symbol-loading.exp: Likewise.
8563 * gdb.base/shlib-call.exp: Likewise.
8564 * gdb.base/shreloc.exp: Likewise.
8565 * gdb.base/so-impl-ld.exp: Likewise.
8566 * gdb.base/solib-disc.exp: Likewise.
8567 * gdb.base/solib-nodir.exp: Likewise.
8568 * gdb.base/solib-overlap.exp: Likewise.
8569 * gdb.base/solib-symbol.exp: Likewise.
8570 * gdb.base/solib-weak.exp (do_test): Likewise.
8571 * gdb.base/sym-file.exp: Likewise.
8572 * gdb.base/symtab-search-order.exp: Likewise.
8573 * gdb.base/type-opaque.exp: Likewise.
8574 * gdb.base/unload.exp: Likewise.
8575 * gdb.base/watchpoint-solib.exp: Likewise.
8576 * gdb.compile/compile.exp: Likewise.
8577 * gdb.cp/gdb2384.exp: Likewise.
8578 * gdb.cp/infcall-dlopen.exp: Likewise.
8579 * gdb.cp/re-set-overloaded.exp: Likewise.
8580 * gdb.fortran/library-module.exp: Likewise.
8581 * gdb.opt/solib-intra-step.exp: Likewise.
8582 * gdb.python/py-finish-breakpoint.exp: Likewise.
8583 * gdb.python/py-shared.exp: Likewise.
8584 * gdb.reverse/solib-precsave.exp: Likewise.
8585 * gdb.reverse/solib-reverse.exp: Likewise.
8586 * gdb.server/solib-list.exp: Likewise.
8587 * gdb.threads/dlopen-libpthread.exp: Likewise.
8588 * gdb.threads/tls-shared.exp: Likewise.
8589 * gdb.threads/tls-so_extern.exp: Likewise.
8590 * gdb.trace/change-loc.exp: Likewise.
8591 * gdb.trace/ftrace-lock.exp: Likewise.
8592 * gdb.trace/ftrace.exp: Likewise.
8593 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8594 * gdb.trace/pending.exp: Likewise.
8595 * gdb.trace/range-stepping.exp: Likewise.
8596 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8597 (strace_info_marker): Likewise.
8598 (strace_probe_marker): Likewise.
8599 (strace_trace_on_same_addr): Likewise.
8600 (strace_trace_on_diff_addr): Likewise.
8601 * gdb.trace/trace-break.exp: Likewise.
8602 * gdb.trace/trace-condition.exp: Likewise.
8603 * gdb.trace/trace-mt.exp: Likewise.
8604
8605 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8606
8607 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8608 result of gdb_remote_download.
8609 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8610 * gdb.base/dso2dso.exp: Likewise.
8611 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8612 * gdb.base/print-file-var.exp: Likewise.
8613 * gdb.base/shlib-call.exp: Likewise.
8614 * gdb.base/shreloc.exp: Likewise.
8615 * gdb.base/solib-overlap.exp: Likewise.
8616 * gdb.base/solib-weak.exp (do_test): Likewise.
8617 * gdb.base/unload.exp: Likewise.
8618
8619 2016-04-27 Yao Qi <yao.qi@linaro.org>
8620
8621 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8622 exists.
8623
8624 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8625
8626 * vla-type.exp: Print structure from toplevel.
8627
8628 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8629
8630 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8631 of dynamic types.
8632 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8633 of dynamic types.
8634
8635 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8636
8637 * gdb.fortran/vla-type.f90: New file.
8638 * gdb.fortran/vla-type.exp: New file.
8639
8640 2016-04-25 Yao Qi <yao.qi@linaro.org>
8641
8642 * gdb.base/branch-to-self.c: New file.
8643 * gdb.base/branch-to-self.exp: New file.
8644
8645 2016-04-22 Yao Qi <yao.qi@linaro.org>
8646
8647 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8648 more after $hex.
8649
8650 2016-04-22 Yao Qi <yao.qi@linaro.org>
8651
8652 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8653 * gdb.base/annota3.exp: Likewise.
8654
8655 2016-04-22 Yao Qi <yao.qi@linaro.org>
8656
8657 * gdb.reverse/step-precsave.exp: Do one step and test program
8658 stops in "callee" and do multiple steps until program goes out
8659 of "callee".
8660 * gdb.reverse/step-reverse.exp: Likewise.
8661
8662 2016-04-22 Yao Qi <yao.qi@linaro.org>
8663
8664 * gdb.trace/signal.exp: Also pass if
8665 $tracepoint_hits($i) > $iterations.
8666
8667 2016-04-22 Yao Qi <yao.qi@linaro.org>
8668
8669 * gdb.trace/signal.c: New file.
8670 * gdb.trace/signal.exp: New file.
8671
8672 2016-04-19 Doug Evans <xdje42@gmail.com>
8673
8674 * gdb.base/bad-file.exp: New file.
8675
8676 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8677
8678 * gdb.dwarf2/implref.exp: New file.
8679
8680 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8681
8682 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8683 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8684 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8685 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8686 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8687 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8688 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8689 * lib/fortran.exp (fortran_int4): New procedure.
8690 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8691 (fortran_logical4): Likewise.
8692
8693 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8694
8695 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8696
8697 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8698
8699 * lib/compiler.c: Add Intel specific preprocessor macros.
8700 * lib/compiler.cc: Likewise.
8701
8702 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
8703
8704 * gdb.server/connect-with-no-symbol-file.c: New file.
8705 * gdb.server/connect-with-no-symbol-file.exp: New file.
8706
8707 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8708
8709 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8710
8711 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8712
8713 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8714 standard output directory.
8715
8716 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8717
8718 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8719
8720 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8721
8722 * gdb.btrace/instruction_history.c (loop): Add declaration.
8723
8724 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8725
8726 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8727
8728 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8729
8730 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8731 parentheses to print.
8732 (continue_handler): Likewise.
8733
8734 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8735
8736 * gdb.server/solib-list.exp: Remove is_remote check.
8737 Pass shlib= to gdb_compile. Don't link shared library with
8738 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8739 Run binary filename through "readlink -f" on the target.
8740
8741 2016-04-08 Pedro Alves <palves@redhat.com>
8742
8743 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8744 interpreter filename as argument to gdbserver_spawn.
8745 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8746 Return empty if $last_loaded_file does not exist.
8747
8748 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8749
8750 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8751 * gdb.base/jit-main.c: Use exit after usage.
8752
8753 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8754
8755 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8756 GDBHISTSIZE prior to the tests.
8757 * gdb.base/gdbinit-history.exp: Likewise.
8758
8759 2016-04-07 Pedro Alves <palves@redhat.com>
8760
8761 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8762 instead of build_executable. Use gdb_load_shlibs.
8763
8764 2016-04-07 Yao Qi <yao.qi@linaro.org>
8765
8766 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8767 Execute "si" command.
8768
8769 2016-04-07 Yao Qi <yao.qi@linaro.org>
8770
8771 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8772 number instead of the comments on some line.
8773
8774 2016-04-06 Don Breazeal <donb@codesourcery.com>
8775
8776 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8777 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8778
8779 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8780
8781 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8782 standard_output_file. Remove unused binfile variable.
8783
8784 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
8785
8786 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8787 * gdb.python/py-mi-objfile.exp: Match "list main" output
8788 in console format.
8789
8790 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8791
8792 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8793 absolute.
8794
8795 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8796
8797 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8798 absolute.
8799 * gdb.trace/ftrace.exp: Likewise.
8800 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8801 targets as well.
8802 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8803 (gdb_load_shlibs): Copy libraries to test directory when testing
8804 natively. Only set solib-search-path if testing remotely.
8805 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8806
8807 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8808
8809 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8810 gdb_download. Use it even if the target is not remote.
8811 * gdb.base/jit.exp (compile_jit_test): Likewise.
8812 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8813 output directory if the destination board is local, otherwise use
8814 the standard remote_download from DejaGnu.
8815 (gdb_download): Remove.
8816 (gdb_load_shlibs): Use gdb_remote_download instead of
8817 gdb_download.
8818 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8819 Use gdb_remote_download instead of gdb_download. Use it even if
8820 the target is not remote.
8821 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8822 instead of gdb_download.
8823
8824 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8825
8826 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8827 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8828 run.
8829
8830 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
8831
8832 PR gdb/19820
8833 * gdb.base/printcmds.exp: Add artificial arrays tests.
8834
8835 2016-03-31 Pedro Alves <palves@redhat.com>
8836
8837 PR gdb/19858
8838 * gdb.base/jit-main.c: Include unistd.h.
8839 (ATTACH): Define to 0 if not already defined.
8840 (wait_for_gdb, mypid): New globals.
8841 (WAIT_FOR_GDB): New macro.
8842 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8843 some breakpoint locations.
8844 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8845 New procedures.
8846 (one_jit_test): Add REATTACH parameter, and handle it. Use
8847 continue_to_test_location.
8848 (top level): Test attach, and adjusts calls to one_jit_test.
8849
8850 2016-03-31 Pedro Alves <palves@redhat.com>
8851
8852 PR gdb/19858
8853 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8854 BINSUFFIX parameter, and handle it.
8855 (top level): Adjust calls compile_jit_test.
8856
8857 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
8858
8859 PR python/19743
8860 * gdb.python/py-mi-events-gdb.py: New file.
8861 * gdb.python/py-mi-events.c: New file.
8862 * gdb.python/py-mi-events.exp: New file.
8863
8864 2016-03-30 Yao Qi <yao.qi@linaro.org>
8865
8866 * gdb.reverse/until-precsave.exp: Match function name only.
8867 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8868 Move malloc to a condition block.
8869 * gdb.reverse/until-reverse.exp: Match function name only.
8870
8871 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8872
8873 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8874 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8875 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8876 variable for GPR 0 instead of assuming it is register 0.
8877 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8878 * lib/trace-support.exp: Add s390 registers.
8879
8880 2016-03-29 Yao Qi <yao.qi@linaro.org>
8881
8882 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8883
8884 2016-03-24 Yao Qi <yao.qi@linaro.org>
8885
8886 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8887 test message.
8888
8889 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8890
8891 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8892 maintaining separate logic for constructing the output path.
8893
8894 2016-03-16 Don Breazeal <donb@codesourcery.com>
8895
8896 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8897 Retry fork and waitpid on interrupted system call errors.
8898 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8899 Use with_timeout_factor to increase timeout by factor of 10.
8900
8901 2016-03-15 Don Breazeal <donb@codesourcery.com>
8902
8903 * gdb.cp/scope-err.cc: New test program.
8904 * gdb.cp/scope-err.exp: New test script.
8905 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8906 lines and "set breakpoint here" comment.
8907 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8908 Fixed some whitespace and format issues.
8909 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8910 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8911
8912 2016-03-15 Doug Evans <dje@google.com>
8913
8914 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8915 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8916 All callers updated. Add tests for enums, mixed flags register.
8917
8918 2016-03-15 Doug Evans <dje@google.com>
8919
8920 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8921 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8922
8923 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8924
8925 * gdb.base/default.exp: Add $_as_string to the list of expected
8926 convenience functions.
8927
8928 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8929
8930 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8931
8932 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8933
8934 * gdb.python/py-as-string.exp: New file.
8935 * gdb.python/py-as-string.c: New file.
8936
8937 2016-03-09 Pedro Alves <palves@redhat.com>
8938
8939 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8940 signal" -> "Thread NN received signal" output change.
8941 * gdb.threads/ia64-sigill.exp: Likewise.
8942 * gdb.threads/linux-dp.exp: Likewise.
8943 * gdb.threads/manythreads.exp: Likewise.
8944 * gdb.threads/pending-step.exp: Likewise.
8945 * gdb.threads/print-threads.exp: Likewise.
8946 * gdb.threads/sigstep-threads.exp: Likewise.
8947 * gdb.threads/staticthreads.exp: Likewise.
8948 * gdb.threads/tls.exp: Likewise.
8949
8950 2016-03-09 Pedro Alves <palves@redhat.com>
8951
8952 * gdb.base/command-line-input.exp: New file.
8953
8954 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8955
8956 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8957 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8958 * gdb.trace/pending.exp: Accept leading dot before function name.
8959 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8960 * lib/trace-support.exp: Set registers for ppc.
8961
8962 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8963
8964 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8965 use it for disassembly; accept .main in addition to main in backtrace.
8966
8967 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
8968 Marcin Kościelnicki <koriakin@0x04.net>
8969
8970 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8971 (gdb_recursion_test_ptr): New global variable.
8972 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8973 gdb_recursion_test.
8974 (gdb_c_test): Ditto.
8975
8976 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8977
8978 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8979 ordering.
8980
8981 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8982
8983 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8984 (bar): Add bar_start_lbl label.
8985 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8986 of foo/bar for emitting DWARF and tracing.
8987
8988 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8989
8990 * analyze-racy-logs.py: Set executable bit.
8991
8992 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8993
8994 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8995 (CHECK_TARGET_TMP): Likewise.
8996 (check-single-racy): New rule.
8997 (check-parallel-racy): Likewise.
8998 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8999 (do-check-parallel-racy): New rule.
9000 (check-racy/%.exp): Likewise.
9001 * README (Racy testcases): New section.
9002 * analyze-racy-logs.py: New file.
9003
9004 2016-03-03 Doug Evans <dje@google.com>
9005
9006 * gdb.base/skip.exp: Use with_test_prefix.
9007
9008 2016-03-03 Yao Qi <yao.qi@linaro.org>
9009
9010 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9011 Invoke step_over_syscall "clone" and break_cond_on_syscall
9012 "clone".
9013 * gdb.base/step-over-clone.c: New file.
9014
9015 2016-03-03 Yao Qi <yao.qi@linaro.org>
9016
9017 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9018 code format.
9019
9020 2016-03-03 Yao Qi <yao.qi@linaro.org>
9021
9022 * gdb.base/disp-step-fork.c: Rename to ...
9023 * gdb.base/step-over-fork.c: ... it. New file.
9024 * gdb.base/disp-step-vfork.c: Rename to ...
9025 * gdb.base/step-over-vfork.c: ... it. New file.
9026 * gdb.base/disp-step-syscall.exp: Rename to ...
9027 * gdb.base/step-over-syscall.exp: ... it. New file.
9028 (disp_step_cross_syscall): Rename to ...
9029 (step_over_syscall): ... it.
9030
9031 2016-03-03 Yao Qi <yao.qi@linaro.org>
9032
9033 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9034 If target supports condition evaluation on target, invoke
9035 break_cond_on_syscall for fork and vfork.
9036
9037 2016-03-03 Yao Qi <yao.qi@linaro.org>
9038
9039 * gdb.base/disp-step-syscall.exp: Don't invoke
9040 support_displaced_stepping.
9041 (disp_step_cross_syscall): Test with displaced stepping off and
9042 on if supported.
9043
9044 2016-03-03 Yao Qi <yao.qi@linaro.org>
9045
9046 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9047 proc.
9048 (setup): New proc.
9049 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9050 and setup.
9051
9052 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9053
9054 * gdb.fortran/vla-history.exp: Remove breakpoint.
9055
9056 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9057
9058 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9059 exceeds timeout.
9060
9061 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9062
9063 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9064 breakpoint.
9065
9066 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9067
9068 * gdb.mi/vla.f90: Nullify pointer after declaration.
9069
9070 2016-03-01 Pedro Alves <palves@redhat.com>
9071
9072 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9073
9074 2016-03-01 Pedro Alves <palves@redhat.com>
9075
9076 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9077 before anything else.
9078 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9079 _GNU_SOURCE here.
9080 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9081 before anything else.
9082 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9083
9084 2016-03-01 Pedro Alves <palves@redhat.com>
9085
9086 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9087
9088 2016-03-01 Yao Qi <yao.qi@linaro.org>
9089
9090 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9091 prepare_for_testing.
9092
9093 2016-03-01 Yao Qi <yao.qi@linaro.org>
9094
9095 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9096
9097 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9098
9099 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9100 manually constructing the output path.
9101
9102 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9103
9104 * gdb.arch/s390-stackless.S: New.
9105 * gdb.arch/s390-stackless.exp: New.
9106
9107 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9108
9109 * gdb.dlang/circular.c: New file.
9110 * gdb.dlang/circular.exp: New file.
9111
9112 2016-02-26 Yao Qi <yao.qi@linaro.org>
9113
9114 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9115 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9116 (testcases): Update.
9117
9118 2016-02-26 Yao Qi <yao.qi@linaro.org>
9119
9120 * gdb.reverse/aarch64.c: Rename to ...
9121 * gdb.reverse/insn-reverse.c: ... it.
9122 * gdb.reverse/aarch64.exp: Rename to ...
9123 * gdb.reverse/insn-reverse.exp: ... it.
9124
9125 2016-02-26 Yao Qi <yao.qi@linaro.org>
9126
9127 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9128 (testcase_ftype): New.
9129 (testcases): New array.
9130 (n_testcases): New.
9131 (main): Call each element in testcases.
9132 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9133 (read_testcase): New.
9134 Do the tests in a loop.
9135
9136 2016-02-25 Yao Qi <yao.qi@linaro.org>
9137
9138 * gdb.base/branches.c: Remove.
9139
9140 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9141
9142 PR gdb/13808
9143 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9144
9145 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9146
9147 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9148
9149 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9150
9151 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9152 change x86_64 call_insn to 'callq'.
9153
9154 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9155
9156 * gdb.trace/tfile-avx.c: Move to...
9157 * gdb.trace/tracefile-pseudo-reg.c: Here.
9158 * gdb.trace/tfile-avx.exp: Move to...
9159 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9160
9161 2016-02-24 Gary Benson <gbenson@redhat.com>
9162
9163 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9164 message on attach.
9165
9166 2016-02-23 Doug Evans <dje@google.com>
9167
9168 * gdb.base/skip.c (test_skip): New function.
9169 (end_test_skip_file_and_function): New function.
9170 (test_skip_file_and_function): New function.
9171 * gdb.base/skip1.c (test_skip): New function.
9172 (skip1_test_skip_file_and_function): New function.
9173 * gdb.base/skip.exp: Add tests for new skip options.
9174 * gdb.base/skip-solib.exp: Update expected output.
9175 * gdb.perf/skip-command.cc: New file.
9176 * gdb.perf/skip-command.exp: New file.
9177 * gdb.perf/skip-command.py: New file.
9178
9179 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9180
9181 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9182 info registers pattern.
9183
9184 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9185
9186 * lib/future.exp: Add D support.
9187 (gdb_find_gdc): New proc.
9188 (gdb_default_target_compile): Add D support.
9189
9190 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9191
9192 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9193 user+system time.
9194 (trace_speed_test): Determine the iteration count for a time
9195 between 15..30 seconds.
9196
9197 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9198
9199 * gdb.arch/i386-mpx-sigsegv.c: New file.
9200 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9201 * gdb.arch/i386-mpx-simple_segv.c: New file.
9202 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9203
9204 2016-02-18 Yao Qi <yao.qi@linaro.org>
9205
9206 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9207 Don't call setup_kfail.
9208
9209 2016-02-18 Yao Qi <yao.qi@linaro.org>
9210
9211 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9212 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9213
9214 2016-02-16 Doug Evans <dje@google.com>
9215
9216 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9217 * gdb.base/skip1.c: Ditto.
9218 * gdb.base/skip.exp: Whitespace cleanup.
9219
9220 2016-02-16 Don Breazeal <donb@codesourcery.com>
9221
9222 PR remote/19496
9223 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9224 Remove kfail for PR remote/19496.
9225
9226 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9227
9228 * lib/gdb.exp (standard_temp_file): Return a path specific to
9229 the runtest invocation.
9230
9231 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9232
9233 * gdb.trace/save-trace.exp: Change relative path to be in the
9234 standard output directory.
9235
9236 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9237
9238 * gdb.arch/i386-prologue.c: Add missing prototypes.
9239
9240 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9241
9242 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9243 * gdb.arch/i386-prologue.exp: Likewise.
9244 * gdb.arch/i386-size.exp: Likewise.
9245
9246 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9247
9248 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9249 define object file path.
9250 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9251 file path.
9252 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9253 standard_output_file to define binfile.
9254
9255 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9256
9257 Fix compatibility with recent gfortran-5.3.1.
9258 * gdb.fortran/vla-history.exp (print vla1 allocated)
9259 (print vla2 allocated, print $2, print $3): Remove
9260 (print $4): Rename to ...
9261 (print $2): ... here.
9262 (print $9): Rename to ...
9263 (print $5): ... here.
9264 (print $10): Rename to ...
9265 (print $6): ... here.
9266 * gdb.fortran/vla.f90: Add pvla initialization.
9267
9268 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9269
9270 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9271 New test.
9272 * gdb.fortran/vla-value-sub.exp: Likewise.
9273
9274 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9275
9276 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9277
9278 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9279
9280 * i386-biarch-core.exp: Define corefile using
9281 standard_output_file.
9282
9283 2016-02-12 Yao Qi <yao.qi@linaro.org>
9284
9285 * gdb.arch/arm-single-step-kernel-helper.c: New.
9286 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9287
9288 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9289
9290 * gdb.btrace/tailcall-only.exp: New.
9291 * gdb.btrace/tailcall-only.c: New.
9292 * gdb.btrace/x86_64-tailcall-only.S: New.
9293 * gdb.btrace/i686-tailcall-only.S: New.
9294
9295 2016-02-11 Pedro Alves <palves@redhat.com>
9296
9297 * README (Parallel testing): Add missing double quotes.
9298
9299 2016-02-11 Pedro Alves <palves@redhat.com>
9300
9301 * README (Parallel testing): New section.
9302 (GDB_PARALLEL): Rewrite.
9303 (FORCE_PARALLEL): Document.
9304
9305 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9306
9307 * gdb.trace/tfile-avx.c: New test.
9308 * gdb.trace/tfile-avx.exp: New test.
9309
9310 2016-02-09 Keith Seitz <keiths@redhat.com>
9311
9312 PR breakpoints/19546
9313 * gdb.base/infcall-exec.c: New file.
9314 * gdb.base/infcall-exec2.c: New file.
9315 * gdb.base/infcall-exec.exp: New file.
9316
9317 2016-02-09 Keith Seitz <keiths@redhat.com>
9318
9319 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9320 (toplevel): Call test_bkpt_address.
9321
9322 2016-02-09 Keith Seitz <keiths@redhat.com>
9323
9324 PR python/19506
9325 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9326 (toplevel): Call test_bkpt_address.
9327
9328 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9329
9330 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9331 to AC_OUTPUT.
9332 * configure: Regenerate.
9333
9334 2016-02-09 Pedro Alves <palves@redhat.com>
9335
9336 PR breakpoints/19548
9337 * gdb.base/execl-update-breakpoints.c (some_function): New
9338 function.
9339 (main): Call it.
9340 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9341 Tighten expected GDB output.
9342
9343 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9344
9345 * Makefile.in (ALL_SUBDIRS): Remove.
9346 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9347 (distclean maintainer-clean realclean): Likewise.
9348 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9349 * configure: Regenerate.
9350 * gdb.ada/Makefile.in: Delete.
9351 * gdb.arch/Makefile.in: Likewise.
9352 * gdb.asm/Makefile.in: Likewise.
9353 * gdb.base/Makefile.in: Likewise.
9354 * gdb.btrace/Makefile.in: Likewise.
9355 * gdb.cell/Makefile.in: Likewise.
9356 * gdb.compile/Makefile.in: Likewise.
9357 * gdb.cp/Makefile.in: Likewise.
9358 * gdb.disasm/Makefile.in: Likewise.
9359 * gdb.dlang/Makefile.in: Likewise.
9360 * gdb.dwarf2/Makefile.in: Likewise.
9361 * gdb.fortran/Makefile.in: Likewise.
9362 * gdb.gdb/Makefile.in: Likewise.
9363 * gdb.go/Makefile.in: Likewise.
9364 * gdb.guile/Makefile.in: Likewise.
9365 * gdb.java/Makefile.in: Likewise.
9366 * gdb.linespec/Makefile.in: Likewise.
9367 * gdb.mi/Makefile.in: Likewise.
9368 * gdb.modula2/Makefile.in: Likewise.
9369 * gdb.multi/Makefile.in: Likewise.
9370 * gdb.objc/Makefile.in: Likewise.
9371 * gdb.opencl/Makefile.in: Likewise.
9372 * gdb.opt/Makefile.in: Likewise.
9373 * gdb.pascal/Makefile.in: Likewise.
9374 * gdb.perf/Makefile.in: Likewise.
9375 * gdb.python/Makefile.in: Likewise.
9376 * gdb.reverse/Makefile.in: Likewise.
9377 * gdb.server/Makefile.in: Likewise.
9378 * gdb.stabs/Makefile.in: Likewise.
9379 * gdb.threads/Makefile.in: Likewise.
9380 * gdb.trace/Makefile.in: Likewise.
9381 * gdb.xml/Makefile.in: Likewise.
9382 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9383 GDB_PARALLEL.
9384 (standard_output_file): Remove check for GDB_PARALLEL, always
9385 return path in outputs/$subdir/$testname.
9386
9387 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9388
9389 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9390 (site.exp): Assign abs_srcdir to tcl's srcdir.
9391
9392 2016-02-04 Yao Qi <yao.qi@linaro.org>
9393
9394 * gdb.base/foll-exec-mode.c: Include limits.h.
9395 (main): Add parameters argc and argv. Get directory from
9396 argv[0].
9397 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9398 compilation.
9399 * gdb.base/foll-exec.c: Include limits.h.
9400 (main): Add parameters argc and argv.
9401 Get directory from argv[0].
9402 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9403 Adjust tests on the number of lines as source code changed.
9404 * gdb.base/foll-vfork-exit.c: Include limits.h.
9405 (main): Add one line of statement before vfork.
9406 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9407 (main): Add parameters argc and argv. Get directory from
9408 argv[0].
9409 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9410 (setup_gdb): Set tbreak to skip some source lines.
9411 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9412 (main): Add parameters argc and argv. Get directory from
9413 argv[0].
9414 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9415 compilation.
9416 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9417 (main): Add parameters argc and argv. Get directory from
9418 argv[0].
9419 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9420 compilation.
9421
9422 2016-02-01 Doug Evans <dje@google.com>
9423
9424 * gdb.base/skip.exp: Clean up multiple references to same test name.
9425
9426 2016-02-01 Pedro Alves <palves@redhat.com>
9427
9428 PR remote/19496
9429 * gdb.threads/forking-threads-plus-breakpoint.exp
9430 (displaced_stepping_supported): New global.
9431 (probe_displaced_stepping_support): New procedure.
9432 (do_test): Add 'displaced' parameter, and use it.
9433 (top level): Check for displaced stepping support. Add displaced
9434 stepping on/off testing axis.
9435
9436 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9437
9438 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9439 pointer. Don't perform further tests on the unassociated pointer
9440 if the first test fails.
9441
9442 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9443
9444 * gdb.base/max-value-size.c: New file.
9445 * gdb.base/max-value-size.exp: New file.
9446 * gdb.base/huge.exp: Disable max-value-size for this test.
9447
9448 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9449
9450 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9451
9452 2016-01-28 Yao Qi <yao.qi@linaro.org>
9453
9454 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9455
9456 2016-01-25 Pedro Alves <palves@redhat.com>
9457
9458 PR threads/19461
9459 * gdb.base/fork-running-state.c: New file.
9460 * gdb.base/fork-running-state.exp: New file.
9461
9462 2016-01-25 Pedro Alves <palves@redhat.com>
9463
9464 PR gdb/19494
9465 * gdb.base/catch-fork-kill.c: New file.
9466 * gdb.base/catch-fork-kill.exp: New file.
9467
9468 2016-01-25 Pedro Alves <palves@redhat.com>
9469
9470 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9471 Delete, moved to lib/gdb.exp.
9472 * gdb.threads/forking-threads-plus-breakpoint.exp
9473 (foreach_with_prefix): Likewise.
9474 * gdb.threads/process-dies-while-handling-bp.exp
9475 (foreach_with_prefix): Likewise.
9476 * lib/gdb.exp (foreach_with_prefix): New procedure.
9477
9478 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9479
9480 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9481 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9482
9483 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9484
9485 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9486 endian targets.
9487
9488 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9489 Pedro Alves <palves@redhat.com>
9490
9491 Fix testsuite compatibility with Guile.
9492 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9493 number.
9494
9495 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9496
9497 Fix testsuite compatibility with Guile.
9498 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9499 (thread 1): New test for backtrace through signal handler.
9500
9501 2016-01-22 Yao Qi <yao.qi@linaro.org>
9502
9503 PR testsuite/19491
9504 * gdb.base/multi-forks.c: Include
9505 ../lib/unbuffer_output.c
9506 (main): Call gdb_unbuffer_output.
9507
9508 2016-01-21 Doug Evans <dje@google.com>
9509
9510 * lib/ada.exp (gdb_compile_ada): Fix typo.
9511
9512 2016-01-21 Joel Brobecker <brobecker@adacore.com>
9513
9514 * gdb.base/break-fun-addr.exp: New file.
9515 * gdb.base/break-fun-addr1.c: New file.
9516 * gdb.base/break-fun-addr2.c: New file.
9517
9518 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9519
9520 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9521 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9522 enum flag values.
9523
9524 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9525
9526 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9527 when GDB can not set the vector return value. Add more comments
9528 for clarification.
9529
9530 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9531
9532 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9533 command.
9534
9535 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9536
9537 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9538
9539 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9540
9541 * Makefile.in (check-single): Pass --status to runtest.
9542 (check/%.exp): Likewise.
9543
9544 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9545
9546 * Makefile.in (check-parallel): Propagate return code from make
9547 do-check-parallel.
9548
9549 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9550
9551 * gdb.trace/ftrace.exp: Fix expected message on continue.
9552 * gdb.trace/pending.exp: Fix expected message on continue.
9553 * gdb.trace/trace-break.exp: Fix expected message on continue.
9554
9555 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9556
9557 * lib/gdb.exp (gdb_test): Remove unused global references.
9558
9559 2016-01-18 Pedro Alves <palves@redhat.com>
9560
9561 * gdb.base/async-shell.exp: Adjust expected output.
9562 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9563 * gdb.base/siginfo-thread.exp: Adjust expected output.
9564 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9565 * gdb.java/jnpe.exp: Adjust expected output.
9566 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9567 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9568 * gdb.threads/leader-exit.exp: Adjust expected output.
9569 * gdb.threads/manythreads.exp: Adjust expected output.
9570 * gdb.threads/pthreads.exp: Adjust expected output.
9571 * gdb.threads/schedlock.exp: Adjust expected output.
9572 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9573 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9574 expected output.
9575 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9576 output.
9577 * gdb.threads/sigthread.exp: Adjust expected output.
9578 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9579
9580 2016-01-18 Yao Qi <yao.qi@linaro.org>
9581
9582 * gdb.guile/scm-section-script.c: Replace @progbits with
9583 %progbits.
9584 * gdb.python/py-section-script.c: Likewise.
9585
9586 2016-01-15 Pedro Alves <palves@redhat.com>
9587
9588 * gdb.multi/tids.exp: Test star wildcard ranges.
9589
9590 2016-01-15 Pedro Alves <palves@redhat.com>
9591
9592 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9593 command from "thread apply" invocation.
9594 (thr_apply_info_thr_invalid): Default the expected output to the
9595 input tid list.
9596 (top level): Add tests that use convenience variables. Add tests
9597 for "thread apply" with a valid TID list, but missing the command.
9598
9599 2016-01-13 Pedro Alves <palves@redhat.com>
9600
9601 * gdb.base/default.exp: Expect $_gthread as well.
9602 * gdb.multi/tids.exp: Test $_gthread.
9603 * gdb.threads/thread-specific.exp: Test $_gthread.
9604
9605 2016-01-13 Pedro Alves <palves@redhat.com>
9606
9607 * gdb.multi/tids.exp: Test "info threads -gid".
9608
9609 2016-01-13 Pedro Alves <palves@redhat.com>
9610
9611 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9612 Breakpoint.thread.
9613 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9614
9615 2016-01-07 Pedro Alves <palves@redhat.com>
9616
9617 * gdb.base/break.exp: Adjust to output changes.
9618 * gdb.base/hbreak2.exp: Likewise.
9619 * gdb.base/sepdebug.exp: Likewise.
9620 * gdb.base/watch_thread_num.exp: Likewise.
9621 * gdb.linespec/keywords.exp: Likewise.
9622 * gdb.multi/info-threads.exp: Likewise.
9623 * gdb.threads/thread-find.exp: Likewise.
9624 * gdb.multi/tids.c: New file.
9625 * gdb.multi/tids.exp: New file.
9626
9627 2016-01-13 Pedro Alves <palves@redhat.com>
9628
9629 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9630
9631 2016-01-13 Pedro Alves <palves@redhat.com>
9632
9633 * gdb.base/default.exp: Expect $_inferior as well.
9634 * gdb.multi/base.exp: Test $_inferior.
9635
9636 2016-01-13 Pedro Alves <palves@redhat.com>
9637
9638 PR breakpoints/19388
9639 * gdb.base/catch-signal-siginfo-cond.c: New file.
9640 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9641
9642 2016-01-12 Josh Stone <jistone@redhat.com>
9643 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9644
9645 * gdb.base/catch-syscall.c (do_execve): New variable.
9646 (main): Conditionally trigger an execve.
9647 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9648 (test_catch_syscall_execve): New, check entry/return across execve.
9649 (do_syscall_tests): Call test_catch_syscall_execve.
9650
9651 2016-01-12 Pedro Alves <palves@redhat.com>
9652
9653 * gdb.base/random-signal.exp (do_test): New procedure, with body
9654 of testcase moved in.
9655
9656 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9657 Pedro Alves <palves@redhat.com>
9658
9659 * gdb.base/funcargs.exp (finish from indirectly called function):
9660 Reintroduce the case for 'First'.
9661
9662 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9663 Pedro Alves <palves@redhat.com>
9664
9665 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9666 (tcatch_vfork_then_child_follow_exec)
9667 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9668 identification.
9669
9670 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9671
9672 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9673 and repeats to unlimited.
9674 * gdb.python/py-value.exp: Likewise.
9675 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9676 and repeats to unlimited.
9677
9678 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9679
9680 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9681 and reordering the functions.
9682 * gdb.multi/hangout.c: Likewise.
9683 * gdb.multi/hello.c: Likewise.
9684
9685 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9686
9687 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9688 absolute.
9689 (SingleStatisticTestResult.report): Use dict.keys instead of
9690 dict.iterkeys.
9691
9692 2016-01-06 Pedro Alves <palves@redhat.com>
9693
9694 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9695
9696 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9697
9698 * gdb.btrace/dlopen.exp: New.
9699 * gdb.btrace/dlopen.c: New.
9700 * gdb.btrace/dlopen-dso.c: New.
9701
9702 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9703
9704 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9705 PATTERN argument is optional.
9706
9707 2015-12-24 Joel Brobecker <brobecker@adacore.com>
9708
9709 * lib/ada.exp (target_compile_ada_from_dir): New function.
9710 (gdb_compile_ada): Reimplement avoiding the use of project files.
9711 * gdb.ada/gnat_ada.gpr: Delete.
9712 * gdb.ada/cond_lang.exp: Adjust test to make path before
9713 filename optional.
9714 * gdb.ada/small_reg_param.exp: Likewise.
9715
9716 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9717
9718 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9719
9720 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9721
9722 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9723 case.
9724
9725 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9726
9727 * gdb.base/break.exp: Remove dead code.
9728 * gdb.base/sepdebug.exp: Likewise.
9729
9730 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9731
9732 * gdb.asm/asm-source.exp: Remove HP-UX references.
9733 * gdb.base/annota1.exp: Likewise.
9734 * gdb.base/annota3.exp: Likewise.
9735 * gdb.base/attach.exp: Likewise.
9736 * gdb.base/bigcore.exp: Likewise.
9737 * gdb.base/break.exp: Likewise.
9738 * gdb.base/call-ar-st.exp: Likewise.
9739 * gdb.base/callfuncs.exp: Likewise.
9740 * gdb.base/catch-fork-static.exp: Likewise.
9741 * gdb.base/display.exp: Likewise.
9742 * gdb.base/foll-exec-mode.exp: Likewise.
9743 * gdb.base/foll-exec.exp: Likewise.
9744 * gdb.base/foll-fork.exp: Likewise.
9745 * gdb.base/foll-vfork.exp: Likewise.
9746 * gdb.base/funcargs.exp: Likewise.
9747 * gdb.base/hbreak2.exp: Likewise.
9748 * gdb.base/inferior-died.exp: Likewise.
9749 * gdb.base/interrupt.exp: Likewise.
9750 * gdb.base/multi-forks.exp: Likewise.
9751 * gdb.base/nodebug.exp: Likewise.
9752 * gdb.base/sepdebug.exp: Likewise.
9753 * gdb.base/solib1.c: Likewise.
9754 * gdb.base/step-test.exp: Likewise.
9755 * gdb.mi/non-stop.c: Likewise.
9756 * gdb.mi/pthreads.c: Likewise.
9757 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9758 * gdb.threads/pthreads.c: Likewise.
9759 * gdb.threads/staticthreads.exp: Likewise.
9760 * lib/future.exp: Likewise.
9761 * lib/gdb.exp: Likewise.
9762 * gdb.base/so-indr-cl.c: Remove.
9763 * gdb.base/so-indr-cl.exp: Likewise.
9764 * gdb.base/solib.c: Likewise.
9765 * gdb.base/solib.exp: Likewise.
9766 * gdb.base/solib2.c: Likewise.
9767
9768 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9769
9770 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9771 * gdb.base/call-ar-st.exp: Likewise.
9772 * gdb.base/callfuncs.exp: Likewise.
9773 * gdb.base/condbreak.exp: Likewise.
9774 * gdb.base/constvars.exp: Likewise.
9775 * gdb.base/hbreak2.exp: Likewise.
9776 * gdb.base/langs.exp: Likewise.
9777 * gdb.base/list.exp: Likewise.
9778 * gdb.base/long_long.exp: Likewise.
9779 * gdb.base/ptype.exp: Likewise.
9780 * gdb.base/scope.exp: Likewise.
9781 * gdb.base/signals.exp: Likewise.
9782 * gdb.base/so-impl-ld.exp: Likewise.
9783 * gdb.base/varargs.exp: Likewise.
9784 * gdb.base/volatile.exp: Likewise.
9785 * gdb.base/whatis.exp: Likewise.
9786 * gdb.cp/cplusfuncs.exp: Likewise.
9787 * gdb.cp/inherit.exp: Likewise.
9788 * gdb.cp/local.exp: Likewise.
9789 * gdb.cp/member-ptr.exp: Likewise.
9790 * gdb.cp/method.exp: Likewise.
9791 * gdb.cp/overload.exp: Likewise.
9792 * gdb.cp/templates.exp: Likewise.
9793 * gdb.stabs/weird.exp: Likewise.
9794 * lib/compiler.c: Likewise.
9795 * lib/compiler.cc: Likewise.
9796 * lib/cp-support.exp: Likewise.
9797 * lib/gdb.exp: Likewise.
9798
9799 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9800
9801 * configure.ac: Remove HP-UX case.
9802 * configure: Regenerate.
9803
9804 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9805
9806 * lib/gdb.exp (gdb_compile): Add function doc.
9807
9808 2015-12-17 Pedro Alves <palves@redhat.com>
9809
9810 PR threads/19354
9811 * gdb.multi/info-threads.exp: New file.
9812
9813 2015-12-15 Yao Qi <yao.qi@linaro.org>
9814
9815 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9816 is aarch64*-*-*.
9817
9818 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9819
9820 * gdb.base/history-duplicates.exp: Skip if no readline support.
9821
9822 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9823
9824 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9825
9826 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9827
9828 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9829
9830 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9831
9832 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9833 ctrl-C if nointerrupts target property is set.
9834 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9835 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9836 * gdb.base/paginate-bg-execution.exp: Likewise.
9837 * gdb.base/paginate-execution-startup.exp: Likewise.
9838 * gdb.base/random-signal.exp: Likewise.
9839 * gdb.base/range-stepping.exp: Likewise.
9840 * gdb.cp/annota2.exp: Likewise.
9841 * gdb.cp/annota3.exp: Likewise.
9842 * gdb.gdb/selftest.exp: Likewise.
9843 * gdb.threads/continue-pending-status.exp: Likewise.
9844 * gdb.threads/leader-exit.exp: Likewise.
9845 * gdb.threads/manythreads.exp: Likewise.
9846 * gdb.threads/pthreads.exp: Likewise.
9847 * gdb.threads/schedlock.exp: Likewise.
9848 * gdb.threads/sigthread.exp: Likewise.
9849
9850 2015-12-11 Don Breazeal <donb@codesourcery.com>
9851
9852 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9853 remote.
9854 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9855 * gdb.base/foll-exec.exp (main): Enable for target remote.
9856 * gdb.base/foll-fork.exp (main): Likewise.
9857 * gdb.base/foll-vfork.exp (main): Likewise.
9858 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9859 (proc continue_to_exit_bp_loc): Use clean_restart.
9860 * gdb.base/pie-execl.exp (main): Disable for target remote.
9861 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9862 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9863 * gdb.threads/execl.exp (main): Likewise.
9864 * gdb.threads/fork-child-threads.exp (main): Likewise.
9865 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9866 remote.
9867 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9868 remote.
9869 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9870 pid.tid style ptids, instead of just tid.
9871 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9872 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9873 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9874 ptids, instead of just tid.
9875
9876 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9877
9878 * gdb.base/list.exp (test_list_forward): Add end of file error
9879 test.
9880 (test_repeat_list_command): Add end of file error test.
9881 (test_list_backwards): Add beginning of file error test.
9882
9883 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9884
9885 * gdb.base/list.exp (test_list_invalid_args): New function,
9886 defined, and called.
9887
9888 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9889
9890 * gdb.base/list.exp (test_list): Make test names unique.
9891
9892 2015-12-11 Yao Qi <yao.qi@linaro.org>
9893
9894 * gdb.base/coremaker2.c: Remove.
9895
9896 2015-12-10 Pedro Alves <palves@redhat.com>
9897
9898 * gdb.multi/base.exp: Remove stale "spaces" references.
9899
9900 2015-12-10 Pedro Alves <palves@redhat.com>
9901
9902 * gdb.multi/base.exp: Don't use nowarnings.
9903 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9904 * gdb.multi/hangout.c: Include stdio.h.
9905 * gdb.multi/hello.c: Include stdlib.h.
9906 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9907 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9908 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9909
9910 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9911
9912 * gdb.dwarf2/dw2-ranges-base.c: New file.
9913 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9914 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9915 support additional line table, and debug ranges generation.
9916 (Dwarf::ranges): New function, generate .debug_ranges.
9917 (Dwarf::lines): Support generating simple line table programs.
9918 (Dwarf::assemble): Initialise new namespace variables.
9919
9920 2015-12-09 Kevin Buettner <kevinb@redhat.com>
9921
9922 * gdb.base/async.exp (proc test_background): Add case for
9923 asynchronous execution not supported.
9924
9925 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
9926
9927 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9928 format and change test names to make them unique.
9929
9930 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9931 Pedro Alves <pedro@redhat.com>
9932
9933 PR gdb/18702
9934 Add checking of floatformats setup on x86_64 hosts.
9935 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9936 (smallval, bigval): New labels/constants.
9937 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9938 float" after loading bigval and smallval.
9939
9940 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9941
9942 * gdb.ada/fun_overload_menu.exp: New testcase.
9943 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9944
9945 2015-12-04 Josh Stone <jistone@redhat.com>
9946
9947 * gdb.base/catch-fork-static.exp: New.
9948
9949 2015-12-03 Yao Qi <yao.qi@linaro.org>
9950
9951 * gdb.base/sizeof.c: Don't include stdio.h and
9952 ../lib/unbuffer_output.c.
9953 (main): New variable 'size' and 'value'. Remove printf and
9954 gdb_unbuffer_output. Assign return value to size and value.
9955 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9956 at the beginning.
9957 (check_sizeof): Check the result by printing variable 'size'.
9958 (check_valueof): Check the result by printing variable 'value'.
9959
9960 2015-12-01 Yao Qi <yao.qi@linaro.org>
9961
9962 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9963 for aarch64*-*-linux* target.
9964
9965 2015-11-30 Pedro Alves <palves@redhat.com>
9966
9967 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9968
9969 2015-11-30 Pedro Alves <palves@redhat.com>
9970
9971 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9972 Handle non-stop mode vCont replies.
9973
9974 2015-11-30 Pedro Alves <palves@redhat.com>
9975
9976 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9977 prepare_for_testing. Start gdb with "set non-stop on" appended to
9978 GDBFLAGS. Lax expected stop output.
9979
9980 2015-11-27 Yao Qi <yao.qi@linaro.org>
9981
9982 * gdb.arch/arm-neon.exp: New.
9983 * gdb.arch/arm-neon.c: New.
9984
9985 2015-11-27 Yao Qi <yao.qi@linaro.org>
9986
9987 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9988
9989 2015-11-27 Yao Qi <yao.qi@linaro.org>
9990
9991 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9992 frames-invalid annotation.
9993
9994 2015-11-27 Yao Qi <yao.qi@linaro.org>
9995
9996 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9997
9998 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9999
10000 * gdb.threads/names.exp: New file.
10001 * gdb.threads/names.c: New file.
10002 * README: Mention gdb,no_thread_names.
10003
10004 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10005
10006 PR 19297
10007 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10008 support" error.
10009
10010 2015-11-24 Pedro Alves <palves@redhat.com>
10011
10012 PR 17539
10013 * gdb.base/display.exp: Expect displays to be sorted in ascending
10014 order. Use multi_line.
10015 * gdb.base/solib-display.exp: Likewise.
10016
10017 2015-11-24 Pedro Alves <palves@redhat.com>
10018
10019 PR 17539
10020 * gdb.base/display.exp: Expect displays to be sorted in ascending
10021 order. Use multi_line.
10022 * gdb.base/solib-display.exp: Likewise.
10023
10024 2015-11-24 Pedro Alves <palves@redhat.com>
10025
10026 PR 17539
10027 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10028 threads in ascending order.
10029 * gdb.base/foll-fork.exp: Likewise.
10030 * gdb.base/foll-vfork.exp: Likewise.
10031 * gdb.base/multi-forks.exp: Likewise.
10032 * gdb.mi/mi-nonstop.exp: Likewise.
10033 * gdb.mi/mi-nsintrall.exp: Likewise.
10034 * gdb.multi/base.exp: Likewise.
10035 * gdb.multi/multi-arch.exp: Likewise.
10036 * gdb.python/py-inferior.exp: Likewise.
10037 * gdb.threads/break-while-running.exp: Likewise.
10038 * gdb.threads/execl.exp: Likewise.
10039 * gdb.threads/gcore-thread.exp: Likewise.
10040 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10041 * gdb.threads/kill.exp: Likewise.
10042 * gdb.threads/linux-dp.exp: Likewise.
10043 * gdb.threads/multiple-step-overs.exp: Likewise.
10044 * gdb.threads/next-bp-other-thread.exp: Likewise.
10045 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10046 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10047 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10048 * gdb.threads/thread-find.exp: Likewise.
10049 * gdb.threads/tls.exp: Likewise.
10050 * lib/mi-support.exp (mi_reverse_list): Delete.
10051 (mi_check_thread_states): No longer reverse list.
10052
10053 2015-11-24 Pedro Alves <palves@redhat.com>
10054
10055 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10056 use lowercase.
10057
10058 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10059
10060 * gdb.trace/actions.c: Include trace-common.h.
10061 (main): Add a location for a fast tracepoint.
10062 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10063 the normal tracepoints.
10064 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10065
10066 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10067
10068 * save-trace.exp: Factor out code to these...
10069 (gdb_save_tracepoints): New.
10070 (gdb_load_tracepoints): New.
10071 (do_save_load_test): New.
10072
10073 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10074
10075 * gdb.base/asmlabel.exp: New test.
10076 * gdb.base/asmlabel.c: New test case.
10077
10078 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10079
10080 * gdb.base/wrong_frame_bt_full-main.c: New file.
10081 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10082 * gdb.base/wrong_frame_bt_full.exp: New file.
10083
10084 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10085
10086 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10087
10088 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10089
10090 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10091 pstate register when comparing registers values in
10092 sparc64-*-linux-gnu targets to avoid spurious differences.
10093
10094 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10095
10096 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10097
10098 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10099
10100 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10101 as type argument to gdb_compile.
10102 * gdb.base/nested-subp2.exp: Likewise.
10103 * gdb.base/nested-subp3.exp: Likewise.
10104
10105 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10106
10107 * lib/dwarf.exp (_note): Fix left shift of negative value.
10108 * gdb.trace/trace-condition.exp: Likewise.
10109
10110 2015-11-13 Yao Qi <yao.qi@linaro.org>
10111
10112 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10113 comments about d10v.
10114 (test_scalar_returns): Likewise.
10115 * gdb.base/d10v.ld: Remove.
10116 * gdb.base/overlays.exp: Remove the target triplet checking for
10117 d10v-*-*.
10118 * gdb.base/structs.exp (test_struct_returns): Remove the
10119 comments about d10v.
10120 (test_struct_calls): Likewise.
10121
10122 2015-11-13 Yao Qi <yao.qi@linaro.org>
10123
10124 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10125 * gdb.base/gnu_vector.c: Don't include stdio.h.
10126 (main): Don't print res and call add_some_intvecs.
10127
10128 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10129
10130 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10131 macro.
10132 (func5): Removed.
10133 (func4): Use FAST_TRACEPOINT_LABEL.
10134 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10135 macro.
10136 (func): Removed.
10137 (thread_function): Use FAST_TRACEPOINT_LABEL.
10138 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10139 (func): Remove.
10140 (marker): Use FAST_TRACEPOINT_LABEL.
10141 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10142 (pendfunc1): Remove.
10143 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10144 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10145 (foo): Remove.
10146 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10147 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10148 macro.
10149 (func): Remove.
10150 (marker): Use FAST_TRACEPOINT_LABEL.
10151 * gdb.trace/trace-common.h: New header.
10152 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10153 macro.
10154 (func): Remove.
10155 (marker): Use FAST_TRACEPOINT_LABEL.
10156 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10157 (func): Remove.
10158 (thread_function): Use FAST_TRACEPOINT_LABEL.
10159
10160 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10161
10162 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10163 in front.
10164 * gdb.trace/change-loc.exp: Use global pcreg definition.
10165 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10166 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10167 in front.
10168 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10169 * gdb.trace/pending.exp: Likewise.
10170 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10171 * gdb.trace/trace-break.exp: Likewise.
10172 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10173 in front.
10174 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10175 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10176 in front.
10177 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10178
10179 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10180
10181 * gdb.ada/fin_fun_out: New testcase.
10182
10183 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10184
10185 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10186 value associated with DW_AT_byte_size.
10187 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10188 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10189 DW_AT_upper_bound.
10190
10191 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10192
10193 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10194 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10195 version.
10196 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10197 gdb.dwarf2/dw2-canonicalize-type.exp,
10198 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10199 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10200 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10201 provided by gdb_target_symbol_prefix_flags_asm.
10202 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10203 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10204 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10205 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10206 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10207 macros where needed). Use this macro for symbols which require
10208 the prefix provided by SYMBOL_PREFIX.
10209
10210 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10211
10212 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10213 New procs.
10214 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10215 representing expressions, of more than one list element.
10216 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10217 to prepend linker symbol prefix to f.
10218 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10219 table_1 and table_2.
10220 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10221 Likewise, for f and g.
10222 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10223 for ptr.
10224 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10225 for main.
10226 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10227 table_1_ptr and table_2_ptr.
10228
10229 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10230 Joel Brobecker <brobecker@adacore.com>
10231
10232 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10233
10234 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10235
10236 * gdb.reverse/s390-mvcle.c: New test.
10237 * gdb.reverse/s390-mvcle.exp: New file.
10238 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10239
10240 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10241
10242 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10243
10244 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10245
10246 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10247 reaching marker2.
10248 * gdb.reverse/getresuid-reverse.exp: Likewise.
10249 * gdb.reverse/pipe-reverse.exp: Likewise.
10250 * gdb.reverse/readv-reverse.exp: Likewise.
10251 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10252 * gdb.reverse/time-reverse.exp: Likewise.
10253 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10254
10255 2015-10-30 Yao Qi <yao.qi@linaro.org>
10256
10257 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10258 (empty_cycle): Remove.
10259 (main): Don't call empty_cycle. Don't use watch_count_done.
10260 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10261 empty_cycle. Rewrite the code counting HW watchpoints.
10262
10263 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10264
10265 * gdb.reverse/fstatat-reverse.c: New test.
10266 * gdb.reverse/fstatat-reverse.exp: New file.
10267 * gdb.reverse/getresuid-reverse.c: New test.
10268 * gdb.reverse/getresuid-reverse.exp: New file.
10269 * gdb.reverse/pipe-reverse.c: New test.
10270 * gdb.reverse/pipe-reverse.exp: New file.
10271 * gdb.reverse/readv-reverse.c: New test.
10272 * gdb.reverse/readv-reverse.exp: New file.
10273 * gdb.reverse/recvmsg-reverse.c: New test.
10274 * gdb.reverse/recvmsg-reverse.exp: New file.
10275 * gdb.reverse/time-reverse.c: New test.
10276 * gdb.reverse/time-reverse.exp: New file.
10277 * gdb.reverse/waitpid-reverse.c: New test.
10278 * gdb.reverse/waitpid-reverse.exp: New file.
10279
10280 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10281
10282 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10283
10284 2015-10-26 Doug Evans <dje@google.com>
10285
10286 PR symtab/17391
10287 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10288 * gdb.dwarf2/bad-regnum.c: New file.
10289 * gdb.dwarf2/bad-regnum.exp: New file.
10290
10291 2015-10-26 Doug Evans <dje@google.com>
10292
10293 PR python/18938
10294 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10295 file.
10296
10297 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10298
10299 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10300 for a change by "Mention language in compile error message".
10301
10302 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10303
10304 PR python/18073
10305 * gdb.python/py-type.c (C::a_method): New.
10306 (C::a_const_method): New.
10307 (C::a_static_method): New.
10308 (a_function): New.
10309 * gdb.python/py-type.exp (test_fields): Test getting fields
10310 from function and method.
10311
10312 2015-10-21 Keven Boell <keven.boell@intel.com>
10313
10314 * gdb.fortran/vla-alloc-assoc.exp: New file.
10315 * gdb.fortran/vla-datatypes.exp: New file.
10316 * gdb.fortran/vla-datatypes.f90: New file.
10317 * gdb.fortran/vla-history.exp: New file.
10318 * gdb.fortran/vla-ptype-sub.exp: New file.
10319 * gdb.fortran/vla-ptype.exp: New file.
10320 * gdb.fortran/vla-sizeof.exp: New file.
10321 * gdb.fortran/vla-sub.f90: New file.
10322 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10323 * gdb.fortran/vla-value-sub-finish.exp: New file.
10324 * gdb.fortran/vla-value-sub.exp: New file.
10325 * gdb.fortran/vla-value.exp: New file.
10326 * gdb.fortran/vla-ptr-info.exp: New file.
10327 * gdb.mi/mi-vla-fortran.exp: New file.
10328 * gdb.mi/vla.f90: New file.
10329
10330 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10331
10332 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10333 of hardwired timeout value.
10334
10335 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10336 Pedro Alves <palves@redhat.com>
10337
10338 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10339 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10340
10341 2015-10-19 Josh Stone <jistone@redhat.com>
10342
10343 * gdb.base/catch-syscall.c: Include <sched.h>.
10344 (unknown_syscall): New variable.
10345 (main): Trigger a vfork and an unknown syscall.
10346 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10347 (unknown_syscall_number): Likewise.
10348 (check_call_to_syscall): Accept an optional syscall pattern.
10349 (check_return_from_syscall): Likewise.
10350 (check_continue): Likewise.
10351 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10352 (test_catch_syscall_skipping_return): New test toggling off 'catch
10353 syscall' to step over the syscall return, then toggling back on.
10354 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10355 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10356 (do_syscall_tests): Call test_catch_syscall_without_args and
10357 test_catch_syscall_mid_vfork.
10358 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10359 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10360
10361 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10362
10363 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10364 print g_vE): Add new pass patterns.
10365 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10366 print various symbol names for vptr fields.
10367
10368 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10369
10370 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10371 results.
10372
10373 2015-10-12 Yao Qi <yao.qi@linaro.org>
10374
10375 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10376
10377 2015-10-12 Yao Qi <yao.qi@linaro.org>
10378
10379 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10380 is aarch64*-*-linux*.
10381
10382 2015-10-12 Yao Qi <yao.qi@linaro.org>
10383
10384 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10385 (can_relocate_bcond_true): ... it.
10386 (can_relocate_bcond_false): New function.
10387 (foo): Likewise.
10388 (can_relocate_bl): Likewise.
10389 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10390 can_relocate_bl.
10391
10392 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10393
10394 * gdb.base/nested-addr.c: New file.
10395 * gdb.base/nested-addr.exp: New testcase.
10396
10397 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10398
10399 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10400 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10401 its output. Ignore the output of "record goto begin" and instead
10402 check that GDB is replaying.
10403
10404 2015-10-09 Pedro Alves <palves@redhat.com>
10405
10406 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10407 (top level): Use it in the run with no args test.
10408
10409 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10410
10411 * gdb.dlang/properties.exp: New file.
10412
10413 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10414
10415 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10416 whether or not address 0x1000 is mapped on the target.
10417
10418 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10419
10420 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10421 build.
10422
10423 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10424
10425 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10426 instruction-history test.
10427
10428 2015-09-28 Doug Evans <dje@google.com>
10429
10430 * gdb.base/gcore.c (array_func): Add reference to static_array.
10431
10432 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10433
10434 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10435 source line.
10436
10437 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10438
10439 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10440 short or char as base type.
10441
10442 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10443
10444 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10445 to allow any size enum.
10446
10447 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10448
10449 * gdb.ada/array_ptr_renaming.exp: New testcase.
10450 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10451 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10452
10453 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10454
10455 * gdb.trace/ftrace-lock.c: New file.
10456 * gdb.trace/ftrace-lock.exp: New file.
10457
10458 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10459
10460 * gdb.arch/insn-reloc.c: New file.
10461 * gdb.arch/ftrace-insn-reloc.exp: New file.
10462
10463 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10464
10465 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10466 instruction.
10467 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10468 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10469 * gdb.trace/range-stepping.c: Likewise.
10470 * gdb.trace/trace-break.c: Likewise.
10471 * gdb.trace/trace-mt.c (thread_function): Likewise.
10472 * gdb.trace/ftrace.c (marker): Likewise.
10473 * gdb.trace/trace-condition.c (marker): Likewise.
10474 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10475 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10476 is_aarch64_target.
10477
10478 2015-09-18 Doug Evans <xdje42@gmail.com>
10479
10480 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10481 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10482
10483 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10484
10485 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10486 the breakpoint.
10487
10488 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10489
10490 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10491 the pending breakpoint. Remove timeout override for "Run till
10492 MI pending breakpoint on pendfunc3 on thread 2" test.
10493
10494 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10495
10496 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10497 filename pattern.
10498
10499 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10500
10501 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10502 in breakpoint filename pattern.
10503
10504 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10505
10506 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10507
10508 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10509
10510 * gdb.linespec/explicit.exp: Check for readline support for
10511 tab-completion tests. Fix obvious typo.
10512
10513 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10514
10515 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10516 and replay.
10517
10518 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10519
10520 * gdb.btrace/non-stop.c: New.
10521 * gdb.btrace/non-stop.exp: New.
10522
10523 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10524 Yao Qi <yao.qi@linaro.org>
10525
10526 * gdb.trace/trace-condition.c: New file.
10527 * gdb.trace/trace-condition.exp: New file.
10528
10529 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
10530
10531 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10532 for testing bytecode compilation.
10533
10534 2015-09-16 Pedro Alves <palves@redhat.com>
10535 Sandra Loosemore <sandra@codesourcery.com>
10536
10537 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10538 (SECONDS): Redefine.
10539 (main): Call pthread_kill and alarm early.
10540 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10541 support.
10542 (test): If the target can't hardware step and doesn't support
10543 displaced stepping, increase the timeout.
10544
10545 2015-09-16 Pedro Alves <palves@redhat.com>
10546
10547 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10548 (enable_debug): New procedures.
10549 (test): Use them. Bail out if waiting for threads fails.
10550 (top level): Bail out if a test fails.
10551
10552 2015-09-16 Yao Qi <yao.qi@linaro.org>
10553
10554 * gdb.asm/asm-source.exp: Set asm-arch for
10555 aarch64*-*-* target.
10556 * gdb.asm/aarch64.inc: New file.
10557
10558 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10559
10560 * gdb.ada/array_of_variable_length.exp: New testcase.
10561 * gdb.ada/array_of_variable_length/foo.adb: New file.
10562 * gdb.ada/array_of_variable_length/pck.adb: New file.
10563 * gdb.ada/array_of_variable_length/pck.ads: New file.
10564
10565 2015-09-15 Doug Evans <dje@google.com>
10566
10567 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10568 of function static local variable.
10569
10570 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10571
10572 * gdb.threads/tls-so_extern.exp: New test file.
10573 * gdb.threads/tls-so_extern.c: New test file.
10574 * gdb.threads/tls-so_extern_main.c: New test file.
10575
10576 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10577
10578 * gdb.opt/solib-intra-step-lib.c: New file.
10579 * gdb.opt/solib-intra-step-main.c: New file.
10580 * gdb.opt/solib-intra-step.exp: New file.
10581
10582 2015-09-15 Pedro Alves <palves@redhat.com>
10583
10584 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10585 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10586
10587 2015-09-14 Pedro Alves <palves@redhat.com>
10588
10589 * gdb.base/hook-stop-continue.c: Delete.
10590 * gdb.base/hook-stop-continue.exp: Delete.
10591 * gdb.base/hook-stop-frame.c: Delete.
10592 * gdb.base/hook-stop-frame.exp: Delete.
10593 * gdb.base/hook-stop.c: New file.
10594 * gdb.base/hook-stop.exp: New file.
10595
10596 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10597
10598 * gdb.ada/access_to_packed_array.exp: New testcase.
10599 * gdb.ada/access_to_packed_array/foo.adb: New file.
10600 * gdb.ada/access_to_packed_array/pack.adb: New file.
10601 * gdb.ada/access_to_packed_array/pack.ads: New file.
10602
10603 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10604
10605 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10606 buffer size test.
10607
10608 2015-09-11 Don Breazeal <donb@codesourcery.com>
10609
10610 * gdb.base/foll-exec.c: Add copyright header. Fix
10611 formatting issues.
10612 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10613 (do_exec_tests): Use clean_restart in place of zap_session,
10614 and for test initialization. Fix formatting issues. Use
10615 fail in place of perror.
10616 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10617 an expect statement to match an expression with output from
10618 the program under debug.
10619 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10620 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10621 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10622 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10623 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10624
10625 2015-09-09 Doug Evans <dje@google.com>
10626
10627 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10628
10629 2015-09-09 Doug Evans <dje@google.com>
10630
10631 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10632
10633 2015-09-09 Doug Evans <dje@google.com>
10634
10635 * gdb.base/savedregs.exp: Fix typo.
10636
10637 2015-09-09 Pedro Alves <palves@redhat.com>
10638
10639 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10640
10641 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10642
10643 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10644 command actually switches threads. Give up on remaining
10645 tests if target fails to stop at breakpoint.
10646
10647 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10648
10649 * gdb.ada/funcall_char.exp: New testcase.
10650 * gdb.ada/funcall_char/foo.adb: New file.
10651
10652 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10653
10654 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10655 expected outputs. Add two testcases for completing ambiguous
10656 functions.
10657 * gdb.ada/complete/aux_pck.adb: New file.
10658 * gdb.ada/complete/aux_pck.ads: New file.
10659 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10660 Ambiguous_Func functions.
10661 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10662 * gdb.ada/complete/pck.adb: Likewise.
10663
10664 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10665
10666 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10667 failures to run the test program under GDB.
10668
10669 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
10670
10671 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10672 to C.
10673
10674 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10675
10676 * gdb.base/run-after-attach.exp: New test file.
10677 * gdb.base/run-after-attach.c: New test file.
10678
10679 2015-08-26 Don Breazeal <donb@codesourcery.com>
10680
10681 * gdb.base/foll-exec-2.c: New test program.
10682 * gdb.base/foll-exec-2.exp: New test.
10683
10684 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10685
10686 * gdb.base/nested-subp1.exp: New file.
10687 * gdb.base/nested-subp1.c: New file.
10688 * gdb.base/nested-subp2.exp: New file.
10689 * gdb.base/nested-subp2.c: New file.
10690 * gdb.base/nested-subp3.exp: New file.
10691 * gdb.base/nested-subp3.c: New file.
10692
10693 2015-08-24 Pedro Alves <palves@redhat.com>
10694
10695 * gdb.server/connect-without-multi-process.c: New file.
10696 * gdb.server/connect-without-multi-process.exp: New file.
10697
10698 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10699
10700 * gdb.opt/inline-markers.c: Make z int.
10701
10702 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10703
10704 * gdb.opt/inline-markers.c: Make z volatile.
10705
10706 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
10707
10708 * gdb.opt/inline-bt.c: New volatile global z.
10709 * gdb.opt/inline-cmds.c: Likewise.
10710 * gdb.opt/inline-locals.c: Likewise.
10711 * gdb.opt/inline-markers.c: New extern global z.
10712 (marker): Use z.
10713 (inline_fn): Likewise.
10714
10715 2015-08-24 Pedro Alves <palves@redhat.com>
10716
10717 * config/m32r-stub.exp: Remove file.
10718 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10719 * gdb.base/call-rt-st.exp: Likewise.
10720 * gdb.base/call-strs.exp: Likewise.
10721 * gdb.base/default.exp: Remove references to h8300-*-hms and
10722 *-*-udi*.
10723 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10724
10725 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10726
10727 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10728 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10729 and "return" use KFAIL when GDB can not read/write the vector
10730 return value.
10731
10732 2015-08-21 Gary Benson <gbenson@redhat.com>
10733
10734 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10735
10736 2015-08-20 Pedro Alves <palves@redhat.com>
10737
10738 * gdb.server/solib-list.exp: No longer expect an interior stop in
10739 non-stop mode.
10740
10741 2015-08-20 Pedro Alves <palves@redhat.com>
10742
10743 * gdb.server/connect-stopped-target.c: New file.
10744 * gdb.server/connect-stopped-target.exp: New file.
10745
10746 2015-08-20 Pedro Alves <palves@redhat.com>
10747
10748 * gdb.dwarf2/comp-unit-lang.exp: New file.
10749 * gdb.dwarf2/comp-unit-lang.c: New file.
10750
10751 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10752
10753 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10754 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10755
10756 2015-08-19 Kevin Buettner <kevinb@redhat.com>
10757
10758 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10759 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10760
10761 2015-08-18 Doug Evans <dje@google.com>
10762 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10763
10764 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10765 skip_python_tests. New arg prompt_regexp.
10766 (skip_python_tests): New function.
10767 * lib/mi-support.exp (mi_skip_python_tests): New function.
10768 * gdb.python/py-mi-objfile-gdb.py: New file.
10769 * gdb.python/py-mi-objfile.c: New file.
10770 * gdb.python/py-mi-objfile.exp: New file.
10771
10772 2015-08-17 Keith Seitz <keiths@redhat.com>
10773
10774 * gdb.linespec/explicit.exp: Move strace test from here ...
10775 * gdb.trace/strace.exp: ... to here.
10776
10777 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10778
10779 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10780 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10781
10782 2015-08-14 Doug Evans <xdje42@gmail.com>
10783
10784 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10785 inferior before selecting a new file.
10786
10787 2015-08-14 Doug Evans <xdje42@gmail.com>
10788
10789 * gdb.mi/mi-disassemble.exp: Update.
10790 * gdb.base/disasm-optim.S: New file.
10791 * gdb.base/disasm-optim.c: New file.
10792 * gdb.base/disasm-optim.h: New file.
10793 * gdb.base/disasm-optim.exp: New file.
10794
10795 2015-08-14 Keith Seitz <keiths@redhat.com>
10796
10797 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10798 "evaluated-by".
10799
10800 2015-08-13 Joel Brobecker <brobecker@adacore.com>
10801
10802 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10803
10804 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10805
10806 * gdb.ada/fun_renaming.exp: New testcase.
10807 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10808 * gdb.ada/fun_renaming/pack.adb: New file.
10809 * gdb.ada/fun_renaming/pack.ads: New file.
10810
10811 2015-08-12 Keith Seitz <keiths@redhat.com>
10812
10813 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10814 gdb_get_line_number.
10815
10816 2015-08-12 Joel Brobecker <brobecker@adacore.com>
10817
10818 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10819 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10820 gdb.base/dso2dso.exp: New files.
10821
10822 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10823 Pedro Alves <palves@redhat.com>
10824 Keith Seitz <keiths@redhat.com>
10825
10826 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10827 GDBFLAGS.
10828
10829 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10830
10831 * gdb.base/gdbhistsize-history.exp
10832 (test_histsize_history_setting): Use save_vars.
10833 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10834 Use save_vars.
10835 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10836 * gdb.base/readline.exp: Use save_vars.
10837
10838 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10839
10840 * lib/gdb.exp (save_vars): New proc.
10841
10842 2015-08-11 Keith Seitz <keiths@redhat.com>
10843
10844 * gdb.base/help.exp: Update help_breakpoint_text.
10845
10846 2015-08-11 Keith Seitz <keiths@redhat.com>
10847
10848 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10849 (at toplevel): Call test_explicit_breakpoints.
10850 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10851 breakpoints.
10852 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10853 breakpoint conditions, "-cond".
10854
10855 2015-08-11 Keith Seitz <keiths@redhat.com>
10856
10857 * gdb.linespec/3explicit.c: New file.
10858 * gdb.linespec/cpexplicit.cc: New file.
10859 * gdb.linespec/cpexplicit.exp: New file.
10860 * gdb.linespec/explicit.c: New file.
10861 * gdb.linespec/explicit.exp: New file.
10862 * gdb.linespec/explicit2.c: New file.
10863 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10864 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10865 before using in the matching pattern.
10866 Clarify that `prefix' is a regular expression.
10867
10868 2015-08-11 Keith Seitz <keiths@redhat.com>
10869
10870 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10871 test.
10872 Add tests for missing ",FMT" and ",".
10873
10874 2015-08-10 Doug Evans <dje@google.com>
10875 Keith Seitz <keiths@redhat.com>
10876
10877 PR gdb/17960
10878 * gdb.base/completion.exp: Add location completer tests.
10879
10880 2015-08-07 Pedro Alves <palves@redhat.com>
10881
10882 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10883 tests here.
10884 (top level): Run do_test with and without displaced stepping.
10885
10886 2015-08-07 Pedro Alves <palves@redhat.com>
10887
10888 * gdb.base/valgrind-disp-step.c: New file.
10889 * gdb.base/valgrind-disp-step.exp: New file.
10890
10891 2015-08-07 Pedro Alves <palves@redhat.com>
10892
10893 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10894 Delete function.
10895 (main): Add alarm. Run an infinite loop instead of calling
10896 wait_threads.
10897 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10898 comment.
10899 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10900 Delete function.
10901 (main): Add alarm. Run an infinite loop instead of calling
10902 wait_threads.
10903 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10904 comment.
10905
10906 2015-08-07 Pedro Alves <palves@redhat.com>
10907
10908 * gdb.base/checkpoint-ns.exp: New file.
10909 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10910 standard_testfile.
10911
10912 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10913
10914 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10915 * gdb.btrace/instruction_history.exp: Update.
10916 * gdb.btrace/tsx.exp: New.
10917 * gdb.btrace/tsx.c: New.
10918
10919 2015-08-06 Pedro Alves <palves@redhat.com>
10920
10921 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10922 increase timeout.
10923 * gdb.reverse/until-precsave.exp: Bump timeouts.
10924
10925 2015-08-06 Pedro Alves <palves@redhat.com>
10926
10927 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10928
10929 2015-08-06 Pedro Alves <palves@redhat.com>
10930
10931 PR gdb/18749
10932 * gdb.threads/process-dies-while-handling-bp.c: New file.
10933 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10934
10935 2015-08-06 Pedro Alves <palves@redhat.com>
10936
10937 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10938 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10939
10940 2015-08-05 Pedro Alves <palves@redhat.com>
10941
10942 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10943 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10944
10945 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10946
10947 * gdb.base/bp-permanent.exp: Report test as unsupported if
10948 the target cannot stop at the permanent breakpoint.
10949
10950 2015-08-03 Doug Evans <dje@google.com>
10951
10952 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10953 10000.
10954
10955 2015-08-03 Doug Evans <dje@google.com>
10956
10957 * Makefile.in (workers/%.worker, build-perf): New rule.
10958 (GDB_PERFTEST_MODE): New variable.
10959 (check-perf): Use it.
10960 (clean): Clean up gdb.perf parallel build subdirs.
10961 * lib/build-piece.exp: New file.
10962 * lib/gdb.exp (make_gdb_parallel_path): New function
10963 (standard_output_file, standard_temp_file): Call it.
10964 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10965 of $GDB_PARALLEL.
10966 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10967
10968 2015-08-03 Doug Evans <dje@google.com>
10969
10970 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10971 (LOG_FILE_NAME): New global.
10972 (TextReporter.__init__): Initialize self.txt_sum.
10973 (TextReporter.report): Add support for multiple data-points.
10974 Move report to perftest.sum, put raw data in perftest.log.
10975 (TextReporter.start): Open sum and log files.
10976 (TextReporter.end): Close sum and log files.
10977 * gdb.perf/lib/perftest/testresult.py
10978 (SingleStatisticTestResult.record): Handle multiple data-points.
10979
10980 2015-07-31 Pedro Alves <palves@redhat.com>
10981
10982 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10983 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10984 kill_wait_spawned_process instead of explicit "kill -9".
10985 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10986 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10987 kill_wait_spawned_process.
10988 * gdb.base/attach-twice.exp: Likewise.
10989 * gdb.base/attach.exp: Likewise.
10990 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10991 gdb_test_multiple.
10992 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10993 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10994 kill_wait_spawned_process.
10995 * gdb.base/valgrind-infcall.exp: Likewise.
10996 * gdb.multi/multi-attach.exp: Likewise.
10997 * gdb.python/py-prompt.exp: Likewise.
10998 * gdb.python/py-sync-interp.exp: Likewise.
10999 * gdb.server/ext-attach.exp: Likewise.
11000 * gdb.threads/attach-into-signal.exp (corefunc): Use
11001 spawn_wait_for_attach, spawn_id_get_pid and
11002 kill_wait_spawned_process.
11003 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11004 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11005 spawn_id_get_pid and kill_wait_spawned_process.
11006 * gdb.threads/attach-stopped.exp (corefunc): Use
11007 spawn_wait_for_attach, spawn_id_get_pid and
11008 kill_wait_spawned_process.
11009 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11010 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11011 kill_wait_spawned_process instead of explicit "kill -9".
11012 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11013 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11014 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11015 processes. Don't map cygwin/windows pids here. Now returns a
11016 spawn id list.
11017
11018 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11019
11020 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11021 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11022 correct patch.
11023
11024 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11025
11026 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11027
11028 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11029
11030 Reapply:
11031 2014-05-21 Mark Wielaard <mjw@redhat.com>
11032
11033 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11034
11035 2015-07-30 Pedro Alves <palves@redhat.com>
11036
11037 * linux-low.c (handle_extended_wait): Set the child's last
11038 reported status to TARGET_WAITKIND_STOPPED.
11039
11040 2015-07-30 Pedro Alves <palves@redhat.com>
11041
11042 PR threads/18600
11043 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11044 only shows inferior 1.
11045
11046 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11047 Pedro Alves <palves@redhat.com>
11048
11049 PR threads/18600
11050 * gdb.threads/fork-plus-threads.c: New file.
11051 * gdb.threads/fork-plus-threads.exp: New file.
11052
11053 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11054
11055 * gdb.base/batch-preserve-term-settings.exp
11056 (test_terminal_settings_preserved_after_cli_exit): Use
11057 send_quit_command.
11058
11059 2015-07-29 Pedro Alves <palves@redhat.com>
11060 Don Breazeal <donb@codesourcery.com>
11061
11062 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11063 output from both inferior_spawn_id and gdb_spawn_id.
11064
11065 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11066
11067 * gdb.threads/attach-into-signal.exp (corefunc): Use
11068 with_test_prefix on nested loops, uniquefying the test messages.
11069
11070 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11071
11072 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11073 commit.
11074
11075 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11076
11077 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11078 New proc.
11079 (test_terminal_settings_preserved_after_sigterm): New test.
11080
11081 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11082
11083 * gdb.base/batch-preserve-term-settings.exp
11084 (test_terminal_settings_preserved_after_cli_exit): New test.
11085
11086 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11087
11088 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11089 manipulation of saved_gdbflags.
11090 (test_terminal_settings_preserved): Remove global declaration of
11091 the unused variable pagination_prompt. Remove manipulation of
11092 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11093 GDBFLAGS.
11094
11095 2015-07-29 Pedro Alves <palves@redhat.com>
11096
11097 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11098
11099 2015-07-29 Pedro Alves <palves@redhat.com>
11100
11101 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11102 at the top.
11103
11104 2015-07-29 Pedro Alves <palves@redhat.com>
11105
11106 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11107 (main): Call gdb_unbuffer_output.
11108 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11109 (main): Call gdb_unbuffer_output.
11110 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11111 (main): Call gdb_unbuffer_output.
11112 * gdb.base/call-strs.exp: Adjust to step over the
11113 gdb_unbuffer_output call.
11114 * gdb.base/catch-gdb-caused-signals.c: Include
11115 "../lib/unbuffer_output.c".
11116 (main): Call gdb_unbuffer_output.
11117 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11118 (main): Call gdb_unbuffer_output.
11119 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11120 (main): Call gdb_unbuffer_output.
11121 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11122 (main): Call gdb_unbuffer_output.
11123 * gdb.base/shlib-call.exp: Adjust to step over the
11124 gdb_unbuffer_output call.
11125 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11126 (main): Call gdb_unbuffer_output.
11127 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11128 (main): Call gdb_unbuffer_output.
11129 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11130 (main): Rename to ...
11131 (test): ... this.
11132 (main): Reimplement.
11133 * gdb.base/varargs.exp: Run to test instead of to main.
11134 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11135 (main): Call gdb_unbuffer_output.
11136
11137 2015-07-29 Pedro Alves <palves@redhat.com>
11138
11139 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11140 factore out from mi_continue_dprintf. For call-style dprintfs,
11141 expect dprintf output out of $inferior_spawn_id.
11142 (mi_continue_dprintf): Use mi_expect_dprintf.
11143 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11144 (main): Call gdb_unbuffer_output.
11145
11146 2015-07-29 Pedro Alves <palves@redhat.com>
11147
11148 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11149 (default_mi_gdb_start): Set inferior_spawn_id instead of
11150 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11151 gdb_spawn_id.
11152 (mi_gdb_test): Always expect inferior output from both
11153 $inferior_spawn_id and $gdb_spawn_id.
11154
11155 2015-07-29 Pedro Alves <palves@redhat.com>
11156
11157 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11158 send_inferior and $inferior_spawn_id.
11159
11160 2015-07-29 Pedro Alves <palves@redhat.com>
11161
11162 * gdb.gdb/complaints.exp (test_initial_complaints)
11163 (test_serial_complaints, test_short_complaints): Use
11164 gdb_test_stdio.
11165 (test_empty_complaint): Handle $inferior_spawn_id !=
11166 $gdb_spawn_id.
11167
11168 2015-07-29 Pedro Alves <palves@redhat.com>
11169
11170 * gdb.base/varargs.exp: Use gdb_test_stdio.
11171
11172 2015-07-29 Pedro Alves <palves@redhat.com>
11173
11174 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11175
11176 2015-07-29 Pedro Alves <palves@redhat.com>
11177
11178 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11179
11180 2015-07-29 Pedro Alves <palves@redhat.com>
11181
11182 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11183 parameter into two new parameters, "inf_result" and "gdb_result".
11184 Expect inferior output and gdb output from $inferior_spawn_id and
11185 $gdb_spawn_id, respectively. Adjust all callers.
11186
11187 2015-07-29 Pedro Alves <palves@redhat.com>
11188
11189 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11190 of gdb_test_sequence.
11191
11192 2015-07-29 Pedro Alves <palves@redhat.com>
11193
11194 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11195 (saw_spurious_output): Expect inferior output from
11196 $inferior_spawn_id. Use gdb_test_stdio.
11197
11198 2015-07-29 Pedro Alves <palves@redhat.com>
11199
11200 * gdb.base/dprintf.exp: Use standard_testfile. Change
11201 prepare_for_testing call.
11202 (srcfile): Don't set.
11203 (restart): New procedure.
11204 (test_dprintf): New procecure, use to continue over dprintfs.
11205 (test_call, test_agent): New procedures, tests moved here.
11206 Restart gdb and recreate dprintfs. Adjust expected output.
11207
11208 2015-07-29 Pedro Alves <palves@redhat.com>
11209
11210 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11211
11212 2015-07-29 Pedro Alves <palves@redhat.com>
11213
11214 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11215
11216 2015-07-29 Pedro Alves <palves@redhat.com>
11217
11218 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11219 gdb_test_stdio.
11220
11221 2015-07-29 Pedro Alves <palves@redhat.com>
11222
11223 * lib/gdb.exp (gdb_test_stdio): New procedure.
11224
11225 2015-07-29 Pedro Alves <palves@redhat.com>
11226
11227 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11228
11229 2015-07-29 Pedro Alves <palves@redhat.com>
11230
11231 * gdb.base/call-signal-resume.exp: Remove check for
11232 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11233 * gdb.base/unwindonsignal.exp: Likewise.
11234 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11235 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11236
11237 2015-07-29 Pedro Alves <palves@redhat.com>
11238
11239 * gdb.base/siginfo-addr.c (pass): New function.
11240 (handler): Call it iff si_addr is correct.
11241 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11242 Set a breakpoint at "pass" and continue to it.
11243
11244 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11245
11246 * gdb.python/py-objfile.exp: Make some tests have unique names.
11247 * gdb.python/py-pp-registration.exp: Likewise.
11248
11249 2015-07-28 Pedro Alves <palves@redhat.com>
11250
11251 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11252
11253 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11254
11255 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11256
11257 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11258
11259 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11260
11261 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11262
11263 * gdb.base/gdb-sigterm-2.exp: New test.
11264
11265 2015-07-25 Doug Evans <xdje42@gmail.com>
11266
11267 Revert:
11268 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11269 (workers/%.worker, build-perf): New rule.
11270 (GDB_PERFTEST_MODE): New variable.
11271 (check-perf): Use it.
11272 (clean): Clean up gdb.perf parallel build subdirs.
11273 * lib/build-piece.exp: New file.
11274 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11275 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11276 name.
11277 (standard_temp_file): Ditto.
11278 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11279 of $GDB_PARALLEL.
11280
11281 2015-07-24 Doug Evans <dje@google.com>
11282
11283 * gdb.perf/lib/perftest/utils.py: New file.
11284 * gdb.perf/gm-hello.cc: New file.
11285 * gdb.perf/gm-pervasive-typedef.cc: New file.
11286 * gdb.perf/gm-pervasive-typedef.h: New file.
11287 * gdb.perf/gm-std.cc: New file.
11288 * gdb.perf/gm-std.h: New file.
11289 * gdb.perf/gm-use-cerr.cc: New file.
11290 * gdb.perf/gm-utils.h: New file.
11291 * gdb.perf/gmonster-null-lookup.py: New file.
11292 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11293 * gdb.perf/gmonster-print-cerr.py: New file.
11294 * gdb.perf/gmonster-ptype-string.py: New file.
11295 * gdb.perf/gmonster-runto-main.py: New file.
11296 * gdb.perf/gmonster-select-file.py: New file.
11297 * gdb.perf/gmonster1-null-lookup.exp: New file.
11298 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11299 * gdb.perf/gmonster1-print-cerr.exp: New file.
11300 * gdb.perf/gmonster1-ptype-string.exp: New file.
11301 * gdb.perf/gmonster1-runto-main.exp: New file.
11302 * gdb.perf/gmonster1-select-file.exp: New file.
11303 * gdb.perf/gmonster1.cc: New file.
11304 * gdb.perf/gmonster1.exp: New file.
11305 * gdb.perf/gmonster2-null-lookup.exp: New file.
11306 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11307 * gdb.perf/gmonster2-print-cerr.exp: New file.
11308 * gdb.perf/gmonster2-ptype-string.exp: New file.
11309 * gdb.perf/gmonster2-runto-main.exp: New file.
11310 * gdb.perf/gmonster2-select-file.exp: New file.
11311 * gdb.perf/gmonster2.cc: New file.
11312 * gdb.perf/gmonster2.exp: New file.
11313
11314 2015-07-24 Doug Evans <dje@google.com>
11315
11316 * gdb.perf/README: New file.
11317 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11318 * lib/gen-perf-test.exp: New file.
11319
11320 2015-07-24 Doug Evans <dje@google.com>
11321
11322 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11323 (PerfTest::startup): New function.
11324 (PerfTest::run): Return result of calling body.
11325 (PerfTest::assemble): Rewrite.
11326 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11327 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11328 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11329 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11330 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11331
11332 2015-07-24 Doug Evans <dje@google.com>
11333
11334 * lib/gdb.exp (clean_restart): Make executable optional.
11335
11336 2015-07-24 Doug Evans <dje@google.com>
11337
11338 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11339 compiler_info references.
11340 * gdb.cp/temargs.exp: Ditto.
11341 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11342 (get_compiler_info): Early exit if already computed. Set compiler_info
11343 to "unknown" if there was a problem.
11344 (test_compiler_info): Add function comment. Call get_compiler_info.
11345
11346 2015-07-24 Doug Evans <dje@google.com>
11347
11348 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11349 (workers/%.worker, build-perf): New rule.
11350 (GDB_PERFTEST_MODE): New variable.
11351 (check-perf): Use it.
11352 (clean): Clean up gdb.perf parallel build subdirs.
11353 * lib/build-piece.exp: New file.
11354 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11355 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11356 name.
11357 (standard_temp_file): Ditto.
11358 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11359 of $GDB_PARALLEL.
11360
11361 2015-07-24 Doug Evans <dje@google.com>
11362
11363 * lib/future.exp (gdb_default_target_compile): New option
11364 "early_flags".
11365 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11366 --as-needed.
11367
11368 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11369
11370 * gdb.base/catch-syscall.exp: Call gdb_exit before
11371 gdb_skip_xml_test.
11372
11373 2015-07-24 Pedro Alves <palves@redhat.com>
11374
11375 * gdb.python/py-events.exp: Accept output between the stop event
11376 and the prompt.
11377 * gdb.python/py-evsignal.exp: Likewise.
11378 * gdb.python/py-evthreads.exp: Likewise.
11379
11380 2015-07-24 Pedro Alves <palves@redhat.com>
11381
11382 PR gdb/18717
11383 * gdb.threads/non-ldr-exit.c: New file.
11384 * gdb.threads/non-ldr-exit.exp: New file.
11385
11386 2015-07-24 Yao Qi <yao.qi@linaro.org>
11387
11388 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11389 restarting process.
11390
11391 2015-07-24 Yao Qi <yao.qi@linaro.org>
11392
11393 * gdb.server/ext-restart.exp: New file.
11394
11395 2015-07-24 Yao Qi <yao.qi@linaro.org>
11396
11397 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11398 argument options.
11399 * gdb.server/ext-wrapper.exp: New file.
11400
11401 2015-07-23 Doug Evans <dje@google.com>
11402
11403 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11404 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11405
11406 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11407
11408 * gdb.ada/var_arr_typedef.exp: New testcase.
11409 * gdb.ada/var_arr_typedef/pack.adb: New file.
11410 * gdb.ada/var_arr_typedef/pack.ads: New file.
11411 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11412
11413 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11414
11415 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11416
11417 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11418
11419 * gdb.arch/i386-biarch-core.exp: Replace istarget
11420 by "complete set gnutarget". Remove expectation for the "core-file"
11421 command.
11422
11423 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11424
11425 Revert the previous commit:
11426 Tests for validate symbol file using build-id.
11427
11428 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11429
11430 Tests for validate symbol file using build-id.
11431 * gdb.base/solib-mismatch-lib.c: New file.
11432 * gdb.base/solib-mismatch-libmod.c: New file.
11433 * gdb.base/solib-mismatch.c: New file.
11434 * gdb.base/solib-mismatch.exp: New file.
11435
11436 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11437
11438 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11439 nios2-*-linux*.
11440 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11441 * gdb.base/siginfo.exp: Likewise.
11442 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11443
11444 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11445
11446 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11447 Move it to ...
11448 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11449 ... here.
11450 * gdb.trace/range-stepping.exp: Check that the target supports
11451 range stepping.
11452
11453 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11454
11455 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11456
11457 2015-07-14 Pedro Alves <palves@redhat.com>
11458
11459 * gdb.base/killed-outside.exp: New file.
11460 * gdb.base/killed-outside.c: New file.
11461
11462 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11463
11464 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11465 (n at main): New.
11466 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11467
11468 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11469
11470 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11471 infcall tests instead of setting up for KFAIL.
11472
11473 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11474
11475 * gdb.btrace/record_goto-step.exp: New.
11476
11477 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11478
11479 PR compile/18484
11480 * gdb.compile/compile.c (struct struct_type): Add volatile to
11481 selffield's type.
11482 * gdb.compile/compile.exp
11483 (compile code struct_object.selffield = &struct_object): Skip further
11484 struct_object tests if this one xfails.
11485
11486 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11487
11488 PR exp/18617
11489 * gdb.trace/ax.exp: Add test.
11490
11491 2015-07-07 Yao Qi <yao.qi@linaro.org>
11492
11493 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11494 instead of istarget "aarch64*-*-*".
11495 * gdb.arch/aarch64-fp.exp: Likewise.
11496 * gdb.base/float.exp: Likewise.
11497 * gdb.reverse/aarch64.exp: Likewise.
11498 * lib/gdb.exp (is_aarch64_target): New proc.
11499
11500 2015-07-07 Yao Qi <yao.qi@linaro.org>
11501
11502 * lib/gdb.exp (is_aarch32_target): New proc.
11503 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11504 instead of "istarget "arm*-*-*"".
11505 * gdb.arch/arm-disp-step.exp: Likewise.
11506 * gdb.arch/thumb-bx-pc.exp: Likewise.
11507 * gdb.arch/thumb-prologue.exp: Likewise.
11508 * gdb.arch/thumb-singlestep.exp: Likewise.
11509 * gdb.base/disp-step-syscall.exp: Likewise.
11510 * gdb.base/float.exp: Likewise.
11511
11512 2015-07-07 Yao Qi <yao.qi@linaro.org>
11513
11514 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11515 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11516
11517 2015-07-07 Yao Qi <yao.qi@linaro.org>
11518
11519 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11520 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11521 if it exists.
11522 * gdb.multi/multi-arch.exp: Likewise.
11523
11524 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11525
11526 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11527 print.
11528
11529 2015-07-07 Yao Qi <yao.qi@linaro.org>
11530
11531 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11532
11533 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11534
11535 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11536 '[' and ']' characters.
11537
11538 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11539
11540 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11541
11542 2015-06-29 Pedro Alves <palves@redhat.com>
11543
11544 PR threads/18127
11545 * gdb.threads/hand-call-new-thread.c: New file.
11546 * gdb.threads/hand-call-new-thread.c: New file.
11547
11548 2015-06-26 Keith Seitz <keiths@redhat.com>
11549 Doug Evans <dje@google.com>
11550
11551 PR 16253
11552 * gdb.cp/var-tag-2.cc: New file.
11553 * gdb.cp/var-tag-3.cc: New file.
11554 * gdb.cp/var-tag-4.cc: New file.
11555 * gdb.cp/var-tag.cc: New file.
11556 * gdb.cp/var-tag.exp: New file.
11557
11558 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11559
11560 * gdb.base/history-duplicates.exp: New test.
11561
11562 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11563
11564 * gdb.base/completion.exp: Test the completion of the "focus"
11565 command.
11566
11567 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11568
11569 * gdb.arch/amd64-prologue-skip.S: New file.
11570 * gdb.arch/amd64-prologue-skip.exp: New file.
11571
11572 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11573
11574 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11575 is_address_zero_readable check.
11576
11577 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11578
11579 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11580 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11581
11582 2015-06-24 Yao Qi <yao.qi@linaro.org>
11583
11584 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11585 linux targets.
11586
11587 2015-06-24 Yao Qi <yao.qi@linaro.org>
11588
11589 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11590 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11591 * gdb.base/siginfo-thread.exp: Likewise.
11592
11593 2015-06-22 Yao Qi <yao.qi@linaro.org>
11594
11595 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11596
11597 2015-06-22 Yao Qi <yao.qi@linaro.org>
11598
11599 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11600 aarch64*-*-*.
11601 (skip_hw_watchpoint_tests): Likewise.
11602
11603 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11604
11605 * gdb.base/gdbinit-history.exp: Test the interaction between
11606 setting GDBHISTSIZE and setting the history size via .gdbinit.
11607
11608 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11609
11610 PR gdb/16999
11611 * gdb.base/gdbhistsize-history.exp: New test.
11612
11613 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11614
11615 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11616 with GDBHISTSIZE.
11617 * gdb.base/readline.exp: Likewise.
11618
11619 2015-06-17 Yao Qi <yao.qi@linaro.org>
11620
11621 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11622 line.
11623
11624 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11625
11626 * gdb.base/gdbinit-history.exp: Add test case to check that
11627 an unlimited history file does not get truncated on exit.
11628
11629 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11630
11631 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11632 (VECTOR): New macro. Use it...
11633 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11634 ...for these typedefs.
11635 (int8, char1, int1, double1): New typedefs.
11636 (struct just_int2, struct two_int2): New structures.
11637 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11638 (add_structvecs, add_singlevecs): New functions.
11639 (main): Call add_some_intvecs twice.
11640 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11641 the compile and exit upon failure. Try compiling for the "native"
11642 architecture. Test inferior function calls with vector arguments
11643 and vector return value handling with "finish" and "return".
11644
11645 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11646
11647 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11648 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11649 PE file.
11650 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11651
11652 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11653
11654 PR breakpoints/16465
11655 * gdb.mi/mi-dprintf-pending.c: New file.
11656 * gdb.mi/mi-dprintf-pending.exp: New test.
11657 * gdb.mi/mi-dprintf-pendshr.c: New file.
11658
11659 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11660 Mircea Gherzan <mircea.gherzan@intel.com>
11661
11662 * gdb.arch/i386-mpx-map.c: New file.
11663 * gdb.arch/i386-mpx-map.exp: New File.
11664
11665 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11666
11667 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11668 * gdb.arch/i386-mpx.exp: Indentation fixed.
11669
11670 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11671
11672 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11673 function and improved indentation.
11674 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11675 gdb_test_multiple. Added additional tests to skip the test.
11676
11677 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11678
11679 * gdb.arch/i386-avx512.c: Change path in include file.
11680 * gdb.arch/i386-avx512.exp: Change include dir path
11681 compilation flag.
11682 * gdb.arch/i386-mpx.c: Change path in include file.
11683 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11684 flag.
11685
11686 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11687
11688 * gdb.compile/compile-print.exp (compile print *vararray@3)
11689 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11690
11691 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11692
11693 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11694 (do not keep jit in memory): ... this.
11695 (expect 5): Change it to ...
11696 (expect no 5): ... this.
11697
11698 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11699
11700 PR gdb/15564
11701 * gdb.mi/mi-detach.exp: New file.
11702
11703 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11704
11705 PR symtab/18392
11706 * gdb.arch/amd64-tailcall-self.S: New file.
11707 * gdb.arch/amd64-tailcall-self.c: New file.
11708 * gdb.arch/amd64-tailcall-self.exp: New file.
11709
11710 2015-05-28 Don Breazeal <donb@codesourcery.com>
11711
11712 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11713 tests for remote targets by checking is_target_gdbserver.
11714
11715 2015-05-27 Doug Evans <dje@google.com>
11716
11717 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11718 * gdb.dwarf2/opaque-type-lookup.c: New file.
11719 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11720
11721 2015-05-26 Doug Evans <dje@google.com>
11722
11723 * gdb.cp/iostream.cc: New file.
11724 * gdb.cp/iostream.exp: New file.
11725
11726 2015-05-26 Doug Evans <dje@google.com>
11727
11728 * gdb.dwarf2/dw2-op-call.exp: Update.
11729 * gdb.dwarf2/dw4-sig-types.exp: Update.
11730 * gdb.dwarf2/implptr.exp: Update.
11731 * gdb.mi/mi-cmd-param-changed.exp: Update.
11732
11733 2015-05-26 Doug Evans <dje@google.com>
11734
11735 * gdb.python/py-lazy-string.c: New file.
11736 * gdb.python/py-lazy-string.exp: New file.
11737 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11738 (main): Update. Add estring3.
11739 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11740 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11741
11742 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11743 Yao Qi <yao.qi@linaro.org>
11744
11745 * gdb.reverse/aarch64.c: New.
11746 * gdb.reverse/aarch64.exp: New.
11747
11748 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
11749
11750 * lib/gdb.exp (supports_process_record): Return true for
11751 aarch64*-linux*.
11752 (supports_reverse): Likewise.
11753
11754 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11755
11756 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11757 Use with_test_prefix.
11758
11759 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11760
11761 * gdb.base/completion.exp: Add test for completion of layout
11762 names.
11763
11764 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11765
11766 * lib/gdb.exp (skip_tui_tests): New proc.
11767 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11768
11769 2015-05-19 Pedro Alves <palves@redhat.com>
11770
11771 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11772 Save the whole env array instead of just HOME. Unset HISTSIZE in
11773 the environment while testing. Restore whole environment
11774 afterwards.
11775
11776 2015-05-16 Doug Evans <xdje42@gmail.com>
11777
11778 * gdb.guile/scm-ports.c: New file.
11779 * gdb.guile/scm-ports.exp: Add memory port tests.
11780
11781 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11782
11783 * gdb.compile/compile-print.c: New file.
11784 * gdb.compile/compile-print.exp: New file.
11785
11786 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11787
11788 * gdb.compile/compile-ops.exp: Cast param to void.
11789 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11790 (compile code struct_object.selffield = &struct_object): Add xfail.
11791
11792 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11793
11794 * gdb.ada/arr_enum_with_gap: New testcase.
11795
11796 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11797
11798 * gdb.ada/byte_packed_arr: New testcase.
11799
11800 2015-05-15 Joel Brobecker <brobecker@adacore.com>
11801
11802 * gdb.ada/pckd_neg: New testcase.
11803
11804 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11805
11806 PR gdb/17820
11807 * gdb.base/gdbinit-history.exp: New test.
11808 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11809 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11810
11811 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11812
11813 * gdb.python/py-xmethods.cc: Enhance test case.
11814 * gdb.python/py-xmethods.exp: New tests.
11815 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11816 function.
11817 (B_indexoper): Likewise.
11818 (global_dm_list) : Add new xmethod worker functions.
11819
11820 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11821
11822 * gdb.base/coredump-filter.exp: Correctly unset
11823 "coredump_var_addr" array.
11824
11825 2015-05-08 Pedro Alves <palves@redhat.com>
11826
11827 * gdb.server/non-existing-program.exp: Unset spawn_id.
11828
11829 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11830
11831 PR python/18291
11832 * gdb.python/py-xmethods.exp: Add tests.
11833
11834 2015-05-08 Yao Qi <yao.qi@linaro.org>
11835
11836 PR gdb/18208
11837 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11838 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11839 function set_coredump_filter, and remove remote_exec call.
11840 Remove argument ipid. Callers update.
11841 (top level): Don't get inferior's PID.
11842
11843 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11844
11845 * gdb.base/watch_thread_num.exp: Skip test on targets without
11846 access watchpoints.
11847
11848 2015-05-06 Pedro Alves <palves@redhat.com>
11849
11850 PR server/18081
11851 * gdb.server/non-existing-program.exp: New file.
11852
11853 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11854
11855 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11856
11857 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11858
11859 * gdb.ada/out_of_line_in_inlined: New testcase.
11860
11861 2015-05-05 Joel Brobecker <brobecker@adacore.com>
11862
11863 * gdb.ada/var_rec_arr: New testcase.
11864
11865 2015-04-30 Yao Qi <yao.qi@linaro.org>
11866
11867 * gdb.base/break-idempotent.exp: If
11868 skip_hw_watchpoint_multi_tests returns true, skip the tests
11869 on "rwatch" and "awatch".
11870
11871 2015-04-30 Yao Qi <yao.qi@linaro.org>
11872
11873 * gdb.base/relativedebug.exp: Invoke gdb command
11874 "info sharedlibrary", and if libc.so doesn't have debug info,
11875 skip the test.
11876
11877 2015-04-29 Doug Evans <dje@google.com>
11878
11879 * gdb.python/py-xmethods.exp: Add ptype tests.
11880 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11881 get_result_type method.
11882
11883 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11884
11885 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11886 the target does not support hardware watchpoints.
11887
11888 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
11889
11890 * gdb.base/break-always.exp: Abort testing if writing to memory
11891 causes an error.
11892
11893 2015-04-28 Doug Evans <dje@google.com>
11894
11895 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11896 * gdb.python/py-pp-registration.exp: ... here. New file.
11897 * gdb.python/py-pp-registration.c: New file.
11898 * gdb.python/py-pp-registration.py: New file.
11899
11900 2015-04-28 Doug Evans <dje@google.com>
11901
11902 * gdb.python/py-bad-printers.c: New file.
11903 * gdb.python/py-bad-printers.py: New file.
11904 * gdb.python/py-bad-printers.exp: New file.
11905
11906 2015-04-28 Sasha Smundak <asmundak@google.com>
11907
11908 * gdb.python/py-type.exp: New test.
11909
11910 2015-04-28 Andy Wingo <wingo@igalia.com>
11911
11912 * gdb.python/py-parameter.exp:
11913 * gdb.guile/scm-parameter.exp: Escape the path that we are
11914 matching against, as it might contain characters that are special
11915 to regular expressions.
11916
11917 2015-04-27 Joel Brobecker <brobecker@adacore.com>
11918
11919 * gdb.ada/rec_comp: New testcase.
11920
11921 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11922
11923 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11924 before using it.
11925
11926 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11927
11928 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11929 new tests for verilog output.
11930
11931 2015-04-24 Yao Qi <yao.qi@linaro.org>
11932
11933 * boards/remote-gdbserver-on-localhost.exp: New file.
11934
11935 2015-04-23 Pedro Alves <palves@redhat.com>
11936
11937 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11938 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11939 "end of file", remove $inferior_spawn_id from the indirect list.
11940
11941 2015-04-23 Pedro Alves <palves@redhat.com>
11942
11943 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11944
11945 2015-04-23 Pedro Alves <palves@redhat.com>
11946
11947 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11948 on $any_spawn_id instead of only on $gdb_spawn_id.
11949
11950 2015-04-21 Pierre Muller <muller@sourceware.org>
11951
11952 PR pascal/17815
11953 * lib/pascal.exp (gpc_compile): Add new option "class".
11954 (fpc_compile): Likewise.
11955 * gdb.pascal/case-insensitive-symbols.pas: New file.
11956 * gdb.pascal/case-insensitive-symbols.exp: New file.
11957
11958 2015-04-20 Gary Benson <gbenson@redhat.com>
11959
11960 * gdb.base/attach.exp: Fix three extended remote failures.
11961
11962 2015-04-17 Gary Benson <gbenson@redhat.com>
11963
11964 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11965 the main executable over the remote protocol.
11966
11967 2015-04-16 Pedro Alves <palves@redhat.com>
11968
11969 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11970 a new gdbserver if gdbserver_reconnect_p is set.
11971
11972 2015-04-16 Pedro Alves <palves@redhat.com>
11973
11974 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11975 is set, don't exit gdbserver.
11976
11977 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11978
11979 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11980 appropriate .insn, such that an older assembler can be used.
11981 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11982 the z/Architecture instruction set on 31-bit targets as well.
11983
11984 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11985
11986 * gdb.go/handcall.exp: Remove all logic related to the first
11987 breakpoint and rely on go_runto_main instead.
11988 * gdb.go/strings.exp: Likewise.
11989 * gdb.go/unsafe.exp: Likewise.
11990 * gdb.go/hello.exp: Likewise. Also rename the remaining
11991 breakpoint marker to "breakpoint 1".
11992 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11993 * gdb.go/strings.go: Likewise.
11994 * gdb.go/unsafe.go: Likewise.
11995 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11996 "set breakpoint 2 here" and rename the remaining breakpoint marker
11997 to "breakpoint 1".
11998
11999 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12000
12001 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12002 if itertools.imap is not present.
12003 * gdb.python/py-objfile.exp: Add parentheses.
12004 * gdb.python/py-type.exp: Same.
12005 * gdb.python/py-unwind-maint.py: Same.
12006
12007 2015-04-15 Yao Qi <yao.qi@linaro.org>
12008
12009 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12010 of ":$ptr_size" and set its form explicitly.
12011
12012 2015-04-15 Pedro Alves <palves@redhat.com>
12013 Yao Qi <yao.qi@linaro.org>
12014
12015 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12016 timeout by factor of 4.
12017 (test_regular_watch): Likewise.
12018 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12019 * gdb.reverse/sigall-reverse.exp: Likewise.
12020 * gdb.reverse/until-precsave.exp: Likewise.
12021 * lib/gdb.exp (with_timeout_factor): New proc.
12022 (gdb_expect): Move some code to ...
12023 (get_largest_timeout): ... here. New procedure.
12024
12025 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12026
12027 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12028
12029 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12030
12031 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12032 to write to the .text section.
12033
12034 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12035
12036 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12037 Handle the case of targets that do not provide PID information.
12038
12039 2015-04-13 Yao Qi <yao.qi@linaro.org>
12040
12041 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12042 and use expect instead of gdb_expect.
12043
12044 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12045
12046 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12047 "coredump_var_addr" to avoid naming conflict with other testcases.
12048
12049 2015-04-10 Pedro Alves <palves@redhat.com>
12050
12051 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12052 gdb_test_sequence and gdb_assert.
12053
12054 2015-04-10 Pedro Alves <palves@redhat.com>
12055
12056 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12057 test messages that don't include the breakpoint address.
12058
12059 2015-04-10 Yao Qi <yao.qi@linaro.org>
12060
12061 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12062 false for some offset and width combinations which aren't
12063 supported by linux kernel.
12064
12065 2015-04-10 Pedro Alves <palves@redhat.com>
12066
12067 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12068 procedure, factored out from ...
12069 (top level): ... here. Add "set displaced-stepping" testing axis.
12070 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12071 parameter "displaced". Use it.
12072 (top level): Use foreach and add "set displaced-stepping" testing
12073 axis.
12074
12075 2015-04-10 Pedro Alves <palves@redhat.com>
12076
12077 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12078 Remove comment.
12079 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12080 both the address of the instruction that triggers the watchpoint
12081 and the address of the instruction immediately after, and use
12082 those addresses for the test. Fix comment.
12083
12084 2015-04-10 Pedro Alves <palves@redhat.com>
12085
12086 * gdb.base/sigstep.exp (breakpoint_to_handler)
12087 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12088 Test "backtrace" in handler.
12089 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12090 (top level): Add new "displaced" test axis to
12091 breakpoint_to_handler, breakpoint_to_handler_entry and
12092 breakpoint_over_handler.
12093
12094 2015-04-10 Pedro Alves <palves@redhat.com>
12095
12096 PR gdb/18216
12097 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12098
12099 2015-04-10 Yao Qi <yao.qi@linaro.org>
12100
12101 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12102 (test_add_rn_pc): New function.
12103 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12104 (top level): Invoke test_add_rn_pc.
12105
12106 2015-04-10 Pedro Alves <palves@redhat.com>
12107
12108 PR gdb/13858
12109 * gdb.base/step-over-no-symbols.exp: New file.
12110
12111 2015-04-09 Andy Wingo <wingo@igalia.com>
12112
12113 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12114 after the Python tests.
12115
12116 2015-04-08 Keith Seitz <keiths@redhat.com>
12117
12118 PR python/16699
12119 * gdb.python/py-completion.exp: New tests for completion.
12120 * gdb.python/py-completion.py (CompleteLimit1): New class.
12121 (CompleteLimit2): Likewise.
12122 (CompleteLimit3): Likewise.
12123 (CompleteLimit4): Likewise.
12124 (CompleteLimit5): Likewise.
12125 (CompleteLimit6): Likewise.
12126 (CompleteLimit7): Likewise.
12127
12128 2015-04-08 Pedro Alves <palves@redhat.com>
12129
12130 PR gdb/18214
12131 PR gdb/18216
12132 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12133 function.
12134 (main): Install it as SIGUSR1 handler.
12135 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12136 parameter. Always use "setup" as prefix. Toggle "set
12137 displaced-stepping" off/on depending on global. Don't switch to
12138 thread 1 here.
12139 (top level): Add displaced stepping "off/on" test axis. Update
12140 "setup" calls. Wrap each subtest with with_test_prefix. Test
12141 continuing with a queued signal in each thread.
12142
12143 2015-04-08 Pedro Alves <palves@redhat.com>
12144
12145 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12146 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12147 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12148 Return early if running to main fails.
12149 * gdb.trace/while-stepping.exp: Likewise.
12150
12151 2015-04-07 Pedro Alves <palves@redhat.com>
12152
12153 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12154 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12155 interact with inferior program.
12156
12157 2015-04-07 Pedro Alves <palves@redhat.com>
12158
12159 * lib/gdb.exp (inferior_spawn_id): New global.
12160 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12161 spawn id after processing the user code.
12162 (default_gdb_start): Set inferior_spawn_id.
12163 (send_inferior): New procedure.
12164 * lib/gdbserver-support.exp (gdbserver_start): Set
12165 inferior_spawn_id.
12166 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12167
12168 2015-04-07 Pedro Alves <palves@redhat.com>
12169
12170 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12171 * lib/gdbserver-support.exp (gdbserver_start): Make
12172 $server_spawn_id global.
12173 (gdbserver_start): Don't wait for gdbserver's spawn id with
12174 expect_background.
12175 (close_gdbserver): New procedure.
12176 (gdb_exit): Rename the default version and reimplement.
12177
12178 2015-04-07 Pedro Alves <palves@redhat.com>
12179
12180 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12181 append the substituted item, not the original item.
12182
12183 2015-04-07 Pedro Alves <palves@redhat.com>
12184
12185 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12186 gdb_expect.
12187
12188 2015-04-07 Pedro Alves <palves@redhat.com>
12189
12190 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12191 output appearing once only.
12192
12193 2015-04-07 Pedro Alves <palves@redhat.com>
12194
12195 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12196 that doesn't expect anything. Return early if running to main
12197 fails.
12198
12199 2015-04-07 Yao Qi <yao.qi@linaro.org>
12200
12201 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12202 (child_function): Call alarm.
12203 (main): Move call to alarm into the loop.
12204 * gdb.threads/non-stop-fair-events.exp: Build program with
12205 -DTIMEOUT=$timeout.
12206
12207 2015-04-06 Doug Evans <xdje42@gmail.com>
12208
12209 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12210 Fix dest parameter to board_info.
12211 (fpc_compile): Ditto.
12212 (gdb_compile_pascal): Rename dest arg to destfile.
12213
12214 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12215
12216 * gdb.ada/funcall_ref.exp: New file.
12217 * gdb.ada/funcall_ref/foo.adb: New file.
12218
12219 2015-04-02 Yao Qi <yao.qi@linaro.org>
12220
12221 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12222 is remote.
12223
12224 2015-04-02 Gary Benson <gbenson@redhat.com>
12225
12226 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12227
12228 2015-04-01 Sasha Smundak <asmundak@google.com>
12229
12230 * gdb.python/py-unwind-maint.c: New file.
12231 * gdb.python/py-unwind-maint.exp: New test.
12232 * gdb.python/py-unwind-maint.py: New file.
12233 * gdb.python/py-unwind.c: New file.
12234 * gdb.python/py-unwind.exp: New test.
12235 * gdb.python/py-unwind.py: New test.
12236
12237 2015-04-01 Pedro Alves <palves@redhat.com>
12238
12239 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12240 to fail instead of non-existent $test.
12241
12242 2015-04-01 Pedro Alves <palves@redhat.com>
12243
12244 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12245 GDBFLAGS if not empty.
12246
12247 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12248
12249 * gdb.ada/complete.exp: Remove "multi_line".
12250 * gdb.ada/info_exc.exp: Remove "multi_line".
12251 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12252 * gdb.ada/ptype_field.exp: Remove "multi_line".
12253 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12254 * gdb.ada/tagged.exp: Remove "multi_line".
12255 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12256 [multi_line ...]
12257 * gdb.btrace/delta.exp: Likewise.
12258 * gdb.btrace/exception.exp: Likewise.
12259 * gdb.btrace/function_call_history.exp: Likewise.
12260 * gdb.btrace/instruction_history.exp: Likewise.
12261 * gdb.btrace/nohist.exp: Likewise.
12262 * gdb.btrace/record_goto.exp: Likewise.
12263 * gdb.btrace/segv.exp: Likewise.
12264 * gdb.btrace/stepi.exp: Likewise.
12265 * gdb.btrace/tailcall.exp: Likewise.
12266 * gdb.btrace/unknown_functions.exp: Likewise.
12267 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12268 * lib/gdb.exp: Add the "multi_line" helper.
12269
12270 2015-04-01 Pedro Alves <palves@redhat.com>
12271
12272 * gdb.threads/tid-reuse.c: New file.
12273 * gdb.threads/tid-reuse.exp: New file.
12274
12275 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12276
12277 PR corefiles/16092
12278 * gdb.base/coredump-filter.c: New file.
12279 * gdb.base/coredump-filter.exp: Likewise.
12280
12281 2015-03-27 Petr Machata <pmachata@redhat.com>
12282
12283 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12284 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12285 (Dwarf::assemble): Initialize them.
12286 (Dwarf::lines): New function.
12287
12288 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12289
12290 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12291 SYMBOL_PREFIX for x86_64-*-cygwin.
12292
12293 2015-03-26 Andy Wingo <wingo@igalia.com>
12294
12295 PR symtab/18148
12296 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12297 const_value but not a location.
12298 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12299 location defined in non-main CUs are visible.
12300
12301 2015-03-26 Yao Qi <yao.qi@linaro.org>
12302
12303 PR testsuite/18139
12304 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12305 Add a line number entry for the same line.
12306 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12307 Add a line number entry for the same line.
12308
12309 2015-03-26 Yao Qi <yao.qi@linaro.org>
12310
12311 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12312 .int 0.
12313 (func): Likewise. Add .Lfunc_1 label.
12314 Use .Lfunc_1 label.
12315 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12316 .int 0.
12317 (func): Likewise.
12318 Use .Lfunc_1 label.
12319
12320 2015-03-26 Yao Qi <yao.qi@linaro.org>
12321
12322 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12323 Call gdb_compile instead to compile each .s files without debug
12324 information.
12325
12326 2015-03-26 Yao Qi <yao.qi@linaro.org>
12327
12328 * gdb.base/savedregs.exp (process_saved_regs): Make
12329 "Saved registers:" optional in the pattern.
12330
12331 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12332
12333 * gdb.btrace/next.exp: Merged into step.exp.
12334 * gdb.btrace/finish.exp: Merged into step.exp.
12335 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12336 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12337 "record goto" and checking the exact replay position.
12338 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12339 check for "Recording format" in "info record" output.
12340 * gdb.btrace/record_goto.exp: Choose test file based on target.
12341 * gdb.btrace/x86-record_goto.S: Renamed into ...
12342 * gdb.btrace/x86_64-record_goto.S: ... this.
12343 * gdb.btrace/i686-record_goto.S: New.
12344 * gdb.btrace/x86-tailcall.S: Renamed into ...
12345 * gdb.btrace/x86_64-tailcall.S: ... this.
12346 * gdb.btrace/i686-tailcall.S: New.
12347 * gdb.btrace/x86-tailcall.c: Renamed into ...
12348 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12349 separate statements. Update test.
12350 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12351 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12352 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12353 * gdb.btrace/tailcall.exp: Choose test file based on target.
12354 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12355
12356 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12357
12358 * gdb.btrace/exception.exp: Increase BTS buffer size.
12359
12360 2015-03-24 Pedro Alves <palves@redhat.com>
12361
12362 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12363
12364 2015-03-24 Pedro Alves <palves@redhat.com>
12365
12366 * gdb.threads/schedlock.exp (test_step): No longer expect that
12367 "set scheduler-locking step" with "next" over a function call runs
12368 threads unlocked.
12369
12370 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12371
12372 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12373
12374 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12375
12376 PR breakpoints/16466
12377 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12378 * gdb.mi/mi-pending.c (thread_func): New function.
12379 (int main): Add threading support required.
12380 * gdb.mi/mi-pending.exp: Add tests for this issue.
12381 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12382 (pendfunc2): Remove stdio dependency.
12383 * gdb.mi/mi-pendshr2.c: New file.
12384
12385 2015-03-23 Keith Seitz <keiths@redhat.com>
12386
12387 * gdb.linespec/keywords.c: New file.
12388 * gdb.linespec/keywords.exp: New file.
12389
12390 2015-03-23 Keith Seitz <keiths@redhat.com>
12391
12392 PR gdb/18021
12393 * gdb.dwarf2/staticvirtual.exp: New test.
12394
12395 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12396
12397 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12398 * README: Remove HP-UX and gdb.hp.
12399 (configuration):
12400 * configure: Regenerate.
12401 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12402 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12403 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12404 gdb.hp/gdb.defects/Makefile.
12405 * gdb.hp/Makefile.in: File deleted.
12406 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12407 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12408 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12409 * gdb.hp/gdb.aCC/run.c: File deleted.
12410 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12411 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12412 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12413 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12414 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12415 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12416 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12417 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12418 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12419 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12420 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12421 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12422 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12423 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12424 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12425 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12426 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12427 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12428 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12429 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12430 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12431 * gdb.hp/gdb.compat/average.c: File deleted.
12432 * gdb.hp/gdb.compat/sum.c: File deleted.
12433 * gdb.hp/gdb.compat/xdb.c: File deleted.
12434 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12435 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12436 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12437 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12438 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12439 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12440 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12441 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12442 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12443 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12444 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12445 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12446 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12447 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12448 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12449 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12450 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12451 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12452 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12453 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12454 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12455 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12456 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12457 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12458 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12459 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12460 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12461 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12462 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12463 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12464 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12465 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12466 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12467 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12468 * gdb.hp/tools/odump: File deleted.
12469
12470 2015-03-19 Pedro Alves <palves@redhat.com>
12471
12472 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12473 (saw_thread_3): New globals.
12474 (top level): Increment them when an event for the corresponding
12475 thread is seen.
12476 (no thread starvation): New test.
12477
12478 2015-03-19 Pedro Alves <palves@redhat.com>
12479
12480 * gdb.threads/continue-pending-status.c: New file.
12481 * gdb.threads/continue-pending-status.exp: New file.
12482
12483 2015-03-18 Pedro Alves <palves@redhat.com>
12484
12485 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12486 Use gdb_is_target_remote instead of is_remote. Use
12487 gdb_test_multiple instead of gdb_expect. Exit early if
12488 gdb_test_multiple hits its internal matches. Tighten stepi tests
12489 expected output. Fail on exit with any signal, instead of just
12490 SIGILL.
12491
12492 2015-03-18 Yao Qi <yao.qi@linaro.org>
12493
12494 PR tdep/18107
12495 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12496 variable.
12497 * gdb.base/catch-syscall.exp: Don't skip it on
12498 aarch64*-*-linux* target. Remove elements in all_syscalls.
12499 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12500 target.
12501 (setup_all_syscalls): New proc.
12502
12503 2015-03-16 Yao Qi <yao.qi@linaro.org>
12504
12505 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12506 (top level): Skip tests if valid_addr_p returns false for
12507 $cmd1 or $cmd2.
12508
12509 2015-03-11 Andy Wingo <wingo@igalia.com>
12510
12511 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12512
12513 2015-03-11 Yao Qi <yao.qi@linaro.org>
12514
12515 * gdb.base/catch-syscall.exp: Fix typo in comments.
12516
12517 2015-03-11 Yao Qi <yao.qi@linaro.org>
12518
12519 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12520
12521 2015-03-09 Pedro Alves <palves@redhat.com>
12522
12523 * dg-extract-results.py: Delete.
12524
12525 2015-03-09 Pedro Alves <palves@redhat.com>
12526
12527 Merge dg-extract-results.sh from GCC upstream (r218843).
12528
12529 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12530 * dg-extract-results.sh: Use --text with grep to avoid issues with
12531 binary files. Fall back to cat -v, if that doesn't work.
12532
12533 2015-03-05 Pedro Alves <palves@redhat.com>
12534
12535 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12536
12537 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12538
12539 * lib/mi-support.exp (mi_expect_interrupt): Accept
12540 alternative event for when in all-stop mode.
12541
12542 2015-03-04 Pedro Alves <palves@redhat.com>
12543
12544 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12545
12546 2015-03-04 Mark Kettenis <kettenis@gnu.org>
12547
12548 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12549
12550 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12551
12552 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12553 regexps for GDB's current line display, accept a hex address
12554 preceding the line number.
12555
12556 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12557
12558 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12559 the 'arch1' variable for "s390*-linux*" targets.
12560
12561 2015-03-04 Pedro Alves <palves@redhat.com>
12562
12563 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12564 (main): Pass missing retval argument to pthread_join call.
12565
12566 2015-03-02 Pedro Alves <palves@redhat.com>
12567
12568 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12569 (top level): Call do_test with non-stop as well.
12570
12571 2015-03-02 Pedro Alves <palves@redhat.com>
12572
12573 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12574 -1.
12575
12576 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12577
12578 * gdb.arch/s390-vregs.exp: New test.
12579 * gdb.arch/s390-vregs.S: New file.
12580
12581 2015-02-27 Pedro Alves <palves@redhat.com>
12582
12583 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12584 call to catch_command_errors.
12585 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12586 catch_command_errors.
12587
12588 2015-02-27 Pedro Alves <palves@redhat.com>
12589
12590 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12591 "true" for boolean result.
12592 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12593 prototype of main.
12594
12595 2015-02-27 Pedro Alves <palves@redhat.com>
12596
12597 * lib/unbuffer_output.c: New file.
12598 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12599 (main): Call gdb_unbuffer_output.
12600
12601 2015-02-27 Yao Qi <yao.qi@linaro.org>
12602
12603 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12604 target.
12605
12606 2015-02-26 Doug Evans <dje@google.com>
12607
12608 * gdb.cp/class2.cc (Dbase, D): New classes.
12609 (main): New local delta.
12610 * gdb.cp/class2.exp: Test printing delta.
12611 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12612 (dynbar): New global.
12613 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12614
12615 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12616
12617 * gdb.compile/compile-ifunc.c: New file.
12618 * gdb.compile/compile-ifunc.exp: New file.
12619
12620 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12621
12622 * gdb.base/structs.exp: Check for correct struct on finish.
12623
12624 2015-02-26 Yao Qi <yao.qi@linaro.org>
12625
12626 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12627 is zero.
12628
12629 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12630
12631 * gdb.arch/cordic.ko.bz2: New file.
12632 * gdb.arch/cordic.ko.debug.bz2: New file.
12633 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12634
12635 2015-02-25 Yao Qi <yao.qi@linaro.org>
12636
12637 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12638 aarch64*-*-* target.
12639
12640 2015-02-23 Pedro Alves <palves@redhat.com>
12641
12642 * lib/gdb.exp (delete_breakpoints): Rewrite using
12643 gdb_test_multiple.
12644
12645 2015-02-23 Pedro Alves <palves@redhat.com>
12646
12647 * gdb.base/info-os.c: Include stdlib.h.
12648
12649 2015-02-22 Doug Evans <xdje42@gmail.com>
12650
12651 PR symtab/17855
12652 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12653 is read after symbols have been re-read.
12654 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12655 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12656
12657 2015-02-21 Doug Evans <dje@google.com>
12658
12659 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12660
12661 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12662
12663 PR corefiles/17808
12664 * gdb.arch/i386-biarch-core.core.bz2: New file.
12665 * gdb.arch/i386-biarch-core.exp: New file.
12666
12667 2015-02-21 Pedro Alves <palves@redhat.com>
12668
12669 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12670 runto_main fails.
12671
12672 2015-02-20 Pedro Alves <palves@redhat.com>
12673
12674 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12675 info probes.
12676
12677 2015-02-20 Pedro Alves <palves@redhat.com>
12678
12679 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12680
12681 2015-02-20 Pedro Alves <palves@redhat.com>
12682
12683 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12684 clean_restart before gdb_target_supports_trace.
12685
12686 2015-02-20 Pedro Alves <palves@redhat.com>
12687
12688 PR threads/18006
12689 * gdb.threads/clone-thread_db.c: New file.
12690 * gdb.threads/clone-thread_db.exp: New file.
12691
12692 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12693
12694 PR breakpoints/16812
12695 * gdb.base/catch-gdb-caused-signals.c: New file.
12696 * gdb.base/catch-gdb-caused-signals.exp: New file.
12697
12698 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12699
12700 * configure: Regenerated.
12701 * configure.ac: Use GDB_AC_TRANSFORM.
12702 * aclocal.m4: sinclude ../transform.m4.
12703
12704 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12705
12706 * lib/dtrace.exp: New file.
12707 * gdb.base/dtrace-probe.exp: Likewise.
12708 * gdb.base/dtrace-probe.d: Likewise.
12709 * gdb.base/dtrace-probe.c: Likewise.
12710 * lib/pdtrace.in: Likewise.
12711 * configure.ac: Output variables with the transformed names of
12712 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12713 * configure: Regenerated.
12714
12715 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12716
12717 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12718 expected message when trying to access $_probe_* convenience
12719 variables while not on a probe.
12720
12721 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12722
12723 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12724
12725 2015-02-11 Pedro Alves <pedro@codesourcery.com>
12726
12727 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12728 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12729
12730 2015-02-10 Doug Evans <xdje42@gmail.com>
12731
12732 * lib/gdb.exp (gdb_load): Always return a result.
12733
12734 2015-02-10 Pedro Alves <palves@redhat.com>
12735
12736 * gdb.threads/signal-sigtrap.c: New file.
12737 * gdb.threads/signal-sigtrap.exp: New file.
12738
12739 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12740
12741 * gdb.trace/no-attach-trace.c: New file.
12742 * gdb.trace/no-attach-trace.exp: New file.
12743
12744 2015-02-09 Mark Wielaard <mjw@redhat.com>
12745
12746 * gdb.dwarf2/atomic.c: New file.
12747 * gdb.dwarf2/atomic-type.exp: Likewise.
12748
12749 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12750
12751 * gdb.btrace/buffer-size.exp: Update "info record" output.
12752 * gdb.btrace/delta.exp: Update "info record" output.
12753 * gdb.btrace/enable.exp: Update "info record" output.
12754 * gdb.btrace/finish.exp: Update "info record" output.
12755 * gdb.btrace/instruction_history.exp: Update "info record" output.
12756 * gdb.btrace/next.exp: Update "info record" output.
12757 * gdb.btrace/nexti.exp: Update "info record" output.
12758 * gdb.btrace/step.exp: Update "info record" output.
12759 * gdb.btrace/stepi.exp: Update "info record" output.
12760 * gdb.btrace/nohist.exp: Update "info record" output.
12761
12762 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12763
12764 * gdb.btrace/buffer-size: New.
12765
12766 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12767
12768 * gdb.btrace/delta.exp: Update "info record" output.
12769 * gdb.btrace/enable.exp: Update "info record" output.
12770 * gdb.btrace/finish.exp: Update "info record" output.
12771 * gdb.btrace/instruction_history.exp: Update "info record" output.
12772 * gdb.btrace/next.exp: Update "info record" output.
12773 * gdb.btrace/nexti.exp: Update "info record" output.
12774 * gdb.btrace/step.exp: Update "info record" output.
12775 * gdb.btrace/stepi.exp: Update "info record" output.
12776 * gdb.btrace/nohist.exp: Update "info record" output.
12777
12778 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12779
12780 PR gdb/15678
12781 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12782
12783 2015-02-06 Pedro Alves <palves@redhat.com>
12784
12785 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12786 macro.
12787 (seconds_left, again): New globals.
12788 (main): Wait seconds_left in a 1-second sleep loop instead of
12789 sleeping 180 seconds. If 'again' is set, reset the seconds
12790 counter.
12791 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12792 'again' in the inferior before detaching. Print the seconds left.
12793 (options): New global.
12794 (top level): Build program with -DTIMEOUT=$timeout.
12795
12796 2015-02-06 Pedro Alves <palves@redhat.com>
12797
12798 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12799 determine how many seconds to pass to 'alarm'.
12800 * gdb.base/gdb-sigterm.exp (top level): Build program with
12801 -DTIMEOUT=$timeout.
12802 (do_test): Return success/failure indication. Add more verbose
12803 logging. Don't fail if 200 single steps are seen. Instead, fail
12804 when the test times out.
12805 (passes): New global.
12806 (top level): Break the testing loop if testing fails on any
12807 iteration. Use gdb_assert.
12808
12809 2015-02-04 Don Breazeal <donb@codesourcery.com>
12810
12811 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12812 and initialize them.
12813 (ipc_cleanup): New function.
12814 (main): Don't declare shmid, semid, and msqid. Add a call to
12815 atexit so that we call ipc_cleanup on exit.
12816
12817 2015-02-04 Pedro Alves <palves@redhat.com>
12818
12819 * boards/native-extended-gdbserver.exp: Remove any target variant
12820 specifications from the board name before clearing the isremote
12821 flag from board_info.
12822
12823 2015-01-31 Doug Evans <xdje42@gmail.com>
12824
12825 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12826
12827 2015-01-31 Gary Benson <gbenson@redhat.com>
12828
12829 * gdb.base/completion.exp: Disable completion limiting for
12830 existing tests. Add new tests to check completion limiting.
12831 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12832
12833 2015-01-31 Doug Evans <xdje42@gmail.com>
12834
12835 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12836
12837 2015-01-31 Doug Evans <xdje42@gmail.com>
12838
12839 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12840 entries. Duplicate file section script entries.
12841 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12842 inlined entries. Add test for safe-path rejection.
12843 * gdb.python/py-section-script.c: Add duplicate inlined section script
12844 entries. Duplicate file section script entries.
12845 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12846 inlined entries. Add test for safe-path rejection.
12847
12848 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12849
12850 * gdb.ada/disc_arr_bound: New testcase.
12851
12852 2015-01-29 Joel Brobecker <brobecker@adacore.com>
12853
12854 * gdb.ada/mi_var_array: New testcase.
12855
12856 2015-01-27 Doug Evans <dje@google.com>
12857
12858 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12859 Add test for objfile.filename, objfile.username after objfile
12860 has been unloaded.
12861
12862 2015-01-26 Joel Brobecker <brobecker@adacore.com>
12863
12864 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12865 the second test to print the name attribute of value
12866 returned by the call to gdb.lookup_type, and adjust
12867 the expected output accordingly.
12868
12869 2015-01-25 Mark Wielaard <mjw@redhat.com>
12870
12871 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12872 * gdb.base/disp-step-fork.c: Include unistd.h.
12873 * gdb.base/siginfo-obj.c: Include stdio.h.
12874 * gdb.base/siginfo-thread.c: Likewise.
12875 * gdb.mi/non-stop.c: Include unistd.h.
12876 * gdb.mi/nsthrexec.c: Include stdio.h.
12877 * gdb.mi/pthreads.c: Include unistd.h.
12878 * gdb.modula2/unbounded1.c (main): Declare returns int.
12879 * gdb.reverse/consecutive-reverse.c: Likewise.
12880 * gdb.threads/create-fail.c: Include unistd.h.
12881 * gdb.threads/killed.c: Likewise.
12882 * gdb.threads/linux-dp.c: Likewise.
12883 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12884 * gdb.threads/non-ldr-exc-2.c: Likewise.
12885 * gdb.threads/non-ldr-exc-3.c: Likewise.
12886 * gdb.threads/non-ldr-exc-4.c: Likewise.
12887 * gdb.threads/pthreads.c: Include unistd.h.
12888 (main): Declare returns int.
12889 * gdb.threads/tls-main.c (foo): New declaration.
12890 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12891
12892 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12893
12894 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12895 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12896
12897 2015-01-15 Mark Wielaard <mjw@redhat.com>
12898
12899 * gdb.base/noreturn-return.c: New file.
12900 * gdb.base/noreturn-return.exp: New file.
12901 * gdb.base/noreturn-finish.c: New file.
12902 * gdb.base/noreturn-finish.exp: New file.
12903
12904 2015-01-23 Pedro Alves <palves@redhat.com>
12905
12906 * gdb.threads/continue-pending-after-query.c: New file.
12907 * gdb.threads/continue-pending-after-query.exp: New file.
12908
12909 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12910 Simon Marchi <simon.marchi@ericsson.com>
12911
12912 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12913 * gdb.base/valgrind-db-attach.exp: Same.
12914 * gdb.base/valgrind-infcall.exp: Same.
12915 * lib/mi-support.exp (default_mi_gdb_start): Same.
12916 * lib/prompt.exp (default_prompt_gdb_start): Same.
12917 * lib/gdb.exp (default_gdb_spawn): Same.
12918 (gdb_interact): New.
12919
12920
12921 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12922
12923 * gdb.compile/compile.exp (pointer to jit function): New test.
12924
12925 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
12926
12927 * lib/gdb.exp (supports_process_record): Return true for
12928 powerpc*-*-linux*.
12929 (supports_reverse): Likewise.
12930
12931 2015-01-15 Don Breazeal <donb@codesourcery.com>
12932
12933 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12934 instead of checking whether the target board is remote and
12935 use spawn_wait_for_attach instead of exec/sleep.
12936 * gdb.base/attach-twice.exp: Likewise.
12937
12938 2015-01-15 Joel Brobecker <brobecker@adacore.com>
12939
12940 * gdb.ada/var_arr_attrs: New testcase.
12941
12942 2015-01-14 Pedro Alves <palves@redhat.com>
12943 Joel Brobecker <brobecker@adacore.com>
12944
12945 PR gdb/17525
12946 * gdb.base/bp-cmds-execution-x-script.c: New file.
12947 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12948 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12949
12950 2015-01-14 Pedro Alves <palves@redhat.com>
12951
12952 PR cli/17828
12953 * gdb.base/batch-preserve-term-settings.c: New file.
12954 * gdb.base/batch-preserve-term-settings.exp: New file.
12955
12956 2015-01-13 Doug Evans <dje@google.com>
12957
12958 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12959 binary.
12960
12961 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12962
12963 * Makefile.in (clean mostlyclean): Do not delete *.py.
12964
12965 2015-01-13 Joel Brobecker <brobecker@adacore.com>
12966
12967 * gdb.python/py-lookup-type.exp: New file.
12968
12969 2015-01-12 Pedro Alves <palves@redhat.com>
12970
12971 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12972 restore GDBFLAGS before returning.
12973
12974 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12975
12976 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12977 is_amd64_regs_target and is_x86_like_target.
12978
12979 2015-01-11 Doug Evans <xdje42@gmail.com>
12980
12981 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12982 is given without an explicit form.
12983 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12984 attributes.
12985 * gdb.dwarf/corrupt.exp: Ditto.
12986 * gdb.dwarf2/enum-type.exp: Ditto.
12987 * gdb.trace/entry-values.exp: Ditto.
12988 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12989
12990 2015-01-11 Doug Evans <xdje42@gmail.com>
12991
12992 PR gdb/15830
12993 * gdb.base/maint.exp: Remove references to "maint demangle".
12994 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12995 Add tests for explicitly specifying language to demangle.
12996 * gdb.dlang/demangle.exp: Ditto.
12997
12998 2015-01-09 Pedro Alves <palves@redhat.com>
12999
13000 * gdb.threads/non-stop-fair-events.c: New file.
13001 * gdb.threads/non-stop-fair-events.exp: New file.
13002
13003 2015-01-09 Pedro Alves <palves@redhat.com>
13004
13005 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13006 the global scope. Set a breakpoint after all threads are started
13007 rather than stepping over two source lines. Expect the prompt.
13008 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13009 global.
13010 (NUM): Now 15.
13011 (main): Use threads_started_barrier to wait for all threads to
13012 start. Main thread no longer calls thread_function. Exit after
13013 180 seconds.
13014 (loop): New function.
13015 (thread_function): Wait on threads_started_barrier barrier. Call
13016 'loop' at each iteration.
13017 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13018 threads have started, instead of hardcoding number of "next"
13019 steps. Use an access watchpoint instead of a write watchpoint.
13020
13021 2015-01-09 Pedro Alves <palves@redhat.com>
13022
13023 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13024 (thread_func): Wait on barrier.
13025 (main): Wait for all threads to start before stopping GDB.
13026 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13027 global.
13028 (thread1_func, thread2_func): Wait on barrier.
13029 (main): Wait for all threads to start before stopping GDB.
13030 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13031 New global.
13032 (thread1_func, thread2_func): Wait on barrier.
13033 (main): Wait for all threads to start before stopping GDB.
13034
13035 2015-01-09 Pedro Alves <palves@redhat.com>
13036
13037 * gdb.threads/attach-many-short-lived-threads.c: New file.
13038 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13039
13040 2014-01-09 Pedro Alves <palves@redhat.com>
13041
13042 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13043 instead of to thread 2.
13044 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13045 Add barrier around each pthread_create call instead of around all
13046 calls.
13047 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13048 Set a break on thread_function and have the child threads hit it
13049 one at at a time.
13050
13051 2015-01-09 Pedro Alves <palves@redhat.com>
13052
13053 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13054 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13055 false.
13056 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13057 checking whether the target board is remote.
13058 * gdb.multi/multi-attach.exp: Likewise.
13059 * gdb.python/py-sync-interp.exp: Likewise.
13060 * gdb.server/ext-attach.exp: Likewise.
13061 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13062 tests that need to attach, instead of checking whether the target
13063 board is remote at the top of the file.
13064
13065 2015-01-08 Yao Qi <yao@codesourcery.com>
13066
13067 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13068
13069 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13070
13071 Fix testcase compilation.
13072 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13073
13074 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13075
13076 * gdb.python/py-type.exp: Add a couple test about empty
13077 array creation, and negative-length array creation.
13078
13079 2015-01-02 Doug Evans <xdje42@gmail.com>
13080
13081 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13082
13083 2015-01-02 Doug Evans <dje@google.com>
13084
13085 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13086
13087 2014-12-29 Yao Qi <yao@codesourcery.com>
13088
13089 * gdb.trace/entry-values.exp: Update comments. Rename variable
13090 bar_call_foo to returned_from_foo.
13091
13092 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13093
13094 PR gdb/17394
13095 * gdb.linespec/break-asm-file.c: New file.
13096 * gdb.linespec/break-asm-file.exp: New file.
13097 * gdb.linespec/break-asm-file0.s: New file.
13098 * gdb.linespec/break-asm-file1.s: New file.
13099
13100 2014-12-18 Nigel Stephens <nigel@mips.com>
13101 Maciej W. Rozycki <macro@codesourcery.com>
13102
13103 * gdb.base/float.exp: Handle the new output from "info float" on
13104 MIPS targets.
13105
13106 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13107
13108 Fix MinGW compilation.
13109 * gdb.compile/compile-ops.exp: Update untested message if
13110 !skip_compile_feature_tests.
13111 * gdb.compile/compile-setjmp.exp: Likewise.
13112 * gdb.compile/compile-tls.exp: Likewise.
13113 * gdb.compile/compile.exp: Likewise.
13114 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13115 supported on this host".
13116
13117 2014-12-16 Doug Evans <xdje42@gmail.com>
13118
13119 * boards/stabs.exp: New file.
13120
13121 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13122
13123 * gdb.base/completion.exp: Adjust to format changes of "maint
13124 print user-registers".
13125
13126 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13127
13128 PR server/17457
13129 * gdb.arch/aarch64-fp.c: New file.
13130 * gdb.arch/aarch64-fp.exp: New file.
13131
13132 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13133
13134 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13135 r210637, r210913, r211666, r215400, r215817).
13136
13137 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13138 * dg-extract-results.py: New file.
13139 * dg-extract-results.sh: Use it if the environment seems
13140 suitable.
13141
13142 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13143
13144 * dg-extract-results.py (parse_run): Handle warnings that
13145 are printed before a test harness is run.
13146
13147 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13148
13149 * dg-extract-results.py (Named): Remove __cmp__ method.
13150 (output_variation): Use a key to sort variation.harnesses.
13151
13152 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13153
13154 * dg-extract-results.py: For Python 3, force sys.stdout to
13155 handle surrogate escape sequences.
13156 (safe_open): New function.
13157 (output_segment, main): Use it.
13158
13159 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13160
13161 * dg-extract-results.py (Prog.result_re): Include options
13162 in test name.
13163
13164 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13165
13166 * dg-extract-results.py (output_variation): Always sort if
13167 do_sum.
13168
13169 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13170
13171 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13172 as long as we get pagination notifications.
13173
13174 2014-12-15 Jason Merrill <jason@redhat.com>
13175
13176 * Makefile.in (check-gdb.%): Restore.
13177 * README: Mention it.
13178
13179 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13180
13181 * gdb.ada/str_uninit: New testcase.
13182
13183 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13184
13185 PR symtab/17642
13186 * gdb.base/vla-stub-define.c: New file.
13187 * gdb.base/vla-stub.c: New file.
13188 * gdb.base/vla-stub.exp: New file.
13189
13190 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13191 Jan Kratochvil <jan.kratochvil@redhat.com>
13192 Tom Tromey <tromey@redhat.com>
13193
13194 * configure.ac: Add gdb.compile/.
13195 * configure: Regenerate.
13196 * gdb.compile/Makefile.in: New file.
13197 * gdb.compile/compile-ops.exp: New file.
13198 * gdb.compile/compile-ops.c: New file.
13199 * gdb.compile/compile-tls.c: New file.
13200 * gdb.compile/compile-tls.exp: New file.
13201 * gdb.compile/compile-constvar.S: New file.
13202 * gdb.compile/compile-constvar.c: New file.
13203 * gdb.compile/compile-mod.c: New file.
13204 * gdb.compile/compile-nodebug.c: New file.
13205 * gdb.compile/compile-setjmp-mod.c: New file.
13206 * gdb.compile/compile-setjmp.c: New file.
13207 * gdb.compile/compile-setjmp.exp: New file.
13208 * gdb.compile/compile-shlib.c: New file.
13209 * gdb.compile/compile.c: New file.
13210 * gdb.compile/compile.exp: New file.
13211 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13212
13213 2014-12-12 Tom Tromey <tromey@redhat.com>
13214
13215 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13216 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13217
13218 2014-12-12 Doug Evans <dje@google.com>
13219
13220 * lib/gdb-python.exp (get_python_valueof): New function.
13221 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13222
13223 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13224
13225 * gdb.base/completion.exp: Add test for completion of "info
13226 registers ".
13227
13228 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13229
13230 * gdb.base/func-ptrs.c: New file.
13231 * gdb.base/func-ptrs.exp: New file.
13232
13233 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13234
13235 PR breakpoints/17012
13236 * gdb.base/dprintf-detach.c: New file.
13237 * gdb.base/dprintf-detach.exp: New file.
13238
13239 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13240
13241 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13242 * lib/gdb.exp (target_is_gdbserver): New procedure.
13243
13244 2014-12-08 Doug Evans <dje@google.com>
13245
13246 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13247
13248 2014-12-05 Yao Qi <yao@codesourcery.com>
13249
13250 * gdb.guile/scm-error.exp: Remove the third argument to
13251 gdb_remote_download.
13252 * gdb.guile/scm-frame-args.exp: Likewise.
13253 * gdb.guile/scm-section-script.exp: Likewise.
13254
13255 2014-12-05 Yao Qi <yao@codesourcery.com>
13256
13257 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13258
13259 2014-12-04 Doug Evans <dje@google.com>
13260
13261 * gdb.python/py-objfile.exp: Add tests for
13262 objfile.add_separate_debug_file.
13263
13264 2014-12-04 Doug Evans <dje@google.com>
13265
13266 * lib/gdb.exp (get_build_id): New function.
13267 (build_id_debug_filename_get): Rewrite to use it.
13268 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13269
13270 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13271
13272 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13273 `method(long)', not just 0x0.
13274 * gdb.cp/nsalias.exp: Align code labels to 4.
13275 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13276 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13277 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13278 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13279 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13280 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13281
13282 2014-12-02 Doug Evans <dje@google.com>
13283
13284 PR symtab/17602
13285 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13286 * gdb.cp/anon-ns2.cc: ... here. New file.
13287 * gdb.cp/anon-ns.exp: Update.
13288
13289 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13290
13291 * gdb.python/py-events.py (inferior_call_handler): New.
13292 (register_changed_handler, memory_changed_handler): New.
13293 (test_events.invoke): Register new handlers.
13294 * gdb.python/py-events.exp: Add tests for inferior call,
13295 memory_changed and register_changed events.
13296
13297 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13298
13299 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13300 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13301 if the linker doesn't understand this.
13302
13303 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13304
13305 * gdb.python/python.exp: Change expected reply to help().
13306
13307 2014-12-01 Yao Qi <yao@codesourcery.com>
13308
13309 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13310 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13311 * configure: Re-generated.
13312
13313 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13314
13315 * gdb.cp/chained-calls.cc: New file.
13316 * gdb.cp/chained-calls.exp: New file.
13317 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13318
13319 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13320
13321 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13322 * gdb.dwarf2/symtab-producer.exp: Same.
13323 * gdb.gdb/python-interrupts.exp: Same.
13324 * gdb.gdb/python-selftest.exp: Same.
13325 * gdb.python/py-linetable.exp: Same.
13326 * gdb.python/py-type.exp: Same.
13327 * gdb.python/py-value-cc.exp: Same.
13328 * gdb.python/py-value.exp: Same.
13329
13330 2014-11-28 Yao Qi <yao@codesourcery.com>
13331
13332 * gdb.base/break-probes.exp: Match library name prefixed with
13333 sysroot.
13334
13335 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13336
13337 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13338 test expected output. Add parentheses for the call to print.
13339 Remove L suffix from integers.
13340
13341 2014-11-26 Doug Evans <dje@google.com>
13342
13343 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13344
13345 2014-11-22 Yao Qi <yao@codesourcery.com>
13346
13347 * gdb.trace/entry-values.c: Remove asms.
13348 (foo): Add foo_label.
13349 (bar): Add bar_label.
13350 * gdb.trace/entry-values.exp: Remove code computing foo's
13351 length and bar's length.
13352 (Dwarf::assemble): Invoke function_range for bar and use
13353 MACRO_AT_func for foo.
13354
13355 2014-11-22 Yao Qi <yao@codesourcery.com>
13356
13357 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13358 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13359 Use .Lgcc43_procstart instead of gcc43.
13360
13361 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13362
13363 * gdb.ada/n_arr_bound: New testcase.
13364
13365 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13366
13367 PR breakpoints/10737
13368 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13369 test_catch_syscall_multi_arch.
13370 (test_catch_syscall_multi_arch): New function.
13371
13372 2014-11-20 Doug Evans <xdje42@gmail.com>
13373
13374 * gdb.base/maint.exp: Update expected output.
13375
13376 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13377
13378 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13379 4-byte instruction on S390.
13380
13381 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13382
13383 * gdb.ada/arr_arr: New testcase.
13384
13385 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13386
13387 * gdb.ada/pkd_arr_elem: New Testcase.
13388
13389 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13390
13391 * gdb.reverse/break-precsave: Expect completion message for
13392 core file reads.
13393 * gdb.reverse/consecutive-precsave.exp: Likewise.
13394 * gdb.reverse/finish-precsave.exp: Likewise.
13395 * gdb.reverse/i386-precsave.exp: Likewise.
13396 * gdb.reverse/machinestate-precsave.exp: Likewise.
13397 * gdb.reverse/sigall-precsave.exp: Likewise.
13398 * gdb.reverse/solib-precsave.exp: Likewise.
13399 * gdb.reverse/step-precsave.exp: Likewise.
13400 * gdb.reverse/until-precsave.exp: Likewise.
13401 * gdb.reverse/watch-precsave.exp: Likewise.
13402
13403 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13404
13405 * gdb.base/bp-permanent.c: Include unistd.h.
13406 * gdb.python/py-framefilter-mi.c (main): Add return type.
13407 * gdb.python/py-framefilter.c (main): Likewise.
13408 * gdb.trace/actions-changed.c (main): Likewise.
13409
13410 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13411
13412 * gdb.mi/until.c: Add eye-catchers.
13413 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13414 line numbers.
13415
13416 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13417
13418 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13419 function header variants in break1.c.
13420 * gdb.base/ena-dis-br.exp: Likewise.
13421 * gdb.base/hbreak2.exp: Likewise.
13422 * gdb.reverse/until-precsave.exp: Drop references to removed
13423 non-prototype function header variants in ur1.c.
13424 * gdb.reverse/until-reverse.exp: Likewise.
13425
13426 2014-11-17 Petr Machata <pmachata@redhat.com>
13427
13428 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13429 ${_cu_offset_size} bytes abbrev offset.
13430
13431 2014-11-15 Doug Evans <xdje42@gmail.com>
13432
13433 PR symtab/17559
13434 * gdb.base/line-symtabs.exp: New file.
13435 * gdb.base/line-symtabs.c: New file.
13436 * gdb.base/line-symtabs.h: New file.
13437
13438 2014-11-14 Yao Qi <yao@codesourcery.com>
13439
13440 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13441 (func): Add label func_label.
13442 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13443 Replace low_pc and high_pc with MACRO_AT_range.
13444 Replace name, low_pc and high_pc with MACRO_AT_func.
13445
13446 2014-11-14 Yao Qi <yao@codesourcery.com>
13447
13448 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13449 Replace name, low_pc and high_pc with MACRO_AT_func.
13450
13451 2014-11-14 Yao Qi <yao@codesourcery.com>
13452
13453 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13454 produce debug information.
13455 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13456
13457 2014-11-14 Yao Qi <yao@codesourcery.com>
13458
13459 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13460 object and get function length.
13461 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13462 with MACRO_AT_func.
13463 (top-level): Replace gdb_compile and clean_restart with
13464 prepare_for_testing.
13465 * gdb.dwarf2/main.c (main): Add label main_label.
13466
13467 2014-11-14 Yao Qi <yao@codesourcery.com>
13468
13469 * lib/dwarf.exp (function_range): New procedure.
13470 (Dwarf::_handle_macro_at_func): New procedure.
13471 (Dwarf::_handle_macro_at_range): New procedure.
13472 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13473
13474 2014-11-14 Yao Qi <yao@codesourcery.com>
13475
13476 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13477 (_handle_attribute): New procedure.
13478
13479 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13480
13481 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13482 * gdb.base/call-sc.c (zed): Likewise.
13483 * gdb.base/checkpoint.c (main): Likewise.
13484 * gdb.base/dump.c (main): Likewise.
13485 * gdb.base/gcore.c (main): Likewise.
13486 * gdb.base/huge.c (main): Likewise.
13487 * gdb.base/multi-forks.c (main): Likewise.
13488 * gdb.base/pr10179-a.c (main): Likewise.
13489 * gdb.base/savedregs.c (main): Likewise.
13490 * gdb.base/sigaltstack.c (main): Likewise.
13491 * gdb.base/siginfo.c (main): Likewise.
13492 * gdb.base/structs.c (zed): Likewise.
13493 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13494 * gdb.mi/mi-syn-frame.c (main): Likewise.
13495 * gdb.mi/until.c (foo, main): Likewise.
13496 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13497 * gdb.base/solib-weak.c (foo): Declare.
13498 * gdb.base/attach-twice.c: Include stdio.h.
13499 * gdb.base/weaklib1.c: Likewise.
13500 * gdb.base/weaklib2.c: Likewise.
13501 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13502 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13503 unistd.h.
13504 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13505 * gdb.mi/mi-exit-code.c: Likewise.
13506 * gdb.base/break-interp-lib.c: Include string.h.
13507 * gdb.base/coremaker.c: Likewise.
13508 * gdb.base/testenv.c: Likewise.
13509 * gdb.python/py-finish-breakpoint.c: Likewise.
13510 * gdb.base/inferior-died.c: Include sys/wait.h.
13511 * gdb.base/fileio.c: Include time.h.
13512 * gdb.base/async-shell.c: Include unistd.h.
13513 * gdb.base/dprintf-non-stop.c: Likewise.
13514 * gdb.base/info-os.c: Likewise.
13515 * gdb.mi/mi-console.c: Likewise.
13516 * gdb.mi/watch-nonstop.c: Likewise.
13517 * gdb.python/py-events.c: Likewise.
13518 * gdb.base/async.c (baz): Move up before its invocation.
13519 * gdb.base/code_elim2.c (my_global_func): Likewise.
13520 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13521 * gdb.base/advance.c (func2): Likewise.
13522
13523 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13524
13525 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13526 variant.
13527 * gdb.base/annota3.c: Likewise.
13528 * gdb.base/async.c: Likewise.
13529 * gdb.base/average.c: Likewise.
13530 * gdb.base/call-ar-st.c: Likewise.
13531 * gdb.base/call-rt-st.c: Likewise.
13532 * gdb.base/call-sc.c: Likewise.
13533 * gdb.base/call-strs.c: Likewise.
13534 * gdb.base/ending-run.c: Likewise.
13535 * gdb.base/execd-prog.c: Likewise.
13536 * gdb.base/exprs.c: Likewise.
13537 * gdb.base/foll-exec.c: Likewise.
13538 * gdb.base/foll-fork.c: Likewise.
13539 * gdb.base/foll-vfork.c: Likewise.
13540 * gdb.base/funcargs.c: Likewise.
13541 * gdb.base/gcore.c: Likewise.
13542 * gdb.base/jump.c: Likewise.
13543 * gdb.base/langs0.c: Likewise.
13544 * gdb.base/langs1.c: Likewise.
13545 * gdb.base/langs2.c: Likewise.
13546 * gdb.base/mips_pro.c: Likewise.
13547 * gdb.base/nodebug.c: Likewise.
13548 * gdb.base/opaque0.c: Likewise.
13549 * gdb.base/opaque1.c: Likewise.
13550 * gdb.base/recurse.c: Likewise.
13551 * gdb.base/run.c: Likewise.
13552 * gdb.base/scope0.c: Likewise.
13553 * gdb.base/scope1.c: Likewise.
13554 * gdb.base/setshow.c: Likewise.
13555 * gdb.base/setvar.c: Likewise.
13556 * gdb.base/shmain.c: Likewise.
13557 * gdb.base/shr1.c: Likewise.
13558 * gdb.base/shr2.c: Likewise.
13559 * gdb.base/sigall.c: Likewise.
13560 * gdb.base/signals.c: Likewise.
13561 * gdb.base/so-indr-cl.c: Likewise.
13562 * gdb.base/solib2.c: Likewise.
13563 * gdb.base/structs.c: Likewise.
13564 * gdb.base/sum.c: Likewise.
13565 * gdb.base/vforked-prog.c: Likewise.
13566 * gdb.base/watchpoint.c: Likewise.
13567 * gdb.reverse/shr2.c: Likewise.
13568 * gdb.reverse/until-reverse.c: Likewise.
13569 * gdb.reverse/ur1.c: Likewise.
13570 * gdb.reverse/watch-reverse.c: Likewise.
13571
13572 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13573
13574 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13575 variant.
13576 * gdb.base/sepdebug.exp: Drop references to removed code.
13577
13578 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13579
13580 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13581 variant. Preserve original line numbering.
13582 * gdb.base/list1.c: Likewise.
13583
13584 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13585
13586 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13587 variant.
13588 * gdb.base/break1.c: Likewise.
13589 * gdb.base/break.exp: Drop references to removed code.
13590
13591 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13592
13593 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13594 variant.
13595
13596 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13597
13598 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13599
13600 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13601
13602 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13603 logic into perform_all_tests() and invoke it with and without
13604 function header prototypes.
13605 (do_function_calls): Remove conditional XFAIL for PR 5318.
13606 (rerun_and_prepare): Remove duplicate code.
13607 (perform_all_tests): New. Main logic moved here.
13608
13609 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13610
13611 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13612 code guarded by #ifdef NO_PROTOTYPES.
13613 (t_double_many_args): Likewise.
13614 (DEF_FUNC_MANY_ARGS_1): Likewise.
13615 (DEF_FUNC_VALUES_1): Likewise.
13616 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13617 guarded by #ifdef PROTOTYPES.
13618
13619 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13620
13621 * gdb.mi/mi-console.c: Add eye-catcher.
13622 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13623 instead of literal line number.
13624
13625 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13626
13627 * gdb.base/shr2.c: Add eye-catcher.
13628 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13629 line number.
13630
13631 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13632
13633 * gdb.base/jump.c: Add eye-catchers.
13634 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13635 numbers.
13636
13637 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13638
13639 * gdb.base/execd-prog.c: Add eye-catchers.
13640 * gdb.base/foll-exec.c: Likewise.
13641 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13642 line numbers.
13643
13644 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13645
13646 * gdb.base/ending-run.c: Add eye-catchers.
13647 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13648 literal line numbers.
13649
13650 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13651
13652 * gdb.base/call-rt-st.c: Add eye-catchers.
13653 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13654 literal line numbers.
13655
13656 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13657
13658 * gdb.base/call-ar-st.c: Add eye-catchers.
13659 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13660 literal line numbers.
13661
13662 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13663
13664 * gdb.base/average.c: Add eye-catchers.
13665 * gdb.base/sum.c: Likewise.
13666 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13667 regexps dynamically.
13668
13669 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13670
13671 * gdb.base/solib1.c: Add eye-catchers.
13672 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13673 literal line numbers.
13674
13675 2014-11-12 Pedro Alves <palves@redhat.com>
13676
13677 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13678 leader has exited.
13679
13680 2014-11-12 Pedro Alves <palves@redhat.com>
13681
13682 * gdb.arch/i386-bp_permanent.c: New file.
13683 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13684 (srcfile): Set to i386-bp_permanent.c.
13685 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13686 that stepi does not execute the 'leave' instruction, instead of
13687 testing it does execute.
13688 * gdb.base/bp-permanent.c: New file.
13689 * gdb.base/bp-permanent.exp: New file.
13690
13691 2014-11-10 Doug Evans <xdje42@gmail.com>
13692
13693 PR symtab/17564
13694 * gdb.base/symtab-search-order.exp: New file.
13695 * gdb.base/symtab-search-order.c: New file.
13696 * gdb.base/symtab-search-order-1.c: New file.
13697 * gdb.base/symtab-search-order-shlib-1.c: New file.
13698
13699 2014-11-07 Pedro Alves <palves@redhat.com>
13700
13701 PR gdb/17511
13702 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13703 i?86-*-linux*.
13704
13705 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13706
13707 PR c++/17494
13708 * gdb.cp/pr17494.cc: New file.
13709 * gdb.cp/pr17494.exp: New file.
13710
13711 2014-11-02 Yao Qi <yao@codesourcery.com>
13712
13713 * gdb.python/python.exp: Get working directory and match the
13714 output of "set extended-prompt \\w " with it.
13715
13716 2014-10-30 Doug Evans <dje@google.com>
13717
13718 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13719 in objfiles.
13720 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13721 in progspaces.
13722
13723 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
13724
13725 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13726 * gdb.base/realname-expand.exp: Likewise.
13727 * gdb.linespec/macro-relative.exp: Likewise.
13728
13729 2014-10-29 Pedro Alves <palves@redhat.com>
13730
13731 PR gdb/17408
13732 * gdb.threads/schedlock.c (some_function): New function.
13733 (call_function): New global.
13734 (MAYBE_CALL_SOME_FUNCTION): New macro.
13735 (thread_function): Call it.
13736 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13737 and use it instead of a global counter. Adjust all callers.
13738 (get_current_thread): Use "find current thread" for test message
13739 here rather than having all callers pass down the same string.
13740 (goto_loop): New procedure, factored out from ...
13741 (my_continue): ... this.
13742 (step_ten_loops): Change parameter from test message to command to
13743 use. Adjust.
13744 (list_count): Delete global.
13745 (check_result): New procedure, factored out from duplicate top
13746 level code.
13747 (continue tests): Wrap in with_test_prefix.
13748 (test_step): New procedure, factored out from duplicate top level
13749 code.
13750 (top level): Test "step" in combination with all scheduler-locking
13751 modes. Test "next" in combination with all scheduler-locking
13752 modes, and in combination with stepping over a function call or
13753 not.
13754 * gdb.threads/next-bp-other-thread.c: New file.
13755 * gdb.threads/next-bp-other-thread.exp: New file.
13756
13757 2014-10-29 Pedro Alves <palves@redhat.com>
13758
13759 PR python/17372
13760 * gdb.python/python.exp: Test a multi-line command that spawns
13761 interactive Python.
13762 * gdb.base/multi-line-starts-subshell.exp: New file.
13763
13764 2014-10-29 Yao Qi <yao@codesourcery.com>
13765
13766 * gdb.base/fileio.exp: Make directories on host.
13767
13768 2014-10-29 Yao Qi <yao@codesourcery.com>
13769
13770 * gdb.base/fileio.c (test_write): Close the file.
13771
13772 2014-10-28 Pedro Alves <palves@redhat.com>
13773
13774 PR gdb/12623
13775 * gdb.base/sigstep.c (no_handler): New global.
13776 (main): If 'no_handler is true, set the signal handlers to
13777 SIG_IGN.
13778 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13779 with_sw_watch and no_handler parameters. Handle them.
13780 (top level) <stepping over handler when stopped at a breakpoint
13781 test>: Add a test axis for testing with a software watchpoint, and
13782 another for testing with the signal handler set to SIG_IGN.
13783 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13784 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13785
13786 2014-10-28 Pedro Alves <palves@redhat.com>
13787
13788 PR gdb/17511
13789 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13790 * gdb.base/sigstep.exp (other_handler_location): New global.
13791 (advance): Support stepping into the signal handler, and running
13792 commands while in the handler.
13793 (in_handler_map): New global.
13794 (top level): In the advance test, add combinations for getting
13795 into the handler with stepping commands, and for running commands
13796 in the handler. Add comment descripting the advancei tests.
13797
13798 2014-10-28 Pedro Alves <palves@redhat.com>
13799
13800 * gdb.base/sigstep.exp: Use build_executable instead of
13801 prepare_for_testing.
13802 (top level): Move code that starts GDB, runs to main and creates a
13803 display to ...
13804 (restart): ... this new procedure.
13805 (top level): Move backtrace from signal handler test to ...
13806 (validate_backtrace): ... this new procedure.
13807 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13808 with_test_prefix. Always restart GDB.
13809 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13810 with_test_prefix. Always restart GDB. No need to delete
13811 breakpoints after the test.
13812 (test_skip_handler): Remove prefix parameter.
13813 (skip_over_handler, breakpoint_to_handler)
13814 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13815 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13816 restart GDB. No need to delete breakpoints after the test.
13817 (top level): Use foreach to call the test procedures with
13818 different commands.
13819
13820 2014-10-28 Pedro Alves <palves@redhat.com>
13821
13822 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13823 instead of GNATS numbers.
13824 * gdb.base/sigbpt.exp: Likewise.
13825 * gdb.base/siginfo.exp: Likewise.
13826 * gdb.base/sigstep.exp: Likewise.
13827
13828 2014-10-27 Pedro Alves <palves@redhat.com>
13829
13830 * gdb.base/sigstep.c (dummy): New global.
13831 (main): Issue a couple writes to the new global.
13832 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13833 procedures.
13834 (skip_over_handler): Use test_skip_handler.
13835 (top level): Call skip_over_handler for stepi and nexti too.
13836 (breakpoint_over_handler): Use test_skip_handler.
13837 (top level): Call breakpoint_over_handler for stepi and nexti too.
13838
13839 2014-10-27 Yao Qi <yao@codesourcery.com>
13840
13841 * gdb.trace/tfile.c (adjust_function_address)
13842 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13843 function descriptor.
13844
13845 2014-10-24 Don Breazeal <donb@codesourcery.com>
13846
13847 * gdb.base/foll-fork.exp (test_follow_fork,
13848 catch_fork_child_follow): Check for updated fork messages emitted
13849 from infrun.c.
13850 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13851 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13852 vfork_and_exec_child_follow_through_step): Check for updated vfork
13853 messages emitted from infrun.c.
13854
13855 2014-10-24 Pedro Alves <palves@redhat.com>
13856
13857 * gdb.base/corefile.exp: Remove references to ultrix.
13858 * gdb.base/interrupt.exp: Likewise.
13859 * gdb.base/whatis.exp: Likewise.
13860 * gdb.gdb/selftest.exp: Likewise.
13861 * gdb.threads/manythreads.exp: Likewise.
13862 * gdb.threads/print-threads.exp: Likewise.
13863 * gdb.threads/pthreads.exp:: Likewise.
13864 * gdb.threads/schedlock.exp: Likewise.
13865
13866 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13867
13868 * gdb.cp/non-trivial-retval.cc: Add a test case.
13869 * gdb.cp/non-trivial-retval.exp: Add a test.
13870
13871 2014-10-20 Yao Qi <yao@codesourcery.com>
13872
13873 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13874 * gdb.python/py-objfile-script-gdb.py: New file.
13875 * gdb.python/py-objfile-script.exp: Update reference to
13876 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13877 of remote_download. Remove the dest file.
13878
13879 2014-10-20 Yao Qi <yao@codesourcery.com>
13880
13881 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13882 * gdb.base/step-line.exp: Likewise.
13883 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13884 * gdb.dwarf2/dw2-basic.exp: Likewise.
13885 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13886 * gdb.dwarf2/dw2-filename.exp: Likewise.
13887 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13888 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13889 * gdb.dwarf2/dw2-producer.exp: Likewise.
13890 * gdb.dwarf2/mac-fileno.exp: Likewise.
13891 * gdb.python/py-frame-args.exp: Likewise.
13892 * gdb.python/py-framefilter.exp: Likewise.
13893 * gdb.python/py-mi.exp: Likewise.
13894 * gdb.python/py-objfile-script.exp: Likewise
13895 * gdb.python/py-pp-integral.exp: Likewise.
13896 * gdb.python/py-pp-re-notag.exp: Likewise.
13897 * gdb.python/py-prettyprint.exp: Likewise.
13898 * gdb.python/py-section-script.exp: Likewise.
13899 * gdb.python/py-typeprint.exp: Likewise.
13900 * gdb.python/py-xmethods.exp: Likewise.
13901 * gdb.stabs/weird.exp: Likewise.
13902 * gdb.xml/tdesc-regs.exp: Likewise.
13903
13904 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13905
13906 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13907 (out_cu): Use addr_len for the size of addresses.
13908 (out_line): Likewise. Size DW_LNE_set_address instruction
13909 according to addr_len.
13910 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13911 (FUNC): Add START_INSNS to definition.
13912
13913 2014-10-18 Yao Qi <yao@codesourcery.com>
13914
13915 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13916 gdb_has_argv0 return true.
13917 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13918 check [target_info exists noargs], check [gdb_has_argv0]
13919 instead.
13920 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13921 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13922 procedures.
13923
13924 2014-10-17 Doug Evans <dje@google.com>
13925
13926 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13927 event.
13928 * gdb.python/py-events.py: Add clear_objfiles event.
13929
13930 2014-10-17 Doug Evans <dje@google.com>
13931
13932 * gdb.python/py-objfile.exp: Test progspace attribute.
13933
13934 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
13935
13936 * gdb.guile/scm-breakpoint.exp: Do not assume any
13937 directory separators when matching source file paths.
13938 * gdb.python/py-breakpoint.exp: Likewise.
13939 * gdb.reverse/break-precsave.exp: Likewise.
13940 * gdb.reverse/break-reverse.exp: Likewise.
13941 * gdb.reverse/consecutive-precsave.exp: Likewise.
13942 * gdb.reverse/finish-precsave.exp: Likewise.
13943 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13944 * gdb.reverse/finish-reverse.exp: Likewise.
13945 * gdb.reverse/i386-precsave.exp: Likewise.
13946 * gdb.reverse/i387-env-reverse.exp: Likewise.
13947 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13948 * gdb.reverse/machinestate-precsave.exp: Likewise.
13949 * gdb.reverse/machinestate.exp: Likewise.
13950 * gdb.reverse/sigall-precsave.exp: Likewise.
13951 * gdb.reverse/solib-precsave.exp: Likewise.
13952 * gdb.reverse/step-precsave.exp: Likewise.
13953 * gdb.reverse/until-precsave.exp: Likewise.
13954 * gdb.reverse/watch-precsave.exp: Likewise.
13955 * gdb.reverse/watch-reverse.exp: Likewise.
13956
13957 2014-10-17 Yao Qi <yao@codesourcery.com>
13958
13959 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13960 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13961
13962 2014-10-17 Pedro Alves <palves@redhat.com>
13963
13964 PR gdb/17471
13965 * gdb.base/bg-execution-repeat.c: New file.
13966 * gdb.base/bg-execution-repeat.exp: New file.
13967
13968 2014-10-17 Pedro Alves <palves@redhat.com>
13969
13970 PR gdb/17300
13971 * gdb.base/continue-all-already-running.c: New file.
13972 * gdb.base/continue-all-already-running.exp: New file.
13973
13974 2014-10-17 Pedro Alves <palves@redhat.com>
13975
13976 PR gdb/17472
13977 * gdb.base/annota-input-while-running.c: New file.
13978 * gdb.base/annota-input-while-running.exp: New file.
13979
13980 2014-10-17 Pedro Alves <palves@redhat.com>
13981
13982 * gdb.base/callfuncs.exp: emove references to osf.
13983 * gdb.base/sigall.exp: Likewise.
13984 * gdb.gdb/selftest.exp: Likewise.
13985 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13986 * gdb.mi/non-stop.c: Likewise.
13987 * gdb.mi/pthreads.c: Likewise.
13988 * gdb.reverse/sigall-precsave.exp: Likewise.
13989 * gdb.reverse/sigall-reverse.exp: Likewise.
13990 * gdb.threads/pthreads.c: Likewise.
13991 * gdb.threads/pthreads.exp: Likewise.
13992
13993 2014-10-17 Yao Qi <yao@codesourcery.com>
13994
13995 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13996 check 'target_info exists noargs'.
13997 (test_command_prompt_position): Likewise.
13998 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13999 Remove "set args".
14000 (progvar_simple_while_test): Likewise.
14001 (progvar_complex_if_while_test): Likewise.
14002 (if_while_breakpoint_command_test): Likewise.
14003 (infrun_breakpoint_command_test): Likewise.
14004 (breakpoint_command_test): Likewise.
14005 (watchpoint_command_test): Likewise.
14006 (bp_deleted_in_command_test): Likewise.
14007 (temporary_breakpoint_commands): Likewise.
14008
14009 2014-10-16 Yao Qi <yao@codesourcery.com>
14010
14011 * gdb.base/remotetimeout.exp: Remove noargs checking.
14012
14013 2014-10-15 Pedro Alves <palves@redhat.com>
14014
14015 PR breakpoints/9649
14016 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14017 * gdb.base/breakpoint-in-ro-region.exp
14018 (probe_target_hardware_step): New procedure.
14019 (top level): Probe hardware stepping and hardware breakpoint
14020 support. Test stepping through a read-only region, with both
14021 "breakpoint auto-hw" on and off and both "always-inserted" on and
14022 off.
14023
14024 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14025
14026 * gdb.dlang/demangle.exp: Update for demangling changes.
14027
14028 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14029
14030 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14031 * gdb.cp/non-trivial-retval.exp: Add new tests.
14032
14033 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14034
14035 PR c++/13403
14036 PR c++/15154
14037 * gdb.cp/non-trivial-retval.cc: New file.
14038 * gdb.cp/non-trivial-retval.exp: New file.
14039
14040 2014-10-15 Yao Qi <yao@codesourcery.com>
14041
14042 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14043 remote host.
14044
14045 2014-10-15 Yao Qi <yao@codesourcery.com>
14046
14047 * gdb.python/py-symbol.exp: Match file base name if host is
14048 remote, otherwise match file name with dir name.
14049 * gdb.python/py-symtab.exp: Likewise.
14050 * gdb.python/python.exp: Likewise.
14051
14052 2014-10-15 Yao Qi <yao@codesourcery.com>
14053
14054 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14055 pattern.
14056 * gdb.python/py-symtab.exp: Likewise.
14057 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14058 locationn.
14059
14060 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14061
14062 * gdb.ada/addr_arith: New testcase.
14063
14064 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14065
14066 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14067 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14068 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14069 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14070
14071 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14072
14073 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14074 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14075 * gdb.arch/stap-eval-lang-ada.exp: New file.
14076
14077 2014-10-14 Yao Qi <yao@codesourcery.com>
14078
14079 * gdb.mi/mi-var-child.c (nothing1): New function.
14080 (nothing2): New function.
14081 (do_children_tests): Set function pointers by nothing1 and
14082 nothing2.
14083 * gdb.mi/mi-var-child.exp: Step over new added statements.
14084 Update test to match the new output.
14085 * gdb.mi/var-cmd.c (nothing1): New function.
14086 (nothing2): New function.
14087 (do_children_tests): Set function pointers by nothing1 and
14088 nothing2.
14089 * gdb.mi/mi-var-display.exp: Update test to match output.
14090 Step to the line specified by $line_dct_nothing.
14091 Increase the number of lines to step.
14092
14093 2014-10-14 Yao Qi <yao@codesourcery.com>
14094
14095 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14096 tests.
14097 * gdb.mi/mi2-var-child.exp: Likewise.
14098
14099 2014-10-13 Doug Evans <dje@google.com>
14100
14101 * gdb.python/py-objfile.exp: Change name of file name test.
14102
14103 2014-10-13 Doug Evans <dje@google.com>
14104
14105 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14106 from the start of the CU.
14107
14108 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14109 Yao Qi <yao@codesourcery.com>
14110
14111 Fix "save breakpoints" for "catch" command.
14112 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14113 Remove -nonewline. Match also the added "main" line.
14114
14115 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14116
14117 Fix "save breakpoints" for "disable $bpnum" command.
14118 * gdb.base/save-bp.c (main): Add label.
14119 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14120
14121 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14122
14123 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14124
14125 2014-10-11 Yao Qi <yao@codesourcery.com>
14126
14127 * gdb.server/server-kill.exp: Execute command
14128 "set remote trace-status-packet on" before "tstatus".
14129
14130 2014-10-11 Yao Qi <yao@codesourcery.com>
14131
14132 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14133 (main): Call getppid.
14134 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14135 and continue to it. Read variable "server_pid".
14136
14137 2014-10-11 Yao Qi <yao@codesourcery.com>
14138
14139 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14140
14141 2014-10-11 Yao Qi <yao@codesourcery.com>
14142
14143 * gdb.threads/thread-find.exp: Don't execute command
14144 "info threads".
14145 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14146 * gdb.threads/linux-dp.exp: Don't check the condition
14147 $threads_created equals to zero.
14148
14149 2014-10-10 Pedro Alves <palves@redhat.com>
14150
14151 * gdb.base/bigcore.exp: Remove references to IRIX.
14152 * gdb.base/funcargs.exp: Likewise.
14153 * gdb.base/interrupt.exp: Likewise.
14154 * gdb.base/mips_pro.exp: Likewise.
14155 * gdb.base/nodebug.exp: Likewise.
14156 * gdb.base/setvar.exp: Likewise.
14157 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14158
14159 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14160 Pedro Alves <palves@redhat.com>
14161
14162 PR symtab/14466
14163 * gdb.base/vdso-warning.c: New file.
14164 * gdb.base/vdso-warning.exp: New file.
14165
14166 2014-10-02 Doug Evans <dje@google.com>
14167
14168 * gdb.base/structs.c (main): Don't run forever.
14169
14170 2014-10-02 Pedro Alves <palves@redhat.com>
14171
14172 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14173 (top level) <stop threads 1, stop threads 2>: Use it.
14174
14175 2014-10-02 Pedro Alves <palves@redhat.com>
14176
14177 * gdb.threads/break-while-running.exp (test): Add new
14178 'update_thread_list' argument. Skip "info threads" if false.
14179 (top level): Add new 'update_thread_list' axis.
14180
14181 2014-10-02 Pedro Alves <palves@redhat.com>
14182
14183 PR breakpoints/17431
14184 * gdb.base/execl-update-breakpoints.c: New file.
14185 * gdb.base/execl-update-breakpoints.exp: New file.
14186
14187 2014-10-01 Pedro Alves <palves@redhat.com>
14188
14189 * gdb.base/breakpoint-in-ro-region.c: New file.
14190 * gdb.base/breakpoint-in-ro-region.exp: New file.
14191
14192 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14193
14194 * gdb.mi/mi-exit-code.exp: New file.
14195 * gdb.mi/mi-exit-code.c: New file.
14196
14197 2014-09-30 Yao Qi <yao@codesourcery.com>
14198
14199 * lib/prelink-support.exp (build_executable_own_libs): Error if
14200 the target isn't native.
14201
14202 2014-09-30 Yao Qi <yao@codesourcery.com>
14203
14204 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14205 false.
14206
14207 2014-09-22 Pedro Alves <palves@redhat.com>
14208
14209 * gdb.threads/break-while-running.exp: New file.
14210 * gdb.threads/break-while-running.c: New file.
14211
14212 2014-09-19 Yao Qi <yao@codesourcery.com>
14213
14214 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14215 Invoke test. Restart GDB with --readnow and invoke test again.
14216
14217 2014-09-19 Yao Qi <yao@codesourcery.com>
14218
14219 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14220 proc set_breakpoint_on_gcd_function. Invoke
14221 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14222 invoke set_breakpoint_on_gcd_function again.
14223
14224 2014-09-18 Doug Evans <dje@google.com>
14225
14226 * gdb.dwarf2/symtab-producer.exp: New file.
14227
14228 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14229
14230 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14231 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14232 * gdb.base/global-var-nested-by-dso.c: Likewise.
14233 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14234
14235 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14236 Pedro Alves <palves@redhat.com>
14237
14238 * gdb.base/watch-bitfields.exp: Pass string other than test file
14239 name to prepare_for_testing.
14240 (watch): New procedure.
14241 (expect_watchpoint): Use with_test_prefix.
14242 (top level): Factor out tests to ...
14243 (test_watch_location, test_regular_watch): ... these new
14244 procedures, and use with_test_prefix and gdb_continue_to_end.
14245
14246 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14247
14248 PR breakpoints/12526
14249 * gdb.base/watch-bitfields.exp: New file.
14250 * gdb.base/watch-bitfields.c: New file.
14251
14252 2014-09-16 Pedro Alves <palves@redhat.com>
14253
14254 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14255 software and hardware addresses, not software address against
14256 itself.
14257
14258 2014-09-16 Pedro Alves <palves@redhat.com>
14259
14260 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14261 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14262
14263 2014-09-16 Pedro Alves <palves@redhat.com>
14264
14265 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14266 files.
14267 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14268 "*-*-vxworks*" throughout.
14269 * gdb.base/break.exp: Likewise.
14270 * gdb.base/default.exp: Likewise.
14271 * gdb.base/scope.exp: Likewise.
14272 * gdb.base/sepdebug.exp: Likewise.
14273 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14274 throughout.
14275 * gdb.base/run.c: Likewise.
14276 * gdb.base/sepdebug.c: Likewise.
14277 * gdb.hp/gdb.aCC/run.c: Likewise.
14278 * gdb.reverse/until-reverse.c: Likewise.
14279 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14280
14281 2014-09-16 Yao Qi <yao@codesourcery.com>
14282
14283 * boards/local-remote-host-native.exp: New file.
14284
14285 2014-09-14 Doug Evans <xdje42@gmail.com>
14286
14287 * gdb.threads/queue-signal.c (thread_count): New variable.
14288 (thread_count_mutex, thread_count_condvar): New variables.
14289 (incr_thread_count, wait_all_threads_running): New functions.
14290 (main): Wait for all threads to be in their thread functions.
14291
14292 2014-09-13 Doug Evans <xdje42@gmail.com>
14293
14294 * gdb.threads/queue-signal.c: New file.
14295 * gdb.threads/queue-signal.exp: New file.
14296
14297 2014-09-13 Doug Evans <xdje42@gmail.com>
14298
14299 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14300 be consistent with what default_gdb_init uses.
14301 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14302 the plain text of the prompt. Add some logging printfs.
14303 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14304
14305 2014-09-12 Pedro Alves <palves@redhat.com>
14306
14307 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14308 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14309 * gdb.arch/i386-size-overlap.exp: Likewise.
14310 * gdb.arch/i386-size.exp: Likewise.
14311 * gdb.arch/i386-unwind.exp: Likewise.
14312 * gdb.base/a2-run.exp: Likewise.
14313 * gdb.base/break.exp: Likewise.
14314 * gdb.base/charset.exp: Likewise.
14315 * gdb.base/chng-syms.exp: Likewise.
14316 * gdb.base/commands.exp: Likewise.
14317 * gdb.base/dbx.exp: Likewise.
14318 * gdb.base/find.exp: Likewise.
14319 * gdb.base/funcargs.exp: Likewise.
14320 * gdb.base/jit-simple.exp: Likewise.
14321 * gdb.base/reread.exp: Likewise.
14322 * gdb.base/sepdebug.exp: Likewise.
14323 * gdb.base/step-bt.exp: Likewise.
14324 * gdb.cp/mb-inline.exp: Likewise.
14325 * gdb.cp/mb-templates.exp: Likewise.
14326 * gdb.objc/basicclass.exp: Likewise.
14327 * gdb.threads/killed.exp: Likewise.
14328
14329 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14330
14331 PR tdep/17379
14332 * gdb.arch/powerpc-stackless.S: New file.
14333 * gdb.arch/powerpc-stackless.exp: New file.
14334
14335 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14336
14337 * gdb.base/attach.c: Include unistd.h.
14338 (main): Call alarm. Add label postloop.
14339 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14340 gdb_breakpoint, gdb_continue_to_breakpoint.
14341 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14342
14343 2014-09-11 Pedro Alves <palves@redhat.com>
14344
14345 PR gdb/17347
14346 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14347 * gdb.base/attach.exp (test_command_line_attach_run): New
14348 procedure.
14349 (top level): Call it.
14350
14351 2014-09-11 Pedro Alves <palves@redhat.com>
14352
14353 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14354 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14355 (do_command_attach_tests): Use spawn_wait_for_attach.
14356 * gdb.base/solib-overlap.exp: Likewise.
14357 * gdb.multi/multi-attach.exp: Likewise.
14358 * gdb.python/py-prompt.exp: Likewise.
14359 * gdb.python/py-sync-interp.exp: Likewise.
14360 * gdb.server/ext-attach.exp: Likewise.
14361
14362 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14363
14364 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14365 command in testcase. Simplify testcase.
14366
14367 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14368
14369 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14370
14371 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14372
14373 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14374
14375 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14376
14377 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14378
14379 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14380
14381 * gdb.dwarf2/dynarr-ptr.c: New file.
14382 * gdb.dwarf2/dynarr-ptr.exp: New file.
14383
14384 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14385
14386 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14387 of 30 rather than hardcoding 120 for a slow test case. Take the
14388 `gdb,timeout' target setting into account for this calculation.
14389 Don't extend the timeout for the test cases that don't need it.
14390
14391 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14392
14393 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14394 a factor of 2 for a slow test case. Take the `gdb,timeout'
14395 target setting into account for this calculation.
14396 * gdb.reverse/until-precsave.exp: Increase the timeout by
14397 a factor of 15 and 3 respectively rather than adding 120
14398 for a pair of slow test cases. Take the `gdb,timeout'
14399 target setting into account for this calculation.
14400
14401 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14402
14403 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14404 timeout, don't pass one down to gdb_expect.
14405 (gdb_expect): Rework timeout selection.
14406
14407 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14408
14409 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14410 exception on timeout.
14411 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14412 (gdbserver_start_extended): Catch any `gdbserver_start' error
14413 exceptions.
14414 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14415 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14416 `gdbserver_gdb_load' error exceptions.
14417
14418 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14419
14420 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14421 120 on waiting for the TCP socket to open.
14422
14423 2014-09-09 Doug Evans <xdje42@gmail.com>
14424
14425 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14426 _caller_matches, _any_caller_is, _any_caller_matches.
14427
14428 2014-09-09 Doug Evans <xdje42@gmail.com>
14429
14430 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14431
14432 2014-09-09 Yao Qi <yao@codesourcery.com>
14433
14434 * gdb.mi/mi-var-display.exp: Set print symbol off.
14435
14436 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14437
14438 PR gdb/17035
14439 * gdb.base/commands.exp: Add tests to verify user-defined
14440 commands with empty bodies.
14441 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14442 python commands in `show user command`.
14443 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14444 scheme commands in `show user command`.
14445
14446 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14447
14448 PR python/17355
14449 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14450 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14451 * gdb.python/py-framefilter-invalidarg.exp: New file.
14452 * gdb.python/py-framefilter-invalidarg.py: New file.
14453
14454 2014-09-06 Doug Evans <xdje42@gmail.com>
14455
14456 PR 15276
14457 * gdb.python/py-caller-is.c: New file.
14458 * gdb.python/py-caller-is.exp: New file.
14459
14460 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14461
14462 PR gdb/17235
14463 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14464 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14465
14466 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14467
14468 PR fortran/17237
14469 * gdb.fortran/print-formatted.exp: New file.
14470 * gdb.fortran/print-formatted.f90: Likewise.
14471
14472 2014-09-03 Sasha Smundak <asmundak@google.com>
14473
14474 * gdb.python/py-frame.exp: Test Frame.read_register.
14475
14476 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14477
14478 PR python/16699
14479 * gdb.python/py-completion.exp: New file.
14480 * gdb.python/py-completion.py: Likewise.
14481
14482 2014-08-28 Doug Evans <dje@google.com>
14483
14484 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14485 eax,etc. are live with values set by gdb and thus the compiler can't
14486 use them.
14487 * gdb.arch/i386-pseudo.c (main): Ditto.
14488
14489 2014-08-27 Doug Evans <dje@google.com>
14490
14491 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14492
14493 2014-08-25 Doug Evans <dje@google.com>
14494
14495 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14496 (main): Ditto.
14497
14498 2014-08-25 Doug Evans <dje@google.com>
14499
14500 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14501
14502 2014-08-24 Yao Qi <yao@codesourcery.com>
14503
14504 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14505 symbol off.
14506 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14507
14508 2014-08-22 Doug Evans <dje@google.com>
14509
14510 PR 17276
14511 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14512 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14513 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14514
14515 2014-08-22 Yao Qi <yao@codesourcery.com>
14516
14517 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14518 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14519 * gdb.python/python.exp: Likewise. Use .py file on the host
14520 instead of the build.
14521
14522 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14523
14524 * gdb.threads/gcore-stale-thread.c: New file.
14525 * gdb.threads/gcore-stale-thread.exp: New file.
14526
14527 2014-08-21 Pedro Alves <palves@redhat.com>
14528
14529 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14530 * gdb.base/gcore-relro-pie.exp: Likewise.
14531 * gdb.base/gcore-relro.exp: Likewise.
14532 * gdb.base/gcore.exp: Likewise.
14533 * gdb.base/print-symbol-loading.exp: Likewise.
14534 * gdb.threads/gcore-thread.exp: Likewise.
14535 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14536
14537 2014-08-20 Pedro Alves <palves@redhat.com>
14538 Jan Kratochvil <jan.kratochvil@redhat.com>
14539
14540 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14541 configure.
14542 (EXPECT): Handle READ1 being set.
14543 (all): Depend on EXTRA_RULES.
14544 (check-read1, expect-read1, read1.so, read1): New rules.
14545 * README (Testsuite Parameters): Document the READ1 make variable.
14546 (Race detection): New section.
14547 * configure: Regenerate.
14548 * configure.ac: If build==host==target, and running under a
14549 GNU/glibc system, add read1 to the extra Makefile rules.
14550 (EXTRA_RULES): AC_SUBST it.
14551 * lib/read1.c: New file.
14552
14553 2014-08-20 Joel Brobecker <brobecker@adacore.com>
14554
14555 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14556 the handling of variables declared as a typedef to an array
14557 which a DW_AT_data_location attribute.
14558
14559 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
14560 Pedro Alves <palves@redhat.com>
14561
14562 PR symtab/14604
14563 PR symtab/14605
14564 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14565 gdb_test.
14566
14567 2014-08-19 Pedro Alves <palves@redhat.com>
14568
14569 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14570
14571 2014-08-19 Yao Qi <yao@codesourcery.com>
14572
14573 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14574 right line.
14575
14576 2014-08-18 David Blaikie <dblaikie@gmail.com>
14577
14578 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14579
14580 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14581
14582 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14583 attribute in array range.
14584
14585 2014-08-18 Joel Brobecker <brobecker@adacore.com>
14586
14587 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14588
14589 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14590
14591 PR c++/17132
14592 * gdb.cp/pr17132.cc: New file.
14593 * gdb.cp/pr17132.exp: New file.
14594
14595 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14596
14597 * gdb.python/py-xmethods.py (A_getarrayind)
14598 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14599 Use 'print' with function call syntax.
14600 (E_method_matcher.match): Fix tab vs space indentation mixup.
14601
14602 2014-08-15 Yao Qi <yao@codesourcery.com>
14603
14604 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14605 false.
14606
14607 2014-08-15 Yao Qi <yao@codesourcery.com>
14608
14609 * gdb.cp/casts.exp: Set print symbol off.
14610 * gdb.cp/class2.exp: Likewise.
14611 * gdb.cp/overload.exp: Likewise.
14612 * gdb.cp/templates.exp: Likewise.
14613
14614 2014-08-11 Doug Evans <dje@google.com>
14615
14616 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14617 (test_load_shlib): Update.
14618
14619 2014-08-09 Yao Qi <yao@codesourcery.com>
14620
14621 * gdb.base/display.exp: Invoke is_address_zero_readable.
14622 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14623 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14624 * gdb.base/hbreak-unmapped.exp: Return if
14625 is_address_zero_readable returns true.
14626 * gdb.base/signest.exp: Likewise.
14627 * gdb.base/signull.exp: Likewise.
14628 * gdb.base/sigbpt.exp: Likewise.
14629 * gdb.guile/scm-disasm.exp: Do the test if
14630 is_address_zero_readable returns false.
14631 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14632 * gdb.python/py-arch.exp: Likewise.
14633 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14634 * lib/gdb.exp (is_address_zero_readable): New proc.
14635
14636 2014-08-09 Yao Qi <yao@codesourcery.com>
14637
14638 PR testsuite/13443
14639 * gdb.mi/mi-var-display.exp: Make test messages unique.
14640
14641 2014-08-04 Tom Tromey <tromey@redhat.com>
14642
14643 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14644 target 0".
14645
14646 2014-08-04 Tom Tromey <tromey@redhat.com>
14647
14648 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14649 "target_resume".
14650
14651 2014-08-01 Joel Brobecker <brobecker@adacore.com>
14652
14653 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14654 inner_vla_struct_object_size.
14655 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14656 as xfail.
14657
14658 2014-07-30 Pedro Alves <palves@redhat.com>
14659
14660 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14661 comment.
14662
14663 2014-07-29 Yao Qi <yao@codesourcery.com>
14664
14665 PR gdb/17206
14666 * gdb.base/until-nodebug.exp: New.
14667
14668 2014-07-28 Doug Evans <xdje42@gmail.com>
14669
14670 PR guile/17203
14671 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14672 previously existing parameter, and previously ambiguously spelled
14673 parameter.
14674
14675 2014-07-28 Will Newton <will.newton@linaro.org>
14676
14677 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14678
14679 2014-07-26 Ludovic Courtès <ludo@gnu.org>
14680 Doug Evans <xdje42@gmail.com>
14681
14682 PR guile/17146
14683 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14684
14685 2014-07-25 Pedro Alves <palves@redhat.com>
14686
14687 * gdb.threads/signal-command-handle-nopass.c: New file.
14688 * gdb.threads/signal-command-handle-nopass.exp: New file.
14689 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14690 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14691 * gdb.threads/signal-delivered-right-thread.c: New file.
14692 * gdb.threads/signal-delivered-right-thread.exp: New file.
14693
14694 2014-07-25 Pedro Alves <palves@redhat.com>
14695
14696 * gdb.base/double-prompt-target-event-error.exp
14697 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14698 match.
14699 (cancel_pagination_in_target_event): Rework double prompt
14700 detection.
14701 * gdb.base/paginate-after-ctrl-c-running.exp
14702 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14703 <return>' match.
14704 * gdb.base/paginate-bg-execution.exp
14705 (test_bg_execution_pagination_return)
14706 (test_bg_execution_pagination_cancel): Remove '-notransfer
14707 <return>' matches.
14708 * gdb.base/paginate-execution-startup.exp
14709 (test_fg_execution_pagination_return)
14710 (test_fg_execution_pagination_cancel): Remove '-notransfer
14711 <return>' matches.
14712 * gdb.base/paginate-inferior-exit.exp
14713 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14714 match.
14715 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14716 * lib/gdb.exp (pagination_prompt): Run text through
14717 string_to_regexp.
14718 (gdb_test_multiple): Match $pagination_prompt instead of
14719 "<return>".
14720 (string_to_regexp): Move to lib/gdb-utils.exp.
14721
14722 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14723
14724 * gdb.arch/amd64-entry-value-paramref.S: New file.
14725 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14726 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14727 * gdb.arch/amd64-optimout-repeat.S: New file.
14728 * gdb.arch/amd64-optimout-repeat.c: New file.
14729 * gdb.arch/amd64-optimout-repeat.exp: New file.
14730
14731 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14732
14733 PR gdb/17170
14734 * gdb.base/statistics.exp: New file.
14735
14736 2014-07-17 Doug Evans <dje@google.com>
14737
14738 PR gdb/17170
14739 * gdb.base/maint.exp: Update testing of per-command stats.
14740
14741 2014-07-16 Pedro Alves <palves@redhat.com>
14742
14743 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14744 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14745 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14746 (tfile_write_buf): New functions.
14747 (add_memory_block): Rewrite using the above.
14748 (adjust_function_address): New function.
14749 (FUNCTION_ADDRESS): New macro.
14750 (write_basic_trace_file): Remove short_x local, and use
14751 tfile_write_16. Change type of func_addr local to unsigned long
14752 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14753 here. Cast argument of add_memory_block to char pointer.
14754 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14755 (main): Remove parameters.
14756 * gdb.trace/tfile.exp: Remove nowarnings.
14757
14758 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14759
14760 * gdb.base/debug-expr.exp: Test string evaluation with
14761 "debug expression" on.
14762
14763 2014-07-15 Pedro Alves <palves@redhat.com>
14764
14765 * gdb.base/reread.exp: Use clean_restart.
14766
14767 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14768
14769 * gdb.arch/avr-flash-qualifer.c: New.
14770 * gdb.arch/avr-flash-qualifer.exp: New.
14771
14772 2014-07-14 Pedro Alves <palves@redhat.com>
14773
14774 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14775 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14776
14777 2014-07-14 Pedro Alves <palves@redhat.com>
14778
14779 * gdb.base/double-prompt-target-event-error.c: New file.
14780 * gdb.base/double-prompt-target-event-error.exp: New file.
14781
14782 2014-07-14 Pedro Alves <palves@redhat.com>
14783
14784 PR gdb/17072
14785 * gdb.base/paginate-inferior-exit.c: New file.
14786 * gdb.base/paginate-inferior-exit.exp: New file.
14787
14788 2014-07-14 Pedro Alves <palves@redhat.com>
14789
14790 PR gdb/17072
14791 * gdb.base/paginate-bg-execution.c: New file.
14792 * gdb.base/paginate-bg-execution.exp: New file.
14793
14794 2014-07-14 Pedro Alves <palves@redhat.com>
14795
14796 PR gdb/17072
14797 * gdb.base/paginate-execution-startup.c: New file.
14798 * gdb.base/paginate-execution-startup.exp: New file.
14799 * lib/gdb.exp (pagination_prompt): New global.
14800 (default_gdb_spawn): New procedure, factored out from
14801 default_gdb_spawn.
14802 (default_gdb_start): Adjust to call default_gdb_spawn.
14803 (gdb_spawn): New procedure.
14804
14805 2014-07-14 Pedro Alves <palves@redhat.com>
14806
14807 * lib/gdb.exp (gdb_assert): New procedure.
14808 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14809
14810 2014-07-14 Pedro Alves <palves@redhat.com>
14811
14812 * gdb.base/execution-termios.c: New file.
14813 * gdb.base/execution-termios.exp: New file.
14814
14815 2014-07-14 Tom Tromey <tromey@redhat.com>
14816
14817 * gdb.cp/vla-cxx.cc: New file.
14818 * gdb.cp/vla-cxx.exp: New file.
14819
14820 2014-07-14 Tom Tromey <tromey@redhat.com>
14821
14822 * gdb.reverse/rerun-prec.c: New file.
14823 * gdb.reverse/rerun-prec.exp: New file.
14824
14825 2014-07-12 Maciej W. Rozycki <macro@mips.com>
14826 Maciej W. Rozycki <macro@codesourcery.com>
14827
14828 * lib/gdb-utils.exp: New file.
14829 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14830 inline `gdb_init_command' processing.
14831 (gdb_start_cmd): Likewise.
14832 * lib/mi-support.exp (mi_run_cmd): Likewise.
14833 * README: Document `gdb_init_command' and `gdb_init_commands'.
14834
14835 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14836
14837 Fix false FAIL running under a very long directory name.
14838 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14839 and "set print elements 10000". Twice.
14840
14841 2014-07-11 Yao Qi <yao@codesourcery.com>
14842
14843 * gdb.base/exprs.exp: "set print symbol off".
14844
14845 2014-07-11 Pedro Alves <palves@redhat.com>
14846
14847 * gdb.threads/kill.c: New file.
14848 * gdb.threads/kill.exp: New file.
14849
14850 2014-07-10 Yao Qi <yao@codesourcery.com>
14851
14852 * gdb.trace/tfile.c (write_basic_trace_file)
14853 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14854 address written to trace file.
14855
14856 2014-07-09 Pedro Alves <palves@redhat.com>
14857
14858 * gdb.base/attach-wait-input.exp: New file.
14859 * gdb.base/attach-wait-input.c: New file.
14860
14861 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14862
14863 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14864 setting up test structures.
14865 (main): Call new test function.
14866 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14867 test function, continue into test function and walk test
14868 structures.
14869
14870 2014-07-02 Yao Qi <yao@codesourcery.com>
14871
14872 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14873 'bar_start' at the beginning of functions 'foo' and 'bar'
14874 respectively.
14875 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14876 instead of 'foo' and 'bar'.
14877
14878 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14879
14880 * gdb.btrace/segv.exp: New.
14881 * gdb.btrace/segv.c: New.
14882
14883 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
14884
14885 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14886 instruction.
14887
14888 2014-06-30 Mark Wielaard <mjw@redhat.com>
14889
14890 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14891 vulture, vilify, villar): New volatile array constants.
14892 (vindictive, vegetation): New const volatile array constants.
14893 * gdb.base/volatile.exp: Test volatile and const volatile array
14894 types.
14895
14896 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14897
14898 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14899 target lacks support for awatch, rwatch, or hbreak.
14900
14901 2014-06-27 Yao Qi <yao@codesourcery.com>
14902
14903 * gdb.multi/dummy-frame-restore.exp: New.
14904 * gdb.multi/dummy-frame-restore.c: New.
14905
14906 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14907
14908 * gdb.btrace/gcore.exp: New.
14909
14910 2014-06-23 Pedro Alves <palves@redhat.com>
14911
14912 * gdb.base/watchpoint-reuse-slot.c: New file.
14913 * gdb.base/watchpoint-reuse-slot.exp: New file.
14914
14915 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14916
14917 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14918 progspace's filename in 'info', 'enable' and 'disable' command
14919 tests.
14920
14921 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14922
14923 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14924 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14925 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14926
14927 2014-06-20 Gary Benson <gbenson@redhat.com>
14928
14929 * gdb.arch/i386-avx.exp: Fix include file location.
14930 * gdb.arch/i386-sse.exp: Likewise.
14931
14932 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14933
14934 * gdb.dlang/expression.exp: New file.
14935
14936 2014-06-19 Pedro Alves <palves@redhat.com>
14937
14938 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14939 out from ...
14940 (top level): ... here. Iterate running tests under different
14941 scheduler-locking settings.
14942
14943 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
14944
14945 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14946 to DW_FORM_addr and use non-zero addresses.
14947
14948 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14949
14950 PR gdb/17017
14951 * gdb.python/py-xmethods.cc: Add global function call counters and
14952 increment them in their respective functions. Remove "cout"
14953 statements.
14954 * gdb.python/py-xmethods.exp: Make tests check the global function
14955 call counters instead of depending on inferior IO.
14956
14957 2014-06-18 Don Breazeal <donb@codesourcery.com>
14958
14959 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14960 Deleted procedure.
14961 (explicit_fork_parent_follow): Deleted procedure.
14962 (explicit_fork_child_follow): Deleted procedure.
14963 (test_follow_fork): New procedure.
14964 (do_fork_tests): Replace calls to deleted procedures with
14965 calls to test_follow_fork and reset GDB for subsequent
14966 procedure calls.
14967
14968 2014-06-17 Yao Qi <yao@codesourcery.com>
14969
14970 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14971 CP1252.
14972
14973 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
14974
14975 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14976 Initialize ptr and S explicitly.
14977 (skip_type_update_when_not_use_rtti_test): Likewise.
14978
14979 2014-06-16 Keith Seitz <keiths@redhat.com>
14980
14981 PR mi/15863
14982 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14983 the inferior is started.
14984
14985 2014-06-16 Pedro Alves <palves@redhat.com>
14986
14987 * gdb.base/break-main-file-remove-fail.c: New file.
14988 * gdb.base/break-main-file-remove-fail.exp: New file.
14989 * gdb.base/break-unload-file.exp: Use build_executable instead of
14990 prepare_for_testing.
14991 (test_break): New parameter "initial_load". Handle it.
14992 (top level): Add initial_load cmdline/file axis.
14993
14994 2014-06-12 Tom Tromey <tromey@redhat.com>
14995
14996 * gdb.base/completion.exp: Don't use directory name in test.
14997
14998 2014-06-09 Gary Benson <gbenson@redhat.com>
14999
15000 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15001 separate the always-available ANSI-standard signals from the
15002 signals that require checking.
15003 (main): Likewise.
15004 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15005 Likewise.
15006 (main): Likewise.
15007
15008 2014-06-07 Keith Seitz <keiths@redhat.com>
15009
15010 Revert:
15011 PR c++/16253
15012 * gdb.cp/var-tag.cc: New file.
15013 * gdb.cp/var-tag.exp: New file.
15014 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15015 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15016 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15017 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15018
15019 2014-06-06 Doug Evans <xdje42@gmail.com>
15020
15021 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15022
15023 2014-06-06 Pedro Alves <palves@redhat.com>
15024
15025 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15026 in target debug output instead of looking at RSP packets,
15027 disabling the test on any target that uses hardware stepping.
15028 Update comments.
15029
15030 2014-06-06 Pedro Alves <palves@redhat.com>
15031
15032 * gdb.base/break-unload-file.exp: Fix typo.
15033
15034 2014-06-06 Yao Qi <yao@codesourcery.com>
15035
15036 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15037 from "jit_function" to "^jit_function".
15038
15039 2014-06-06 Yao Qi <yao@codesourcery.com>
15040
15041 * gdb.base/async.c (foo): Add one statement.
15042 * gdb.base/async.exp: Get the next instruction address and
15043 match the output of "nexti" by instruction address. Match
15044 the hex address in the output of "finish".
15045
15046 2014-06-06 Gary Benson <gbenson@redhat.com>
15047
15048 * gdb.base/call-signals.c: Remove preprocessor conditionals
15049 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15050 SIGSEGV and SIGTERM.
15051 * gdb.base/sigall.c: Likewise.
15052 * gdb.base/unwindonsignal.c: Likewise.
15053 * gdb.reverse/sigall-reverse.c: Likewise.
15054
15055 2014-06-06 Yao Qi <yao@codesourcery.com>
15056
15057 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15058 readable, skip the test.
15059
15060 2014-06-06 Yao Qi <yao@codesourcery.com>
15061
15062 * gdb.threads/staticthreads.c (thread_function): Move the line
15063 setting breakpoint on forward.
15064 * gdb.threads/staticthreads.exp: Update comments.
15065
15066 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15067
15068 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15069 "history-append! type error".
15070
15071 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15072
15073 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15074 erroneous dprintf expected input.
15075
15076 2014-06-04 Doug Evans <xdje42@gmail.com>
15077
15078 * gdb.guile/scm-generics.exp: Delete.
15079
15080 2014-06-04 Doug Evans <xdje42@gmail.com>
15081
15082 * gdb.guile/scm-breakpoint.exp: Update.
15083 Add tests for breakpoint registration.
15084
15085 2014-06-04 Tom Tromey <tromey@redhat.com>
15086
15087 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15088 VLA-in-union.
15089 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15090 inner_vla_struct, vla_union types. Initialize objects of those
15091 types and compute their sizes.
15092
15093 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15094 Hui Zhu <hui@codesourcery.com>
15095
15096 * gdb.base/fileio.exp: Add test for shell not available as well as
15097 available.
15098 * gdb.base/fileio.c (test_system): Check for shell twice.
15099
15100 2014-06-04 Yao Qi <yao@codesourcery.com>
15101
15102 * gdb.base/auto-connect-native-target.exp: Remove redundant
15103 space from the regexp pattern.
15104
15105 2014-06-04 Yao Qi <yao@codesourcery.com>
15106
15107 * gdb.base/default.exp: Replace "child" with "native" in
15108 regexp pattern.
15109
15110 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15111
15112 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15113 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15114 * gdb.python/py-xmethods.py: Python script supporting the
15115 new testcase and tests.
15116
15117 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15118 Pedro Alves <palves@redhat.com>
15119
15120 PR breakpoints/17000
15121 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15122 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15123
15124 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15125
15126 * gdb.base/subst.exp: Add tests to verify partial path matching
15127 output.
15128
15129 2014-06-03 Pedro Alves <palves@redhat.com>
15130
15131 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15132 target that doesn't use software single-stepping.
15133
15134 2014-06-03 Pedro Alves <palves@redhat.com>
15135
15136 PR breakpoints/17000
15137 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15138 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15139
15140 2014-06-02 Doug Evans <xdje42@gmail.com>
15141
15142 * gdb.guile/scm-parameter.exp: New file.
15143
15144 2014-06-02 Doug Evans <xdje42@gmail.com>
15145
15146 * gdb.guile/scm-cmd.c: New file.
15147 * gdb.guile/scm-cmd.exp: New file.
15148
15149 2014-06-02 Doug Evans <xdje42@gmail.com>
15150
15151 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15152 pretty-printer lookup.
15153 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15154 (make-pp_s-printer): Call it.
15155 (make-pretty-printer-from-dict): New function.
15156 (lookup-pretty-printer-maker-from-dict): New function.
15157 (*pretty-printer*): Simplify.
15158 (make-objfile-pp_s-printer): New function.
15159 (install-objfile-pretty-printers!): New function.
15160 (make-progspace-pp_s-printer): New function.
15161 (install-progspace-pretty-printers!): New function.
15162 * gdb.guile/scm-progspace.c: New file.
15163 * gdb.guile/scm-progspace.exp: New file.
15164
15165 2014-06-02 Pedro Alves <palves@redhat.com>
15166
15167 * gdb.base/dprintf-bp-same-addr.c: New file.
15168 * gdb.base/dprintf-bp-same-addr.exp: New file.
15169
15170 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15171
15172 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15173 * gdb.arch/powerpc-power.s: Likewise.
15174
15175 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15176
15177 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15178
15179 2014-06-01 Yao Qi <yao@codesourcery.com>
15180
15181 * gdb.base/watchpoint.exp (test_watch_location): Check null
15182 pointer can be dereferenced. If not, do the test, otherwise
15183 skip it.
15184
15185 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15186
15187 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15188 results.
15189 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15190
15191 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15192
15193 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15194 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15195 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15196 * gdb.arch/amd64-invalid-stack-top.c: New file.
15197 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15198
15199 2014-05-30 Pedro Alves <palves@redhat.com>
15200
15201 PR breakpoints/17000
15202 * gdb.base/sss-bp-on-user-bp.c: New file.
15203 * gdb.base/sss-bp-on-user-bp.exp: New file.
15204
15205 2014-05-30 David Blaikie <dblaikie@gmail.com>
15206
15207 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15208 gnu_inline semantics via attribute.
15209 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15210 source explicitly specifies the required semantics.
15211
15212 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15213
15214 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15215
15216 2014-05-29 Pedro Alves <palves@redhat.com>
15217 Tom Tromey <tromey@redhat.com>
15218
15219 * gdb.base/async-shell.exp: Don't enable target-async.
15220 * gdb.base/async.exp
15221 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15222 parameter. Adjust.
15223 (top level): Don't test with "target-async".
15224 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15225 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15226 * gdb.base/inferior-died.exp: Don't enable target-async.
15227 * gdb.base/interrupt-noterm.exp: Likewise.
15228 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15229 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15230 * gdb.mi/mi-nonstop.exp: Likewise.
15231 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15232 * gdb.mi/mi-nsintrall.exp: Likewise.
15233 * gdb.mi/mi-nsmoribund.exp: Likewise.
15234 * gdb.mi/mi-nsthrexec.exp: Likewise.
15235 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15236 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15237 * gdb.python/py-evsignal.exp: Don't enable target-async.
15238 * gdb.python/py-evthreads.exp: Likewise.
15239 * gdb.python/py-prompt.exp: Likewise.
15240 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15241 * gdb.server/solib-list.exp: Don't enable target-async.
15242 * gdb.threads/thread-specific-bp.exp: Likewise.
15243 * lib/mi-support.exp: Adjust to use mi-async.
15244
15245 2014-05-29 Pedro Alves <palves@redhat.com>
15246
15247 PR gdb/13860
15248 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15249 reason, even in sync mode.
15250
15251 2014-05-29 Pedro Alves <palves@redhat.com>
15252 Hui Zhu <hui@codesourcery.com>
15253
15254 PR PR15693
15255 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15256 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15257 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15258 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15259
15260 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15261
15262 * config/monitor.exp (gdb_target_monitor): Replace use of
15263 "set remotebaud" by "set serial baud".
15264
15265 2014-05-26 Andy Wingo <wingo@igalia.com>
15266
15267 * gdb.guile/scm-breakpoint.exp:
15268 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15269 properties instead of gdb-object-properties.
15270
15271 2014-05-26 Yao Qi <yao@codesourcery.com>
15272
15273 * gdb.server/no-thread-db.exp: Specify source file name
15274 explicitly when setting a breakpoint.
15275
15276 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15277
15278 * gdb.btrace/vdso.c: New.
15279 * gdb.btrace/vdso.exp: New.
15280
15281 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15282
15283 * gdb.base/gcore.exp (capture_command_output): Move ...
15284 * lib/gdb.exp (capture_command_output): ... here.
15285
15286 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15287
15288 * gdb.btrace/data.exp: Test memory access during btrace replay.
15289
15290 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15291
15292 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15293
15294 2014-05-21 Pedro Alves <palves@redhat.com>
15295
15296 PR gdb/13860
15297 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15298 (top level): Test that output related to execution commands is
15299 sent to the console with CLI commands, but not with MI commands.
15300 Test that breakpoint events are always mirrored to the console.
15301 Also expect the new source line to be output after a "next" in
15302 async mode too. Make it a pass/fail test.
15303 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15304 output.
15305 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15306
15307 2014-05-21 Pedro Alves <palves@redhat.com>
15308
15309 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15310 Use them to test variations of "list" after reaching a breakpoint.
15311 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15312 Test "list" with listsize 10 after reaching a breakpoint.
15313 * gdb.python/python.exp (decode_line current location line
15314 number): Adjust expected line number.
15315
15316 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15317
15318 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15319 behavior for $args, pass it directly to "run".
15320
15321 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15322
15323 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15324 30000 to 65536.
15325
15326 2014-05-21 Pedro Alves <palves@redhat.com>
15327
15328 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15329 auto-connect-native-target off".
15330 * gdb.base/auto-connect-native-target.c: New file.
15331 * gdb.base/auto-connect-native-target.exp: New file.
15332
15333 2014-05-21 Pedro Alves <palves@redhat.com>
15334
15335 * gdb.base/default.exp: Test "target native" instead of "target
15336 child".
15337
15338 2014-05-21 Mark Wielaard <mjw@redhat.com>
15339
15340 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15341
15342 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15343
15344 Fix TLS access for -static -pthread.
15345 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15346 <HAVE_TLS> (thread_function, main): Initialize it.
15347 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15348 Add clean_restart.
15349 <$have_tls != "">: Check TLSVAR.
15350
15351 2014-05-21 Pedro Alves <palves@redhat.com>
15352
15353 * gdb.base/dcache-line-read-error.c: New.
15354 * gdb.base/dcache-line-read-error.exp: New.
15355
15356 2014-05-20 Pedro Alves <palves@redhat.com>
15357
15358 * gdb.base/compare-sections.c: New file.
15359 * gdb.base/compare-sections.exp: New file.
15360
15361 2014-05-20 Pedro Alves <palves@redhat.com>
15362
15363 * gdb.base/break-idempotent.c: New file.
15364 * gdb.base/break-idempotent.exp: New file.
15365
15366 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15367
15368 * gdb.btrace/nohist.exp: New.
15369
15370 2014-05-20 Yao Qi <yao@codesourcery.com>
15371
15372 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15373 gdb.reverse directory and gdb_reverse_timeout exists in board
15374 setting.
15375 * README: Document gdb_reverse_timeout.
15376
15377 2014-05-20 Yao Qi <yao@codesourcery.com>
15378
15379 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15380 'test_file_name'. Treat args as a string instead of a list.
15381 (gdb_init): Rename argument 'args' by 'test_file_name'.
15382
15383 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15384
15385 * gdb.arch/powerpc-power.exp: New file.
15386 * gdb.arch/powerpc-power.s: New file.
15387
15388 2014-05-16 Doug Evans <dje@google.com>
15389
15390 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15391 * gdb.base/completion.exp: Check that all expected files exist
15392 before doing file completion.
15393
15394 2014-05-16 Doug Evans <dje@google.com>
15395
15396 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15397 Update.
15398 (do_syscall_tests_without_xml): Update.
15399
15400 2014-05-16 Pedro Alves <palves@redhat.com>
15401
15402 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15403 instead of "unknown output after running".
15404
15405 2014-05-16 Yao Qi <yao@codesourcery.com>
15406
15407 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15408 file1.txt from host at the end.
15409 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15410
15411 2014-05-15 Doug Evans <dje@google.com>
15412
15413 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15414 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15415 loading file. Add test for TU lookup.
15416
15417 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15418
15419 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15420 calling "-exec-arguments" or "set args" before running the
15421 inferior.
15422
15423 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15424
15425 * lib/mi-support.exp (mi_expect_stop): Expect message for
15426 inferiors that exit with non-zero exit code.
15427
15428 2014-05-14 Yao Qi <yao@codesourcery.com>
15429
15430 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15431 match absolute path on remote host.
15432 (test_file_list_exec_source_files): Remove "/" from the
15433 pattern.
15434
15435 2014-05-14 Yao Qi <yao@codesourcery.com>
15436
15437 * boards/local-remote-host-notty.exp (${board}_file): New
15438 proc.
15439
15440 2014-05-07 Kyle McMartin <kyle@redhat.com>
15441
15442 Pushed by Joel Brobecker <brobecker@adacore.com>.
15443 * gdb.arch/aarch64-atomic-inst.c: New file.
15444 * gdb.arch/aarch64-atomic-inst.exp: New file.
15445
15446 2014-05-07 Yao Qi <yao@codesourcery.com>
15447
15448 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15449 in current context" too.
15450
15451 2014-05-05 Keith Seitz <keiths@redhat.com>
15452
15453 * gdb.linespec/ls-dollar.exp: Add test for linespec
15454 file:convenience_variable.
15455
15456 2014-05-05 Yao Qi <yao@codesourcery.com>
15457
15458 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15459 traceframes into tfile and ctf trace files. Read data from
15460 trace file and test collected data.
15461 (gdb_collect_locals_test): Likewise.
15462 (gdb_unavailable_registers_test): Likewise.
15463 (gdb_unavailable_floats): Likewise.
15464 (gdb_collect_globals_test): Likewise.
15465 (top-level): Append "ctf" to trace_file_targets if GDB
15466 supports.
15467
15468 2014-05-05 Yao Qi <yao@codesourcery.com>
15469
15470 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15471 code to ...
15472 (gdb_collect_args_test_1): ... it. New proc.
15473 (gdb_collect_locals_test): Move some code to ...
15474 (gdb_collect_locals_test_1): ... it. New proc.
15475 (gdb_unavailable_registers_test): Move some code to ...
15476 (gdb_unavailable_registers_test_1): ... it. New proc.
15477 (gdb_unavailable_floats): Move some code to ...
15478 (gdb_unavailable_floats_1): ... it. New proc.
15479
15480 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15481
15482 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15483 probes to test for bitness recognition.
15484 * gdb.arch/amd64-stap-optional-prefix.exp
15485 (test_probe_value_without_reg): New procedure.
15486 Add code to test for different kinds of bitness.
15487
15488 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15489
15490 PR breakpoints/16889
15491 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15492 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15493
15494 2014-05-01 Pedro Alves <palves@redhat.com>
15495
15496 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15497 gdb_file_cmd if no file is specified.
15498 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15499 last_loaded_file to set the remote exec-file.
15500
15501 2014-05-01 Pedro Alves <palves@redhat.com>
15502
15503 * boards/local-remote-host.exp: New file.
15504
15505 2014-05-01 Pedro Alves <palves@redhat.com>
15506
15507 * boards/local-remote-host.exp: Rename to ...
15508 * boards/local-remote-host-notty.exp: ... this.
15509
15510 2014-04-28 Joel Brobecker <brobecker@adacore.com>
15511
15512 * gdb.ada/dyn_arrayidx: New testcase.
15513
15514 2014-04-26 Yao Qi <yao@codesourcery.com>
15515
15516 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15517 and compute the length of function main. Save it in
15518 $main_length.
15519 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15520 (top-level): Use gdb_compile to compile objects into
15521 executable and restart GDB. Remove invocation to
15522 prepare_for_testing.
15523
15524 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15525 Pedro Alves <palves@redhat.com>
15526
15527 PR server/16255
15528 * gdb.multi/multi-attach.c: New file.
15529 * gdb.multi/multi-attach.exp: New file.
15530
15531 2014-04-25 Pedro Alves <palves@redhat.com>
15532
15533 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15534 user.
15535 (top level): Test that "set remote conditional-breakpoints-packet
15536 off" works as intended.
15537 * gdb.base/dprintf.exp: Test that "set remote
15538 breakpoint-commands-packet off" works as intended.
15539 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15540 New function.
15541 (top level): Call it.
15542 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15543 remote fast-tracepoints-packet off" works as intended.
15544 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15545 * lib/gdb.exp (gdb_is_target_remote): ... here.
15546
15547 2014-04-24 David Blaikie <dblaikie@gmail.com>
15548
15549 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15550 ensure clang would not discard them.
15551 * gdb.base/gdbvars.c: Ditto.
15552 * gdb.base/memattr.c: Ditto.
15553 * gdb.base/whatis.c: Ditto.
15554 * gdb.python/py-prettyprint.c: Ditto.
15555 * gdb.trace/actions.c: Ditto.
15556 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15557 ensure clang would not discard it.
15558
15559 2014-04-24 David Blaikie <dblaikie@gmail.com>
15560
15561 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15562 clang to emit the full definition of type required by the test
15563 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15564
15565 2014-04-24 David Blaikie <dblaikie@gmail.com>
15566
15567 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15568 coax Clang into emitting the definition of the type.
15569 * gdb.cp/pr10728-x.h (y): Ditto.
15570 * gdb.cp/pr10728-y.cc (y): Ditto.
15571
15572 2014-04-24 David Blaikie <dblaikie@gmail.com>
15573
15574 * gdb.base/label.exp: XFAIL label related tests under Clang.
15575 * gdb.cp/cplabel.exp: Ditto.
15576 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15577 under Clang those using labels.
15578
15579 2014-04-25 Yao Qi <yao@codesourcery.com>
15580
15581 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15582 double_label.
15583 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15584 partial_label and double_label.
15585
15586 2014-04-24 David Blaikie <dblaikie@gmail.com>
15587
15588 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15589
15590 2014-04-24 David Blaikie <dblaikie@gmail.com>
15591
15592 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15593 of the function to work across GCC and Clang.
15594 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15595 pointer types (const void ** const V void **).
15596
15597 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
15598 Walfred Tedeschi <walfred.tedeschi@intel.com>
15599
15600 * Makefile.in (EXECUTABLES): Added i386-avx512.
15601 * gdb.arch/i386-avx512.c: New file.
15602 * gdb.arch/i386-avx512.exp: Likewise.
15603
15604 2014-04-23 Keith Seitz <keiths@redhat.com>
15605
15606 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15607 (mi_make_breakpoint_table): New procedure.
15608 (mi_create_breakpoint): Use mi_make_breakpoint
15609 and return the result.
15610 (mi_make_breakpoint): New procedure.
15611 (mi_build_kv_pairs): New procedure.
15612
15613 * gdb.mi/mi-break.exp: Remove unused globals,
15614 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15615 All callers updated.
15616 * gdb.mi/mi-dprintf.exp: Use variable to track command
15617 number.
15618 Update all callers of mi_create_breakpoint and use
15619 mi_make_breakpoint_table.
15620 Remove any unused global variables.
15621 * gdb.mi/mi-nonstop.exp: Likewise.
15622 * gdb.mi/mi-nsintrall.exp: Likewise.
15623 * gdb.mi/mi-nsmoribund.exp: Likewise.
15624 * gdb.mi/mi-nsthrexec.exp: Likewise.
15625 * gdb.mi/mi-reverse.exp: Likewise.
15626 * gdb.mi/mi-simplerun.exp: Likewise.
15627 * gdb.mi/mi-stepn.exp: Likewise.
15628 * gdb.mi/mi-syn-frame.exp: Likewise.
15629 * gdb.mi/mi-until.exp: Likewise.
15630 * gdb.mi/mi-var-cp.exp: Likewise.
15631 * gdb.mi/mi-var-display.exp: Likewise.
15632 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15633 * gdb.mi/mi2-var-child.exp: Likewise.
15634 * gdb.mi/mi-vla-c99.exp: Likewise.
15635 * lib/mi-support.exp: Likewise.
15636
15637 From Ian Lance Taylor <iant@cygnus.com>:
15638 * lib/gdb.exp (parse_args): New procedure.
15639
15640 2014-04-23 Pedro Alves <palves@redhat.com>
15641
15642 * gdb.base/break-unload-file.c: New file.
15643 * gdb.base/break-unload-file.exp: New file.
15644 * gdb.base/sym-file-lib.c (baz): New function.
15645 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15646 field.
15647 (load): Store the segment's mapped size.
15648 (unload): New function.
15649 (unload_shlib): New function.
15650 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15651 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15652 set a breakpoint at baz, and call it.
15653 * gdb.base/sym-file.exp: New tests for stale breakpoint
15654 instructions.
15655
15656 2014-04-23 Pedro Alves <palves@redhat.com>
15657
15658 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15659 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15660 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15661 * gdb.base/hbreak-unmapped.c: New file.
15662 * gdb.base/hbreak-unmapped.exp: New file.
15663 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15664 * lib/gdb.exp (gdb_is_target_remote): ... here.
15665
15666 2014-04-22 Pedro Alves <palves@redhat.com>
15667
15668 * gdb.base/consecutive-step-over.c: New file.
15669 * gdb.base/consecutive-step-over.exp: New file.
15670
15671 2014-04-22 Pedro Alves <palves@redhat.com>
15672
15673 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15674 instead of send_gdb/gdb_expect.
15675
15676 2014-04-22 Yao Qi <yao@codesourcery.com>
15677
15678 * lib/trace-support.exp (generate_tracefile): New procedure.
15679 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15680 return 0.
15681 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15682 if generate_tracefile returns 1.
15683
15684 2014-04-18 Tom Tromey <palves@redhat.com>
15685 Pedro alves <tromey@redhat.com>
15686
15687 PR backtrace/15558
15688 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15689 with a backtrace limit.
15690 * gdb.python/py-frame-inline.exp: Test running to an inline
15691 function with a backtrace limit, and printing the newest frame.
15692 * gdb.python/py-frame-inline.c (main): Call f.
15693
15694 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15695
15696 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15697
15698 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15699
15700 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15701 Drop prefix from unsupported source file path.
15702
15703 2014-04-17 Yao Qi <yao@codesourcery.com>
15704
15705 * lib/gdb.exp (with_target_charset): New proc.
15706 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15707 with_target_charset.
15708 (test_print_strings): Likewise.
15709 (test_repeat_bytes): Likewise.
15710 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15711 for some tests.
15712
15713 2014-04-16 Keith Seitz <keiths@redhat.com>
15714
15715 PR gdb/15827
15716 * gdb.dwarf2/corrupt.c: New file.
15717 * gdb.dwarf2/corrupt.exp: New file.
15718
15719 2014-04-16 Keith Seitz <keiths@redhat.com>
15720
15721 PR c++/16597
15722 * gdb.cp/namelessclass.cc: New file.
15723 * gdb.cp/namelessclass.exp: New file.
15724 * gdb.cp/namelessclass.S: New file.
15725
15726 2014-04-16 Doug Evans <dje@google.com>
15727
15728 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15729 Add comment.
15730 (gdbserver_default_get_comm_port): New function.
15731 (gdbserver_start): Check if board file provided
15732 "gdbserver,get_comm_port" and use it if so.
15733 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15734 (gdb,socketport): Set to "stdio".
15735 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15736 (stdio_gdbserver_template): Delete.
15737 (${board}_get_remote_address): Update.
15738 (${board}_build_remote_cmd): Delete.
15739 (${board}_get_comm_port): New function.
15740 (${board}_spawn): Update.
15741 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15742 Delete.
15743 (${board}_get_remote_address): Update.
15744 (${board}_get_comm_port): New function.
15745
15746 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
15747
15748 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15749 appearing in any order.
15750
15751 2014-04-15 Doug Evans <dje@google.com>
15752
15753 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15754 uninitialized value of "description".
15755
15756 2014-04-15 Keith Seitz <keiths@redhat.com>
15757
15758 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15759 Remove unused globals.
15760 (test_running_the_program): Likewise.
15761 (test_controlled_execution): Likewise.
15762 (test_controlling_breakpoints): Likewise.
15763 (test_program_termination): Likewise.
15764
15765 2014-04-15 Keith Seitz <keiths@redhat.com>
15766
15767 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15768 unused globals.
15769 (test_rbreak_creation_and_listing): Likewise.
15770 (test_ignore_count): Likewise.
15771 (test_error): Likewise.
15772
15773 2014-04-15 Pedro Alves <palves@redhat.com>
15774
15775 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15776 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15777 sym-file-loader.c.
15778 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15779 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15780 to sym-file-loader.c.
15781 (struct library): Forward declare.
15782 (load_shlib, lookup_function): Change prototypes.
15783 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15784 (translate_offset): Remove declarations.
15785 (get_text_addr): New declaration.
15786 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15787 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15788 sym-file-loader.h.
15789 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15790 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15791 here from sym-file-loader.h.
15792 (struct library): New structure.
15793 (load_shlib, lookup_function): Change prototypes and adjust to
15794 work with a struct library.
15795 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15796 (translate_offset): Make static.
15797 (get_text_addr): New function.
15798 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15799
15800 2014-04-15 Pedro Alves <palves@redhat.com>
15801
15802 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15803
15804 2014-04-15 Pedro Alves <palves@redhat.com>
15805
15806 * gdb.base/sym-file-loader.c: Include <limits.h>.
15807 (SELF_LINK): New define.
15808 (get_origin): New function.
15809 (load_shlib): Use it.
15810 * gdb.base/sym-file.exp: Don't early return if the target is
15811 remote. Use runto_main, and issue fail is that fails. Use
15812 gdb_load_shlibs.
15813 (shlib_name): Delete.
15814 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15815
15816 2014-04-15 Pedro Alves <palves@redhat.com>
15817
15818 * gdb.base/sym-file.exp: Remove regex characters from test
15819 message. Don't refer to breakpoint numbers in test messages.
15820
15821 2014-04-14 Keith Seitz <keiths@redhat.com>
15822
15823 PR c++/16253
15824 * gdb.cp/var-tag.cc: New file.
15825 * gdb.cp/var-tag.exp: New file.
15826 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15827 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15828 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15829 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15830
15831 2014-04-14 Tom Tromey <tromey@redhat.com>
15832
15833 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15834 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15835 type.
15836 * gdb.cp/enum-class.exp: New file.
15837 * gdb.cp/enum-class.cc: New file.
15838
15839 2014-04-14 Tom Tromey <tromey@redhat.com>
15840
15841 * gdb.dwarf2/enum-type.exp: New file.
15842
15843 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15844
15845 * gdb.mi/mi-vla-c99.exp: New file.
15846 * gdb.mi/vla.c: New file.
15847
15848 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15849
15850 * gdb.base/vla-datatypes.c: New file.
15851 * gdb.base/vla-datatypes.exp: New file.
15852
15853 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15854
15855 * gdb.base/vla-ptr.c: New file.
15856 * gdb.base/vla-ptr.exp: New file.
15857
15858 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15859
15860 * gdb.dwarf2/count.exp: New file.
15861
15862 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15863
15864 * gdb.base/vla-sideeffect.c: New file.
15865 * gdb.base/vla-sideeffect.exp: New file.
15866
15867 2014-04-14 David Blaikie <dblaikie@gmail.com>
15868
15869 * gdb.mi/non-stop.c: Add return value for non-void function return
15870 statement.
15871 * gdb.threads/staticthreads.c: Ditto.
15872
15873 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15874 Doug Evans <xdje42@gmail.com>
15875
15876 * gdb.guile/scm-value.c: Improve test case.
15877 * gdb.guile/scm-value.exp: Add new test.
15878
15879 2014-04-11 David Blaikie <dblaikie@gmail.com>
15880
15881 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15882 override Clang's default.
15883
15884 2014-04-11 Joel Brobecker <brobecker@adacore.com>
15885
15886 Revert the following changes (regressions):
15887
15888 * gdb.base/vla-sideeffect.c: New file.
15889 * gdb.base/vla-sideeffect.exp: New file.
15890
15891 * gdb.dwarf2/count.exp: New file.
15892
15893 * gdb.base/vla-multi.c: New file.
15894 * gdb.base/vla-multi.exp: New file.
15895
15896 * gdb.base/vla-ptr.c: New file.
15897 * gdb.base/vla-ptr.exp: New file.
15898
15899 * gdb.base/vla-datatypes.c: New file.
15900 * gdb.base/vla-datatypes.exp: New file.
15901
15902 * gdb.mi/mi-vla-c99.exp: New file.
15903 * gdb.mi/vla.c: New file.
15904
15905 2014-04-11 Keith Seitz <keiths@redhat.com>
15906
15907 PR c++/16675
15908 * gdb.cp/cpsizeof.exp: New file.
15909 * gdb.cp/cpsizeof.cc: New file.
15910
15911 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15912
15913 * gdb.mi/mi-vla-c99.exp: New file.
15914 * gdb.mi/vla.c: New file.
15915
15916 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15917
15918 * gdb.base/vla-datatypes.c: New file.
15919 * gdb.base/vla-datatypes.exp: New file.
15920
15921 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15922
15923 * gdb.base/vla-ptr.c: New file.
15924 * gdb.base/vla-ptr.exp: New file.
15925
15926 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15927
15928 * gdb.base/vla-multi.c: New file.
15929 * gdb.base/vla-multi.exp: New file.
15930
15931 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15932
15933 * gdb.dwarf2/count.exp: New file.
15934
15935 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15936
15937 * gdb.base/vla-sideeffect.c: New file.
15938 * gdb.base/vla-sideeffect.exp: New file.
15939
15940 2014-04-11 Yao Qi <yao@codesourcery.com>
15941
15942 * gdb.base/completion.exp: Check file exists before running tests
15943 on file completion.
15944
15945 2014-04-10 Pedro Alves <palves@redhat.com>
15946
15947 * gdb.base/cond-eval-mode.c: New file.
15948 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15949 prepare_for_testing to build the new file. Check result of
15950 runto_main.
15951 (test_break, test_watch): New procedures.
15952 (top level): Use them.
15953
15954 2014-04-08 Pierre Muller <muller@sourceware.org>
15955
15956 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15957 Ctrl-V use for mingw hosts.
15958
15959 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15960
15961 * gdb.python/py-value.c: Improve test case.
15962 * gdb.python/py-value.exp: Add new test.
15963
15964 2014-04-07 David Blaikie <dblaikie@gmail.com>
15965
15966 * lib/compiler.c: Identify the clang compiler.
15967 * lib/compiler.cc: Ditto.
15968
15969 2014-04-03 Yao Qi <yao@codesourcery.com>
15970
15971 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15972
15973 2014-04-01 Anton Blanchard <anton@samba.org>
15974
15975 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15976 messages unique.
15977
15978 2014-04-01 Anton Blanchard <anton@samba.org>
15979
15980 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15981 prepare_for_testing.
15982
15983 2014-04-01 Anton Blanchard <anton@samba.org>
15984
15985 * gdb.arch/ppc64-atomic-inst.c: Remove.
15986 * gdb.arch/ppc64-atomic-inst.S: New file.
15987 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15988
15989 2014-03-31 Doug Evans <dje@google.com>
15990
15991 * gdb.base/print-symbol-loading-lib.c: New file.
15992 * gdb.base/print-symbol-loading-main.c: New file.
15993 * gdb.base/print-symbol-loading.exp: New file.
15994
15995 2014-03-31 Yao Qi <yao@codesourcery.com>
15996
15997 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15998
15999 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16000
16001 * gdb.ada/mi_dyn_arr: New testcase.
16002
16003 2014-03-27 Doug Evans <dje@google.com>
16004
16005 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16006
16007 2014-03-27 Yao Qi <yao@codesourcery.com>
16008
16009 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16010 if target is nios2-*-*.
16011
16012 2014-03-26 Yao Qi <yao@codesourcery.com>
16013
16014 * lib/gdb.exp (readline_is_used): New proc.
16015 * gdb.base/completion.exp: Move tests on command complete up.
16016 Skip the rest of tests if readline is not used.
16017 * gdb.ada/complete.exp: Skp the test if readline is not
16018 used.
16019 * gdb.base/filesym.exp: Likewise.
16020 * gdb.base/macscp.exp: Likewise.
16021 * gdb.base/readline-ask.exp: Likewise.
16022 * gdb.base/readline.exp: Likewise.
16023 * gdb.python/py-cmd.exp: Likewise.
16024 * gdb.trace/tfile.exp: Likewise.
16025
16026 2014-03-26 Yao Qi <yao@codesourcery.com>
16027
16028 * gdb.base/macscp.exp: Fix code format issues.
16029
16030 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16031
16032 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16033 * gdb.asm/powerpc64le.inc: New file.
16034
16035 2014-03-25 Pedro Alves <palves@redhat.com>
16036 Doug Evans <dje@google.com>
16037
16038 * gdb.base/source-execution.c: New file.
16039 * gdb.base/source-execution.exp: New file.
16040 * gdb.base/source-execution.gdb: New file.
16041
16042 2014-03-24 Doug Evans <dje@google.com>
16043
16044 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16045 using fission.
16046
16047 2014-03-24 Hui Zhu <hui@codesourcery.com>
16048 Pedro Alves <palves@redhat.com>
16049
16050 PR breakpoints/16101
16051 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16052 test pass/fail messages. Detect missing support for dprintf when
16053 breakpoints are actually inserted.
16054 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16055 breakpoints are actually inserted.
16056 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16057 fails.
16058
16059 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16060
16061 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16062
16063 2014-03-22 Doug Evans <xdje42@gmail.com>
16064
16065 * gdb.python/python.exp (python not supported): Verify multi-line
16066 python command issues an error.
16067 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16068 guile command issues an error.
16069
16070 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16071
16072 * gdb.threads/thread-specific.exp: Handle the lack of usable
16073 $this_breakpoint and $this_thread.
16074
16075 2014-03-21 Hui Zhu <hui@codesourcery.com>
16076
16077 * gdb.base/attach.exp (do_command_attach_tests): New.
16078
16079 2014-03-20 Tom Tromey <tromey@redhat.com>
16080 Pedro Alves <palves@redhat.com>
16081
16082 PR cli/15718
16083 * gdb.base/condbreak-call-false.c: New file.
16084 * gdb.base/condbreak-call-false.exp: New file.
16085
16086 2014-03-20 Pedro Alves <palves@redhat.com>
16087
16088 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16089 Delete.
16090 (block_signals, unblock_signals): Delete.
16091 (child_function_2, main): Remove references to deleted variable
16092 and functions.
16093
16094 2014-03-20 Pedro Alves <palves@redhat.com>
16095
16096 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16097 Use pthread_kill to signal thread 2.
16098 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16099 Adjust to make the test send itself a signal rather than using the
16100 host's "kill" command.
16101
16102 2014-03-20 Pedro Alves <palves@redhat.com>
16103
16104 * gdb.threads/multiple-step-overs.c: New file.
16105 * gdb.threads/multiple-step-overs.exp: New file.
16106 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16107 Adjust expected infrun debug output.
16108
16109 2014-03-20 Pedro Alves <palves@redhat.com>
16110
16111 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16112 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16113
16114 2014-03-20 Pedro Alves <palves@redhat.com>
16115
16116 PR breakpoints/7143
16117 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16118 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16119 of gdb_test_multiple.
16120 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16121 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16122
16123 2014-03-20 Pedro Alves <palves@redhat.com>
16124
16125 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16126 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16127
16128 2014-03-19 Pedro Alves <palves@redhat.com>
16129
16130 * gdb.base/async.exp: Remove early return.
16131
16132 2014-03-19 Pedro Alves <palves@redhat.com>
16133
16134 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16135
16136 2014-03-19 Pedro Alves <palves@redhat.com>
16137
16138 * gdb.base/async.exp (test_background): Expect \r\n after
16139 "completed." in the fail pattern.
16140
16141 2014-03-19 Pedro Alves <palves@redhat.com>
16142
16143 * gdb.base/async.exp (test_background): New procedure.
16144 Use it for all background execution command tests.
16145
16146 2014-03-19 Pedro Alves <palves@redhat.com>
16147
16148 * gdb.base/async.exp: Use prepare_for_testing.
16149
16150 2014-03-19 Pedro Alves <palves@redhat.com>
16151
16152 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16153 the same line.
16154
16155 2014-03-19 Pedro Alves <palves@redhat.com>
16156
16157 * gdb.base/async.c (main): Add "jump here" and "until here" line
16158 marker comments.
16159 * gdb.base/async.exp (jump_here): New global.
16160 (jump& test): Use it.
16161 (until_here): New global.
16162 (until& test): Use it.
16163
16164 2014-03-19 Pedro Alves <palves@redhat.com>
16165
16166 * gdb.base/async.exp: Don't frob gdb_protocol.
16167
16168 2014-03-18 Doug Evans <xdje42@gmail.com>
16169
16170 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16171 Fix spelling of exec-done-display.
16172
16173 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16174
16175 PR gdb/15358
16176 * gdb.base/gdb-sigterm.c: New file.
16177 * gdb.base/gdb-sigterm.exp: New file.
16178
16179 2014-03-18 Pedro Alves <palves@redhat.com>
16180
16181 PR gdb/13860
16182 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16183 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16184 solib-event.
16185
16186 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16187
16188 * gdb.ada/pckd_arr_ren: New testcase.
16189
16190 2014-03-13 Doug Evans <xdje42@gmail.com>
16191
16192 PR guile/16612
16193 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16194 collect after discarding symbols.
16195
16196 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16197 Doug Evans <xdje42@gmail.com>
16198
16199 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16200 to history survives a gc.
16201
16202 2014-03-13 Pedro Alves <palves@redhat.com>
16203
16204 * gdb.base/default.exp: Don't test "target procfs".
16205
16206 2014-03-13 Pedro Alves <palves@redhat.com>
16207
16208 * gdb.base/default.exp: Update "target child" and "target procfs"
16209 tests to not expect "Unix".
16210
16211 2014-03-12 Tom Tromey <tromey@redhat.com>
16212
16213 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16214 New procs. Add target-async tests.
16215 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16216 Add target-async tests.
16217
16218 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16219
16220 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16221 'func_start' and 'func_end' for the beginning and end of the
16222 function code, respectively.
16223 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16224 'func_end' instead of 'func' and 'main'.
16225
16226 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16227
16228 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16229 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16230 generate the debug info assembler source.
16231
16232 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16233
16234 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16235 * gdb.dwarf2/arr-subrange.exp: Likewise.
16236 * gdb.dwarf2/dwz.exp: Likewise.
16237 * gdb.dwarf2/method-ptr.exp: Likewise.
16238 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16239 * gdb.dwarf2/subrange.exp: Likewise.
16240 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16241 * gdb.dwarf2/implptrpiece.exp: Likewise.
16242 * gdb.dwarf2/nostaticblock.exp: Likewise.
16243
16244 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16245
16246 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16247 directory to absolute path name arguments.
16248
16249 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16250
16251 * gdb.ada/tagged_access: New testcase.
16252
16253 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16254
16255 * gdb.btrace/data.exp: Update expected output.
16256
16257 2014-03-06 Yao Qi <yao@codesourcery.com>
16258
16259 * gdb.trace/pr16508.exp: New file.
16260
16261 2014-03-05 Pedro Alves <palves@redhat.com>
16262
16263 PR gdb/16575
16264 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16265 procedure.
16266 (top level): Adjust to use it. Add tests that exercise breakpoint
16267 interaction with the code-cache.
16268
16269 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16270
16271 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16272 test for 'history-append!'.
16273
16274 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16275
16276 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16277 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16278 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16279 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16280 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16281 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16282
16283 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16284
16285 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16286 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16287 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16288
16289 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16290
16291 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16292
16293 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16294
16295 * gdb.dwarf2/arr-stride.c: New file.
16296 * gdb.dwarf2/arr-stride.exp: New file.
16297
16298 2014-02-26 Pedro Alves <palves@redhat.com>
16299
16300 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16301 that won't ever trigger. Make sure that GDB reports the correct
16302 breakpoint that caused the stop.
16303
16304 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16305
16306 PR gdb/16626
16307 * gdb.base/auto-load-script: New file.
16308 * gdb.base/auto-load.c: New file.
16309 * gdb.base/auto-load.exp: New file.
16310
16311 PR gdb/16626
16312 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16313
16314 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16315
16316 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16317 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16318
16319 2014-02-24 Doug Evans <dje@google.com>
16320
16321 * lib/gdb.exp (run_on_host): Log error output if program fails.
16322
16323 2014-02-21 Pedro Alves <palves@redhat.com>
16324
16325 * gdb.threads/step-after-sr-lock.c: Rename to ...
16326 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16327 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16328 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16329 ... this.
16330
16331 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16332
16333 PR tdep/16397
16334 * gdb.arch/amd64-stap-special-operands.exp: New file.
16335 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16336 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16337 * gdb.arch/amd64-stap-triplet.S: Likewise.
16338 * gdb.arch/amd64-stap-triplet.c: Likewise.
16339
16340 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16341
16342 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16343 in .section pseudo-op.
16344
16345 2014-02-20 lin zuojian <manjian2006@gmail.com>
16346 Joel Brobecker <brobecker@adacore.com>
16347 Doug Evans <xdje42@gmail.com>
16348
16349 PR symtab/16581
16350 * gdb.dwarf2/dw2-icycle.S: New file.
16351 * gdb.dwarf2/dw2-icycle.c: New file.
16352 * gdb.dwarf2/dw2-icycle.exp: New file.
16353
16354 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16355
16356 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16357 operations on gdb.Value objects.
16358 * gdb.python/py-value-cc.exp: Add new test to test operations on
16359 gdb.Value objects.
16360
16361 2014-02-18 Doug Evans <dje@google.com>
16362
16363 * Makefile.in (TESTS): New variable.
16364 (expanded_tests, expanded_tests_or_none): New variables
16365 (check-single): Pass $(expanded_tests_or_none) to runtest.
16366 (check-parallel): Only run tests in $(TESTS) if non-empty.
16367 (check/no-matching-tests-found): New rule.
16368 * README: Document TESTS makefile variable.
16369
16370 2014-02-18 Doug Evans <dje@google.com>
16371
16372 * Makefile.in (check-parallel): rm -rf outputs temp.
16373
16374 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16375
16376 Fix "ERROR: no fileid for" in the testsuite.
16377 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16378
16379 2014-02-12 Doug Evans <dje@google.com>
16380
16381 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16382 (MISCELLANEOUS): New variable.
16383 (clean): rm -rf $(MISCELLANEOUS).
16384 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16385 dwp live in the same directory as symlinks, with each symlink pointed
16386 to a differently named file in a different directory.
16387
16388 2014-02-11 Doug Evans <dje@google.com>
16389
16390 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16391 of Tcl file commands.
16392
16393 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16394
16395 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16396 "kill -SIGUSR1 -1".
16397
16398 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16399
16400 * gdb.ada/tick_length_array_enum_idx: New testcase.
16401
16402 2014-02-10 Doug Evans <xdje42@gmail.com>
16403
16404 * configure.ac (AC_OUTPUT): Add gdb.guile.
16405 * configure: Regenerate.
16406 * lib/gdb-guile.exp: New file.
16407 * lib/gdb.exp (get_target_charset): New function.
16408 * gdb.base/help.exp: Update expected output from "apropos apropos".
16409 * gdb.guile/Makefile.in: New file.
16410 * gdb.guile/guile.exp: New file.
16411 * gdb.guile/scm-arch.c: New file.
16412 * gdb.guile/scm-arch.exp: New file.
16413 * gdb.guile/scm-block.c: New file.
16414 * gdb.guile/scm-block.exp: New file.
16415 * gdb.guile/scm-breakpoint.c: New file.
16416 * gdb.guile/scm-breakpoint.exp: New file.
16417 * gdb.guile/scm-disasm.c: New file.
16418 * gdb.guile/scm-disasm.exp: New file.
16419 * gdb.guile/scm-equal.c: New file.
16420 * gdb.guile/scm-equal.exp: New file.
16421 * gdb.guile/scm-error.exp: New file.
16422 * gdb.guile/scm-error.scm: New file.
16423 * gdb.guile/scm-frame-args.c: New file.
16424 * gdb.guile/scm-frame-args.exp: New file.
16425 * gdb.guile/scm-frame-args.scm: New file.
16426 * gdb.guile/scm-frame-inline.c: New file.
16427 * gdb.guile/scm-frame-inline.exp: New file.
16428 * gdb.guile/scm-frame.c: New file.
16429 * gdb.guile/scm-frame.exp: New file.
16430 * gdb.guile/scm-generics.exp: New file.
16431 * gdb.guile/scm-gsmob.exp: New file.
16432 * gdb.guile/scm-iterator.c: New file.
16433 * gdb.guile/scm-iterator.exp: New file.
16434 * gdb.guile/scm-math.c: New file.
16435 * gdb.guile/scm-math.exp: New file.
16436 * gdb.guile/scm-objfile-script-gdb.in: New file.
16437 * gdb.guile/scm-objfile-script.c: New file.
16438 * gdb.guile/scm-objfile-script.exp: New file.
16439 * gdb.guile/scm-objfile.c: New file.
16440 * gdb.guile/scm-objfile.exp: New file.
16441 * gdb.guile/scm-ports.exp: New file.
16442 * gdb.guile/scm-pretty-print.c: New file.
16443 * gdb.guile/scm-pretty-print.exp: New file.
16444 * gdb.guile/scm-pretty-print.scm: New file.
16445 * gdb.guile/scm-section-script.c: New file.
16446 * gdb.guile/scm-section-script.exp: New file.
16447 * gdb.guile/scm-section-script.scm: New file.
16448 * gdb.guile/scm-symbol.c: New file.
16449 * gdb.guile/scm-symbol.exp: New file.
16450 * gdb.guile/scm-symtab-2.c: New file.
16451 * gdb.guile/scm-symtab.c: New file.
16452 * gdb.guile/scm-symtab.exp: New file.
16453 * gdb.guile/scm-type.c: New file.
16454 * gdb.guile/scm-type.exp: New file.
16455 * gdb.guile/scm-value-cc.cc: New file.
16456 * gdb.guile/scm-value-cc.exp: New file.
16457 * gdb.guile/scm-value.c: New file.
16458 * gdb.guile/scm-value.exp: New file.
16459 * gdb.guile/source2.scm: New file.
16460 * gdb.guile/types-module.cc: New file.
16461 * gdb.guile/types-module.exp: New file.
16462
16463 2014-02-10 Yao Qi <yao@codesourcery.com>
16464
16465 PR testsuite/16543
16466 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16467 * configure: Regenerated.
16468 * Makefile.in: New file.
16469
16470 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16471
16472 * gdb.python/py-framefilter.exp: Fix typo.
16473
16474 2014-02-08 Yao Qi <yao@codesourcery.com>
16475
16476 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16477 that no =breakpoint-modified is emitted when breakpoints are
16478 modified through MI commands.
16479
16480 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16481 Pedro Alves <palves@redhat.com>
16482
16483 * gdb.threads/step-after-sr-lock.c: New file.
16484 * gdb.threads/step-after-sr-lock.exp: New file.
16485
16486 2014-02-07 Pedro Alves <palves@redhat.com>
16487
16488 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16489
16490 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16491
16492 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16493 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16494
16495 2014-02-06 Doug Evans <xdje42@gmail.com>
16496
16497 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16498 output.
16499
16500 * gdb.gdb/python-interrupts.exp: New file.
16501
16502 2014-02-05 Yao Qi <yao@codesourcery.com>
16503
16504 * gdb.trace/report.exp (use_collected_data): Test the output
16505 of "info threads" and "info inferiors".
16506
16507 2014-02-05 Yao Qi <yao@codesourcery.com>
16508
16509 Revert this patch:
16510
16511 2013-05-24 Yao Qi <yao@codesourcery.com>
16512
16513 * gdb.trace/tfile.exp: Test inferior and thread.
16514
16515 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16516
16517 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16518 on a function.
16519 * gdb.base/step-bt.c: Call hello via function pointer to make
16520 sure its first instruction is executed on powerpc64le-linux.
16521
16522 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16523
16524 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16525
16526 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16527
16528 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16529 of the test patterns for use on little-endian systems.
16530
16531 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16532
16533 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16534 (decimal_vector): Fix for little-endian.
16535
16536 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16537
16538 * gdb.arch/sparc-sysstep.exp: New file.
16539 * gdb.arch/sparc-sysstep.c: Likewise.
16540
16541 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16542
16543 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16544
16545 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16546
16547 2014-01-23 Tom Tromey <tromey@redhat.com>
16548
16549 * gdb.ada/array_char_idx: New testcase.
16550
16551 2014-01-23 Tom Tromey <tromey@redhat.com>
16552
16553 PR python/16487:
16554 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16555 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16556 classes.
16557
16558 2014-01-23 Tom Tromey <tromey@redhat.com>
16559
16560 PR python/16491:
16561 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16562 string from an inferior frame.
16563 * gdb.python/py-framefilter-mi.exp: Update.
16564
16565 2014-01-22 Doug Evans <dje@google.com>
16566
16567 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16568
16569 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16570
16571 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16572
16573 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16574
16575 * gdb.trace/entry-values.exp: Remove excess space character from
16576 regex patterns. Handle s390 call instruction.
16577
16578 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16579
16580 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16581 define "*_start" label. Make "name" static.
16582 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16583 ${name} by references to ${name}_start.
16584
16585 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16586
16587 * gdb.base/info-macros.exp: Remove "debug" from the compile
16588 options.
16589
16590 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16591
16592 * gdb.dlang/demangle.exp: New file.
16593
16594 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16595
16596 * gdb.dlang/primitive-types.exp: New file.
16597
16598 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16599
16600 * configure.ac: Create gdb.dlang/Makefile.
16601 * configure: Regenerate.
16602 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16603 * gdb.dlang/Makefile.in: New file.
16604 * lib/d-support.exp: New file.
16605 * lib/gdb.exp (skip_d_tests): New proc.
16606
16607 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16608
16609 * gdb.btrace/delta.exp: Check reverse stepi.
16610 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16611 * gdb.btrace/finish.exp: New.
16612 * gdb.btrace/next.exp: New.
16613 * gdb.btrace/nexti.exp: New.
16614 * gdb.btrace/record_goto.c: Add comments.
16615 * gdb.btrace/step.exp: New.
16616 * gdb.btrace/stepi.exp: New.
16617 * gdb.btrace/multi-thread-step.c: New.
16618 * gdb.btrace/multi-thread-step.exp: New.
16619 * gdb.btrace/rn-dl-bind.c: New.
16620 * gdb.btrace/rn-dl-bind.exp: New.
16621 * gdb.btrace/data.c: New.
16622 * gdb.btrace/data.exp: New.
16623 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16624
16625 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16626
16627 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16628 * gdb.btrace/exception.exp: Update.
16629 * gdb.btrace/instruction_history.exp: Update.
16630 * gdb.btrace/record_goto.exp: Update.
16631 * gdb.btrace/tailcall.exp: Update.
16632 * gdb.btrace/unknown_functions.exp: Update.
16633 * gdb.btrace/delta.exp: New.
16634
16635 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16636
16637 * gdb.btrace/record_goto.exp: Add backtrace test.
16638 * gdb.btrace/tailcall.exp: Add backtrace test.
16639
16640 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16641
16642 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16643 * gdb.btrace/record_goto.c: New.
16644 * gdb.btrace/record_goto.exp: New.
16645 * gdb.btrace/x86-record_goto.S: New.
16646
16647 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16648
16649 * gdb.btrace/function_call_history.exp: Update tests.
16650 * gdb.btrace/instruction_history.exp: Update tests.
16651
16652 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16653
16654 * gdb.btrace/function_call_history.exp: Fix expected field
16655 order for "record function-call-history".
16656 Add new tests for "record function-call-history /c".
16657 * gdb.btrace/exception.cc: New.
16658 * gdb.btrace/exception.exp: New.
16659 * gdb.btrace/tailcall.exp: New.
16660 * gdb.btrace/x86-tailcall.S: New.
16661 * gdb.btrace/x86-tailcall.c: New.
16662 * gdb.btrace/unknown_functions.c: New.
16663 * gdb.btrace/unknown_functions.exp: New.
16664 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16665
16666 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16667
16668 * gdb.btrace/instruction_history.exp: Update.
16669 * gdb.btrace/function_call_history.exp: Update.
16670
16671 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16672
16673 * gdb.btrace/function_call_history.exp: Fix expected function
16674 trace.
16675 * gdb.btrace/instruction_history.exp: Initialize traced.
16676 Remove traced_functions.
16677
16678 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16679
16680 * gdb.btrace/function_call_history.exp: Update
16681 * gdb.btrace/instruction_history.exp: Update.
16682
16683 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16684
16685 * gdb.btrace/enable.exp: Update expected text.
16686
16687 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16688
16689 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16690 bytes.
16691
16692 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16693
16694 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16695
16696 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
16697
16698 * lib/gdb.exp (supports_process_record): Return true for
16699 arm*-linux*. (supports_reverse): Likewise.
16700
16701 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16702
16703 PR python/15464
16704 PR python/16113
16705 * gdb.python/py-type.c: Enhance test case.
16706 * gdb.python/py-value-cc.cc: Likewise
16707 * gdb.python/py-type.exp: Add new tests.
16708 * gdb.python/py-value-cc.exp: Likewise
16709
16710 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16711 Pedro Alves <palves@redhat.com>
16712
16713 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16714 Make "name" extern.
16715 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16716 references to ${name}_start by references to ${name}.
16717
16718 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16719
16720 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16721
16722 2014-01-10 Joel Brobecker <brobecker@adacore.com>
16723
16724 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16725
16726 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16727 Pedro Alves <palves@redhat.com>
16728
16729 * gdb.mi/mi-info-os.exp: Connect to the target with
16730 mi_gdb_target_load.
16731
16732 2014-01-08 Pedro Alves <palves@redhat.com>
16733
16734 * gdb.threads/reconnect-signal.c: New file.
16735 * gdb.threads/reconnect-signal.exp: New file.
16736
16737 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16738
16739 * gdb.base/source-dir.exp: New file.
16740
16741 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16742
16743 * gdb.ada/mi_interface: New testcase.
16744
16745 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16746
16747 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16748 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16749 gdb.ada/pp-rec-component/pck.ads: New files.
16750
16751 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16752
16753 * gdb.python/py-pp-integral.c: New file.
16754 * gdb.python/py-pp-integral.py: New file.
16755 * gdb.python/py-pp-integral.exp: New file.
16756
16757 For older changes see ChangeLog-1993-2013.
16758 \f
16759 ;; Local Variables:
16760 ;; mode: change-log
16761 ;; left-margin: 8
16762 ;; fill-column: 74
16763 ;; version-control: never
16764 ;; End:
16765
16766 Copyright 2014-2019 Free Software Foundation, Inc.
16767 Copying and distribution of this file, with or without modification,
16768 are permitted provided the copyright notice and this notice are preserved.
This page took 0.407448 seconds and 4 git commands to generate.