]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Add missing changelog entry
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
0f575925
TV
12019-07-30 Tom de Vries <tdevries@suse.de>
2
3 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4 instead.
5
b13057d9
TV
62019-07-30 Tom de Vries <tdevries@suse.de>
7
8 PR testsuite/24834
9 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
10 (exec_is_pie): New proc.
11
5c4dde85
CB
122019-07-29 Christian Biesinger <cbiesinger@google.com>
13
14 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
15
c620ed88
CB
162019-07-29 Christian Biesinger <cbiesinger@google.com>
17
18 * gdb.python/py-objfile.c: Add global and static vars.
19 * gdb.python/py-objfile.exp: Test new functions Objfile.
20 lookup_global_symbol and lookup_static_symbol.
21
3d235706
TT
222019-07-29 Tom Tromey <tom@tromey.com>
23
24 * lib/tuiterm.exp (Term::_csi_@): New proc.
25 (Term::_csi_X): Don't move cursor.
26
c7e4c0a6
PW
272019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
28
29 * gdb.base/options.exp: Update backtrace - completion to
30 new option -frame-info.
31 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
32 Test new 'set print frame-info'. Test backtrace -frame-info
33 overriding 'set print frame-info'.
34 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
35 Test new 'set print frame-info'.
36 Verify consistency of backtrace with and without filters, with and
37 without -no-filters.
38 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
39 default.
40
de28a3b7
TV
412019-07-29 Tom de Vries <tdevries@suse.de>
42
43 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
44 no arguments".
45
507dd60e
TV
462019-07-29 Tom de Vries <tdevries@suse.de>
47
48 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
49 is a substring of the first for "complete non-unique file name".
50
5beafce9
TV
512019-07-29 Tom de Vries <tdevries@suse.de>
52
53 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
54 with ".*".
55
2d274232
TV
562019-07-29 Tom de Vries <tdevries@suse.de>
57
58 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
59 Pass prompt_regexp parameter to gdb_test_multiple calls.
60
9197cd8b
TV
612019-07-29 Tom de Vries <tdevries@suse.de>
62
63 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
64 print registers" regexps.
65
b528dae0
TV
662019-07-29 Tom de Vries <tdevries@suse.de>
67
68 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
69
d17725d7
TV
702019-07-29 Tom de Vries <tdevries@suse.de>
71
72 PR gdb/24855
73 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
74 (skip_python_tests_prompt): Add prompt_regexp argument to
75 gdb_test_multiple calls.
76
52b75bf1
TT
772019-07-27 Tom Tromey <tom@tromey.com>
78
79 * gdb.tui/main.exp: New file.
80
2b1d00c2
TT
812019-07-27 Tom Tromey <tom@tromey.com>
82
83 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
84 optional.
85 * gdb.tui/empty.exp: New file.
86
ded631d5
TT
872019-07-27 Tom Tromey <tom@tromey.com>
88
89 * lib/tuiterm.exp (spawn): New proc.
90 (Term::resize): New proc.
91 * gdb.tui/resize.exp: New file.
92
58ac439d
TT
932019-07-27 Tom Tromey <tom@tromey.com>
94
95 * gdb.tui/list.exp: New file.
96
fe1f56ee
TT
972019-07-27 Tom Tromey <tom@tromey.com>
98
99 * gdb.tui/regs.exp: New file.
100
f790b310
TT
1012019-07-27 Tom Tromey <tom@tromey.com>
102
103 * gdb.tui/basic.exp: Add "layout split" test.
104
d95fc6ee
TT
1052019-07-27 Tom Tromey <tom@tromey.com>
106
107 * gdb.tui/basic.exp: Add "layout asm" test.
108
c3786b3a
TT
1092019-07-27 Tom Tromey <tom@tromey.com>
110
111 * lib/tuiterm.exp: New file.
112 * gdb.tui/basic.exp: New file.
113
98a617f8
KB
1142019-07-27 Kevin Buettner <kevinb@redhat.com>
115
116 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
117 Enable tests associated with this flag. Adjust regex
118 referencing "foo_low" to now refer to "foo_cold" instead.
119
5c076da4
KB
1202019-07-27 Kevin Buettner <kevinb@redhat.com>
121
122 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
123 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
124 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
125 foo_cold. Revise comments to match.
126 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
127 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
128 were wrapped into this proc; Call do_test in loop from outermost
129 level.
130 (foo_low): Rename all occurrences to "foo_cold".
131 (backtrace from baz): New test.
132 (x2/i foo_cold): New test.
133 (info line *foo_cold): New test.
134
1512d3b7
TV
1352019-07-26 Tom de Vries <tdevries@suse.de>
136
137 * gdb.arch/i386-pkru.exp: Fix unterminated string.
138
297989a1
TV
1392019-07-25 Tom de Vries <tdevries@suse.de>
140
141 PR testsuite/24830
142 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
143 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
144 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
145 (skip_libstdcxx_probe_tests): ... here.
146 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
147
b3b965fb
TV
1482019-07-24 Tom de Vries <tdevries@suse.de>
149
150 PR testsuite/24807
151 * gdb.objc/basicclass.m: Include stdio.h.
152 * gdb.objc/nondebug.m: Same.
153 * gdb.objc/objcdecode.m: Same.
154
4625b4d0
TV
1552019-07-24 Tom de Vries <tdevries@suse.de>
156
157 PR testsuite/24612
158 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
159 additional_flags.
160
024a5840
TV
1612019-07-24 Tom de Vries <tdevries@suse.de>
162
163 PR testsuite/24831
164 * gdb.multi/tids.exp: Update error messages for info threads.
165
c76ddaa3
TV
1662019-07-24 Tom de Vries <tdevries@suse.de>
167
168 * gdb.base/info-types.exp: Allow info types to print info for more than
169 one file.
170
9a618ef6
TV
1712019-07-23 Tom de Vries <tdevries@suse.de>
172
173 PR testsuite/24842
174 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
175 gdb_spawn_with_cmdline_opts.
176
40eadf04
SP
1772019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
178
179 * gdb.arch/arm-cmse-sgstubs.c: New test.
180 * gdb.arch/arm-cmse-sgstubs.exp: New file.
181
5ba29434
TV
1822019-07-23 Tom de Vries <tdevries@suse.de>
183
184 PR testsuite/24711
185 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
186 issuing next command.
187
a8e9d247
AB
1882019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
189
190 * gdb.ada/info_auto_lang.exp: Update expected results.
191 * gdb.base/info-types.c: Add additional types to check.
192 * gdb.base/info-types.exp: Update expected results.
193
eb86c5e2
AB
1942019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
195
196 * gdb.base/info-types.c: New file.
197 * gdb.base/info-types.exp: New file.
198
01e175fe
AB
1992019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
200
201 * gdb.arch/riscv-bp-infcall.c: New file.
202 * gdb.arch/riscv-bp-infcall.exp: New file.
203
6b78c3f8
AB
2042019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
205
206 PR breakpoints/24541
207 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
208
da738167
TV
2092019-07-14 Tom de Vries <tdevries@suse.de>
210
211 PR testsuite/24760
212 * gdb.objc/basicclass.exp: Fix unterminated string.
213
0d4e84ed
AB
2142019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
215 Andrew Burgess <andrew.burgess@embecosm.com>
216
217 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
218 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
219 negative bounds.
220 * gdb.fortran/vla-value.exp: Print elements of an array with
221 negative bounds.
222 * gdb.fortran/vla.f90: Setup an array with negative bounds for
223 testing.
224
021d8588
AB
2252019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 * gdb.base/options.exp (expect_string): Dequote strings in
228 results.
229 (test-string): Test strings with different quoting and reindent.
230
f06f1252
TT
2312019-07-10 Tom Tromey <tromey@adacore.com>
232
233 * gdb.ada/mi_ex_cond.exp: Update expected results.
234 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
235 * gdb.ada/mi_catch_ex.exp: Update expected results.
236 * gdb.ada/mi_catch_assert.exp: Update expected results.
237 * gdb.ada/catch_ex.exp (catch_exception_info)
238 (catch_exception_entry, catch_assert_entry)
239 (catch_unhandled_entry): Update.
240 * gdb.ada/catch_assert_if.exp: Update expected results.
241
b863685d
RB
2422019-07-10 Richard Bunt <richard.bunt@arm.com>
243 Stephen Roberts <stephen.roberts@arm.com>
244
245 * gdb.base/define.exp: Restore original prompt.
246
cb1e4e32
PA
2472019-07-09 Pedro Alves <palves@redhat.com>
248
249 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
250 breakpoints" output.
251 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
252 * gdb.python/py-breakpoint.exp: No longer expect that "catch
253 throw" creates breakpoint.
254 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
255 'type="catchpoint"'.
256
b58a68fe
PA
2572019-07-09 Pedro Alves <palves@redhat.com>
258
259 PR c++/15468
260 * gdb.cp/except-multi-location-lib.cc: New.
261 * gdb.cp/except-multi-location-main.cc: New.
262 * gdb.cp/except-multi-location.exp: New.
263
0826779b
PW
2642019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
265
266 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
267 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
268 argument and update callers.
269
5b0e2db4
AB
2702019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
271
272 * gdb.arch/amd64-break-on-asm-line.S: New file.
273 * gdb.arch/amd64-break-on-asm-line.exp: New file.
274
1f6f6e21
PW
2752019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
276
277 * gdb.base/printcmds.exp: Test printing C string and
278 C wide string convenience vars without transiting via the inferior.
279 Also make test names unique.
280
ea142fbf
AH
2812019-07-08 Alan Hayward <alan.hayward@arm.com>
282
283 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
284
213fd9fa
PA
2852019-07-04 Pedro Alves <palves@redhat.com>
286
287 * lib/gdb.exp (foreach_with_prefix): Don't return early if
288 body returned ok(0), break(3) or continue(4).
289 * gdb.testsuite/foreach_with_prefix.exp: New file.
290
2b40fda7
AH
2912019-07-04 Alan Hayward <alan.hayward@arm.com>
292
293 * gdb.server/unittest.exp: Allow 0 unit tests to run.
294
a26c8de0
PA
2952019-07-03 Pedro Alves <palves@redhat.com>
296
297 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
298 "return -code".
299
5f4ba3e7
PA
3002019-07-03 Pedro Alves <palves@redhat.com>
301
302 PR cli/24732
303 * gdb.base/shell.exp: Load completion-support.exp.
304 Adjust expected error output. Add completion tests.
305
a994424f
PA
3062019-07-03 Pedro Alves <palves@redhat.com>
307
308 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
309 string_to_regexp.
310
3d9be6f5
PA
3112019-07-03 Pedro Alves <palves@redhat.com>
312
313 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
314 (expect_integer): Adjust to expect "-string".
315 (expect_string): New.
316 (all_options): Expect "-string".
317 (test-flag, test-boolean): Adjust to expect "-string".
318 (test-string): New proc.
319 (top level): Call it.
320
41fc454c
PA
3212019-07-03 Pedro Alves <palves@redhat.com>
322
323 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
324 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
325 the expected output in the success.
326
b2b2a215
PA
3272019-07-03 Pedro Alves <palves@redhat.com>
328
329 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
330 Split one gdb_test_multiple call in two to avoid a race.
331
fdbc9870
PA
3322019-07-03 Pedro Alves <palves@redhat.com>
333
334 * gdb.base/with.c: New file.
335 * gdb.base/with.exp: New file.
336
c6ac8931
PA
3372019-07-03 Pedro Alves <palves@redhat.com>
338
339 * gdb.base/settings.exp: Replace all references to "maint
340 test-settings set" with references to "maint set test-settings",
341 and all references to "maint test-settings show" with references
342 to "maint show test-settings".
343
970f9d09
PA
3442019-07-03 Pedro Alves <palves@redhat.com>
345
346 * gdb.base/settings.exp (test-string): Adjust expected out when
347 testing "maint test-settings show filename"
348
54d66006
PA
3492019-07-02 Pedro Alves <palves@redhat.com>
350
351 * gdb.base/options.exp (test-info-threads): New procedure.
352 (top level): Call it.
353
10d06d82
TT
3542019-06-28 Tom Tromey <tromey@adacore.com>
355
356 * gdb.dwarf2/ada-linkage-name.c: New file.
357 * gdb.dwarf2/ada-linkage-name.exp: New file.
358
3d507ff2
TT
3592019-06-27 Tom Tromey <tromey@adacore.com>
360
361 * gdb.cp/constexpr-field.exp: Use setup_xfail.
362
8af58ffe
TV
3632019-06-26 Tom de Vries <tdevries@suse.de>
364
365 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
366
22e21752
TV
3672019-06-26 Tom de Vries <tdevries@suse.de>
368
369 * gdb.base/index-cache.exp: Add back missing debug option.
370
b65b566c
PW
3712019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
372
373 * gdb.base/alias.exp: Test non matching/non existing prefixes.
374
5c2c8c69
TV
3752019-06-25 Tom de Vries <tdevries@suse.de>
376
377 PR testsuite/24727
378 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
379
164e3873
TV
3802019-06-24 Tom de Vries <tdevries@suse.de>
381
382 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
383
824eacee
TV
3842019-06-24 Tom de Vries <tdevries@suse.de>
385
386 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
387 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
388 * gdb.trace/unavailable-dwarf-piece.exp: Same.
389
385b97d3
TV
3902019-06-24 Tom de Vries <tdevries@suse.de>
391
392 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
393
c596f180
TV
3942019-06-21 Tom de Vries <tdevries@suse.de>
395
396 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
397
b13a7d03
TV
3982019-06-21 Tom de Vries <tdevries@suse.de>
399
400 PR testsuite/24518
401 PR ada/24713
402 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
403 index.
404
899277ae
TT
4052019-06-19 Tom Tromey <tromey@adacore.com>
406
407 * gdb.ada/length_cond.exp: Add intro comment.
408
680e1bee
TT
4092019-06-19 Tom Tromey <tromey@adacore.com>
410
411 * gdb.ada/length_cond.exp: New file.
412 * gdb.ada/length_cond/length_cond.adb: New file.
413 * gdb.ada/length_cond/pck.adb: New file.
414 * gdb.ada/length_cond/pck.ads: New file.
415
0ed4690a
TV
4162019-06-18 Tom de Vries <tdevries@suse.de>
417
418 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
419
d20ed5fd
TT
4202019-06-18 Tom Tromey <tromey@adacore.com>
421
422 * gdb.base/list0.h: Add comment explaining control character.
423
86e04673
TV
4242019-06-18 Tom de Vries <tdevries@suse.de>
425
426 * boards/fission.exp: Break up long debug_flags line.
427
c4973306
SM
4282019-06-16 Tom de Vries <tdevries@suse.de>
429
430 PR gdb/24445
431 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
432 generated index.
433
93cb9841
AB
4342019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
435
436 PR gdb/24686
437 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
438 improve detection of bug gdb/24541.
439
399aaebd
SM
4402019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
441
442 PR gdb/24669
443 * gdb.base/index-cache.exp (uses_readnow,
444 expecting_index_cache_use): Define global variable.
445 (test_cache_enabled_miss, test_cache_enabled_hit): Use
446 expecting_index_cache_use.
447
584a927c
AB
4482019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
449 Andrew Burgess <andrew.burgess@embecosm.com>
450
451 * gdb.fortran/pointers.f90: New file.
452 * gdb.fortran/print_type.exp: New file.
453 * gdb.fortran/vla-ptype.exp: Adapt expected results.
454 * gdb.fortran/vla-type.exp: Likewise.
455 * gdb.fortran/vla-value.exp: Likewise.
456 * gdb.mi/mi-vla-fortran.exp: Likewise.
457
30056ea0
AB
4582019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
459
460 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
461 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
462 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
463 as a stop reason.
464
ec8e2b6d
AB
4652019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
466
467 * gdb.base/annota1.exp: Update expected results.
468 * gdb.cp/annota2.exp: Likewise.
469 * gdb.cp/annota3.exp: Likewise.
470
09e4c4e1
AB
4712019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
472
473 * gdb.base/style-logging.exp: Remove path from test name.
474
0735b091
TT
4752019-06-14 Tom Tromey <tromey@adacore.com>
476
477 PR gdb/24502:
478 * gdb.base/style-logging.exp: New file.
479
f5686554
TT
4802019-06-14 Tom Tromey <tromey@adacore.com>
481
482 * gdb.base/symfile-warn.exp: New file.
483 * gdb.base/symfile-warn.c: New file.
484
a0c1ffed
TT
4852019-06-14 Tom Tromey <tromey@adacore.com>
486
487 * gdb.base/annotate-symlink.exp: New file.
488
f411722c
TT
4892019-06-14 Tom Tromey <tromey@adacore.com>
490
491 * gdb.ada/set_wstr.exp: Add reassignment test.
492
4268ec18
TT
4932019-06-14 Tom Tromey <tromey@adacore.com>
494
495 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
496 'unchecked_access and 'unrestricted_access as well.
497
9a9e394b
TT
4982019-06-14 Tom Tromey <tromey@adacore.com>
499
500 PR ada/24539:
501 * gdb.ada/vla.exp: Update tests.
502 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
503 pragma.
504
4c048731
PA
5052019-06-13 Pedro Alves <palves@redhat.com>
506
507 * gdb.base/settings.exp (test-integer): Test junk after
508 "unlimited".
509
6665660a
PA
5102019-06-13 Pedro Alves <palves@redhat.com>
511
512 * gdb.base/options.exp (test-thread-apply): New.
513 (top level): Call it.
514
5d707134
PA
5152019-06-13 Pedro Alves <palves@redhat.com>
516
517 * gdb.base/options.exp (test-frame-apply): New.
518 (top level): Test print commands with different "frame apply"
519 prefixes.
520
e2a689da
PA
5212019-06-13 Pedro Alves <palves@redhat.com>
522
e79be6e5 523 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
524 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
525 'max_completions' parameter and handle it.
526 (test_gdb_completion_offers_commands): New.
527
90a1ef87
PA
5282019-06-13 Pedro Alves <palves@redhat.com>
529
530 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
531
d4c16835
PA
5322019-06-13 Pedro Alves <palves@redhat.com>
533
534 * gdb.base/options.exp (test-backtrace): New.
535 (top level): Call it.
536
2daf894e
PA
5372019-06-13 Pedro Alves <palves@redhat.com>
538
539 * gdb.guile/scm-frame-args.exp: Use "set print
540 raw-frame-arguments" instead of "set print raw frame-arguments".
541 * gdb.python/py-frame-args.exp: Likewise.
542
e6ed716c
PA
5432019-06-13 Pedro Alves <palves@redhat.com>
544
545 * gdb.compile/compile.exp: Adjust expected output to option
546 processing changes.
547
7d8062de
PA
5482019-06-13 Pedro Alves <palves@redhat.com>
549
550 * gdb.base/options.exp: Build executable.
551 (test-print): New procedure.
552 (top level): Call it, once for "print" and another for "compile
553 print".
554
9d0faba9
PA
5552019-06-13 Pedro Alves <palves@redhat.com>
556
557 * gdb.base/options.c: New file.
558 * gdb.base/options.exp: New file.
559
dee7b4c8
PA
5602019-06-13 Pedro Alves <palves@redhat.com>
561
562 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
563 that "o" is ambiguous.
564
dca0f6c0
PA
5652019-06-13 Pedro Alves <palves@redhat.com>
566
567 * gdb.base/settings.c: New file.
568 * gdb.base/settings.exp: New file.
569
ccf46844
PA
5702019-06-13 Pedro Alves <palves@redhat.com>
571
572 * gdb.base/completion.exp: Fix comment typo.
573
b9a3f842
PA
5742019-06-13 Pedro Alves <palves@redhat.com>
575
576 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
577 foo --1" test.
578
d106773e
PA
5792019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
580
581 * gdb.fortran/block-data.f: New.
582 * gdb.fortran/block-data.exp: New.
583
fea82da0
TV
5842019-06-11 Tom de Vries <tdevries@suse.de>
585
586 PR testsuite/24521
587 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
588 message.
589
8c2e74f1
TV
5902019-06-11 Tom de Vries <tdevries@suse.de>
591
592 PR testsuite/24521
593 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
594
b49851c8
TV
5952019-06-11 Tom de Vries <tdevries@suse.de>
596
597 * boards/readnow.exp: New file.
598
a7067863
AB
5992019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
600
601 * gdb.fortran/vla-sizeof.exp: Update expected results.
602
1a3da2cd
AB
6032019-06-06 Amos Bird <amosbird@gmail.com>
604
605 * gdb.base/annota1.exp (thread_switch): Add test for
606 thread-exited annotation.
607
3847a7bf
TT
6082019-06-06 Tom Tromey <tromey@adacore.com>
609
610 * gdb.base/maint.exp: Expect command started/finished output.
611
0088ba59
AB
6122019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
613
614 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
615 comment.
616 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
617
312617a3
AB
6182019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
619
620 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
621 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
622 * gdb.arch/riscv-unwind-long-insn.c: New file.
623 * gdb.arch/riscv-unwind-long-insn.exp: New file.
624
e1f2e1a2
CB
6252019-06-04 Christian Biesinger <cbiesinger@google.com>
626
d3238f7d 627 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 628
206584bd
PW
6292019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
630
631 * lib/gdb.exp (help_list_trailer): New regexp variable
632 factorizing the help trailer message.
633 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
634 arg to allow to better factorize various tests.
635 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
636 (test_prefix_command_help): Use help_list_trailer.
637 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
638 * gdb.guile/scm-cmd.exp: Likewise.
639 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
640 * gdb.base/help.exp: Use test_user_defined_class_help.
641 * gdb.base/style.exp: Add tests for styling of help and apropos.
642 * lib/gdb-utils.exp (style): Add title and highlight styles.
643
708dc93e
PW
6442019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
645
646 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
647 $_shell_exitsignal.
648 * gdb.base/default.exp: Update for new convenience variables.
649
f49055a5
TT
6502019-05-29 Tom Tromey <tromey@adacore.com>
651
652 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
653 to "break complete ada" test case's regexp.
654
4330d61d
TT
6552019-05-29 Tom Tromey <tromey@adacore.com>
656
657 PR c++/20020:
658 * gdb.cp/constexpr-field.exp: New file.
659 * gdb.cp/constexpr-field.cc: New file.
660
000439d5
TT
6612019-05-29 Tom Tromey <tromey@adacore.com>
662
663 * gdb.base/finish.exp (finish_no_print): New proc.
664 (finish_tests): Call it.
665
5a01c34c
TV
6662019-05-24 Tom de Vries <tdevries@suse.de>
667
668 * gdb.dwarf2/gdb-add-index.exp: New file.
669
18125b16
TT
6702019-05-22 Tom Tromey <tromey@adacore.com>
671
672 * gdb.base/info-shared.exp (check_info_shared): Use "style".
673 * gdb.base/style.exp: Use "style".
674 * lib/gdb-utils.exp (style): New proc.
675
af1a8d03
TV
6762019-05-22 Tom de Vries <tdevries@suse.de>
677
678 * gdb.base/align.exp: Require c++11.
679
e7fe496b
TV
6802019-05-22 Tom de Vries <tdevries@suse.de>
681
682 PR testsuite/24586
683 * gdb.python/py-mi-var-info-path-expression.exp: Call
684 mi_skip_python_tests to check if python is supported.
685
8fca4da0
AH
6862019-05-22 Alan Hayward <alan.hayward@arm.com>
687
688 * gdb.arch/aarch64-pauth.c: New test.
689 * gdb.arch/aarch64-pauth.exp: New file.
690
b7060614
AH
6912019-05-22 Alan Hayward <alan.hayward@arm.com>
692
693 * README (Re-running Tests Outside The Testsuite): New section.
694
669d0468
TV
6952019-05-21 Tom de Vries <tdevries@suse.de>
696
697 * gdb.arch/amd64-eval.exp: Require c++11.
698 * gdb.base/max-depth.exp: Same.
699 * gdb.compile/compile-cplus-array-decay.exp: Same.
700 * gdb.cp/meth-typedefs.exp: Same.
701 * gdb.cp/subtypes.exp: Same.
702 * gdb.cp/temargs.exp: Same.
703
ce3ebcaa
AH
7042019-05-21 Alan Hayward <alan.hayward@arm.com>
705
706 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
707
34d11c68
AB
7082019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
709
710 PR gdb/18644
711 * gdb.fortran/complex.exp: Remove setup_kfail calls.
712 * gdb.fortran/printing-types.exp: Add new test.
713 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
714 testing.
715 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
716 setup_kfail call.
717
87781e84
AH
7182019-05-17 Alan Hayward <alan.hayward@arm.com>
719
720 * README (Running the Testsuite): Change example.
721 (Testsuite Parameters): Remove TRANSCRIPT.
722 * lib/gdb.exp: Remove TRANSCRIPT check.
723
b420b89e
AH
7242019-05-17 Alan Hayward <alan.hayward@arm.com>
725
726 * README (Testsuite Parameters): Add replay logging to
727 GDBSERVER_DEBUG.
728 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
729 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
730 as a comma separated list.
731 (gdb_debug_init): Override procedure.
732
408e9b8b
AH
7332019-05-17 Alan Hayward <alan.hayward@arm.com>
734
735 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
736 (gdb_write_cmd_file): New procedure.
737 * lib/gdbserver-support.exp (gdbserver_start): Call
738 gdbserver_write_cmd_file.
739 (gdbserver_write_cmd_file): New procedure.
740
f9e2e39d
AH
7412019-05-17 Alan Hayward <alan.hayward@arm.com>
742
743 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
744 (delete_breakpoints): Likewise.
745 (gdb_run_cmd): Likewise.
746 (gdb_start_cmd): Likewise.
747 (gdb_starti_cmd): Likewise.
748 (gdb_internal_error_resync): Likewise.
749 (gdb_test_multiple): Likewise.
750 (gdb_reinitialize_dir): Likewise.
751 (default_gdb_exit): Likewise.
752 (gdb_file_cmd): Mark kill as optional.
753 (default_gdb_start): Call gdb_stdin_log_init.
754 (send_gdb): Call gdb_stdin_log_write.
755 (rerun_to_main): Mark Y as an answer.
756 (gdb_stdin_log_init): New function.
757 (gdb_stdin_log_write): Likewise.
758
81f47ac2
AH
7592019-05-17 Alan Hayward <alan.hayward@arm.com>
760
761 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
762 * gdb.base/debug-expr.exp: Likewise.
763 * gdb.base/foll-fork.exp: Likewise.
764 * gdb.base/foll-vfork.exp: Likewise.
765 * gdb.base/fork-print-inferior-events.exp: Likewise.
766 * gdb.base/gdb-sigterm.exp: Likewise.
767 * gdb.base/gdbinit-history.exp: Likewise.
768 * gdb.base/osabi.exp: Likewise.
769 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
770 * gdb.base/ui-redirect.exp: Likewise.
771 * gdb.gdb/unittest.exp: Likewise.
772 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
773 * gdb.mi/mi-watch.exp: Likewise.
774 * gdb.mi/new-ui-mi-sync.exp: Likewise.
775 * gdb.mi/user-selected-context-sync.exp: Likewise.
776 * gdb.python/python.exp: Disable debug test when debugging.
777 * gdb.threads/check-libthread-db.exp: Disable when debugging.
778 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
779 Likewise.
780 * gdb.threads/stepi-random-signal.exp: Likewise.
781
29b52314
AH
7822019-05-17 Alan Hayward <alan.hayward@arm.com>
783
784 * Makefile.in: Pass through GDB_DEBUG.
785 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
786 (gdb,debug): Add board setting.
787 * lib/gdb.exp (default_gdb_start): Start debugging.
788 (gdb_debug_enabled): New procedure.
789 (gdb_debug_init): Likewise.
29b52314
AH
790
7912019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 792
29b52314
AH
793 * Makefile.in: Pass through GDB_DEBUG.
794 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
795 (gdb,debug): Add board setting.
796 * lib/gdb.exp (default_gdb_start): Start debugging.
797 (gdb_debug_enabled): New procedure.
798 (gdb_debug_init): Likewise.
29b52314 799
ca1285d1
AH
8002019-05-17 Alan Hayward <alan.hayward@arm.com>
801
802 * gdb.base/ui-redirect.exp: Add debug redirect tests.
803
f3a09c80
AH
8042019-05-17 Alan Hayward <alan.hayward@arm.com>
805
806 * gdb.base/ui-redirect.exp: Test redirection.
807
26648588
JV
8082019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
809
810 * gdb.mi/mi-complete.exp: New file.
811 * gdb.mi/mi-complete.cc: Likewise.
812
14237686
AB
8132019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
814
815 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
816 indexed and sliced arrays, and pointers to arrays.
817
e7bd7fba
TT
8182019-05-14 Tom Tromey <tromey@adacore.com>
819
820 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
821 styling test.
822
2764128d
TV
8232019-05-14 Tom de Vries <tdevries@suse.de>
824
825 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
826 selection entry encoding.
827
71bed2db
TT
8282019-05-10 Tom Tromey <tromey@adacore.com>
829
830 * gdb.ada/info_exc.exp: Add "complete" test.
831
63b667ad
TV
8322019-05-09 Tom de Vries <tdevries@suse.de>
833
834 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
835 CU-relative.
836
9cfd2b89
TV
8372019-05-09 Tom de Vries <tdevries@suse.de>
838
839 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
840 CU-relative.
841
2228ef77
XR
8422019-05-08 Joel Brobecker <brobecker@adacore.com>
843
844 * gdb.ada/frame_arg_lang.exp: New testcase.
845 * gdb.ada/frame_arg_lang/bla.adb: New file.
846 * gdb.ada/frame_arg_lang/pck.ads: New file.
847 * gdb.ada/frame_arg_lang/pck.adb: New file.
848 * gdb.ada/frame_arg_lang/foo.c: New file.
849
80e55b13
TT
8502019-05-08 Tom Tromey <tromey@adacore.com>
851
852 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
853
9d3421af
TT
8542019-05-08 Tom Tromey <tromey@adacore.com>
855
856 * gdb.base/ptype-offsets.exp: Update tests.
857
844333e2
TT
8582019-05-08 Tom Tromey <tromey@adacore.com>
859
860 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
861 cases.
862 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
863 "short".
864
988915ee
TT
8652019-05-08 Tom Tromey <tromey@adacore.com>
866
867 * gdb.ada/vla.exp: New file.
868 * gdb.ada/vla/vla.adb: New file.
869
7bd55dac
TV
8702019-05-07 Tom de Vries <tdevries@suse.de>
871
872 * gdb.base/index-cache.exp (ls_host): Fix return statement.
873
75f06e9d
TV
8742019-05-07 Tom de Vries <tdevries@suse.de>
875
876 PR testsuite/24522
877 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
878 section.
879
77e7aaa4
TV
8802019-05-07 Tom de Vries <tdevries@suse.de>
881
882 PR testsuite/24522
883 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
884 .debug_aranges section.
885
456ba0fa
TV
8862019-05-07 Tom de Vries <tdevries@suse.de>
887
888 PR testsuite/24159
889 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
890
5a56d6a6
TV
8912019-05-06 Tom de Vries <tdevries@suse.de>
892
893 * lib/gdb.exp (exec_has_index_section): New proc.
894 * gdb.base/index-cache.exp: Handle case that binfile contains an index
895 section.
896
9d6d4be8
TV
8972019-05-04 Tom de Vries <tdevries@suse.de>
898
899 * boards/cc-with-debug-names.exp: New file.
900
222a8d25
TT
9012019-05-03 Tom Tromey <tromey@adacore.com>
902
903 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
904 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
905 * gdb.ada/char_enum.exp: Add test.
906
0fdfd794
TV
9072019-05-03 Tom de Vries <tdevries@suse.de>
908
909 * boards/cc-with-gdb-index.exp: New file.
910
80062eb9
AB
9112019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
912
913 * gdb.rust/simple.exp: Add new test case.
914 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
915 (main): Initialise an instance of the new struct.
916
4504bbde
TT
9172019-05-01 Tom Tromey <tromey@adacore.com>
918
919 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
920 record.
921 (NPR): New variable.
922 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
923 test.
924
d48e62f4
TT
9252019-05-01 Tom Tromey <tromey@adacore.com>
926
927 * gdb.ada/packed_array_assign.exp: Add packed assignment
928 regression test.
929
f59f30f5
TV
9302019-05-01 Tom de Vries <tdevries@suse.de>
931
932 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
933
b70bfc54
TV
9342019-05-01 Tom de Vries <tdevries@suse.de>
935
936 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
937
15f18d14
AT
9382019-04-30 Ali Tamur <tamur@google.com>
939
940 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
941
2ff0a947
TT
9422019-04-30 Tom Tromey <tromey@adacore.com>
943
944 * lib/ada.exp (find_ada_tool): New proc.
945 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
946 * gdb.ada/catch_ex_std.exp: New file.
947 * gdb.ada/catch_ex_std/foo.adb: New file.
948 * gdb.ada/catch_ex_std/some_package.adb: New file.
949 * gdb.ada/catch_ex_std/some_package.ads: New file.
950
a776957c
TT
9512019-04-30 Tom Tromey <tromey@adacore.com>
952
953 PR c++/24470:
954 * gdb.cp/temargs.cc: Add test code from PR.
955
bc68014d
AB
9562019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
957
958 * gdb.fortran/vla-datatypes.exp: Update expected results.
959 * gdb.fortran/vla-ptype.exp: Likewise.
960 * gdb.fortran/vla-type.exp: Likewise.
961 * gdb.fortran/vla-value.exp: Likewise.
962
f1fdc960
AB
9632019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
964
965 * gdb.fortran/ptr-indentation.exp: Update expected results.
966 * gdb.fortran/ptype-on-functions.exp: Likewise.
967 * gdb.fortran/vla-ptr-info.exp: Likewise.
968 * gdb.fortran/vla-value.exp: Likewise.
969
bf7a4de1
AB
9702019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
971
972 * gdb.fortran/ptype-on-functions.exp: New file.
973 * gdb.fortran/ptype-on-functions.f90: New file.
974
bbe75b9d
AB
9752019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
976
977 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
978 case void string.
979
1db455a7
AB
9802019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
981
982 * gdb.fortran/complex.exp: Expand.
983 * gdb.fortran/complex.f: Renamed to...
984 * gdb.fortran/complex.f90: ...this, and extended to add more
985 complex values.
986
b6d03bb2
AB
9872019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
988
989 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
990 MODULO, CMPLX.
991
2e62ab40
AB
9922019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
993 Richard Bunt <richard.bunt@arm.com>
994
995 * gdb.base/max-depth.c: New file.
996 * gdb.base/max-depth.exp: New file.
997 * gdb.python/py-nested-maps.c: New file.
998 * gdb.python/py-nested-maps.exp: New file.
999 * gdb.python/py-nested-maps.py: New file.
1000 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1001 (test_all_common): Call test_max_depth.
1002 * gdb.fortran/max-depth.exp: New file.
1003 * gdb.fortran/max-depth.f90: New file.
1004 * gdb.go/max-depth.exp: New file.
1005 * gdb.go/max-depth.go: New file.
1006 * gdb.modula2/max-depth.exp: New file.
1007 * gdb.modula2/max-depth.c: New file.
1008 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1009
d2b584a5
TV
10102019-04-29 Tom de Vries <tdevries@suse.de>
1011
1012 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1013
136afab8
PW
10142019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1015
1016 * gdb.base/callexit.exp: Test may-call-functions off.
1017
725cbb63
KS
10182019-04-25 Keith Seitz <keiths@redhat.com>
1019
1020 PR c++/24367
1021 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1022 (another_incomplete_struct, test_incomplete): New definitions.
1023 (main): Use new definitions.
1024 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1025 functions.
1026
82433e3e
SDJ
10272019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1028
1029 PR corefiles/11608
1030 PR corefiles/18187
1031 * gdb.base/coredump-filter-build-id.exp: New file.
1032
dd06d4d6
AH
10332019-04-25 Alan Hayward <alan.hayward@arm.com>
1034
e79be6e5
SM
1035 * Makefile.in: Pass through GDBSERVER_DEBUG.
1036 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1037 (gdbserver,debug): Add board setting.
1038 * gdb.trace/tspeed.exp: Skip when debugging.
1039 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1040 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1041
1670072e
TT
10422019-04-24 Tom Tromey <tromey@adacore.com>
1043
1044 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1045 Rust.
1046
a59240a4
TT
10472019-04-24 Tom Tromey <tromey@adacore.com>
1048
1049 * gdb.arch/amd64-eval.exp: Test bitfield return.
1050 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1051 (class Foo) <return_bitfields>: New method.
1052 (main): Call it.
1053
b907456c
AB
10542019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1055
1056 * gdb.cp/many-args.cc: New file.
1057 * gdb.cp/many-args.exp: New file.
1058
5c565afd
TV
10592019-04-23 Tom de Vries <tdevries@suse.de>
1060
1061 PR gdb/24433
1062 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1063
ba22ff86
AH
10642019-04-23 Alan Hayward <alan.hayward@arm.com>
1065
1066 * gdb.trace/backtrace.exp: Use nopie flag.
1067 * gdb.trace/circ.exp: Likewise.
1068 * gdb.trace/collection.exp: Likewise.
1069 * gdb.trace/ftrace.exp: Likewise.
1070 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1071 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1072 * gdb.trace/qtro.exp: Likewise.
1073 * gdb.trace/read-memory.exp: Likewise.
1074 * gdb.trace/report.exp: Likewise.
1075 * gdb.trace/tfile.exp: Likewise.
1076 * gdb.trace/tfind.exp: Likewise.
1077 * gdb.trace/unavailable.exp: Likewise.
1078
7905fc35
PA
10792019-04-22 Pedro Alves <palves@redhat.com>
1080
1081 * gdb.base/solib-probes-nosharedlibrary.c,
1082 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1083
8ecb59f8
TT
10842019-04-19 Tom Tromey <tromey@adacore.com>
1085
1086 * gdb.ada/ptype_union.c: New file.
1087 * gdb.ada/ptype_union.exp: New file.
1088
62160ec9
TT
10892019-04-19 Tom Tromey <tromey@adacore.com>
1090
1091 PR symtab/24423:
1092 * gdb.base/list0.h (foo): Add a control-l character.
1093
36cd4ba5
TV
10942019-04-18 Tom de Vries <tdevries@suse.de>
1095
1096 PR gdb/24433
1097 * boards/local-board.exp: Set sysroot to "".
1098
b73715df
TV
10992019-04-18 Tom de Vries <tdevries@suse.de>
1100 Pedro Alves <palves@redhat.com>
1101
1102 PR gdb/24454
1103 * gdb.threads/vfork-follow-child-exec.c: New file.
1104 * gdb.threads/vfork-follow-child-exec.exp: New file.
1105 * gdb.threads/vfork-follow-child-exit.c: New file.
1106 * gdb.threads/vfork-follow-child-exit.exp: New file.
1107
4aa866af
LS
11082019-04-15 Leszek Swirski <leszeks@google.com>
1109
1110 * gdb.arch/amd64-eval.cc: New file.
1111 * gdb.arch/amd64-eval.exp: New file.
1112
e5a1a79a
AH
11132019-04-11 Alan Hayward <alan.hayward@arm.com>
1114
1115 * gdb.server/sysroot.c: New test.
1116 * gdb.server/sysroot.exp: New file.
1117 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1118 matching param.
1119
41077b66
AB
11202019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1121
1122 * gdb.base/align.exp: Extend test to cover structures containing
1123 only static fields.
1124
c30391f8
TV
11252019-04-11 Tom de Vries <tdevries@suse.de>
1126
1127 * boards/cc-with-dwz-m.exp: New file.
1128 * boards/cc-with-dwz.exp: New file.
1129 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1130
e242fd12
SM
11312019-04-09 Simon Marchi <simon.marchi@efficios.com>
1132
1133 * gdb.base/start-cpp.exp: New file.
1134 * gdb.base/start-cpp.cc: New file.
1135
2b0c8b01
KB
11362019-04-08 Kevin Buettner <kevinb@redhat.com>
1137
1138 * gdb.python/py-thrhandle.exp: Adjust tests to call
1139 thread_from_handle instead of thread_from_thread_handle.
1140
947210e5
KB
11412019-04-08 Kevin Buettner <kevinb@redhat.com>
1142
1143 * gdb.python/py-thrhandle.exp: Add tests for
1144 gdb.InferiorThread.handle.
1145
d7df6549
AB
11462019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1147
1148 * gdb.python/py-function.exp: Check calling helper function from
1149 all languages.
1150 * lib/gdb.exp (gdb_supported_languages): New proc.
1151
8bdc1658
AB
11522019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1153
1154 * gdb.base/complex-parts.c: New file.
1155 * gdb.base/complex-parts.exp: New file.
1156
05caa1d2
TT
11572019-04-01 Tom Tromey <tromey@adacore.com>
1158
1159 PR symtab/23331:
1160 * gdb.dwarf2/dw2-ranges-main.c: New file.
1161 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1162 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1163
7734102d
EZ
11642019-03-30 Simon Marchi <simark@simark.ca>
1165
1166 * gdb.base/default.exp: Add values for $_gdb_major and
1167 $_gdb_minor.
1168
188e1fa9
TT
11692019-03-29 Tom Tromey <tromey@adacore.com>
1170
1171 * gdb.base/help.exp: Tighten apropos regexp.
1172
2880242d
KS
11732019-03-29 Keith Seitz <keiths@redhat.com>
1174
1175 * gdb.fortran/array-bounds.exp: New file.
1176 * gdb.fortran/array-bounds.f90: New file.
1177
077cad8e
PW
11782019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1179
1180 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1181
80047cfc
PW
11822019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1183
1184 * gdb.multi/hello.c (main): Increase alarm timer.
1185
f489207e
SL
11862019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1187
1188 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1189 factor when no hardware watchpoint support.
1190
c92df149
AH
11912019-03-28 Alan Hayward <alan.hayward@arm.com>
1192 Pedro Alves <palves@redhat.com>
1193
1194 * boards/local-board.exp: set sysroot to /.
1195
933aebfa
AH
11962019-03-27 Alan Hayward <alan.hayward@arm.com>
1197
1198 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1199 in child.
1200
9f9aa852
AB
12012019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1202
1203 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1204 field.
1205 (make_container): Initialise new field.
1206 * gdb.python/py-prettyprint.exp: Add new tests.
1207 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1208 <display_hint>: New method.
1209
3714a195
AB
12102019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1211
1212 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1213 gdb_continue_to_breakpoint more throughout this test.
1214 (run_lang_tests) Supply unique test names, and use
1215 gdb_test_no_output.
1216
18c77628
AB
12172019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 * gdb.base/finish-pretty.exp: Update expected results.
1220 * gdb.base/pretty-print.c: New file.
1221 * gdb.base/pretty-print.exp: New file.
1222
9a93502f
PA
12232019-03-25 Pedro Alves <palves@redhat.com>
1224
1225 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1226 move comments outside list. Append '-i "" eof' section.
1227
968aa7ae
AH
12282019-03-22 Alan Hayward <alan.hayward@arm.com>
1229
1230 * README: Add pie options.
1231 * gdb.base/break-interp.exp: Ensure pie is disabled.
1232 * gdb.base/dump.exp: Likewise.
1233 * lib/gdb.exp (gdb_compile): Add pie option.
1234
4c7d57e7
TT
12352019-03-19 Tom Tromey <tromey@adacore.com>
1236
1237 * gdb.mi/mi2-cli-display.c: New file.
1238 * gdb.mi/mi2-cli-display.exp: New file.
1239
bff8c71f
TT
12402019-03-18 Joel Brobecker <brobecker@adacore.com>
1241 Tom Tromey <tromey@adacore.com>
1242
1243 * gdb.ada/ptype_array/pck.adb: New file.
1244 * gdb.ada/ptype_array/pck.ads: New file.
1245 * gdb.ada/ptype_array/foo.adb: New file.
1246 * gdb.ada/ptype_array.exp: New file.
1247
d085f989
TT
12482019-03-14 Tom Tromey <tromey@adacore.com>
1249
1250 * gdb.base/style.exp: Add "set style sources" test.
1251
b4be1b06
SM
12522019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1253
1254 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1255 * mi-breakpoint-multiple-locations.exp: ... this.
1256 (make_breakpoints_pattern): New proc.
1257 (do_test): Add mi_version parameter, test -break-insert,
1258 -break-info and =breakpoint-created.
1259
7cde5fc2
AB
12602019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1261
1262 * config/default.exp: Remove 'load_lib gdb.exp'.
1263 * config/monitor.exp: Likewise.
1264 * config/sid.exp: Likewise.
1265 * config/sim.exp: Likewise.
1266 * config/slite.exp: Likewise.
1267 * config/unix.exp: Likewise.
1268 * gdb.base/default.exp: Remove unhelpful comment.
1269
efbecbc1
AB
12702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1271
1272 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1273
0841c79a
AB
12742019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1275
1276 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1277
4a270568
AB
12782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1279
1280 * gdb.fortran/type-kinds.exp: Update expected results.
1281
067630bd
AB
12822019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1283
1284 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1285
3be47f7a
AB
12862019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1287
1288 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1289 function.
1290 (test_basic_parsing_of_type_kinds): Expand types tested.
1291 (test_parsing_invalid_type_kinds): New function.
1292
4d00f5d8
AB
12932019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1294
1295 * gdb.fortran/intrinsics.exp: New file.
1296 * gdb.fortran/intrinsics.f90: New file.
1297 * gdb.fortran/type-kinds.exp: New file.
1298
c8f91604
AB
12992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1300
1301 * gdb.fortran/dot-ops.exp: New file.
1302
dd9f2c76
AB
13032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1304
1305 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1306 Check upper and lower case logical literals.
1307
84ec9724
AB
13082019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1309
1310 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1311 Remove duplicate tests.
1312
c3734e09
AH
13132019-03-06 Alan Hayward <alan.hayward@arm.com>
1314
1315 * lib/gdb.exp (builtin_cd): rename of cd.
1316 (cd): Override builtin.
1317
aa3cfbda
RB
13182019-03-06 Richard Bunt <richard.bunt@arm.com>
1319
1320 * gdb.fortran/function-calls.exp: New file.
1321 * gdb.fortran/function-calls.f90: New test.
1322
7b63ad86
RB
13232019-03-04 Richard Bunt <richard.bunt@arm.com>
1324
1325 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1326 on user program standard output.
1327 * gdb.fortran/short-circuit-argument-list.f90: Record function
1328 calls.
1329
01abb042
AH
13302019-02-28 Alan Hayward <alan.hayward@arm.com>
1331
c3734e09
AH
1332 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1333 failure.
01abb042 1334
92137da0
RO
13352019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1336
1337 PR gdb/8527
1338 * gdb.base/interrupt-daemon-attach.c,
1339 gdb.base/interrupt-daemon-attach.exp: New test.
1340
5862844d
PA
13412019-02-27 Pedro Alves <palves@redhat.com>
1342
1343 * gdb.base/page.exp: Add tests for "set width/height -1".
1344
8ed25214
PA
13452019-02-27 Pedro Alves <palves@redhat.com>
1346
1347 * gdb.base/page.exp: Add tests for "set/show width/height" with
1348 "infinite" values.
1349
6c28e44a
TT
13502019-02-27 Tom Tromey <tromey@adacore.com>
1351
1352 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1353 2.4.
1354 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1355 workaround.
1356
bf9a735e
AB
13572019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1358
1359 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1360 tests for structs with static members.
1361
8791793c
TT
13622019-02-26 Tom Tromey <tromey@adacore.com>
1363
1364 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1365 ValueError, not TypeError.
1366
bc2a507e
KB
13672019-02-26 Kevin Buettner <kevinb@redhat.com>
1368
1369 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1370 call from main program.
1371
e0e7d3bd
JB
13722019-02-23 Joel Brobecker <brobecker@adacore.com>
1373
1374 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1375 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1376 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1377 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1378 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1379
9600246d
KS
13802019-02-22 Keith Seitz <keiths@redhat.com>
1381
1382 PR symtab/23853
1383 * gdb.base/symlink-sourcefile.c: New file.
1384 * gdb.base/symlink-sourcefile.exp: New file.
1385
0c95f9ed
TT
13862019-02-20 Tom Tromey <tom@tromey.com>
1387
1388 * gdb.base/info_qt.exp: Update.
1389
6caa91b6
SM
13902019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1391
1392 * gdb.base/source.exp: Move "error in sourced script" code to
1393 the end.
1394 * gdb.base/source-error.gdb: Move contents to
1395 source-error-1.gdb. Add new code to source source-error-1.gdb.
1396 * gdb.base/source-error-1.gdb: New file, from previous
1397 source-error.gdb.
1398
6506371f
TT
13992019-02-17 Tom Tromey <tom@tromey.com>
1400
1401 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1402 for macro styling.
1403 * gdb.base/style.c (SOME_MACRO): New macro.
1404
a0087920
TT
14052019-02-17 Tom Tromey <tom@tromey.com>
1406
1407 * gdb.base/style.exp: Add line-wrapping tests.
1408 * gdb.base/page.exp: Add test for quitting during pagination.
1409
a2cd4f14
JB
14102019-02-17 Joel Brobecker <brobecker@adacore.com>
1411
1412 * gdb.ada/big_packed_array: New testcase.
1413 * gdb.ada/homonym.exp: Fix incorrect expected output for
1414 "break <homonym__get_value>" test.
1415
9d70ffbc
WP
14162019-02-13 Weimin Pan <weimin.pan@oracle.com>
1417
1418 PR breakpoints/21870
1419 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1420 and prepare_for_testing. Add comment.
1421 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1422 redundant cleanup call. Clean up comment.
1423
01c7ae81
WP
14242019-02-12 Weimin Pan <weimin.pan@oracle.com>
1425
1426 PR breakpoints/21870
1427 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1428 * gdb.arch/aarch64-dbreg-contents.c: New file.
1429
aff29d1c
JB
14302019-02-10 Joel Brobecker <brobecker@adacore.com>
1431
1432 * gdb.ada/mi_ref_changeable: New testcase.
1433
df0da8a2
AH
14342019-02-07 Alan Hayward <alan.hayward@arm.com>
1435
1436 * gdb.base/attach.exp: Add double attach test.
1437
bd447abb
SM
14382019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1439
1440 * lib/gdb.exp (default_gdb_start): Don't match pagination
1441 prompt.
1442 (gdb_init): Set stty_init.
1443
1dbc40b9
TT
14442019-01-27 Tom Tromey <tom@tromey.com>
1445
1446 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1447 skip_python_tests.
1448
353229bf
AH
14492019-01-24 Alan Hayward <alan.hayward@arm.com>
1450
1451 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1452 New structure.
1453 (struct struct_static_02_02): Likewise.
1454 (struct struct_static_02_03): Likewise.
1455 (struct struct_static_02_04): Likewise.
1456 (struct struct_static_04_01): Likewise.
1457 (struct struct_static_04_02): Likewise.
1458 (struct struct_static_04_03): Likewise.
1459 (struct struct_static_04_04): Likewise.
1460 (struct struct_static_06_01): Likewise.
1461 (struct struct_static_06_02): Likewise.
1462 (struct struct_static_06_03): Likewise.
1463 (struct struct_static_06_04): Likewise.
1464 (cmp_struct_static_02_01): Likewise.
1465 (cmp_struct_static_02_02): Likewise.
1466 (cmp_struct_static_02_03): Likewise.
1467 (cmp_struct_static_02_04): Likewise.
1468 (cmp_struct_static_04_01): Likewise.
1469 (cmp_struct_static_04_02): Likewise.
1470 (cmp_struct_static_04_03): Likewise.
1471 (cmp_struct_static_04_04): Likewise.
1472 (cmp_struct_static_06_01): Likewise.
1473 (cmp_struct_static_06_02): Likewise.
1474 (cmp_struct_static_06_03): Likewise.
1475 (cmp_struct_static_06_04): Likewise.
1476 (call_all): Test new structs.
1477 * gdb.base/infcall-nested-structs.exp: Likewise.
1478
73021deb
AH
14792019-01-21 Alan Hayward <alan.hayward@arm.com>
1480 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1481
fc65c7db
AH
14822019-01-21 Alan Hayward <alan.hayward@arm.com>
1483 * gdb.base/stack-protector.c: New test.
1484 * gdb.base/stack-protector.exp: New file.
1485 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1486 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1487 option.
1488 (gdb_compile): Remove stack protector for GCC and prevent
1489 recursion.
1490
c24bdb02
KS
14912019-01-16 Keith Seitz <keiths@redhat.com>
1492
1493 PR gdb/23773
1494 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1495
6f072a10
PFC
14962019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1497
1498 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1499 aliases.
1500 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1501 tests.
1502 * gdb.arch/powerpc-vector-regs.c: New file.
1503 * gdb.arch/powerpc-vector-regs.exp: New file.
1504
a7b8d682
PFC
15052019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1506
1507 * gdb.arch/altivec-regs.exp: Fix the list passed to
1508 gdb_expect_list when testing "info vector".
1509
6eb6fb67
AB
15102019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1511
1512 * gdb.base/style.exp: Don't include path in testname.
1513
b56f80d8
KS
15142019-01-10 Keith Seitz <keiths@redhat.com>
1515
1516 PR gdb/23712
1517 PR symtab/23010
1518 * gdb.dwarf2/multidictionary.exp: New file.
1519
041be526
SM
15202019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1521
1522 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1523 (test_gnuv3_style_demangling): ... this.
1524 (test_lucid_style_demangling): Remove.
1525 (test_arm_style_demangling): Remove.
1526 (test_hp_style_demangling): Remove.
1527 (do_tests): Remove calls to the above.
1528
d820d0c3
AB
15292019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1530
1531 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1532 case.
1533
f097f5ad
TT
15342019-01-06 Tom Tromey <tom@tromey.com>
1535
1536 PR gdb/28155:
1537 * gdb.dwarf2/typedef-void-finish.exp: New file.
1538
2cd8cc0b
TT
15392018-12-28 Tom Tromey <tom@tromey.com>
1540 Simon Marchi <simark@simark.ca>
1541
1542 * gdb.base/jit-exec.exp: New file.
1543 * gdb.base/jit-exec.c: New file.
1544 * gdb.base/jit-execd.c: New file.
1545
35fb8261
TT
15462018-12-28 Tom Tromey <tom@tromey.com>
1547
1548 * gdb.base/style.exp: Update test to check for address styling.
1549
47fd17cd
TT
15502018-12-28 Tom Tromey <tom@tromey.com>
1551
1552 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1553 message.
1554
d47032b7
TT
15552018-12-28 Tom Tromey <tom@tromey.com>
1556
1557 * gdb.base/style.exp: Add test for version number styling.
1558
af79b68d
TT
15592018-12-28 Tom Tromey <tom@tromey.com>
1560
1561 * gdb.base/style.exp: Add test for print_address_symbolic.
1562
0bb296cb
TT
15632018-12-28 Tom Tromey <tom@tromey.com>
1564
1565 * gdb.base/style.exp: Add test for breakpoint setting.
1566
80ae2043
TT
15672018-12-28 Tom Tromey <tom@tromey.com>
1568
1569 * gdb.base/style.exp: Add test for variable names.
1570
cbe56571
TT
15712018-12-28 Tom Tromey <tom@tromey.com>
1572
1573 * gdb.base/style.exp: New file.
1574 * gdb.base/style.c: New file.
1575
9162a27c
TT
15762018-12-28 Tom Tromey <tom@tromey.com>
1577
1578 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1579 "dumb".
1580 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1581 the TERM environment variable.
1582
bc543c90
TT
15832018-12-27 Tom Tromey <tom@tromey.com>
1584
1585 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1586 pagination test.
1587
6f0ffe50
AB
15882018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1589
1590 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1591 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1592
b5a1e557
PW
15932018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1594
1595 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1596 Filename a.adb changed to bp_fun_addr.adb.
1597 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1598
6e8b1ab2
JV
15992018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1600
1601 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1602 non-PIE executables.
1603 * README: Mention the gdb,nopie_flag board setting.
1604 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1605 non-PIE executable.
1606 * gdb.arch/amd64-entry-value.exp: Likewise.
1607 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1608 * gdb.arch/i386-float.exp: Likewise.
1609 * gdb.arch/i386-signal.exp: Likewise.
1610 * gdb.mi/mi-reg-undefined.exp: Likewise.
1611
d00a27c5
PM
16122018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1613
1614 PR gdb/23974
1615 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1616
161d081c
PW
16172018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1618
1619 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1620 Update order of results accordingly.
1621
b001de23
AB
16222018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1623
1624 * gdb.base/annota1.exp: Update a test regexp.
1625
99e1a184
AB
16262018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1627
1628 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1629
7a81c1e2
PW
16302018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1631
1632 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1633 (reuse_time): Initialize to REUSE_TIME_CAP.
1634 (check_rc): New function.
1635 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1636 Check pthread_create rc.
1637 (spawner_thread_func): Check pthread_create and pthread_join rc.
1638
73e8dc90
PA
16392018-12-08 Pedro Alves <palves@redhat.com>
1640
1641 * gdb.base/list.exp (test_forward_search): Rename to ...
1642 (test_forward_reverse_search): ... this. Also test reverse-search
1643 and the forward-search alias.
1644
13f2ed32
AB
16452018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1646
1647 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1648 local timeout variable before return, and remove all local timeout
1649 variable entirely.
1650 (gdb_load): Likewise.
1651
64d27cfc
TV
16522018-12-01 Tom de Vries <tdevries@suse.de>
1653
1654 * gdb.base/gdb-caching-proc.exp: New file.
1655
f63c03b4
SDJ
16562018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1657
1658 * Makefile.in (TIMESTAMP): New variable.
1659 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1660 command.
1661 (check-single-racy): Likewise.
1662 (check/%.exp): Likewise.
1663 (check-racy/%.exp): Likewise.
1664 (workers/%.worker): Likewise.
1665 (build-perf): Likewise.
1666 (check-perf): Likewise.
1667 * README: Describe new "TS" and "TS_FORMAT" variables.
1668 * print-ts.py: New file.
1669
1c97054b
BF
16702018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1671
1672 PR python/23714
1673 * gdb.python/python.exp: Test command repetition after
1674 gdb.execute.
1675
1871a62d
AB
16762018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1677
1678 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1679 is correctly aligned.
1680
fb5e1ed9
PW
16812018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1682
1683 * gdb.ada/info_auto_lang.exp: New testcase.
1684 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1685 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1686 * gdb.ada/info_auto_lang/some_c.c: New file.
1687
43d397ca
PW
16882018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1689
1690 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1691 FUNC_lang language syntax.
1692
beddd671
PW
16932018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1694
1695 * gdb.base/info_minsym.c: New file.
1696 * gdb.base/info_minsym.exp: New file.
1697
73fc52c4
TT
16982018-11-19 Tom Tromey <tom@tromey.com>
1699
1700 PR rust/23625:
1701 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1702 * gdb.rust/expr.exp: Update expected output. Change one test.
1703
994b876a
TT
17042018-11-19 Tom Tromey <tom@tromey.com>
1705
1706 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1707
6769f276
PA
17082018-11-19 Pedro Alves <palves@redhat.com>
1709
1710 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1711 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1712 see the expected warning.
1713
38a72da0
AH
17142018-11-16 Alan Hayward <alan.hayward@arm.com>
1715
1716 PR gdb/22736:
1717 * gdb.cp/infcall-nodebug-lib.c: New test.
1718 * gdb.cp/infcall-nodebug-main.c: New test.
1719 * gdb.cp/infcall-nodebug.exp: New file.
1720
53a89d6e
SM
17212018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1722
1723 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1724 completer tests.
1725
9325300d
TV
17262018-11-09 Tom de Vries <tdevries@suse.de>
1727
1728 * gdb.base/msym-lang.c: New test.
1729 * gdb.base/msym-lang.exp: New file.
1730 * gdb.base/msym-lang-main.c: New test.
1731
20f0d60d
TT
17322018-11-08 Tom Tromey <tom@tromey.com>
1733
1734 PR gdb/23555:
1735 PR gdb/23838:
1736 * gdb.base/warning.exp: New file.
1737
b5420128
JB
17382018-11-08 Jan Beulich <jbeulich@suse.com>
1739
1740 * testsuite/gdb.arch/i386-avx512.c,
1741 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1742
cd115d61
AB
17432018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1744
1745 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1746 point hardware.
1747
35ee2dc2
AB
17482018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1749
1750 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1751 * gdb.dwarf2/missing-type-name.exp: New file.
1752
31aceee8
TV
17532018-11-06 Tom de Vries <tdevries@suse.de>
1754
1755 * gdb.base/many-headers.c: New test.
1756 * gdb.base/many-headers.exp: New file.
1757
109be305
JW
17582018-11-06 Jim Wilson <jimw@sifive.com>
1759
1760 * gdb.base/code_elim.exp: For riscv, set additional_flags
1761 to include -msmall-data-limit=0.
1762
e2b7af72
JB
17632018-11-01 Joel Brobecker <brobecker@adacore.com>
1764
1765 * gdb.ada/watch_minus_l: New testcase.
1766
cdcda965
SM
17672018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1768
1769 * gdb.arch/aix-sighandle.c: New file.
1770 * gdb.arch/aix-sighandle.exp: New file.
1771
92dcebf3
AB
17722018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1773
1774 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1775 registers being unions.
1776
68b9ac18
TV
17772018-10-31 Tom de Vries <tdevries@suse.de>
1778
1779 * lib/valgrind.exp: New file.
1780 (vgdb_start, vgdb_stop): New procs, factored out of ...
1781 * gdb.base/valgrind-bt.exp: ... here, ...
1782 * gdb.base/valgrind-disp-step.exp: ... here and ...
1783 * gdb.base/valgrind-infcall.exp: ... here.
1784
1443936e
TV
17852018-10-31 Tom de Vries <tdevries@suse.de>
1786
1787 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1788
eb77c9df
AB
17892018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1790
1791 * gdb.dwarf2/void-type.c: New file.
1792 * gdb.dwarf2/void-type.exp: New file.
1793
82b5e646
PW
17942018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1795
1796 * gdb.base/info_qt.c: New file.
1797 * gdb.base/info_qt.exp: New file.
1798
8d619c01
EBM
17992018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1800
1801 * gdb.arch/powerpc-htm-regs.c: New file.
1802 * gdb.arch/powerpc-htm-regs.exp: New file.
1803
f2cf6173
EBM
18042018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1805
1806 * gdb.arch/powerpc-tar.c: New file.
1807 * gdb.arch/powerpc-tar.exp: New file.
1808
7ca18ed6
EBM
18092018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1810
1811 * gdb.arch/powerpc-ppr-dscr.c: New file.
1812 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1813
bfcc0eba
TV
18142018-10-25 Tom de Vries <tdevries@suse.de>
1815
1816 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1817
fe1a5cad
TV
18182018-10-24 Tom de Vries <tdevries@suse.de>
1819
1820 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1821 longer exists error.
1822
a76dc3b7
TV
18232018-10-24 Tom de Vries <tdevries@suse.de>
1824
1825 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1826
4df46df7
TV
18272018-10-24 Tom de Vries <tdevries@suse.de>
1828
1829 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1830 --db-attach in valgrind.
1831
0dbfcfff
AB
18322018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1833
1834 * gdb.arch/riscv-reg-aliases.c: New file.
1835 * gdb.arch/riscv-reg-aliases.exp: New file.
1836
b04480b1
AH
18372018-10-19 Alan Hayward <alan.hayward@arm.com>
1838
1839 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1840
2c6ac8d7
AH
18412018-10-19 Alan Hayward <alan.hayward@arm.com>
1842
1843 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1844
2bc69f25
AH
18452018-10-19 Alan Hayward <alan.hayward@arm.com>
1846
1847 * gdb.cp/ovldbreak.exp: Fix regexps.
1848
1f1ae3a3
AH
18492018-10-19 Alan Hayward <alan.hayward@arm.com>
1850
1851 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1852
94c18618
SDJ
18532018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1854
1855 PR cli/23785
1856 * gdb.base/restore.exp: New test to check if "restore" with an
1857 invalid file doesn't segfault.
1858
812cd6eb
TV
18592018-10-18 Tom de Vries <tdevries@suse.de>
1860
1861 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1862 * gdb.ada/excep_handle.exp: Same.
1863 * gdb.ada/mi_string_access.exp: Same.
1864 * gdb.ada/mi_var_union.exp: Same.
1865 * gdb.arch/arc-analyze-prologue.exp: Same.
1866 * gdb.arch/arc-decode-insn.exp: Same.
1867 * gdb.base/readnever.exp: Same.
1868 * gdb.fortran/printing-types.exp: Same.
1869 * gdb.guile/scm-lazy-string.exp: Same.
1870
c4b90788
TV
18712018-10-16 Tom de Vries <tdevries@suse.de>
1872
1873 PR gdb/23730
1874 * gdb.base/catch-follow-exec.c: Add copyright notice.
1875 * gdb.base/catch-follow-exec.exp: Rewrite to use
1876 gdb_spawn_with_cmdline_opts. Require gdb-native.
1877
8bca2978
SL
18782018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1879
1880 * gdb.trace/actions-changed.exp: Check for arch support.
1881 * gdb.trace/actions.exp: Likewise.
1882 * gdb.trace/ax.exp: Likewise.
1883 * gdb.trace/backtrace.exp: Likewise.
1884 * gdb.trace/change-loc.exp: Likewise.
1885 * gdb.trace/deltrace.exp: Likewise.
1886 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1887 * gdb.trace/ftrace.exp: Likewise.
1888 * gdb.trace/infotrace.exp: Check for arch support.
1889 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1890 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1891 * gdb.trace/mi-tsv-changed.exp: Likewise.
1892 * gdb.trace/packetlen.exp: Likewise.
1893 * gdb.trace/passc-dyn.exp: Likewise.
1894 * gdb.trace/passcount.exp: Likewise.
1895 * gdb.trace/pending.exp: Likewise.
1896 * gdb.trace/range-stepping.exp: Check for shlib support.
1897 * gdb.trace/report.exp: Check for arch support.
1898 * gdb.trace/save-trace.exp: Likewise.
1899 * gdb.trace/signal.exp: Check for signal support.
1900 * gdb.trace/tfind.exp: Check for arch support.
1901 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1902 * gdb.trace/trace-common.h: Add comment.
1903 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1904 * gdb.trace/trace-enable-disable.exp: Likewise.
1905 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1906 * gdb.trace/tracecmd.exp: Check for arch support.
1907 * gdb.trace/tspeed.exp: Check for shlib and target support.
1908 * gdb.trace/tstatus.exp: Check for arch support.
1909 * gdb.trace/tsv.exp: Likewise.
1910 * gdb.trace/while-dyn.exp: Likewise.
1911 * gdb.trace/while-stepping.exp: Likewise.
1912 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1913
f9c49bff
SM
19142018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1915
1916 * gdb.trace/tspeed.exp: Remove nowarnings.
1917 (prepare_for_trace_test): Declare "global ipalib".
1918 * gdb.trace/tspeed.c: Include unistd.h.
1919 (main): Remove superfluous printf argument.
1920
d4330bde
SL
19212018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1922
1923 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1924 directory prefix on the filename.
1925
8ecfd7bd
SDJ
19262018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1927
1928 * gdb.gdb/unittest.exp: Update expected message informing that
1929 selftests have been disabled.
1930 * gdb.server/unittest.exp: Likewise.
1931
58bbcd02
TV
19322018-10-09 Tom de Vries <tdevries@suse.de>
1933
1934 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1935 with runto_main.
1936
9f6b697b
WP
19372018-10-08 Weimin Pan <weimin.pan@oracle.com>
1938
1939 PR c++/16841
1940 * gdb.cp/virtbase2.cc: New file.
1941 * gdb.cp/virtbase2.exp: New file.
1942
add5ded5
TT
19432018-10-06 Tom Tromey <tom@tromey.com>
1944
1945 PR python/19399:
1946 * gdb.python/py-inferior.exp: Add architecture test.
1947
f9e48344
TT
19482018-10-06 Tom Tromey <tom@tromey.com>
1949
1950 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1951 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1952
2a8be203
TT
19532018-10-06 Tom Tromey <tom@tromey.com>
1954
1955 * gdb.python/py-breakpoint.exp (check_last_event): Check location
1956 of a "throw" catchpoint.
1957
e04caa70
SDJ
19582018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1959
1960 * gdb.base/info-proc.exp: Update string expected from "help info
1961 proc".
1962
5ca8c39f
TT
19632018-10-04 Tom Tromey <tom@tromey.com>
1964
1965 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1966 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1967 (test_initial_complaints, test_empty_complaints): Update.
1968 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1969
3453e7e4
TT
19702018-10-04 Tom Tromey <tom@tromey.com>
1971
1972 PR cli/19551:
1973 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1974 * lib/gdb.exp (gdb_file_cmd): Update.
1975 * gdb.stabs/weird.exp (print_weird_var): Update.
1976 * gdb.server/solib-list.exp: Update.
1977 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1978 * gdb.mi/mi-cli.exp: Update.
1979 * gdb.linespec/linespec.exp: Update.
1980 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1981 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1982 * gdb.cp/cp-relocate.exp: Update.
1983 * gdb.base/sym-file.exp: Update.
1984 * gdb.base/relocate.exp: Update.
1985 * gdb.base/readnever.exp: Update.
1986 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1987 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1988 * gdb.base/dbx.exp (gdb_file_cmd): Update.
1989 * gdb.base/code_elim.exp: Update.
1990 * gdb.base/break-unload-file.exp (test_break): Update.
1991 * gdb.base/break-interp.exp (test_attach_gdb): Update.
1992 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1993 Update.
1994 * gdb.base/attach.exp (do_attach_tests): Update.
1995 * gdb.base/sepdebug.exp: Update.
1996 * gdb.python/py-section-script.exp: Update.
1997
6afcf761
TT
19982018-10-04 Tom Tromey <tom@tromey.com>
1999
2000 PR cli/22234:
2001 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2002 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2003 output.
2004
fef1b293
TT
20052018-10-04 Tom Tromey <tom@tromey.com>
2006
2007 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2008 set width and height to 0.
2009 (test_command_line_attach_run): Use -quiet.
2010
ca98345e
SL
20112018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2012
2013 * lib/gdb.exp (skip_ifunc_tests): New.
2014 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2015 other compile failures.
2016 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2017
ff34e6ae
SM
20182018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2019
2020 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2021 is_amd64_regs_target.
2022
6bb8890e
AH
20232018-10-01 Alan Hayward <alan.hayward@arm.com>
2024
2025 * gdb.arch/aarch64-sighandler-regs.c: New test.
2026 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2027 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2028
224d30d3
MM
20292018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2030
2031 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2032 assembly.
2033
f67ffa6a
AB
20342018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2035
2036 * gdb.base/frame-selection.exp: New file.
2037 * gdb.base/frame-selection.c: New file.
2038
9fc3183f
AH
20392018-09-27 Alan Hayward <alan.hayward@arm.com>
2040
2041 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2042 pthread barrier.
2043 (main): Likewise.
2044
d354055e
AB
20452018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2046
2047 * gdb.base/large-frame-1.c: New file.
2048 * gdb.base/large-frame-2.c: New file.
2049 * gdb.base/large-frame.exp: New file.
2050 * gdb.base/large-frame.h: New file.
2051
db727370
JL
20522018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2053
2054 PR gdb/20948
2055 * gdb.base/write_mem.exp: New test.
2056 * gdb.base/write_mem.c: Likewise.
2057
ae778caf
TT
20582018-09-23 Tom Tromey <tom@tromey.com>
2059
2060 PR python/18852:
2061 * gdb.python/py-parameter.exp: Add test for parameter that throws
2062 on "set".
2063
fd3ba736
TT
20642018-09-23 Tom Tromey <tom@tromey.com>
2065
2066 PR python/17284:
2067 * gdb.python/py-template.exp (test_template_arg): Add test for
2068 negative template argument number.
2069
39a24317
TT
20702018-09-23 Tom Tromey <tom@tromey.com>
2071
2072 PR python/14062:
2073 * gdb.python/python.exp: Add test for post_event error.
2074
f5769a2c
TT
20752018-09-23 Tom Tromey <tom@tromey.com>
2076
2077 PR python/18170:
2078 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2079 convert pointers to int and long.
2080
1c1e54f6
TT
20812018-09-23 Tom Tromey <tom@tromey.com>
2082
2083 PR python/20126:
2084 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2085 signed-ness conversion tests.
2086
fb4fa946
TT
20872018-09-23 Tom Tromey <tom@tromey.com>
2088
2089 PR python/18352;
2090 * gdb.python/py-value.exp (test_float_conversion): New proc.
2091 Use it.
2092
a466edac
HAQ
20932018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2094
2095 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2096
4ee9b0c5
SL
20972018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2098
2099 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2100 no readline.
2101 * gdb.base/utf8-identifiers.exp: Likewise.
2102 * gdb.cp/cpcompletion.exp: Likewise.
2103 * gdb.linespec/cpcompletion.exp: Likewise.
2104 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2105 * gdb.linespec/cpls-ops.exp: Likewise.
2106
23be8da7
RB
21072018-09-19 Richard Bunt <richard.bunt@arm.com>
2108 Chris January <chris.january@arm.com>
2109
2110 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2111 * gdb.fortran/short-circuit-argument-list.exp: New file.
2112 * gdb.fortran/short-circuit-argument-list.f90: New test.
2113
5031d0ae
SDJ
21142018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2115
2116 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2117 "arch=" keyword when executing "-stack-list-frames".
2118
b4c0d1a4
SDJ
21192018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2120
2121 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2122 "arch=" keyword when executing "-stack-list-frames".
2123
7a6d2b45
SDJ
21242018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2125
2126 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2127 break ada".
2128
8588b356
SM
21292018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2130
2131 PR python/23669
2132 * gdb.python/python.exp: Test gdb.execute("show commands").
2133
65e65158
TT
21342018-09-16 Tom Tromey <tom@tromey.com>
2135
2136 * gdb.base/new-ui.exp (do_execution_tests): Update.
2137 * gdb.base/dbx.exp (test_breakpoints): Update.
2138
bf326452
AH
21392018-09-14 Alan Hayward <alan.hayward@arm.com>
2140
2141 * lib/gdb.exp (gdb_simple_compile): Add proc.
2142 (is_elf_target): Use gdb_simple_compile.
2143 (skip_altivec_tests): Likewise.
2144 (skip_vsx_tests): Likewise.
2145 (skip_tsx_tests): Likewise.
2146 (skip_btrace_tests): Likewise.
2147 (skip_btrace_pt_tests): Likewise.
2148 (gdb_can_simple_compile): Likewise.
2149 (gdb_has_argv0): Likewise.
2150 (gdb_target_symbol_prefix): Likewise.
2151 (target_supports_scheduler_locking): Likewise.
2152
2361b0fb
TT
21532018-09-13 Tom Tromey <tom@tromey.com>
2154
2155 * Makefile.in (TAGS): Recognize proc_with_prefix and
2156 gdb_caching_proc.
2157
0ae1a321
SM
21582018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2159
2160 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2161 method.
2162
a40bf0c2
SM
21632018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2164
2165 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2166 and a few other Inferior properties when the Inferior is no
2167 longer valid.
2168
4a3fe98f
TT
21692018-09-13 Tom Tromey <tom@tromey.com>
2170
2171 PR rust/23650:
2172 * gdb.rust/simple.exp: Add test for enum field access error.
2173
098b2108
TT
21742018-09-13 Tom Tromey <tom@tromey.com>
2175
2176 PR rust/23626:
2177 * gdb.rust/simple.rs (EmptyEnum): New type.
2178 (main): Use it.
2179 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2180
1256af7d
SM
21812018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2182
2183 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2184 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2185 * gdb.python/py-symtab.exp: Update test printing an objfile.
2186
4aa8e6c2
SM
21872018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2188
2189 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2190 object.
2191
c221b2f7
AH
21922018-09-12 Alan Hayward <alan.hayward@arm.com>
2193
2194 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2195 (support_complex_tests): Use gdb_can_simple_compile.
2196 (is_ilp32_target): Likewise.
2197 (is_lp64_target): Likewise.
2198 (is_64_target): Likewise.
2199 (is_amd64_regs_target): Likewise.
2200 (is_aarch32_target): Likewise.
2201 (gdb_int128_helper): Likewise.
2202
6f1107b5
JK
22032018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2204
2205 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2206
1f5d1570
JG
22072018-09-10 Jerome Guitton <guitton@adacore.com>
2208
2209 * gdb.ada/same_component_name: Add test for case of tagged record
2210 with variable-length fields.
2211
cc330e39
XR
22122018-09-10 Xavier Roirand <roirand@adacore.com>
2213
2214 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2215 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2216 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2217 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2218
b9c50e9a
XR
22192018-09-10 Xavier Roirand <roirand@adacore.com>
2220
2221 * gdb.ada/mi_string_access.exp: New testcase.
2222 * gdb.ada/mi_string_access/bar.adb: New file.
2223 * gdb.ada/mi_string_access/pck.adb: New file.
2224 * gdb.ada/mi_string_access/pck.asd: New file.
2225
2963898f
XR
22262018-09-10 Xavier Roirand <roirand@adacore.com>
2227
2228 * gdb.ada/mi_var_union.exp: New testcase.
2229 * gdb.ada/mi_var_union/bar.adb: New file.
2230 * gdb.ada/mi_var_union/pck.adb: New file.
2231 * gdb.ada/mi_var_union/pck.asd: New file.
2232
1aac008f
TT
22332018-09-08 Tom Tromey <tom@tromey.com>
2234
2235 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2236
332cf4c9
TT
22372018-09-08 Tom Tromey <tom@tromey.com>
2238
2239 PR python/16047:
2240 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2241 (register_pretty_printers): Register new printer.
2242 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2243 test.
2244 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2245 (an_int_type3): New global.
2246
424da6cf
JB
22472018-09-08 Joel Brobecker <brobecker@adacore.com>
2248
2249 * gdb.ada/expr_with_funcall: New testcase.
2250
2a62dfa9
JB
22512018-09-08 Joel Brobecker <brobecker@adacore.com>
2252
2253 * gdb.ada/packed_array_assign: New testcase.
2254
96b6697f
AB
22552018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2256
2257 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2258 names, and add test prefixes to make test names unique.
2259
e4a62c65
TV
22602018-09-05 Tom de Vries <tdevries@suse.de>
2261
2262 * gdb.dwarf2/varval.exp: Add test.
2263
dd083ee2
GB
22642018-09-04 Gary Benson <gbenson@redhat.com>
2265
2266 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2267 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2268
aef9346c
TT
22692018-08-31 Tom Tromey <tom@tromey.com>
2270
2271 * gdb.rust/simple.rs: Rename second variable "v".
2272
c67f2e15
AB
22732018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2274
2275 * gdb.base/funcargs.c (use_a): New function.
2276 (recurse): Call use_a.
2277
078a0207
KS
22782018-08-29 Keith Seitz <keiths@redhat.com>
2279
2280 * gdb.compile/compile-cplus-anonymous.cc: New file.
2281 * gdb.compile/compile-cplus-anonymous.exp: New file.
2282 * gdb.compile/compile-cplus-array-decay.cc: New file.
2283 * gdb.compile/compile-cplus-array-decay.exp: New file.
2284 * gdb.compile/compile-cplus-inherit.cc: New file.
2285 * gdb.compile/compile-cplus-inherit.exp: New file.
2286 * gdb.compile/compile-cplus-member.cc: New file.
2287 * gdb.compile/compile-cplus-member.exp: New file.
2288 * gdb.compile/compile-cplus-method.cc: New file.
2289 * gdb.compile/compile-cplus-method.exp: New file.
2290 * gdb.compile/compile-cplus-mod.c: "New" file.
2291 * gdb.compile/compile-cplus-namespace.cc: New file.
2292 * gdb.compile/compile-cplus-namespace.exp: New file.
2293 * gdb.compile/compile-cplus-nested.cc: New file.
2294 * gdb.compile/compile-cplus-nested.exp: New file.
2295 * gdb.compile/compile-cplus-print.c: "New" file.
2296 * gdb.compile/compile-cplus-print.exp: "New" file.
2297 * gdb.compile/compile-cplus-virtual.cc: New file.
2298 * gdb.compile/compile-cplus-virtual.exp: New file.
2299 * gdb.compile/compile-cplus.c: "New" file.
2300 * gdb.compile/compile-cplus.exp: "New" file.
2301 * lib/compile-support.exp: New file.
2302
b0f492b9
GB
23032018-08-16 Gary Benson <gbenson@redhat.com>
2304
2305 PR gdb/13000:
2306 * gdb.base/batch-exit-status.exp: New file.
2307 * gdb.base/batch-exit-status.good-commands: Likewise.
2308 * gdb.base/batch-exit-status.bad-commands: Likewise.
2309
36eb4c5f
AH
23102018-08-29 Alan Hayward <alan.hayward@arm.com>
2311
2312 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2313 (struct struct02): Likewise.
2314 (struct struct03): Likewise.
2315 (struct struct04): Likewise.
2316 (struct struct_01_01): New struct.
2317 (struct struct_01_02): Likewise.
2318 (struct struct_01_03): Likewise.
2319 (struct struct_01_04): Likewise.
2320 (struct struct_02_01): Likewise.
2321 (struct struct_02_02): Likewise.
2322 (struct struct_02_03): Likewise.
2323 (struct struct_02_04): Likewise.
2324 (struct struct_04_01): Likewise.
2325 (struct struct_04_02): Likewise.
2326 (struct struct_04_03): Likewise.
2327 (struct struct_04_04): Likewise.
2328 (struct struct_05_01): Likewise.
2329 (struct struct_05_02): Likewise.
2330 (struct struct_05_03): Likewise.
2331 (struct struct_05_04): Likewise.
2332 (cmp_struct01): Remove function.
2333 (cmp_struct02): Likewise.
2334 (cmp_struct03): Likewise.
2335 (cmp_struct04): Likewise.
2336 (cmp_struct_01_01): Add Function.
2337 (cmp_struct_01_02): Likewise.
2338 (cmp_struct_01_03): Likewise.
2339 (cmp_struct_01_04): Likewise.
2340 (cmp_struct_02_01): Likewise.
2341 (cmp_struct_02_02): Likewise.
2342 (cmp_struct_02_03): Likewise.
2343 (cmp_struct_02_04): Likewise.
2344 (cmp_struct_04_01): Likewise.
2345 (cmp_struct_04_02): Likewise.
2346 (cmp_struct_04_03): Likewise.
2347 (cmp_struct_04_04): Likewise.
2348 (cmp_struct_05_01): Likewise.
2349 (cmp_struct_05_02): Likewise.
2350 (cmp_struct_05_03): Likewise.
2351 (cmp_struct_05_04): Likewise.
2352 (call_all): Add new structs.
2353 * gdb.base/infcall-nested-structs.exp: Likewise.
2354
3bf9c013
JV
23552018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2356
2357 * gdb.python/py-framefilter-mi.exp: Update regexp to
2358 check for "arch" field in frame output.
2359
450d1e88
KB
23602018-08-23 Kevin Buettner <kevinb@redhat.com>
2361
2362 * gdb.dwarf2/dw2-ranges-func.c: New file.
2363 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2364
ae739fe7
SM
23652018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2366
2367 * gdb.base/term.exp: Compare terminal settings with values from
2368 the inferior.
2369 * gdb.base/term.c: Get and set terminal settings.
2370
6d52907e
JV
23712018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2372
2373 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2374 accommodate new "arch" field in frame output.
2375 * gdb.mi/mi-return.exp: Likewise.
2376 * gdb.mi/mi-stack.exp: Likewise.
2377 * gdb.mi/mi-syn-frame.exp: Likewise.
2378 * gdb.mi/user-selected-context-sync.exp: Likewise.
2379
be2d111a
MS
23802018-08-19 Michael Spang <spang@google.com>
2381
2382 PR gdb/11786
2383 * gdb.base/gcore-tls-pie.c: New file.
2384 * gdb.base/gcore-tls-pie.exp: New file.
2385
ae3a7c47
KB
23862018-08-18 Kevin Buettner <kevinb@redhat.com>
2387
2388 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2389 * gdb.dwarf2/varval.c: New file.
2390 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2391
2ecae92e
AH
23922018-08-17 Alan Hayward <alan.hayward@arm.com>
2393
2394 PR gdb/18931
2395 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2396
c1854f1d
KS
23972018-08-16 Keith Seitz <keiths@redhat.com>
2398
2399 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2400 tests expected to pass.
2401
26fb3983
JV
24022018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2403
2404 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2405 -data-disassemble -a.
2406 (test_disassembly_bogus_args): Likewise.
2407
67943c00
AB
24082018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2409
2410 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2411
5ff2bbae
AB
24122018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2413
2414 * gdb.base/vla-optimized-out.exp: Add new test.
2415
e5bbcd0f
AB
24162018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2417
2418 * gdb.base/vla-optimized-out-o3.exp: Delete.
2419 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2420 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2421 deleted tests.
2422
9d4a934c
AB
24232018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2424
2425 PR gdb/18050:
2426 * gdb.server/extended-remote-restart.c: New file.
2427 * gdb.server/extended-remote-restart.exp: New file.
2428
045cf012
SM
24292018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2430
2431 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2432 "set variable index = 42".
2433
87d6a7aa
SM
24342018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2435
2436 * boards/index-cache-gdb.exp: New file.
2437 * gdb.dwarf2/index-cache.exp: New file.
2438 * gdb.dwarf2/index-cache.c: New file.
2439 * gdb.base/maint.exp: Check if we are using the index cache.
2440
96d68bd4
RO
24412018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2442
2443 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2444 MAKEFLAGS.
2445
5a699617
RO
24462018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2447
2448 * dg-extract-results.sh: Move to toplevel contrib.
2449 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2450 * Makefile.in (check-parallel-racy): Likewise.
2451
5bd18990
AB
24522018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2453
2454 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2455 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2456 tests if the target supports scheduler locking.
2457
3fbbcf47
TV
24582018-08-04 Tom de Vries <tdevries@suse.de>
2459
2460 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2461
3e1d3d8c
TT
24622018-08-02 Tom Tromey <tom@tromey.com>
2463
2464 PR symtab/16842.
2465 * gdb.cp/temargs.exp: Test "info address" of a template
2466 parameter.
2467
5abe0f0c
JV
24682018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2469
2470 * gdb.python/py-mi-var-info-path-expression.c: New file.
2471 * gdb.python/py-mi-var-info-path-expression.py: New file.
2472 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2473
fb66cde8
SDJ
24742018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2475
2476 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2477 error after "cannot resolve name" string.
2478
c708f4d2
AB
24792018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2480
2481 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2482 started.
2483 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2484
37cc0cae
TV
24852018-07-28 Tom de Vries <tdevries@suse.de>
2486
2487 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2488
63b4ecf7
TV
24892018-07-26 Tom de Vries <tdevries@suse.de>
2490
2491 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2492
3c3bb058
AB
24932018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2494
2495 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2496 is visible.
2497
9e7f3bbb
TV
24982018-07-26 Tom de Vries <tdevries@suse.de>
2499
2500 PR breakpoints/23366
2501 * gdb.base/catch-follow-exec.c: New test.
2502 * gdb.base/catch-follow-exec.exp: New file.
2503
16f808ec
TV
25042018-07-25 Tom de Vries <tdevries@suse.de>
2505
2506 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2507 vla-optimized-out.c.
2508
d7154a8d
JV
25092018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2510
2511 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2512 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2513
232a0032
TV
25142018-07-20 Tom de Vries <tdevries@suse.de>
2515
2516 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2517 NOCLONE macro.
2518 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2519
fbb1d502
TV
25202018-07-19 Tom de Vries <tdevries@suse.de>
2521
2522 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2523 regular expression.
2524
42dc7699
TV
25252018-07-18 Tom de Vries <tdevries@suse.de>
2526
2527 * gdb.base/vla-optimized-out.c: New test.
2528 * gdb.base/vla-optimized-out.exp: New file.
2529
7f1f7e23
SDJ
25302018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2531
2532 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2533 message "No address associated with hostname" when gdbserver
2534 cannot resolve the hostname.
2535
5759ebb3
PW
25362018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2537
2538 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2539 Add some test prefixes to make tests unique.
2540
3606ccab
PW
25412018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2542
2543 * gdb.base/frameapply.c: New file.
2544 * gdb.base/frameapply.exp: New file.
2545
529c08b2
PW
25462018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2547
2548 * gdb.base/skip.exp: Update expected error message.
2549
c7ab0aef
SDJ
25502018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2551 Jan Kratochvil <jan.kratochvil@redhat.com>
2552 Paul Fertser <fercerpav@gmail.com>
2553 Tsutomu Seki <sekiriki@gmail.com>
2554
2555 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2556 parameter.
2557 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2558 by default.
2559 * boards/native-gdbserver.exp: Likewise.
2560 * gdb.server/run-without-local-binary.exp: Improve regexp used
2561 for detecting when a remote debugging connection succeeds.
2562 * gdb.server/server-connect.exp: New file.
2563 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2564 Do not prefix the port number with ":".
2565 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2566 support for detecting and using it. Add '$debughost_gdbserver'
2567 to the list of arguments used to start gdbserver. Handle case
2568 when gdbserver cannot resolve a network name.
2569
16ff70dd
SDJ
25702018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2571
2572 PR c++/23373
2573 * gdb.base/ptype-offsets.cc (struct static_member): New
2574 struct.
2575 (main) <stmember>: New variable.
2576 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2577 with a static member in it.
2578
3541979f
AB
25792018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2580
2581 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2582 watchpoints enabled and disabled.
2583
c8ad9b9a
AB
25842018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2585
2586 * gdb.base/examine-backward.exp: Still run tests around address
2587 0x0, even if address 0x0 is not readable. Update the pattern for
2588 matching address 0x0 in expected output.
2589
e0e5e971
AB
25902018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2591
2592 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2593 malloc/free.
2594
1ea5da02
TV
25952018-07-04 Tom de Vries <tdevries@suse.de>
2596
2597 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2598
471b9d15
MR
25992018-07-02 Maciej W. Rozycki <macro@mips.com>
2600
2601 PR tdep/8282
2602 * gdb.arch/mips-disassembler-options.exp: New test.
2603 * gdb.arch/mips-disassembler-options.s: New test source.
2604
75acb486
PA
26052018-06-29 Pedro Alves <palves@redhat.com>
2606
2607 * gdb.threads/names.exp: Adjust expected "info threads" output.
2608
cd2bb709
PA
26092018-06-29 Pedro Alves <palves@redhat.com>
2610
2611 * gdb.opt/inline-break.exp (line number, address): Add "info
2612 break" tests.
2613
991ff292
PA
26142018-06-29 Pedro Alves <palves@redhat.com>
2615
2616 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2617 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2618 number and address and running to them.
2619
356819b6 26202018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
2621
2622 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2623
2512d7ef
JK
26242018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2625
2626 * lib/compiler.c: Remove executable permission flag.
2627
be1b6474
RB
26282018-06-28 Richard Bunt <richard.bunt@arm.com>
2629
2630 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2631 code.
2632 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2633
291f9a96
PT
26342018-06-28 Petr Tesarik <ptesarik@suse.cz>
2635
2636 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2637
ed6dfe51
PT
26382018-06-28 Petr Tesarik <ptesarik@suse.cz>
2639
2640 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2641 address argument is omitted.
2642
d4d429d5
PT
26432018-06-28 Petr Tesarik <ptesarik@suse.cz>
2644
2645 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2646
7ab6656f
OJ
26472018-06-27 Omair Javaid <omair.javaid@linaro.org>
2648
2649 PR gdb/21695
2650 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2651 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2652
a33ccfc7
TT
26532018-06-26 Tom Tromey <tom@tromey.com>
2654
2655 PR rust/22574:
2656 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2657 * gdb.rust/simple.rs (struct SimpleLayout): New.
2658
6d72d289
SM
26592018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2660
2661 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2662 "info registers" output.
2663
8363f9d5
RB
26642018-06-21 Richard Bunt <richard.bunt@arm.com>
2665
2666 * gdb.base/watchpoint-hw-attach.c: New test.
2667 * gdb.base/watchpoint-hw-attach.exp: New file.
2668
f00674fe
SM
26692018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2670
2671 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2672 through /bin/sh.
2673 * boards/dwarf4-gdb-index.exp: Likewise.
2674 * boards/fission-dwp.exp: Likewise.
2675
1d554008
UW
26762018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2677
2678 * gdb.base/float128.exp: Add comment and improved fail message
2679 to the failure case of "print large128" test.
2680
d0ac1c44
SM
26812018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2682
2683 * configure.ac: Remove AC_PREREQ.
2684 * configure: Re-generate.
2685
61b04dd0
PA
26862018-06-19 Pedro Alves <palves@redhat.com>
2687
2688 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2689 (func_extern_caller): New.
2690 (main): Call func_extern_caller.
2691 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2692 logic change.
2693
f63b508a
SM
26942018-06-18 Weimin Pan <weimin.pan@oracle.com>
2695
2696 PR gdb/16841
2697 * gdb.cp/typedef-base.cc: New file.
2698 * gdb.cp/typedef-base.exp: New file.
2699
0fe3a558
TV
27002018-06-18 Tom de Vries <tdevries@suse.de>
2701
2702 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2703
7010835a
AB
27042018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2705 Richard Bunt <Richard.Bunt@arm.com>
2706
2707 * gdb.threads/attach-slow-waitpid.c: New file.
2708 * gdb.threads/attach-slow-waitpid.exp: New file.
2709 * gdb.threads/slow-waitpid.c: New file.
2710
14897d65
PA
27112018-06-14 Pedro Alves <palves@redhat.com>
2712
2713 * gdb.base/fork-running-state.c: Include <errno.h>.
2714 (exit_if_relative_exits): New.
2715 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2716 exits.
2717 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2718 child exits.
2719
5d9a0608
TV
27202018-06-14 Tom de Vries <tdevries@suse.de>
2721
2722 PR cli/22573
2723 * gdb.base/finish-pretty.c: New test.
2724 * gdb.base/finish-pretty.exp: New file.
2725
11ae5818
PA
27262018-06-14 Pedro Alves <palves@redhat.com>
2727
2728 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2729 gdb's expected startup output.
2730
1d39de44
PA
27312018-06-14 Pedro Alves <palves@redhat.com>
2732
2733 * lib/selftest-support.exp (selftest_setup): Remove inlined
2734 function handling.
2735
70ee0000
TV
27362018-06-14 Tom de Vries <tdevries@suse.de>
2737
2738 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2739 matching of breakpoint printing.
2740
11f4b608
TV
27412018-06-13 Tom de Vries <tdevries@suse.de>
2742
2743 PR testsuite/23269
2744 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2745 (fork_child): ... here, and ...
2746 (fork_parent): ... here.
2747
27482018-06-12 Tom de Vries <tdevries@suse.de>
2749
2750 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2751
9516f85a
AB
27522018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2753 Stephen Roberts <stephen.roberts@arm.com>
2754
2755 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2756 rewrite test to describe action performed, rather than possible
2757 failure.
2758
5045b3d7
GB
27592018-06-08 Gary Benson <gbenson@redhat.com>
2760
2761 * gdb.threads/check-libthread-db.exp: New file.
2762 * gdb.threads/check-libthread-db.c: Likewise.
2763
c61b06a1
TT
27642018-06-05 Tom Tromey <tom@tromey.com>
2765
2766 * gdb.base/default.exp: Update expected "show version" output.
2767
eb6af809
TT
27682018-06-05 Tom Tromey <tom@tromey.com>
2769
2770 PR cli/12326:
2771 * gdb.cp/static-print-quit.exp: Update.
2772 * lib/gdb.exp (pagination_prompt): Update.
2773 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2774 * gdb.python/python.exp: Update.
2775
178d6a63
JB
27762018-06-04 Joel Brobecker <brobecker@adacore.com>
2777
2778 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2779
8e817061
JB
27802018-06-01 Joel Brobecker <brobecker@adacore.com>
2781
2782 * gdb.ada/bp_fun_addr: New testcase.
2783
e86ca25f
TT
27842018-06-01 Tom Tromey <tom@tromey.com>
2785
2786 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2787 results.
2788 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2789 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2790 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2791 * gdb.base/maint.exp (maint_pass_if): Update.
2792
4b2dfa9d
MR
27932018-05-31 Maciej W. Rozycki <macro@mips.com>
2794
2795 * gdb.base/endian.exp: New test.
2796 * gdb.base/endian.c: New test source.
2797
45f25d6c
AB
27982018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2799
2800 PR gdb/23203
2801 * gdb.base/bt-selected-frame.c: New file.
2802 * gdb.base/bt-selected-frame.exp: New file.
2803 * lib/gdb.exp (get_current_frame_number): New function.
2804
d9f6d7f8
MR
28052018-05-24 Maciej W. Rozycki <macro@mips.com>
2806 Pedro Alves <palves@redhat.com>
2807
2808 * gdb.threads/tls-core.c: Include <stdlib.h>
2809 (thread_proc): Call `abort'.
2810 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2811 (tls_core_test): New procedure, bits factored out from ...
2812 (top level): ... here. Test both native cores and gcore cores.
2813
ff1cf532
TT
28142018-05-23 Tom Tromey <tom@tromey.com>
2815
2816 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2817
b98664d3
TT
28182018-05-23 Tom Tromey <tom@tromey.com>
2819
2820 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2821 symfile_complaints.
2822 (test_short_complaints): Likewise.
2823 (test_empty_complaints): Likewise.
2824 (test_initial_complaints): Update.
2825
4e9668d0
TT
28262018-05-23 Tom Tromey <tom@tromey.com>
2827
2828 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2829
43ba33c7
TT
28302018-05-23 Tom Tromey <tom@tromey.com>
2831
2832 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2833 (test_short_complaints): Update.
2834
035522c0
PA
28352018-05-22 Pedro Alves <palves@redhat.com>
2836
2837 * gdb.base/remote.exp: Only gdb_start after compiling the
2838 testcase. Issue "disconnect" before testing "set remote" command
2839 defaults. Issue clean_restart before running to main.
2840
cc0be08f
PA
28412018-05-22 Pedro Alves <palves@redhat.com>
2842
2843 * gdb.base/remote.exp: Adjust expected output of "show remote
2844 memory-write-packet-size". Add tests for "set remote
2845 memory-write-packet-size 0" and "set remote
2846 memory-write-packet-size fixed/limit".
2847
b1b60145
PA
28482018-05-22 Pedro Alves <palves@redhat.com>
2849
2850 PR gdb/22973
2851 * gdb.base/utf8-identifiers.c: New file.
2852 * gdb.base/utf8-identifiers.exp: New file.
2853
0ec848ad
PFC
28542018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2855
2856 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2857
2c3305f6
PFC
28582018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2859
2860 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2861
ce1e8424
TT
28622018-05-18 Tom Tromey <tom@tromey.com>
2863
2864 * gdb.base/ptype-offsets.exp: Update.
2865
ddfe970e
KS
28662018-05-17 Keith Seitz <keiths@redhat.com>
2867
2868 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2869 in expected breakpoint stop locations.
2870 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2871 move to proper scope to test variable values.
2872 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2873 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2874 New functions.
2875 (main): Call not_inline_func3.
2876 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2877 inline_func1, inline_func2, and inline_func3. Test that when each
2878 breakpoint is hit, GDB properly reports both the stop location
2879 and the backtrace. Repeat tests for temporary breakpoints.
2880
0726fcc6
MR
28812018-05-15 Maciej W. Rozycki <macro@mips.com>
2882
2883 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2884 rather then trying to access it in determining whether the PID
2885 of `gdbserver' could have been retrieved.
2886
8ee22052
AB
28872018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2888
2889 * gdb.arch/amd64-init-x87-values.S: New file.
2890 * gdb.arch/amd64-init-x87-values.exp: New file.
2891
7785df48
JK
28922018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2893
2894 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2895
56bcdbea
TT
28962018-05-04 Tom Tromey <tom@tromey.com>
2897
2898 PR python/22730:
2899 * gdb.python/python.exp: Test multi-line execute.
2900
a913fffb
TT
29012018-05-04 Tom Tromey <tom@tromey.com>
2902
2903 PR python/22731:
2904 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2905
7a2c85f2
TT
29062018-05-04 Tom Tromey <tom@tromey.com>
2907
2908 PR gdb/11750:
2909 * gdb.base/define.exp: Test defining a user command inside a user
2910 command.
2911 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2912
a3b60e45
JK
29132018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2914 Pedro Alves <palves@redhat.com>
2915
2916 PR breakpoints/19806 and support for PR external/20207.
2917 * gdb.base/watchpoint-unaligned.c: New file.
2918 * gdb.base/watchpoint-unaligned.exp: New file.
2919
45fe4a03
AB
29202018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2921
2922 * gdb.base/maint.exp: Make test names unique, use
2923 test_prefix_command_help to test 'help maint info', and remove
2924 repeated test of 'help maint'.
2925
9be2ae8f
TT
29262018-05-04 Tom Tromey <tom@tromey.com>
2927
2928 PR gdb/22619:
2929 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2930 behavior.
2931
11859c31
AB
29322018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2933
2934 * gdb.base/maint.exp: Process output from 'maint print registers'
2935 line at a time.
2936
089a9490
AB
29372018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2938
2939 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2940 timeout.
2941
9b0797e2
AB
29422018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2943
2944 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2945 filter pattern.
2946
f6ac5f3d
PA
29472018-05-02 Pedro Alves <palves@redhat.com>
2948
2949 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2950 to_log_command renames.
2951 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2952
77d3c63b
TT
29532018-05-02 Tom Tromey <tom@tromey.com>
2954
2955 * gdb.python/py-parameter.exp: Set test message.
2956
0489430a
TT
29572018-05-02 Tom Tromey <tom@tromey.com>
2958
2959 PR python/20084:
2960 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2961 PARAM_ZUINTEGER_UNLIMITED tests.
2962
1632f8ba
DR
29632018-04-28 Dan Robertson <danlrobertson89@gmail.com>
2964
2965 PR rust/23124
2966 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2967 when casting.
2968
6d7bb824
TT
29692018-04-30 Tom Tromey <tom@tromey.com>
2970
2971 * gdb.python/py-type.exp: Check align attribute.
2972 * gdb.python/py-type.c: New "aligncheck" global.
2973
007e1530
TT
29742018-04-30 Tom Tromey <tom@tromey.com>
2975
2976 PR exp/17095:
2977 * gdb.dwarf2/dw2-align.exp: New file.
2978 * gdb.cp/align.exp: New file.
2979 * gdb.base/align.exp: New file.
2980 * lib/gdb.exp (gdb_int128_helper): New proc.
2981 (has_int128_c, has_int128_cxx): New caching procs.
2982
6873858b
TT
29832018-04-27 Tom Tromey <tom@tromey.com>
2984
2985 PR rust/22545:
2986 * gdb.rust/simple.exp: Add inclusive range tests.
2987
79188d8d
PA
29882018-04-26 Pedro Alves <palves@redhat.com>
2989
2990 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2991 ifunc breakpoint locations correctly of ifunc breakpoints set
2992 while the program resolves the ifunc.
2993
c7075ad5
PA
29942018-04-26 Pedro Alves <palves@redhat.com>
2995
2996 * gdb.base/gnu-ifunc-final.c: New file.
2997 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2998 * gdb.base/gnu-ifunc.exp (executable): Delete.
2999 (staticexecutable): Adjust.
3000 (lib_opts, exec_opts): Delete.
3001 (make_binsuffix, build, set-break): New procedures.
3002 (misc_tests): New, with tests factored out from the top level.
3003 (top level): Test different combinations of ifunc resolver name,
3004 resolver with and with debug info, and ifunc target with and
3005 without debug info. Wrap static tests with with_target_prefix.
3006
8388016d
PA
30072018-04-26 Pedro Alves <palves@redhat.com>
3008
3009 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3010 return type" warnings.
3011
249b5733
PA
30122018-04-25 Pedro Alves <palves@redhat.com>
3013
3014 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3015 killed".
3016 * gdb.base/kill-after-signal.exp: Likewise.
3017 * gdb.threads/kill.exp: Likewise.
3018
f67c0c91
SDJ
30192018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3020 Sergio Durigan Junior <sergiodj@redhat.com>
3021 Pedro Alves <palves@redhat.com>
3022
3023 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3024 regexps to expect for '[Inferior ... detached]' as well.
3025 * gdb.base/attach.exp: Likewise.
3026 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3027 "gdb_continue_to_end".
3028 (test_catch_syscall_with_wrong_args): Likewise.
3029 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3030 ']'. Don't set 'verbose' on.
3031 * gdb.base/foll-vfork.exp: Likewise.
3032 * gdb.base/fork-print-inferior-events.c: New file.
3033 * gdb.base/fork-print-inferior-events.exp: New file.
3034 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3035 '[Inferior ... has been killed]' message.
3036 * gdb.base/kill-after-signal.exp: Likewise.
3037 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3038 detach message.
3039 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3040 message.
3041 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3042 regexps to expect for '[Inferior ... detached]' as well.
3043 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3044
0a8ddac4
SM
30452018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3046
3047 PR gdb/23104
3048 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3049
d27d16bf
RB
30502018-04-19 Richard Bunt <richard.bunt@arm.com>
3051
3052 * gdb.threads/multiple-successive-infcall.c: New test.
3053 * gdb.threads/multiple-successive-infcall.exp: New file.
3054
a037790e
TT
30552018-04-17 Tom Tromey <tom@tromey.com>
3056
3057 * gdb.rust/simple.rs (Union): New type.
3058 (main): New local "u".
3059 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3060
e3a91079
AA
30612018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3062
3063 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3064 number information in output of "whereis" command.
3065 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3066
b744723f
AA
30672018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3068
3069 * gdb.ada/info_types.exp: Adjust expected output to the line
3070 numbers now printed by "info var/func/type".
3071 * gdb.base/completion.exp: Likewise.
3072 * gdb.base/included.exp: Likewise.
3073 * gdb.cp/cp-relocate.exp: Likewise.
3074 * gdb.cp/cplusfuncs.exp: Likewise.
3075 * gdb.cp/namespace.exp: Likewise.
3076 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3077
4a4495d6
MM
30782018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3079
3080 * gdb.btrace/cpu.exp: New.
3081
1d509aa6
MM
30822018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3083
3084 * gdb.base/step-indirect-call-thunk.exp: New.
3085 * gdb.base/step-indirect-call-thunk.c: New.
3086 * gdb.reverse/step-indirect-call-thunk.exp: New.
3087 * gdb.reverse/step-indirect-call-thunk.c: New.
3088
6295b6da
SM
30892018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3090
3091 * gdb.base/pie-fork.c: New file.
3092 * gdb.base/pie-fork.exp: New file.
3093
50146e70
TT
30942018-04-11 Tom Tromey <tom@tromey.com>
3095
3096 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3097
f50d8a2e
PA
30982018-04-10 Pedro Alves <palves@redhat.com>
3099
3100 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3101 exits. Instead loop running forever.
3102 (fork_parent): Run forever too.
3103
a0be7a36
SM
31042018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3105
3106 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3107 mi_continue_to_line.
3108 * gdb.mi/mi-stack.c (callee4): Add comment.
3109
9b73db36
SM
31102018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3111
3112 * gdb.mi/mi-stack.exp: Fix indentation.
3113
c912f608
SM
31142018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3115
3116 PR gdb/22979
3117 * gdb.arch/amd64-osabi.exp: New file.
3118
26540402
SM
31192018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3120
3121 PR gdb/22980
3122 * gdb.base/osabi.exp: New file.
3123
121ad66c 31242018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3125
3126 * gdb.cp/static-typedef-print.exp: New file.
3127 * gdb.cp/static-typedef-print.cc: New file.
3128
3fcded8f
JB
31292018-03-27 Joel Brobecker <brobecker@adacore.com>
3130
3131 * gdb.ada/varsize_limit: New testcase.
3132
59cc4834
JB
31332018-03-27 Joel Brobecker <brobecker@adacore.com>
3134
3135 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3136
3137 * gdb.ada/notcplusplus: New testcase.
3138
3139 * gdb.base/c-linkage-name.c: New file.
3140 * gdb.base/c-linkage-name.exp: New testcase.
3141
4ca59a9f
TT
31422018-03-26 Tom Tromey <tom@tromey.com>
3143
3144 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3145 * gdb.python/py-framefilter.py (name_error): New global.
3146 (ErrorInName.function): Use name_error.
3147
978d6c75
TT
31482018-03-26 Tom Tromey <tom@tromey.com>
3149
3150 PR backtrace/15582:
3151 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3152
b7fee5a3
KS
31532018-03-23 Keith Seitz <keiths@redhat.com>
3154
3155 PR c++/22968
3156 * gdb.cp/subtypes.exp: New file.
3157 * gdb.cp/subtypes.h: New file.
3158 * gdb.cp/subtypes.cc: New file.
3159 * gdb.cp/subtypes-2.cc: New file.
3160
376be529
AB
31612018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3162
3163 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3164 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3165 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3166 -nostartfiles when compiling the test. Confirm that all registers
3167 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3168
066cfa98
AB
31692018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3170
3171 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3172 option, syntax was wrong anyway.
3173 * gdb.arch/arm-disp-step.exp: Likewise.
3174 * gdb.arch/sparc64-regs.exp: Likewise.
3175 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3176 option, syntax was wrong anyway, switch to use
3177 prepare_for_testing.
3178 * gdb.arch/i386-disp-step.exp: Likewise.
3179
079670b9
AA
31802018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3181
3182 * gdb.ada/exec_changed.exp: Replace "target_info exists
3183 use_gdb_stub" by "use_gdb_stub".
3184 * gdb.ada/start.exp: Likewise.
3185 * gdb.base/async-shell.exp: Likewise.
3186 * gdb.base/attach-pie-misread.exp: Likewise.
3187 * gdb.base/attach-wait-input.exp: Likewise.
3188 * gdb.base/break-entry.exp: Likewise.
3189 * gdb.base/break-interp.exp: Likewise.
3190 * gdb.base/dprintf-detach.exp: Likewise.
3191 * gdb.base/nostdlib.exp: Likewise.
3192 * gdb.base/solib-nodir.exp: Likewise.
3193 * gdb.base/statistics.exp: Likewise.
3194 * gdb.base/testenv.exp: Likewise.
3195 * gdb.mi/mi-exec-run.exp: Likewise.
3196 * gdb.mi/mi-start.exp: Likewise.
3197 * gdb.multi/dummy-frame-restore.exp: Likewise.
3198 * gdb.multi/multi-arch-exec.exp: Likewise.
3199 * gdb.multi/multi-arch.exp: Likewise.
3200 * gdb.multi/tids.exp: Likewise.
3201 * gdb.multi/watchpoint-multi.exp: Likewise.
3202 * gdb.python/py-events.exp: Likewise.
3203 * gdb.threads/attach-into-signal.exp: Likewise.
3204 * gdb.threads/attach-stopped.exp: Likewise.
3205 * gdb.threads/threadapply.exp: Likewise.
3206 * lib/selftest-support.exp: Likewise.
3207
26d6cec4
AA
32082018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3209
3210 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3211
4ee89e90
SR
32122018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3213
3214 * gdb.perf/template-breakpoints.cc: New file.
3215 * gdb.perf/template-breakpoints.exp: New file.
3216 * gdb.perf/template-breakpoints.py: New file.
3217
92630041
TT
32182018-03-19 Tom Tromey <tom@tromey.com>
3219
3220 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3221 y0.
3222 * gdb.rust/simple.exp: Test bare identifier form of struct
3223 initializer.
3224
76727919
TT
32252018-03-19 Tom Tromey <tom@tromey.com>
3226
3227 * gdb.gdb/observer.exp: Remove.
3228
194ed413
AA
32292018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3230
3231 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3232 "qualified" option when setting breakpoints.
3233 * gdb.trace/backtrace.exp: Likewise.
3234 * gdb.trace/circ.exp: Likewise.
3235 * gdb.trace/collection.exp: Likewise.
3236 * gdb.trace/disconnected-tracing.exp: Likewise.
3237 * gdb.trace/ftrace-lock.exp: Likewise.
3238 * gdb.trace/ftrace.exp: Likewise.
3239 * gdb.trace/infotrace.exp: Likewise.
3240 * gdb.trace/packetlen.exp: Likewise.
3241 * gdb.trace/passc-dyn.exp: Likewise.
3242 * gdb.trace/qtro.exp: Likewise.
3243 * gdb.trace/read-memory.exp: Likewise.
3244 * gdb.trace/report.exp: Likewise.
3245 * gdb.trace/signal.exp: Likewise.
3246 * gdb.trace/status-stop.exp: Likewise.
3247 * gdb.trace/strace.exp: Likewise.
3248 * gdb.trace/tfind.exp: Likewise.
3249 * gdb.trace/trace-break.exp: Likewise.
3250 * gdb.trace/trace-condition.exp: Likewise.
3251 * gdb.trace/trace-mt.exp: Likewise.
3252 * gdb.trace/tstatus.exp: Likewise.
3253 * gdb.trace/tsv.exp: Likewise.
3254 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3255 * gdb.trace/unavailable.exp: Likewise.
3256 * gdb.trace/while-dyn.exp: Likewise.
3257
8b067d2c
AA
32582018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3259
3260 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3261 that libinproctrace is copied to the target.
3262
3ae9ce5d
TT
32632018-03-14 Tom Tromey <tom@tromey.com>
3264
3265 PR cli/14977:
3266 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3267 a null pointer.
3268 * gdb.base/wchar.exp: Likewise.
3269
b8c2339b
TT
32702018-03-14 Tom Tromey <tom@tromey.com>
3271
3272 PR cli/19918:
3273 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3274 flag.
3275
4872dc46
SM
32762018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3277
3278 PR gdb/22841
3279 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3280 "target" to remote_exec.
3281
e4fe3756
SM
32822018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3283
3284 PR gdb/22841
3285 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3286 ${board}_upload): Remove.
3287
e95a97d4
AA
32882018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3289
3290 * gdb.cp/watch-cp.cc: New test.
3291 * gdb.cp/watch-cp.exp: New file.
3292
dbbb1059
AB
32932018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3294
3295 * gdb.base/infcall-nested-structs.exp: New file.
3296 * gdb.base/infcall-nested-structs.c: New file.
3297 * gdb.base/float.exp: Add riscv support.
3298
ecc054c0
TP
32992018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3300
3301 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3302 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3303
25e3c82c
SDJ
33042018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3305
3306 * gdb.server/abspath.exp: New file.
3307 * lib/gdb.exp (with_cwd): New procedure.
3308
3083294d
SM
33092018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3310
3311 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3312 use it.
3313 (gdb_is_target_remote_prompt): New proc.
3314 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3315 (gdb_is_target_native): Pass prompt parameter to
3316 gdb_is_target_1.
3317
3275ef47
SM
33182018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3319
3320 * gdb.base/load-command.c: New file.
3321 * gdb.base/load-command.exp: New file.
3322 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3323 (gdb_is_target_1): ...this, and generalize for other targets
3324 than just remote.
3325 (gdb_is_target_remote): Use gdb_is_target_1.
3326 (gdb_is_target_native): use gdb_is_target_1.
3327
6893c19a
TT
33282018-02-26 Tom Tromey <tom@tromey.com>
3329
3330 PR python/16497:
3331 * gdb.python/py-framefilter.exp: Update test.
3332
2ddeaf8a
TT
33332018-02-26 Tom Tromey <tom@tromey.com>
3334
3335 * gdb.dwarf2/variant.c: New file.
3336 * gdb.dwarf2/variant.exp: New file.
3337
c9317f21
TT
33382018-02-26 Tom Tromey <tom@tromey.com>
3339
3340 * gdb.rust/simple.exp: Accept more possible results in enum test.
3341
6f6d0c26
SM
33422018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3343
3344 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3345 parentheses.
3346
11b03145
MR
33472018-02-23 Maciej W. Rozycki <macro@mips.com>
3348
3349 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3350 name of a variable: $actual_linejj -> $actual_line.
3351
54a27fe5
JB
33522018-02-21 John Baldwin <jhb@FreeBSD.org>
3353
3354 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3355
de65820c
MM
33562018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3357
3358 * gdb.btrace/buffer-size.exp: Do not force BTS.
3359
980548fd
PA
33602018-02-14 Pedro Alves <palves@redhat.com>
3361
3362 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3363 getting a "Quit".
3364
c4e12631
MM
33652018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3366
3367 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3368 Fix test name.
3369
c2e0e465
SM
33702018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3371
3372 * gdb.cp/m-static.exp: Check type of optimized out static
3373 member.
3374
f7216783
AB
33752018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3376
3377 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3378 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3379
0625771b
LS
33802018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3381 Leszek Swirski <leszeks@google.com>
3382
3383 * gdb.python/py-prettyprint.c
3384 (struct to_string_returns_value_inner,
3385 struct to_string_returns_value_wrapper): New.
3386 (main): Add tsrvw variable.
3387 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3388 ToStringReturnsValueWrapper): New classes.
3389 (register_pretty_printers): Register new pretty-printers.
3390 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3391 recursive pretty printer.
3392 * gdb.python/py-mi.exp: Likewise.
3393
59498c30
LS
33942018-02-01 Leszek Swirski <leszeks@google.com>
3395
3396 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3397 functions with the same name as an include file are parsed
3398 correctly.
3399
d4d38844
YQ
34002018-02-01 Yao Qi <yao.qi@linaro.org>
3401
3402 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3403 "\[^\r\n\]*".
3404
07e5f5cf
NP
34052018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3406
3407 * gdb.arch/powerpc-prologue-frame.s: New file.
3408 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3409 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3410
929b5ad4
JB
34112018-01-31 Joel Brobecker <brobecker@adacore.com>
3412
3413 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3414
e671cd59
PA
34152018-01-30 Pedro Alves <palves@redhat.com>
3416
3417 PR gdb/13211
3418 * gdb.base/interrupt-daemon.c: New.
3419 * gdb.base/interrupt-daemon.exp: New.
3420 * gdb.multi/multi-term-settings.c: New.
3421 * gdb.multi/multi-term-settings.exp: New.
3422
fc413dc4
JB
34232018-01-30 Joel Brobecker <brobecker@adacore.com>
3424
3425 * gdb.base/break.exp: Save the location where the breakpoint
3426 on break.c:47 was actually inserted when debugging the version
3427 compiled at -O2 and use it in the expected output of the "info
3428 break" test performed soon after.
3429
5c319bb2
PA
34302018-01-22 Pedro Alves <palves@redhat.com>
3431 Sergio Durigan Junior <sergiodj@redhat.com>
3432
3433 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3434 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3435
a9e40818
JB
34362018-01-22 Joel Brobecker <brobecker@adacore.com>
3437
3438 * gdb.base/break-include.c, gdb.base/break-include.inc,
3439 gdb.base/break-include.exp: New files.
3440 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3441 line number now being the actual line number where the breakpoint
3442 was inserted.
3443 * gdb.mi/mi-break.exp: Likewise.
3444 * gdb.mi/mi-reverse.exp: Likewise.
3445 * gdb.mi/mi-simplerun.exp: Ditto.
3446
e707fc44
AB
34472018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3448
3449 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3450 varobj.
3451 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3452
ae451627
AB
34532018-01-21 Don Breazeal <donb@codesourcery.com>
3454 Andrew Burgess <andrew.burgess@embecosm.com>
3455
3456 * gdb.mi/basics.c: Add new global.
3457 * gdb.mi/mi-frame-regs.exp: New file.
3458 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3459 case.
3460
b1b189e0
AB
34612018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3462
3463 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3464 non-parameter, and on an unknown symbol.
3465
fcfcc376
TT
34662018-01-19 Tom Tromey <tom@tromey.com>
3467
3468 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3469 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3470
634c1c31
AA
34712018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3472
3473 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3474 setrlimit and chdir to int.
3475
d6ad07fd
AA
34762018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3477
3478 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3479 function.
3480 (my_tend): Likewise.
3481 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3482 rationale of avoiding FP- and vector instructions.
3483
adf8243b
RK
34842018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3485
3486 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3487 "info reg" with "\[ \t\]*".
3488 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3489 "\[ \t\]+".
3490 * gdb.arch/s390-multiarch.exp: Ditto.
3491 * gdb.base/pc-fp.exp: Ditto.
3492 * gdb.reverse/i386-precsave.exp: Ditto.
3493 * gdb.reverse/i386-reverse.exp: Ditto.
3494 * gdb.reverse/i387-env-reverse.exp: Ditto.
3495 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3496
dcc06925
AA
34972018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3498
3499 * lib/gdb.exp (gdb_compile): Re-enable use of
3500 universal_compile_options for languages other than Rust.
3501
25d4fd80
AA
35022018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3503
3504 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3505
ee7f689e 35062018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
3507
3508 PR gdb/16577
3509 * gdb.base/solib-vanish.exp: New.
3510 * gdb.base/solib-vanish-main.c: New.
3511 * gdb.base/solib-vanish-lib1.c: New.
3512 * gdb.base/solib-vanish-lib2.c: New.
3513
d8447b6b
YQ
35142018-01-17 Yao Qi <yao.qi@linaro.org>
3515
3516 * gdb.compile/compile.exp: Match the address printed for
3517 frame in the output of command "bt".
3518
86d6a90c
TT
35192018-01-15 Tom Tromey <tom@tromey.com>
3520
3521 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3522 compute sp_reg.
3523
cbcdb1aa
AB
35242018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3525
3526 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3527 to prepare.
3528 (prepare): Return 0 on error, 1 on success.
3529
eea61984
PA
35302018-01-12 Pedro Alves <palves@redhat.com>
3531
3532 * gdb.base/continue-after-aborted-step-over.c: New.
3533 * gdb.base/continue-after-aborted-step-over.exp: New.
3534
6181e9c2
SM
35352018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3536
3537 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3538 options when not creating an executable.
3539
3cada740
PA
35402018-01-11 Pedro Alves <palves@redhat.com>
3541
3542 PR remote/22597
3543 * gdb.server/stop-reply-no-thread.c: New file.
3544 * gdb.server/stop-reply-no-thread.exp: New file.
3545
c63d3e8d
PA
35462018-01-10 Pedro Alves <palves@redhat.com>
3547
3548 PR gdb/22670
3549 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3550 functions too. Test setting breakpoints and printing C functions
3551 with no debug info too.
3552 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3553
d4c2a405
PA
35542018-01-10 Pedro Alves <palves@redhat.com>
3555
3556 PR gdb/22670
3557 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3558 a fail.
3559
8825213e
PA
35602018-01-10 Pedro Alves <palves@redhat.com>
3561
3562 PR gdb/22670
3563 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3564
605fd3c6
YQ
35652018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3566
3567 * gdb.server/unittest.exp: Match the output in non-development
3568 mode.
3569
1e5ded6c
YQ
35702018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3571
3572 * gdb.gdb/unittest.exp: Match output in non-development mode.
3573
30066b0b
JB
35742018-01-08 Joel Brobecker <brobecker@adacore.com>
3575
3576 * gdb.ada/access_tagged_param.exp: Relax expected output
3577 for value of "ObjL" in "continue" to pck.inspect breakpoint
3578 test.
3579
04bafb1e
XR
35802018-01-08 Joel Brobecker <brobecker@adacore.com>
3581
9f86398b
JB
3582 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3583 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 3584
e379cee6
PA
35852018-01-05 Pedro Alves <palves@redhat.com>
3586
3587 PR gdb/18653
3588 * gdb.base/libsegfault.exp: New.
3589
de63c46b
PA
35902018-01-05 Joel Brobecker <brobecker@adacore.com>
3591
3592 PR gdb/22670
3593 * gdb.ada/access_tagged_param.exp: New file.
3594 * gdb.ada/access_tagged_param/foo.adb: New file.
3595
f98fc17b
PA
35962018-01-05 Pedro Alves <palves@redhat.com>
3597
3598 PR gdb/22670
3599 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3600 exercise lower case too, and to exercise both full matching and
3601 wild matching.
3602
342f8240
JB
36032018-01-05 Joel Brobecker <brobecker@adacore.com>
3604
3605 * gdb.ada/rename_subscript_param: New testcase.
3606
7150d33c
JG
36072018-01-05 Jerome Guitton <guitton@adacore.com>
3608
3609 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3610
cc0e770c
JB
36112018-01-05 Joel Brobecker <brobecker@adacore.com>
3612
3613 * gdb.ada/convvar_comp: New testcase.
3614
672a41aa 36152018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
3616
3617 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3618 (My_Table): New global variable.
3619 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3620
7365ec2f
JB
36212018-01-04 Joel Brobecker <brobecker@adacore.com>
3622
3623 PR gdb/22670
3624 * gdb.ada/maint_with_ada: New testcase.
3625
289483b6
JB
36262018-01-04 Joel Brobecker <brobecker@adacore.com>
3627
3628 PR gdb/22670
3629 * gdb.ada/bp_c_mixed_case: New testcase.
3630
344420da
JB
36312018-01-04 Joel Brobecker <brobecker@adacore.com>
3632
3633 PR gdb/22670
3634 * gdb.ada/complete.exp: Add "complete break ada" test.
3635
66fc87a0
JB
36362018-01-04 Joel Brobecker <brobecker@adacore.com>
3637
3638 PR gdb/22670
3639 * gdb.ada/info_addr_mixed_case: New testcase.
3640
9f757bf7
XR
36412018-01-03 Xavier Roirand <roirand@adacore.com>
3642
3643 * gdb.ada/excep_handle.exp: New testcase.
3644 * gdb.ada/excep_handle/foo.adb: New file.
3645 * gdb.ada/excep_handle/pck.ads: New file.
3646
bd570f80
JB
36472018-01-03 Joel Brobecker <brobecker@adacore.com>
3648
3649 * gdb.base/step-line.c: Add extra empty line in copyright header.
3650 * gdb.base/step-line.inp: Likewise.
3651
9fe561ab
JB
36522018-01-02 Joel Brobecker <brobecker@adacore.com>
3653
3654 * gdb.ada/dyn_stride.exp: Add slice test.
3655
a405673c
JB
36562018-01-02 Joel Brobecker <brobecker@adacore.com>
3657
3658 * gdb.ada/dyn_stride: New testcase.
3659
cef0f868
SH
36602017-12-27 Stafford Horne <shorne@gmail.com>
3661
3662 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3663 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3664
b67d92b0
SH
36652017-12-27 Stafford Horne <shorne@gmail.com>
3666
3667 * gdb.base/reggroups.c: New file.
3668 * gdb.base/reggroups.exp: New file.
3669
eccab96d
JB
36702017-12-18 Joel Brobecker <brobecker@adacore.com>
3671
3672 * gdb.dwarf2/ada-valprint-error.c: New file.
3673 * gdb.dwarf2/ada-valprint-error.exp: New file.
3674
0e2da9f0
JB
36752017-12-18 Joel Brobecker <brobecker@adacore.com>
3676
3677 * gdb.ada/assign_arr: New testcase.
3678
cb923fcc
XR
36792017-12-18 Xavier Roirand <roirand@adacore.com>
3680
3681 * gdb.ada/funcall_ptr: New testcase.
3682
7c161838
SDJ
36832017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3684
3685 PR cli/16224
3686 * gdb.base/ptype-offsets.cc: New file.
3687 * gdb.base/ptype-offsets.exp: New file.
3688
1af17fd9
YQ
36892017-12-15 Yao Qi <yao.qi@linaro.org>
3690
3691 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3692 if XML is disabled.
3693
828d5846
XR
36942017-12-15 Xavier Roirand <roirand@adacore.com>
3695
3696 * gdb.ada/same_component_name: New testcase.
3697
79e8fcaa
JB
36982017-12-14 Joel Brobecker <brobecker@adacore.com>
3699
3700 * gdb.ada/str_binop_equal: New testcase.
3701
e05fa6f9
JB
37022017-12-14 Joel Brobecker <brobecker@adacore.com>
3703
3704 * gdb.ada/task_switch_in_core: New testcase.
3705
b89641ba
SM
37062017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3707
3708 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3709 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3710 call test_bkpt_qualified.
3711 (test_bkpt_qualified): New proc.
3712
6892d2e4
PA
37132017-12-13 Pedro Alves <palves@redhat.com>
3714
3715 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3716 Tighten regexp by matching with an anchor.
3717
a22ecf70
PA
37182017-12-13 Pedro Alves <palves@redhat.com>
3719
3720 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3721 ("expression with namespace"): New set of tests.
3722 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3723 (Nested::Test_NS::qux): New.
3724 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3725 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3726
9937536c
JB
37272017-12-13 Joel Brobecker <brobecker@adacore.com>
3728
3729 * gdb.base/server-del-break.c: New file.
3730 * gdb.base/server-del-break.exp: New file.
3731
fe49c6f5
SH
37322017-12-12 Stafford Horne <shorne@gmail.com>
3733
3734 * gdb.xml/tdesc-regs.exp: Add or1k support.
3735
c3d18620
SH
37362017-12-12 Stafford Horne <shorne@gmail.com>
3737
3738 * gdb.base/bp-permanent.c: Define nop of or1k.
3739
c5f9cfc8
JB
37402017-12-11 Joel Brobecker <brobecker@adacore.com>
3741
3742 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3743 output with components being reordered.
3744
a9c135fc
JB
37452017-12-11 Joel Brobecker <brobecker@adacore.com>
3746
3747 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3748 output with components being reordered.
3749
927aa2e7
JK
37502017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3751 Pedro Alves <palves@redhat.com>
3752
3753 * gdb.base/maint.exp (check for .gdb_index): Check also for
3754 .debug_names.
3755 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3756 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3757 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3758 (.gdb_index used after symbol reloading): Support also .debug_names.
3759 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3760
f17d9474
YQ
37612017-12-08 Yao Qi <yao.qi@linaro.org>
3762
3763 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3764 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3765
a0de8c21
YQ
37662017-12-08 Yao Qi <yao.qi@linaro.org>
3767
3768 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3769 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3770
a738ea1d
YQ
37712017-12-08 Yao Qi <yao.qi@linaro.org>
3772
3773 * gdb.arch/aarch64-tagged-pointer.c: New file.
3774 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3775
1cd9a73b
SDJ
37762017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3777
3778 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3779 "int".
3780
fa6eb693
KS
37812017-12-07 Keith Seitz <keiths@redhat.com>
3782
3783 PR breakpoints/22569
3784 * gdb.linespec/ls-errs.exp: Change expected result of "break
3785 -source this file has spaces.c -line 3".
3786 Check that an explicit source file followed by whitespace is
3787 identified as an invalid explicit location.
3788
883fd55a
KS
37892017-12-07 Keith Seitz <keiths@redhat.com>
3790
3791 * gdb.cp/nested-types.cc: New file.
3792 * gdb.cp/nested-types.exp: New file.
3793 * lib/cp-support.exp: Load data-structures.exp library.
3794 (debug_cp_test_ptype_class): New global.
3795 (cp_ptype_class_verbose, next_line): New procedures.
3796 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3797 Add and document new return value.
3798 Switch the list of lines to a queue.
3799 Add support for new `type' key for nested type definitions.
3800 Add debugging/troubleshooting messages.
3801 * lib/data-structures.exp: New file.
3802
ec72db3e
SM
38032017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3804
3805 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3806 with proc_with_prefix, don't use with_test_prefix.
3807
99598d71
TT
38082017-12-07 Tom Tromey <tom@tromey.com>
3809
3810 * gdb.base/break.exp: Add test for empty "commands".
3811
a8806230
YQ
38122017-12-07 Yao Qi <yao.qi@linaro.org>
3813
3814 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3815 malloc and catch syscall.
3816
824cc835
PM
38172017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3818
e79be6e5 3819 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
3820 tests for explicit locations.
3821
7cc244de
PA
38222017-12-06 Pedro Alves <palves@redhat.com>
3823
3824 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3825 force-disabling XML descriptions.
3826
50a1fdd5
PA
38272017-12-04 Pedro Alves <palves@redhat.com>
3828
3829 PR gdb/22499
3830 * gdb.arch/amd64-disp-step-avx.S: New file.
3831 * gdb.arch/amd64-disp-step-avx.exp: New file.
3832
f0fb2488
PA
38332017-12-03 Pedro Alves <palves@redhat.com>
3834
3835 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3836 and <string.h>.
3837 (parent_function): Print distinct messages when waitpid fails, or
3838 the child exits with a signal, or the child exits for an unhandled
3839 reason.
3840 * gdb.threads/process-dies-while-detaching.exp
3841 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3842 it. Wait for both inferior output and GDB's prompt. Use an
3843 indirect spawn id list.
3844 (do_detach): New parameter 'child_exit'. Use it to compute
3845 expected inferior output.
3846 (test_detach, test_detach_watch, test_detach_killed_outside):
3847 Adjust to pass down the expected child exit kind.
3848
97cbe998
SDJ
38492017-12-01 Joel Brobecker <brobecker@adacore.com>
3850 Sergio Durigan Junior <sergiodj@redhat.com>
3851 Pedro Alves <palves@redhat.com>
3852
3853 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3854
40fc416f
SDJ
38552017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3856
3857 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3858 to 'symbol-file' and 'add-symbol-file' can be
3859 position-independent.
3860
1cc75e92
YQ
38612017-12-01 Yao Qi <yao.qi@linaro.org>
3862
3863 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3864 the URL in copyright header.
3865 * gdb.arch/aarch64-fp.exp: Likewise.
3866 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3867 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3868 * gdb.base/expand-psymtabs.exp: Likewise.
3869 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3870 * gdb.fortran/common-block.exp: Likewise.
3871 * gdb.fortran/common-block.f90: Likewise.
3872 * gdb.fortran/logical.exp: Likewise.
3873 * gdb.fortran/vla-datatypes.f90: Likewise.
3874 * gdb.fortran/vla-sub.f90: Likewise.
3875
875fb7a7
JB
38762017-11-30 Joel Brobecker <brobecker@adacore.com>
3877
3878 * gdb.ada/repeat_dyn: New testcase.
3879
6f14765f
UW
38802017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3881
3882 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3883 Update for changed thread numbering.
3884 * gdb.cell/bt.exp: Update for changed GDB output.
3885
f1af7b94
SM
38862017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3887
3888 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3889 setting isremote by hand.
3890 * boards/dwarf4-gdb-index.exp: Likewise.
3891 * boards/fission.exp: Likewise.
3892 * boards/stabs.exp: Likewise.
3893
e3919f3e
PA
38942017-11-30 Pedro Alves <palves@redhat.com>
3895
3896 * gdb.linespec/cpls-ops.exp
3897 (check_explicit_skips_function_argument): Extract the underlying
3898 type of size_t instead of hardcoding it.
3899
bd69330d
PA
39002017-11-29 Pedro Alves <palves@redhat.com>
3901
3902 PR c++/19436
3903 * gdb.linespec/cpls-abi-tag.cc: New file.
3904 * gdb.linespec/cpls-abi-tag.exp: New file.
3905
a20714ff
PA
39062017-11-29 Pedro Alves <palves@redhat.com>
3907
3908 * gdb.base/langs.exp: Use -qualified.
3909 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3910 it.
3911 * gdb.cp/namespace.exp: Use -qualified.
3912 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3913 (overload-3, template-overload, template-ret-type, const-overload)
3914 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3915 procedures.
3916 (test_driver): Call them.
3917 * gdb.cp/save-bp-qualified.cc: New.
3918 * gdb.cp/save-bp-qualified.exp: New.
3919 * gdb.linespec/explicit.exp: Test -qualified.
3920 * lib/completion-support.exp (completion::explicit_opts_list): Add
3921 "-qualified".
3922 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3923
f6f1d339
PM
39242017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3925
3926 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3927
02ca603a
TT
39282017-11-29 Tom Tromey <tom@tromey.com>
3929
3930 * gdb.base/relocate.exp: Update invalid argument test.
3931 Add new tests for invalid arguments.
3932
ed6c0bfb
TP
39332017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3934
3935 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3936 Return 0 as a long.
3937 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3938
f106e10e
TP
39392017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3940
3941 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3942 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3943 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3944 func ().
3945 * gdb.cp/shadow.cc (B.func): Return 0.
3946
10329bb2
JB
39472017-11-27 Joel Brobecker <brobecker@adacore.com>
3948
3949 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3950 expected output in gdb_expect call to allow the exception
3951 message to be present as well. Fix syntax confusion to avoid
3952 TCL thinking that exception_name is an array.
3953
617cd4bc
UW
39542017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
3955
3956 * gdb.arch/spu-info.c: Include <unistd.h>.
3957 (do_signal_test): Fix broken calls to write.
3958 * gdb.arch/spu-info.exp: Use prepare_for_testing.
3959 Fix checks for empty mailboxes. Update signal tests for corrected
3960 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
3961 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3962 * gdb.cell/arch.exp: Use standard_output_file.
3963 * gdb.cell/break.exp: Likewise.
3964 * gdb.cell/bt.exp: Likewise.
3965 * gdb.cell/core.exp: Likewise.
3966 * gdb.cell/dwarfaddr.exp: Likewise.
3967 * gdb.cell/ea-cache.exp: Likewise.
3968 * gdb.cell/ea-standalone.exp: Likewise.
3969 * gdb.cell/f-regs.exp: Likewise.
3970 * gdb.cell/fork.exp: Likewise.
3971 * gdb.cell/gcore.exp: Likewise.
3972 * gdb.cell/mem-access.exp: Likewise.
3973 * gdb.cell/ptype.exp: Likewise.
3974 * gdb.cell/registers.exp: Likewise.
3975 * gdb.cell/sizeof.exp: Likewise.
3976 * gdb.cell/solib-symbol.exp: Likewise.
3977 * gdb.cell/solib.exp: Likewise.
617cd4bc 3978
a81aaca0
PA
39792017-11-25 Pedro Alves <palves@redhat.com>
3980
3981 * gdb.base/complete-empty.exp: New file.
3982 * gdb.base/completion.exp: Adjust.
3983
6a3c6ee4
PA
39842017-11-25 Pedro Alves <palves@redhat.com>
3985
3986 * gdb.linespec/cpls-ops.cc: New file.
3987 * gdb.linespec/cpls-ops.exp: New file.
3988 * lib/completion-support.exp (test_complete_prefix_range_re): New,
3989 factored out from ...
3990 (test_complete_prefix_range): ... this.
3991
8955eb2d
PA
39922017-11-24 Pedro Alves <palves@redhat.com>
3993
3994 * gdb.linespec/cpcompletion.exp: New file.
3995 * gdb.linespec/cpls-hyphen.cc: New file.
3996 * gdb.linespec/cpls.cc: New file.
3997 * gdb.linespec/cpls2.cc: New file.
3998 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
3999 test to use test_gdb_complete_unique. Add label completion,
4000 keyword completion and explicit location completion tests.
4001 * lib/completion-support.exp: New file.
4002
e547c119
JB
40032017-11-24 Joel Brobecker <brobecker@adacore.com>
4004
4005 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4006 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4007 when hitting an exception catchpoint.
4008
7c3c1aa8
YQ
40092017-11-22 Yao Qi <yao.qi@linaro.org>
4010
4011 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4012
41bd68f5
SM
40132017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4014
4015 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4016 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4017 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4018
1daad298
YQ
40192017-11-22 Yao Qi <yao.qi@linaro.org>
4020
4021 * gdb.base/info-os.exp: Pass pthreads.
4022 * gdb.multi/multi-attach.exp: Likewise.
4023
88465e87
YQ
40242017-11-22 Yao Qi <yao.qi@linaro.org>
4025
4026 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4027 compiler.
4028
dc196b23
YQ
40292017-11-22 Yao Qi <yao.qi@linaro.org>
4030
4031 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4032 * gdb.base/break-interp.exp: Likewise.
4033 * gdb.base/jit-attach-pie.exp: Likewise.
4034
2400729e
UW
40352017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4036
4037 * gdb.base/float128.c (large128): New variable.
4038 * gdb.base/float128.exp: Add test to print largest __float128 value.
4039
7a26362d
UW
40402017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4041
4042 * gdb.arch/vsx-regs.exp: Update register content checks.
4043
ed0f4273
UW
40442017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4045
4046 * gdb.arch/ppc-longdouble.exp: New file.
4047 * gdb.arch/ppc-longdouble.c: Likewise.
4048
a25d69c6
PA
40492017-11-21 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4052
73fcf641
PA
40532017-11-20 Pedro Alves <palves@redhat.com>
4054
4055 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4056 (long_double_typedef): New typedefs.
4057 Use DEF on double and long double.
4058 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4059 cases.
4060 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4061 and 'long_double_ptr_same_size' locals. Use them to decide
4062 whether cast from array/function to float is valid/invalid.
4063
71a3c369
TT
40642017-11-17 Tom Tromey <tom@tromey.com>
4065
4066 * gdb.rust/traits.rs: New file.
4067 * gdb.rust/traits.exp: New file.
4068
ced9779b
JB
40692017-11-17 Joel Brobecker <brobecker@adacore.com>
4070
4071 * gdb.ada/minsyms: New testcase.
4072
a0922d80
PA
40732017-11-16 Pedro Alves <palves@redhat.com>
4074
4075 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4076 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4077
ea04e54c
PA
40782017-11-16 Pedro Alves <palves@redhat.com>
4079
4080 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4081 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4082
e849ea89
PA
40832017-11-16 Pedro Alves <palves@redhat.com>
4084
4085 * gdb.server/reconnect-ctrl-c.c: New file.
4086 * gdb.server/reconnect-ctrl-c.exp: New file.
4087
d8ae99a7
PM
40882017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4089
4090 * gdb.python/py-rbreak.exp: New file.
4091 * gdb.python/py-rbreak.c: New file.
4092 * gdb.python/py-rbreak-func2.c: New file.
4093
968a13f8
PA
40942017-11-16 Pedro Alves <palves@redhat.com>
4095
4096 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4097 pattern.
4098 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4099 GDB.
4100
71774bc9
SM
41012017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4102
4103 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4104 regex.
4105
ddbb44cf
SM
41062017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4107
4108 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4109 test names.
4110
584a564f
PA
41112017-11-09 Pedro Alves <palves@redhat.com>
4112
4113 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4114 factored out from ...
4115 (top level): ... here, and adjusted to avoid expecting beyond the
4116 prompt in a single gdb_test_multiple.
4117
5ed7a928
PA
41182017-11-09 Pedro Alves <palves@redhat.com>
4119
4120 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4121 output.
4122 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4123 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4124 * gdb.server/ext-run.exp ("kill" test): Likewise.
4125 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4126
a60e0738
PA
41272017-11-09 Pedro Alves <palves@redhat.com>
4128
4129 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4130 match till end of line.
4131
2c88253f
PA
41322017-11-09 Pedro Alves <palves@redhat.com>
4133
4134 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4135
c7a38517
PA
41362017-11-09 Pedro Alves <palves@redhat.com>
4137
4138 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4139 New procedures, factored out from ...
4140 (top level): ... here, and adjusted to avoid expecting beyond the
4141 prompt in one go.
4142
f29f4b6b
PA
41432017-11-09 Pedro Alves <palves@redhat.com>
4144
4145 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4146 output. Fix '?' match.
4147
286acbb5
JB
41482017-11-08 Joel Brobecker <brobecker@adacore.com>
4149
4150 * gdb.ada/scoped_watch: New testcase.
4151 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4152 which is actually correct.
4153 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4154 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4155
62d7ae92
PA
41562017-11-08 Pedro Alves <palves@redhat.com>
4157
4158 * gdb.gdb/complaints.exp (test_initial_complaints)
4159 (test_serial_complaints, test_short_complaints): Call
4160 complaint_internal instead of complaint.
4161
280ca31f
DT
41622017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4163
4164 * gdb.threads/tls-core.c: New file.
4165 * gdb.threads/tls-core.exp: Likewise.
4166
b5ec771e
PA
41672017-11-08 Pedro Alves <palves@redhat.com>
4168
4169 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4170 (p Exported_Capitalized): New test.
4171 (p exported_capitalized): New test.
4172
a02b41a7
PA
41732017-11-07 Pedro Alves <palves@redhat.com>
4174
4175 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4176
95e95a6d
PA
41772017-11-07 Pedro Alves <palves@redhat.com>
4178
4179 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4180 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4181 (disable_invalid, disable_inverted, disable_negative): New
4182 procedures.
4183 ("bad numbers"): New set of tests.
4184
cee62dbd
PA
41852017-11-07 Pedro Alves <palves@redhat.com>
4186
4187 * gdb.cp/ena-dis-br-range.exp: Add tests.
4188
cc638e86
PA
41892017-11-07 Pedro Alves <palves@redhat.com>
4190
4191 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4192
d0fe4701
XR
41932017-11-07 Xavier Roirand <roirand@adacore.com>
4194 Pedro Alves <palves@redhat.com>
4195
4196 * gdb.base/ena-dis-br.exp: Add reference to
4197 gdb.cp/ena-dis-br-range.exp.
4198 * gdb.cp/ena-dis-br-range.exp: New file.
4199 * gdb.cp/ena-dis-br-range.cc: New file.
4200
46f67f80
PA
42012017-11-06 Pedro Alves <palves@redhat.com>
4202
4203 * gdb.base/attach-non-pgrp-leader.c: New.
4204 * gdb.base/attach-non-pgrp-leader.exp: New.
4205
726e1356
PA
42062017-11-06 Pedro Alves <palves@redhat.com>
4207
4208 * configure.ac: No longer check for termio.h and sgtty.h.
4209 * configure: Regenerate.
4210 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4211 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4212 Remove termio and sgtty code.
4213
50ab6ace
YQ
42142017-11-03 Yao Qi <yao.qi@linaro.org>
4215
4216 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4217 in GDB is disabled.
4218
8e68731c
YQ
42192017-11-03 Yao Qi <yao.qi@linaro.org>
4220
4221 * gdb.python/py-thrhandle.exp: Skip it if python is not
4222 enabled.
4223
3a87ae65
SM
42242017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4225
4226 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4227 as a breakpoint command.
4228
484d8d36
MD
42292017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4230
4231 PR python/21213
4232 * gdb.python/py-infthread.exp: Test calling
4233 InferiorThread.inferior () multiple times in a row.
4234
4a27f119
KS
42352017-10-27 Keith Seitz <keiths@redhat.com>
4236
4237 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4238 Test "info break" for every inlined function breakpoint.
4239
bb11dd58
YQ
42402017-10-27 Yao Qi <yao.qi@linaro.org>
4241
4242 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4243
a43f3893
PF
42442017-10-26 Patrick Frants <osscontribute@gmail.com>
4245
4246 * gdb.cp/classes.exp (test_static_members): Test printing
4247 Outer::instance.
4248 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4249 (Inner::instance, Outer::instance): New.
4250
792ccf00
PA
42512017-10-24 Pedro Alves <palves@redhat.com>
4252
4253 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4254 extra console" test in two stages.
4255
eb2bfbad
PA
42562017-10-24 Pedro Alves <palves@redhat.com>
4257
4258 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4259
1f75a651
PA
42602017-10-24 Pedro Alves <palves@redhat.com>
4261
4262 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4263 loop.
4264
779990d9
PA
42652017-10-24 Pedro Alves <palves@redhat.com>
4266
4267 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4268 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4269
ad9b8f5d
PA
42702017-10-24 Pedro Alves <palves@redhat.com>
4271
4272 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4273 parameter and handle it. Don't output read value in test name.
4274
fee6da6e
PA
42752017-10-24 Pedro Alves <palves@redhat.com>
4276
4277 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4278 custom test name.
4279
10389c2c
PA
42802017-10-24 Pedro Alves <palves@redhat.com>
4281
4282 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4283 include the unstable output directory name in the test's name.
4284 (initial_setup_simple) <'set args'>: Use custom test name.
4285
a80e65a9
PA
42862017-10-24 Pedro Alves <palves@redhat.com>
4287
4288 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4289 with explicit test name.
4290
15763a09
PA
42912017-10-20 Pedro Alves <palves@redhat.com>
4292
4293 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4294 'wait -i'. Use gdb_assert and remote_close.
4295
49a4ce2e
AB
42962017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4297
4298 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4299 number from variable rather than hard-coded.
4300
a75868f5
PA
43012017-10-19 Pedro Alves <palves@redhat.com>
4302
4303 * gdb.base/long-inferior-output.c: New file.
4304 * gdb.base/long-inferior-output.exp: New file.
4305
c8ba13ad
KS
43062017-11-18 Keith Seitz <keiths@redhat.com>
4307
4308 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4309 method.
4310 (main): Call it.
4311 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4312 Add additional user-defined conversion operator tests.
4313
b27de576
PA
43142017-10-17 Pedro Alves <palves@redhat.com>
4315
4316 * boards/native-stdio-gdbserver.exp: Load "local-board".
4317
8484c955
PA
43182017-10-17 Pedro Alves <palves@redhat.com>
4319
4320 * gdb.base/quit-live.c: New file.
4321 * gdb.base/quit-live.exp: New file.
4322
83d5a34d
KS
43232017-10-16 Keith Seitz <keiths@redhat.com>
4324
4325 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4326 (class_with_protected_typedef, class_with_private_typedef)
4327 (struct_with_public_typedef, struct_with_protected_typedef)
4328 (struct_with_private_typedef): New classes/structs.
4329 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4330 typedefs and access specifiers.
4331
739b3f1d
PA
43322017-10-16 Pedro Alves <palves@redhat.com>
4333 Simon Marchi <simon.marchi@polymtl.ca>
4334
4335 * README (Local vs Remote vs Native): New section.
4336 * boards/local-board.exp: New file, with bits factored out from
4337 ...
4338 * boards/native-extended-gdbserver.exp: ... here. Load
4339 "local-board".
4340 * boards/native-gdbserver.exp: Load "local-board".
4341 (${board}_spawn, ${board}_exec): Delete.
4342 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4343 ...
4344 * boards/stdio-gdbserver-base.exp: ... this new file.
4345 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4346 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4347 procedure.
4348 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4349 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4350 stdio_gdbserver_command.
4351 (${board}_get_remote_address, ${board}_get_comm_port)
4352 (${board}_download, ${board}_upload): Delete.
4353 (get_target_remote_pipe_cmd): New.
4354
fe68b953
SM
43552017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4356
4357 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4358 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4359 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4360 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4361 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4362 remove with_test_prefix.
4363
300b6685
PA
43642017-10-13 Pedro Alves <palves@redhat.com>
4365
4366 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4367 * gdb.base/annota1.exp: Use it instead of is_remote.
4368 * gdb.base/annota3.exp: Use it instead of is_remote.
4369 * gdb.cp/annota2.exp: Use it instead of is_remote.
4370 * gdb.cp/annota3.exp: Use it instead of is_remote.
4371 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4372
50500caf
PA
43732017-10-13 Pedro Alves <palves@redhat.com>
4374
4375 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4376 (test_num_test_vars, run_and_count_vars, find_env)
4377 (test_set_unset_env, test_inherit_env_var): New procedures.
4378 (top level): Use them.
4379
dad0c6d2
PA
43802017-10-13 Pedro Alves <palves@redhat.com>
4381
4382 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4383 also skip on stub-like targets.
4384
8b0553c1
PA
43852017-10-13 Pedro Alves <palves@redhat.com>
4386
4387 PR gdb/22293
4388 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4389 (top level): Move some tests to ...
4390 (test_not_found): ... this new procedure.
4391 (top level): Call it.
4392
7594f623
PA
43932017-10-13 Pedro Alves <palves@redhat.com>
4394
4395 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4396 expect different "info terminal" output if testing with a
4397 non-native target.
4398
ebe3b402
PA
43992017-10-13 Pedro Alves <palves@redhat.com>
4400 Simon Marchi <simon.marchi@polymtl.ca>
4401
4402 PR python/12966
4403 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4404
42f1b161
PA
44052017-10-13 Pedro Alves <palves@redhat.com>
4406
4407 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4408 already.
4409
8d6ef72b
PA
44102017-10-13 Pedro Alves <palves@redhat.com>
4411
4412 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4413 is_remote.
4414
d7bcd5b8
PA
44152017-10-13 Pedro Alves <palves@redhat.com>
4416
4417 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4418 is_remote.
4419
df479dc6
PA
44202017-10-13 Pedro Alves <palves@redhat.com>
4421
4422 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4423 is set.
4424 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4425 instead of is_remote.
4426
23fb630a
PA
44272017-10-13 Pedro Alves <palves@redhat.com>
4428
4429 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4430 (top level): Add comment.
4431
cc77b1dc
PA
44322017-10-13 Pedro Alves <palves@redhat.com>
4433
4434 * gdb.base/remote.exp (top level): Fix comment typo and add
4435 missing return.
4436
27c9e813
PA
44372017-10-13 Pedro Alves <palves@redhat.com>
4438 Simon Marchi <simon.marchi@polymtl.ca>
4439
4440 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4441 calls and add comments. Skip test if use_gdb_stub is set.
4442 (top level): Use "set cwd" command instead of "cd" command.
4443
5e830d98
PA
44442017-10-13 Pedro Alves <palves@redhat.com>
4445
4446 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4447 is_remote target check.
4448
f5ca0032
PA
44492017-10-13 Pedro Alves <palves@redhat.com>
4450
4451 * gdb.base/scope.exp: Use build_executable + clean_restart +
4452 gdb_file_cmd instead of prepare_for_testing and no longer skip
4453 "before run" tests on is_remote target boards. Update comments.
4454 * boards/native-extended-gdbserver.exp
4455 (extended_gdbserver_load_last_file): New, factored out from ...
4456 (gdb_load): ... this. Move further below and add comment.
4457 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4458
8aed1c0d
PA
44592017-10-12 Pedro Alves <palves@redhat.com>
4460
4461 * gdb.base/attach.exp: Remove references to gdb64.
4462 * gdb.base/dbx.exp: Remove references to gdb64.
4463
cfa34c87
SM
44642017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4465 Pedro Alves <palves@redhat.com>
4466
4467 * gdb.base/label.exp: Remove is_remote target check.
4468
9192b7de
PA
44692017-10-12 Pedro Alves <palves@redhat.com>
4470
4471 * gdb.base/auvx.exp (coredir): Update comment.
4472 (top level) <core_works>: Use "set cwd" command instead of "cd"
4473 command.
4474
6bf0052d
PA
44752017-10-12 Pedro Alves <palves@redhat.com>
4476 Simon Marchi <simon.marchi@polymtl.ca>
4477
4478 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4479 target boards.
4480
e48ef82d
PA
44812017-10-12 Pedro Alves <palves@redhat.com>
4482 Simon Marchi <simon.marchi@polymtl.ca>
4483
4484 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4485 Instead skip if there's any gdb_protocol set.
4486
8d7aea57
SM
44872017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4488 Pedro Alves <palves@redhat.com>
4489
4490 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4491
30440677
PA
44922017-10-12 Pedro Alves <palves@redhat.com>
4493 Simon Marchi <simon.marchi@polymtl.ca>
4494
4495 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4496 instead of on dejagnu remote boards.
4497
4e04f045 44982017-10-12 Pedro Alves <palves@redhat.com>
175654b9 4499 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
4500
4501 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4502 checks. Use build_executable + clean_restart instead of
4503 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4504 of enabling non-stop after starting gdb.
4505
871a186e
PA
45062017-10-12 Pedro Alves <palves@redhat.com>
4507
4508 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4509 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4510 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4511 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4512
56d704da
AK
45132017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4514
4515 * gdb.arch/arc-tdesc-cpu.exp: New file.
4516 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4517
2f20e312
SM
45182017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4519
4520 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4521
65630365
PA
45222017-10-10 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4525 expect CLI output.
4526
bf469271
PA
45272017-10-10 Pedro Alves <palves@redhat.com>
4528
4529 * lib/selftest-support.exp (selftest_setup): Update for
4530 captured_command_loop's prototype change.
4531
777a42f1
PA
45322017-10-09 Pedro Alves <palves@redhat.com>
4533
4534 Test both arch1=>arch2 and arch2=>arch1.
4535
4536 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4537 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4538 factored out to...
4539 (append_arch1_options, append_arch2_options, append_arch_options)
4540 (build_executables): New procedures.
4541 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4542 local.
4543 (top level): Add new 'first_arch' testing axis.
4544
cbd2b4e3
PA
45452017-10-09 Pedro Alves <palves@redhat.com>
4546
4547 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4548 (barrier): New.
4549 (thread_start, all_started): New functions.
4550 (main): Spawn new thread and wait until it is scheduled.
4551 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4552 option.
4553 (do_test): Add 'selected_thread' parameter. Run to all_started
4554 instead of main. Explicitly set the breakpoint at main. Switch
4555 to the SELECTED_THREAD thread.
4556 (top level): Test handling the exec event with either the main
4557 thread or the second thread selected.
4558
5c9e4427
PA
45592017-10-09 Pedro Alves <palves@redhat.com>
4560
4561 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4562 logic. Move STOP marker after the value checks.
4563 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4564 regexp.
4565
b3b7c423
SL
45662017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4567
4568 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4569
3b4b2f16
UW
45702017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4571
4572 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4573 integer-to-dfp conversion.
4574 * gdb.base/dfp-test.exp: Likewise.
4575
5cd63fda
PA
45762017-10-04 Pedro Alves <palves@redhat.com>
4577
4578 * gdb.multi/hangout.c: Include <unistd.h>.
4579 (hangout_loop): New function.
4580 (main): Call alarm. Call hangout_loop in a loop.
4581 * gdb.multi/hello.c: Include <unistd.h>.
4582 (hello_loop): New function.
4583 (main): Call alarm. Call hangout_loop in a loop.
4584 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4585 inferior with the other selected.
4586
4c71c105
SM
45872017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4588
4589 * gdb.mi/list-thread-groups-available.exp: New file.
4590 * gdb.mi/list-thread-groups-available.c: New file.
4591
bc3b087d
SDJ
45922017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4593
4594 * gdb.base/set-cwd.exp: Make it available on
4595 native-extended-gdbserver.
4596
d092c5a2
SDJ
45972017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4598
4599 * gdb.base/set-cwd.c: New file.
4600 * gdb.base/set-cwd.exp: Likewise.
4601
45320ffa
TT
46022017-10-02 Tom Tromey <tom@tromey.com>
4603
4604 PR rust/22236:
4605 * gdb.rust/simple.rs (main): New variable "fslice".
4606 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4607
b3e3859b
TT
46082017-10-02 Tom Tromey <tom@tromey.com>
4609
4610 * gdb.rust/simple.exp: Test ptype of a slice.
4611
01af5e0d
TT
46122017-10-02 Tom Tromey <tom@tromey.com>
4613
4614 * gdb.rust/simple.exp: Test index of slice.
4615
a9bbfbd8
TT
46162017-09-27 Tom Tromey <tom@tromey.com>
4617
4618 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4619
df8899e5
TP
46202017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4621 Pedro Alves <palves@redhat.com>
4622
4623 * gdb.base/compare-sections.exp (get value of read-only section): Read
4624 as unsigned value.
4625 (corrupt read-only section): Likewise and don't set written if patching
4626 failed.
4627
757bf54b
KB
46282017-09-21 Kevin Buettner <kevinb@redhat.com>
4629
4630 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4631 files.
4632
06871ae8
PA
46332017-09-20 Pedro Alves <palves@redhat.com>
4634
4635 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4636 symbol names in gdb's output.
4637 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4638
e5f25bc5
PA
46392017-09-20 Pedro Alves <palves@redhat.com>
4640
4641 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4642 Rename to ...
4643 (test_list_ambiguous_symbol): ... this and add a symbol name
4644 parameter. Adjust.
4645 (test_list_ambiguous_function): Reimplement on top of
4646 test_list_ambiguous_symbol and also test listing ambiguous
4647 variables.
4648 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4649 (ambiguous_fun): ... this.
4650 (ambiguous_var): New.
4651 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4652 (ambiguous_fun): ... this.
4653 (ambiguous_var): New.
4654
4e5a4f58
JB
46552017-09-19 John Baldwin <jhb@FreeBSD.org>
4656
4657 * gdb.base/starti.c: New file.
4658 * gdb.base/starti.exp: New file.
4659 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4660
26e53f3e
PA
46612017-09-14 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4664 (top level): Use it instead of runto.
4665
cb791d59
TT
46662017-09-11 Tom Tromey <tom@tromey.com>
4667
4668 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4669
7c96f8c1
TT
46702017-09-11 Tom Tromey <tom@tromey.com>
4671
4672 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4673 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4674
469412dd
CW
46752017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4676
4677 * gdb.fortran/printing-types.exp: New file.
4678 * gdb.fortran/printing-types.exp: New file.
4679
e0f86435
BH
46802017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4681
4682 * gdb.fortran/vla-ptype.exp: Fix typos.
4683 * gdb.fortran/vla-value.exp: Same.
4684
9e9af4be
BH
46852017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4686
4687 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4688 * gdb.mi/mi-var-child-f.exp: Likewise.
4689 * gdb.mi/mi-vla-fortran.exp: Likewise.
4690
a5ad232b 46912017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
4692 Christoph Weinmann <christoph.t.weinmann@intel.com>
4693 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
4694
4695 * gdb.fortran/ptr-indentation.f90: New file.
4696 * gdb.fortran/ptr-indentation.exp: New file.
4697
5aec60eb
TT
46982017-09-05 Tom Tromey <tom@tromey.com>
4699
4700 PR gdb/22010:
4701 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4702
8f8f8152
TP
47032017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4704
4705 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4706
fbd1b771
JK
47072017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4708
4709 * gdb.threads/tls-nodebug-pie.c: New file.
4710 * gdb.threads/tls-nodebug-pie.exp: New file.
4711
5eb5f850
TT
47122017-09-05 Tom Tromey <tom@tromey.com>
4713
4714 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4715 for rust.
4716
ae780a21
SM
47172017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4718
4719 * gdb.multi/multi-arch-exec.exp: Test with different
4720 "follow-exec-mode" settings.
4721 (do_test): New procedure.
4722
3693fdb3
PA
47232017-09-04 Pedro Alves <palves@redhat.com>
4724
4725 * gdb.base/func-static.c (S::method const, S::method volatile)
4726 (S::method volatile const): New methods.
4727 (c_s, v_s, cv_s): New instances.
4728 (main): Call method() on them.
4729 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4730 (cannot_resolve): New procedure.
4731 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4732 print-quote-unquoted columns.
4733 (do_test): Test printing each scope too.
4734
e68cb8e0
PA
47352017-09-04 Pedro Alves <palves@redhat.com>
4736
4737 * gdb.base/local-static.exp: Also test with
4738 class::method::variable wholly quoted.
4739 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4740
858be34c
PA
47412017-09-04 Pedro Alves <palves@redhat.com>
4742
4743 * gdb.base/local-static.c: New.
4744 * gdb.base/local-static.cc: New.
4745 * gdb.base/local-static.exp: New.
4746
46a4882b
PA
47472017-09-04 Pedro Alves <palves@redhat.com>
4748
4749 * gdb.asm/asm-source.exp: Add casts to int.
4750 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4751 (dataglobal64_1, dataglobal64_2): New globals.
4752 * gdb.base/nodebug.exp: Test different expressions involving the
4753 new globals, with print, whatis and ptype. Add casts to int.
4754 * gdb.base/solib-display.exp: Add casts to int.
4755 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4756 * gdb.cp/m-static.exp: Add cast to int.
4757 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4758 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4759 tls variable with no debug info without a cast. Test with a cast
4760 to int too.
4761 * gdb.trace/entry-values.exp: Add casts.
4762
2c5a2be1
PA
47632017-09-04 Pedro Alves <palves@redhat.com>
4764
4765 * gdb.base/nodebug.exp: Test that ptype's error about functions
4766 with unknown return type includes the function name too.
4767
7022349d
PA
47682017-09-04 Pedro Alves <palves@redhat.com>
4769
4770 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4771 return type of munmap in infcall.
4772 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4773 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4774 type of ftell in infcall.
4775 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4776 type of getpid in infcall.
4777 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4778 infcall.
4779 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4780 Bail on failure to extract the pid.
4781 * gdb.base/nodebug.c: #include <stdint.h>.
4782 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4783 New functions.
4784 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4785 Change expected output of print/whatis/ptype with functions with
4786 no debug info. Test all supported languages. Call
4787 test_call_promotion.
4788 * gdb.compile/compile.exp: Adjust expected output to expect
4789 warning.
4790 * gdb.threads/siginfo-threads.exp: Likewise.
4791
54990598
PA
47922017-09-04 Pedro Alves <palves@redhat.com>
4793
4794 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4795 "prototypes". Test calling float functions via prototyped and
4796 unprototyped function pointers.
4797 (perform_all_tests): New parameter "prototypes". Pass it down.
4798 (top level): Pass down "prototypes" parameter to
4799 perform_all_tests.
4800
34d16ea2
SM
48012017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4802
4803 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4804 Test with nested loops.
4805
9521ecda
SM
48062017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4807
4808 * gdb.base/commands.exp: Call the new procedures.
4809 (loop_break_test, loop_continue_test): New procedures.
4810
80a65e9b
SM
48112017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4812
4813 * gdb.base/commands.exp: Call new procedure.
4814 (define_if_without_arg_test): New procedure.
4815
e439fa14
PA
48162017-09-04 Pedro Alves <palves@redhat.com>
4817
4818 * gdb.base/list-ambiguous.exp: New file.
4819 * gdb.base/list-ambiguous0.c: New file.
4820 * gdb.base/list-ambiguous1.c: New file.
4821 * gdb.base/list.exp (test_list_range): Adjust expected output.
4822
0a2dde4a
SDJ
48232017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4824
4825 * gdb.base/share-env-with-gdbserver.c: New file.
4826 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4827
5e89eb3a
SM
48282017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4829
4830 * gdb.base/commands.exp (gdbvar_simple_if_test,
4831 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4832 progvar_simple_if_test, progvar_simple_while_test,
4833 progvar_complex_if_while_test, user_defined_command_test,
4834 user_defined_command_args_eval,
4835 user_defined_command_args_stack_test,
4836 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4837 temporary_breakpoint_commands,
4838 gdb_test_no_prompt, redefine_hook_test,
4839 redefine_backtrace_test): Remove "global gdb_prompt".
4840
fd437cbc
SM
48412017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4842
4843 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4844 New proc, call it from toplevel.
4845
87215ad1
SDJ
48462017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4847
4848 PR remote/21852
4849 * gdb.server/normal.c: New file, copied from gdb.base.
4850 * gdb.server/run-without-local-binary.exp: New file.
4851
58afddc6
WP
48522017-08-07 Weimin Pan <weimin.pan@oracle.com>
4853
4854 * gdb.arch/sparc64-adi.exp: New file.
4855 * gdb.arch/sparc64-adi.c: New file.
4856
5277199a
PA
48572017-08-22 Pedro Alves <palves@redhat.com>
4858
4859 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4860 (top level): Add "list all overloads" tests.
4861
14278e1f
TT
48622017-08-22 Tom Tromey <tom@tromey.com>
4863
4864 * gdb.gdb/xfullpath.exp: Remove.
4865
bf223d3e
PA
48662017-08-21 Pedro Alves <palves@redhat.com>
4867
4868 PR gdb/19487
4869 * gdb.base/symbol-alias.c: New.
4870 * gdb.base/symbol-alias2.c: New.
4871 * gdb.base/symbol-alias.exp: New.
4872
c973d0aa
PA
48732017-08-21 Pedro Alves <palves@redhat.com>
4874
4875 * gdb.base/dfp-test.c
4876 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4877 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4878 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4879 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4880 * gdb.base/whatis-ptype-typedefs.c: New.
4881 * gdb.base/whatis-ptype-typedefs.exp: New.
4882 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4883 (an_int, an_int_type, an_int_type2): New globals.
4884 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4885 involving typedefs and cast expressions.
4886 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4887 (lookup_typedefs_function): New.
4888 (typedefs_pretty_printers_dict): New.
4889 (top level): Register lookup_typedefs_function in
4890 gdb.pretty_printers.
4891
6d580b63
YQ
48922017-08-18 Yao Qi <yao.qi@linaro.org>
4893
4894 * gdb.server/unittest.exp: New.
4895
206726fb
SDJ
48962017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4897
4898 PR gdb/21954
4899 * gdb.base/environ.exp: Add test to check if 'unset environment'
4900 works.
4901
bf0ec4c2
AA
49022017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4903
4904 * lib/gdb.exp (universal_compile_options): New caching proc.
4905 (gdb_compile): Suppress GCC's coloring of messages.
4906
d6382fff
TT
49072017-08-14 Tom Tromey <tom@tromey.com>
4908
4909 PR gdb/21675:
4910 * gdb.base/printcmds.exp (test_radices): New function.
4911 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4912 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4913 * lib/gdb.exp (get_integer_valueof): Use p/d.
4914
c2c2dd9f
SM
49152017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4916
4917 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4918 characters.
4919
fdffd6f4
TT
49202017-08-05 Tom Tromey <tom@tromey.com>
4921
4922 * gdb.rust/simple.exp: Allow String to appear in a different
4923 namespace.
4924
27d41eac
YQ
49252017-07-26 Yao Qi <yao.qi@linaro.org>
4926
4927 * gdb.gdb/unittest.exp: Invoke command
4928 "maintenance check xml-descriptions".
4929
031ed05d
AA
49302017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4931
4932 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4933 calling context.
4934 (hex128): Drop erroneous calculation of parameters.
4935
dcd27ddf
SM
49362017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4937
4938 * gdb.python/py-unwind.exp: Disable stack protection when
4939 building test file.
4940
47e77640
PA
49412017-07-20 Pedro Alves <palves@redhat.com>
4942
4943 * gdb.base/default.exp (set language): Adjust expected output.
4944
62d2a18a
PA
49452017-07-20 Pedro Alves <palves@redhat.com>
4946
4947 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4948 (test_minsym): ... this, and make static.
4949 (get_pck__foo__bar__minsym): Rename to ...
4950 (get_test_minsym): ... this.
4951 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
4952 symbol names and comments.
4953 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4954 (get_test_minsym): ... this.
4955 (pck__foo__bar__minsym__2): Rename to ...
4956 (test_minsym): ... this.
4957 (main): Adjust.
4958
c45ec17c
PA
49592017-07-17 Pedro Alves <palves@redhat.com>
4960
4961 * gdb.base/completion.exp: Adjust expected output.
4962 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4963 the completer works.
4964
c6756f62
PA
49652017-07-17 Pedro Alves <palves@redhat.com>
4966
4967 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4968
5bd68487
AB
49692017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
4970
4971 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4972
8880f2a9
TT
49732017-07-14 Tom Tromey <tom@tromey.com>
4974
4975 PR rust/21764:
4976 * gdb.rust/simple.exp: Add tests.
4977
65547233
TT
49782017-07-14 Tom Tromey <tom@tromey.com>
4979
4980 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4981
8f14146e
PA
49822017-07-14 Pedro Alves <palves@redhat.com>
4983
4984 * gdb.linespec/base/one/thefile.cc (z1): New function.
4985 * gdb.linespec/base/two/thefile.cc (z2): New function.
4986 * gdb.linespec/linespec.exp: Add tests.
4987
b4365d02
AB
49882017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4989
4990 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4991 to mi_create_breakpoint.
4992
5d2cbaa5
AB
49932017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
4994
4995 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4996 mi_create_breakpoint.
4997
11cb5716
IB
49982017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
4999
5000 * gdb.dlang/demangle.exp: Update for demangling changes.
5001
03278692
TT
50022017-07-09 Tom Tromey <tom@tromey.com>
5003
5004 * gdb.dwarf2/shortpiece.exp: New file.
5005
33c5cd75
DB
50062017-07-06 David Blaikie <dblaikie@gmail.com>
5007
5008 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5009 built from fissiont-multi-cu{1,2}.c.
5010 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5011 except putting 'main' and 'func' in separate CUs in the same DWO file.
5012 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5013 test.
5014 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5015 test.
5016
8455d262
PA
50172017-07-06 Pedro Alves <palves@redhat.com>
5018
5019 * gdb.python/py-unwind.exp: Test flushregs.
5020
dc4bde35
SDJ
50212017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5022
5023 PR cli/21688
5024 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5025 tests for alias commands and trailing whitespace.
5026
51ed89aa
SDJ
50272017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5028
5029 PR cli/21688
5030 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5031 procedure. Call it.
5032
eb17d413
PA
50332017-06-29 Pedro Alves <palves@redhat.com>
5034
5035 * gdb.base/printcmds.exp: Add tests.
5036
41664b45
DG
50372017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5038
5039 PR gdb/21337
5040 * gdb.base/reread-readsym.exp: New file.
5041 * gdb.base/reread-readsym.c: New file.
5042
75312ae3
KB
50432017-06-21 Kevin Buettner <kevinb@redhat.com>
5044
5045 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5046 subpattern.
5047
66953522
PB
50482017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5049
5050 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5051 extended mnemonic.
5052 * gdb.arch/powerpc-power9.s: Likewise.
5053
5524b525
AA
50542017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5055
5056 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5057 on 32-bit x86 targets. Exploit is_*_target macros where
5058 appropriate.
5059
03c8af18
AA
50602017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5061
5062 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5063 register pieces.
5064
3bf31011
AA
50652017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5066
5067 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5068 located in one or more DWARF pieces.
5069
805acca0
AA
50702017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5071
5072 * lib/gdb.exp (get_endianness): New proc.
5073 * gdb.arch/aarch64-fp.exp: Use it.
5074 * gdb.arch/altivec-regs.exp: Likewise.
5075 * gdb.arch/e500-regs.exp: Likewise.
5076 * gdb.arch/vsx-regs.exp: Likewise.
5077 * gdb.base/dump.exp: Likewise.
5078 * gdb.base/funcargs.exp: Likewise.
5079 * gdb.base/gnu_vector.exp: Likewise.
5080 * gdb.dwarf2/formdata16.exp: Likewise.
5081 * gdb.dwarf2/implptrpiece.exp: Likewise.
5082 * gdb.dwarf2/nonvar-access.exp: Likewise.
5083 * gdb.python/py-inferior.exp: Likewise.
5084 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5085
e9352324
AA
50862017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5087
5088 PR gdb/21226
5089 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5090 stack value pieces are taken from the LSB end.
5091
d5d1163e
AA
50922017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5093
5094 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5095 variable at nonzero offset.
5096
0567c986
AA
50972017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5098
5099 * gdb.dwarf2/var-access.c: New file.
5100 * gdb.dwarf2/var-access.exp: New test.
5101 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5102
973e9aab
TT
51032017-06-12 Tom Tromey <tom@tromey.com>
5104
5105 * gdb.dwarf2/formdata16.exp: Add tests.
5106
d9109c80
TT
51072017-06-12 Tom Tromey <tom@tromey.com>
5108
5109 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5110
30a25466
TT
51112017-06-12 Tom Tromey <tom@tromey.com>
5112
5113 PR exp/16225:
5114 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5115 * gdb.arch/vsx-regs.exp: Update tests.
5116 * gdb.arch/s390-vregs.exp (hex128): New proc.
5117 Update test.
5118 * gdb.arch/altivec-regs.exp: Update tests.
5119
aefd8b33
SDJ
51202017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5121
5122 * gdb.base/startup-with-shell.c: New file.
5123 * gdb.base/startup-with-shell.exp: Likewise.
5124
2090129c
SDJ
51252017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5126
5127 * gdb.server/non-existing-program.exp: Update regex in order to
5128 reflect the fact that gdbserver is now using fork_inferior (with a
5129 shell) to startup the inferior.
5130
8e86a419
SM
51312017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5132
5133 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5134 support function calls from GDB.
5135
e6cf65f2
TT
51362017-05-21 Tom Tromey <tom@tromey.com>
5137
5138 PR rust/21466:
5139 * gdb.rust/unsized.exp: New file.
5140 * gdb.rust/unsized.rs: New file.
5141
43cc5389
TT
51422017-05-19 Tom Tromey <tom@tromey.com>
5143
5144 PR rust/21484:
5145 * gdb.rust/watch.exp: New file.
5146 * gdb.rust/watch.rs: New file.
5147
ec8df234
TT
51482017-05-18 Tom Tromey <tom@tromey.com>
5149
5150 * gdb.rust/simple.exp: Allow Box to be qualified.
5151
3e3e7fae
TP
51522017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5153
5154 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5155
59cc050d
PA
51562017-05-18 Pedro Alves <palves@redhat.com>
5157
5158 * gdb.base/fileio.c (test_write, test_read, test_close)
5159 (test_fstat): Don't print 'ret' in the fail path.
5160
c8f6abd1
PA
51612017-05-18 Pedro Alves <palves@redhat.com>
5162
5163 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5164 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5165 (test_system, test_rename, test_unlink, test_time): Change
5166 prototypes.
5167 * gdb.base/fileio.exp (stop_msg): Adjust.
5168
d2a03b77
PA
51692017-05-18 Pedro Alves <palves@redhat.com>
5170
5171 * gdb.base/fileio.c (null_str): New global.
5172 (test_stat): Use it.
5173 * gdb.base/fileio.exp: Remove nowarnings.
5174
0d5c6999
YQ
51752017-05-17 Yao Qi <yao.qi@linaro.org>
5176
5177 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5178
21873064
YQ
51792017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5180
5181 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5182 argument command.
5183 (top-level): Invoke test_set_inferior_tty.
5184
d512d31c
PA
51852017-05-04 Pedro Alves <palves@redhat.com>
5186
5187 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5188 Add parens to print call for Python 3.
5189
90cef2ed
KS
51902017-05-03 Keith Seitz <keiths@redhat.com>
5191
5192 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5193 (main): Call it.
5194
14f819c8
TW
51952017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5196
5197 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5198 to prev and next.
5199
913aeadd
TW
52002017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5201
5202 * gdb.python/py-record-btrace.exp: Remove test for
5203 gdb.BtraceInstruction.error.
5204
a3be24ad
TW
52052017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5206
5207 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5208
ae20e79a
TW
52092017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5210
5211 * gdb.python/py-record-btrace-threads.c: New file.
5212 * gdb.python/py-record-btrace-threads.exp: New file.
5213
45ce1b47
SDJ
52142017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5215
5216 PR testsuite/8595
5217 * gdb.base/environ.exp: Make test available in all architectures.
5218 Move bits related to "info program" testing to
5219 gdb.base/info-program.exp. Rewrite tests to use the two new
5220 procedures mentione below.
5221 (test_set_show_env_var) New procedure.
5222 (test_set_show_env_var_equal): Likewise.
5223 * gdb.base/info-program.exp: New file.
5224
e15c3eb4
KS
52252017-04-27 Keith Seitz <keiths@redhat.com>
5226
5227 * gdb.cp/oranking.cc (test15): New function.
5228 (main): Call test15 and declare additional variables for testing.
5229 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5230 "p foo101('abc')" tests.
5231 Add tests for cv qualifier overloads.
5232 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5233 "lvalue reference overload" test.
5234 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5235 "print value of f1 on Child&& in f2" test.
5236
3a3fd0fd
PA
52372017-04-19 Pedro Alves <palves@redhat.com>
5238
5239 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5240 procedure.
5241 (top level): Call it.
5242 * lib/gdb.exp (gdb_define_cmd): New procedure.
5243
53375380
PA
52442017-04-12 Pedro Alves <palves@redhat.com>
5245
5246 PR gdb/21323
5247 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5248 (wchar): New global.
5249 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5250 (do_test_wide_char, wide_char_types_no_program, top level): Add
5251 wchar_t testing.
5252
53e710ac
PA
52532017-04-12 Pedro Alves <palves@redhat.com>
5254
5255 PR c++/21323
5256 * gdb.cp/wide_char_types.c: New file.
5257 * gdb.cp/wide_char_types.exp: New file.
5258
0ad9d8c7
SDJ
52592017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5260
5261 PR gdb/21352
5262 * gdb.trace/tsv.exp: Add test for "tsave -r".
5263
b1b45502
IB
52642017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5265
5266 * gdb.dlang/watch-loc.c: New file.
5267 * gdb.dlang/watch-loc.exp: New file.
5268
ec13808e
JK
52692017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5270
5271 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5272
fe5f7374
AK
52732017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5274
5275 * gdb.arch/arc-analyze-prologue.S: New file.
5276 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5277
eea78757
AK
52782017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5279
5280 * gdb.arch/arc-decode-insn.S: New file.
5281 * gdb.arch/arc-decode-insn.exp: Likewise.
5282
5badf10a
IR
52832017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5284
5285 PR tdep/20928
5286 * gdb.arch/sparc64-regs.exp: New file.
5287 * gdb.arch/sparc64-regs.S: Likewise.
5288
cee59b3f
TW
52892017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5290
5291 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5292 and memory view on Python 3.
5293
c0f55cc6
AV
52942017-03-20 Artemiy Volkov <artemiyv@acm.org>
5295 Keith Seitz <keiths@redhat.com>
5296
5297 PR gdb/14441
5298 * gdb.cp/demangle.exp: Add rvalue reference tests.
5299 * gdb.cp/rvalue-ref-casts.cc: New file.
5300 * gdb.cp/rvalue-ref-casts.exp: New file.
5301 * gdb.cp/rvalue-ref-overload.cc: New file.
5302 * gdb.cp/rvalue-ref-overload.exp: New file.
5303 * gdb.cp/rvalue-ref-params.cc: New file.
5304 * gdb.cp/rvalue-ref-params.exp: New file.
5305 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5306 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5307 * gdb.cp/rvalue-ref-types.cc: New file.
5308 * gdb.cp/rvalue-ref-types.exp: New file.
5309 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5310 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5311
51457a05
MAL
53122017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5313
5314 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5315 New procedure.
5316
5b291c04
MAL
53172017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5318
5319 * lib/mi-support.exp (mi_gdb_test): Add additional message
5320 for unexpected output.
5321
59a56148
AA
53222017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5323
5324 * gdb.base/examine-backward.c (Barrier): New character array
5325 constant, to ensure that TestStrings is preceded by a string
5326 terminator.
5327
7942e96e
AA
53282017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5329
5330 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5331 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5332 and implicit pointer into such a location.
5333
6ebac3fb
DE
53342017-03-16 Doug Evans <dje@google.com>
5335
5336 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5337
ec3b243d
TP
53382017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5339
5340 * gdb.cp/m-static.exp: Fix expectation for prototype of
5341 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5342
53432017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5344
5345 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5346 * gdb.guile/scm-lazy-string.c: New file.
5347 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5348 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5349 for pointer, array, typedef lazy strings.
5350
2cc36e25 53512017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5352
5353 PR python/17728, python/18439, python/18779
5354 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5355 * gdb.python/py-lazy-string.c (pointer): New typedef.
5356 (main): New locals ptr, array, typedef_ptr.
5357 * gdb.python/py-value.exp: Move lazy string tests to ...
5358 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5359 array, typedef lazy strings.
ec3b243d 5360
0efcde63
AK
53612017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5362
5363 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5364 Add optional 'test' parameter.
5365
7978d7c3
SM
53662017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5367
5368 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5369 Skip for versions of DejaGnu < 1.5.
5370
896c0c1e
SM
53712017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5372
5373 * lib/gdb.exp (dejagnu_version): New proc.
5374 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5375 Use dejagnu_version.
5376
5f4d1085
KS
53772017-03-10 Keith Seitz <keiths@redhat.com>
5378
5379 PR c++/8128
5380 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5381 type from destructor regexps.
5382 Add a branch which actually passes the test.
5383 Adjust "ptype t5i" test names.
5384
1de05205
PA
53852017-03-08 Pedro Alves <palves@redhat.com>
5386
5387 * gdb.base/step-over-exit.exp: Add explicit test message.
5388
c65d6b55
PA
53892017-03-08 Pedro Alves <palves@redhat.com>
5390
5391 PR gdb/18360
5392 * gdb.threads/interrupt-while-step-over.c: New file.
5393 * gdb.threads/interrupt-while-step-over.exp: New file.
5394
2e86a283
PA
53952017-03-08 Pedro Alves <palves@redhat.com>
5396
5397 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5398 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5399
25dcbff6
PA
54002017-03-08 Pedro Alves <palves@redhat.com>
5401
5402 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5403 PKRU as not supported as a PASS.
5404
dc9366eb
PA
54052017-03-08 Pedro Alves <palves@redhat.com>
5406
5407 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5408 prefix instead of $binfile1/$binfile2.
5409 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5410 in test message.
5411 * gdb.python/py-completion.exp: Use "load python file" as test
5412 messages instead of unstable path names.
5413
6e5d74e7
PA
54142017-03-08 Pedro Alves <palves@redhat.com>
5415 Jan Kratochvil <jan.kratochvil@redhat.com>
5416
5417 PR cli/21218
5418 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5419 New proc.
5420 (top level): Call it.
5421
9753a2f6
PA
54222017-03-08 Pedro Alves <palves@redhat.com>
5423
5424 PR tui/21216
5425 * gdb.tui/tui-nl-filtered-output.exp: New file.
5426
1a4dd9dd
PA
54272017-03-08 Pedro Alves <palves@redhat.com>
5428
5429 * gdb.base/completion.exp: Move TUI completion tests to ...
5430 * gdb.tui/completion.exp: ... this new file.
5431
7cbbff33
PA
54322017-03-08 Pedro Alves <palves@redhat.com>
5433
5434 * gdb.base/tui-disasm-long-lines.c,
5435 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5436 gdb.base/tui-layout.exp: Move to ...
5437 * gdb.tui/: ... this new directory.
5438
5f6fd321
PA
54392017-03-07 Pedro Alves <palves@redhat.com>
5440
5441 * gdb.base/tui-layout.c: New file.
5442 * gdb.base/tui-layout.exp: New file.
5443
44959fa8
PA
54442017-03-07 Pedro Alves <palves@redhat.com>
5445
5446 * gdb.base/tui-layout.c: Rename to ...
5447 * gdb.base/tui-disasm-long-lines.c: ... this.
5448 * gdb.base/tui-layout.exp: Rename to ...
5449 * gdb.base/tui-disasm-long-lines.exp: ... this.
5450
f8c4e718
PA
54512017-03-07 Pedro Alves <palves@redhat.com>
5452
5453 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5454
6dbb839a 54552017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
5456
5457 * i386-mpx-call.c: New file.
5458 * i386-mpx-call.exp: New file.
5459
65b48a81
PB
54602017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5461
5462 * gdb.arch/powerpc-power.exp: Delete test.
5463 * gdb.arch/powerpc-power.s: Likewise.
5464 * gdb.disasm/disassembler-options.exp: New test.
5465 * gdb.arch/powerpc-altivec.exp: Likewise.
5466 * gdb.arch/powerpc-altivec.s: Likewise.
5467 * gdb.arch/powerpc-altivec2.exp: Likewise.
5468 * gdb.arch/powerpc-altivec2.s: Likewise.
5469 * gdb.arch/powerpc-altivec3.exp: Likewise.
5470 * gdb.arch/powerpc-altivec3.s: Likewise.
5471 * gdb.arch/powerpc-power7.exp: Likewise.
5472 * gdb.arch/powerpc-power7.s: Likewise.
5473 * gdb.arch/powerpc-power8.exp: Likewise.
5474 * gdb.arch/powerpc-power8.s: Likewise.
5475 * gdb.arch/powerpc-power9.exp: Likewise.
5476 * gdb.arch/powerpc-power9.s: Likewise.
5477 * gdb.arch/powerpc-vsx.exp: Likewise.
5478 * gdb.arch/powerpc-vsx.s: Likewise.
5479 * gdb.arch/powerpc-vsx2.exp: Likewise.
5480 * gdb.arch/powerpc-vsx2.s: Likewise.
5481 * gdb.arch/powerpc-vsx3.exp: Likewise.
5482 * gdb.arch/powerpc-vsx3.s: Likewise.
5483 * gdb.arch/arm-disassembler-options.exp: Likewise.
5484 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5485 * gdb.arch/s390-disassembler-options.exp: Likewise.
5486
17cd4947
LM
54872017-02-23 Luis Machado <lgustavo@codesourcery.com>
5488
5489 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5490 (check_supported_features): ... this. Changed return type to void.
5491 (supports_rdseed): New static global.
5492 (rdseed): Check supports_rdseed.
5493 (initialize): Call check_supported_features.
5494
2039d74e
EBM
54952017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5496
5497 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5498 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5499 and lqarx/stqcx.
5500 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5501 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5502
a51d7ecf
EBM
55032017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5504
5505 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5506 uppercase.
5507
0224619f
JK
55082017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5509
5510 * gdb.dwarf2/formdata16.c: New file.
5511 * gdb.dwarf2/formdata16.exp: New file.
5512 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5513
216f72a1
JK
55142017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5515
5516 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5517 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5518 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5519 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5520 DW_AT_GNU_*.
5521
43988095
JK
55222017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5523
5524 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5525
99e8a4f9
SDJ
55262017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5527
5528 PR gdb/21164
5529 * gdb.base/maint.exp: Add testcases for when the commands do
5530 not have arguments.
5531
b58a8c0c
TP
55322017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5533
5534 * gdb.cp/chained-calls.exp: Use p instead of P.
5535
4e746bb6
TW
55362017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5537
5538 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5539 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5540
3f77c769
TT
55412017-02-14 Tom Tromey <tom@tromey.com>
5542
5543 PR python/13598:
5544 * gdb.python/py-events.exp: Add before_prompt event tests.
5545
075beec0
AA
55462017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5547
5548 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5549
bf5f525c
LM
55502017-02-13 Luis Machado <lgustavo@codesourcery.com>
5551
5552 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5553 (main): Call my_unique_function_name.
5554 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5555 completion of patterns with a single match.
5556 Add missing -re switches to gdb_test_multiple calls.
5557
13a66184
LM
55582017-02-13 Luis Machado <lgustavo@codesourcery.com>
5559
5560 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5561 return if core file is not recognized.
5562
26a06916
SM
55632017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5564
5565 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5566 and extra UIs.
5567
b761ca9e
SM
55682017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5569
5570 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5571 proc_with_prefix.
5572
b964bee0
TT
55732017-02-10 Tom Tromey <tom@tromey.com>
5574
5575 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5576
18da0c51
MG
55772017-02-10 Martin Galvan <martingalvan@sourceware.org>
5578
5579 PR gdb/21122
5580 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5581
604c4576
JG
55822017-02-08 Jerome Guitton <guitton@adacore.com>
5583
5584 * gdb.base/define.exp: Add test for command abbreviations
5585 in define.
5586
20b477a7
LM
55872017-02-06 Luis Machado <lgustavo@codesourcery.com>
5588
5589 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5590 * gdb.reverse/insn-reverse-x86.c: New file.
5591
3f7b46f2
IR
55922017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5593
5594 PR tdep/20936
5595 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5596
f0fd41c1
TT
55972017-02-03 Tom Tromey <tom@tromey.com>
5598
5599 PR rust/21097:
5600 * gdb.rust/simple.exp: Add new tests.
5601
5be5dbf0
PA
56022017-02-02 Pedro Alves <palves@redhat.com>
5603
5604 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5605 tests.
5606
7346ef59
AA
56072017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5608
5609 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5610 taking a 2-byte value out of a 4-byte DWARF implicit value on
5611 big-endian targets.
5612 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5613 logic. Add test cases for DW_OP_implicit.
5614
787f0025
MM
56152017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5616
5617 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5618
68777c29
MM
56192017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5620
5621 * gdb.btrace/enable.exp: Call gdb_exit before
5622 skip_gdbserver_tests.
5623
0a1c7e28
MM
56242017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5625
5626 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5627 GDBFLAGS.
5628
b5ac99b0
MM
56292017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5630
5631 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5632 the test is skipped.
5633 * gdb.btrace/data.exp: Likewise.
5634 * gdb.btrace/delta.exp: Likewise.
5635 * gdb.btrace/dlopen.exp: Likewise.
5636 * gdb.btrace/enable-running.exp: Likewise.
5637 * gdb.btrace/enable.exp: Likewise.
5638 * gdb.btrace/exception.exp: Likewise.
5639 * gdb.btrace/function_call_history.exp: Likewise.
5640 * gdb.btrace/gcore.exp: Likewise.
5641 * gdb.btrace/instruction_history.exp: Likewise.
5642 * gdb.btrace/multi-thread-step.exp: Likewise.
5643 * gdb.btrace/nohist.exp: Likewise.
5644 * gdb.btrace/non-stop.exp: Likewise.
5645 * gdb.btrace/reconnect.exp: Likewise.
5646 * gdb.btrace/record_goto-step.exp: Likewise.
5647 * gdb.btrace/record_goto.exp: Likewise.
5648 * gdb.btrace/rn-dl-bind.exp: Likewise.
5649 * gdb.btrace/segv.exp: Likewise.
5650 * gdb.btrace/step.exp: Likewise.
5651 * gdb.btrace/stepi.exp: Likewise.
5652 * gdb.btrace/tailcall-only.exp: Likewise.
5653 * gdb.btrace/tailcall.exp: Likewise.
5654 * gdb.btrace/tsx.exp: Likewise.
5655 * gdb.btrace/unknown_functions.exp: Likewise.
5656 * gdb.btrace/vdso.exp: Likewise.
5657
cd4007e4
MM
56582017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5659
5660 * gdb.btrace/enable-running.c: New.
5661 * gdb.btrace/enable-running.exp: New.
5662
2735833d
WT
56632017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5664
5665 * gdb.arch/amd64-gs_base.c: New file.
5666 * gdb.arch/amd64-gs_base.exp: New file.
5667
b51e1e94
LM
56682017-01-26 Luis Machado <lgustavo@codesourcery.com>
5669
5670 * lib/memory.exp: Remove spurious empty newlines.
5671
72ca0410
SM
56722017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5673
5674 * gdb.python/py-bad-printers.exp: Load python file using "source".
5675 * gdb.python/py-events.exp: Likewise.
5676 * gdb.python/py-evsignal.exp: Likewise.
5677 * gdb.python/py-evthreads.exp: Likewise.
5678 * gdb.python/py-frame-args.exp: Likewise.
5679 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5680 * gdb.python/py-framefilter-mi.exp: Likewise.
5681 * gdb.python/py-framefilter.exp: Likewise.
5682 * gdb.python/py-mi.exp: Likewise.
5683 * gdb.python/py-pp-maint.exp: Likewise.
5684 * gdb.python/py-pp-registration.exp: Likewise.
5685 * gdb.python/py-prettyprint.exp: Likewise.
5686 (run_lang_tests): Likewise.
5687 * gdb.python/py-typeprint.exp: Likewise.
5688
e309aa65
LM
56892017-01-26 Luis Machado <lgustavo@codesourcery.com>
5690
5691 * lib/memory.exp: New file.
5692 * lib/gdb.exp: Load memory.exp.
5693 * gdb.base/memattr.exp (delete_memory): Move proc to
5694 lib/memory.exp and rename to delete_memory_regions.
5695 Replace delete_memory with delete_memory_regions.
5696 Cleanup memory regions before tests.
5697 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5698 before tests.
5699
515aff23
LM
57002017-01-26 Luis Machado <lgustavo@codesourcery.com>
5701
5702 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5703 files.
5704 (initialize): New function conditionally defined.
5705 (testcases): Move within conditional block.
5706 (main): Call initialize.
5707 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5708 of gdb.reverse/insn-reverse.c.
5709 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5710 gdb.reverse/insn-reverse.c.
5711
d8b49cf0
YQ
57122017-01-26 Yao Qi <yao.qi@linaro.org>
5713
5714 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5715 disassemble on address 0.
5716
f13a9a0c
YQ
57172017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5718 Yao Qi <yao.qi@linaro.org>
5719
5720 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5721 * gdb.dwarf2/implptr-64bit.S: Remove.
5722 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5723 variables in caller's context. Add DW_OP_implicit_value.
5724
5ac95241
YQ
57252017-01-25 Yao Qi <yao.qi@linaro.org>
5726
5727 * lib/dwarf.exp (Dwarf::_location): Handle
5728 DW_OP_GNU_implicit_pointer with proper size.
5729
23e82930
LM
57302017-01-20 Luis Machado <lgustavo@codesourcery.com>
5731
5732 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5733 and add untested calls.
5734
d334ae25
LM
57352017-01-20 Luis Machado <lgustavo@codesourcery.com>
5736
5737 * gdb.python/python.exp: Check line number against what GDB thinks
5738 the line number is for func1.
5739
f5e6296e
IB
57402017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5741
5742 * gdb.dlang/debug-expr.exp: New file.
5743
5b362f04
LM
57442016-12-23 Luis Machado <lgustavo@codesourcery.com>
5745
5746 Fix test names for the following files:
5747
5748 * gdb.ada/exec_changed.exp
5749 * gdb.ada/info_types.exp
5750 * gdb.arch/aarch64-atomic-inst.exp
5751 * gdb.arch/aarch64-fp.exp
5752 * gdb.arch/altivec-abi.exp
5753 * gdb.arch/altivec-regs.exp
5754 * gdb.arch/amd64-byte.exp
5755 * gdb.arch/amd64-disp-step.exp
5756 * gdb.arch/amd64-dword.exp
5757 * gdb.arch/amd64-entry-value-inline.exp
5758 * gdb.arch/amd64-entry-value-param.exp
5759 * gdb.arch/amd64-entry-value-paramref.exp
5760 * gdb.arch/amd64-entry-value.exp
5761 * gdb.arch/amd64-i386-address.exp
5762 * gdb.arch/amd64-invalid-stack-middle.exp
5763 * gdb.arch/amd64-invalid-stack-top.exp
5764 * gdb.arch/amd64-optimout-repeat.exp
5765 * gdb.arch/amd64-prologue-skip.exp
5766 * gdb.arch/amd64-prologue-xmm.exp
5767 * gdb.arch/amd64-stap-special-operands.exp
5768 * gdb.arch/amd64-stap-wrong-subexp.exp
5769 * gdb.arch/amd64-tailcall-cxx.exp
5770 * gdb.arch/amd64-tailcall-noret.exp
5771 * gdb.arch/amd64-tailcall-ret.exp
5772 * gdb.arch/amd64-tailcall-self.exp
5773 * gdb.arch/amd64-word.exp
5774 * gdb.arch/arm-bl-branch-dest.exp
5775 * gdb.arch/arm-disp-step.exp
5776 * gdb.arch/arm-neon.exp
5777 * gdb.arch/arm-single-step-kernel-helper.exp
5778 * gdb.arch/avr-flash-qualifier.exp
5779 * gdb.arch/disp-step-insn-reloc.exp
5780 * gdb.arch/e500-abi.exp
5781 * gdb.arch/e500-regs.exp
5782 * gdb.arch/ftrace-insn-reloc.exp
5783 * gdb.arch/i386-avx512.exp
5784 * gdb.arch/i386-bp_permanent.exp
5785 * gdb.arch/i386-byte.exp
5786 * gdb.arch/i386-cfi-notcurrent.exp
5787 * gdb.arch/i386-disp-step.exp
5788 * gdb.arch/i386-dr3-watch.exp
5789 * gdb.arch/i386-float.exp
5790 * gdb.arch/i386-gnu-cfi.exp
5791 * gdb.arch/i386-mpx-map.exp
5792 * gdb.arch/i386-mpx-sigsegv.exp
5793 * gdb.arch/i386-mpx-simple_segv.exp
5794 * gdb.arch/i386-mpx.exp
5795 * gdb.arch/i386-permbkpt.exp
5796 * gdb.arch/i386-prologue.exp
5797 * gdb.arch/i386-signal.exp
5798 * gdb.arch/i386-size-overlap.exp
5799 * gdb.arch/i386-unwind.exp
5800 * gdb.arch/i386-word.exp
5801 * gdb.arch/mips-fcr.exp
5802 * gdb.arch/powerpc-d128-regs.exp
5803 * gdb.arch/powerpc-stackless.exp
5804 * gdb.arch/ppc64-atomic-inst.exp
5805 * gdb.arch/s390-stackless.exp
5806 * gdb.arch/s390-tdbregs.exp
5807 * gdb.arch/s390-vregs.exp
5808 * gdb.arch/sparc-sysstep.exp
5809 * gdb.arch/thumb-bx-pc.exp
5810 * gdb.arch/thumb-singlestep.exp
5811 * gdb.arch/thumb2-it.exp
5812 * gdb.arch/vsx-regs.exp
5813 * gdb.asm/asm-source.exp
5814 * gdb.base/a2-run.exp
5815 * gdb.base/advance.exp
5816 * gdb.base/all-bin.exp
5817 * gdb.base/anon.exp
5818 * gdb.base/args.exp
5819 * gdb.base/arithmet.exp
5820 * gdb.base/async-shell.exp
5821 * gdb.base/async.exp
5822 * gdb.base/attach-pie-noexec.exp
5823 * gdb.base/attach-twice.exp
5824 * gdb.base/auto-load.exp
5825 * gdb.base/bang.exp
5826 * gdb.base/bitfields.exp
5827 * gdb.base/break-always.exp
5828 * gdb.base/break-caller-line.exp
5829 * gdb.base/break-entry.exp
5830 * gdb.base/break-inline.exp
5831 * gdb.base/break-on-linker-gcd-function.exp
5832 * gdb.base/break-probes.exp
5833 * gdb.base/break.exp
5834 * gdb.base/breakpoint-shadow.exp
5835 * gdb.base/call-ar-st.exp
5836 * gdb.base/call-sc.exp
5837 * gdb.base/call-signal-resume.exp
5838 * gdb.base/call-strs.exp
5839 * gdb.base/callfuncs.exp
5840 * gdb.base/catch-fork-static.exp
5841 * gdb.base/catch-gdb-caused-signals.exp
5842 * gdb.base/catch-load.exp
5843 * gdb.base/catch-signal-fork.exp
5844 * gdb.base/catch-signal.exp
5845 * gdb.base/catch-syscall.exp
5846 * gdb.base/charset.exp
5847 * gdb.base/checkpoint.exp
5848 * gdb.base/chng-syms.exp
5849 * gdb.base/code-expr.exp
5850 * gdb.base/code_elim.exp
5851 * gdb.base/commands.exp
5852 * gdb.base/completion.exp
5853 * gdb.base/complex.exp
5854 * gdb.base/cond-expr.exp
5855 * gdb.base/condbreak.exp
5856 * gdb.base/consecutive.exp
5857 * gdb.base/continue-all-already-running.exp
5858 * gdb.base/coredump-filter.exp
5859 * gdb.base/corefile.exp
5860 * gdb.base/dbx.exp
5861 * gdb.base/debug-expr.exp
5862 * gdb.base/define.exp
5863 * gdb.base/del.exp
5864 * gdb.base/disabled-location.exp
5865 * gdb.base/disasm-end-cu.exp
5866 * gdb.base/disasm-optim.exp
5867 * gdb.base/display.exp
5868 * gdb.base/duplicate-bp.exp
5869 * gdb.base/ena-dis-br.exp
5870 * gdb.base/ending-run.exp
5871 * gdb.base/enumval.exp
5872 * gdb.base/environ.exp
5873 * gdb.base/eu-strip-infcall.exp
5874 * gdb.base/eval-avoid-side-effects.exp
5875 * gdb.base/eval-skip.exp
5876 * gdb.base/exitsignal.exp
5877 * gdb.base/expand-psymtabs.exp
5878 * gdb.base/filesym.exp
5879 * gdb.base/find-unmapped.exp
5880 * gdb.base/finish.exp
5881 * gdb.base/float.exp
5882 * gdb.base/foll-exec-mode.exp
5883 * gdb.base/foll-exec.exp
5884 * gdb.base/foll-fork.exp
5885 * gdb.base/fortran-sym-case.exp
5886 * gdb.base/freebpcmd.exp
5887 * gdb.base/func-ptr.exp
5888 * gdb.base/func-ptrs.exp
5889 * gdb.base/funcargs.exp
5890 * gdb.base/gcore-buffer-overflow.exp
5891 * gdb.base/gcore-relro-pie.exp
5892 * gdb.base/gcore-relro.exp
5893 * gdb.base/gcore.exp
5894 * gdb.base/gdb1090.exp
5895 * gdb.base/gdb11530.exp
5896 * gdb.base/gdb11531.exp
5897 * gdb.base/gdb1821.exp
5898 * gdb.base/gdbindex-stabs.exp
5899 * gdb.base/gdbvars.exp
5900 * gdb.base/hbreak.exp
5901 * gdb.base/hbreak2.exp
5902 * gdb.base/included.exp
5903 * gdb.base/infcall-input.exp
5904 * gdb.base/inferior-died.exp
5905 * gdb.base/infnan.exp
5906 * gdb.base/info-macros.exp
5907 * gdb.base/info-os.exp
5908 * gdb.base/info-proc.exp
5909 * gdb.base/info-shared.exp
5910 * gdb.base/info-target.exp
5911 * gdb.base/infoline.exp
5912 * gdb.base/interp.exp
5913 * gdb.base/interrupt.exp
5914 * gdb.base/jit-reader.exp
5915 * gdb.base/jit-simple.exp
5916 * gdb.base/kill-after-signal.exp
5917 * gdb.base/kill-detach-inferiors-cmd.exp
5918 * gdb.base/label.exp
5919 * gdb.base/langs.exp
5920 * gdb.base/ldbl_e308.exp
5921 * gdb.base/line-symtabs.exp
5922 * gdb.base/linespecs.exp
5923 * gdb.base/list.exp
5924 * gdb.base/long_long.exp
5925 * gdb.base/longest-types.exp
5926 * gdb.base/maint.exp
5927 * gdb.base/max-value-size.exp
5928 * gdb.base/memattr.exp
5929 * gdb.base/mips_pro.exp
5930 * gdb.base/morestack.exp
5931 * gdb.base/moribund-step.exp
5932 * gdb.base/multi-forks.exp
5933 * gdb.base/nested-addr.exp
5934 * gdb.base/nextoverexit.exp
5935 * gdb.base/noreturn-finish.exp
5936 * gdb.base/noreturn-return.exp
5937 * gdb.base/nostdlib.exp
5938 * gdb.base/offsets.exp
5939 * gdb.base/opaque.exp
5940 * gdb.base/pc-fp.exp
5941 * gdb.base/permissions.exp
5942 * gdb.base/print-symbol-loading.exp
5943 * gdb.base/prologue-include.exp
5944 * gdb.base/psymtab.exp
5945 * gdb.base/ptype.exp
5946 * gdb.base/random-signal.exp
5947 * gdb.base/randomize.exp
5948 * gdb.base/range-stepping.exp
5949 * gdb.base/readline-ask.exp
5950 * gdb.base/recpar.exp
5951 * gdb.base/recurse.exp
5952 * gdb.base/relational.exp
5953 * gdb.base/restore.exp
5954 * gdb.base/return-nodebug.exp
5955 * gdb.base/return.exp
5956 * gdb.base/run-after-attach.exp
5957 * gdb.base/save-bp.exp
5958 * gdb.base/scope.exp
5959 * gdb.base/sect-cmd.exp
5960 * gdb.base/set-lang-auto.exp
5961 * gdb.base/set-noassign.exp
5962 * gdb.base/setvar.exp
5963 * gdb.base/sigall.exp
5964 * gdb.base/sigbpt.exp
5965 * gdb.base/siginfo-addr.exp
5966 * gdb.base/siginfo-infcall.exp
5967 * gdb.base/siginfo-obj.exp
5968 * gdb.base/siginfo.exp
5969 * gdb.base/signals-state-child.exp
5970 * gdb.base/signest.exp
5971 * gdb.base/sigstep.exp
5972 * gdb.base/sizeof.exp
5973 * gdb.base/skip.exp
5974 * gdb.base/solib-corrupted.exp
5975 * gdb.base/solib-nodir.exp
5976 * gdb.base/solib-search.exp
5977 * gdb.base/stack-checking.exp
5978 * gdb.base/stale-infcall.exp
5979 * gdb.base/stap-probe.exp
5980 * gdb.base/start.exp
5981 * gdb.base/step-break.exp
5982 * gdb.base/step-bt.exp
5983 * gdb.base/step-line.exp
5984 * gdb.base/step-over-exit.exp
5985 * gdb.base/step-over-syscall.exp
5986 * gdb.base/step-resume-infcall.exp
5987 * gdb.base/step-test.exp
5988 * gdb.base/store.exp
5989 * gdb.base/structs3.exp
5990 * gdb.base/sym-file.exp
5991 * gdb.base/symbol-without-target_section.exp
5992 * gdb.base/term.exp
5993 * gdb.base/testenv.exp
5994 * gdb.base/ui-redirect.exp
5995 * gdb.base/until.exp
5996 * gdb.base/unwindonsignal.exp
5997 * gdb.base/value-double-free.exp
5998 * gdb.base/vla-datatypes.exp
5999 * gdb.base/vla-ptr.exp
6000 * gdb.base/vla-sideeffect.exp
6001 * gdb.base/volatile.exp
6002 * gdb.base/watch-cond-infcall.exp
6003 * gdb.base/watch-cond.exp
6004 * gdb.base/watch-non-mem.exp
6005 * gdb.base/watch-read.exp
6006 * gdb.base/watch-vfork.exp
6007 * gdb.base/watchpoint-cond-gone.exp
6008 * gdb.base/watchpoint-delete.exp
6009 * gdb.base/watchpoint-hw-hit-once.exp
6010 * gdb.base/watchpoint-hw.exp
6011 * gdb.base/watchpoint-stops-at-right-insn.exp
6012 * gdb.base/watchpoints.exp
6013 * gdb.base/wchar.exp
6014 * gdb.base/whatis-exp.exp
6015 * gdb.btrace/buffer-size.exp
6016 * gdb.btrace/data.exp
6017 * gdb.btrace/delta.exp
6018 * gdb.btrace/dlopen.exp
6019 * gdb.btrace/enable.exp
6020 * gdb.btrace/exception.exp
6021 * gdb.btrace/function_call_history.exp
6022 * gdb.btrace/gcore.exp
6023 * gdb.btrace/instruction_history.exp
6024 * gdb.btrace/nohist.exp
6025 * gdb.btrace/reconnect.exp
6026 * gdb.btrace/record_goto-step.exp
6027 * gdb.btrace/record_goto.exp
6028 * gdb.btrace/rn-dl-bind.exp
6029 * gdb.btrace/segv.exp
6030 * gdb.btrace/step.exp
6031 * gdb.btrace/stepi.exp
6032 * gdb.btrace/tailcall-only.exp
6033 * gdb.btrace/tailcall.exp
6034 * gdb.btrace/tsx.exp
6035 * gdb.btrace/unknown_functions.exp
6036 * gdb.btrace/vdso.exp
6037 * gdb.compile/compile-ifunc.exp
6038 * gdb.compile/compile-ops.exp
6039 * gdb.compile/compile-print.exp
6040 * gdb.compile/compile-setjmp.exp
6041 * gdb.cp/abstract-origin.exp
6042 * gdb.cp/ambiguous.exp
6043 * gdb.cp/annota2.exp
6044 * gdb.cp/annota3.exp
6045 * gdb.cp/anon-ns.exp
6046 * gdb.cp/anon-struct.exp
6047 * gdb.cp/anon-union.exp
6048 * gdb.cp/arg-reference.exp
6049 * gdb.cp/baseenum.exp
6050 * gdb.cp/bool.exp
6051 * gdb.cp/breakpoint.exp
6052 * gdb.cp/bs15503.exp
6053 * gdb.cp/call-c.exp
6054 * gdb.cp/casts.exp
6055 * gdb.cp/chained-calls.exp
6056 * gdb.cp/class2.exp
6057 * gdb.cp/classes.exp
6058 * gdb.cp/cmpd-minsyms.exp
6059 * gdb.cp/converts.exp
6060 * gdb.cp/cp-relocate.exp
6061 * gdb.cp/cpcompletion.exp
6062 * gdb.cp/cpexprs.exp
6063 * gdb.cp/cplabel.exp
6064 * gdb.cp/cplusfuncs.exp
6065 * gdb.cp/cpsizeof.exp
6066 * gdb.cp/ctti.exp
6067 * gdb.cp/derivation.exp
6068 * gdb.cp/destrprint.exp
6069 * gdb.cp/dispcxx.exp
6070 * gdb.cp/enum-class.exp
6071 * gdb.cp/exception.exp
6072 * gdb.cp/exceptprint.exp
6073 * gdb.cp/expand-psymtabs-cxx.exp
6074 * gdb.cp/expand-sals.exp
6075 * gdb.cp/extern-c.exp
6076 * gdb.cp/filename.exp
6077 * gdb.cp/formatted-ref.exp
6078 * gdb.cp/fpointer.exp
6079 * gdb.cp/gdb1355.exp
6080 * gdb.cp/gdb2495.exp
6081 * gdb.cp/hang.exp
6082 * gdb.cp/impl-this.exp
6083 * gdb.cp/infcall-dlopen.exp
6084 * gdb.cp/inherit.exp
6085 * gdb.cp/iostream.exp
6086 * gdb.cp/koenig.exp
6087 * gdb.cp/local.exp
6088 * gdb.cp/m-data.exp
6089 * gdb.cp/m-static.exp
6090 * gdb.cp/mb-ctor.exp
6091 * gdb.cp/mb-inline.exp
6092 * gdb.cp/mb-templates.exp
6093 * gdb.cp/member-name.exp
6094 * gdb.cp/member-ptr.exp
6095 * gdb.cp/meth-typedefs.exp
6096 * gdb.cp/method.exp
6097 * gdb.cp/method2.exp
6098 * gdb.cp/minsym-fallback.exp
6099 * gdb.cp/misc.exp
6100 * gdb.cp/namelessclass.exp
6101 * gdb.cp/namespace-enum.exp
6102 * gdb.cp/namespace-nested-import.exp
6103 * gdb.cp/namespace.exp
6104 * gdb.cp/nextoverthrow.exp
6105 * gdb.cp/no-dmgl-verbose.exp
6106 * gdb.cp/non-trivial-retval.exp
6107 * gdb.cp/noparam.exp
6108 * gdb.cp/nsdecl.exp
6109 * gdb.cp/nsimport.exp
6110 * gdb.cp/nsnested.exp
6111 * gdb.cp/nsnoimports.exp
6112 * gdb.cp/nsrecurs.exp
6113 * gdb.cp/nsstress.exp
6114 * gdb.cp/nsusing.exp
6115 * gdb.cp/operator.exp
6116 * gdb.cp/oranking.exp
6117 * gdb.cp/overload-const.exp
6118 * gdb.cp/overload.exp
6119 * gdb.cp/ovldbreak.exp
6120 * gdb.cp/ovsrch.exp
6121 * gdb.cp/paren-type.exp
6122 * gdb.cp/parse-lang.exp
6123 * gdb.cp/pass-by-ref.exp
6124 * gdb.cp/pr-1023.exp
6125 * gdb.cp/pr-1210.exp
6126 * gdb.cp/pr-574.exp
6127 * gdb.cp/pr10687.exp
6128 * gdb.cp/pr12028.exp
6129 * gdb.cp/pr17132.exp
6130 * gdb.cp/pr17494.exp
6131 * gdb.cp/pr9067.exp
6132 * gdb.cp/pr9167.exp
6133 * gdb.cp/pr9631.exp
6134 * gdb.cp/printmethod.exp
6135 * gdb.cp/psmang.exp
6136 * gdb.cp/psymtab-parameter.exp
6137 * gdb.cp/ptype-cv-cp.exp
6138 * gdb.cp/ptype-flags.exp
6139 * gdb.cp/re-set-overloaded.exp
6140 * gdb.cp/ref-types.exp
6141 * gdb.cp/rtti.exp
6142 * gdb.cp/scope-err.exp
6143 * gdb.cp/shadow.exp
6144 * gdb.cp/smartp.exp
6145 * gdb.cp/static-method.exp
6146 * gdb.cp/static-print-quit.exp
6147 * gdb.cp/temargs.exp
6148 * gdb.cp/templates.exp
6149 * gdb.cp/try_catch.exp
6150 * gdb.cp/typedef-operator.exp
6151 * gdb.cp/typeid.exp
6152 * gdb.cp/userdef.exp
6153 * gdb.cp/using-crash.exp
6154 * gdb.cp/var-tag.exp
6155 * gdb.cp/virtbase.exp
6156 * gdb.cp/virtfunc.exp
6157 * gdb.cp/virtfunc2.exp
6158 * gdb.cp/vla-cxx.exp
6159 * gdb.disasm/t01_mov.exp
6160 * gdb.disasm/t02_mova.exp
6161 * gdb.disasm/t03_add.exp
6162 * gdb.disasm/t04_sub.exp
6163 * gdb.disasm/t05_cmp.exp
6164 * gdb.disasm/t06_ari2.exp
6165 * gdb.disasm/t07_ari3.exp
6166 * gdb.disasm/t08_or.exp
6167 * gdb.disasm/t09_xor.exp
6168 * gdb.disasm/t10_and.exp
6169 * gdb.disasm/t11_logs.exp
6170 * gdb.disasm/t12_bit.exp
6171 * gdb.disasm/t13_otr.exp
6172 * gdb.dlang/circular.exp
6173 * gdb.dwarf2/arr-stride.exp
6174 * gdb.dwarf2/arr-subrange.exp
6175 * gdb.dwarf2/atomic-type.exp
6176 * gdb.dwarf2/bad-regnum.exp
6177 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6178 * gdb.dwarf2/callframecfa.exp
6179 * gdb.dwarf2/clztest.exp
6180 * gdb.dwarf2/corrupt.exp
6181 * gdb.dwarf2/data-loc.exp
6182 * gdb.dwarf2/dup-psym.exp
6183 * gdb.dwarf2/dw2-anon-mptr.exp
6184 * gdb.dwarf2/dw2-anonymous-func.exp
6185 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6186 * gdb.dwarf2/dw2-bad-unresolved.exp
6187 * gdb.dwarf2/dw2-basic.exp
6188 * gdb.dwarf2/dw2-canonicalize-type.exp
6189 * gdb.dwarf2/dw2-case-insensitive.exp
6190 * gdb.dwarf2/dw2-common-block.exp
6191 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6192 * gdb.dwarf2/dw2-compressed.exp
6193 * gdb.dwarf2/dw2-const.exp
6194 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6195 * gdb.dwarf2/dw2-cu-size.exp
6196 * gdb.dwarf2/dw2-dup-frame.exp
6197 * gdb.dwarf2/dw2-entry-value.exp
6198 * gdb.dwarf2/dw2-icycle.exp
6199 * gdb.dwarf2/dw2-ifort-parameter.exp
6200 * gdb.dwarf2/dw2-inline-break.exp
6201 * gdb.dwarf2/dw2-inline-param.exp
6202 * gdb.dwarf2/dw2-intercu.exp
6203 * gdb.dwarf2/dw2-intermix.exp
6204 * gdb.dwarf2/dw2-lexical-block-bare.exp
6205 * gdb.dwarf2/dw2-linkage-name-trust.exp
6206 * gdb.dwarf2/dw2-minsym-in-cu.exp
6207 * gdb.dwarf2/dw2-noloc.exp
6208 * gdb.dwarf2/dw2-op-call.exp
6209 * gdb.dwarf2/dw2-op-out-param.exp
6210 * gdb.dwarf2/dw2-opt-structptr.exp
6211 * gdb.dwarf2/dw2-param-error.exp
6212 * gdb.dwarf2/dw2-producer.exp
6213 * gdb.dwarf2/dw2-ranges-base.exp
6214 * gdb.dwarf2/dw2-ref-missing-frame.exp
6215 * gdb.dwarf2/dw2-reg-undefined.exp
6216 * gdb.dwarf2/dw2-regno-invalid.exp
6217 * gdb.dwarf2/dw2-restore.exp
6218 * gdb.dwarf2/dw2-restrict.exp
6219 * gdb.dwarf2/dw2-single-line-discriminators.exp
6220 * gdb.dwarf2/dw2-strp.exp
6221 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6222 * gdb.dwarf2/dw2-unresolved.exp
6223 * gdb.dwarf2/dw2-var-zero-addr.exp
6224 * gdb.dwarf2/dw4-sig-types.exp
6225 * gdb.dwarf2/dwz.exp
6226 * gdb.dwarf2/dynarr-ptr.exp
6227 * gdb.dwarf2/enum-type.exp
6228 * gdb.dwarf2/gdb-index.exp
6229 * gdb.dwarf2/implptr-64bit.exp
6230 * gdb.dwarf2/implptr-optimized-out.exp
6231 * gdb.dwarf2/implptr.exp
6232 * gdb.dwarf2/implref-array.exp
6233 * gdb.dwarf2/implref-const.exp
6234 * gdb.dwarf2/implref-global.exp
6235 * gdb.dwarf2/implref-struct.exp
6236 * gdb.dwarf2/mac-fileno.exp
6237 * gdb.dwarf2/main-subprogram.exp
6238 * gdb.dwarf2/member-ptr-forwardref.exp
6239 * gdb.dwarf2/method-ptr.exp
6240 * gdb.dwarf2/missing-sig-type.exp
6241 * gdb.dwarf2/nonvar-access.exp
6242 * gdb.dwarf2/opaque-type-lookup.exp
6243 * gdb.dwarf2/pieces-optimized-out.exp
6244 * gdb.dwarf2/pieces.exp
6245 * gdb.dwarf2/pr10770.exp
6246 * gdb.dwarf2/pr13961.exp
6247 * gdb.dwarf2/staticvirtual.exp
6248 * gdb.dwarf2/subrange.exp
6249 * gdb.dwarf2/symtab-producer.exp
6250 * gdb.dwarf2/trace-crash.exp
6251 * gdb.dwarf2/typeddwarf.exp
6252 * gdb.dwarf2/valop.exp
6253 * gdb.dwarf2/watch-notconst.exp
6254 * gdb.fortran/array-element.exp
6255 * gdb.fortran/charset.exp
6256 * gdb.fortran/common-block.exp
6257 * gdb.fortran/complex.exp
6258 * gdb.fortran/derived-type-function.exp
6259 * gdb.fortran/derived-type.exp
6260 * gdb.fortran/logical.exp
6261 * gdb.fortran/module.exp
6262 * gdb.fortran/multi-dim.exp
6263 * gdb.fortran/nested-funcs.exp
6264 * gdb.fortran/print-formatted.exp
6265 * gdb.fortran/subarray.exp
6266 * gdb.fortran/vla-alloc-assoc.exp
6267 * gdb.fortran/vla-datatypes.exp
6268 * gdb.fortran/vla-history.exp
6269 * gdb.fortran/vla-ptr-info.exp
6270 * gdb.fortran/vla-ptype-sub.exp
6271 * gdb.fortran/vla-ptype.exp
6272 * gdb.fortran/vla-sizeof.exp
6273 * gdb.fortran/vla-type.exp
6274 * gdb.fortran/vla-value-sub-arbitrary.exp
6275 * gdb.fortran/vla-value-sub-finish.exp
6276 * gdb.fortran/vla-value-sub.exp
6277 * gdb.fortran/vla-value.exp
6278 * gdb.fortran/whatis_type.exp
6279 * gdb.go/chan.exp
6280 * gdb.go/handcall.exp
6281 * gdb.go/hello.exp
6282 * gdb.go/integers.exp
6283 * gdb.go/methods.exp
6284 * gdb.go/package.exp
6285 * gdb.go/strings.exp
6286 * gdb.go/types.exp
6287 * gdb.go/unsafe.exp
6288 * gdb.guile/scm-arch.exp
6289 * gdb.guile/scm-block.exp
6290 * gdb.guile/scm-breakpoint.exp
6291 * gdb.guile/scm-cmd.exp
6292 * gdb.guile/scm-disasm.exp
6293 * gdb.guile/scm-equal.exp
6294 * gdb.guile/scm-frame-args.exp
6295 * gdb.guile/scm-frame-inline.exp
6296 * gdb.guile/scm-frame.exp
6297 * gdb.guile/scm-iterator.exp
6298 * gdb.guile/scm-math.exp
6299 * gdb.guile/scm-objfile.exp
6300 * gdb.guile/scm-ports.exp
6301 * gdb.guile/scm-symbol.exp
6302 * gdb.guile/scm-symtab.exp
6303 * gdb.guile/scm-value-cc.exp
6304 * gdb.guile/types-module.exp
6305 * gdb.linespec/break-ask.exp
6306 * gdb.linespec/cpexplicit.exp
6307 * gdb.linespec/explicit.exp
6308 * gdb.linespec/keywords.exp
6309 * gdb.linespec/linespec.exp
6310 * gdb.linespec/ls-dollar.exp
6311 * gdb.linespec/ls-errs.exp
6312 * gdb.linespec/skip-two.exp
6313 * gdb.linespec/thread.exp
6314 * gdb.mi/mi-async.exp
6315 * gdb.mi/mi-basics.exp
6316 * gdb.mi/mi-break.exp
6317 * gdb.mi/mi-catch-load.exp
6318 * gdb.mi/mi-cli.exp
6319 * gdb.mi/mi-cmd-param-changed.exp
6320 * gdb.mi/mi-console.exp
6321 * gdb.mi/mi-detach.exp
6322 * gdb.mi/mi-disassemble.exp
6323 * gdb.mi/mi-eval.exp
6324 * gdb.mi/mi-file-transfer.exp
6325 * gdb.mi/mi-file.exp
6326 * gdb.mi/mi-fill-memory.exp
6327 * gdb.mi/mi-inheritance-syntax-error.exp
6328 * gdb.mi/mi-linespec-err-cp.exp
6329 * gdb.mi/mi-logging.exp
6330 * gdb.mi/mi-memory-changed.exp
6331 * gdb.mi/mi-read-memory.exp
6332 * gdb.mi/mi-record-changed.exp
6333 * gdb.mi/mi-reg-undefined.exp
6334 * gdb.mi/mi-regs.exp
6335 * gdb.mi/mi-return.exp
6336 * gdb.mi/mi-reverse.exp
6337 * gdb.mi/mi-simplerun.exp
6338 * gdb.mi/mi-solib.exp
6339 * gdb.mi/mi-stack.exp
6340 * gdb.mi/mi-stepi.exp
6341 * gdb.mi/mi-syn-frame.exp
6342 * gdb.mi/mi-until.exp
6343 * gdb.mi/mi-var-block.exp
6344 * gdb.mi/mi-var-child.exp
6345 * gdb.mi/mi-var-cmd.exp
6346 * gdb.mi/mi-var-cp.exp
6347 * gdb.mi/mi-var-display.exp
6348 * gdb.mi/mi-var-invalidate.exp
6349 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6350 * gdb.mi/mi-vla-fortran.exp
6351 * gdb.mi/mi-watch.exp
6352 * gdb.mi/mi2-var-child.exp
6353 * gdb.mi/user-selected-context-sync.exp
6354 * gdb.modula2/unbounded-array.exp
6355 * gdb.multi/dummy-frame-restore.exp
6356 * gdb.multi/multi-arch-exec.exp
6357 * gdb.multi/multi-arch.exp
6358 * gdb.multi/tids.exp
6359 * gdb.multi/watchpoint-multi.exp
6360 * gdb.opencl/callfuncs.exp
6361 * gdb.opencl/convs_casts.exp
6362 * gdb.opencl/datatypes.exp
6363 * gdb.opencl/operators.exp
6364 * gdb.opencl/vec_comps.exp
6365 * gdb.opt/clobbered-registers-O2.exp
6366 * gdb.opt/inline-break.exp
6367 * gdb.opt/inline-bt.exp
6368 * gdb.opt/inline-cmds.exp
6369 * gdb.opt/inline-locals.exp
6370 * gdb.pascal/case-insensitive-symbols.exp
6371 * gdb.pascal/floats.exp
6372 * gdb.pascal/gdb11492.exp
6373 * gdb.python/lib-types.exp
6374 * gdb.python/py-arch.exp
6375 * gdb.python/py-as-string.exp
6376 * gdb.python/py-bad-printers.exp
6377 * gdb.python/py-block.exp
6378 * gdb.python/py-breakpoint-create-fail.exp
6379 * gdb.python/py-breakpoint.exp
6380 * gdb.python/py-caller-is.exp
6381 * gdb.python/py-cmd.exp
6382 * gdb.python/py-explore-cc.exp
6383 * gdb.python/py-explore.exp
6384 * gdb.python/py-finish-breakpoint.exp
6385 * gdb.python/py-finish-breakpoint2.exp
6386 * gdb.python/py-frame-args.exp
6387 * gdb.python/py-frame-inline.exp
6388 * gdb.python/py-frame.exp
6389 * gdb.python/py-framefilter-mi.exp
6390 * gdb.python/py-infthread.exp
6391 * gdb.python/py-lazy-string.exp
6392 * gdb.python/py-linetable.exp
6393 * gdb.python/py-mi-events.exp
6394 * gdb.python/py-mi-objfile.exp
6395 * gdb.python/py-mi.exp
6396 * gdb.python/py-objfile.exp
6397 * gdb.python/py-pp-integral.exp
6398 * gdb.python/py-pp-maint.exp
6399 * gdb.python/py-pp-re-notag.exp
6400 * gdb.python/py-pp-registration.exp
6401 * gdb.python/py-recurse-unwind.exp
6402 * gdb.python/py-strfns.exp
6403 * gdb.python/py-symbol.exp
6404 * gdb.python/py-symtab.exp
6405 * gdb.python/py-sync-interp.exp
6406 * gdb.python/py-typeprint.exp
6407 * gdb.python/py-unwind-maint.exp
6408 * gdb.python/py-unwind.exp
6409 * gdb.python/py-value-cc.exp
6410 * gdb.python/py-xmethods.exp
6411 * gdb.reverse/amd64-tailcall-reverse.exp
6412 * gdb.reverse/break-precsave.exp
6413 * gdb.reverse/break-reverse.exp
6414 * gdb.reverse/consecutive-precsave.exp
6415 * gdb.reverse/consecutive-reverse.exp
6416 * gdb.reverse/finish-precsave.exp
6417 * gdb.reverse/finish-reverse-bkpt.exp
6418 * gdb.reverse/finish-reverse.exp
6419 * gdb.reverse/fstatat-reverse.exp
6420 * gdb.reverse/getresuid-reverse.exp
6421 * gdb.reverse/i386-precsave.exp
6422 * gdb.reverse/i386-reverse.exp
6423 * gdb.reverse/i386-sse-reverse.exp
6424 * gdb.reverse/i387-env-reverse.exp
6425 * gdb.reverse/i387-stack-reverse.exp
6426 * gdb.reverse/insn-reverse.exp
6427 * gdb.reverse/machinestate-precsave.exp
6428 * gdb.reverse/machinestate.exp
6429 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6430 * gdb.reverse/pipe-reverse.exp
6431 * gdb.reverse/readv-reverse.exp
6432 * gdb.reverse/recvmsg-reverse.exp
6433 * gdb.reverse/rerun-prec.exp
6434 * gdb.reverse/s390-mvcle.exp
6435 * gdb.reverse/step-precsave.exp
6436 * gdb.reverse/step-reverse.exp
6437 * gdb.reverse/time-reverse.exp
6438 * gdb.reverse/until-precsave.exp
6439 * gdb.reverse/until-reverse.exp
6440 * gdb.reverse/waitpid-reverse.exp
6441 * gdb.reverse/watch-precsave.exp
6442 * gdb.reverse/watch-reverse.exp
6443 * gdb.rust/generics.exp
6444 * gdb.rust/methods.exp
6445 * gdb.rust/modules.exp
6446 * gdb.rust/simple.exp
6447 * gdb.server/connect-with-no-symbol-file.exp
6448 * gdb.server/ext-attach.exp
6449 * gdb.server/ext-restart.exp
6450 * gdb.server/ext-wrapper.exp
6451 * gdb.server/file-transfer.exp
6452 * gdb.server/server-exec-info.exp
6453 * gdb.server/server-kill.exp
6454 * gdb.server/server-mon.exp
6455 * gdb.server/wrapper.exp
6456 * gdb.stabs/exclfwd.exp
6457 * gdb.stabs/gdb11479.exp
6458 * gdb.threads/clone-new-thread-event.exp
6459 * gdb.threads/corethreads.exp
6460 * gdb.threads/current-lwp-dead.exp
6461 * gdb.threads/dlopen-libpthread.exp
6462 * gdb.threads/gcore-thread.exp
6463 * gdb.threads/sigstep-threads.exp
6464 * gdb.threads/watchpoint-fork.exp
6465 * gdb.trace/actions-changed.exp
6466 * gdb.trace/backtrace.exp
6467 * gdb.trace/change-loc.exp
6468 * gdb.trace/circ.exp
6469 * gdb.trace/collection.exp
6470 * gdb.trace/disconnected-tracing.exp
6471 * gdb.trace/ftrace.exp
6472 * gdb.trace/mi-trace-frame-collected.exp
6473 * gdb.trace/mi-trace-unavailable.exp
6474 * gdb.trace/mi-traceframe-changed.exp
6475 * gdb.trace/mi-tsv-changed.exp
6476 * gdb.trace/no-attach-trace.exp
6477 * gdb.trace/passc-dyn.exp
6478 * gdb.trace/qtro.exp
6479 * gdb.trace/range-stepping.exp
6480 * gdb.trace/read-memory.exp
6481 * gdb.trace/save-trace.exp
6482 * gdb.trace/signal.exp
6483 * gdb.trace/status-stop.exp
6484 * gdb.trace/tfile.exp
6485 * gdb.trace/trace-break.exp
6486 * gdb.trace/trace-buffer-size.exp
6487 * gdb.trace/trace-condition.exp
6488 * gdb.trace/tracefile-pseudo-reg.exp
6489 * gdb.trace/tstatus.exp
6490 * gdb.trace/unavailable.exp
6491 * gdb.trace/while-dyn.exp
6492 * gdb.trace/while-stepping.exp
6493
34c41c68
DE
64942016-12-22 Doug Evans <xdje42@gmail.com>
6495
6496 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6497 and msymbols.
6498
16e69324
YQ
64992016-12-19 Yao Qi <yao.qi@linaro.org>
6500
6501 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6502 (test_with_self): Don't call do_steps_and_nexts, and remove
6503 code about stepping into xmalloc.
6504
f94f411b
YQ
65052016-12-09 Yao Qi <yao.qi@linaro.org>
6506
6507 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6508
65092016-12-09 Yao Qi <yao.qi@linaro.org>
6510
6511 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6512
f1b5deee
PA
65132016-12-09 Pedro Alves <palves@redhat.com>
6514
6515 * gdb.base/all-architectures-0.exp: New file.
6516 * gdb.base/all-architectures-1.exp: New file.
6517 * gdb.base/all-architectures-2.exp: New file.
6518 * gdb.base/all-architectures-3.exp: New file.
6519 * gdb.base/all-architectures-4.exp: New file.
6520 * gdb.base/all-architectures-5.exp: New file.
6521 * gdb.base/all-architectures-6.exp: New file.
6522 * gdb.base/all-architectures-7.exp: New file.
6523 * gdb.base/all-architectures.exp.in: New file.
6524
364ca42e
YQ
65252016-12-09 Yao Qi <yao.qi@linaro.org>
6526
6527 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6528
107c2d62
LM
65292016-12-02 Luis Machado <lgustavo@codesourcery.com>
6530
6531 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6532 possible.
6533 Remove useless pattern-matching code.
6534
df3ee9ca
PA
65352016-12-02 Pedro Alves <palves@redhat.com>
6536
6537 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6538 procedure.
6539 (top level): Call it.
6540
ec835369
PA
65412016-12-02 Pedro Alves <palves@redhat.com>
6542
6543 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6544 New procedure.
6545 (top level): Call it.
6546
01770bbd
PA
65472016-12-02 Pedro Alves <palves@redhat.com>
6548
6549 PR cli/20559
6550 * gdb.base/commands.exp (user_defined_command_args_eval): New
6551 procedure.
6552 (top level): Call it.
6553
008459ea
LM
65542016-12-02 Luis Machado <lgustavo@codesourcery.com>
6555
6556 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6557 timeout handling.
6558
0c1b455e
TT
65592016-12-02 Tom Tromey <tom@tromey.com>
6560
6561 * gdb.dwarf2/main-subprogram.c: New file.
6562 * gdb.dwarf2/main-subprogram.exp: New file.
6563
018572b8
LM
65642016-12-01 Luis Machado <lgustavo@codesourcery.com>
6565
6566 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6567 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6568 gdb_test_no_output for a couple of cases.
6569 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6570
84c93cd5
LM
65712016-12-01 Luis Machado <lgustavo@codesourcery.com>
6572
6573 Fix test names and standardize compilation error messages throughout
6574 the following files:
6575
6576 * gdb.ada/start.exp
6577 * gdb.arch/alpha-step.exp
6578 * gdb.arch/e500-prologue.exp
6579 * gdb.arch/ftrace-insn-reloc.exp
6580 * gdb.arch/gdb1291.exp
6581 * gdb.arch/gdb1431.exp
6582 * gdb.arch/gdb1558.exp
6583 * gdb.arch/i386-dr3-watch.exp
6584 * gdb.arch/i386-sse-stack-align.exp
6585 * gdb.arch/ia64-breakpoint-shadow.exp
6586 * gdb.arch/pa-nullify.exp
6587 * gdb.arch/powerpc-aix-prologue.exp
6588 * gdb.arch/thumb-bx-pc.exp
6589 * gdb.base/annota1.exp
6590 * gdb.base/annota3.exp
6591 * gdb.base/arrayidx.exp
6592 * gdb.base/assign.exp
6593 * gdb.base/attach.exp
6594 * gdb.base/auxv.exp
6595 * gdb.base/bang.exp
6596 * gdb.base/bfp-test.exp
6597 * gdb.base/bigcore.exp
6598 * gdb.base/bitfields2.exp
6599 * gdb.base/break-fun-addr.exp
6600 * gdb.base/break-probes.exp
6601 * gdb.base/call-rt-st.exp
6602 * gdb.base/callexit.exp
6603 * gdb.base/catch-fork-kill.exp
6604 * gdb.base/charset.exp
6605 * gdb.base/checkpoint.exp
6606 * gdb.base/comprdebug.exp
6607 * gdb.base/constvars.exp
6608 * gdb.base/coredump-filter.exp
6609 * gdb.base/cursal.exp
6610 * gdb.base/cvexpr.exp
6611 * gdb.base/detach.exp
6612 * gdb.base/display.exp
6613 * gdb.base/dmsym.exp
6614 * gdb.base/dprintf-pending.exp
6615 * gdb.base/dso2dso.exp
6616 * gdb.base/dtrace-probe.exp
6617 * gdb.base/dump.exp
6618 * gdb.base/enum_cond.exp
6619 * gdb.base/exe-lock.exp
6620 * gdb.base/exec-invalid-sysroot.exp
6621 * gdb.base/execl-update-breakpoints.exp
6622 * gdb.base/exprs.exp
6623 * gdb.base/fileio.exp
6624 * gdb.base/find.exp
6625 * gdb.base/finish.exp
6626 * gdb.base/fixsection.exp
6627 * gdb.base/foll-vfork.exp
6628 * gdb.base/frame-args.exp
6629 * gdb.base/gcore.exp
6630 * gdb.base/gdb1250.exp
6631 * gdb.base/global-var-nested-by-dso.exp
6632 * gdb.base/gnu-ifunc.exp
6633 * gdb.base/hashline1.exp
6634 * gdb.base/hashline2.exp
6635 * gdb.base/hashline3.exp
6636 * gdb.base/hbreak-in-shr-unsupported.exp
6637 * gdb.base/huge.exp
6638 * gdb.base/infcall-input.exp
6639 * gdb.base/info-fun.exp
6640 * gdb.base/info-shared.exp
6641 * gdb.base/jit-simple.exp
6642 * gdb.base/jit-so.exp
6643 * gdb.base/jit.exp
6644 * gdb.base/jump.exp
6645 * gdb.base/label.exp
6646 * gdb.base/lineinc.exp
6647 * gdb.base/logical.exp
6648 * gdb.base/longjmp.exp
6649 * gdb.base/macscp.exp
6650 * gdb.base/miscexprs.exp
6651 * gdb.base/new-ui-echo.exp
6652 * gdb.base/new-ui-pending-input.exp
6653 * gdb.base/new-ui.exp
6654 * gdb.base/nodebug.exp
6655 * gdb.base/nofield.exp
6656 * gdb.base/offsets.exp
6657 * gdb.base/overlays.exp
6658 * gdb.base/pending.exp
6659 * gdb.base/pointers.exp
6660 * gdb.base/pr11022.exp
6661 * gdb.base/printcmds.exp
6662 * gdb.base/prologue.exp
6663 * gdb.base/ptr-typedef.exp
6664 * gdb.base/realname-expand.exp
6665 * gdb.base/relativedebug.exp
6666 * gdb.base/relocate.exp
6667 * gdb.base/remote.exp
6668 * gdb.base/reread.exp
6669 * gdb.base/return2.exp
6670 * gdb.base/savedregs.exp
6671 * gdb.base/sep.exp
6672 * gdb.base/sepdebug.exp
6673 * gdb.base/sepsymtab.exp
6674 * gdb.base/set-inferior-tty.exp
6675 * gdb.base/setshow.exp
6676 * gdb.base/shlib-call.exp
6677 * gdb.base/sigaltstack.exp
6678 * gdb.base/siginfo-addr.exp
6679 * gdb.base/signals.exp
6680 * gdb.base/signull.exp
6681 * gdb.base/sigrepeat.exp
6682 * gdb.base/so-impl-ld.exp
6683 * gdb.base/solib-display.exp
6684 * gdb.base/solib-overlap.exp
6685 * gdb.base/solib-search.exp
6686 * gdb.base/solib-symbol.exp
6687 * gdb.base/structs.exp
6688 * gdb.base/structs2.exp
6689 * gdb.base/symtab-search-order.exp
6690 * gdb.base/twice.exp
6691 * gdb.base/unload.exp
6692 * gdb.base/varargs.exp
6693 * gdb.base/watchpoint-solib.exp
6694 * gdb.base/watchpoint.exp
6695 * gdb.base/whatis.exp
6696 * gdb.base/wrong_frame_bt_full.exp
6697 * gdb.btrace/dlopen.exp
6698 * gdb.cell/ea-standalone.exp
6699 * gdb.cell/ea-test.exp
6700 * gdb.cp/dispcxx.exp
6701 * gdb.cp/gdb2384.exp
6702 * gdb.cp/method2.exp
6703 * gdb.cp/nextoverthrow.exp
6704 * gdb.cp/pr10728.exp
6705 * gdb.disasm/am33.exp
6706 * gdb.disasm/h8300s.exp
6707 * gdb.disasm/mn10300.exp
6708 * gdb.disasm/sh3.exp
6709 * gdb.dwarf2/dw2-dir-file-name.exp
6710 * gdb.fortran/complex.exp
6711 * gdb.fortran/library-module.exp
6712 * gdb.guile/scm-pretty-print.exp
6713 * gdb.guile/scm-symbol.exp
6714 * gdb.guile/scm-type.exp
6715 * gdb.guile/scm-value.exp
6716 * gdb.linespec/linespec.exp
6717 * gdb.mi/gdb701.exp
6718 * gdb.mi/gdb792.exp
6719 * gdb.mi/mi-breakpoint-changed.exp
6720 * gdb.mi/mi-dprintf-pending.exp
6721 * gdb.mi/mi-dprintf.exp
6722 * gdb.mi/mi-exit-code.exp
6723 * gdb.mi/mi-pending.exp
6724 * gdb.mi/mi-solib.exp
6725 * gdb.mi/new-ui-mi-sync.exp
6726 * gdb.mi/pr11022.exp
6727 * gdb.mi/user-selected-context-sync.exp
6728 * gdb.opt/solib-intra-step.exp
6729 * gdb.python/py-events.exp
6730 * gdb.python/py-finish-breakpoint.exp
6731 * gdb.python/py-mi.exp
6732 * gdb.python/py-prettyprint.exp
6733 * gdb.python/py-shared.exp
6734 * gdb.python/py-symbol.exp
6735 * gdb.python/py-template.exp
6736 * gdb.python/py-type.exp
6737 * gdb.python/py-value.exp
6738 * gdb.reverse/solib-precsave.exp
6739 * gdb.reverse/solib-reverse.exp
6740 * gdb.server/solib-list.exp
6741 * gdb.stabs/weird.exp
6742 * gdb.threads/reconnect-signal.exp
6743 * gdb.threads/stepi-random-signal.exp
6744 * gdb.trace/actions.exp
6745 * gdb.trace/ax.exp
6746 * gdb.trace/backtrace.exp
6747 * gdb.trace/change-loc.exp
6748 * gdb.trace/deltrace.exp
6749 * gdb.trace/ftrace-lock.exp
6750 * gdb.trace/ftrace.exp
6751 * gdb.trace/infotrace.exp
6752 * gdb.trace/mi-tracepoint-changed.exp
6753 * gdb.trace/packetlen.exp
6754 * gdb.trace/passcount.exp
6755 * gdb.trace/pending.exp
6756 * gdb.trace/range-stepping.exp
6757 * gdb.trace/report.exp
6758 * gdb.trace/stap-trace.exp
6759 * gdb.trace/tfind.exp
6760 * gdb.trace/trace-break.exp
6761 * gdb.trace/trace-condition.exp
6762 * gdb.trace/trace-enable-disable.exp
6763 * gdb.trace/trace-mt.exp
6764 * gdb.trace/tracecmd.exp
6765 * gdb.trace/tspeed.exp
6766 * gdb.trace/tsv.exp
6767 * lib/perftest.exp
6768
fb9feb35
LM
67692016-12-01 Luis Machado <lgustavo@codesourcery.com>
6770
6771 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6772 with gdb_test_no_output.
6773 Use command as test name.
6774
cd2ddb6c
LM
67752016-12-01 Luis Machado <lgustavo@codesourcery.com>
6776
6777 Fix test names starting with uppercase throughout the files.
6778
6779 * gdb.ada/assign_1.exp
6780 * gdb.ada/boolean_expr.exp
6781 * gdb.base/arrayidx.exp
6782 * gdb.base/del.exp
6783 * gdb.base/gcore-buffer-overflow.exp
6784 * gdb.base/testenv.exp
6785 * gdb.compile/compile.exp
6786 * gdb.python/py-framefilter-invalidarg.exp
6787 * gdb.python/py-framefilter.exp
6788
bb95117e
LM
67892016-12-01 Luis Machado <lgustavo@codesourcery.com>
6790
6791 Fix test names starting with uppercase throughout the files.
6792
6793 * gdb.ada/array_return.exp
6794 * gdb.ada/expr_delims.exp
6795 * gdb.ada/mi_dyn_arr.exp
6796 * gdb.ada/mi_interface.exp
6797 * gdb.ada/mi_var_array.exp
6798 * gdb.ada/watch_arg.exp
6799 * gdb.arch/alpha-step.exp
6800 * gdb.arch/altivec-regs.exp
6801 * gdb.arch/e500-regs.exp
6802 * gdb.arch/powerpc-d128-regs.exp
6803 * gdb.base/arrayidx.exp
6804 * gdb.base/break.exp
6805 * gdb.base/checkpoint.exp
6806 * gdb.base/debug-expr.exp
6807 * gdb.base/dmsym.exp
6808 * gdb.base/radix.exp
6809 * gdb.base/sepdebug.exp
6810 * gdb.base/testenv.exp
6811 * gdb.base/watch_thread_num.exp
6812 * gdb.base/watchpoint-cond-gone.exp
6813 * gdb.cell/break.exp
6814 * gdb.cell/ea-cache.exp
6815 * gdb.compile/compile.exp
6816 * gdb.cp/gdb2495.exp
6817 * gdb.gdb/selftest.exp
6818 * gdb.gdb/xfullpath.exp
6819 * gdb.go/hello.exp
6820 * gdb.go/integers.exp
6821 * gdb.objc/basicclass.exp
6822 * gdb.pascal/hello.exp
6823 * gdb.pascal/integers.exp
6824 * gdb.python/py-breakpoint.exp
6825 * gdb.python/py-cmd.exp
6826 * gdb.python/py-linetable.exp
6827 * gdb.python/py-xmethods.exp
6828 * gdb.python/python.exp
6829 * gdb.reverse/consecutive-precsave.exp
6830 * gdb.reverse/finish-precsave.exp
6831 * gdb.reverse/i386-precsave.exp
6832 * gdb.reverse/machinestate-precsave.exp
6833 * gdb.reverse/sigall-precsave.exp
6834 * gdb.reverse/solib-precsave.exp
6835 * gdb.reverse/step-precsave.exp
6836 * gdb.reverse/until-precsave.exp
6837 * gdb.reverse/watch-precsave.exp
6838 * gdb.threads/leader-exit.exp
6839 * gdb.threads/pthreads.exp
6840 * gdb.threads/wp-replication.exp
6841 * gdb.trace/actions.exp
6842 * gdb.trace/mi-tsv-changed.exp
6843 * gdb.trace/tsv.exp
6844
de97fdd4
LM
68452016-12-01 Luis Machado <lgustavo@codesourcery.com>
6846
6847 Fix test names starting with uppercase throughout the files.
6848
6849 * gdb.arch/i386-bp_permanent.exp
6850 * gdb.arch/i386-gnu-cfi.exp
6851 * gdb.base/disasm-end-cu.exp
6852 * gdb.base/macscp.exp
6853 * gdb.base/pending.exp
6854 * gdb.base/watch_thread_num.exp
6855 * gdb.cp/exception.exp
6856 * gdb.cp/gdb2495.exp
6857 * gdb.cp/local.exp
6858 * gdb.python/py-evsignal.exp
6859 * gdb.python/python.exp
6860 * gdb.trace/tracecmd.exp
6861
9f058c10
LM
68622016-12-01 Luis Machado <lgustavo@codesourcery.com>
6863
6864 Fix test names starting with uppercase throughout the files.
6865
6866 * gdb.base/charset.exp
6867 * gdb.base/eval.exp
6868 * gdb.base/multi-forks.exp
6869 * gdb.guile/scm-progspace.exp
6870 * gdb.opencl/datatypes.exp
6871 * gdb.python/py-block.exp
6872 * gdb.python/py-function.exp
6873 * gdb.python/py-symbol.exp
6874 * gdb.python/py-symtab.exp
6875 * gdb.python/py-xmethods.exp
6876 * gdb.reverse/break-precsave.exp
6877 * gdb.reverse/break-reverse.exp
6878 * gdb.reverse/consecutive-precsave.exp
6879 * gdb.reverse/consecutive-reverse.exp
6880 * gdb.reverse/finish-precsave.exp
6881 * gdb.reverse/finish-reverse-bkpt.exp
6882 * gdb.reverse/finish-reverse.exp
6883 * gdb.reverse/fstatat-reverse.exp
6884 * gdb.reverse/getresuid-reverse.exp
6885 * gdb.reverse/i386-precsave.exp
6886 * gdb.reverse/i386-reverse.exp
6887 * gdb.reverse/i386-sse-reverse.exp
6888 * gdb.reverse/i387-stack-reverse.exp
6889 * gdb.reverse/insn-reverse.exp
6890 * gdb.reverse/machinestate-precsave.exp
6891 * gdb.reverse/machinestate.exp
6892 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6893 * gdb.reverse/pipe-reverse.exp
6894 * gdb.reverse/readv-reverse.exp
6895 * gdb.reverse/recvmsg-reverse.exp
6896 * gdb.reverse/rerun-prec.exp
6897 * gdb.reverse/s390-mvcle.exp
6898 * gdb.reverse/sigall-precsave.exp
6899 * gdb.reverse/sigall-reverse.exp
6900 * gdb.reverse/solib-precsave.exp
6901 * gdb.reverse/solib-reverse.exp
6902 * gdb.reverse/step-precsave.exp
6903 * gdb.reverse/step-reverse.exp
6904 * gdb.reverse/time-reverse.exp
6905 * gdb.reverse/until-precsave.exp
6906 * gdb.reverse/until-reverse.exp
6907 * gdb.reverse/waitpid-reverse.exp
6908 * gdb.reverse/watch-precsave.exp
6909 * gdb.reverse/watch-reverse.exp
6910
cdc7edd7
LM
69112016-12-01 Luis Machado <lgustavo@codesourcery.com>
6912
6913 Fix test names starting with uppercase throughout the files.
6914
6915 * gdb.arch/i386-mpx-simple_segv.exp
6916 * gdb.arch/i386-mpx.exp
6917 * gdb.arch/i386-permbkpt.exp
6918 * gdb.arch/pa-nullify.exp
6919 * gdb.arch/powerpc-d128-regs.exp
6920 * gdb.arch/vsx-regs.exp
6921 * gdb.base/bfp-test.exp
6922 * gdb.base/break.exp
6923 * gdb.base/breakpoint-shadow.exp
6924 * gdb.base/callfuncs.exp
6925 * gdb.base/charset.exp
6926 * gdb.base/commands.exp
6927 * gdb.base/completion.exp
6928 * gdb.base/dfp-test.exp
6929 * gdb.base/echo.exp
6930 * gdb.base/ending-run.exp
6931 * gdb.base/eval.exp
6932 * gdb.base/expand-psymtabs.exp
6933 * gdb.base/float128.exp
6934 * gdb.base/floatn.exp
6935 * gdb.base/foll-exec-mode.exp
6936 * gdb.base/gdb1056.exp
6937 * gdb.base/gdb11531.exp
6938 * gdb.base/kill-after-signal.exp
6939 * gdb.base/multi-forks.exp
6940 * gdb.base/overlays.exp
6941 * gdb.base/pending.exp
6942 * gdb.base/sepdebug.exp
6943 * gdb.base/testenv.exp
6944 * gdb.base/valgrind-db-attach.exp
6945 * gdb.base/watch_thread_num.exp
6946 * gdb.base/watchpoint-cond-gone.exp
6947 * gdb.base/watchpoint.exp
6948 * gdb.base/watchpoints.exp
6949 * gdb.cp/arg-reference.exp
6950 * gdb.cp/baseenum.exp
6951 * gdb.cp/operator.exp
6952 * gdb.cp/shadow.exp
6953 * gdb.dwarf2/dw2-op-out-param.exp
6954 * gdb.dwarf2/dw2-reg-undefined.exp
6955 * gdb.go/chan.exp
6956 * gdb.go/hello.exp
6957 * gdb.go/integers.exp
6958 * gdb.go/methods.exp
6959 * gdb.go/package.exp
6960 * gdb.guile/scm-parameter.exp
6961 * gdb.guile/scm-progspace.exp
6962 * gdb.guile/scm-value.exp
6963 * gdb.mi/mi-pending.exp
6964 * gdb.mi/user-selected-context-sync.exp
6965 * gdb.multi/multi-attach.exp
6966 * gdb.multi/tids.exp
6967 * gdb.opt/clobbered-registers-O2.exp
6968 * gdb.pascal/floats.exp
6969 * gdb.pascal/integers.exp
6970 * gdb.python/py-block.exp
6971 * gdb.python/py-events.exp
6972 * gdb.python/py-parameter.exp
6973 * gdb.python/py-symbol.exp
6974 * gdb.python/py-symtab.exp
6975 * gdb.python/py-type.exp
6976 * gdb.python/py-value.exp
6977 * gdb.python/py-xmethods.exp
6978 * gdb.python/python.exp
6979 * gdb.reverse/break-precsave.exp
6980 * gdb.reverse/consecutive-precsave.exp
6981 * gdb.reverse/finish-precsave.exp
6982 * gdb.reverse/i386-precsave.exp
6983 * gdb.reverse/machinestate-precsave.exp
6984 * gdb.reverse/sigall-precsave.exp
6985 * gdb.reverse/solib-precsave.exp
6986 * gdb.reverse/step-precsave.exp
6987 * gdb.reverse/until-precsave.exp
6988 * gdb.reverse/watch-precsave.exp
6989 * gdb.server/ext-attach.exp
6990 * gdb.server/ext-restart.exp
6991 * gdb.server/ext-run.exp
6992 * gdb.server/ext-wrapper.exp
6993 * gdb.stabs/gdb11479.exp
6994 * gdb.stabs/weird.exp
6995 * gdb.threads/attach-many-short-lived-threads.exp
6996 * gdb.threads/kill.exp
6997 * gdb.threads/watchpoint-fork.exp
6998
bc6c7af4
LM
69992016-12-01 Luis Machado <lgustavo@codesourcery.com>
7000
7001 Fix test names starting with uppercase throughout all the files below.
7002
7003 * gdb.ada/array_return.exp
7004 * gdb.ada/catch_ex.exp
7005 * gdb.ada/info_exc.exp
7006 * gdb.ada/mi_catch_ex.exp
7007 * gdb.ada/mi_dyn_arr.exp
7008 * gdb.ada/mi_ex_cond.exp
7009 * gdb.ada/mi_exc_info.exp
7010 * gdb.ada/mi_interface.exp
7011 * gdb.ada/mi_task_arg.exp
7012 * gdb.ada/mi_task_info.exp
7013 * gdb.ada/mi_var_array.exp
7014 * gdb.arch/alpha-step.exp
7015 * gdb.arch/amd64-disp-step.exp
7016 * gdb.arch/arm-disp-step.exp
7017 * gdb.arch/disp-step-insn-reloc.exp
7018 * gdb.arch/e500-prologue.exp
7019 * gdb.arch/ftrace-insn-reloc.exp
7020 * gdb.arch/gdb1558.exp
7021 * gdb.arch/i386-bp_permanent.exp
7022 * gdb.arch/i386-disp-step.exp
7023 * gdb.arch/i386-float.exp
7024 * gdb.arch/i386-gnu-cfi.exp
7025 * gdb.arch/ia64-breakpoint-shadow.exp
7026 * gdb.arch/mips16-thunks.exp
7027 * gdb.arch/pa-nullify.exp
7028 * gdb.arch/powerpc-aix-prologue.exp
7029 * gdb.arch/powerpc-power.exp
7030 * gdb.arch/ppc-dfp.exp
7031 * gdb.arch/s390-tdbregs.exp
7032 * gdb.arch/spu-info.exp
7033 * gdb.arch/spu-ls.exp
7034 * gdb.arch/thumb-bx-pc.exp
7035 * gdb.base/advance.exp
7036 * gdb.base/annota-input-while-running.exp
7037 * gdb.base/arrayidx.exp
7038 * gdb.base/asmlabel.exp
7039 * gdb.base/async.exp
7040 * gdb.base/attach-wait-input.exp
7041 * gdb.base/auto-connect-native-target.exp
7042 * gdb.base/batch-preserve-term-settings.exp
7043 * gdb.base/bfp-test.exp
7044 * gdb.base/bigcore.exp
7045 * gdb.base/bp-permanent.exp
7046 * gdb.base/break-always.exp
7047 * gdb.base/break-fun-addr.exp
7048 * gdb.base/break-idempotent.exp
7049 * gdb.base/break-main-file-remove-fail.exp
7050 * gdb.base/break-probes.exp
7051 * gdb.base/break-unload-file.exp
7052 * gdb.base/break.exp
7053 * gdb.base/call-ar-st.exp
7054 * gdb.base/call-rt-st.exp
7055 * gdb.base/call-sc.exp
7056 * gdb.base/call-signal-resume.exp
7057 * gdb.base/call-strs.exp
7058 * gdb.base/callexit.exp
7059 * gdb.base/callfuncs.exp
7060 * gdb.base/catch-gdb-caused-signals.exp
7061 * gdb.base/catch-signal-siginfo-cond.exp
7062 * gdb.base/catch-syscall.exp
7063 * gdb.base/compare-sections.exp
7064 * gdb.base/cond-eval-mode.exp
7065 * gdb.base/condbreak-call-false.exp
7066 * gdb.base/consecutive-step-over.exp
7067 * gdb.base/cursal.exp
7068 * gdb.base/disabled-location.exp
7069 * gdb.base/disasm-end-cu.exp
7070 * gdb.base/display.exp
7071 * gdb.base/double-prompt-target-event-error.exp
7072 * gdb.base/dprintf-bp-same-addr.exp
7073 * gdb.base/dprintf-detach.exp
7074 * gdb.base/dprintf-next.exp
7075 * gdb.base/dprintf-non-stop.exp
7076 * gdb.base/dprintf-pending.exp
7077 * gdb.base/dso2dso.exp
7078 * gdb.base/ending-run.exp
7079 * gdb.base/enum_cond.exp
7080 * gdb.base/examine-backward.exp
7081 * gdb.base/exe-lock.exp
7082 * gdb.base/exec-invalid-sysroot.exp
7083 * gdb.base/execl-update-breakpoints.exp
7084 * gdb.base/execution-termios.exp
7085 * gdb.base/fileio.exp
7086 * gdb.base/fixsection.exp
7087 * gdb.base/foll-exec-mode.exp
7088 * gdb.base/foll-exec.exp
7089 * gdb.base/fork-running-state.exp
7090 * gdb.base/frame-args.exp
7091 * gdb.base/fullpath-expand.exp
7092 * gdb.base/func-ptr.exp
7093 * gdb.base/gcore-relro-pie.exp
7094 * gdb.base/gdb1090.exp
7095 * gdb.base/gdb1555.exp
7096 * gdb.base/global-var-nested-by-dso.exp
7097 * gdb.base/gnu-ifunc.exp
7098 * gdb.base/hbreak-in-shr-unsupported.exp
7099 * gdb.base/hbreak-unmapped.exp
7100 * gdb.base/hook-stop.exp
7101 * gdb.base/infcall-input.exp
7102 * gdb.base/info-fun.exp
7103 * gdb.base/info-shared.exp
7104 * gdb.base/interrupt-noterm.exp
7105 * gdb.base/jit-so.exp
7106 * gdb.base/jit.exp
7107 * gdb.base/line-symtabs.exp
7108 * gdb.base/list.exp
7109 * gdb.base/longjmp.exp
7110 * gdb.base/macscp.exp
7111 * gdb.base/max-value-size.exp
7112 * gdb.base/nodebug.exp
7113 * gdb.base/nofield.exp
7114 * gdb.base/overlays.exp
7115 * gdb.base/paginate-after-ctrl-c-running.exp
7116 * gdb.base/paginate-bg-execution.exp
7117 * gdb.base/paginate-inferior-exit.exp
7118 * gdb.base/pending.exp
7119 * gdb.base/pr11022.exp
7120 * gdb.base/printcmds.exp
7121 * gdb.base/ptr-typedef.exp
7122 * gdb.base/ptype.exp
7123 * gdb.base/randomize.exp
7124 * gdb.base/range-stepping.exp
7125 * gdb.base/realname-expand.exp
7126 * gdb.base/relativedebug.exp
7127 * gdb.base/remote.exp
7128 * gdb.base/savedregs.exp
7129 * gdb.base/sepdebug.exp
7130 * gdb.base/set-noassign.exp
7131 * gdb.base/shlib-call.exp
7132 * gdb.base/shreloc.exp
7133 * gdb.base/sigaltstack.exp
7134 * gdb.base/sigbpt.exp
7135 * gdb.base/siginfo-addr.exp
7136 * gdb.base/siginfo-obj.exp
7137 * gdb.base/siginfo-thread.exp
7138 * gdb.base/signest.exp
7139 * gdb.base/signull.exp
7140 * gdb.base/sigrepeat.exp
7141 * gdb.base/skip.exp
7142 * gdb.base/so-impl-ld.exp
7143 * gdb.base/solib-corrupted.exp
7144 * gdb.base/solib-disc.exp
7145 * gdb.base/solib-display.exp
7146 * gdb.base/solib-overlap.exp
7147 * gdb.base/solib-search.exp
7148 * gdb.base/solib-symbol.exp
7149 * gdb.base/source-execution.exp
7150 * gdb.base/sss-bp-on-user-bp-2.exp
7151 * gdb.base/sss-bp-on-user-bp.exp
7152 * gdb.base/stack-checking.exp
7153 * gdb.base/stale-infcall.exp
7154 * gdb.base/step-break.exp
7155 * gdb.base/step-line.exp
7156 * gdb.base/step-over-exit.exp
7157 * gdb.base/step-test.exp
7158 * gdb.base/structs.exp
7159 * gdb.base/sym-file.exp
7160 * gdb.base/symtab-search-order.exp
7161 * gdb.base/term.exp
7162 * gdb.base/type-opaque.exp
7163 * gdb.base/unload.exp
7164 * gdb.base/until-nodebug.exp
7165 * gdb.base/until.exp
7166 * gdb.base/unwindonsignal.exp
7167 * gdb.base/watch-cond.exp
7168 * gdb.base/watch-non-mem.exp
7169 * gdb.base/watch_thread_num.exp
7170 * gdb.base/watchpoint-reuse-slot.exp
7171 * gdb.base/watchpoint-solib.exp
7172 * gdb.base/watchpoint.exp
7173 * gdb.btrace/dlopen.exp
7174 * gdb.cell/arch.exp
7175 * gdb.cell/break.exp
7176 * gdb.cell/bt.exp
7177 * gdb.cell/core.exp
7178 * gdb.cell/data.exp
7179 * gdb.cell/dwarfaddr.exp
7180 * gdb.cell/ea-cache.exp
7181 * gdb.cell/ea-standalone.exp
7182 * gdb.cell/ea-test.exp
7183 * gdb.cell/f-regs.exp
7184 * gdb.cell/fork.exp
7185 * gdb.cell/gcore.exp
7186 * gdb.cell/mem-access.exp
7187 * gdb.cell/ptype.exp
7188 * gdb.cell/registers.exp
7189 * gdb.cell/sizeof.exp
7190 * gdb.cell/solib-symbol.exp
7191 * gdb.cell/solib.exp
7192 * gdb.compile/compile-tls.exp
7193 * gdb.cp/exception.exp
7194 * gdb.cp/gdb2495.exp
7195 * gdb.cp/local.exp
7196 * gdb.cp/mb-inline.exp
7197 * gdb.cp/mb-templates.exp
7198 * gdb.cp/pr10687.exp
7199 * gdb.cp/pr9167.exp
7200 * gdb.cp/scope-err.exp
7201 * gdb.cp/templates.exp
7202 * gdb.cp/virtfunc.exp
7203 * gdb.dwarf2/dw2-dir-file-name.exp
7204 * gdb.dwarf2/dw2-single-line-discriminators.exp
7205 * gdb.fortran/complex.exp
7206 * gdb.fortran/library-module.exp
7207 * gdb.guile/guile.exp
7208 * gdb.guile/scm-cmd.exp
7209 * gdb.guile/scm-frame-inline.exp
7210 * gdb.guile/scm-objfile.exp
7211 * gdb.guile/scm-pretty-print.exp
7212 * gdb.guile/scm-symbol.exp
7213 * gdb.guile/scm-type.exp
7214 * gdb.guile/scm-value.exp
7215 * gdb.linespec/keywords.exp
7216 * gdb.linespec/ls-errs.exp
7217 * gdb.linespec/macro-relative.exp
7218 * gdb.linespec/thread.exp
7219 * gdb.mi/mi-breakpoint-changed.exp
7220 * gdb.mi/mi-dprintf-pending.exp
7221 * gdb.mi/mi-fullname-deleted.exp
7222 * gdb.mi/mi-logging.exp
7223 * gdb.mi/mi-pending.exp
7224 * gdb.mi/mi-solib.exp
7225 * gdb.mi/new-ui-mi-sync.exp
7226 * gdb.mi/user-selected-context-sync.exp
7227 * gdb.multi/dummy-frame-restore.exp
7228 * gdb.multi/multi-arch-exec.exp
7229 * gdb.multi/remove-inferiors.exp
7230 * gdb.multi/watchpoint-multi-exit.exp
7231 * gdb.opt/solib-intra-step.exp
7232 * gdb.perf/backtrace.exp
7233 * gdb.perf/single-step.exp
7234 * gdb.perf/skip-command.exp
7235 * gdb.perf/skip-prologue.exp
7236 * gdb.perf/solib.exp
7237 * gdb.python/lib-types.exp
7238 * gdb.python/py-as-string.exp
7239 * gdb.python/py-bad-printers.exp
7240 * gdb.python/py-block.exp
7241 * gdb.python/py-breakpoint.exp
7242 * gdb.python/py-cmd.exp
7243 * gdb.python/py-events.exp
7244 * gdb.python/py-evthreads.exp
7245 * gdb.python/py-finish-breakpoint.exp
7246 * gdb.python/py-finish-breakpoint2.exp
7247 * gdb.python/py-frame-inline.exp
7248 * gdb.python/py-frame.exp
7249 * gdb.python/py-inferior.exp
7250 * gdb.python/py-infthread.exp
7251 * gdb.python/py-mi.exp
7252 * gdb.python/py-objfile.exp
7253 * gdb.python/py-pp-maint.exp
7254 * gdb.python/py-pp-registration.exp
7255 * gdb.python/py-prettyprint.exp
7256 * gdb.python/py-recurse-unwind.exp
7257 * gdb.python/py-shared.exp
7258 * gdb.python/py-symbol.exp
7259 * gdb.python/py-symtab.exp
7260 * gdb.python/py-template.exp
7261 * gdb.python/py-type.exp
7262 * gdb.python/py-unwind-maint.exp
7263 * gdb.python/py-unwind.exp
7264 * gdb.python/py-value.exp
7265 * gdb.python/python.exp
7266 * gdb.reverse/finish-reverse-bkpt.exp
7267 * gdb.reverse/insn-reverse.exp
7268 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7269 * gdb.reverse/solib-precsave.exp
7270 * gdb.reverse/solib-reverse.exp
7271 * gdb.stabs/gdb11479.exp
7272 * gdb.stabs/weird.exp
7273 * gdb.threads/fork-child-threads.exp
7274 * gdb.threads/fork-plus-threads.exp
7275 * gdb.threads/fork-thread-pending.exp
7276 * gdb.threads/forking-threads-plus-breakpoint.exp
7277 * gdb.threads/hand-call-in-threads.exp
7278 * gdb.threads/interrupted-hand-call.exp
7279 * gdb.threads/linux-dp.exp
7280 * gdb.threads/local-watch-wrong-thread.exp
7281 * gdb.threads/next-while-other-thread-longjmps.exp
7282 * gdb.threads/non-ldr-exit.exp
7283 * gdb.threads/pending-step.exp
7284 * gdb.threads/print-threads.exp
7285 * gdb.threads/process-dies-while-detaching.exp
7286 * gdb.threads/process-dies-while-handling-bp.exp
7287 * gdb.threads/pthreads.exp
7288 * gdb.threads/queue-signal.exp
7289 * gdb.threads/reconnect-signal.exp
7290 * gdb.threads/signal-command-handle-nopass.exp
7291 * gdb.threads/signal-command-multiple-signals-pending.exp
7292 * gdb.threads/signal-delivered-right-thread.exp
7293 * gdb.threads/signal-sigtrap.exp
7294 * gdb.threads/sigthread.exp
7295 * gdb.threads/staticthreads.exp
7296 * gdb.threads/stepi-random-signal.exp
7297 * gdb.threads/thread-unwindonsignal.exp
7298 * gdb.threads/thread_check.exp
7299 * gdb.threads/thread_events.exp
7300 * gdb.threads/tid-reuse.exp
7301 * gdb.threads/tls-nodebug.exp
7302 * gdb.threads/tls-shared.exp
7303 * gdb.threads/tls-so_extern.exp
7304 * gdb.threads/tls.exp
7305 * gdb.threads/wp-replication.exp
7306 * gdb.trace/actions-changed.exp
7307 * gdb.trace/actions.exp
7308 * gdb.trace/backtrace.exp
7309 * gdb.trace/change-loc.exp
7310 * gdb.trace/collection.exp
7311 * gdb.trace/deltrace.exp
7312 * gdb.trace/disconnected-tracing.exp
7313 * gdb.trace/entry-values.exp
7314 * gdb.trace/ftrace-lock.exp
7315 * gdb.trace/ftrace.exp
7316 * gdb.trace/infotrace.exp
7317 * gdb.trace/mi-trace-frame-collected.exp
7318 * gdb.trace/mi-trace-unavailable.exp
7319 * gdb.trace/mi-traceframe-changed.exp
7320 * gdb.trace/mi-tracepoint-changed.exp
7321 * gdb.trace/mi-tsv-changed.exp
7322 * gdb.trace/no-attach-trace.exp
7323 * gdb.trace/packetlen.exp
7324 * gdb.trace/passc-dyn.exp
7325 * gdb.trace/passcount.exp
7326 * gdb.trace/pending.exp
7327 * gdb.trace/pr16508.exp
7328 * gdb.trace/qtro.exp
7329 * gdb.trace/range-stepping.exp
7330 * gdb.trace/read-memory.exp
7331 * gdb.trace/report.exp
7332 * gdb.trace/save-trace.exp
7333 * gdb.trace/signal.exp
7334 * gdb.trace/stap-trace.exp
7335 * gdb.trace/status-stop.exp
7336 * gdb.trace/strace.exp
7337 * gdb.trace/tfile.exp
7338 * gdb.trace/tfind.exp
7339 * gdb.trace/trace-break.exp
7340 * gdb.trace/trace-condition.exp
7341 * gdb.trace/trace-enable-disable.exp
7342 * gdb.trace/trace-mt.exp
7343 * gdb.trace/tracecmd.exp
7344 * gdb.trace/tracefile-pseudo-reg.exp
7345 * gdb.trace/tspeed.exp
7346 * gdb.trace/tstatus.exp
7347 * gdb.trace/tsv.exp
7348 * gdb.trace/unavailable.exp
7349 * gdb.trace/while-dyn.exp
7350 * gdb.trace/while-stepping.exp
7351 * lib/gdb-guile.exp
7352 * lib/gdb.exp
7353 * lib/mi-support.exp
7354 * lib/pascal.exp
7355 * lib/perftest.exp
7356 * lib/prelink-support.exp
7357 * lib/selftest-support.exp
7358
ad02e4fe
SM
73592016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7360
7361 * Makefile.in: Include disable-implicit-rules.mk.
7362
22347e55
AA
73632016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7364
7365 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7366 non-byte-aligned bit fields.
7367
da5b30da
AA
73682016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7369
7370 PR gdb/12616
7371 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7372 respects the DW_AT_data_bit_offset attribute.
7373
b593ecca
SM
73742016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7375
7376 * gdb.base/default.exp: Fix output of "set language".
7377
3b165252
SM
73782016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7379
7380 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7381 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7382 make.
7383 * configure.ac: Remove checks for the make program.
7384 * configure: Re-generate.
7385
1a2f3d7f
KB
73862016-11-16 Kevin Buettner <kevinb@redhat.com>
7387
7388 * gdb.python/py-recurse-unwind.c (main): Add loop.
7389 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7390 to read_register() and gdb.parse_and_eval(). Make each code
7391 call a separate case that can be individually tested.
7392 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7393 proc. Call cont_and_backtrace for each of the code paths that
7394 we want to test in the unwinder.
7395
b7f38fda
AA
73962016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7397
7398 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7399 the definition of struct S.
7400
1f8db343
CM
74012016-11-11 Catherine Moore <clm@codesourcery.com>
7402
7403 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7404
fad0c9fb
PA
74052016-11-09 Pedro Alves <palves@redhat.com>
7406
7407 * gdb.base/commands.exp (runto_or_return): New procedure.
7408 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7409 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7410 (progvar_simple_while_test, progvar_complex_if_while_test)
7411 (if_while_breakpoint_command_test)
7412 (infrun_breakpoint_command_test, breakpoint_command_test)
7413 (user_defined_command_test, watchpoint_command_test)
7414 (test_command_prompt_position, redefine_hook_test)
7415 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7416 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7417 multi_line_input and multi_line. Remove gdb_expect and
7418 gdb_stop_suppressing_tests uses.
7419 * lib/gdb.exp (valnum_re): New global.
7420 (multi_line_input): New procedure.
7421
8354c62c
SM
74222016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7423
7424 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7425 Remove.
7426 (test_setup): Define with proc_with_prefix.
7427 (test_cli_inferior): Likewise.
7428 (test_cli_thread): Likewise.
7429 (test_cli_frame): Likewise.
7430 (test_cli_select_frame): Likewise.
7431 (test_cli_up_down): Likewise.
7432 (test_mi_thread_select): Likewise.
7433 (test_mi_stack_select_frame): Likewise.
7434 (test_cli_in_mi_inferior): Likewise.
7435 (test_cli_in_mi_thread): Likewise.
7436 (test_cli_in_mi_frame): Likewise.
7437 (top level): Do not use with_test_prefix_procname.
7438
64f367a2
PA
74392016-11-09 Pedro Alves <palves@redhat.com>
7440
7441 * gdb.base/commands.exp (gdbvar_simple_if_test)
7442 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7443 (progvar_simple_if_test, progvar_simple_while_test)
7444 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7445 (infrun_breakpoint_command_test, breakpoint_command_test)
7446 (user_defined_command_test, watchpoint_command_test)
7447 (test_command_prompt_position, deprecated_command_test)
7448 (bp_deleted_in_command, temporary_breakpoint_commands)
7449 (stray_arg0_test, source_file_with_indented_comment)
7450 (recursive_source_test, if_commands_test)
7451 (error_clears_commands_left, redefine_hook_test)
7452 (redefine_backtrace_test): Use proc_with_prefix.
7453 * lib/gdb.exp (proc_with_prefix): New proc.
7454
0bb65f1e
AA
74552016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7456
7457 * gdb.base/tui-layout.c: New file.
7458 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7459 disassembly window contains very long lines.
7460
7353f247
TT
74612016-11-08 Tom Tromey <tom@tromey.com>
7462
7463 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7464 depend on Python 2.
7465
30a7bb83
TT
74662016-11-08 Tom Tromey <tom@tromey.com>
7467
7468 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7469 New method.
7470
cdf5a07c
MG
74712016-10-29 Manish Goregaokar <manish@mozilla.com>
7472
2806dc7e 7473 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 7474
51a789c3
MG
74752016-10-27 Manish Goregaokar <manish@mozilla.com>
7476
2806dc7e
PA
7477 * gdb.rust/simple.rs: Add test for univariant enums without
7478 discriminants and for encoded struct-like enums.
51a789c3 7479
f610ab6d
PA
74802016-10-28 Pedro Alves <palves@redhat.com>
7481
7482 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7483 gdb_test_multiple, tighten regexps and match symtabs and line
7484 tables incrementally.
7485
b129b0ca
LM
74862016-10-28 Luis Machado <lgustavo@codesourcery.com>
7487
7488 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7489 general.
7490
ecf45d2c
SL
74912016-10-25 Luis Machado <lgustavo@codesourcery.com>
7492
7493 * gdb.base/exec-invalid-sysroot.exp: New file.
7494
b8d38ee4
JK
74952016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7496
7497 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7498
f90fd8c2
JK
74992016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7500
7501 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7502
2d2476aa
MR
75032016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7504
2806dc7e
PA
7505 * gdb.base/killed-outside.exp: Remove $options from a call to
7506 `prepare_for_testing'.
2d2476aa 7507
e42b25a0
SM
75082016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7509
7510 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7511 Change test message.
7512
3ccdb432
SM
75132016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7514
7515 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7516 Update comment.
7517
5bad3170
SM
75182016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7519
7520 * gdb.trace/mi-trace-save.exp: New file.
7521
5ad9dba7
YQ
75222016-10-13 Yao Qi <yao.qi@linaro.org>
7523
7524 * gdb.base/code_elim.exp (get_var_address): Remove.
7525 * gdb.base/relocate.exp: Likewise.
7526 * gdb.base/shreloc.exp: Likewise.
7527 * lib/gdb.exp (get_var_address): New.
7528
62df7e21
YQ
75292016-10-13 Yao Qi <yao.qi@linaro.org>
7530
7531 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7532 floating point tests if $skip_float_test is false.
7533
4dac951e
LM
75342016-10-12 Luis Machado <lgustavo@codesourcery.com>
7535
7536 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7537 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7538 argc values.
7539 Add 1 to argc so we guarantee distinct initial/modified argc values.
7540
8f1a8fc4
JK
75412016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7542
7543 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7544
16c85b5d
JK
75452016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7546
7547 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7548 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7549 * gdb.arch/vsx-regs.exp: Likewise.
7550
1d0e042a
YQ
75512016-10-07 Yao Qi <yao.qi@linaro.org>
7552
7553 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7554
68dadef5
MM
75552016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7556
7557 * gdb.python/python.exp: Test decode_line("*0").
7558
33fa2c6e
DE
75592016-10-06 Doug Evans <dje@google.com>
7560
7561 * gdb.python/py-value.exp (test_value_creation): Add test for large
7562 unsigned 64-bit value.
7563
9c37b5ae
TT
75642016-10-06 Tom Tromey <tom@tromey.com>
7565
7566 * gdb.compile/compile.exp: Change java tests to rust.
7567 * gdb.base/setshow.exp: Change java tests to rust.
7568 * gdb.base/default.exp: Remove java from language list.
7569 * README (Examples): Update language example.
7570 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7571 test.
7572 * lib/gdb.exp (skip_java_tests): Remove.
7573 * lib/java.exp: Remove.
7574 * gdb.java: Remove.
7575
78b86327
MR
75762016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7577
7578 * gdb.arch/mips-fcr.exp: New test.
7579 * gdb.arch/mips-fcr.c: Source for the new test.
7580
7470adbb
MR
75812016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7582
7583 * gdb.base/solib-disc.exp: Use `standard_output_file'
7584 throughout.
7585
4a556533
PA
75862016-10-06 Pedro Alves <palves@redhat.com>
7587
7588 * gdb.base/jit-simple-dl.c: New file.
7589 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7590 * gdb.base/jit-simple.c: ... this.
7591 * gdb.base/jit-simple.exp (jit_run): Delete.
7592 (build_jit): New proc.
7593 (jit_test_reread): Recompile either the main program or the shared
7594 library, depending on what is being tested. Skip changing address
7595 if caller wants to. Compare before/after addresses. If testing
7596 standalone, explicitly load the binary. Test "maint info
7597 breakpoints".
7598 (top level): Add "standalone vs shared lib" and "change address"
7599 vs "same address" axes.
7600
5a122fbc
PA
76012016-10-06 Pedro Alves <palves@redhat.com>
7602
7603 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7604 call.
7605 (jit_run): Delete.
7606 (jit_test_reread): Use with_test_prefix. Reload the main binary
7607 explicitly. Compare the before/after addresses of the JIT
7608 descriptor.
7609
ee8da4b8
DE
76102016-08-15 Doug Evans <dje@google.com>
7611
7612 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7613 for single bitfields is bool.
7614 * gdb.xml/tdesc-regs.exp: Ditto.
7615
f389f6fe
JK
76162016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7617
7618 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7619
fdebf1a4
YQ
76202016-10-05 Yao Qi <yao.qi@linaro.org>
7621
7622 * lib/gdb.exp (support_complex_tests): Return zero if
7623 gdb_skip_float_test return true.
7624
9c36d954 76252016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7626 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
7627
7628 PR gdb/20487
7629 * gdb.mi/user-selected-context-sync.exp: New file.
7630 * gdb.mi/user-selected-context-sync.c: New file.
7631
4034d0ff 76322016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7633 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
7634
7635 PR gdb/20487
7636 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7637 =thread-select-event check.
7638
a4297203
PB
76392016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7640
7641 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7642 the compulsory L operand changes.
7643 * gdb.arch/powerpc-power.s: Likewise.
7644
bb805577
JK
76452016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7646
7647 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7648 * gdb.base/jit-attach-pie.c: New file.
7649 * gdb.base/jit-attach-pie.exp: New file.
7650
6d61dee5
PA
76512016-09-28 Pedro Alves <palves@redhat.com>
7652
7653 * gdb.base/infcall-input.c: New file.
7654 * gdb.base/infcall-input.exp: New file.
7655
f73842fc
YQ
76562016-09-22 Yao Qi <yao.qi@linaro.org>
7657
7658 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7659 (gdb_exit): Rename it to ...
7660 (gdbserver_gdb_exit): ... Close GDBserver.
7661 (gdb_exit): New proc, call gdbserver_gdb_exit.
7662 (mi_gdb_exit): Likewise.
7663
90681dab
YQ
76642016-09-22 Yao Qi <yao.qi@linaro.org>
7665
7666 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7667 path.
7668 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7669 Remove duplication.
7670
9c211fd8
YQ
76712016-09-22 Yao Qi <yao.qi@linaro.org>
7672
7673 * lib/gdbserver-support.exp: Check the existence of
7674 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7675
ad0a504f
AK
76762016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7677
7678 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7679
36cf1806
TT
76802016-09-21 Tom Tromey <tom@tromey.com>
7681
7682 PR gdb/20604:
7683 * gdb.base/quit.exp: New file.
7684
74172ecf
SM
76852016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7686
7687 * .gitignore: New file.
7688
3d0ec882
MR
76892016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7690
7691 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7692 throughout.
7693
8193adea
AA
76942016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7695
7696 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7697
d41a5c09
JK
76982016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7699
7700 * gdb.cp/casts.cc (decltype): Move it ...
7701 (main): ... with its call to ...
7702 * gdb.cp/casts03.cc: ... a new file.
7703 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7704
d2dfe700
JK
77052016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7706
7707 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7708
e2a92b16
PB
77092016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7710
7711 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7712 and sync up the test with tests in gas/testsuite/gas/ppc.
7713 * gdb.arch/powerpc-power.exp: Likewise.
7714
49b4de64
JK
77152016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7716
7717 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7718
2c29df25
SDJ
77192016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7720 Jan Kratochvil <jan.kratochvil@redhat.com>
7721
7722 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7723 make m1's definition to be different from m2's. Use 'dummy' as an
7724 argument for probe 'two'.
7725
cc3c2846
JB
77262016-09-10 Jon Beniston <jon@beniston.com>
7727
7728 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7729 for sim target.
7730
e1b2624a
AA
77312016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7732
7733 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7734 variable declaration.
7735 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7736 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7737 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7738 received HWCAP as its argument.
7739
4295e285
PA
77402016-09-06 Pedro Alves <palves@redhat.com>
7741
7742 * gdb.base/new-ui-pending-input.c: New file.
7743 * gdb.base/new-ui-pending-input.exp: New file.
7744 * gdb.exp (clear_gdb_spawn_id): New procedure.
7745 (with_spawn_id): Check whether gdb_spawn_id exists before
7746 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7747 on exit.
7748
00d5215e
UW
77492016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7750
7751 * gdb.base/float128.c: New file.
7752 * gdb.base/float128.exp: Likewise.
7753 * gdb.base/floatn.c: Likewise.
7754 * gdb.base/floatn.exp: Likewise.
7755
a9ff5f12
UW
77562016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7757
7758 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7759
f245535c
PA
77602016-09-05 Pedro Alves <palves@redhat.com>
7761
7762 PR backtrace/19927
7763 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7764 unwinders are immediately called as side effect of "source" or
7765 "disable unwinder" commands.
7766 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7767
ae9cf263
YQ
77682016-09-02 Yao Qi <yao.qi@linaro.org>
7769
7770 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7771 is true and $type is "float" or "double".
7772
27aba047
YQ
77732016-09-02 Yao Qi <yao.qi@linaro.org>
7774
7775 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7776 true.
7777 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7778 * gdb.base/call-rt-st.exp: Likewise.
7779 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7780 return value instead of gdb,skip_float_test.
7781 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7782 (do_function_calls): Use its return value instead of
7783 gdb,skip_float_test.
7784 * gdb.base/finish.exp: Likewise.
7785 * gdb.base/funcargs.exp: Likewise.
7786 * gdb.base/return.exp: Likewise.
7787 * gdb.base/return2.exp: Likewise.
7788 * gdb.base/varargs.exp: Likewise.
7789 * lib/gdb.exp (gdb_skip_float_test): Change it to
7790 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7791
5af962df
AA
77922016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7793
7794 * gdb.multi/tids.exp: Test "thread apply all".
7795
7fac6910
JK
77962016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7797
7798 * gdb.base/default.exp (tty): Remove.
7799
bb1fe4ac
KB
78002016-08-24 Kevin Buettner <kevinb@redhat.com>
7801
2806dc7e
PA
7802 * gdb.python/py-recurse-unwind.c: New file.
7803 * gdb.python/py-recurse-unwind.py: New file.
7804 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 7805
0a1ddfa6
SM
78062016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7807
7808 * gdb.base/set-inferior-tty.exp: New file.
7809 * gdb.base/set-inferior-tty.c: New file.
7810
d9de1fe3
PA
78112016-08-23 Pedro Alves <palves@redhat.com>
7812
7813 PR gdb/20494
7814 * gdb.base/new-ui-echo.c: New file.
7815 * gdb.base/new-ui-echo.exp: New file.
7816
e9d9abd7
YQ
78172016-08-23 Yao Qi <yao.qi@linaro.org>
7818
7819 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7820 gdbserver_spawn.
7821 * gdb.server/connect-without-multi-process.exp (do_test):
7822 Likewise.
7823
3589529e
YQ
78242016-08-23 Yao Qi <yao.qi@linaro.org>
7825
7826 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7827 standalone_txt. Delete gdb_txt and standalone_txt on host
7828 and target. Spawn the binary on target. Copy files from
7829 target to host.
7830
6bb90213
PA
78312016-08-22 Pedro Alves <palves@redhat.com>
7832
7833 PR gdb/20505
7834 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7835 with_test_prefix. Factor out bits to ...
7836 (test_no_vdso): ... this new procedure.
7837
20c2c024
CL
78382016-08-19 Carl Love <cel@us.ibm.com>
7839
7840 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7841 maintaining separate logic for constructing the output path.
7842 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7843 * gdb.arch/ppc-dfp.exp: Likewise.
7844 * gdb.arch/ppc-fp.exp: Likewise.
7845 * gdb.arch/vsx-regs.exp: Likewise.
7846 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7847 binprefix for generating the additional binary files.
7848
0646e07d
PA
78492016-08-19 Pedro Alves <palves@redhat.com>
7850
7851 * gdb.trace/mi-trace-frame-collected.exp
7852 (test_trace_frame_collected): On x32, expect two registers.
7853
46da9242
CL
78542016-08-18 Carl Love <cel@us.ibm.com>
7855
7856 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7857 and sync up the test with tests in gas/testsuite/gas/ppc.
7858 * gdb.arch/powerpc-power.exp: Likewise.
7859
eb2332d7
SM
78602016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7861
7862 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7863 expected error message.
7864
63c61e04
SM
78652016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7866
7867 * gdb.multi/remove-inferiors.exp: New file.
7868 * gdb.multi/remove-inferiors.c: New file.
7869
7b17065f
YQ
78702016-08-12 Yao Qi <yao.qi@linaro.org>
7871
7872 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7873 argument list.
7874
01d3dedf
PA
78752016-08-10 Pedro Alves <palves@redhat.com>
7876
7877 PR gdb/19187
7878 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7879 setup_kfails.
7880
3eb7562a
PA
78812016-08-09 Pedro Alves <palves@redhat.com>
7882 Simon Marchi <simon.marchi@ericsson.com>
7883
7884 PR gdb/20418
7885 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7886 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7887
80614914
PA
78882016-08-09 Pedro Alves <palves@redhat.com>
7889
7890 PR mi/20431
7891 * gdb.mi/mi-cmd-error.exp: New file.
7892
f348d89a
PA
78932016-08-09 Pedro Alves <palves@redhat.com>
7894
7895 PR gdb/18653
7896 * gdb.base/signals-state-child.c: New file.
7897 * gdb.base/signals-state-child.exp: New file.
7898 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7899
e5ca03b4
PA
79002016-08-09 Pedro Alves <palves@redhat.com>
7901
7902 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7903
282a0691
TT
79042016-08-03 Tom Tromey <tom@tromey.com>
7905
7906 PR python/18565:
7907 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7908
41bfcd63
YQ
79092016-08-01 Yao Qi <yao.qi@linaro.org>
7910
7911 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7912 variable mode to "multi-process" if $multi_process is 1, otherwise
7913 set it to "single-process".
7914
e3465b24
YQ
79152016-08-01 Yao Qi <yao.qi@linaro.org>
7916
7917 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7918 * gdb.cp/cpexprs.exp: Likewise.
7919 * gdb.cp/m-static.exp: Likewise.
7920
0b31a4bc
TT
79212016-07-26 Tom Tromey <tom@tromey.com>
7922
7923 PR python/20190:
7924 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7925 test.
7926
e0461dbb
MM
79272016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7928
7929 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7930 selecting assembly source files.
7931 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7932 assembly source files.
7933 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7934 assembly source files.
7935 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7936 selecting assembly source files.
7937
8194e927
SM
79382016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7939
7940 * gdb.base/new-ui.exp (do_test_invalid_args): New
7941 procedure.
7942
c0272db5
TW
79432016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
7944
7945 * gdb.btrace/reconnect.c: New file.
7946 * gdb.btrace/reconnect.exp: New file.
7947
e3487908
GKB
79482016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
7949
7950 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7951 to test_catch_syscall_group.
7952 (test_catch_syscall_group): New.
7953
12df5c00
TT
79542016-07-21 Tom Tromey <tom@tromey.com>
7955
7956 * gdb.rust/simple.rs (main): Use empty struct expression.
7957 * gdb.rust/simple.exp: Add tests for empty struct expression.
7958
bae62ee2
YQ
79592016-07-21 Yao Qi <yao.qi@linaro.org>
7960
7961 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7962 if gdb_skip_xml_test is true on some targets.
7963
b1b53fb3
YQ
79642016-07-21 Yao Qi <yao.qi@linaro.org>
7965
7966 * gdb.server/solib-list.exp: Unset last_loaded_file.
7967
027d97f8
JK
79682016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7969
7970 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7971 "step into captured_main (args)".
7972
7674d381
JK
79732016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7974
7975 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7976
72b5d099
JK
79772016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7978
7979 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7980
1f960ced
PA
79812016-07-19 Pedro Alves <palves@redhat.com>
7982
7983 * gdb.opt/inline-break.exp: Remove optimize=-O2.
7984 * gdb.opt/inline-bt.exp: Likewise.
7985 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7986 additional_flags=-Winline.
7987 * gdb.opt/inline-locals.exp: Likewise.
7988 * gdb.opt/inline-markers.c (ATTR): Define.
7989 (inlined_fn): Use it.
7990
f25827c1
YQ
79912016-07-19 Yao Qi <yao.qi@linaro.org>
7992
7993 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7994 (test_with_self): Remove some code. Remove argument executable.
7995 (top-level): Use do_self_tests.
7996
37539ebe
DB
79972016-07-15 Zachary Welch <zwelch@codesourcery.com>
7998 Don Breazeal <donb@codesourcery.com>
7999
8000 * gdb.base/maint.exp: Escape paths used in regular expressions.
8001 * gdb.stabs/weird.exp: Likewise.
8002
dac790e1
TT
80032016-07-13 Tom Tromey <tom@tromey.com>
8004
8005 PR python/15620, PR python/18620:
8006 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8007 (test_bkpt_events): New procs.
8008
93daf339
TT
80092016-07-13 Tom Tromey <tom@tromey.com>
8010
8011 PR python/17698:
8012 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8013 test.
8014 (test_watchpoints): Likewise.
8015 (test_bkpt_pending): New proc.
8016
6571a381
TT
80172016-07-13 Tom Tromey <tom@tromey.com>
8018
8019 PR cli/18053:
8020 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8021 completion test.
8022
e8732474
JK
80232016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8024
8025 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8026 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8027 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8028 f_label.
8029 (g): Rename g_end_lbl to g_label.
8030 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8031 low_pc and high_pc.
8032 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8033
e0f3fd7c
TT
80342016-07-12 Tom Tromey <tom@tromey.com>
8035
8036 PR python/19293:
8037 * gdb.python/py-unwind-maint.exp: Update tests.
8038
3cfe46b6
YQ
80392016-07-12 Yao Qi <yao.qi@linaro.org>
8040
8041 * lib/selftest-support.exp (selftest_setup): Match the output
8042 when captured_main is inlined.
8043
4f19a0e6
WT
80442016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8045
8046 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8047 New variables.
8048 (print this%a, print this%b, print this): New tests.
8049 * gdb.fortran/derived-types.f90 (this): New object and
8050 initialization.
8051
986cf455
SM
80522016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8053
8054 * gdb.ada/arraydim.exp: Remove extra directory level in build
8055 directory.
8056
f0464b23
SM
80572016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8058
8059 * lib/ada.exp: Remove extra directory level in build directory.
8060 * gdb.ada/cond_lang.exp: Likewise.
8061 * gdb.ada/exec_changed.exp: Likewise.
8062 * gdb.ada/lang_switch.exp: Likewise.
8063
42d94011
MG
80642016-07-06 Manish Goregaokar <manish@mozilla.com>
8065
2806dc7e
PA
8066 * simple.rs: Add test for raw pointer subscripting.
8067 * simple.exp: Add test expectations.
42d94011 8068
647c264c
YQ
80692016-07-05 Yao Qi <yao.qi@linaro.org>
8070
8071 * gdb.mi/mi-reverse.exp: Match =record-started output.
8072
20aa2c60
PA
80732016-07-01 Pedro Alves <palves@redhat.com>
8074
8075 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8076 procedure.
8077 (jit_reader_test): Test the jit reader's unwinder.
8078 * gdb.base/jithost.c (jit_function_00_code): New global.
8079 (main): Use memcpy to fill in the mmapped code, instead of poking
8080 bytes manually here.
8081 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8082 value.
8083 (read_debug_info): Save the function's range.
8084 (read_sp): New function.
8085 (unwind_frame): Use it. Also unwind RBP.
8086 (get_frame_id): Use read_sp.
8087 (gdb_init_reader): Use calloc instead of malloc.
8088 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8089 parameter. Use gdb_test_multiple.
8090
ced2dffb
PA
80912016-07-01 Pedro Alves <palves@redhat.com>
8092 Antoine Tremblay <antoine.tremblay@ericsson.com>
8093
8094 * gdb.threads/process-dies-while-detaching.c: New file.
8095 * gdb.threads/process-dies-while-detaching.exp: New file.
8096
63000888
PA
80972016-07-01 Pedro Alves <palves@redhat.com>
8098
8099 * gdb.multi/watchpoint-multi-exit.c: New file.
8100 * gdb.multi/watchpoint-multi-exit.exp: New file.
8101
038d4868
PA
81022016-06-30 Pedro Alves <palves@redhat.com>
8103
8104 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8105 unset inferior_spawn_id.
8106
994e9c83
PA
81072016-06-30 Pedro Alves <palves@redhat.com>
8108
8109 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8110 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8111
e5653468
YQ
81122016-06-29 Yao Qi <yao.qi@linaro.org>
8113
8114 * gdb.base/return.c: Add copyright header.
8115
803b47e5
TT
81162016-06-29 Tom Tromey <tom@tromey.com>
8117
8118 PR python/20129:
8119 * gdb.python/py-framefilter.exp: Add tests for setting priority
8120 and disabling of non-existent frame filter.
8121
28244707
YQ
81222016-06-29 Yao Qi <yao.qi@linaro.org>
8123
8124 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8125 0x0f07ff.
8126
a31d2f06
YQ
81272016-06-28 Yao Qi <yao.qi@linaro.org>
8128
8129 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8130 triplets. Start gdb, execute catch syscall, and continue. Check
8131 gdb's output to determine catch syscall is supported.
8132
921d8f54
MG
81332016-06-27 Manish Goregaokar <manish@mozilla.com>
8134
25d49b86
PA
8135 * gdb.rust/simple.rs: Add test for returning unit in a function.
8136 * gdb.rust/simple.exp: Add expectation for functions returning
8137 unit.
921d8f54 8138
f4952523
PMR
81392016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8140
8141 * gdb.python/py-breakpoint-create-fail.c,
8142 gdb.python/py-breakpoint-create-fail.exp,
8143 gdb.python/py-breakpoint-create-fail.py: New testcase.
8144
fccb08f8
MG
81452016-06-25 Manish Goregaokar <manish@mozilla.com>
8146
8147 PR gdb/20239
8148 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8149 * gdb.rust/simple.exp: Add test expectations for new NonZero
8150 tests.
fccb08f8 8151
6b850546
DT
81522016-06-24 David Taylor <dtaylor@emc.com>
8153
8154 * gdb.base/offsets.exp: New file.
8155 * gdb.base/offsets.c: New file.
8156
17621150
TT
81572016-06-23 Tom Tromey <tom@tromey.com>
8158
8159 PR gdb/16483:
8160 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8161 before any filters are loaded.
8162
04d59df6
WT
81632016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8164
8165 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8166 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8167 structs.
8168 * gdb.fortran/derived-type-function.exp: New file.
8169 * gdb.fortran/derived-type-function.f90: New file.
8170
8171
ac69f786
PA
81722016-06-21 Pedro Alves <palves@redhat.com>
8173
8174 * gdb.base/new-ui.exp: New file.
8175 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8176 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8177 (with_spawn_id): New procedure.
8178
49940788
PA
81792016-06-21 Pedro Alves <palves@redhat.com>
8180
8181 * gdb.mi/mi-exec-run.exp: New file.
8182
ef274d26
PA
81832016-06-21 Pedro Alves <palves@redhat.com>
8184
8185 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8186 breakpoint command's output on the main UI.
8187 (test_break): New procedure, factored out from calls in the top
8188 level.
8189 (top level): Use foreach_with_prefix to test MI as main UI and as
8190 separate UI.
8191
468afe6c
PA
81922016-06-21 Pedro Alves <palves@redhat.com>
8193
8194 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8195 (test_awatch_creation_and_listing)
8196 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8197 Remove 'type' parameter.
8198 (test_watchpoint_all): New parameter mi_mode. Remove
8199 with_test_prefix.
8200 (top level): Use foreach_with_prefix, and add main/separate UI MI
8201 testing axis.
8202
51f77c37
PA
82032016-06-21 Pedro Alves <palves@redhat.com>
8204
8205 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8206 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8207 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8208 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8209 (gdb_main_spawn_id, mi_spawn_id): Declare and
8210 comment.
8211 (mi_create_inferior_pty): New procedure,
8212 factored out from default_mi_gdb_start.
8213 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8214 procedures.
8215 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8216 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8217 Use mi_create_inferior_pty.
8218 (mi_gdb_start): Use eval to pass down args list.
8219
8980e177
PA
82202016-06-21 Pedro Alves <palves@redhat.com>
8221
8222 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8223 * gdb.opt/inline-cmds.exp: Add MI tests.
8224
f38d3ad1
PA
82252016-06-21 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8228
45db7c09
PA
82292016-06-21 Pedro Alves <palves@redhat.com>
8230
8231 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8232 (top level): Use it instead of mi_execute_to.
8233
5a069ab3
PA
82342016-06-21 Pedro Alves <palves@redhat.com>
8235
8236 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8237 (cont_handler_str): New.
8238 (signal_stop_handler): Set stop_handler_str instead of printing to
8239 stdout.
8240 (continue_handler): Set cont_handler_str instead of printing to
8241 stdout.
8242 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8243 mi_send_resuming_command. Print stop_handler_str and
8244 cont_handler_str instead of expecting the python events print
8245 directly.
8246
2838cc1d
SD
82472016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8248
8249 * gdb.base/jit-reader.exp: New file.
8250 * gdb.base/jithost.c: New file.
8251 * gdb.base/jithost.h: New file.
8252 * gdb.base/jitreader.c : New file.
8253 * gdb.base/jit-protocol.h: New file.
8254
21a77091
YQ
82552016-06-17 Yao Qi <yao.qi@linaro.org>
8256
8257 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8258 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8259 and detach-on-fork. Adjust tests.
8260 (top level): Invoke break_cond_on_syscall with combinations of
8261 syscall, follow-fork-mode and detach-on-fork.
8262
f50bf8e5
YQ
82632016-06-17 Yao Qi <yao.qi@linaro.org>
8264
8265 * gdb.base/step-over-exit.c: New.
8266 * gdb.base/step-over-exit.exp: New.
8267
a28d8e50
YTL
82682016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8269
8270 * gdb.base/float.exp: Add target check for nds32*-*-*.
8271 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8272
cad8e26d
AB
82732016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8274
8275 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8276 for unsupported target features.
8277 * gdb.base/call-rt-st.exp: Likewise.
8278 * gdb.base/call-sc.exp: Likewise.
8279 * gdb.base/call-signal-resume.exp: Likewise.
8280 * gdb.base/call-strs.exp: Likewise.
8281 * gdb.base/callexit.exp: Likewise.
8282 * gdb.base/callfuncs.exp: Likewise.
8283 * gdb.base/nodebug.exp: Likewise.
8284 * gdb.base/printcmds.exp: Likewise.
8285 * gdb.base/ptype.exp: Likewise.
8286 * gdb.base/structs.exp: Likewise.
8287 * gdb.base/unwindonsignal.exp: Likewise.
8288 * gdb.cp/gdb2495.exp: Likewise.
8289 * gdb.cp/templates.exp: Likewise.
8290 * gdb.cp/virtfunc.exp: Likewise.
8291 * gdb.threads/hand-call-in-threads.exp: Likewise.
8292 * gdb.threads/interrupted-hand-call.exp: Likewise.
8293 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8294
347dc102
TT
82952016-06-10 Tom Tromey <tom@tromey.com>
8296
8297 PR rust/20110:
8298 * gdb.rust/expr.exp: Add test for integer constant larger than
8299 i32.
8300
5e13cf25
BH
83012016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8302
8303 * gdb.fortran/nested-funcs.exp: New.
8304 * gdb.fortran/nested-funcs.f90: New.
8305
bb556f1f
TK
83062016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8307
8308 * gdb.base/examine-backward.c: New file.
8309 * gdb.base/examine-backward.exp: New file.
8310
38b022b4
SM
83112016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8312
8313 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8314 matching.
8315
1b40ec05
TT
83162016-06-02 Tom Tromey <tom@tromey.com>
8317
8318 PR python/18984:
8319 * gdb.python/py-shared.exp: Add solib_name test.
8320
193bd378
SM
83212016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8322
8323 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8324
3326303b
MG
83252016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8326
8327 PR c++/19893
8328 * gdb.dwarf2/implref.exp: Rename to...
8329 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8330 * gdb.dwarf2/implref-array.c: New file.
8331 * gdb.dwarf2/implref-array.exp: Likewise.
8332 * gdb.dwarf2/implref-global.c: Likewise.
8333 * gdb.dwarf2/implref-global.exp: Likewise.
8334 * gdb.dwarf2/implref-struct.c: Likewise.
8335 * gdb.dwarf2/implref-struct.exp: Likewise.
8336
825c8ef2
AT
83372016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8338
8339 * gdb.trace/trace-condition.exp: Add 64bit tests.
8340
2320162a
AT
83412016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8342
8343 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8344 bits types.
8345 (main): Adapt to 8 to 64 bits types.
8346 * gdb.trace/trace-condition.exp: Add new tests.
8347
a7818233
AT
83482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8349
8350 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8351
0d336466
AT
83522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8353
8354 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8355 Move condition tests...
8356 * gdb.trace/trace-condition.exp: Here.
8357
7faeb45a
AT
83582016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8359
8360 * gdb.trace/trace-condition.exp: Add counter-case tests.
8361
e385593e
JK
83622016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8363
8364 PR c++/15231
8365 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8366 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8367
744608cc
PA
83682016-05-27 Pedro Alves <palves@redhat.com>
8369
8370 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8371 New procedure.
8372 (top level): Call it, and bail out of DejaGnu is known to be bad.
8373
ac775bf4
AB
83742016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8375
8376 * gdb.base/whatis.c: Extend the test case.
8377 * gdb.base/whatis.exp: Add additional tests.
8378
2bbad2ea
BH
83792016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8380
8381* gdb.fortran/type.f90: Add pointer variable.
8382* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8383
8b70175d
BH
83842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8385
8386 * gdb.fortran/vla-type.exp: Fix testcase name.
8387
86d8a848
BH
83882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8389
8390 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8391
e188eb36
BH
83922016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8393
8394 * gdb.fortran/type.f90: Add nested structures.
8395 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8396 * gdb.fortran/derived-type.exp: Adapt expected output.
8397 * gdb.fortran/vla-type.exp: Adapt expected output.
8398
9b2db1fd
BH
83992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8400
8401 * gdb.fortran/whatis_type.exp: Adapt expected output.
8402
72b17055
BH
84032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8404
8405 * gdb.fortran/print_type.exp: Fix expected output.
8406 * gdb.fortran/whatis_type.exp: Fix expected output.
8407
3cd81d8d
BH
84082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8409
8410 * gdb.fortran/whatis_type.exp: Use multi_line.
8411
ddae9462
TT
84122016-05-24 Tom Tromey <tom@tromey.com>
8413
8414 PR python/17386:
8415 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8416 use value as an index.
8417
1957f6b8
TT
84182016-05-23 Tom Tromey <tom@tromey.com>
8419
8420 PR python/17981:
8421 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8422 no-breakpoint case.
8423
026a9174
PA
84242016-05-24 Pedro Alves <palves@redhat.com>
8425
8426 PR gdb/19828
8427 * gdb.threads/clone-attach-detach.c: New file.
8428 * gdb.threads/clone-attach-detach.exp: New file.
8429
e70a7231
FR
84302016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8431
8432 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8433
0f6ed0e0
TT
84342016-05-23 Tom Tromey <tom@tromey.com>
8435
8436 PR python/19438, PR python/18393:
8437 * gdb.python/py-progspace.exp: Add "dir" test.
8438 * gdb.python/py-objfile.exp: Add "dir" test.
8439
ffd19d61
YQ
84402016-05-23 Yao Qi <yao.qi@linaro.org>
8441
8442 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8443 * gdb.arch/thumb2-it.exp: Likewise.
8444
9e8f9b05
SM
84452016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8446
8447 * gdb.mi/mi-threads-interrupt.c: New file.
8448 * gdb.mi/mi-threads-interrupt.exp: New file.
8449
61c6156d
SM
84502016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8451
8452 PR gdb/18077
8453 * gdb.mi/mi-async-run.exp: New file.
8454 * gdb.mi/mi-async-run.c: New file.
8455
67218854
TT
84562016-05-17 Tom Tromey <tom@tromey.com>
8457 Manish Goregaokar <manishsmail@gmail.com>
8458
8459 * lib/rust-support.exp: New file.
8460 * lib/gdb.exp (skip_rust_tests): New proc.
8461 (build_executable_from_specs): Handle rust.
8462 * lib/future.exp (gdb_find_rustc): New proc.
8463 (gdb_default_target_compile): Handle rust.
8464 * gdb.rust/expr.exp: New file.
8465 * gdb.rust/generics.exp: New file.
8466 * gdb.rust/generics.rs: New file.
8467 * gdb.rust/methods.exp: New file.
8468 * gdb.rust/methods.rs: New file.
8469 * gdb.rust/modules.exp: New file.
8470 * gdb.rust/modules.rs: New file.
8471 * gdb.rust/simple.exp: New file.
8472 * gdb.rust/simple.rs: New file.
8473
c44af4eb
TT
84742016-05-17 Tom Tromey <tom@tromey.com>
8475
8476 * gdb.base/default.exp (set language): Add rust.
8477
dcd1f979
TT
84782016-05-17 Tom Tromey <tom@tromey.com>
8479
8480 * gdb.gdb/unittest.exp: New file.
8481
155b7f57
YQ
84822016-05-16 Yao Qi <yao.qi@linaro.org>
8483
8484 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8485 shell_prompt. Update shell_prompt_re.
8486
8ddd5a6c
DE
84872016-05-12 Doug Evans <dje@google.com>
8488
8489 PR symtab/19999
8490 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8491 $options when building executable.
8492 * gdb.dwarf2/fission-loclists-pie.S: New file.
8493 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8494
02e370d9
SM
84952016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8496
8497 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8498 of [is_remote target],
8499
8929ad8b
SM
85002016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8501
8502 * lib/gdb.exp (use_gdb_stub): New procedure.
8503
6c447423
DE
85042016-05-03 Yunlian Jiang <yunlian@google.com>
8505 Doug Evans <dje@google.com>
8506
8507 PR symtab/19914
8508 * gdb.dwarf2/dwp-sepdebug.c: New file.
8509 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8510
444e826c
SM
85112016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8512
8513 * gdb.base/detach.exp: Remove is_remote check.
8514
740feeaa
SM
85152016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8516
8517 * gdb.base/annota-input-while-running.exp: Don't check for
8518 [is_remote target]. Enable annotations after running to main.
8519 Remove unused "set test..." line.
8520
9080ac9d
SM
85212016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8522
8523 * gdb.trace/trace-enable-disable.exp: New file.
8524 * gdb.trace/trace-enable-disable.c: New file.
8525
952ebca5
SM
85262016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8527
8528 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8529 use it in info sharedlibrary test.
8530 * gdb.trace/ftrace-lock.exp: Likewise.
8531 * gdb.trace/ftrace.exp: Likewise.
8532 * gdb.trace/range-stepping.exp: Likewise.
8533 * gdb.trace/trace-break.exp: Likewise.
8534 * gdb.trace/trace-condition.exp: Likewise.
8535 * gdb.trace/trace-mt.exp: Likewise.
8536
d9019901
SM
85372016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8538
8539 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8540 (gdb_load_shlib): ... this.
8541 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8542 gdb_load_shlib.
8543 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8544 * gdb.base/ctxobj.exp: Likewise.
8545 * gdb.base/dprintf-pending.exp: Likewise.
8546 * gdb.base/dso2dso.exp: Likewise.
8547 * gdb.base/fixsection.exp: Likewise.
8548 * gdb.base/gcore-relro.exp: Likewise.
8549 * gdb.base/gdb1555.exp: Likewise.
8550 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8551 * gdb.base/gnu-ifunc.exp: Likewise.
8552 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8553 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8554 * gdb.base/pending.exp: Likewise.
8555 * gdb.base/print-file-var.exp: Likewise.
8556 * gdb.base/print-symbol-loading.exp: Likewise.
8557 * gdb.base/shlib-call.exp: Likewise.
8558 * gdb.base/shreloc.exp: Likewise.
8559 * gdb.base/so-impl-ld.exp: Likewise.
8560 * gdb.base/solib-disc.exp: Likewise.
8561 * gdb.base/solib-nodir.exp: Likewise.
8562 * gdb.base/solib-overlap.exp: Likewise.
8563 * gdb.base/solib-symbol.exp: Likewise.
8564 * gdb.base/solib-weak.exp (do_test): Likewise.
8565 * gdb.base/sym-file.exp: Likewise.
8566 * gdb.base/symtab-search-order.exp: Likewise.
8567 * gdb.base/type-opaque.exp: Likewise.
8568 * gdb.base/unload.exp: Likewise.
8569 * gdb.base/watchpoint-solib.exp: Likewise.
8570 * gdb.compile/compile.exp: Likewise.
8571 * gdb.cp/gdb2384.exp: Likewise.
8572 * gdb.cp/infcall-dlopen.exp: Likewise.
8573 * gdb.cp/re-set-overloaded.exp: Likewise.
8574 * gdb.fortran/library-module.exp: Likewise.
8575 * gdb.opt/solib-intra-step.exp: Likewise.
8576 * gdb.python/py-finish-breakpoint.exp: Likewise.
8577 * gdb.python/py-shared.exp: Likewise.
8578 * gdb.reverse/solib-precsave.exp: Likewise.
8579 * gdb.reverse/solib-reverse.exp: Likewise.
8580 * gdb.server/solib-list.exp: Likewise.
8581 * gdb.threads/dlopen-libpthread.exp: Likewise.
8582 * gdb.threads/tls-shared.exp: Likewise.
8583 * gdb.threads/tls-so_extern.exp: Likewise.
8584 * gdb.trace/change-loc.exp: Likewise.
8585 * gdb.trace/ftrace-lock.exp: Likewise.
8586 * gdb.trace/ftrace.exp: Likewise.
8587 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8588 * gdb.trace/pending.exp: Likewise.
8589 * gdb.trace/range-stepping.exp: Likewise.
8590 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8591 (strace_info_marker): Likewise.
8592 (strace_probe_marker): Likewise.
8593 (strace_trace_on_same_addr): Likewise.
8594 (strace_trace_on_diff_addr): Likewise.
8595 * gdb.trace/trace-break.exp: Likewise.
8596 * gdb.trace/trace-condition.exp: Likewise.
8597 * gdb.trace/trace-mt.exp: Likewise.
8598
fca4cfd9
SM
85992016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8600
8601 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8602 result of gdb_remote_download.
8603 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8604 * gdb.base/dso2dso.exp: Likewise.
8605 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8606 * gdb.base/print-file-var.exp: Likewise.
8607 * gdb.base/shlib-call.exp: Likewise.
8608 * gdb.base/shreloc.exp: Likewise.
8609 * gdb.base/solib-overlap.exp: Likewise.
8610 * gdb.base/solib-weak.exp (do_test): Likewise.
8611 * gdb.base/unload.exp: Likewise.
8612
11cf4ffb
YQ
86132016-04-27 Yao Qi <yao.qi@linaro.org>
8614
8615 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8616 exists.
8617
3e2e34f8
KB
86182016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8619
8620 * vla-type.exp: Print structure from toplevel.
8621
8f07e298
BH
86222016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8623
8624 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8625 of dynamic types.
8626 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8627 of dynamic types.
8628
9920b434
BH
86292016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8630
8631 * gdb.fortran/vla-type.f90: New file.
8632 * gdb.fortran/vla-type.exp: New file.
8633
f3abeff5
YQ
86342016-04-25 Yao Qi <yao.qi@linaro.org>
8635
8636 * gdb.base/branch-to-self.c: New file.
8637 * gdb.base/branch-to-self.exp: New file.
8638
0a5d52f0
YQ
86392016-04-22 Yao Qi <yao.qi@linaro.org>
8640
8641 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8642 more after $hex.
8643
495346f6
YQ
86442016-04-22 Yao Qi <yao.qi@linaro.org>
8645
8646 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8647 * gdb.base/annota3.exp: Likewise.
8648
4a7e075c
YQ
86492016-04-22 Yao Qi <yao.qi@linaro.org>
8650
8651 * gdb.reverse/step-precsave.exp: Do one step and test program
8652 stops in "callee" and do multiple steps until program goes out
8653 of "callee".
8654 * gdb.reverse/step-reverse.exp: Likewise.
8655
5b061e98
YQ
86562016-04-22 Yao Qi <yao.qi@linaro.org>
8657
8658 * gdb.trace/signal.exp: Also pass if
8659 $tracepoint_hits($i) > $iterations.
8660
5c5dc57f
YQ
86612016-04-22 Yao Qi <yao.qi@linaro.org>
8662
8663 * gdb.trace/signal.c: New file.
8664 * gdb.trace/signal.exp: New file.
8665
a55411b9
DE
86662016-04-19 Doug Evans <xdje42@gmail.com>
8667
8668 * gdb.base/bad-file.exp: New file.
8669
a22df60a
MG
86702016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8671
8672 * gdb.dwarf2/implref.exp: New file.
8673
0c13f7e5
BH
86742016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8675
8676 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8677 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8678 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8679 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8680 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8681 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8682 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8683 * lib/fortran.exp (fortran_int4): New procedure.
8684 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8685 (fortran_logical4): Likewise.
8686
9b9b09e9
BH
86872016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8688
8689 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8690
a14d1f4d
BH
86912016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8692
8693 * lib/compiler.c: Add Intel specific preprocessor macros.
8694 * lib/compiler.cc: Likewise.
25d49b86 8695
7d49b1d0
LM
86962016-04-13 Luis Machado <lgustavo@codesourcery.com>
8697
8698 * gdb.server/connect-with-no-symbol-file.c: New file.
8699 * gdb.server/connect-with-no-symbol-file.exp: New file.
8700
8392fa22
SM
87012016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8702
8703 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8704
8c4c4aeb
SM
87052016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8706
8707 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8708 standard output directory.
8709
45e3745e
AT
87102016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8711
8712 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8713
e26b7e41
MM
87142016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8715
8716 * gdb.btrace/instruction_history.c (loop): Add declaration.
8717
8ce09462
AT
87182016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8719
8720 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8721
2e88a1ea
SM
87222016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8723
8724 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8725 parentheses to print.
8726 (continue_handler): Likewise.
8727
f48e22e3
SM
87282016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8729
8730 * gdb.server/solib-list.exp: Remove is_remote check.
8731 Pass shlib= to gdb_compile. Don't link shared library with
8732 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8733 Run binary filename through "readlink -f" on the target.
8734
096be756
PA
87352016-04-08 Pedro Alves <palves@redhat.com>
8736
8737 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8738 interpreter filename as argument to gdbserver_spawn.
8739 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8740 Return empty if $last_loaded_file does not exist.
8741
06500533
JK
87422016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8743
8744 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8745 * gdb.base/jit-main.c: Use exit after usage.
8746
2d35e871
JK
87472016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8748
8749 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8750 GDBHISTSIZE prior to the tests.
8751 * gdb.base/gdbinit-history.exp: Likewise.
8752
87532016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
8754
8755 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8756 instead of build_executable. Use gdb_load_shlibs.
8757
c8064e7e
YQ
87582016-04-07 Yao Qi <yao.qi@linaro.org>
8759
8760 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8761 Execute "si" command.
8762
bde47561
YQ
87632016-04-07 Yao Qi <yao.qi@linaro.org>
8764
8765 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8766 number instead of the comments on some line.
8767
b16f8a3b
DB
87682016-04-06 Don Breazeal <donb@codesourcery.com>
8769
8770 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8771 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8772
c2f901df
SM
87732016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8774
8775 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8776 standard_output_file. Remove unused binfile variable.
8777
ac17fda0
CU
87782016-04-05 Catalin Udma <catalin.udma@freescale.com>
8779
8780 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8781 * gdb.python/py-mi-objfile.exp: Match "list main" output
8782 in console format.
8783
03a8c4df
SM
87842016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8785
8786 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8787 absolute.
8788
6e774b13
SM
87892016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8790
8791 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8792 absolute.
8793 * gdb.trace/ftrace.exp: Likewise.
8794 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8795 targets as well.
8796 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8797 (gdb_load_shlibs): Copy libraries to test directory when testing
8798 natively. Only set solib-search-path if testing remotely.
8799 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8800
7817ea46
SM
88012016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8802
8803 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8804 gdb_download. Use it even if the target is not remote.
8805 * gdb.base/jit.exp (compile_jit_test): Likewise.
8806 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8807 output directory if the destination board is local, otherwise use
8808 the standard remote_download from DejaGnu.
8809 (gdb_download): Remove.
8810 (gdb_load_shlibs): Use gdb_remote_download instead of
8811 gdb_download.
8812 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8813 Use gdb_remote_download instead of gdb_download. Use it even if
8814 the target is not remote.
8815 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8816 instead of gdb_download.
8817
7beb7f68
SM
88182016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8819
8820 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8821 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8822 run.
8823
cc63428a
AV
88242016-04-01 Artemiy Volkov <artemiyv@acm.org>
8825
8826 PR gdb/19820
8827 * gdb.base/printcmds.exp: Add artificial arrays tests.
8828
64cdf930
PA
88292016-03-31 Pedro Alves <palves@redhat.com>
8830
8831 PR gdb/19858
8832 * gdb.base/jit-main.c: Include unistd.h.
8833 (ATTACH): Define to 0 if not already defined.
8834 (wait_for_gdb, mypid): New globals.
8835 (WAIT_FOR_GDB): New macro.
8836 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8837 some breakpoint locations.
8838 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8839 New procedures.
8840 (one_jit_test): Add REATTACH parameter, and handle it. Use
8841 continue_to_test_location.
8842 (top level): Test attach, and adjusts calls to one_jit_test.
8843
40dea8cb
PA
88442016-03-31 Pedro Alves <palves@redhat.com>
8845
8846 PR gdb/19858
8847 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8848 BINSUFFIX parameter, and handle it.
8849 (top level): Adjust calls compile_jit_test.
8850
e7ea3ec7
CU
88512016-03-31 Catalin Udma <catalin.udma@freescale.com>
8852
8853 PR python/19743
8854 * gdb.python/py-mi-events-gdb.py: New file.
8855 * gdb.python/py-mi-events.c: New file.
8856 * gdb.python/py-mi-events.exp: New file.
8857
e6359af3
YQ
88582016-03-30 Yao Qi <yao.qi@linaro.org>
8859
8860 * gdb.reverse/until-precsave.exp: Match function name only.
8861 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8862 Move malloc to a condition block.
8863 * gdb.reverse/until-reverse.exp: Match function name only.
8864
a4105d04
MK
88652016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8866
8867 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8868 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8869 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8870 variable for GPR 0 instead of assuming it is register 0.
8871 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8872 * lib/trace-support.exp: Add s390 registers.
8873
bfa6adb9
YQ
88742016-03-29 Yao Qi <yao.qi@linaro.org>
8875
8876 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8877
1e6697ea
YQ
88782016-03-24 Yao Qi <yao.qi@linaro.org>
8879
8880 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8881 test message.
8882
64bcd522
AA
88832016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8884
8885 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8886 maintaining separate logic for constructing the output path.
8887
7868401b
DB
88882016-03-16 Don Breazeal <donb@codesourcery.com>
8889
8890 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8891 Retry fork and waitpid on interrupted system call errors.
8892 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8893 Use with_timeout_factor to increase timeout by factor of 10.
8894
1cafadb4
DB
88952016-03-15 Don Breazeal <donb@codesourcery.com>
8896
8897 * gdb.cp/scope-err.cc: New test program.
8898 * gdb.cp/scope-err.exp: New test script.
8899 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8900 lines and "set breakpoint here" comment.
8901 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8902 Fixed some whitespace and format issues.
8903 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8904 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8905
81516450
DE
89062016-03-15 Doug Evans <dje@google.com>
8907
8908 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8909 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8910 All callers updated. Add tests for enums, mixed flags register.
8911
aa52b601
DE
89122016-03-15 Doug Evans <dje@google.com>
8913
8914 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8915 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8916
fa4ff313
SM
89172016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8918
8919 * gdb.base/default.exp: Add $_as_string to the list of expected
8920 convenience functions.
8921
f2403c39
AB
89222016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8923
8924 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8925
f2f3ccb9
SM
89262016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8927
8928 * gdb.python/py-as-string.exp: New file.
8929 * gdb.python/py-as-string.c: New file.
8930
00dbd492
PA
89312016-03-09 Pedro Alves <palves@redhat.com>
8932
8933 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8934 signal" -> "Thread NN received signal" output change.
8935 * gdb.threads/ia64-sigill.exp: Likewise.
8936 * gdb.threads/linux-dp.exp: Likewise.
8937 * gdb.threads/manythreads.exp: Likewise.
8938 * gdb.threads/pending-step.exp: Likewise.
8939 * gdb.threads/print-threads.exp: Likewise.
8940 * gdb.threads/sigstep-threads.exp: Likewise.
8941 * gdb.threads/staticthreads.exp: Likewise.
8942 * gdb.threads/tls.exp: Likewise.
8943
1e6697ea
YQ
89442016-03-09 Pedro Alves <palves@redhat.com>
8945
8946 * gdb.base/command-line-input.exp: New file.
8947
b04fd3be
MK
89482016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8949
8950 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8951 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8952 * gdb.trace/pending.exp: Accept leading dot before function name.
8953 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8954 * lib/trace-support.exp: Set registers for ppc.
8955
98fa59e9
MK
89562016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8957
8958 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8959 use it for disassembly; accept .main in addition to main in backtrace.
8960
f77198c8
MK
89612016-03-09 Wei-cheng Wang <cole945@gmail.com>
8962 Marcin Kościelnicki <koriakin@0x04.net>
8963
8964 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8965 (gdb_recursion_test_ptr): New global variable.
8966 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8967 gdb_recursion_test.
8968 (gdb_c_test): Ditto.
8969
ba84e0da
MK
89702016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8971
8972 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8973 ordering.
8974
4366d36e
MK
89752016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
8976
8977 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8978 (bar): Add bar_start_lbl label.
8979 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8980 of foo/bar for emitting DWARF and tracing.
8981
5eb264df
SDJ
89822016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
8983
8984 * analyze-racy-logs.py: Set executable bit.
8985
fb6a751f
SDJ
89862016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
8987
8988 * Makefile.in (DEFAULT_RACY_ITER): New variable.
8989 (CHECK_TARGET_TMP): Likewise.
8990 (check-single-racy): New rule.
8991 (check-parallel-racy): Likewise.
8992 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8993 (do-check-parallel-racy): New rule.
8994 (check-racy/%.exp): Likewise.
8995 * README (Racy testcases): New section.
8996 * analyze-racy-logs.py: New file.
8997
bdf7e230
DE
89982016-03-03 Doug Evans <dje@google.com>
8999
9000 * gdb.base/skip.exp: Use with_test_prefix.
9001
4719d415
YQ
90022016-03-03 Yao Qi <yao.qi@linaro.org>
9003
9004 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9005 Invoke step_over_syscall "clone" and break_cond_on_syscall
9006 "clone".
9007 * gdb.base/step-over-clone.c: New file.
9008
ea507862
YQ
90092016-03-03 Yao Qi <yao.qi@linaro.org>
9010
9011 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9012 code format.
9013
8fc8cbda
YQ
90142016-03-03 Yao Qi <yao.qi@linaro.org>
9015
9016 * gdb.base/disp-step-fork.c: Rename to ...
9017 * gdb.base/step-over-fork.c: ... it. New file.
9018 * gdb.base/disp-step-vfork.c: Rename to ...
9019 * gdb.base/step-over-vfork.c: ... it. New file.
9020 * gdb.base/disp-step-syscall.exp: Rename to ...
9021 * gdb.base/step-over-syscall.exp: ... it. New file.
9022 (disp_step_cross_syscall): Rename to ...
9023 (step_over_syscall): ... it.
9024
92fa70b0
YQ
90252016-03-03 Yao Qi <yao.qi@linaro.org>
9026
9027 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9028 If target supports condition evaluation on target, invoke
9029 break_cond_on_syscall for fork and vfork.
9030
e197ad3c
YQ
90312016-03-03 Yao Qi <yao.qi@linaro.org>
9032
9033 * gdb.base/disp-step-syscall.exp: Don't invoke
9034 support_displaced_stepping.
9035 (disp_step_cross_syscall): Test with displaced stepping off and
9036 on if supported.
9037
0b47da9f
YQ
90382016-03-03 Yao Qi <yao.qi@linaro.org>
9039
9040 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9041 proc.
9042 (setup): New proc.
9043 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9044 and setup.
9045
065ab6dc
BH
90462016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9047
9048 * gdb.fortran/vla-history.exp: Remove breakpoint.
9049
07e448ad 90502016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9051
25d49b86
PA
9052 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9053 exceeds timeout.
07e448ad 9054
9ac2d526 90552016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9056
25d49b86
PA
9057 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9058 breakpoint.
9ac2d526 9059
17807369
BH
90602016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9061
9062 * gdb.mi/vla.f90: Nullify pointer after declaration.
9063
86e501af
PA
90642016-03-01 Pedro Alves <palves@redhat.com>
9065
9066 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9067
1e903e32
PA
90682016-03-01 Pedro Alves <palves@redhat.com>
9069
9070 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9071 before anything else.
9072 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9073 _GNU_SOURCE here.
9074 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9075 before anything else.
9076 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9077
6ccb54e2
PA
90782016-03-01 Pedro Alves <palves@redhat.com>
9079
9080 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9081
30ca9da1
YQ
90822016-03-01 Yao Qi <yao.qi@linaro.org>
9083
9084 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9085 prepare_for_testing.
9086
dc856b38
YQ
90872016-03-01 Yao Qi <yao.qi@linaro.org>
9088
9089 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9090
4a932159
AA
90912016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9092
9093 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9094 manually constructing the output path.
9095
f2489477
AA
90962016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9097
9098 * gdb.arch/s390-stackless.S: New.
9099 * gdb.arch/s390-stackless.exp: New.
9100
38899f16
IB
91012016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9102
9103 * gdb.dlang/circular.c: New file.
9104 * gdb.dlang/circular.exp: New file.
9105
9fde51ed
YQ
91062016-02-26 Yao Qi <yao.qi@linaro.org>
9107
9108 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9109 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9110 (testcases): Update.
9111
ce90fefe
YQ
91122016-02-26 Yao Qi <yao.qi@linaro.org>
9113
9114 * gdb.reverse/aarch64.c: Rename to ...
9115 * gdb.reverse/insn-reverse.c: ... it.
9116 * gdb.reverse/aarch64.exp: Rename to ...
9117 * gdb.reverse/insn-reverse.exp: ... it.
9118
3263bceb
YQ
91192016-02-26 Yao Qi <yao.qi@linaro.org>
9120
9121 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9122 (testcase_ftype): New.
9123 (testcases): New array.
9124 (n_testcases): New.
9125 (main): Call each element in testcases.
9126 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9127 (read_testcase): New.
9128 Do the tests in a loop.
9129
6cb59ff1
YQ
91302016-02-25 Yao Qi <yao.qi@linaro.org>
9131
9132 * gdb.base/branches.c: Remove.
9133
ae91f625
MK
91342016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9135
9136 PR gdb/13808
9137 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9138
678b48b7
MK
91392016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9140
9141 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9142
7337a6f2
MK
91432016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9144
9145 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9146 change x86_64 call_insn to 'callq'.
9147
861ca91f
AT
91482016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9149
9150 * gdb.trace/tfile-avx.c: Move to...
9151 * gdb.trace/tracefile-pseudo-reg.c: Here.
9152 * gdb.trace/tfile-avx.exp: Move to...
9153 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9154
bf74e428
GB
91552016-02-24 Gary Benson <gbenson@redhat.com>
9156
9157 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9158 message on attach.
9159
cce0e923
DE
91602016-02-23 Doug Evans <dje@google.com>
9161
9162 * gdb.base/skip.c (test_skip): New function.
9163 (end_test_skip_file_and_function): New function.
9164 (test_skip_file_and_function): New function.
9165 * gdb.base/skip1.c (test_skip): New function.
9166 (skip1_test_skip_file_and_function): New function.
9167 * gdb.base/skip.exp: Add tests for new skip options.
9168 * gdb.base/skip-solib.exp: Update expected output.
9169 * gdb.perf/skip-command.cc: New file.
9170 * gdb.perf/skip-command.exp: New file.
9171 * gdb.perf/skip-command.py: New file.
9172
4000e47e
MK
91732016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9174
9175 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9176 info registers pattern.
9177
24f75ead
IB
91782016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9179
9180 * lib/future.exp: Add D support.
9181 (gdb_find_gdc): New proc.
9182 (gdb_default_target_compile): Add D support.
9183
fbb7bcbe
WW
91842016-02-18 Wei-cheng Wang <cole945@gmail.com>
9185
9186 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9187 user+system time.
9188 (trace_speed_test): Determine the iteration count for a time
9189 between 15..30 seconds.
9190
012b3a21
WT
91912016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9192
9193 * gdb.arch/i386-mpx-sigsegv.c: New file.
9194 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9195 * gdb.arch/i386-mpx-simple_segv.c: New file.
9196 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9197
2d5189bd
YQ
91982016-02-18 Yao Qi <yao.qi@linaro.org>
9199
9200 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9201 Don't call setup_kfail.
9202
40fb20d0
YQ
92032016-02-18 Yao Qi <yao.qi@linaro.org>
9204
9205 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9206 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9207
21b1f8d2
DE
92082016-02-16 Doug Evans <dje@google.com>
9209
9210 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9211 * gdb.base/skip1.c: Ditto.
9212 * gdb.base/skip.exp: Whitespace cleanup.
9213
4041ed77
DB
92142016-02-16 Don Breazeal <donb@codesourcery.com>
9215
9216 PR remote/19496
9217 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9218 Remove kfail for PR remote/19496.
9219
c4ef31bf
SM
92202016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9221
9222 * lib/gdb.exp (standard_temp_file): Return a path specific to
9223 the runtest invocation.
9224
266b65b3
SM
92252016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9226
9227 * gdb.trace/save-trace.exp: Change relative path to be in the
9228 standard output directory.
9229
a7a0a6a9
JK
92302016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9231
9232 * gdb.arch/i386-prologue.c: Add missing prototypes.
9233
c99dbb42
JK
92342016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9235
9236 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9237 * gdb.arch/i386-prologue.exp: Likewise.
9238 * gdb.arch/i386-size.exp: Likewise.
9239
aa480355
SM
92402016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9241
9242 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9243 define object file path.
9244 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9245 file path.
9246 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9247 standard_output_file to define binfile.
9248
ba881f50
JK
92492016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9250
9251 Fix compatibility with recent gfortran-5.3.1.
9252 * gdb.fortran/vla-history.exp (print vla1 allocated)
9253 (print vla2 allocated, print $2, print $3): Remove
9254 (print $4): Rename to ...
9255 (print $2): ... here.
9256 (print $9): Rename to ...
9257 (print $5): ... here.
9258 (print $10): Rename to ...
9259 (print $6): ... here.
9260 * gdb.fortran/vla.f90: Add pvla initialization.
9261
e9fb005c
JK
92622016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9263
9264 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9265 New test.
9266 * gdb.fortran/vla-value-sub.exp: Likewise.
9267
e44e00ff
MK
92682016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9269
9270 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9271
97e94151
SM
92722016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9273
9274 * i386-biarch-core.exp: Define corefile using
9275 standard_output_file.
9276
01113bc1
YQ
92772016-02-12 Yao Qi <yao.qi@linaro.org>
9278
9279 * gdb.arch/arm-single-step-kernel-helper.c: New.
9280 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9281
33b4777c
MM
92822016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9283
9284 * gdb.btrace/tailcall-only.exp: New.
9285 * gdb.btrace/tailcall-only.c: New.
9286 * gdb.btrace/x86_64-tailcall-only.S: New.
9287 * gdb.btrace/i686-tailcall-only.S: New.
9288
acc23c11
PA
92892016-02-11 Pedro Alves <palves@redhat.com>
9290
9291 * README (Parallel testing): Add missing double quotes.
9292
e352bf0a
PA
92932016-02-11 Pedro Alves <palves@redhat.com>
9294
9295 * README (Parallel testing): New section.
9296 (GDB_PARALLEL): Rewrite.
9297 (FORCE_PARALLEL): Document.
9298
9f5fed78
MK
92992016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9300
9301 * gdb.trace/tfile-avx.c: New test.
9302 * gdb.trace/tfile-avx.exp: New test.
9303
9ef9e6a6
KS
93042016-02-09 Keith Seitz <keiths@redhat.com>
9305
9306 PR breakpoints/19546
9307 * gdb.base/infcall-exec.c: New file.
9308 * gdb.base/infcall-exec2.c: New file.
9309 * gdb.base/infcall-exec.exp: New file.
9310
a96e36da
KS
93112016-02-09 Keith Seitz <keiths@redhat.com>
9312
9313 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9314 (toplevel): Call test_bkpt_address.
9315
9f61929f
KS
93162016-02-09 Keith Seitz <keiths@redhat.com>
9317
9318 PR python/19506
9319 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9320 (toplevel): Call test_bkpt_address.
9321
1e94266c
SM
93222016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9323
9324 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9325 to AC_OUTPUT.
9326 * configure: Regenerate.
9327
2a7f3dff
PA
93282016-02-09 Pedro Alves <palves@redhat.com>
9329
9330 PR breakpoints/19548
9331 * gdb.base/execl-update-breakpoints.c (some_function): New
9332 function.
9333 (main): Call it.
9334 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9335 Tighten expected GDB output.
9336
2151ccc5
SM
93372016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9338
9339 * Makefile.in (ALL_SUBDIRS): Remove.
9340 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9341 (distclean maintainer-clean realclean): Likewise.
9342 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9343 * configure: Regenerate.
9344 * gdb.ada/Makefile.in: Delete.
9345 * gdb.arch/Makefile.in: Likewise.
9346 * gdb.asm/Makefile.in: Likewise.
9347 * gdb.base/Makefile.in: Likewise.
9348 * gdb.btrace/Makefile.in: Likewise.
9349 * gdb.cell/Makefile.in: Likewise.
9350 * gdb.compile/Makefile.in: Likewise.
9351 * gdb.cp/Makefile.in: Likewise.
9352 * gdb.disasm/Makefile.in: Likewise.
9353 * gdb.dlang/Makefile.in: Likewise.
9354 * gdb.dwarf2/Makefile.in: Likewise.
9355 * gdb.fortran/Makefile.in: Likewise.
9356 * gdb.gdb/Makefile.in: Likewise.
9357 * gdb.go/Makefile.in: Likewise.
9358 * gdb.guile/Makefile.in: Likewise.
9359 * gdb.java/Makefile.in: Likewise.
9360 * gdb.linespec/Makefile.in: Likewise.
9361 * gdb.mi/Makefile.in: Likewise.
9362 * gdb.modula2/Makefile.in: Likewise.
9363 * gdb.multi/Makefile.in: Likewise.
9364 * gdb.objc/Makefile.in: Likewise.
9365 * gdb.opencl/Makefile.in: Likewise.
9366 * gdb.opt/Makefile.in: Likewise.
9367 * gdb.pascal/Makefile.in: Likewise.
9368 * gdb.perf/Makefile.in: Likewise.
9369 * gdb.python/Makefile.in: Likewise.
9370 * gdb.reverse/Makefile.in: Likewise.
9371 * gdb.server/Makefile.in: Likewise.
9372 * gdb.stabs/Makefile.in: Likewise.
9373 * gdb.threads/Makefile.in: Likewise.
9374 * gdb.trace/Makefile.in: Likewise.
9375 * gdb.xml/Makefile.in: Likewise.
9376 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9377 GDB_PARALLEL.
9378 (standard_output_file): Remove check for GDB_PARALLEL, always
9379 return path in outputs/$subdir/$testname.
9380
437277d4
SM
93812016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9382
9383 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9384 (site.exp): Assign abs_srcdir to tcl's srcdir.
9385
31d913c7
YQ
93862016-02-04 Yao Qi <yao.qi@linaro.org>
9387
9388 * gdb.base/foll-exec-mode.c: Include limits.h.
9389 (main): Add parameters argc and argv. Get directory from
9390 argv[0].
9391 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9392 compilation.
9393 * gdb.base/foll-exec.c: Include limits.h.
9394 (main): Add parameters argc and argv.
9395 Get directory from argv[0].
9396 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9397 Adjust tests on the number of lines as source code changed.
9398 * gdb.base/foll-vfork-exit.c: Include limits.h.
9399 (main): Add one line of statement before vfork.
9400 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9401 (main): Add parameters argc and argv. Get directory from
9402 argv[0].
9403 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9404 (setup_gdb): Set tbreak to skip some source lines.
9405 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9406 (main): Add parameters argc and argv. Get directory from
9407 argv[0].
9408 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9409 compilation.
9410 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9411 (main): Add parameters argc and argv. Get directory from
9412 argv[0].
9413 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9414 compilation.
9415
9482b9fb
DE
94162016-02-01 Doug Evans <dje@google.com>
9417
9418 * gdb.base/skip.exp: Clean up multiple references to same test name.
9419
6b2e4f10
PA
94202016-02-01 Pedro Alves <palves@redhat.com>
9421
ccb6afd6 9422 PR remote/19496
6b2e4f10
PA
9423 * gdb.threads/forking-threads-plus-breakpoint.exp
9424 (displaced_stepping_supported): New global.
9425 (probe_displaced_stepping_support): New procedure.
9426 (do_test): Add 'displaced' parameter, and use it.
9427 (top level): Check for displaced stepping support. Add displaced
9428 stepping on/off testing axis.
9429
37a8db1a
AB
94302016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9431
9432 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9433 pointer. Don't perform further tests on the unassociated pointer
9434 if the first test fails.
9435
5fdf6324
AB
94362016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9437
9438 * gdb.base/max-value-size.c: New file.
9439 * gdb.base/max-value-size.exp: New file.
9440 * gdb.base/huge.exp: Disable max-value-size for this test.
9441
935c6144
IB
94422016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9443
9444 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9445
7fe8399d
YQ
94462016-01-28 Yao Qi <yao.qi@linaro.org>
9447
9448 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9449
a2077e25
PA
94502016-01-25 Pedro Alves <palves@redhat.com>
9451
9452 PR threads/19461
9453 * gdb.base/fork-running-state.c: New file.
9454 * gdb.base/fork-running-state.exp: New file.
9455
1d2736d4
PA
94562016-01-25 Pedro Alves <palves@redhat.com>
9457
9458 PR gdb/19494
9459 * gdb.base/catch-fork-kill.c: New file.
9460 * gdb.base/catch-fork-kill.exp: New file.
9461
f1da4b11
PA
94622016-01-25 Pedro Alves <palves@redhat.com>
9463
9464 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9465 Delete, moved to lib/gdb.exp.
9466 * gdb.threads/forking-threads-plus-breakpoint.exp
9467 (foreach_with_prefix): Likewise.
9468 * gdb.threads/process-dies-while-handling-bp.exp
9469 (foreach_with_prefix): Likewise.
9470 * lib/gdb.exp (foreach_with_prefix): New procedure.
9471
45f38546
MK
94722016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9473
9474 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9475 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9476
dc29a1ce
MK
94772016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9478
9479 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9480 endian targets.
9481
092127d7
JK
94822016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9483 Pedro Alves <palves@redhat.com>
9484
9485 Fix testsuite compatibility with Guile.
9486 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9487 number.
9488
31d765d3
JK
94892016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9490
9491 Fix testsuite compatibility with Guile.
9492 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9493 (thread 1): New test for backtrace through signal handler.
9494
1ac78c04
YQ
94952016-01-22 Yao Qi <yao.qi@linaro.org>
9496
9497 PR testsuite/19491
9498 * gdb.base/multi-forks.c: Include
9499 ../lib/unbuffer_output.c
9500 (main): Call gdb_unbuffer_output.
9501
4f5946a8
DE
95022016-01-21 Doug Evans <dje@google.com>
9503
9504 * lib/ada.exp (gdb_compile_ada): Fix typo.
9505
305e13e6
JB
95062016-01-21 Joel Brobecker <brobecker@adacore.com>
9507
9508 * gdb.base/break-fun-addr.exp: New file.
9509 * gdb.base/break-fun-addr1.c: New file.
9510 * gdb.base/break-fun-addr2.c: New file.
9511
5f5dfff6
SM
95122016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9513
9514 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9515 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9516 enum flag values.
9517
fd356fa2
AA
95182016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9519
9520 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9521 when GDB can not set the vector return value. Add more comments
9522 for clarification.
9523
9df22175
AT
95242016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9525
9526 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9527 command.
9528
41d1845e
SM
95292016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9530
9531 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9532
01ac6840
SM
95332016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9534
9535 * Makefile.in (check-single): Pass --status to runtest.
9536 (check/%.exp): Likewise.
9537
95382016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9539
9540 * Makefile.in (check-parallel): Propagate return code from make
9541 do-check-parallel.
9542
bd0a71fa
MK
95432016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9544
9545 * gdb.trace/ftrace.exp: Fix expected message on continue.
9546 * gdb.trace/pending.exp: Fix expected message on continue.
9547 * gdb.trace/trace-break.exp: Fix expected message on continue.
9548
8bcbad33
SM
95492016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9550
9551 * lib/gdb.exp (gdb_test): Remove unused global references.
9552
f303dbd6
PA
95532016-01-18 Pedro Alves <palves@redhat.com>
9554
9555 * gdb.base/async-shell.exp: Adjust expected output.
9556 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9557 * gdb.base/siginfo-thread.exp: Adjust expected output.
9558 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9559 * gdb.java/jnpe.exp: Adjust expected output.
9560 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9561 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9562 * gdb.threads/leader-exit.exp: Adjust expected output.
9563 * gdb.threads/manythreads.exp: Adjust expected output.
9564 * gdb.threads/pthreads.exp: Adjust expected output.
9565 * gdb.threads/schedlock.exp: Adjust expected output.
9566 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9567 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9568 expected output.
9569 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9570 output.
9571 * gdb.threads/sigthread.exp: Adjust expected output.
9572 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9573
b2789696
YQ
95742016-01-18 Yao Qi <yao.qi@linaro.org>
9575
9576 * gdb.guile/scm-section-script.c: Replace @progbits with
9577 %progbits.
9578 * gdb.python/py-section-script.c: Likewise.
9579
71ef29a8
PA
95802016-01-15 Pedro Alves <palves@redhat.com>
9581
9582 * gdb.multi/tids.exp: Test star wildcard ranges.
9583
3f5b7598
PA
95842016-01-15 Pedro Alves <palves@redhat.com>
9585
9586 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9587 command from "thread apply" invocation.
9588 (thr_apply_info_thr_invalid): Default the expected output to the
9589 input tid list.
9590 (top level): Add tests that use convenience variables. Add tests
9591 for "thread apply" with a valid TID list, but missing the command.
9592
663f6d42
PA
95932016-01-13 Pedro Alves <palves@redhat.com>
9594
9595 * gdb.base/default.exp: Expect $_gthread as well.
9596 * gdb.multi/tids.exp: Test $_gthread.
9597 * gdb.threads/thread-specific.exp: Test $_gthread.
9598
c84f6bbf
PA
95992016-01-13 Pedro Alves <palves@redhat.com>
9600
9601 * gdb.multi/tids.exp: Test "info threads -gid".
9602
22a02324
PA
96032016-01-13 Pedro Alves <palves@redhat.com>
9604
9605 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9606 Breakpoint.thread.
9607 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9608
5d5658a1
PA
96092016-01-07 Pedro Alves <palves@redhat.com>
9610
9611 * gdb.base/break.exp: Adjust to output changes.
9612 * gdb.base/hbreak2.exp: Likewise.
9613 * gdb.base/sepdebug.exp: Likewise.
9614 * gdb.base/watch_thread_num.exp: Likewise.
9615 * gdb.linespec/keywords.exp: Likewise.
9616 * gdb.multi/info-threads.exp: Likewise.
9617 * gdb.threads/thread-find.exp: Likewise.
9618 * gdb.multi/tids.c: New file.
9619 * gdb.multi/tids.exp: New file.
9620
84654457
PA
96212016-01-13 Pedro Alves <palves@redhat.com>
9622
9623 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9624
e3940304
PA
96252016-01-13 Pedro Alves <palves@redhat.com>
9626
9627 * gdb.base/default.exp: Expect $_inferior as well.
9628 * gdb.multi/base.exp: Test $_inferior.
9629
a911d87a
PA
96302016-01-13 Pedro Alves <palves@redhat.com>
9631
9632 PR breakpoints/19388
9633 * gdb.base/catch-signal-siginfo-cond.c: New file.
9634 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9635
82075af2
JS
96362016-01-12 Josh Stone <jistone@redhat.com>
9637 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9638
9639 * gdb.base/catch-syscall.c (do_execve): New variable.
9640 (main): Conditionally trigger an execve.
9641 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9642 (test_catch_syscall_execve): New, check entry/return across execve.
9643 (do_syscall_tests): Call test_catch_syscall_execve.
9644
e46eeedd
PA
96452016-01-12 Pedro Alves <palves@redhat.com>
9646
9647 * gdb.base/random-signal.exp (do_test): New procedure, with body
9648 of testcase moved in.
9649
01d8c27e
JK
96502016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9651 Pedro Alves <palves@redhat.com>
9652
9653 * gdb.base/funcargs.exp (finish from indirectly called function):
9654 Reintroduce the case for 'First'.
9655
9a706302
JK
96562016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9657 Pedro Alves <palves@redhat.com>
9658
9659 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9660 (tcatch_vfork_then_child_follow_exec)
9661 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9662 identification.
9663
c0ecb95f
JK
96642016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9665
9666 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9667 and repeats to unlimited.
9668 * gdb.python/py-value.exp: Likewise.
9669 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9670 and repeats to unlimited.
9671
6cfc1fcb
JK
96722016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9673
9674 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9675 and reordering the functions.
9676 * gdb.multi/hangout.c: Likewise.
9677 * gdb.multi/hello.c: Likewise.
9678
582a1b00
SM
96792016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9680
9681 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9682 absolute.
9683 (SingleStatisticTestResult.report): Use dict.keys instead of
9684 dict.iterkeys.
9685
79bc59cb
PA
96862016-01-06 Pedro Alves <palves@redhat.com>
9687
9688 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9689
43368e1d
MM
96902016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9691
9692 * gdb.btrace/dlopen.exp: New.
9693 * gdb.btrace/dlopen.c: New.
9694 * gdb.btrace/dlopen-dso.c: New.
9695
79fad5b8
SL
96962015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9697
9698 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9699 PATTERN argument is optional.
9700
ab8314b3
JB
97012015-12-24 Joel Brobecker <brobecker@adacore.com>
9702
9703 * lib/ada.exp (target_compile_ada_from_dir): New function.
9704 (gdb_compile_ada): Reimplement avoiding the use of project files.
9705 * gdb.ada/gnat_ada.gpr: Delete.
9706 * gdb.ada/cond_lang.exp: Adjust test to make path before
9707 filename optional.
9708 * gdb.ada/small_reg_param.exp: Likewise.
9709
fe33faff
SM
97102015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9711
9712 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9713
6d265cb4
TP
97142015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9715
9716 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9717 case.
9718
10125099
SM
97192015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9720
9721 * gdb.base/break.exp: Remove dead code.
9722 * gdb.base/sepdebug.exp: Likewise.
9723
3ca22649
SM
97242015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9725
9726 * gdb.asm/asm-source.exp: Remove HP-UX references.
9727 * gdb.base/annota1.exp: Likewise.
9728 * gdb.base/annota3.exp: Likewise.
9729 * gdb.base/attach.exp: Likewise.
9730 * gdb.base/bigcore.exp: Likewise.
9731 * gdb.base/break.exp: Likewise.
9732 * gdb.base/call-ar-st.exp: Likewise.
9733 * gdb.base/callfuncs.exp: Likewise.
9734 * gdb.base/catch-fork-static.exp: Likewise.
9735 * gdb.base/display.exp: Likewise.
9736 * gdb.base/foll-exec-mode.exp: Likewise.
9737 * gdb.base/foll-exec.exp: Likewise.
9738 * gdb.base/foll-fork.exp: Likewise.
9739 * gdb.base/foll-vfork.exp: Likewise.
9740 * gdb.base/funcargs.exp: Likewise.
9741 * gdb.base/hbreak2.exp: Likewise.
9742 * gdb.base/inferior-died.exp: Likewise.
9743 * gdb.base/interrupt.exp: Likewise.
9744 * gdb.base/multi-forks.exp: Likewise.
9745 * gdb.base/nodebug.exp: Likewise.
9746 * gdb.base/sepdebug.exp: Likewise.
9747 * gdb.base/solib1.c: Likewise.
9748 * gdb.base/step-test.exp: Likewise.
9749 * gdb.mi/non-stop.c: Likewise.
9750 * gdb.mi/pthreads.c: Likewise.
9751 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9752 * gdb.threads/pthreads.c: Likewise.
9753 * gdb.threads/staticthreads.exp: Likewise.
9754 * lib/future.exp: Likewise.
9755 * lib/gdb.exp: Likewise.
9756 * gdb.base/so-indr-cl.c: Remove.
9757 * gdb.base/so-indr-cl.exp: Likewise.
9758 * gdb.base/solib.c: Likewise.
9759 * gdb.base/solib.exp: Likewise.
9760 * gdb.base/solib2.c: Likewise.
9761
b6304613
SM
97622015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9763
9764 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9765 * gdb.base/call-ar-st.exp: Likewise.
9766 * gdb.base/callfuncs.exp: Likewise.
9767 * gdb.base/condbreak.exp: Likewise.
9768 * gdb.base/constvars.exp: Likewise.
9769 * gdb.base/hbreak2.exp: Likewise.
9770 * gdb.base/langs.exp: Likewise.
9771 * gdb.base/list.exp: Likewise.
9772 * gdb.base/long_long.exp: Likewise.
9773 * gdb.base/ptype.exp: Likewise.
9774 * gdb.base/scope.exp: Likewise.
9775 * gdb.base/signals.exp: Likewise.
9776 * gdb.base/so-impl-ld.exp: Likewise.
9777 * gdb.base/varargs.exp: Likewise.
9778 * gdb.base/volatile.exp: Likewise.
9779 * gdb.base/whatis.exp: Likewise.
9780 * gdb.cp/cplusfuncs.exp: Likewise.
9781 * gdb.cp/inherit.exp: Likewise.
9782 * gdb.cp/local.exp: Likewise.
9783 * gdb.cp/member-ptr.exp: Likewise.
9784 * gdb.cp/method.exp: Likewise.
9785 * gdb.cp/overload.exp: Likewise.
9786 * gdb.cp/templates.exp: Likewise.
9787 * gdb.stabs/weird.exp: Likewise.
9788 * lib/compiler.c: Likewise.
9789 * lib/compiler.cc: Likewise.
9790 * lib/cp-support.exp: Likewise.
9791 * lib/gdb.exp: Likewise.
9792
bf401b07
SM
97932015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9794
9795 * configure.ac: Remove HP-UX case.
9796 * configure: Regenerate.
9797
aff9c0f8
SM
97982015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9799
9800 * lib/gdb.exp (gdb_compile): Add function doc.
9801
a6904d5a
PA
98022015-12-17 Pedro Alves <palves@redhat.com>
9803
9804 PR threads/19354
9805 * gdb.multi/info-threads.exp: New file.
9806
a22279dd
YQ
98072015-12-15 Yao Qi <yao.qi@linaro.org>
9808
9809 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9810 is aarch64*-*-*.
9811
0588c796
SL
98122015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9813
9814 * gdb.base/history-duplicates.exp: Skip if no readline support.
9815
5d978e17
SL
98162015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9817
9818 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9819
7e763b86
SL
98202015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9821
9822 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9823
87a3a92c
SL
98242015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9825
9826 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9827 ctrl-C if nointerrupts target property is set.
9828 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9829 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9830 * gdb.base/paginate-bg-execution.exp: Likewise.
9831 * gdb.base/paginate-execution-startup.exp: Likewise.
9832 * gdb.base/random-signal.exp: Likewise.
9833 * gdb.base/range-stepping.exp: Likewise.
9834 * gdb.cp/annota2.exp: Likewise.
9835 * gdb.cp/annota3.exp: Likewise.
9836 * gdb.gdb/selftest.exp: Likewise.
9837 * gdb.threads/continue-pending-status.exp: Likewise.
9838 * gdb.threads/leader-exit.exp: Likewise.
9839 * gdb.threads/manythreads.exp: Likewise.
9840 * gdb.threads/pthreads.exp: Likewise.
9841 * gdb.threads/schedlock.exp: Likewise.
9842 * gdb.threads/sigthread.exp: Likewise.
9843
a8f077dc
DB
98442015-12-11 Don Breazeal <donb@codesourcery.com>
9845
9846 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9847 remote.
9848 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9849 * gdb.base/foll-exec.exp (main): Enable for target remote.
9850 * gdb.base/foll-fork.exp (main): Likewise.
9851 * gdb.base/foll-vfork.exp (main): Likewise.
9852 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9853 (proc continue_to_exit_bp_loc): Use clean_restart.
9854 * gdb.base/pie-execl.exp (main): Disable for target remote.
9855 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9856 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9857 * gdb.threads/execl.exp (main): Likewise.
9858 * gdb.threads/fork-child-threads.exp (main): Likewise.
9859 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9860 remote.
9861 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9862 remote.
9863 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9864 pid.tid style ptids, instead of just tid.
9865 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9866 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9867 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9868 ptids, instead of just tid.
9869
3b2464a8
AB
98702015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9871
9872 * gdb.base/list.exp (test_list_forward): Add end of file error
9873 test.
9874 (test_repeat_list_command): Add end of file error test.
9875 (test_list_backwards): Add beginning of file error test.
9876
a0def019
AB
98772015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9878
9879 * gdb.base/list.exp (test_list_invalid_args): New function,
9880 defined, and called.
9881
5c000dff
AB
98822015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9883
9884 * gdb.base/list.exp (test_list): Make test names unique.
9885
f1637ebe
YQ
98862015-12-11 Yao Qi <yao.qi@linaro.org>
9887
9888 * gdb.base/coremaker2.c: Remove.
9889
36d6fc0a
PA
98902015-12-10 Pedro Alves <palves@redhat.com>
9891
9892 * gdb.multi/base.exp: Remove stale "spaces" references.
9893
762f7747
PA
98942015-12-10 Pedro Alves <palves@redhat.com>
9895
9896 * gdb.multi/base.exp: Don't use nowarnings.
9897 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9898 * gdb.multi/hangout.c: Include stdio.h.
9899 * gdb.multi/hello.c: Include stdlib.h.
9900 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9901 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9902 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9903
28d2bfb9
AB
99042015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9905
9906 * gdb.dwarf2/dw2-ranges-base.c: New file.
9907 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9908 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9909 support additional line table, and debug ranges generation.
9910 (Dwarf::ranges): New function, generate .debug_ranges.
9911 (Dwarf::lines): Support generating simple line table programs.
9912 (Dwarf::assemble): Initialise new namespace variables.
9913
5fc2beac
KB
99142015-12-09 Kevin Buettner <kevinb@redhat.com>
9915
9916 * gdb.base/async.exp (proc test_background): Add case for
9917 asynchronous execution not supported.
9918
1c35a88f
LM
99192015-12-09 Luis Machado <lgustavo@codesourcery.com>
9920
9921 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9922 format and change test names to make them unique.
9923
b593e3d9
RK
99242015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9925 Pedro Alves <pedro@redhat.com>
9926
9927 PR gdb/18702
9928 Add checking of floatformats setup on x86_64 hosts.
9929 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9930 (smallval, bigval): New labels/constants.
9931 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9932 float" after loading bigval and smallval.
9933
d72413e6
PMR
99342015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9935
9936 * gdb.ada/fun_overload_menu.exp: New testcase.
9937 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9938
ece66d65
JS
99392015-12-04 Josh Stone <jistone@redhat.com>
9940
9941 * gdb.base/catch-fork-static.exp: New.
9942
41d0efca
YQ
99432015-12-03 Yao Qi <yao.qi@linaro.org>
9944
9945 * gdb.base/sizeof.c: Don't include stdio.h and
9946 ../lib/unbuffer_output.c.
9947 (main): New variable 'size' and 'value'. Remove printf and
9948 gdb_unbuffer_output. Assign return value to size and value.
9949 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9950 at the beginning.
9951 (check_sizeof): Check the result by printing variable 'size'.
9952 (check_valueof): Check the result by printing variable 'value'.
9953
99fd02d9
YQ
99542015-12-01 Yao Qi <yao.qi@linaro.org>
9955
9956 * gdb.base/disp-step-syscall.exp: Define syscall instruction
9957 for aarch64*-*-linux* target.
9958
f2faf941
PA
99592015-11-30 Pedro Alves <palves@redhat.com>
9960
9961 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9962
04bf20c5
PA
99632015-11-30 Pedro Alves <palves@redhat.com>
9964
9965 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9966 Handle non-stop mode vCont replies.
9967
09df4675
PA
99682015-11-30 Pedro Alves <palves@redhat.com>
9969
9970 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9971 prepare_for_testing. Start gdb with "set non-stop on" appended to
9972 GDBFLAGS. Lax expected stop output.
9973
58b584af
YQ
99742015-11-27 Yao Qi <yao.qi@linaro.org>
9975
9976 * gdb.arch/arm-neon.exp: New.
9977 * gdb.arch/arm-neon.c: New.
9978
dfcb77a8
YQ
99792015-11-27 Yao Qi <yao.qi@linaro.org>
9980
9981 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9982
88e8ec1b
YQ
99832015-11-27 Yao Qi <yao.qi@linaro.org>
9984
9985 * gdb.cp/annota2.exp: Allow multiple occurrences of the
9986 frames-invalid annotation.
9987
bfde72c2
YQ
99882015-11-27 Yao Qi <yao.qi@linaro.org>
9989
9990 * gdb.cp/annota2.exp: Use ${frames_invalid}.
9991
f6512a69
SM
99922015-11-26 Simon Marchi <simon.marchi@ericsson.com>
9993
9994 * gdb.threads/names.exp: New file.
9995 * gdb.threads/names.c: New file.
9996 * README: Mention gdb,no_thread_names.
9997
46a3515b
MM
99982015-11-26 Markus Metzger <markus.t.metzger@intel.com>
9999
10000 PR 19297
10001 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10002 support" error.
10003
62147a22
PA
100042015-11-24 Pedro Alves <palves@redhat.com>
10005
10006 PR 17539
10007 * gdb.base/display.exp: Expect displays to be sorted in ascending
10008 order. Use multi_line.
10009 * gdb.base/solib-display.exp: Likewise.
10010
2f341b6e
PA
100112015-11-24 Pedro Alves <palves@redhat.com>
10012
10013 PR 17539
25d49b86
PA
10014 * gdb.base/display.exp: Expect displays to be sorted in ascending
10015 order. Use multi_line.
10016 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10017
7e0aa6aa
PA
100182015-11-24 Pedro Alves <palves@redhat.com>
10019
10020 PR 17539
10021 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10022 threads in ascending order.
10023 * gdb.base/foll-fork.exp: Likewise.
10024 * gdb.base/foll-vfork.exp: Likewise.
10025 * gdb.base/multi-forks.exp: Likewise.
10026 * gdb.mi/mi-nonstop.exp: Likewise.
10027 * gdb.mi/mi-nsintrall.exp: Likewise.
10028 * gdb.multi/base.exp: Likewise.
10029 * gdb.multi/multi-arch.exp: Likewise.
10030 * gdb.python/py-inferior.exp: Likewise.
10031 * gdb.threads/break-while-running.exp: Likewise.
10032 * gdb.threads/execl.exp: Likewise.
10033 * gdb.threads/gcore-thread.exp: Likewise.
10034 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10035 * gdb.threads/kill.exp: Likewise.
10036 * gdb.threads/linux-dp.exp: Likewise.
10037 * gdb.threads/multiple-step-overs.exp: Likewise.
10038 * gdb.threads/next-bp-other-thread.exp: Likewise.
10039 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10040 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10041 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10042 * gdb.threads/thread-find.exp: Likewise.
10043 * gdb.threads/tls.exp: Likewise.
10044 * lib/mi-support.exp (mi_reverse_list): Delete.
10045 (mi_check_thread_states): No longer reverse list.
10046
2cc57ad8
PA
100472015-11-24 Pedro Alves <palves@redhat.com>
10048
10049 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10050 use lowercase.
10051
c93e8391
SM
100522015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10053
10054 * gdb.trace/actions.c: Include trace-common.h.
10055 (main): Add a location for a fast tracepoint.
10056 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10057 the normal tracepoints.
10058 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10059
045ccf91
SM
100602015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10061
10062 * save-trace.exp: Factor out code to these...
10063 (gdb_save_tracepoints): New.
10064 (gdb_load_tracepoints): New.
10065 (do_save_load_test): New.
10066
5506f9f6
KB
100672015-11-23 Kevin Buettner <kevinb@redhat.com>
10068
10069 * gdb.base/asmlabel.exp: New test.
10070 * gdb.base/asmlabel.c: New test case.
10071
16c3b12f
JB
100722015-11-23 Joel Brobecker <brobecker@adacore.com>
10073
10074 * gdb.base/wrong_frame_bt_full-main.c: New file.
10075 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10076 * gdb.base/wrong_frame_bt_full.exp: New file.
10077
155bfbd3
JB
100782015-11-23 Joel Brobecker <brobecker@adacore.com>
10079
10080 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10081
bb097445
JM
100822015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10083
206853a0 10084 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10085 pstate register when comparing registers values in
10086 sparc64-*-linux-gnu targets to avoid spurious differences.
10087
9c88ed8f
JM
100882015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10089
206853a0 10090 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10091
96161e25
SL
100922015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10093
10094 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10095 as type argument to gdb_compile.
10096 * gdb.base/nested-subp2.exp: Likewise.
10097 * gdb.base/nested-subp3.exp: Likewise.
10098
340c2830
DV
100992015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10100
10101 * lib/dwarf.exp (_note): Fix left shift of negative value.
10102 * gdb.trace/trace-condition.exp: Likewise.
10103
c1862d0f
YQ
101042015-11-13 Yao Qi <yao.qi@linaro.org>
10105
10106 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10107 comments about d10v.
10108 (test_scalar_returns): Likewise.
10109 * gdb.base/d10v.ld: Remove.
10110 * gdb.base/overlays.exp: Remove the target triplet checking for
10111 d10v-*-*.
10112 * gdb.base/structs.exp (test_struct_returns): Remove the
10113 comments about d10v.
10114 (test_struct_calls): Likewise.
10115
77ae9c19
YQ
101162015-11-13 Yao Qi <yao.qi@linaro.org>
10117
10118 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10119 * gdb.base/gnu_vector.c: Don't include stdio.h.
10120 (main): Don't print res and call add_some_intvecs.
10121
430e004e
MK
101222015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10123
10124 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10125 macro.
10126 (func5): Removed.
10127 (func4): Use FAST_TRACEPOINT_LABEL.
10128 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10129 macro.
10130 (func): Removed.
10131 (thread_function): Use FAST_TRACEPOINT_LABEL.
10132 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10133 (func): Remove.
10134 (marker): Use FAST_TRACEPOINT_LABEL.
10135 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10136 (pendfunc1): Remove.
10137 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10138 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10139 (foo): Remove.
10140 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10141 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10142 macro.
10143 (func): Remove.
10144 (marker): Use FAST_TRACEPOINT_LABEL.
10145 * gdb.trace/trace-common.h: New header.
10146 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10147 macro.
10148 (func): Remove.
10149 (marker): Use FAST_TRACEPOINT_LABEL.
10150 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10151 (func): Remove.
10152 (thread_function): Use FAST_TRACEPOINT_LABEL.
10153
6e7675a7
MK
101542015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10155
10156 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10157 in front.
10158 * gdb.trace/change-loc.exp: Use global pcreg definition.
10159 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10160 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10161 in front.
10162 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10163 * gdb.trace/pending.exp: Likewise.
10164 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10165 * gdb.trace/trace-break.exp: Likewise.
10166 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10167 in front.
10168 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10169 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10170 in front.
10171 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10172
dddc0e16
JB
101732015-11-09 Joel Brobecker <brobecker@adacore.com>
10174
10175 * gdb.ada/fin_fun_out: New testcase.
10176
c6f0b406
KB
101772015-11-07 Kevin Buettner <kevinb@redhat.com>
10178
10179 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10180 value associated with DW_AT_byte_size.
10181 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10182 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10183 DW_AT_upper_bound.
10184
f01dcfd9
KB
101852015-11-07 Kevin Buettner <kevinb@redhat.com>
10186
10187 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10188 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10189 version.
10190 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10191 gdb.dwarf2/dw2-canonicalize-type.exp,
10192 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10193 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10194 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10195 provided by gdb_target_symbol_prefix_flags_asm.
10196 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10197 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10198 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10199 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10200 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10201 macros where needed). Use this macro for symbols which require
10202 the prefix provided by SYMBOL_PREFIX.
10203
2223449a
KB
102042015-11-05 Kevin Buettner <kevinb@redhat.com>
10205
10206 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10207 New procs.
10208 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10209 representing expressions, of more than one list element.
10210 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10211 to prepend linker symbol prefix to f.
10212 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10213 table_1 and table_2.
10214 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10215 Likewise, for f and g.
10216 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10217 for ptr.
10218 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10219 for main.
10220 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10221 table_1_ptr and table_2_ptr.
10222
6f2f1a3a
JK
102232015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10224 Joel Brobecker <brobecker@adacore.com>
10225
10226 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10227
566c56c9
MK
102282015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10229
10230 * gdb.reverse/s390-mvcle.c: New test.
10231 * gdb.reverse/s390-mvcle.exp: New file.
10232 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10233
d5f0636b
MK
102342015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10235
10236 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10237
7ad8b86c
MK
102382015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10239
10240 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10241 reaching marker2.
10242 * gdb.reverse/getresuid-reverse.exp: Likewise.
10243 * gdb.reverse/pipe-reverse.exp: Likewise.
10244 * gdb.reverse/readv-reverse.exp: Likewise.
10245 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10246 * gdb.reverse/time-reverse.exp: Likewise.
10247 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10248
4081c0f1
YQ
102492015-10-30 Yao Qi <yao.qi@linaro.org>
10250
10251 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10252 (empty_cycle): Remove.
10253 (main): Don't call empty_cycle. Don't use watch_count_done.
10254 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10255 empty_cycle. Rewrite the code counting HW watchpoints.
10256
452b4ba5
MK
102572015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10258
10259 * gdb.reverse/fstatat-reverse.c: New test.
10260 * gdb.reverse/fstatat-reverse.exp: New file.
10261 * gdb.reverse/getresuid-reverse.c: New test.
10262 * gdb.reverse/getresuid-reverse.exp: New file.
10263 * gdb.reverse/pipe-reverse.c: New test.
10264 * gdb.reverse/pipe-reverse.exp: New file.
10265 * gdb.reverse/readv-reverse.c: New test.
10266 * gdb.reverse/readv-reverse.exp: New file.
10267 * gdb.reverse/recvmsg-reverse.c: New test.
10268 * gdb.reverse/recvmsg-reverse.exp: New file.
10269 * gdb.reverse/time-reverse.c: New test.
10270 * gdb.reverse/time-reverse.exp: New file.
10271 * gdb.reverse/waitpid-reverse.c: New test.
10272 * gdb.reverse/waitpid-reverse.exp: New file.
10273
5e2e7507
JK
102742015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10275
10276 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10277
0fde2c53
DE
102782015-10-26 Doug Evans <dje@google.com>
10279
10280 PR symtab/17391
10281 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10282 * gdb.dwarf2/bad-regnum.c: New file.
10283 * gdb.dwarf2/bad-regnum.exp: New file.
10284
1a70ae97
DE
102852015-10-26 Doug Evans <dje@google.com>
10286
10287 PR python/18938
10288 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10289 file.
10290
27dc26ab
JK
102912015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10292
10293 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10294 for a change by "Mention language in compile error message".
10295
bed91f4d
SM
102962015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10297
10298 PR python/18073
10299 * gdb.python/py-type.c (C::a_method): New.
10300 (C::a_const_method): New.
10301 (C::a_static_method): New.
10302 (a_function): New.
10303 * gdb.python/py-type.exp (test_fields): Test getting fields
10304 from function and method.
10305
3f2f83dd
KB
103062015-10-21 Keven Boell <keven.boell@intel.com>
10307
10308 * gdb.fortran/vla-alloc-assoc.exp: New file.
10309 * gdb.fortran/vla-datatypes.exp: New file.
10310 * gdb.fortran/vla-datatypes.f90: New file.
10311 * gdb.fortran/vla-history.exp: New file.
10312 * gdb.fortran/vla-ptype-sub.exp: New file.
10313 * gdb.fortran/vla-ptype.exp: New file.
10314 * gdb.fortran/vla-sizeof.exp: New file.
10315 * gdb.fortran/vla-sub.f90: New file.
10316 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10317 * gdb.fortran/vla-value-sub-finish.exp: New file.
10318 * gdb.fortran/vla-value-sub.exp: New file.
10319 * gdb.fortran/vla-value.exp: New file.
10320 * gdb.fortran/vla-ptr-info.exp: New file.
10321 * gdb.mi/mi-vla-fortran.exp: New file.
10322 * gdb.mi/vla.f90: New file.
10323
27145d50
SL
103242015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10325
10326 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10327 of hardwired timeout value.
10328
5f3ff4f8
JK
103292015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10330 Pedro Alves <palves@redhat.com>
10331
10332 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10333 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10334
bfd09d20
JS
103352015-10-19 Josh Stone <jistone@redhat.com>
10336
10337 * gdb.base/catch-syscall.c: Include <sched.h>.
10338 (unknown_syscall): New variable.
10339 (main): Trigger a vfork and an unknown syscall.
10340 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10341 (unknown_syscall_number): Likewise.
10342 (check_call_to_syscall): Accept an optional syscall pattern.
10343 (check_return_from_syscall): Likewise.
10344 (check_continue): Likewise.
10345 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10346 (test_catch_syscall_skipping_return): New test toggling off 'catch
10347 syscall' to step over the syscall return, then toggling back on.
10348 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10349 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10350 (do_syscall_tests): Call test_catch_syscall_without_args and
10351 test_catch_syscall_mid_vfork.
10352 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10353 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10354
b32b93c6
AS
103552015-10-19 Andrew Stubbs <ams@codesourcery.com>
10356
10357 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10358 print g_vE): Add new pass patterns.
10359 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10360 print various symbol names for vptr fields.
10361
9d622bda
AB
103622015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10363
10364 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10365 results.
10366
0fd8ac1c
YQ
103672015-10-12 Yao Qi <yao.qi@linaro.org>
10368
10369 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10370
34240514
YQ
103712015-10-12 Yao Qi <yao.qi@linaro.org>
10372
10373 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10374 is aarch64*-*-linux*.
10375
8240f442
YQ
103762015-10-12 Yao Qi <yao.qi@linaro.org>
10377
10378 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10379 (can_relocate_bcond_true): ... it.
10380 (can_relocate_bcond_false): New function.
10381 (foo): Likewise.
10382 (can_relocate_bl): Likewise.
10383 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10384 can_relocate_bl.
10385
2520f728
PMR
103862015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10387
10388 * gdb.base/nested-addr.c: New file.
10389 * gdb.base/nested-addr.exp: New testcase.
10390
abcef95a
MM
103912015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10392
10393 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10394 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10395 its output. Ignore the output of "record goto begin" and instead
10396 check that GDB is replaying.
10397
145e3ddb
PA
103982015-10-09 Pedro Alves <palves@redhat.com>
10399
10400 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10401 (top level): Use it in the run with no args test.
10402
d5d8c4e1
IB
104032015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10404
10405 * gdb.dlang/properties.exp: New file.
10406
06e635ef
SL
104072015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10408
10409 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10410 whether or not address 0x1000 is mapped on the target.
10411
e019fd1d
SM
104122015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10413
10414 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10415 build.
10416
77ba2a67
MM
104172015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10418
10419 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10420 instruction-history test.
10421
c60eb31f
DE
104222015-09-28 Doug Evans <dje@google.com>
10423
10424 * gdb.base/gcore.c (array_func): Add reference to static_array.
10425
9a3c8263
SM
104262015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10427
10428 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10429 source line.
10430
9720e656
SL
104312015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10432
10433 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10434 short or char as base type.
10435
938d3bf2
SL
104362015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10437
10438 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10439 to allow any size enum.
10440
e6c2c623
PMR
104412015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10442
10443 * gdb.ada/array_ptr_renaming.exp: New testcase.
10444 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10445 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10446
06da0f77
PL
104472015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10448
10449 * gdb.trace/ftrace-lock.c: New file.
10450 * gdb.trace/ftrace-lock.exp: New file.
10451
4f51c22a
PL
104522015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10453
10454 * gdb.arch/insn-reloc.c: New file.
10455 * gdb.arch/ftrace-insn-reloc.exp: New file.
10456
7041adf4
PL
104572015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10458
10459 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10460 instruction.
10461 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10462 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10463 * gdb.trace/range-stepping.c: Likewise.
10464 * gdb.trace/trace-break.c: Likewise.
10465 * gdb.trace/trace-mt.c (thread_function): Likewise.
10466 * gdb.trace/ftrace.c (marker): Likewise.
10467 * gdb.trace/trace-condition.c (marker): Likewise.
10468 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10469 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10470 is_aarch64_target.
10471
015d2e7e
DE
104722015-09-18 Doug Evans <xdje42@gmail.com>
10473
10474 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10475 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10476
26b188a2
SL
104772015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10478
10479 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10480 the breakpoint.
10481
79dc332b
SL
104822015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10483
10484 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10485 the pending breakpoint. Remove timeout override for "Run till
10486 MI pending breakpoint on pendfunc3 on thread 2" test.
10487
f57929f2
SL
104882015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10489
10490 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10491 filename pattern.
10492
3f469b17
SL
104932015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10494
10495 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10496 in breakpoint filename pattern.
10497
515b89b3
SL
104982015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10499
7800dbe4
SL
10500 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10501
105022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10503
515b89b3
SL
10504 * gdb.linespec/explicit.exp: Check for readline support for
10505 tab-completion tests. Fix obvious typo.
10506
d2939ba2
MM
105072015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10508
10509 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10510 and replay.
10511
cbb55fa7
MM
105122015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10513
10514 * gdb.btrace/non-stop.c: New.
10515 * gdb.btrace/non-stop.exp: New.
10516
43691ca1
PL
105172015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10518 Yao Qi <yao.qi@linaro.org>
10519
10520 * gdb.trace/trace-condition.c: New file.
10521 * gdb.trace/trace-condition.exp: New file.
10522
d78908cf
WW
105232015-09-16 Wei-cheng Wang <cole945@gmail.com>
10524
10525 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10526 for testing bytecode compilation.
10527
1ed415e2
PA
105282015-09-16 Pedro Alves <palves@redhat.com>
10529 Sandra Loosemore <sandra@codesourcery.com>
10530
10531 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10532 (SECONDS): Redefine.
10533 (main): Call pthread_kill and alarm early.
10534 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10535 support.
10536 (test): If the target can't hardware step and doesn't support
10537 displaced stepping, increase the timeout.
10538
d136eff5
PA
105392015-09-16 Pedro Alves <palves@redhat.com>
10540
10541 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10542 (enable_debug): New procedures.
10543 (test): Use them. Bail out if waiting for threads fails.
10544 (top level): Bail out if a test fails.
10545
991f019c
YQ
105462015-09-16 Yao Qi <yao.qi@linaro.org>
10547
10548 * gdb.asm/asm-source.exp: Set asm-arch for
10549 aarch64*-*-* target.
10550 * gdb.asm/aarch64.inc: New file.
10551
bfca584f
PMR
105522015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10553
10554 * gdb.ada/array_of_variable_length.exp: New testcase.
10555 * gdb.ada/array_of_variable_length/foo.adb: New file.
10556 * gdb.ada/array_of_variable_length/pck.adb: New file.
10557 * gdb.ada/array_of_variable_length/pck.ads: New file.
10558
b326e587
DE
105592015-09-15 Doug Evans <dje@google.com>
10560
10561 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10562 of function static local variable.
10563
5382cfab
PW
105642015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10565
10566 * gdb.threads/tls-so_extern.exp: New test file.
10567 * gdb.threads/tls-so_extern.c: New test file.
10568 * gdb.threads/tls-so_extern_main.c: New test file.
10569
141c5cc4
JK
105702015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10571
10572 * gdb.opt/solib-intra-step-lib.c: New file.
10573 * gdb.opt/solib-intra-step-main.c: New file.
10574 * gdb.opt/solib-intra-step.exp: New file.
10575
d15dcecd
PA
105762015-09-15 Pedro Alves <palves@redhat.com>
10577
10578 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10579 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10580
4c2f2a79
PA
105812015-09-14 Pedro Alves <palves@redhat.com>
10582
10583 * gdb.base/hook-stop-continue.c: Delete.
10584 * gdb.base/hook-stop-continue.exp: Delete.
10585 * gdb.base/hook-stop-frame.c: Delete.
10586 * gdb.base/hook-stop-frame.exp: Delete.
10587 * gdb.base/hook-stop.c: New file.
10588 * gdb.base/hook-stop.exp: New file.
10589
919e6dbe
PMR
105902015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10591
10592 * gdb.ada/access_to_packed_array.exp: New testcase.
10593 * gdb.ada/access_to_packed_array/foo.adb: New file.
10594 * gdb.ada/access_to_packed_array/pack.adb: New file.
10595 * gdb.ada/access_to_packed_array/pack.ads: New file.
10596
157280a4
MM
105972015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10598
10599 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10600 buffer size test.
10601
2fd33e94
DB
106022015-09-11 Don Breazeal <donb@codesourcery.com>
10603
10604 * gdb.base/foll-exec.c: Add copyright header. Fix
10605 formatting issues.
10606 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10607 (do_exec_tests): Use clean_restart in place of zap_session,
10608 and for test initialization. Fix formatting issues. Use
10609 fail in place of perror.
10610 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10611 an expect statement to match an expression with output from
10612 the program under debug.
10613 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10614 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10615 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10616 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10617 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10618
e70b6e8e
DE
106192015-09-09 Doug Evans <dje@google.com>
10620
10621 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10622
7a551a51
DE
106232015-09-09 Doug Evans <dje@google.com>
10624
10625 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10626
4c666f84
DE
106272015-09-09 Doug Evans <dje@google.com>
10628
10629 * gdb.base/savedregs.exp: Fix typo.
10630
243a9253
PA
106312015-09-09 Pedro Alves <palves@redhat.com>
10632
10633 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10634
c0fa8fbd
SL
106352015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10636
10637 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10638 command actually switches threads. Give up on remaining
10639 tests if target fails to stop at breakpoint.
10640
cd7c1778
PMR
106412015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10642
10643 * gdb.ada/funcall_char.exp: New testcase.
10644 * gdb.ada/funcall_char/foo.adb: New file.
10645
dc5c8746
PMR
106462015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10647
10648 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10649 expected outputs. Add two testcases for completing ambiguous
10650 functions.
10651 * gdb.ada/complete/aux_pck.adb: New file.
10652 * gdb.ada/complete/aux_pck.ads: New file.
10653 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10654 Ambiguous_Func functions.
10655 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10656 * gdb.ada/complete/pck.adb: Likewise.
10657
4e83a1e7
UW
106582015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10659
10660 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10661 failures to run the test program under GDB.
10662
8ce74153
LM
106632015-08-26 Luis Machado <lgustavo@codesourcery.com>
10664
10665 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10666 to C.
10667
e9756d52
PP
106682015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10669
10670 * gdb.base/run-after-attach.exp: New test file.
10671 * gdb.base/run-after-attach.c: New test file.
10672
8d37573b
DB
106732015-08-26 Don Breazeal <donb@codesourcery.com>
10674
10675 * gdb.base/foll-exec-2.c: New test program.
10676 * gdb.base/foll-exec-2.exp: New test.
10677
63e43d3a
PMR
106782015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10679
10680 * gdb.base/nested-subp1.exp: New file.
10681 * gdb.base/nested-subp1.c: New file.
10682 * gdb.base/nested-subp2.exp: New file.
10683 * gdb.base/nested-subp2.c: New file.
10684 * gdb.base/nested-subp3.exp: New file.
10685 * gdb.base/nested-subp3.c: New file.
10686
3d40fbb5
PA
106872015-08-24 Pedro Alves <palves@redhat.com>
10688
10689 * gdb.server/connect-without-multi-process.c: New file.
10690 * gdb.server/connect-without-multi-process.exp: New file.
10691
4422ac93
LM
106922015-08-24 Luis Machado <lgustavo@codesourcery.com>
10693
10694 * gdb.opt/inline-markers.c: Make z int.
10695
91dddb86
LM
106962015-08-24 Luis Machado <lgustavo@codesourcery.com>
10697
10698 * gdb.opt/inline-markers.c: Make z volatile.
10699
a48847ee
LM
107002015-08-24 Luis Machado <lgustavo@codesourcery.com>
10701
10702 * gdb.opt/inline-bt.c: New volatile global z.
10703 * gdb.opt/inline-cmds.c: Likewise.
10704 * gdb.opt/inline-locals.c: Likewise.
10705 * gdb.opt/inline-markers.c: New extern global z.
10706 (marker): Use z.
10707 (inline_fn): Likewise.
10708
0ebbc52b
PA
107092015-08-24 Pedro Alves <palves@redhat.com>
10710
10711 * config/m32r-stub.exp: Remove file.
10712 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10713 * gdb.base/call-rt-st.exp: Likewise.
10714 * gdb.base/call-strs.exp: Likewise.
10715 * gdb.base/default.exp: Remove references to h8300-*-hms and
10716 *-*-udi*.
10717 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10718
77c365df
AA
107192015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10720
10721 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10722 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10723 and "return" use KFAIL when GDB can not read/write the vector
10724 return value.
10725
4313b8c0
GB
107262015-08-21 Gary Benson <gbenson@redhat.com>
10727
10728 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10729
0e433b32
PA
107302015-08-20 Pedro Alves <palves@redhat.com>
10731
10732 * gdb.server/solib-list.exp: No longer expect an interior stop in
10733 non-stop mode.
10734
221e1a37
PA
107352015-08-20 Pedro Alves <palves@redhat.com>
10736
10737 * gdb.server/connect-stopped-target.c: New file.
10738 * gdb.server/connect-stopped-target.exp: New file.
10739
40e3ad0e
PA
107402015-08-20 Pedro Alves <palves@redhat.com>
10741
10742 * gdb.dwarf2/comp-unit-lang.exp: New file.
10743 * gdb.dwarf2/comp-unit-lang.c: New file.
10744
af39b327
PMR
107452015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10746
10747 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10748 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10749
7d45c7c3 107502015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 10751
7d45c7c3
KB
10752 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10753 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10754
4d6cceb4
DE
107552015-08-18 Doug Evans <dje@google.com>
10756 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10757
10758 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10759 skip_python_tests. New arg prompt_regexp.
10760 (skip_python_tests): New function.
10761 * lib/mi-support.exp (mi_skip_python_tests): New function.
10762 * gdb.python/py-mi-objfile-gdb.py: New file.
10763 * gdb.python/py-mi-objfile.c: New file.
10764 * gdb.python/py-mi-objfile.exp: New file.
10765
ad89c2aa
KS
107662015-08-17 Keith Seitz <keiths@redhat.com>
10767
10768 * gdb.linespec/explicit.exp: Move strace test from here ...
10769 * gdb.trace/strace.exp: ... to here.
10770
e3ae3c43
PP
107712015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10772
10773 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10774 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10775
604b2636
DE
107762015-08-14 Doug Evans <xdje42@gmail.com>
10777
10778 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10779 inferior before selecting a new file.
10780
6ff0ba5f
DE
107812015-08-14 Doug Evans <xdje42@gmail.com>
10782
10783 * gdb.mi/mi-disassemble.exp: Update.
10784 * gdb.base/disasm-optim.S: New file.
10785 * gdb.base/disasm-optim.c: New file.
10786 * gdb.base/disasm-optim.h: New file.
10787 * gdb.base/disasm-optim.exp: New file.
10788
9ca98f92
KS
107892015-08-14 Keith Seitz <keiths@redhat.com>
10790
10791 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10792 "evaluated-by".
10793
52bbc560
JB
107942015-08-13 Joel Brobecker <brobecker@adacore.com>
10795
10796 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10797
5d8c3ed3
PMR
107982015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10799
10800 * gdb.ada/fun_renaming.exp: New testcase.
10801 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10802 * gdb.ada/fun_renaming/pack.adb: New file.
10803 * gdb.ada/fun_renaming/pack.ads: New file.
10804
ea8812bc
KS
108052015-08-12 Keith Seitz <keiths@redhat.com>
10806
10807 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10808 gdb_get_line_number.
10809
4dafcdeb
JB
108102015-08-12 Joel Brobecker <brobecker@adacore.com>
10811
10812 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10813 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10814 gdb.base/dso2dso.exp: New files.
10815
5ba32597
SDJ
108162015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10817 Pedro Alves <palves@redhat.com>
10818 Keith Seitz <keiths@redhat.com>
10819
10820 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10821 GDBFLAGS.
10822
b6dafabf
PP
108232015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10824
10825 * gdb.base/gdbhistsize-history.exp
10826 (test_histsize_history_setting): Use save_vars.
10827 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10828 Use save_vars.
10829 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10830 * gdb.base/readline.exp: Use save_vars.
10831
abe8e607
PP
108322015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10833
10834 * lib/gdb.exp (save_vars): New proc.
10835
629500fa
KS
108362015-08-11 Keith Seitz <keiths@redhat.com>
10837
10838 * gdb.base/help.exp: Update help_breakpoint_text.
10839
eb8c4e2e
KS
108402015-08-11 Keith Seitz <keiths@redhat.com>
10841
10842 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10843 (at toplevel): Call test_explicit_breakpoints.
10844 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10845 breakpoints.
10846 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10847 breakpoint conditions, "-cond".
10848
87f0e720
KS
108492015-08-11 Keith Seitz <keiths@redhat.com>
10850
10851 * gdb.linespec/3explicit.c: New file.
10852 * gdb.linespec/cpexplicit.cc: New file.
10853 * gdb.linespec/cpexplicit.exp: New file.
10854 * gdb.linespec/explicit.c: New file.
10855 * gdb.linespec/explicit.exp: New file.
10856 * gdb.linespec/explicit2.c: New file.
10857 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10858 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10859 before using in the matching pattern.
10860 Clarify that `prefix' is a regular expression.
10861
f00aae0f
KS
108622015-08-11 Keith Seitz <keiths@redhat.com>
10863
10864 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10865 test.
10866 Add tests for missing ",FMT" and ",".
10867
e27852be
DE
108682015-08-10 Doug Evans <dje@google.com>
10869 Keith Seitz <keiths@redhat.com>
10870
10871 PR gdb/17960
10872 * gdb.base/completion.exp: Add location completer tests.
10873
7f03bd92
PA
108742015-08-07 Pedro Alves <palves@redhat.com>
10875
10876 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10877 tests here.
10878 (top level): Run do_test with and without displaced stepping.
10879
3fc8eb30
PA
108802015-08-07 Pedro Alves <palves@redhat.com>
10881
10882 * gdb.base/valgrind-disp-step.c: New file.
10883 * gdb.base/valgrind-disp-step.exp: New file.
10884
d4569d7b
PA
108852015-08-07 Pedro Alves <palves@redhat.com>
10886
10887 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10888 Delete function.
10889 (main): Add alarm. Run an infinite loop instead of calling
10890 wait_threads.
10891 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10892 comment.
10893 * gdb.threads/step-over-trips-on-watchpoint.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-trips-on-watchpoint.exp (do_test): Change
10898 comment.
10899
e1316e60
PA
109002015-08-07 Pedro Alves <palves@redhat.com>
10901
10902 * gdb.base/checkpoint-ns.exp: New file.
10903 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10904 standard_testfile.
10905
da8c46d2
MM
109062015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10907
10908 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10909 * gdb.btrace/instruction_history.exp: Update.
10910 * gdb.btrace/tsx.exp: New.
10911 * gdb.btrace/tsx.c: New.
10912
de1c2c52
PA
109132015-08-06 Pedro Alves <palves@redhat.com>
10914
10915 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10916 increase timeout.
10917 * gdb.reverse/until-precsave.exp: Bump timeouts.
10918
782e0bf4
PA
109192015-08-06 Pedro Alves <palves@redhat.com>
10920
10921 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10922
83e97ed0
PA
109232015-08-06 Pedro Alves <palves@redhat.com>
10924
10925 PR gdb/18749
10926 * gdb.threads/process-dies-while-handling-bp.c: New file.
10927 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10928
863d01bd
PA
109292015-08-06 Pedro Alves <palves@redhat.com>
10930
10931 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10932 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10933
0a39bb32
PA
109342015-08-05 Pedro Alves <palves@redhat.com>
10935
10936 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10937 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10938
ee2d2b10
SL
109392015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10940
10941 * gdb.base/bp-permanent.exp: Report test as unsupported if
10942 the target cannot stop at the permanent breakpoint.
10943
4e1bdb00
DE
109442015-08-03 Doug Evans <dje@google.com>
10945
10946 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10947 10000.
10948
3d338901
DE
109492015-08-03 Doug Evans <dje@google.com>
10950
10951 * Makefile.in (workers/%.worker, build-perf): New rule.
10952 (GDB_PERFTEST_MODE): New variable.
10953 (check-perf): Use it.
10954 (clean): Clean up gdb.perf parallel build subdirs.
10955 * lib/build-piece.exp: New file.
10956 * lib/gdb.exp (make_gdb_parallel_path): New function
10957 (standard_output_file, standard_temp_file): Call it.
10958 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10959 of $GDB_PARALLEL.
10960 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10961
af061d3e
DE
109622015-08-03 Doug Evans <dje@google.com>
10963
8e1afc81 10964 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
10965 (LOG_FILE_NAME): New global.
10966 (TextReporter.__init__): Initialize self.txt_sum.
10967 (TextReporter.report): Add support for multiple data-points.
10968 Move report to perftest.sum, put raw data in perftest.log.
10969 (TextReporter.start): Open sum and log files.
10970 (TextReporter.end): Close sum and log files.
8e1afc81
DE
10971 * gdb.perf/lib/perftest/testresult.py
10972 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 10973
2c8c5d37
PA
109742015-07-31 Pedro Alves <palves@redhat.com>
10975
10976 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10977 Use spawn_id_get_pid. Wait for spawn id after eof. Use
10978 kill_wait_spawned_process instead of explicit "kill -9".
10979 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10980 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10981 kill_wait_spawned_process.
10982 * gdb.base/attach-twice.exp: Likewise.
10983 * gdb.base/attach.exp: Likewise.
10984 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10985 gdb_test_multiple.
10986 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10987 returning a spawn id instead of a pid. Use spawn_id_get_pid and
10988 kill_wait_spawned_process.
10989 * gdb.base/valgrind-infcall.exp: Likewise.
10990 * gdb.multi/multi-attach.exp: Likewise.
10991 * gdb.python/py-prompt.exp: Likewise.
10992 * gdb.python/py-sync-interp.exp: Likewise.
10993 * gdb.server/ext-attach.exp: Likewise.
10994 * gdb.threads/attach-into-signal.exp (corefunc): Use
10995 spawn_wait_for_attach, spawn_id_get_pid and
10996 kill_wait_spawned_process.
10997 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10998 spawn_wait_for_attach returning a spawn id instead of a pid. Use
10999 spawn_id_get_pid and kill_wait_spawned_process.
11000 * gdb.threads/attach-stopped.exp (corefunc): Use
11001 spawn_wait_for_attach, spawn_id_get_pid and
11002 kill_wait_spawned_process.
11003 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11004 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11005 kill_wait_spawned_process instead of explicit "kill -9".
11006 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11007 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11008 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11009 processes. Don't map cygwin/windows pids here. Now returns a
11010 spawn id list.
11011
032a0fca
SL
110122015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11013
11014 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11015 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11016 correct patch.
11017
61a934ca
SL
110182015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11019
11020 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11021
4bc4d428
SL
110222015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11023
11024 Reapply:
11025 2014-05-21 Mark Wielaard <mjw@redhat.com>
11026
11027 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11028
998d452a
PA
110292015-07-30 Pedro Alves <palves@redhat.com>
11030
11031 * linux-low.c (handle_extended_wait): Set the child's last
11032 reported status to TARGET_WAITKIND_STOPPED.
11033
69dde7dc
PA
110342015-07-30 Pedro Alves <palves@redhat.com>
11035
11036 PR threads/18600
11037 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11038 only shows inferior 1.
11039
4dd63d48
PA
110402015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11041 Pedro Alves <palves@redhat.com>
11042
11043 PR threads/18600
11044 * gdb.threads/fork-plus-threads.c: New file.
11045 * gdb.threads/fork-plus-threads.exp: New file.
11046
d618e4c5
PP
110472015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11048
11049 * gdb.base/batch-preserve-term-settings.exp
11050 (test_terminal_settings_preserved_after_cli_exit): Use
11051 send_quit_command.
11052
1eef6428
PA
110532015-07-29 Pedro Alves <palves@redhat.com>
11054 Don Breazeal <donb@codesourcery.com>
11055
11056 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11057 output from both inferior_spawn_id and gdb_spawn_id.
11058
7da5b897
SDJ
110592015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11060
11061 * gdb.threads/attach-into-signal.exp (corefunc): Use
11062 with_test_prefix on nested loops, uniquefying the test messages.
11063
dac804df
SDJ
110642015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11065
11066 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11067 commit.
11068
06265e53
PP
110692015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11070
11071 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11072 New proc.
11073 (test_terminal_settings_preserved_after_sigterm): New test.
11074
18206ca3
PP
110752015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11076
11077 * gdb.base/batch-preserve-term-settings.exp
11078 (test_terminal_settings_preserved_after_cli_exit): New test.
11079
90074d11
PP
110802015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11081
11082 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11083 manipulation of saved_gdbflags.
11084 (test_terminal_settings_preserved): Remove global declaration of
11085 the unused variable pagination_prompt. Remove manipulation of
11086 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11087 GDBFLAGS.
11088
eb1a7902
PA
110892015-07-29 Pedro Alves <palves@redhat.com>
11090
11091 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11092
8b75dd3b
PA
110932015-07-29 Pedro Alves <palves@redhat.com>
11094
11095 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11096 at the top.
11097
dedad4e3
PA
110982015-07-29 Pedro Alves <palves@redhat.com>
11099
11100 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11101 (main): Call gdb_unbuffer_output.
11102 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11103 (main): Call gdb_unbuffer_output.
11104 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11105 (main): Call gdb_unbuffer_output.
11106 * gdb.base/call-strs.exp: Adjust to step over the
11107 gdb_unbuffer_output call.
11108 * gdb.base/catch-gdb-caused-signals.c: Include
11109 "../lib/unbuffer_output.c".
11110 (main): Call gdb_unbuffer_output.
11111 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11112 (main): Call gdb_unbuffer_output.
11113 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11114 (main): Call gdb_unbuffer_output.
11115 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11116 (main): Call gdb_unbuffer_output.
11117 * gdb.base/shlib-call.exp: Adjust to step over the
11118 gdb_unbuffer_output call.
11119 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11120 (main): Call gdb_unbuffer_output.
11121 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11122 (main): Call gdb_unbuffer_output.
11123 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11124 (main): Rename to ...
11125 (test): ... this.
11126 (main): Reimplement.
11127 * gdb.base/varargs.exp: Run to test instead of to main.
11128 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11129 (main): Call gdb_unbuffer_output.
11130
58789a91
PA
111312015-07-29 Pedro Alves <palves@redhat.com>
11132
11133 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11134 factore out from mi_continue_dprintf. For call-style dprintfs,
11135 expect dprintf output out of $inferior_spawn_id.
11136 (mi_continue_dprintf): Use mi_expect_dprintf.
11137 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11138 (main): Call gdb_unbuffer_output.
11139
e8376742
PA
111402015-07-29 Pedro Alves <palves@redhat.com>
11141
11142 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11143 (default_mi_gdb_start): Set inferior_spawn_id instead of
11144 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11145 gdb_spawn_id.
11146 (mi_gdb_test): Always expect inferior output from both
11147 $inferior_spawn_id and $gdb_spawn_id.
11148
08280010
PA
111492015-07-29 Pedro Alves <palves@redhat.com>
11150
11151 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11152 send_inferior and $inferior_spawn_id.
11153
4d30e432
PA
111542015-07-29 Pedro Alves <palves@redhat.com>
11155
11156 * gdb.gdb/complaints.exp (test_initial_complaints)
11157 (test_serial_complaints, test_short_complaints): Use
11158 gdb_test_stdio.
11159 (test_empty_complaint): Handle $inferior_spawn_id !=
11160 $gdb_spawn_id.
11161
0d30a335
PA
111622015-07-29 Pedro Alves <palves@redhat.com>
11163
11164 * gdb.base/varargs.exp: Use gdb_test_stdio.
11165
39413b29
PA
111662015-07-29 Pedro Alves <palves@redhat.com>
11167
11168 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11169
7cb000a9
PA
111702015-07-29 Pedro Alves <palves@redhat.com>
11171
11172 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11173
d7b8ac82
PA
111742015-07-29 Pedro Alves <palves@redhat.com>
11175
11176 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11177 parameter into two new parameters, "inf_result" and "gdb_result".
11178 Expect inferior output and gdb output from $inferior_spawn_id and
11179 $gdb_spawn_id, respectively. Adjust all callers.
11180
789c3a0c
PA
111812015-07-29 Pedro Alves <palves@redhat.com>
11182
11183 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11184 of gdb_test_sequence.
11185
77e760c3
PA
111862015-07-29 Pedro Alves <palves@redhat.com>
11187
11188 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11189 (saw_spurious_output): Expect inferior output from
11190 $inferior_spawn_id. Use gdb_test_stdio.
11191
8396d2cd
PA
111922015-07-29 Pedro Alves <palves@redhat.com>
11193
11194 * gdb.base/dprintf.exp: Use standard_testfile. Change
11195 prepare_for_testing call.
11196 (srcfile): Don't set.
11197 (restart): New procedure.
11198 (test_dprintf): New procecure, use to continue over dprintfs.
11199 (test_call, test_agent): New procedures, tests moved here.
11200 Restart gdb and recreate dprintfs. Adjust expected output.
11201
2051d61f
PA
112022015-07-29 Pedro Alves <palves@redhat.com>
11203
11204 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11205
452397af
PA
112062015-07-29 Pedro Alves <palves@redhat.com>
11207
11208 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11209
8aed9555
PA
112102015-07-29 Pedro Alves <palves@redhat.com>
11211
11212 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11213 gdb_test_stdio.
11214
188a61b4
PA
112152015-07-29 Pedro Alves <palves@redhat.com>
11216
11217 * lib/gdb.exp (gdb_test_stdio): New procedure.
11218
12264a45
PA
112192015-07-29 Pedro Alves <palves@redhat.com>
11220
11221 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11222
23ffc893
PA
112232015-07-29 Pedro Alves <palves@redhat.com>
11224
11225 * gdb.base/call-signal-resume.exp: Remove check for
11226 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11227 * gdb.base/unwindonsignal.exp: Likewise.
11228 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11229 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11230
65566918
PA
112312015-07-29 Pedro Alves <palves@redhat.com>
11232
11233 * gdb.base/siginfo-addr.c (pass): New function.
11234 (handler): Call it iff si_addr is correct.
11235 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11236 Set a breakpoint at "pass" and continue to it.
11237
d60a9221
SDJ
112382015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11239
11240 * gdb.python/py-objfile.exp: Make some tests have unique names.
11241 * gdb.python/py-pp-registration.exp: Likewise.
11242
bde40b8f
PA
112432015-07-28 Pedro Alves <palves@redhat.com>
11244
11245 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11246
13e1dec8
SM
112472015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11248
11249 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11250
da33c9a7
SM
112512015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11252
11253 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11254
077836f7
PP
112552015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11256
11257 * gdb.base/gdb-sigterm-2.exp: New test.
11258
b8cc7b2e
DE
112592015-07-25 Doug Evans <xdje42@gmail.com>
11260
11261 Revert:
11262 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11263 (workers/%.worker, build-perf): New rule.
11264 (GDB_PERFTEST_MODE): New variable.
11265 (check-perf): Use it.
11266 (clean): Clean up gdb.perf parallel build subdirs.
11267 * lib/build-piece.exp: New file.
11268 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11269 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11270 name.
11271 (standard_temp_file): Ditto.
11272 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11273 of $GDB_PARALLEL.
11274
c8bd4544
DE
112752015-07-24 Doug Evans <dje@google.com>
11276
11277 * gdb.perf/lib/perftest/utils.py: New file.
11278 * gdb.perf/gm-hello.cc: New file.
11279 * gdb.perf/gm-pervasive-typedef.cc: New file.
11280 * gdb.perf/gm-pervasive-typedef.h: New file.
11281 * gdb.perf/gm-std.cc: New file.
11282 * gdb.perf/gm-std.h: New file.
11283 * gdb.perf/gm-use-cerr.cc: New file.
11284 * gdb.perf/gm-utils.h: New file.
11285 * gdb.perf/gmonster-null-lookup.py: New file.
11286 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11287 * gdb.perf/gmonster-print-cerr.py: New file.
11288 * gdb.perf/gmonster-ptype-string.py: New file.
11289 * gdb.perf/gmonster-runto-main.py: New file.
11290 * gdb.perf/gmonster-select-file.py: New file.
11291 * gdb.perf/gmonster1-null-lookup.exp: New file.
11292 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11293 * gdb.perf/gmonster1-print-cerr.exp: New file.
11294 * gdb.perf/gmonster1-ptype-string.exp: New file.
11295 * gdb.perf/gmonster1-runto-main.exp: New file.
11296 * gdb.perf/gmonster1-select-file.exp: New file.
11297 * gdb.perf/gmonster1.cc: New file.
11298 * gdb.perf/gmonster1.exp: New file.
11299 * gdb.perf/gmonster2-null-lookup.exp: New file.
11300 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11301 * gdb.perf/gmonster2-print-cerr.exp: New file.
11302 * gdb.perf/gmonster2-ptype-string.exp: New file.
11303 * gdb.perf/gmonster2-runto-main.exp: New file.
11304 * gdb.perf/gmonster2-select-file.exp: New file.
11305 * gdb.perf/gmonster2.cc: New file.
11306 * gdb.perf/gmonster2.exp: New file.
11307
6eab34f3
DE
113082015-07-24 Doug Evans <dje@google.com>
11309
11310 * gdb.perf/README: New file.
11311 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11312 * lib/gen-perf-test.exp: New file.
11313
63738bfd
DE
113142015-07-24 Doug Evans <dje@google.com>
11315
11316 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11317 (PerfTest::startup): New function.
11318 (PerfTest::run): Return result of calling body.
11319 (PerfTest::assemble): Rewrite.
11320 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11321 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11322 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11323 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11324 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11325
7b606f95
DE
113262015-07-24 Doug Evans <dje@google.com>
11327
11328 * lib/gdb.exp (clean_restart): Make executable optional.
11329
a97b16b8
DE
113302015-07-24 Doug Evans <dje@google.com>
11331
11332 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11333 compiler_info references.
11334 * gdb.cp/temargs.exp: Ditto.
11335 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11336 (get_compiler_info): Early exit if already computed. Set compiler_info
11337 to "unknown" if there was a problem.
11338 (test_compiler_info): Add function comment. Call get_compiler_info.
11339
35baa57f
DE
113402015-07-24 Doug Evans <dje@google.com>
11341
11342 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11343 (workers/%.worker, build-perf): New rule.
11344 (GDB_PERFTEST_MODE): New variable.
11345 (check-perf): Use it.
11346 (clean): Clean up gdb.perf parallel build subdirs.
11347 * lib/build-piece.exp: New file.
11348 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11349 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11350 name.
11351 (standard_temp_file): Ditto.
11352 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11353 of $GDB_PARALLEL.
11354
6ebea266
DE
113552015-07-24 Doug Evans <dje@google.com>
11356
11357 * lib/future.exp (gdb_default_target_compile): New option
11358 "early_flags".
11359 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11360 --as-needed.
11361
1e76a7e9
SDJ
113622015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11363
11364 * gdb.base/catch-syscall.exp: Call gdb_exit before
11365 gdb_skip_xml_test.
11366
5068630a
PA
113672015-07-24 Pedro Alves <palves@redhat.com>
11368
11369 * gdb.python/py-events.exp: Accept output between the stop event
11370 and the prompt.
11371 * gdb.python/py-evsignal.exp: Likewise.
11372 * gdb.python/py-evthreads.exp: Likewise.
11373
77598427
PA
113742015-07-24 Pedro Alves <palves@redhat.com>
11375
11376 PR gdb/18717
11377 * gdb.threads/non-ldr-exit.c: New file.
11378 * gdb.threads/non-ldr-exit.exp: New file.
11379
11e6c98f
YQ
113802015-07-24 Yao Qi <yao.qi@linaro.org>
11381
11382 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11383 restarting process.
11384
51aee833
YQ
113852015-07-24 Yao Qi <yao.qi@linaro.org>
11386
11387 * gdb.server/ext-restart.exp: New file.
11388
8cfe207c
YQ
113892015-07-24 Yao Qi <yao.qi@linaro.org>
11390
11391 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11392 argument options.
11393 * gdb.server/ext-wrapper.exp: New file.
11394
cc12ce38
DE
113952015-07-23 Doug Evans <dje@google.com>
11396
11397 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11398 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11399
d0d84780
PMR
114002015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11401
11402 * gdb.ada/var_arr_typedef.exp: New testcase.
11403 * gdb.ada/var_arr_typedef/pack.adb: New file.
11404 * gdb.ada/var_arr_typedef/pack.ads: New file.
11405 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11406
8b558f79
JB
114072015-07-20 Joel Brobecker <brobecker@adacore.com>
11408
11409 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11410
775a3298
JK
114112015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11412
11413 * gdb.arch/i386-biarch-core.exp: Replace istarget
11414 by "complete set gnutarget". Remove expectation for the "core-file"
11415 command.
11416
db1ff28b
JK
114172015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11418
11419 Revert the previous commit:
11420 Tests for validate symbol file using build-id.
11421
0a94970d
JK
114222015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11423
11424 Tests for validate symbol file using build-id.
11425 * gdb.base/solib-mismatch-lib.c: New file.
11426 * gdb.base/solib-mismatch-libmod.c: New file.
11427 * gdb.base/solib-mismatch.c: New file.
11428 * gdb.base/solib-mismatch.exp: New file.
11429
03346981
SL
114302015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11431
11432 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11433 nios2-*-linux*.
11434 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11435 * gdb.base/siginfo.exp: Likewise.
11436 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11437
42422cc7
PL
114382015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11439
11440 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11441 Move it to ...
11442 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11443 ... here.
11444 * gdb.trace/range-stepping.exp: Check that the target supports
11445 range stepping.
11446
cfa68bae
JK
114472015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11448
11449 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11450
8ffdba26
PA
114512015-07-14 Pedro Alves <palves@redhat.com>
11452
11453 * gdb.base/killed-outside.exp: New file.
11454 * gdb.base/killed-outside.c: New file.
11455
218a5a11
JK
114562015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11457
11458 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11459 (n at main): New.
11460 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11461
e03ed3c6
AA
114622015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11463
11464 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11465 infcall tests instead of setting up for KFAIL.
11466
485668e5
MM
114672015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11468
11469 * gdb.btrace/record_goto-step.exp: New.
11470
08464196
JK
114712015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11472
11473 PR compile/18484
11474 * gdb.compile/compile.c (struct struct_type): Add volatile to
11475 selffield's type.
11476 * gdb.compile/compile.exp
11477 (compile code struct_object.selffield = &struct_object): Skip further
11478 struct_object tests if this one xfails.
11479
bcf5c1d9
RC
114802015-07-08 Robert O'Callahan <robert@ocallahan.org>
11481
11482 PR exp/18617
11483 * gdb.trace/ax.exp: Add test.
11484
4931af25
YQ
114852015-07-07 Yao Qi <yao.qi@linaro.org>
11486
11487 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11488 instead of istarget "aarch64*-*-*".
11489 * gdb.arch/aarch64-fp.exp: Likewise.
11490 * gdb.base/float.exp: Likewise.
11491 * gdb.reverse/aarch64.exp: Likewise.
11492 * lib/gdb.exp (is_aarch64_target): New proc.
11493
9fcf688e
YQ
114942015-07-07 Yao Qi <yao.qi@linaro.org>
11495
11496 * lib/gdb.exp (is_aarch32_target): New proc.
11497 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11498 instead of "istarget "arm*-*-*"".
11499 * gdb.arch/arm-disp-step.exp: Likewise.
11500 * gdb.arch/thumb-bx-pc.exp: Likewise.
11501 * gdb.arch/thumb-prologue.exp: Likewise.
11502 * gdb.arch/thumb-singlestep.exp: Likewise.
11503 * gdb.base/disp-step-syscall.exp: Likewise.
11504 * gdb.base/float.exp: Likewise.
11505
fbd8d50d
YQ
115062015-07-07 Yao Qi <yao.qi@linaro.org>
11507
11508 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11509 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11510
71be1fdc
YQ
115112015-07-07 Yao Qi <yao.qi@linaro.org>
11512
11513 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11514 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11515 if it exists.
11516 * gdb.multi/multi-arch.exp: Likewise.
11517
3e221d36
SM
115182015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11519
11520 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11521 print.
11522
d441430b
YQ
115232015-07-07 Yao Qi <yao.qi@linaro.org>
11524
11525 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11526
06f810bd
MG
115272015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11528
11529 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11530 '[' and ']' characters.
11531
5e61e7c0
IB
115322015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11533
11534 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11535
28bf096c
PA
115362015-06-29 Pedro Alves <palves@redhat.com>
11537
11538 PR threads/18127
11539 * gdb.threads/hand-call-new-thread.c: New file.
11540 * gdb.threads/hand-call-new-thread.c: New file.
11541
ee93cd5e
KS
115422015-06-26 Keith Seitz <keiths@redhat.com>
11543 Doug Evans <dje@google.com>
11544
11545 PR 16253
11546 * gdb.cp/var-tag-2.cc: New file.
11547 * gdb.cp/var-tag-3.cc: New file.
11548 * gdb.cp/var-tag-4.cc: New file.
11549 * gdb.cp/var-tag.cc: New file.
11550 * gdb.cp/var-tag.exp: New file.
11551
fc637f04
PP
115522015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11553
11554 * gdb.base/history-duplicates.exp: New test.
11555
2e52ae68
PP
115562015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11557
11558 * gdb.base/completion.exp: Test the completion of the "focus"
11559 command.
11560
6e22494e
JK
115612015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11562
11563 * gdb.arch/amd64-prologue-skip.S: New file.
11564 * gdb.arch/amd64-prologue-skip.exp: New file.
11565
bf7b9cd9
SM
115662015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11567
11568 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11569 is_address_zero_readable check.
11570
201e8dfd
PB
115712015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11572
11573 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11574 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11575
5cd867b4
YQ
115762015-06-24 Yao Qi <yao.qi@linaro.org>
11577
11578 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11579 linux targets.
11580
4d7be007
YQ
115812015-06-24 Yao Qi <yao.qi@linaro.org>
11582
11583 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11584 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11585 * gdb.base/siginfo-thread.exp: Likewise.
11586
07fcd301
YQ
115872015-06-22 Yao Qi <yao.qi@linaro.org>
11588
11589 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11590
52042a00
YQ
115912015-06-22 Yao Qi <yao.qi@linaro.org>
11592
11593 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11594 aarch64*-*-*.
11595 (skip_hw_watchpoint_tests): Likewise.
11596
74bd41ce
PP
115972015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11598
11599 * gdb.base/gdbinit-history.exp: Test the interaction between
11600 setting GDBHISTSIZE and setting the history size via .gdbinit.
11601
bc460514
PP
116022015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11603
11604 PR gdb/16999
11605 * gdb.base/gdbhistsize-history.exp: New test.
11606
b58c513b
PP
116072015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11608
11609 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11610 with GDBHISTSIZE.
11611 * gdb.base/readline.exp: Likewise.
11612
92046791
YQ
116132015-06-17 Yao Qi <yao.qi@linaro.org>
11614
11615 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11616 line.
11617
2093d2d3
PP
116182015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11619
11620 * gdb.base/gdbinit-history.exp: Add test case to check that
11621 an unlimited history file does not get truncated on exit.
11622
e6c693af
AA
116232015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11624
11625 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11626 (VECTOR): New macro. Use it...
11627 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11628 ...for these typedefs.
11629 (int8, char1, int1, double1): New typedefs.
11630 (struct just_int2, struct two_int2): New structures.
11631 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11632 (add_structvecs, add_singlevecs): New functions.
11633 (main): Call add_some_intvecs twice.
11634 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11635 the compile and exit upon failure. Try compiling for the "native"
11636 architecture. Test inferior function calls with vector arguments
11637 and vector return value handling with "finish" and "return".
11638
c74f7d1c
JT
116392015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11640
11641 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11642 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11643 PE file.
11644 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11645
98aa42ee
AT
116462015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11647
11648 PR breakpoints/16465
11649 * gdb.mi/mi-dprintf-pending.c: New file.
11650 * gdb.mi/mi-dprintf-pending.exp: New test.
11651 * gdb.mi/mi-dprintf-pendshr.c: New file.
11652
7d73c23c 116532015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 11654 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
11655
11656 * gdb.arch/i386-mpx-map.c: New file.
11657 * gdb.arch/i386-mpx-map.exp: New File.
11658
116592015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11660
11661 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11662 * gdb.arch/i386-mpx.exp: Indentation fixed.
11663
116642015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11665
11666 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11667 function and improved indentation.
11668 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11669 gdb_test_multiple. Added additional tests to skip the test.
11670
116712015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11672
11673 * gdb.arch/i386-avx512.c: Change path in include file.
11674 * gdb.arch/i386-avx512.exp: Change include dir path
11675 compilation flag.
11676 * gdb.arch/i386-mpx.c: Change path in include file.
11677 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11678 flag.
11679
d5eba19a
JK
116802015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11681
11682 * gdb.compile/compile-print.exp (compile print *vararray@3)
11683 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11684
7f361056
JK
116852015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11686
11687 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11688 (do not keep jit in memory): ... this.
11689 (expect 5): Change it to ...
11690 (expect no 5): ... this.
11691
3b462ec2
SM
116922015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11693
11694 PR gdb/15564
11695 * gdb.mi/mi-detach.exp: New file.
11696
e0619de6
JK
116972015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11698
11699 PR symtab/18392
11700 * gdb.arch/amd64-tailcall-self.S: New file.
11701 * gdb.arch/amd64-tailcall-self.c: New file.
11702 * gdb.arch/amd64-tailcall-self.exp: New file.
11703
e970cb34
DB
117042015-05-28 Don Breazeal <donb@codesourcery.com>
11705
11706 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11707 tests for remote targets by checking is_target_gdbserver.
11708
b2e2f908
DE
117092015-05-27 Doug Evans <dje@google.com>
11710
11711 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11712 * gdb.dwarf2/opaque-type-lookup.c: New file.
11713 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11714
82c7be31
DE
117152015-05-26 Doug Evans <dje@google.com>
11716
11717 * gdb.cp/iostream.cc: New file.
11718 * gdb.cp/iostream.exp: New file.
11719
b4f54984
DE
117202015-05-26 Doug Evans <dje@google.com>
11721
11722 * gdb.dwarf2/dw2-op-call.exp: Update.
11723 * gdb.dwarf2/dw4-sig-types.exp: Update.
11724 * gdb.dwarf2/implptr.exp: Update.
11725 * gdb.mi/mi-cmd-param-changed.exp: Update.
11726
4ea6efe9
DE
117272015-05-26 Doug Evans <dje@google.com>
11728
11729 * gdb.python/py-lazy-string.c: New file.
11730 * gdb.python/py-lazy-string.exp: New file.
11731 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11732 (main): Update. Add estring3.
11733 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11734 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11735
f6bb7db3
YQ
117362015-05-26 Omair Javaid <omair.javaid@linaro.org>
11737 Yao Qi <yao.qi@linaro.org>
11738
11739 * gdb.reverse/aarch64.c: New.
11740 * gdb.reverse/aarch64.exp: New.
11741
a81bfbd0
OJ
117422015-05-26 Omair Javaid <omair.javaid@linaro.org>
11743
25d49b86
PA
11744 * lib/gdb.exp (supports_process_record): Return true for
11745 aarch64*-linux*.
a81bfbd0
OJ
11746 (supports_reverse): Likewise.
11747
158bf1b4
PP
117482015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11749
11750 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11751 Use with_test_prefix.
11752
a0145030
AB
117532015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11754
11755 * gdb.base/completion.exp: Add test for completion of layout
11756 names.
11757
ebe3b578
AB
117582015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11759
11760 * lib/gdb.exp (skip_tui_tests): New proc.
11761 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11762
84204ed7
PA
117632015-05-19 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11766 Save the whole env array instead of just HOME. Unset HISTSIZE in
11767 the environment while testing. Restore whole environment
11768 afterwards.
11769
37442ce1
DE
117702015-05-16 Doug Evans <xdje42@gmail.com>
11771
11772 * gdb.guile/scm-ports.c: New file.
11773 * gdb.guile/scm-ports.exp: Add memory port tests.
11774
36de76f9
JK
117752015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11776
11777 * gdb.compile/compile-print.c: New file.
11778 * gdb.compile/compile-print.exp: New file.
11779
3a9558c4
JK
117802015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11781
11782 * gdb.compile/compile-ops.exp: Cast param to void.
11783 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11784 (compile code struct_object.selffield = &struct_object): Add xfail.
11785
aa715135
JG
117862015-05-15 Joel Brobecker <brobecker@adacore.com>
11787
11788 * gdb.ada/arr_enum_with_gap: New testcase.
11789
931e5bc3
JG
117902015-05-15 Joel Brobecker <brobecker@adacore.com>
11791
11792 * gdb.ada/byte_packed_arr: New testcase.
11793
9cd4d857
JB
117942015-05-15 Joel Brobecker <brobecker@adacore.com>
11795
11796 * gdb.ada/pckd_neg: New testcase.
11797
ebfd00d2
PP
117982015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11799
11800 PR gdb/17820
11801 * gdb.base/gdbinit-history.exp: New test.
11802 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11803 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11804
4c082a81
SC
118052015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11806
11807 * gdb.python/py-xmethods.cc: Enhance test case.
11808 * gdb.python/py-xmethods.exp: New tests.
11809 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11810 function.
11811 (B_indexoper): Likewise.
11812 (global_dm_list) : Add new xmethod worker functions.
11813
f7797074
SDJ
118142015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11815
11816 * gdb.base/coredump-filter.exp: Correctly unset
11817 "coredump_var_addr" array.
11818
a4674e4e
PA
118192015-05-08 Pedro Alves <palves@redhat.com>
11820
11821 * gdb.server/non-existing-program.exp: Unset spawn_id.
11822
df2eb078
SC
118232015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11824
11825 PR python/18291
11826 * gdb.python/py-xmethods.exp: Add tests.
11827
422349a3
YQ
118282015-05-08 Yao Qi <yao.qi@linaro.org>
11829
11830 PR gdb/18208
11831 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11832 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11833 function set_coredump_filter, and remove remote_exec call.
11834 Remove argument ipid. Callers update.
11835 (top level): Don't get inferior's PID.
11836
63fc80ce
AA
118372015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11838
11839 * gdb.base/watch_thread_num.exp: Skip test on targets without
11840 access watchpoints.
11841
80ad801e
PA
118422015-05-06 Pedro Alves <palves@redhat.com>
11843
11844 PR server/18081
11845 * gdb.server/non-existing-program.exp: New file.
11846
0fa7fe50
JB
118472015-05-05 Joel Brobecker <brobecker@adacore.com>
11848
11849 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11850
3ea89b92
PMR
118512015-05-05 Joel Brobecker <brobecker@adacore.com>
11852
11853 * gdb.ada/out_of_line_in_inlined: New testcase.
11854
87b8eff0
JB
118552015-05-05 Joel Brobecker <brobecker@adacore.com>
11856
11857 * gdb.ada/var_rec_arr: New testcase.
11858
5fccc635
YQ
118592015-04-30 Yao Qi <yao.qi@linaro.org>
11860
11861 * gdb.base/break-idempotent.exp: If
11862 skip_hw_watchpoint_multi_tests returns true, skip the tests
11863 on "rwatch" and "awatch".
11864
42d38f42
YQ
118652015-04-30 Yao Qi <yao.qi@linaro.org>
11866
11867 * gdb.base/relativedebug.exp: Invoke gdb command
11868 "info sharedlibrary", and if libc.so doesn't have debug info,
11869 skip the test.
11870
2ce1cdbf
DE
118712015-04-29 Doug Evans <dje@google.com>
11872
11873 * gdb.python/py-xmethods.exp: Add ptype tests.
11874 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11875 get_result_type method.
11876
f24a38c5
LM
118772015-04-29 Luis Machado <lgustavo@codesourcery.com>
11878
11879 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11880 the target does not support hardware watchpoints.
11881
ecbf2b3c
LM
118822015-04-29 Luis Machado <lgustavo@codesourcery.com>
11883
11884 * gdb.base/break-always.exp: Abort testing if writing to memory
11885 causes an error.
11886
34f5f757
DE
118872015-04-28 Doug Evans <dje@google.com>
11888
11889 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11890 * gdb.python/py-pp-registration.exp: ... here. New file.
11891 * gdb.python/py-pp-registration.c: New file.
11892 * gdb.python/py-pp-registration.py: New file.
11893
69b4374a
DE
118942015-04-28 Doug Evans <dje@google.com>
11895
11896 * gdb.python/py-bad-printers.c: New file.
11897 * gdb.python/py-bad-printers.py: New file.
11898 * gdb.python/py-bad-printers.exp: New file.
11899
59fb7612
SS
119002015-04-28 Sasha Smundak <asmundak@google.com>
11901
11902 * gdb.python/py-type.exp: New test.
11903
2631b16a
AW
119042015-04-28 Andy Wingo <wingo@igalia.com>
11905
11906 * gdb.python/py-parameter.exp:
11907 * gdb.guile/scm-parameter.exp: Escape the path that we are
11908 matching against, as it might contain characters that are special
11909 to regular expressions.
11910
460efde1
JB
119112015-04-27 Joel Brobecker <brobecker@adacore.com>
11912
11913 * gdb.ada/rec_comp: New testcase.
11914
2d369d8e
SDJ
119152015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11916
11917 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11918 before using it.
11919
cf75d6c3
AB
119202015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11921
11922 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11923 new tests for verilog output.
11924
8dbe7ca5
YQ
119252015-04-24 Yao Qi <yao.qi@linaro.org>
11926
11927 * boards/remote-gdbserver-on-localhost.exp: New file.
11928
4ef9fb2f
PA
119292015-04-23 Pedro Alves <palves@redhat.com>
11930
11931 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11932 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11933 "end of file", remove $inferior_spawn_id from the indirect list.
11934
0a803169
PA
119352015-04-23 Pedro Alves <palves@redhat.com>
11936
11937 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11938
749ef8f8
PA
119392015-04-23 Pedro Alves <palves@redhat.com>
11940
11941 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11942 on $any_spawn_id instead of only on $gdb_spawn_id.
11943
8aae4344
PM
119442015-04-21 Pierre Muller <muller@sourceware.org>
11945
11946 PR pascal/17815
11947 * lib/pascal.exp (gpc_compile): Add new option "class".
11948 (fpc_compile): Likewise.
11949 * gdb.pascal/case-insensitive-symbols.pas: New file.
11950 * gdb.pascal/case-insensitive-symbols.exp: New file.
11951
1586c8fb
GB
119522015-04-20 Gary Benson <gbenson@redhat.com>
11953
11954 * gdb.base/attach.exp: Fix three extended remote failures.
11955
1b6e6f5c
GB
119562015-04-17 Gary Benson <gbenson@redhat.com>
11957
11958 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11959 the main executable over the remote protocol.
11960
e797481d
PA
119612015-04-16 Pedro Alves <palves@redhat.com>
11962
11963 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11964 a new gdbserver if gdbserver_reconnect_p is set.
11965
1ca99c42
PA
119662015-04-16 Pedro Alves <palves@redhat.com>
11967
11968 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11969 is set, don't exit gdbserver.
11970
af9fd6f8
AA
119712015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11972
11973 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11974 appropriate .insn, such that an older assembler can be used.
11975 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11976 the z/Architecture instruction set on 31-bit targets as well.
11977
04ff1e61
AA
119782015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11979
11980 * gdb.go/handcall.exp: Remove all logic related to the first
11981 breakpoint and rely on go_runto_main instead.
11982 * gdb.go/strings.exp: Likewise.
11983 * gdb.go/unsafe.exp: Likewise.
11984 * gdb.go/hello.exp: Likewise. Also rename the remaining
11985 breakpoint marker to "breakpoint 1".
11986 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11987 * gdb.go/strings.go: Likewise.
11988 * gdb.go/unsafe.go: Likewise.
11989 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
11990 "set breakpoint 2 here" and rename the remaining breakpoint marker
11991 to "breakpoint 1".
11992
40d2f8d6
SM
119932015-04-15 Simon Marchi <simon.marchi@ericsson.com>
11994
11995 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11996 if itertools.imap is not present.
11997 * gdb.python/py-objfile.exp: Add parentheses.
11998 * gdb.python/py-type.exp: Same.
11999 * gdb.python/py-unwind-maint.py: Same.
12000
8cbc97c6
YQ
120012015-04-15 Yao Qi <yao.qi@linaro.org>
12002
12003 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12004 of ":$ptr_size" and set its form explicitly.
12005
45fd756c
YQ
120062015-04-15 Pedro Alves <palves@redhat.com>
12007 Yao Qi <yao.qi@linaro.org>
12008
12009 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12010 timeout by factor of 4.
12011 (test_regular_watch): Likewise.
12012 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12013 * gdb.reverse/sigall-reverse.exp: Likewise.
12014 * gdb.reverse/until-precsave.exp: Likewise.
12015 * lib/gdb.exp (with_timeout_factor): New proc.
12016 (gdb_expect): Move some code to ...
12017 (get_largest_timeout): ... here. New procedure.
12018
9e811bc3
LM
120192015-04-14 Luis Machado <lgustavo@codesourcery.com>
12020
12021 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12022
0ff6fcb2
LM
120232015-04-13 Luis Machado <lgustavo@codesourcery.com>
12024
12025 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12026 to write to the .text section.
12027
7578d5f7
LM
120282015-04-13 Luis Machado <lgustavo@codesourcery.com>
12029
12030 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12031 Handle the case of targets that do not provide PID information.
12032
2efe15c4
YQ
120332015-04-13 Yao Qi <yao.qi@linaro.org>
12034
12035 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12036 and use expect instead of gdb_expect.
12037
8cd8f2f8
SDJ
120382015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12039
12040 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12041 "coredump_var_addr" to avoid naming conflict with other testcases.
12042
9ee41772
PA
120432015-04-10 Pedro Alves <palves@redhat.com>
12044
12045 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12046 gdb_test_sequence and gdb_assert.
12047
07473109
PA
120482015-04-10 Pedro Alves <palves@redhat.com>
12049
12050 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12051 test messages that don't include the breakpoint address.
12052
de3db44c
YQ
120532015-04-10 Yao Qi <yao.qi@linaro.org>
12054
12055 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12056 false for some offset and width combinations which aren't
12057 supported by linux kernel.
12058
c79d856c
PA
120592015-04-10 Pedro Alves <palves@redhat.com>
12060
12061 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12062 procedure, factored out from ...
12063 (top level): ... here. Add "set displaced-stepping" testing axis.
12064 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12065 parameter "displaced". Use it.
12066 (top level): Use foreach and add "set displaced-stepping" testing
12067 axis.
12068
ebc90b50
PA
120692015-04-10 Pedro Alves <palves@redhat.com>
12070
12071 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12072 Remove comment.
12073 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12074 both the address of the instruction that triggers the watchpoint
12075 and the address of the instruction immediately after, and use
12076 those addresses for the test. Fix comment.
12077
8f572e5c
PA
120782015-04-10 Pedro Alves <palves@redhat.com>
12079
12080 * gdb.base/sigstep.exp (breakpoint_to_handler)
12081 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12082 Test "backtrace" in handler.
12083 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12084 (top level): Add new "displaced" test axis to
12085 breakpoint_to_handler, breakpoint_to_handler_entry and
12086 breakpoint_over_handler.
12087
8d707a12
PA
120882015-04-10 Pedro Alves <palves@redhat.com>
12089
12090 PR gdb/18216
12091 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12092
ef713951
YQ
120932015-04-10 Yao Qi <yao.qi@linaro.org>
12094
12095 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12096 (test_add_rn_pc): New function.
12097 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12098 (top level): Invoke test_add_rn_pc.
12099
906d60cf
PA
121002015-04-10 Pedro Alves <palves@redhat.com>
12101
12102 PR gdb/13858
12103 * gdb.base/step-over-no-symbols.exp: New file.
12104
f2983cc3
AW
121052015-04-09 Andy Wingo <wingo@igalia.com>
12106
12107 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12108 after the Python tests.
12109
6d62641c
SDJ
121102015-04-08 Keith Seitz <keiths@redhat.com>
12111
12112 PR python/16699
12113 * gdb.python/py-completion.exp: New tests for completion.
12114 * gdb.python/py-completion.py (CompleteLimit1): New class.
12115 (CompleteLimit2): Likewise.
12116 (CompleteLimit3): Likewise.
12117 (CompleteLimit4): Likewise.
12118 (CompleteLimit5): Likewise.
12119 (CompleteLimit6): Likewise.
12120 (CompleteLimit7): Likewise.
12121
f3770638
PA
121222015-04-08 Pedro Alves <palves@redhat.com>
12123
12124 PR gdb/18214
12125 PR gdb/18216
12126 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12127 function.
12128 (main): Install it as SIGUSR1 handler.
12129 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12130 parameter. Always use "setup" as prefix. Toggle "set
12131 displaced-stepping" off/on depending on global. Don't switch to
12132 thread 1 here.
12133 (top level): Add displaced stepping "off/on" test axis. Update
12134 "setup" calls. Wrap each subtest with with_test_prefix. Test
12135 continuing with a queued signal in each thread.
12136
4496bed7
PA
121372015-04-08 Pedro Alves <palves@redhat.com>
12138
12139 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12140 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12141 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12142 Return early if running to main fails.
12143 * gdb.trace/while-stepping.exp: Likewise.
12144
b97fde92
PA
121452015-04-07 Pedro Alves <palves@redhat.com>
12146
12147 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12148 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12149 interact with inferior program.
12150
f71c18e7
PA
121512015-04-07 Pedro Alves <palves@redhat.com>
12152
12153 * lib/gdb.exp (inferior_spawn_id): New global.
12154 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12155 spawn id after processing the user code.
12156 (default_gdb_start): Set inferior_spawn_id.
12157 (send_inferior): New procedure.
12158 * lib/gdbserver-support.exp (gdbserver_start): Set
12159 inferior_spawn_id.
12160 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12161
6423214f
PA
121622015-04-07 Pedro Alves <palves@redhat.com>
12163
12164 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12165 * lib/gdbserver-support.exp (gdbserver_start): Make
12166 $server_spawn_id global.
12167 (gdbserver_start): Don't wait for gdbserver's spawn id with
12168 expect_background.
12169 (close_gdbserver): New procedure.
12170 (gdb_exit): Rename the default version and reimplement.
12171
71c0ee8c
PA
121722015-04-07 Pedro Alves <palves@redhat.com>
12173
72f4393d 12174 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12175 append the substituted item, not the original item.
12176
203bc29b
PA
121772015-04-07 Pedro Alves <palves@redhat.com>
12178
12179 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12180 gdb_expect.
12181
508a3ddf
PA
121822015-04-07 Pedro Alves <palves@redhat.com>
12183
12184 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12185 output appearing once only.
12186
9f6dbe2b
PA
121872015-04-07 Pedro Alves <palves@redhat.com>
12188
12189 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12190 that doesn't expect anything. Return early if running to main
12191 fails.
12192
337532fa
YQ
121932015-04-07 Yao Qi <yao.qi@linaro.org>
12194
12195 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12196 (child_function): Call alarm.
12197 (main): Move call to alarm into the loop.
12198 * gdb.threads/non-stop-fair-events.exp: Build program with
12199 -DTIMEOUT=$timeout.
12200
01b622d4
DE
122012015-04-06 Doug Evans <xdje42@gmail.com>
12202
12203 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12204 Fix dest parameter to board_info.
12205 (fpc_compile): Ditto.
12206 (gdb_compile_pascal): Rename dest arg to destfile.
12207
961f4160
PMR
122082015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12209
12210 * gdb.ada/funcall_ref.exp: New file.
12211 * gdb.ada/funcall_ref/foo.adb: New file.
12212
cafda597
YQ
122132015-04-02 Yao Qi <yao.qi@linaro.org>
12214
12215 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12216 is remote.
12217
fed040c6
GB
122182015-04-02 Gary Benson <gbenson@redhat.com>
12219
12220 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12221
d11916aa
SS
122222015-04-01 Sasha Smundak <asmundak@google.com>
12223
12224 * gdb.python/py-unwind-maint.c: New file.
12225 * gdb.python/py-unwind-maint.exp: New test.
12226 * gdb.python/py-unwind-maint.py: New file.
12227 * gdb.python/py-unwind.c: New file.
12228 * gdb.python/py-unwind.exp: New test.
12229 * gdb.python/py-unwind.py: New test.
12230
a1471180
PA
122312015-04-01 Pedro Alves <palves@redhat.com>
12232
12233 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12234 to fail instead of non-existent $test.
12235
0bbeccb1
PA
122362015-04-01 Pedro Alves <palves@redhat.com>
12237
12238 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12239 GDBFLAGS if not empty.
12240
3c724c8c
PMR
122412015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12242
12243 * gdb.ada/complete.exp: Remove "multi_line".
12244 * gdb.ada/info_exc.exp: Remove "multi_line".
12245 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12246 * gdb.ada/ptype_field.exp: Remove "multi_line".
12247 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12248 * gdb.ada/tagged.exp: Remove "multi_line".
12249 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12250 [multi_line ...]
12251 * gdb.btrace/delta.exp: Likewise.
12252 * gdb.btrace/exception.exp: Likewise.
12253 * gdb.btrace/function_call_history.exp: Likewise.
12254 * gdb.btrace/instruction_history.exp: Likewise.
12255 * gdb.btrace/nohist.exp: Likewise.
12256 * gdb.btrace/record_goto.exp: Likewise.
12257 * gdb.btrace/segv.exp: Likewise.
12258 * gdb.btrace/stepi.exp: Likewise.
12259 * gdb.btrace/tailcall.exp: Likewise.
12260 * gdb.btrace/unknown_functions.exp: Likewise.
12261 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12262 * lib/gdb.exp: Add the "multi_line" helper.
12263
4eec2deb
PA
122642015-04-01 Pedro Alves <palves@redhat.com>
12265
12266 * gdb.threads/tid-reuse.c: New file.
12267 * gdb.threads/tid-reuse.exp: New file.
12268
df8411da
SDJ
122692015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12270
12271 PR corefiles/16092
12272 * gdb.base/coredump-filter.c: New file.
12273 * gdb.base/coredump-filter.exp: Likewise.
12274
6ef37366
PM
122752015-03-27 Petr Machata <pmachata@redhat.com>
12276
12277 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12278 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12279 (Dwarf::assemble): Initialize them.
12280 (Dwarf::lines): New function.
12281
7ec911b0
JT
122822015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12283
12284 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12285 SYMBOL_PREFIX for x86_64-*-cygwin.
12286
ff908ebf
AW
122872015-03-26 Andy Wingo <wingo@igalia.com>
12288
12289 PR symtab/18148
12290 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12291 const_value but not a location.
12292 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12293 location defined in non-main CUs are visible.
12294
6d5f0679
YQ
122952015-03-26 Yao Qi <yao.qi@linaro.org>
12296
12297 PR testsuite/18139
12298 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12299 Add a line number entry for the same line.
12300 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12301 Add a line number entry for the same line.
12302
2898689b
YQ
123032015-03-26 Yao Qi <yao.qi@linaro.org>
12304
12305 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12306 .int 0.
12307 (func): Likewise. Add .Lfunc_1 label.
12308 Use .Lfunc_1 label.
12309 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12310 .int 0.
12311 (func): Likewise.
12312 Use .Lfunc_1 label.
12313
85180498
YQ
123142015-03-26 Yao Qi <yao.qi@linaro.org>
12315
12316 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12317 Call gdb_compile instead to compile each .s files without debug
12318 information.
12319
8aa08a8d
YQ
123202015-03-26 Yao Qi <yao.qi@linaro.org>
12321
12322 * gdb.base/savedregs.exp (process_saved_regs): Make
12323 "Saved registers:" optional in the pattern.
12324
66849923
MM
123252015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12326
12327 * gdb.btrace/next.exp: Merged into step.exp.
12328 * gdb.btrace/finish.exp: Merged into step.exp.
12329 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12330 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12331 "record goto" and checking the exact replay position.
12332 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12333 check for "Recording format" in "info record" output.
12334 * gdb.btrace/record_goto.exp: Choose test file based on target.
12335 * gdb.btrace/x86-record_goto.S: Renamed into ...
12336 * gdb.btrace/x86_64-record_goto.S: ... this.
12337 * gdb.btrace/i686-record_goto.S: New.
12338 * gdb.btrace/x86-tailcall.S: Renamed into ...
12339 * gdb.btrace/x86_64-tailcall.S: ... this.
12340 * gdb.btrace/i686-tailcall.S: New.
12341 * gdb.btrace/x86-tailcall.c: Renamed into ...
12342 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12343 separate statements. Update test.
12344 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12345 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12346 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12347 * gdb.btrace/tailcall.exp: Choose test file based on target.
12348 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12349
11cc1b74
MM
123502015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12351
12352 * gdb.btrace/exception.exp: Increase BTS buffer size.
12353
a25d8bf9
PA
123542015-03-24 Pedro Alves <palves@redhat.com>
12355
12356 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12357
856e7dd6
PA
123582015-03-24 Pedro Alves <palves@redhat.com>
12359
12360 * gdb.threads/schedlock.exp (test_step): No longer expect that
12361 "set scheduler-locking step" with "next" over a function call runs
12362 threads unlocked.
12363
ad235a41
AT
123642015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12365
12366 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12367
15630549
AT
123682015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12369
12370 PR breakpoints/16466
12371 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12372 * gdb.mi/mi-pending.c (thread_func): New function.
12373 (int main): Add threading support required.
12374 * gdb.mi/mi-pending.exp: Add tests for this issue.
12375 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12376 (pendfunc2): Remove stdio dependency.
12377 * gdb.mi/mi-pendshr2.c: New file.
12378
693dca06
KS
123792015-03-23 Keith Seitz <keiths@redhat.com>
12380
12381 * gdb.linespec/keywords.c: New file.
12382 * gdb.linespec/keywords.exp: New file.
12383
7e993ebf
KS
123842015-03-23 Keith Seitz <keiths@redhat.com>
12385
12386 PR gdb/18021
12387 * gdb.dwarf2/staticvirtual.exp: New test.
12388
bc23328c
JK
123892015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12390
12391 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12392 * README: Remove HP-UX and gdb.hp.
12393 (configuration):
12394 * configure: Regenerate.
12395 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12396 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12397 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12398 gdb.hp/gdb.defects/Makefile.
12399 * gdb.hp/Makefile.in: File deleted.
12400 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12401 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12402 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12403 * gdb.hp/gdb.aCC/run.c: File deleted.
12404 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12405 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12406 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12407 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12408 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12409 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12410 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12411 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12412 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12413 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12414 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12415 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12416 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12417 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12418 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12419 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12420 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12421 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12422 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12423 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12424 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12425 * gdb.hp/gdb.compat/average.c: File deleted.
12426 * gdb.hp/gdb.compat/sum.c: File deleted.
12427 * gdb.hp/gdb.compat/xdb.c: File deleted.
12428 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12429 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12430 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12431 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12432 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12433 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12434 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12435 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12436 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12437 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12438 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12439 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12440 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12441 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12442 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12443 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12444 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12445 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12446 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12447 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12448 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12449 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12450 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12451 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12452 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12453 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12454 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12455 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12456 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12457 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12458 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12459 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12460 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12461 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12462 * gdb.hp/tools/odump: File deleted.
12463
8bf3b159
PA
124642015-03-19 Pedro Alves <palves@redhat.com>
12465
12466 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12467 (saw_thread_3): New globals.
12468 (top level): Increment them when an event for the corresponding
12469 thread is seen.
12470 (no thread starvation): New test.
12471
eb54c8bf
PA
124722015-03-19 Pedro Alves <palves@redhat.com>
12473
12474 * gdb.threads/continue-pending-status.c: New file.
12475 * gdb.threads/continue-pending-status.exp: New file.
12476
32d2e5d6
PA
124772015-03-18 Pedro Alves <palves@redhat.com>
12478
12479 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12480 Use gdb_is_target_remote instead of is_remote. Use
12481 gdb_test_multiple instead of gdb_expect. Exit early if
12482 gdb_test_multiple hits its internal matches. Tighten stepi tests
12483 expected output. Fail on exit with any signal, instead of just
12484 SIGILL.
12485
f68f11b7
YQ
124862015-03-18 Yao Qi <yao.qi@linaro.org>
12487
12488 PR tdep/18107
12489 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12490 variable.
12491 * gdb.base/catch-syscall.exp: Don't skip it on
12492 aarch64*-*-linux* target. Remove elements in all_syscalls.
12493 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12494 target.
12495 (setup_all_syscalls): New proc.
12496
ca5fd19b
YQ
124972015-03-16 Yao Qi <yao.qi@linaro.org>
12498
12499 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12500 (top level): Skip tests if valid_addr_p returns false for
12501 $cmd1 or $cmd2.
12502
85642ba0
AW
125032015-03-11 Andy Wingo <wingo@igalia.com>
12504
12505 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12506
e03f9645
YQ
125072015-03-11 Yao Qi <yao.qi@linaro.org>
12508
12509 * gdb.base/catch-syscall.exp: Fix typo in comments.
12510
5d0962b2
YQ
125112015-03-11 Yao Qi <yao.qi@linaro.org>
12512
12513 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12514
b2df3cef
PA
125152015-03-09 Pedro Alves <palves@redhat.com>
12516
12517 * dg-extract-results.py: Delete.
12518
ef878e53
PA
125192015-03-09 Pedro Alves <palves@redhat.com>
12520
12521 Merge dg-extract-results.sh from GCC upstream (r218843).
12522
12523 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12524 * dg-extract-results.sh: Use --text with grep to avoid issues with
12525 binary files. Fall back to cat -v, if that doesn't work.
12526
9494d219
PA
125272015-03-05 Pedro Alves <palves@redhat.com>
12528
12529 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12530
a8d9763a
SM
125312015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12532
12533 * lib/mi-support.exp (mi_expect_interrupt): Accept
12534 alternative event for when in all-stop mode.
12535
be9957b8
PA
125362015-03-04 Pedro Alves <palves@redhat.com>
12537
12538 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12539
d57be0f4 125402015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
12541
12542 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12543
c214c7cf
AA
125442015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12545
12546 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12547 regexps for GDB's current line display, accept a hex address
12548 preceding the line number.
12549
6d74a497
AA
125502015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12551
12552 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12553 the 'arch1' variable for "s390*-linux*" targets.
12554
511aee7c
PA
125552015-03-04 Pedro Alves <palves@redhat.com>
12556
12557 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12558 (main): Pass missing retval argument to pthread_join call.
12559
95e50b27
PA
125602015-03-02 Pedro Alves <palves@redhat.com>
12561
12562 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12563 (top level): Call do_test with non-stop as well.
12564
28054d69
PA
125652015-03-02 Pedro Alves <palves@redhat.com>
12566
12567 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12568 -1.
12569
4fa5d7b4
AA
125702015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12571
12572 * gdb.arch/s390-vregs.exp: New test.
12573 * gdb.arch/s390-vregs.S: New file.
12574
97c18565
PA
125752015-02-27 Pedro Alves <palves@redhat.com>
12576
12577 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12578 call to catch_command_errors.
12579 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12580 catch_command_errors.
12581
a37bfa30
PA
125822015-02-27 Pedro Alves <palves@redhat.com>
12583
12584 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12585 "true" for boolean result.
12586 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12587 prototype of main.
12588
6f98576f
PA
125892015-02-27 Pedro Alves <palves@redhat.com>
12590
12591 * lib/unbuffer_output.c: New file.
12592 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12593 (main): Call gdb_unbuffer_output.
12594
eba5ab56
YQ
125952015-02-27 Yao Qi <yao.qi@linaro.org>
12596
12597 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12598 target.
12599
0def5aaa
DE
126002015-02-26 Doug Evans <dje@google.com>
12601
12602 * gdb.cp/class2.cc (Dbase, D): New classes.
12603 (main): New local delta.
12604 * gdb.cp/class2.exp: Test printing delta.
12605 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12606 (dynbar): New global.
12607 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12608
081a1c2c
JK
126092015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12610
12611 * gdb.compile/compile-ifunc.c: New file.
12612 * gdb.compile/compile-ifunc.exp: New file.
12613
2f41223f
AT
126142015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12615
12616 * gdb.base/structs.exp: Check for correct struct on finish.
12617
03eddd80
YQ
126182015-02-26 Yao Qi <yao.qi@linaro.org>
12619
12620 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12621 is zero.
12622
80c57053
JK
126232015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12624
12625 * gdb.arch/cordic.ko.bz2: New file.
12626 * gdb.arch/cordic.ko.debug.bz2: New file.
12627 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12628
21613c12
YQ
126292015-02-25 Yao Qi <yao.qi@linaro.org>
12630
12631 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12632 aarch64*-*-* target.
12633
d8b901ed
PA
126342015-02-23 Pedro Alves <palves@redhat.com>
12635
12636 * lib/gdb.exp (delete_breakpoints): Rewrite using
12637 gdb_test_multiple.
12638
e5b85ead
PA
126392015-02-23 Pedro Alves <palves@redhat.com>
12640
12641 * gdb.base/info-os.c: Include stdlib.h.
12642
85c3a371
DE
126432015-02-22 Doug Evans <xdje42@gmail.com>
12644
12645 PR symtab/17855
12646 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12647 is read after symbols have been re-read.
12648 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12649 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12650
96553a0c
DE
126512015-02-21 Doug Evans <dje@google.com>
12652
12653 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12654
97a0c697
JK
126552015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12656
12657 PR corefiles/17808
12658 * gdb.arch/i386-biarch-core.core.bz2: New file.
12659 * gdb.arch/i386-biarch-core.exp: New file.
12660
a47cd6e9
PA
126612015-02-21 Pedro Alves <palves@redhat.com>
12662
12663 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12664 runto_main fails.
12665
c5facdc4
PA
126662015-02-20 Pedro Alves <palves@redhat.com>
12667
12668 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12669 info probes.
12670
2db9a427
PA
126712015-02-20 Pedro Alves <palves@redhat.com>
12672
12673 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12674
60fb7e9e
PA
126752015-02-20 Pedro Alves <palves@redhat.com>
12676
12677 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12678 clean_restart before gdb_target_supports_trace.
12679
5c5019c2
PA
126802015-02-20 Pedro Alves <palves@redhat.com>
12681
12682 PR threads/18006
12683 * gdb.threads/clone-thread_db.c: New file.
12684 * gdb.threads/clone-thread_db.exp: New file.
12685
c9587f88
AT
126862015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12687
12688 PR breakpoints/16812
12689 * gdb.base/catch-gdb-caused-signals.c: New file.
12690 * gdb.base/catch-gdb-caused-signals.exp: New file.
12691
f6a88844
JM
126922015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12693
12694 * configure: Regenerated.
12695 * configure.ac: Use GDB_AC_TRANSFORM.
12696 * aclocal.m4: sinclude ../transform.m4.
12697
497c491b
JM
126982015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12699
12700 * lib/dtrace.exp: New file.
12701 * gdb.base/dtrace-probe.exp: Likewise.
12702 * gdb.base/dtrace-probe.d: Likewise.
12703 * gdb.base/dtrace-probe.c: Likewise.
12704 * lib/pdtrace.in: Likewise.
12705 * configure.ac: Output variables with the transformed names of
12706 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12707 * configure: Regenerated.
12708
03e98035
JM
127092015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12710
12711 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12712 expected message when trying to access $_probe_* convenience
12713 variables while not on a probe.
12714
63cc30e9
JK
127152015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12716
12717 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12718
0703599a
PA
127192015-02-11 Pedro Alves <pedro@codesourcery.com>
12720
12721 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12722 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12723
7e60a48e
DE
127242015-02-10 Doug Evans <xdje42@gmail.com>
12725
12726 * lib/gdb.exp (gdb_load): Always return a result.
12727
01b088bc
PA
127282015-02-10 Pedro Alves <palves@redhat.com>
12729
12730 * gdb.threads/signal-sigtrap.c: New file.
12731 * gdb.threads/signal-sigtrap.exp: New file.
12732
b05ec7a5
AT
127332015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12734
12735 * gdb.trace/no-attach-trace.c: New file.
12736 * gdb.trace/no-attach-trace.exp: New file.
12737
a2c2acaf
MW
127382015-02-09 Mark Wielaard <mjw@redhat.com>
12739
12740 * gdb.dwarf2/atomic.c: New file.
12741 * gdb.dwarf2/atomic-type.exp: Likewise.
12742
31fd9caa
MM
127432015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12744
12745 * gdb.btrace/buffer-size.exp: Update "info record" output.
12746 * gdb.btrace/delta.exp: Update "info record" output.
12747 * gdb.btrace/enable.exp: Update "info record" output.
12748 * gdb.btrace/finish.exp: Update "info record" output.
12749 * gdb.btrace/instruction_history.exp: Update "info record" output.
12750 * gdb.btrace/next.exp: Update "info record" output.
12751 * gdb.btrace/nexti.exp: Update "info record" output.
12752 * gdb.btrace/step.exp: Update "info record" output.
12753 * gdb.btrace/stepi.exp: Update "info record" output.
12754 * gdb.btrace/nohist.exp: Update "info record" output.
12755
d33501a5
MM
127562015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12757
12758 * gdb.btrace/buffer-size: New.
12759
f4abbc16
MM
127602015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12761
12762 * gdb.btrace/delta.exp: Update "info record" output.
12763 * gdb.btrace/enable.exp: Update "info record" output.
12764 * gdb.btrace/finish.exp: Update "info record" output.
12765 * gdb.btrace/instruction_history.exp: Update "info record" output.
12766 * gdb.btrace/next.exp: Update "info record" output.
12767 * gdb.btrace/nexti.exp: Update "info record" output.
12768 * gdb.btrace/step.exp: Update "info record" output.
12769 * gdb.btrace/stepi.exp: Update "info record" output.
12770 * gdb.btrace/nohist.exp: Update "info record" output.
12771
b9d61307
SM
127722015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12773
12774 PR gdb/15678
12775 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12776
e584fdbc
PA
127772015-02-06 Pedro Alves <palves@redhat.com>
12778
12779 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12780 macro.
12781 (seconds_left, again): New globals.
12782 (main): Wait seconds_left in a 1-second sleep loop instead of
12783 sleeping 180 seconds. If 'again' is set, reset the seconds
12784 counter.
12785 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12786 'again' in the inferior before detaching. Print the seconds left.
12787 (options): New global.
12788 (top level): Build program with -DTIMEOUT=$timeout.
12789
77f41761
PA
127902015-02-06 Pedro Alves <palves@redhat.com>
12791
12792 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12793 determine how many seconds to pass to 'alarm'.
12794 * gdb.base/gdb-sigterm.exp (top level): Build program with
12795 -DTIMEOUT=$timeout.
12796 (do_test): Return success/failure indication. Add more verbose
12797 logging. Don't fail if 200 single steps are seen. Instead, fail
12798 when the test times out.
12799 (passes): New global.
12800 (top level): Break the testing loop if testing fails on any
12801 iteration. Use gdb_assert.
12802
b9394193
DB
128032015-02-04 Don Breazeal <donb@codesourcery.com>
12804
12805 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12806 and initialize them.
12807 (ipc_cleanup): New function.
12808 (main): Don't declare shmid, semid, and msqid. Add a call to
12809 atexit so that we call ipc_cleanup on exit.
12810
42d9e528
PA
128112015-02-04 Pedro Alves <palves@redhat.com>
12812
12813 * boards/native-extended-gdbserver.exp: Remove any target variant
12814 specifications from the board name before clearing the isremote
12815 flag from board_info.
12816
ae6ae975
DE
128172015-01-31 Doug Evans <xdje42@gmail.com>
12818
12819 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12820
cfb069a8
GB
128212015-01-31 Gary Benson <gbenson@redhat.com>
12822
12823 * gdb.base/completion.exp: Disable completion limiting for
12824 existing tests. Add new tests to check completion limiting.
12825 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12826
5dd31d79
DE
128272015-01-31 Doug Evans <xdje42@gmail.com>
12828
12829 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12830
9f050062
DE
128312015-01-31 Doug Evans <xdje42@gmail.com>
12832
12833 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12834 entries. Duplicate file section script entries.
12835 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12836 inlined entries. Add test for safe-path rejection.
12837 * gdb.python/py-section-script.c: Add duplicate inlined section script
12838 entries. Duplicate file section script entries.
12839 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12840 inlined entries. Add test for safe-path rejection.
12841
df25ebbd
JB
128422015-01-29 Joel Brobecker <brobecker@adacore.com>
12843
12844 * gdb.ada/disc_arr_bound: New testcase.
12845
4a0ca9ec
JB
128462015-01-29 Joel Brobecker <brobecker@adacore.com>
12847
12848 * gdb.ada/mi_var_array: New testcase.
12849
3a8b707a
DE
128502015-01-27 Doug Evans <dje@google.com>
12851
12852 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12853 Add test for objfile.filename, objfile.username after objfile
12854 has been unloaded.
12855
f8313f6e
JB
128562015-01-26 Joel Brobecker <brobecker@adacore.com>
12857
12858 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12859 the second test to print the name attribute of value
12860 returned by the call to gdb.lookup_type, and adjust
12861 the expected output accordingly.
12862
37bc665e
MW
128632015-01-25 Mark Wielaard <mjw@redhat.com>
12864
12865 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12866 * gdb.base/disp-step-fork.c: Include unistd.h.
12867 * gdb.base/siginfo-obj.c: Include stdio.h.
12868 * gdb.base/siginfo-thread.c: Likewise.
12869 * gdb.mi/non-stop.c: Include unistd.h.
12870 * gdb.mi/nsthrexec.c: Include stdio.h.
12871 * gdb.mi/pthreads.c: Include unistd.h.
12872 * gdb.modula2/unbounded1.c (main): Declare returns int.
12873 * gdb.reverse/consecutive-reverse.c: Likewise.
12874 * gdb.threads/create-fail.c: Include unistd.h.
12875 * gdb.threads/killed.c: Likewise.
12876 * gdb.threads/linux-dp.c: Likewise.
12877 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12878 * gdb.threads/non-ldr-exc-2.c: Likewise.
12879 * gdb.threads/non-ldr-exc-3.c: Likewise.
12880 * gdb.threads/non-ldr-exc-4.c: Likewise.
12881 * gdb.threads/pthreads.c: Include unistd.h.
12882 (main): Declare returns int.
12883 * gdb.threads/tls-main.c (foo): New declaration.
12884 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12885
f7e5394d
SM
128862015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12887
12888 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12889 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12890
743649fd
MW
128912015-01-15 Mark Wielaard <mjw@redhat.com>
12892
12893 * gdb.base/noreturn-return.c: New file.
12894 * gdb.base/noreturn-return.exp: New file.
12895 * gdb.base/noreturn-finish.c: New file.
12896 * gdb.base/noreturn-finish.exp: New file.
12897
198297aa
PA
128982015-01-23 Pedro Alves <palves@redhat.com>
12899
12900 * gdb.threads/continue-pending-after-query.c: New file.
12901 * gdb.threads/continue-pending-after-query.exp: New file.
12902
717cf30c
AG
129032015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12904 Simon Marchi <simon.marchi@ericsson.com>
12905
12906 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12907 * gdb.base/valgrind-db-attach.exp: Same.
12908 * gdb.base/valgrind-infcall.exp: Same.
12909 * lib/mi-support.exp (default_mi_gdb_start): Same.
12910 * lib/prompt.exp (default_prompt_gdb_start): Same.
12911 * lib/gdb.exp (default_gdb_spawn): Same.
12912 (gdb_interact): New.
12913
12914
4b62a76e
JK
129152015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12916
12917 * gdb.compile/compile.exp (pointer to jit function): New test.
12918
b4cdae6f
WW
129192015-01-17 Wei-cheng Wang <cole945@gmail.com>
12920
12921 * lib/gdb.exp (supports_process_record): Return true for
12922 powerpc*-*-linux*.
12923 (supports_reverse): Likewise.
12924
d221e7ef
DB
129252015-01-15 Don Breazeal <donb@codesourcery.com>
12926
12927 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12928 instead of checking whether the target board is remote and
12929 use spawn_wait_for_attach instead of exec/sleep.
12930 * gdb.base/attach-twice.exp: Likewise.
12931
bafffb51
JB
129322015-01-15 Joel Brobecker <brobecker@adacore.com>
12933
12934 * gdb.ada/var_arr_attrs: New testcase.
12935
5589af0e
PA
129362015-01-14 Pedro Alves <palves@redhat.com>
12937 Joel Brobecker <brobecker@adacore.com>
12938
12939 PR gdb/17525
12940 * gdb.base/bp-cmds-execution-x-script.c: New file.
12941 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12942 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12943
6c400b59
PA
129442015-01-14 Pedro Alves <palves@redhat.com>
12945
12946 PR cli/17828
12947 * gdb.base/batch-preserve-term-settings.c: New file.
12948 * gdb.base/batch-preserve-term-settings.exp: New file.
12949
e02c96a7
DE
129502015-01-13 Doug Evans <dje@google.com>
12951
12952 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12953 binary.
12954
576fd14c
JB
129552015-01-13 Joel Brobecker <brobecker@adacore.com>
12956
12957 * Makefile.in (clean mostlyclean): Do not delete *.py.
12958
04dccad0
JB
129592015-01-13 Joel Brobecker <brobecker@adacore.com>
12960
12961 * gdb.python/py-lookup-type.exp: New file.
12962
3d230f71
PA
129632015-01-12 Pedro Alves <palves@redhat.com>
12964
12965 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12966 restore GDBFLAGS before returning.
12967
7e67715d
JK
129682015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12969
12970 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12971 is_amd64_regs_target and is_x86_like_target.
12972
f2e0d4b4
DE
129732015-01-11 Doug Evans <xdje42@gmail.com>
12974
12975 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12976 is given without an explicit form.
12977 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12978 attributes.
12979 * gdb.dwarf/corrupt.exp: Ditto.
12980 * gdb.dwarf2/enum-type.exp: Ditto.
12981 * gdb.trace/entry-values.exp: Ditto.
12982 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12983
439250fb
DE
129842015-01-11 Doug Evans <xdje42@gmail.com>
12985
12986 PR gdb/15830
12987 * gdb.base/maint.exp: Remove references to "maint demangle".
12988 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
12989 Add tests for explicitly specifying language to demangle.
12990 * gdb.dlang/demangle.exp: Ditto.
12991
ede9f622
PA
129922015-01-09 Pedro Alves <palves@redhat.com>
12993
12994 * gdb.threads/non-stop-fair-events.c: New file.
12995 * gdb.threads/non-stop-fair-events.exp: New file.
12996
a7b796db
PA
129972015-01-09 Pedro Alves <palves@redhat.com>
12998
12999 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13000 the global scope. Set a breakpoint after all threads are started
13001 rather than stepping over two source lines. Expect the prompt.
13002 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13003 global.
13004 (NUM): Now 15.
13005 (main): Use threads_started_barrier to wait for all threads to
13006 start. Main thread no longer calls thread_function. Exit after
13007 180 seconds.
13008 (loop): New function.
13009 (thread_function): Wait on threads_started_barrier barrier. Call
13010 'loop' at each iteration.
13011 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13012 threads have started, instead of hardcoding number of "next"
13013 steps. Use an access watchpoint instead of a write watchpoint.
13014
9665ffdd
PA
130152015-01-09 Pedro Alves <palves@redhat.com>
13016
13017 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13018 (thread_func): Wait on barrier.
13019 (main): Wait for all threads to start before stopping GDB.
13020 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13021 global.
13022 (thread1_func, thread2_func): Wait on barrier.
13023 (main): Wait for all threads to start before stopping GDB.
13024 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13025 New global.
13026 (thread1_func, thread2_func): Wait on barrier.
13027 (main): Wait for all threads to start before stopping GDB.
13028
c945a99f
PA
130292015-01-09 Pedro Alves <palves@redhat.com>
13030
13031 * gdb.threads/attach-many-short-lived-threads.c: New file.
13032 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13033
c1a747c1
PA
130342014-01-09 Pedro Alves <palves@redhat.com>
13035
13036 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13037 instead of to thread 2.
13038 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13039 Add barrier around each pthread_create call instead of around all
13040 calls.
13041 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13042 Set a break on thread_function and have the child threads hit it
13043 one at at a time.
13044
60b3033e
PA
130452015-01-09 Pedro Alves <palves@redhat.com>
13046
13047 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13048 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13049 false.
13050 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13051 checking whether the target board is remote.
13052 * gdb.multi/multi-attach.exp: Likewise.
13053 * gdb.python/py-sync-interp.exp: Likewise.
13054 * gdb.server/ext-attach.exp: Likewise.
13055 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13056 tests that need to attach, instead of checking whether the target
13057 board is remote at the top of the file.
13058
acc018ac
YQ
130592015-01-08 Yao Qi <yao@codesourcery.com>
13060
13061 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13062
50a18af8
JK
130632015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13064
13065 Fix testcase compilation.
13066 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13067
8503d6e1
JB
130682015-01-06 Joel Brobecker <brobecker@adacore.com>
13069
13070 * gdb.python/py-type.exp: Add a couple test about empty
13071 array creation, and negative-length array creation.
13072
cc73dbcc
DE
130732015-01-02 Doug Evans <xdje42@gmail.com>
13074
13075 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13076
0300bbc7
DE
130772015-01-02 Doug Evans <dje@google.com>
13078
13079 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13080
9d85a0ec
YQ
130812014-12-29 Yao Qi <yao@codesourcery.com>
13082
13083 * gdb.trace/entry-values.exp: Update comments. Rename variable
13084 bar_call_foo to returned_from_foo.
13085
87186c6a
MMN
130862014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13087
13088 PR gdb/17394
13089 * gdb.linespec/break-asm-file.c: New file.
13090 * gdb.linespec/break-asm-file.exp: New file.
13091 * gdb.linespec/break-asm-file0.s: New file.
13092 * gdb.linespec/break-asm-file1.s: New file.
13093
1bab7383
YQ
130942014-12-18 Nigel Stephens <nigel@mips.com>
13095 Maciej W. Rozycki <macro@codesourcery.com>
13096
13097 * gdb.base/float.exp: Handle the new output from "info float" on
13098 MIPS targets.
13099
1bc1068a
JK
131002014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13101
13102 Fix MinGW compilation.
13103 * gdb.compile/compile-ops.exp: Update untested message if
13104 !skip_compile_feature_tests.
13105 * gdb.compile/compile-setjmp.exp: Likewise.
13106 * gdb.compile/compile-tls.exp: Likewise.
13107 * gdb.compile/compile.exp: Likewise.
13108 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13109 supported on this host".
13110
b6615d10
DE
131112014-12-16 Doug Evans <xdje42@gmail.com>
13112
13113 * boards/stabs.exp: New file.
13114
25dda427
AA
131152014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13116
13117 * gdb.base/completion.exp: Adjust to format changes of "maint
13118 print user-registers".
13119
bf330350
CU
131202014-12-16 Catalin Udma <catalin.udma@freescale.com>
13121
13122 PR server/17457
13123 * gdb.arch/aarch64-fp.c: New file.
13124 * gdb.arch/aarch64-fp.exp: New file.
13125
395cf596
SDJ
131262014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13127
13128 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13129 r210637, r210913, r211666, r215400, r215817).
13130
13131 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13132 * dg-extract-results.py: New file.
13133 * dg-extract-results.sh: Use it if the environment seems
13134 suitable.
13135
13136 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13137
13138 * dg-extract-results.py (parse_run): Handle warnings that
13139 are printed before a test harness is run.
13140
13141 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13142
13143 * dg-extract-results.py (Named): Remove __cmp__ method.
13144 (output_variation): Use a key to sort variation.harnesses.
13145
13146 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13147
13148 * dg-extract-results.py: For Python 3, force sys.stdout to
13149 handle surrogate escape sequences.
13150 (safe_open): New function.
13151 (output_segment, main): Use it.
13152
13153 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13154
13155 * dg-extract-results.py (Prog.result_re): Include options
13156 in test name.
13157
13158 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13159
13160 * dg-extract-results.py (output_variation): Always sort if
13161 do_sum.
13162
e882ef3c
SM
131632014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13164
13165 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13166 as long as we get pagination notifications.
13167
4992aa20
JM
131682014-12-15 Jason Merrill <jason@redhat.com>
13169
13170 * Makefile.in (check-gdb.%): Restore.
13171 * README: Mention it.
13172
c1b5a1a6
JB
131732014-12-13 Joel Brobecker <brobecker@adacore.com>
13174
13175 * gdb.ada/str_uninit: New testcase.
13176
5537b577
JK
131772014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13178
13179 PR symtab/17642
13180 * gdb.base/vla-stub-define.c: New file.
13181 * gdb.base/vla-stub.c: New file.
13182 * gdb.base/vla-stub.exp: New file.
13183
bb2ec1b3
TT
131842014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13185 Jan Kratochvil <jan.kratochvil@redhat.com>
13186 Tom Tromey <tromey@redhat.com>
13187
13188 * configure.ac: Add gdb.compile/.
13189 * configure: Regenerate.
13190 * gdb.compile/Makefile.in: New file.
13191 * gdb.compile/compile-ops.exp: New file.
13192 * gdb.compile/compile-ops.c: New file.
13193 * gdb.compile/compile-tls.c: New file.
13194 * gdb.compile/compile-tls.exp: New file.
13195 * gdb.compile/compile-constvar.S: New file.
13196 * gdb.compile/compile-constvar.c: New file.
13197 * gdb.compile/compile-mod.c: New file.
13198 * gdb.compile/compile-nodebug.c: New file.
13199 * gdb.compile/compile-setjmp-mod.c: New file.
13200 * gdb.compile/compile-setjmp.c: New file.
13201 * gdb.compile/compile-setjmp.exp: New file.
13202 * gdb.compile/compile-shlib.c: New file.
13203 * gdb.compile/compile.c: New file.
13204 * gdb.compile/compile.exp: New file.
13205 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13206
4ff709eb
TT
132072014-12-12 Tom Tromey <tromey@redhat.com>
13208
13209 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13210 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13211
6dddd6a5
DE
132122014-12-12 Doug Evans <dje@google.com>
13213
13214 * lib/gdb-python.exp (get_python_valueof): New function.
13215 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13216
71c24708
AA
132172014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13218
13219 * gdb.base/completion.exp: Add test for completion of "info
13220 registers ".
13221
3e29f34a
MR
132222014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13223
13224 * gdb.base/func-ptrs.c: New file.
13225 * gdb.base/func-ptrs.exp: New file.
13226
fc126975
SM
132272014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13228
13229 PR breakpoints/17012
13230 * gdb.base/dprintf-detach.c: New file.
13231 * gdb.base/dprintf-detach.exp: New file.
13232
0a46d518
SM
132332014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13234
13235 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13236 * lib/gdb.exp (target_is_gdbserver): New procedure.
13237
a0be3e44
DE
132382014-12-08 Doug Evans <dje@google.com>
13239
13240 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13241
df1b803a
YQ
132422014-12-05 Yao Qi <yao@codesourcery.com>
13243
13244 * gdb.guile/scm-error.exp: Remove the third argument to
13245 gdb_remote_download.
13246 * gdb.guile/scm-frame-args.exp: Likewise.
13247 * gdb.guile/scm-section-script.exp: Likewise.
13248
ddb9f679
YQ
132492014-12-05 Yao Qi <yao@codesourcery.com>
13250
13251 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13252
86e4ed39
DE
132532014-12-04 Doug Evans <dje@google.com>
13254
13255 * gdb.python/py-objfile.exp: Add tests for
13256 objfile.add_separate_debug_file.
13257
7c50a931
DE
132582014-12-04 Doug Evans <dje@google.com>
13259
13260 * lib/gdb.exp (get_build_id): New function.
13261 (build_id_debug_filename_get): Rewrite to use it.
13262 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13263
621661e3
MR
132642014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13265
13266 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13267 `method(long)', not just 0x0.
13268 * gdb.cp/nsalias.exp: Align code labels to 4.
13269 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13270 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13271 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13272 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13273 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13274 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13275
29f0c3b7
DE
132762014-12-02 Doug Evans <dje@google.com>
13277
e1e061e7 13278 PR symtab/17602
29f0c3b7 13279 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13280 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13281 * gdb.cp/anon-ns.exp: Update.
13282
162078c8
NB
132832014-12-02 Nick Bull <nicholaspbull@gmail.com>
13284
13285 * gdb.python/py-events.py (inferior_call_handler): New.
13286 (register_changed_handler, memory_changed_handler): New.
13287 (test_events.invoke): Register new handlers.
13288 * gdb.python/py-events.exp: Add tests for inferior call,
13289 memory_changed and register_changed events.
13290
fdb09caf
AA
132912014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13292
13293 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13294 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13295 if the linker doesn't understand this.
13296
55cfb2c4
SM
132972014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13298
13299 * gdb.python/python.exp: Change expected reply to help().
13300
9e8cd6df
YQ
133012014-12-01 Yao Qi <yao@codesourcery.com>
13302
13303 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13304 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13305 * configure: Re-generated.
13306
6c659fc2
SC
133072014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13308
13309 * gdb.cp/chained-calls.cc: New file.
13310 * gdb.cp/chained-calls.exp: New file.
13311 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13312
d7fc3181
SM
133132014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13314
13315 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13316 * gdb.dwarf2/symtab-producer.exp: Same.
13317 * gdb.gdb/python-interrupts.exp: Same.
13318 * gdb.gdb/python-selftest.exp: Same.
13319 * gdb.python/py-linetable.exp: Same.
13320 * gdb.python/py-type.exp: Same.
13321 * gdb.python/py-value-cc.exp: Same.
13322 * gdb.python/py-value.exp: Same.
13323
10e79639
YQ
133242014-11-28 Yao Qi <yao@codesourcery.com>
13325
13326 * gdb.base/break-probes.exp: Match library name prefixed with
13327 sysroot.
13328
f28a0564
SM
133292014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13330
13331 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13332 test expected output. Add parentheses for the call to print.
13333 Remove L suffix from integers.
13334
3fe1ce1d
DE
133352014-11-26 Doug Evans <dje@google.com>
13336
13337 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13338
84429e27
YQ
133392014-11-22 Yao Qi <yao@codesourcery.com>
13340
13341 * gdb.trace/entry-values.c: Remove asms.
13342 (foo): Add foo_label.
13343 (bar): Add bar_label.
13344 * gdb.trace/entry-values.exp: Remove code computing foo's
13345 length and bar's length.
13346 (Dwarf::assemble): Invoke function_range for bar and use
13347 MACRO_AT_func for foo.
13348
26741859
YQ
133492014-11-22 Yao Qi <yao@codesourcery.com>
13350
13351 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13352 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13353 Use .Lgcc43_procstart instead of gcc43.
13354
45e44d27
JB
133552014-11-21 Joel Brobecker <brobecker@adacore.com>
13356
13357 * gdb.ada/n_arr_bound: New testcase.
13358
458c8db8
SDJ
133592014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13360
13361 PR breakpoints/10737
13362 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13363 test_catch_syscall_multi_arch.
13364 (test_catch_syscall_multi_arch): New function.
13365
43f3e411
DE
133662014-11-20 Doug Evans <xdje42@gmail.com>
13367
13368 * gdb.base/maint.exp: Update expected output.
13369
0d7b2549
AA
133702014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13371
13372 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13373 4-byte instruction on S390.
13374
8908fca5
JB
133752014-11-19 Joel Brobecker <brobecker@adacore.com>
13376
13377 * gdb.ada/arr_arr: New testcase.
13378
4a46959e
JB
133792014-11-19 Joel Brobecker <brobecker@adacore.com>
13380
13381 * gdb.ada/pkd_arr_elem: New Testcase.
13382
470e2f4e
LM
133832014-11-18 Luis Machado <lgustavo@codesourcery.com>
13384
13385 * gdb.reverse/break-precsave: Expect completion message for
13386 core file reads.
13387 * gdb.reverse/consecutive-precsave.exp: Likewise.
13388 * gdb.reverse/finish-precsave.exp: Likewise.
13389 * gdb.reverse/i386-precsave.exp: Likewise.
13390 * gdb.reverse/machinestate-precsave.exp: Likewise.
13391 * gdb.reverse/sigall-precsave.exp: Likewise.
13392 * gdb.reverse/solib-precsave.exp: Likewise.
13393 * gdb.reverse/step-precsave.exp: Likewise.
13394 * gdb.reverse/until-precsave.exp: Likewise.
13395 * gdb.reverse/watch-precsave.exp: Likewise.
13396
a267f3ad
AA
133972014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13398
13399 * gdb.base/bp-permanent.c: Include unistd.h.
13400 * gdb.python/py-framefilter-mi.c (main): Add return type.
13401 * gdb.python/py-framefilter.c (main): Likewise.
13402 * gdb.trace/actions-changed.c (main): Likewise.
13403
12084a9a
AA
134042014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13405
13406 * gdb.mi/until.c: Add eye-catchers.
13407 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13408 line numbers.
13409
dc7e1a77
AA
134102014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13411
13412 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13413 function header variants in break1.c.
13414 * gdb.base/ena-dis-br.exp: Likewise.
13415 * gdb.base/hbreak2.exp: Likewise.
13416 * gdb.reverse/until-precsave.exp: Drop references to removed
13417 non-prototype function header variants in ur1.c.
13418 * gdb.reverse/until-reverse.exp: Likewise.
13419
41c77605
PM
134202014-11-17 Petr Machata <pmachata@redhat.com>
13421
13422 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13423 ${_cu_offset_size} bytes abbrev offset.
13424
34248c3a
DE
134252014-11-15 Doug Evans <xdje42@gmail.com>
13426
13427 PR symtab/17559
13428 * gdb.base/line-symtabs.exp: New file.
13429 * gdb.base/line-symtabs.c: New file.
13430 * gdb.base/line-symtabs.h: New file.
13431
646da059
YQ
134322014-11-14 Yao Qi <yao@codesourcery.com>
13433
13434 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13435 (func): Add label func_label.
13436 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13437 Replace low_pc and high_pc with MACRO_AT_range.
13438 Replace name, low_pc and high_pc with MACRO_AT_func.
13439
9301ebe6
YQ
134402014-11-14 Yao Qi <yao@codesourcery.com>
13441
13442 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13443 Replace name, low_pc and high_pc with MACRO_AT_func.
13444
f166b542
YQ
134452014-11-14 Yao Qi <yao@codesourcery.com>
13446
13447 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13448 produce debug information.
13449 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13450
0f6e71e3
YQ
134512014-11-14 Yao Qi <yao@codesourcery.com>
13452
13453 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13454 object and get function length.
13455 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13456 with MACRO_AT_func.
13457 (top-level): Replace gdb_compile and clean_restart with
13458 prepare_for_testing.
13459 * gdb.dwarf2/main.c (main): Add label main_label.
13460
876c4df9
YQ
134612014-11-14 Yao Qi <yao@codesourcery.com>
13462
13463 * lib/dwarf.exp (function_range): New procedure.
13464 (Dwarf::_handle_macro_at_func): New procedure.
13465 (Dwarf::_handle_macro_at_range): New procedure.
13466 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13467
02ad9cf1
YQ
134682014-11-14 Yao Qi <yao@codesourcery.com>
13469
13470 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13471 (_handle_attribute): New procedure.
13472
a59add0c
AA
134732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13474
13475 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13476 * gdb.base/call-sc.c (zed): Likewise.
13477 * gdb.base/checkpoint.c (main): Likewise.
13478 * gdb.base/dump.c (main): Likewise.
13479 * gdb.base/gcore.c (main): Likewise.
13480 * gdb.base/huge.c (main): Likewise.
13481 * gdb.base/multi-forks.c (main): Likewise.
13482 * gdb.base/pr10179-a.c (main): Likewise.
13483 * gdb.base/savedregs.c (main): Likewise.
13484 * gdb.base/sigaltstack.c (main): Likewise.
13485 * gdb.base/siginfo.c (main): Likewise.
13486 * gdb.base/structs.c (zed): Likewise.
13487 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13488 * gdb.mi/mi-syn-frame.c (main): Likewise.
13489 * gdb.mi/until.c (foo, main): Likewise.
13490 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13491 * gdb.base/solib-weak.c (foo): Declare.
13492 * gdb.base/attach-twice.c: Include stdio.h.
13493 * gdb.base/weaklib1.c: Likewise.
13494 * gdb.base/weaklib2.c: Likewise.
13495 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13496 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13497 unistd.h.
13498 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13499 * gdb.mi/mi-exit-code.c: Likewise.
13500 * gdb.base/break-interp-lib.c: Include string.h.
13501 * gdb.base/coremaker.c: Likewise.
13502 * gdb.base/testenv.c: Likewise.
13503 * gdb.python/py-finish-breakpoint.c: Likewise.
13504 * gdb.base/inferior-died.c: Include sys/wait.h.
13505 * gdb.base/fileio.c: Include time.h.
13506 * gdb.base/async-shell.c: Include unistd.h.
13507 * gdb.base/dprintf-non-stop.c: Likewise.
13508 * gdb.base/info-os.c: Likewise.
13509 * gdb.mi/mi-console.c: Likewise.
13510 * gdb.mi/watch-nonstop.c: Likewise.
13511 * gdb.python/py-events.c: Likewise.
13512 * gdb.base/async.c (baz): Move up before its invocation.
13513 * gdb.base/code_elim2.c (my_global_func): Likewise.
13514 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13515 * gdb.base/advance.c (func2): Likewise.
13516
3b5d5997
AA
135172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13518
13519 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13520 variant.
13521 * gdb.base/annota3.c: Likewise.
13522 * gdb.base/async.c: Likewise.
13523 * gdb.base/average.c: Likewise.
13524 * gdb.base/call-ar-st.c: Likewise.
13525 * gdb.base/call-rt-st.c: Likewise.
13526 * gdb.base/call-sc.c: Likewise.
13527 * gdb.base/call-strs.c: Likewise.
13528 * gdb.base/ending-run.c: Likewise.
13529 * gdb.base/execd-prog.c: Likewise.
13530 * gdb.base/exprs.c: Likewise.
13531 * gdb.base/foll-exec.c: Likewise.
13532 * gdb.base/foll-fork.c: Likewise.
13533 * gdb.base/foll-vfork.c: Likewise.
13534 * gdb.base/funcargs.c: Likewise.
13535 * gdb.base/gcore.c: Likewise.
13536 * gdb.base/jump.c: Likewise.
13537 * gdb.base/langs0.c: Likewise.
13538 * gdb.base/langs1.c: Likewise.
13539 * gdb.base/langs2.c: Likewise.
13540 * gdb.base/mips_pro.c: Likewise.
13541 * gdb.base/nodebug.c: Likewise.
13542 * gdb.base/opaque0.c: Likewise.
13543 * gdb.base/opaque1.c: Likewise.
13544 * gdb.base/recurse.c: Likewise.
13545 * gdb.base/run.c: Likewise.
13546 * gdb.base/scope0.c: Likewise.
13547 * gdb.base/scope1.c: Likewise.
13548 * gdb.base/setshow.c: Likewise.
13549 * gdb.base/setvar.c: Likewise.
13550 * gdb.base/shmain.c: Likewise.
13551 * gdb.base/shr1.c: Likewise.
13552 * gdb.base/shr2.c: Likewise.
13553 * gdb.base/sigall.c: Likewise.
13554 * gdb.base/signals.c: Likewise.
13555 * gdb.base/so-indr-cl.c: Likewise.
13556 * gdb.base/solib2.c: Likewise.
13557 * gdb.base/structs.c: Likewise.
13558 * gdb.base/sum.c: Likewise.
13559 * gdb.base/vforked-prog.c: Likewise.
13560 * gdb.base/watchpoint.c: Likewise.
13561 * gdb.reverse/shr2.c: Likewise.
13562 * gdb.reverse/until-reverse.c: Likewise.
13563 * gdb.reverse/ur1.c: Likewise.
13564 * gdb.reverse/watch-reverse.c: Likewise.
13565
066a77c5
AA
135662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13567
13568 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13569 variant.
13570 * gdb.base/sepdebug.exp: Drop references to removed code.
13571
4f204ea5
AA
135722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13573
13574 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13575 variant. Preserve original line numbering.
13576 * gdb.base/list1.c: Likewise.
13577
3b377a3a
AA
135782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13579
13580 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13581 variant.
13582 * gdb.base/break1.c: Likewise.
13583 * gdb.base/break.exp: Drop references to removed code.
13584
e444df73
AA
135852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13586
13587 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13588 variant.
13589
8008f2a7
AA
135902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13591
13592 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13593
a5a06887
AA
135942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13595
13596 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13597 logic into perform_all_tests() and invoke it with and without
13598 function header prototypes.
13599 (do_function_calls): Remove conditional XFAIL for PR 5318.
13600 (rerun_and_prepare): Remove duplicate code.
13601 (perform_all_tests): New. Main logic moved here.
13602
44dba9b9
AA
136032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13604
13605 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13606 code guarded by #ifdef NO_PROTOTYPES.
13607 (t_double_many_args): Likewise.
13608 (DEF_FUNC_MANY_ARGS_1): Likewise.
13609 (DEF_FUNC_VALUES_1): Likewise.
13610 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13611 guarded by #ifdef PROTOTYPES.
13612
d1fbcd56
AA
136132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13614
13615 * gdb.mi/mi-console.c: Add eye-catcher.
13616 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13617 instead of literal line number.
13618
b0e59b8f
AA
136192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13620
13621 * gdb.base/shr2.c: Add eye-catcher.
13622 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13623 line number.
13624
78f98cca
AA
136252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13626
13627 * gdb.base/jump.c: Add eye-catchers.
13628 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13629 numbers.
13630
58fa2af0
AA
136312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13632
13633 * gdb.base/execd-prog.c: Add eye-catchers.
13634 * gdb.base/foll-exec.c: Likewise.
13635 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13636 line numbers.
13637
04e5059b
AA
136382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13639
13640 * gdb.base/ending-run.c: Add eye-catchers.
13641 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13642 literal line numbers.
13643
dbfdb174
AA
136442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13645
13646 * gdb.base/call-rt-st.c: Add eye-catchers.
13647 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13648 literal line numbers.
13649
888a2ade
AA
136502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13651
13652 * gdb.base/call-ar-st.c: Add eye-catchers.
13653 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13654 literal line numbers.
13655
6acc2dde
AA
136562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13657
13658 * gdb.base/average.c: Add eye-catchers.
13659 * gdb.base/sum.c: Likewise.
13660 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13661 regexps dynamically.
13662
9ecfcd1d
AA
136632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13664
13665 * gdb.base/solib1.c: Add eye-catchers.
13666 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13667 literal line numbers.
13668
78708b7c
PA
136692014-11-12 Pedro Alves <palves@redhat.com>
13670
13671 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13672 leader has exited.
13673
af48d08f
PA
136742014-11-12 Pedro Alves <palves@redhat.com>
13675
13676 * gdb.arch/i386-bp_permanent.c: New file.
13677 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13678 (srcfile): Set to i386-bp_permanent.c.
13679 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13680 that stepi does not execute the 'leave' instruction, instead of
13681 testing it does execute.
13682 * gdb.base/bp-permanent.c: New file.
13683 * gdb.base/bp-permanent.exp: New file.
13684
af3768e9
DE
136852014-11-10 Doug Evans <xdje42@gmail.com>
13686
13687 PR symtab/17564
13688 * gdb.base/symtab-search-order.exp: New file.
13689 * gdb.base/symtab-search-order.c: New file.
13690 * gdb.base/symtab-search-order-1.c: New file.
13691 * gdb.base/symtab-search-order-shlib-1.c: New file.
13692
9de00a4a
PA
136932014-11-07 Pedro Alves <palves@redhat.com>
13694
13695 PR gdb/17511
13696 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13697 i?86-*-linux*.
13698
e0f52461
SC
136992014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13700
13701 PR c++/17494
13702 * gdb.cp/pr17494.cc: New file.
13703 * gdb.cp/pr17494.exp: New file.
13704
6ce8c980
YQ
137052014-11-02 Yao Qi <yao@codesourcery.com>
13706
13707 * gdb.python/python.exp: Get working directory and match the
13708 output of "set extended-prompt \\w " with it.
13709
02be9a71
DE
137102014-10-30 Doug Evans <dje@google.com>
13711
13712 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13713 in objfiles.
13714 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13715 in progspaces.
13716
3bdff46b
LM
137172014-10-30 Janis Johnson <janisjo@codesourcery.com>
13718
13719 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13720 * gdb.base/realname-expand.exp: Likewise.
13721 * gdb.linespec/macro-relative.exp: Likewise.
13722
ab917dfb
PA
137232014-10-29 Pedro Alves <palves@redhat.com>
13724
13725 PR gdb/17408
13726 * gdb.threads/schedlock.c (some_function): New function.
13727 (call_function): New global.
13728 (MAYBE_CALL_SOME_FUNCTION): New macro.
13729 (thread_function): Call it.
13730 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13731 and use it instead of a global counter. Adjust all callers.
13732 (get_current_thread): Use "find current thread" for test message
13733 here rather than having all callers pass down the same string.
13734 (goto_loop): New procedure, factored out from ...
13735 (my_continue): ... this.
13736 (step_ten_loops): Change parameter from test message to command to
13737 use. Adjust.
13738 (list_count): Delete global.
13739 (check_result): New procedure, factored out from duplicate top
13740 level code.
13741 (continue tests): Wrap in with_test_prefix.
13742 (test_step): New procedure, factored out from duplicate top level
13743 code.
13744 (top level): Test "step" in combination with all scheduler-locking
13745 modes. Test "next" in combination with all scheduler-locking
13746 modes, and in combination with stepping over a function call or
13747 not.
13748 * gdb.threads/next-bp-other-thread.c: New file.
13749 * gdb.threads/next-bp-other-thread.exp: New file.
13750
d3d4baed
PA
137512014-10-29 Pedro Alves <palves@redhat.com>
13752
13753 PR python/17372
13754 * gdb.python/python.exp: Test a multi-line command that spawns
13755 interactive Python.
13756 * gdb.base/multi-line-starts-subshell.exp: New file.
13757
563e8d85
YQ
137582014-10-29 Yao Qi <yao@codesourcery.com>
13759
13760 * gdb.base/fileio.exp: Make directories on host.
13761
0ea4d52e
YQ
137622014-10-29 Yao Qi <yao@codesourcery.com>
13763
13764 * gdb.base/fileio.c (test_write): Close the file.
13765
7f5ef605
PA
137662014-10-28 Pedro Alves <palves@redhat.com>
13767
13768 PR gdb/12623
13769 * gdb.base/sigstep.c (no_handler): New global.
13770 (main): If 'no_handler is true, set the signal handlers to
13771 SIG_IGN.
13772 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13773 with_sw_watch and no_handler parameters. Handle them.
13774 (top level) <stepping over handler when stopped at a breakpoint
13775 test>: Add a test axis for testing with a software watchpoint, and
13776 another for testing with the signal handler set to SIG_IGN.
13777 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13778 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13779
abbdbd03
PA
137802014-10-28 Pedro Alves <palves@redhat.com>
13781
13782 PR gdb/17511
13783 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13784 * gdb.base/sigstep.exp (other_handler_location): New global.
13785 (advance): Support stepping into the signal handler, and running
13786 commands while in the handler.
13787 (in_handler_map): New global.
13788 (top level): In the advance test, add combinations for getting
13789 into the handler with stepping commands, and for running commands
13790 in the handler. Add comment descripting the advancei tests.
13791
1df4399f
PA
137922014-10-28 Pedro Alves <palves@redhat.com>
13793
13794 * gdb.base/sigstep.exp: Use build_executable instead of
13795 prepare_for_testing.
13796 (top level): Move code that starts GDB, runs to main and creates a
13797 display to ...
13798 (restart): ... this new procedure.
13799 (top level): Move backtrace from signal handler test to ...
13800 (validate_backtrace): ... this new procedure.
13801 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13802 with_test_prefix. Always restart GDB.
13803 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13804 with_test_prefix. Always restart GDB. No need to delete
13805 breakpoints after the test.
13806 (test_skip_handler): Remove prefix parameter.
13807 (skip_over_handler, breakpoint_to_handler)
13808 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13809 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13810 restart GDB. No need to delete breakpoints after the test.
13811 (top level): Use foreach to call the test procedures with
13812 different commands.
13813
a5b6e449
PA
138142014-10-28 Pedro Alves <palves@redhat.com>
13815
13816 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13817 instead of GNATS numbers.
13818 * gdb.base/sigbpt.exp: Likewise.
13819 * gdb.base/siginfo.exp: Likewise.
13820 * gdb.base/sigstep.exp: Likewise.
13821
e5f8a7cc
PA
138222014-10-27 Pedro Alves <palves@redhat.com>
13823
13824 * gdb.base/sigstep.c (dummy): New global.
13825 (main): Issue a couple writes to the new global.
13826 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13827 procedures.
13828 (skip_over_handler): Use test_skip_handler.
13829 (top level): Call skip_over_handler for stepi and nexti too.
13830 (breakpoint_over_handler): Use test_skip_handler.
13831 (top level): Call breakpoint_over_handler for stepi and nexti too.
13832
763905a3
YQ
138332014-10-27 Yao Qi <yao@codesourcery.com>
13834
13835 * gdb.trace/tfile.c (adjust_function_address)
13836 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13837 function descriptor.
13838
6f259a23
DB
138392014-10-24 Don Breazeal <donb@codesourcery.com>
13840
13841 * gdb.base/foll-fork.exp (test_follow_fork,
13842 catch_fork_child_follow): Check for updated fork messages emitted
13843 from infrun.c.
13844 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13845 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13846 vfork_and_exec_child_follow_through_step): Check for updated vfork
13847 messages emitted from infrun.c.
13848
09dd9a69
PA
138492014-10-24 Pedro Alves <palves@redhat.com>
13850
13851 * gdb.base/corefile.exp: Remove references to ultrix.
13852 * gdb.base/interrupt.exp: Likewise.
13853 * gdb.base/whatis.exp: Likewise.
13854 * gdb.gdb/selftest.exp: Likewise.
13855 * gdb.threads/manythreads.exp: Likewise.
13856 * gdb.threads/print-threads.exp: Likewise.
13857 * gdb.threads/pthreads.exp:: Likewise.
13858 * gdb.threads/schedlock.exp: Likewise.
13859
3433cfa5
SC
138602014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13861
13862 * gdb.cp/non-trivial-retval.cc: Add a test case.
13863 * gdb.cp/non-trivial-retval.exp: Add a test.
13864
092f880b
YQ
138652014-10-20 Yao Qi <yao@codesourcery.com>
13866
13867 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13868 * gdb.python/py-objfile-script-gdb.py: New file.
13869 * gdb.python/py-objfile-script.exp: Update reference to
13870 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13871 of remote_download. Remove the dest file.
13872
acbdb7f3
YQ
138732014-10-20 Yao Qi <yao@codesourcery.com>
13874
13875 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13876 * gdb.base/step-line.exp: Likewise.
13877 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13878 * gdb.dwarf2/dw2-basic.exp: Likewise.
13879 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13880 * gdb.dwarf2/dw2-filename.exp: Likewise.
13881 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13882 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13883 * gdb.dwarf2/dw2-producer.exp: Likewise.
13884 * gdb.dwarf2/mac-fileno.exp: Likewise.
13885 * gdb.python/py-frame-args.exp: Likewise.
13886 * gdb.python/py-framefilter.exp: Likewise.
13887 * gdb.python/py-mi.exp: Likewise.
13888 * gdb.python/py-objfile-script.exp: Likewise
13889 * gdb.python/py-pp-integral.exp: Likewise.
13890 * gdb.python/py-pp-re-notag.exp: Likewise.
13891 * gdb.python/py-prettyprint.exp: Likewise.
13892 * gdb.python/py-section-script.exp: Likewise.
13893 * gdb.python/py-typeprint.exp: Likewise.
13894 * gdb.python/py-xmethods.exp: Likewise.
13895 * gdb.stabs/weird.exp: Likewise.
13896 * gdb.xml/tdesc-regs.exp: Likewise.
13897
bd286a29
KCY
138982014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13899
13900 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13901 (out_cu): Use addr_len for the size of addresses.
13902 (out_line): Likewise. Size DW_LNE_set_address instruction
13903 according to addr_len.
13904 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13905 (FUNC): Add START_INSNS to definition.
13906
673dc4a0
YQ
139072014-10-18 Yao Qi <yao@codesourcery.com>
13908
13909 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13910 gdb_has_argv0 return true.
13911 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13912 check [target_info exists noargs], check [gdb_has_argv0]
13913 instead.
13914 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13915 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13916 procedures.
13917
4ffbba72
DE
139182014-10-17 Doug Evans <dje@google.com>
13919
13920 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13921 event.
13922 * gdb.python/py-events.py: Add clear_objfiles event.
13923
d096d8c1
DE
139242014-10-17 Doug Evans <dje@google.com>
13925
13926 * gdb.python/py-objfile.exp: Test progspace attribute.
13927
a80db015
LM
139282014-10-17 Luis Machado <lgustavo@codesourcery.com>
13929
13930 * gdb.guile/scm-breakpoint.exp: Do not assume any
13931 directory separators when matching source file paths.
13932 * gdb.python/py-breakpoint.exp: Likewise.
13933 * gdb.reverse/break-precsave.exp: Likewise.
13934 * gdb.reverse/break-reverse.exp: Likewise.
13935 * gdb.reverse/consecutive-precsave.exp: Likewise.
13936 * gdb.reverse/finish-precsave.exp: Likewise.
13937 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13938 * gdb.reverse/finish-reverse.exp: Likewise.
13939 * gdb.reverse/i386-precsave.exp: Likewise.
13940 * gdb.reverse/i387-env-reverse.exp: Likewise.
13941 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13942 * gdb.reverse/machinestate-precsave.exp: Likewise.
13943 * gdb.reverse/machinestate.exp: Likewise.
13944 * gdb.reverse/sigall-precsave.exp: Likewise.
13945 * gdb.reverse/solib-precsave.exp: Likewise.
13946 * gdb.reverse/step-precsave.exp: Likewise.
13947 * gdb.reverse/until-precsave.exp: Likewise.
13948 * gdb.reverse/watch-precsave.exp: Likewise.
13949 * gdb.reverse/watch-reverse.exp: Likewise.
13950
b22089ab
YQ
139512014-10-17 Yao Qi <yao@codesourcery.com>
13952
13953 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13954 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13955
6c4486e6
PA
139562014-10-17 Pedro Alves <palves@redhat.com>
13957
13958 PR gdb/17471
13959 * gdb.base/bg-execution-repeat.c: New file.
13960 * gdb.base/bg-execution-repeat.exp: New file.
13961
0ff33695
PA
139622014-10-17 Pedro Alves <palves@redhat.com>
13963
13964 PR gdb/17300
13965 * gdb.base/continue-all-already-running.c: New file.
13966 * gdb.base/continue-all-already-running.exp: New file.
13967
6fdebc3d
PA
139682014-10-17 Pedro Alves <palves@redhat.com>
13969
13970 PR gdb/17472
13971 * gdb.base/annota-input-while-running.c: New file.
13972 * gdb.base/annota-input-while-running.exp: New file.
13973
32a8097b
PA
139742014-10-17 Pedro Alves <palves@redhat.com>
13975
13976 * gdb.base/callfuncs.exp: emove references to osf.
13977 * gdb.base/sigall.exp: Likewise.
13978 * gdb.gdb/selftest.exp: Likewise.
13979 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13980 * gdb.mi/non-stop.c: Likewise.
13981 * gdb.mi/pthreads.c: Likewise.
13982 * gdb.reverse/sigall-precsave.exp: Likewise.
13983 * gdb.reverse/sigall-reverse.exp: Likewise.
13984 * gdb.threads/pthreads.c: Likewise.
13985 * gdb.threads/pthreads.exp: Likewise.
13986
7a3517ff
YQ
139872014-10-17 Yao Qi <yao@codesourcery.com>
13988
13989 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13990 check 'target_info exists noargs'.
13991 (test_command_prompt_position): Likewise.
13992 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13993 Remove "set args".
13994 (progvar_simple_while_test): Likewise.
13995 (progvar_complex_if_while_test): Likewise.
13996 (if_while_breakpoint_command_test): Likewise.
13997 (infrun_breakpoint_command_test): Likewise.
13998 (breakpoint_command_test): Likewise.
13999 (watchpoint_command_test): Likewise.
14000 (bp_deleted_in_command_test): Likewise.
14001 (temporary_breakpoint_commands): Likewise.
14002
bb99c472
YQ
140032014-10-16 Yao Qi <yao@codesourcery.com>
14004
14005 * gdb.base/remotetimeout.exp: Remove noargs checking.
14006
7c16b83e
PA
140072014-10-15 Pedro Alves <palves@redhat.com>
14008
14009 PR breakpoints/9649
14010 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14011 * gdb.base/breakpoint-in-ro-region.exp
14012 (probe_target_hardware_step): New procedure.
14013 (top level): Probe hardware stepping and hardware breakpoint
14014 support. Test stepping through a read-only region, with both
14015 "breakpoint auto-hw" on and off and both "always-inserted" on and
14016 off.
14017
35a49624
IB
140182014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14019
14020 * gdb.dlang/demangle.exp: Update for demangling changes.
14021
2d1c107c
SC
140222014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14023
14024 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14025 * gdb.cp/non-trivial-retval.exp: Add new tests.
14026
778811d5
SC
140272014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14028
14029 PR c++/13403
14030 PR c++/15154
14031 * gdb.cp/non-trivial-retval.cc: New file.
14032 * gdb.cp/non-trivial-retval.exp: New file.
14033
10c5f0a8
YQ
140342014-10-15 Yao Qi <yao@codesourcery.com>
14035
14036 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14037 remote host.
14038
65d7b369
YQ
140392014-10-15 Yao Qi <yao@codesourcery.com>
14040
14041 * gdb.python/py-symbol.exp: Match file base name if host is
14042 remote, otherwise match file name with dir name.
14043 * gdb.python/py-symtab.exp: Likewise.
14044 * gdb.python/python.exp: Likewise.
14045
46dc1394
YQ
140462014-10-15 Yao Qi <yao@codesourcery.com>
14047
14048 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14049 pattern.
14050 * gdb.python/py-symtab.exp: Likewise.
14051 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14052 locationn.
14053
c40cc657
JB
140542014-10-14 Joel Brobecker <brobecker@adacore.com>
14055
14056 * gdb.ada/addr_arith: New testcase.
14057
2abf49e1
MR
140582014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14059
14060 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14061 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14062 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14063 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14064
f7088df3
SDJ
140652014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14066
14067 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14068 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14069 * gdb.arch/stap-eval-lang-ada.exp: New file.
14070
4dc06805
YQ
140712014-10-14 Yao Qi <yao@codesourcery.com>
14072
14073 * gdb.mi/mi-var-child.c (nothing1): New function.
14074 (nothing2): New function.
14075 (do_children_tests): Set function pointers by nothing1 and
14076 nothing2.
14077 * gdb.mi/mi-var-child.exp: Step over new added statements.
14078 Update test to match the new output.
14079 * gdb.mi/var-cmd.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-display.exp: Update test to match output.
14084 Step to the line specified by $line_dct_nothing.
14085 Increase the number of lines to step.
14086
46a93de2
YQ
140872014-10-14 Yao Qi <yao@codesourcery.com>
14088
14089 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14090 tests.
14091 * gdb.mi/mi2-var-child.exp: Likewise.
14092
14ea52ee
DE
140932014-10-13 Doug Evans <dje@google.com>
14094
14095 * gdb.python/py-objfile.exp: Change name of file name test.
14096
e5c6e92b
DE
140972014-10-13 Doug Evans <dje@google.com>
14098
14099 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14100 from the start of the CU.
14101
c780cc2f
JK
141022014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14103 Yao Qi <yao@codesourcery.com>
14104
14105 Fix "save breakpoints" for "catch" command.
14106 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14107 Remove -nonewline. Match also the added "main" line.
14108
99894e11
JK
141092014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14110
14111 Fix "save breakpoints" for "disable $bpnum" command.
14112 * gdb.base/save-bp.c (main): Add label.
14113 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14114
6e1ac5a3
JK
141152014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14116
14117 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14118
754dd2b0
YQ
141192014-10-11 Yao Qi <yao@codesourcery.com>
14120
14121 * gdb.server/server-kill.exp: Execute command
14122 "set remote trace-status-packet on" before "tstatus".
14123
f90183d7
YQ
141242014-10-11 Yao Qi <yao@codesourcery.com>
14125
14126 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14127 (main): Call getppid.
14128 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14129 and continue to it. Read variable "server_pid".
14130
bf40a607
YQ
141312014-10-11 Yao Qi <yao@codesourcery.com>
14132
14133 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14134
052ca370
YQ
141352014-10-11 Yao Qi <yao@codesourcery.com>
14136
14137 * gdb.threads/thread-find.exp: Don't execute command
14138 "info threads".
14139 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14140 * gdb.threads/linux-dp.exp: Don't check the condition
14141 $threads_created equals to zero.
14142
3831839c
PA
141432014-10-10 Pedro Alves <palves@redhat.com>
14144
14145 * gdb.base/bigcore.exp: Remove references to IRIX.
14146 * gdb.base/funcargs.exp: Likewise.
14147 * gdb.base/interrupt.exp: Likewise.
14148 * gdb.base/mips_pro.exp: Likewise.
14149 * gdb.base/nodebug.exp: Likewise.
14150 * gdb.base/setvar.exp: Likewise.
14151 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14152
8b9a549d
PA
141532014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14154 Pedro Alves <palves@redhat.com>
14155
14156 PR symtab/14466
14157 * gdb.base/vdso-warning.c: New file.
14158 * gdb.base/vdso-warning.exp: New file.
14159
d48ba5e8
DE
141602014-10-02 Doug Evans <dje@google.com>
14161
14162 * gdb.base/structs.c (main): Don't run forever.
14163
2278c276
PA
141642014-10-02 Pedro Alves <palves@redhat.com>
14165
14166 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14167 (top level) <stop threads 1, stop threads 2>: Use it.
14168
b57bacec
PA
141692014-10-02 Pedro Alves <palves@redhat.com>
14170
14171 * gdb.threads/break-while-running.exp (test): Add new
14172 'update_thread_list' argument. Skip "info threads" if false.
14173 (top level): Add new 'update_thread_list' axis.
14174
13fd3ff3
PA
141752014-10-02 Pedro Alves <palves@redhat.com>
14176
14177 PR breakpoints/17431
14178 * gdb.base/execl-update-breakpoints.c: New file.
14179 * gdb.base/execl-update-breakpoints.exp: New file.
14180
0fec99e8
PA
141812014-10-01 Pedro Alves <palves@redhat.com>
14182
14183 * gdb.base/breakpoint-in-ro-region.c: New file.
14184 * gdb.base/breakpoint-in-ro-region.exp: New file.
14185
2ddf4301
SM
141862014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14187
14188 * gdb.mi/mi-exit-code.exp: New file.
14189 * gdb.mi/mi-exit-code.c: New file.
14190
6a5f3f43
YQ
141912014-09-30 Yao Qi <yao@codesourcery.com>
14192
14193 * lib/prelink-support.exp (build_executable_own_libs): Error if
14194 the target isn't native.
14195
345bcc73
YQ
141962014-09-30 Yao Qi <yao@codesourcery.com>
14197
14198 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14199 false.
14200
a25a5a45
PA
142012014-09-22 Pedro Alves <palves@redhat.com>
14202
14203 * gdb.threads/break-while-running.exp: New file.
14204 * gdb.threads/break-while-running.c: New file.
14205
00ba3162
YQ
142062014-09-19 Yao Qi <yao@codesourcery.com>
14207
14208 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14209 Invoke test. Restart GDB with --readnow and invoke test again.
14210
c3b7b696
YQ
142112014-09-19 Yao Qi <yao@codesourcery.com>
14212
14213 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14214 proc set_breakpoint_on_gcd_function. Invoke
14215 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14216 invoke set_breakpoint_on_gcd_function again.
14217
2b4fd423
DE
142182014-09-18 Doug Evans <dje@google.com>
14219
14220 * gdb.dwarf2/symtab-producer.exp: New file.
14221
a5947601
SDJ
142222014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14223
14224 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14225 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14226 * gdb.base/global-var-nested-by-dso.c: Likewise.
14227 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14228
91c19059
SDJ
142292014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14230 Pedro Alves <palves@redhat.com>
14231
14232 * gdb.base/watch-bitfields.exp: Pass string other than test file
14233 name to prepare_for_testing.
14234 (watch): New procedure.
14235 (expect_watchpoint): Use with_test_prefix.
14236 (top level): Factor out tests to ...
14237 (test_watch_location, test_regular_watch): ... these new
14238 procedures, and use with_test_prefix and gdb_continue_to_end.
14239
bb9d5f81
PP
142402014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14241
14242 PR breakpoints/12526
14243 * gdb.base/watch-bitfields.exp: New file.
14244 * gdb.base/watch-bitfields.c: New file.
14245
635856f5
PA
142462014-09-16 Pedro Alves <palves@redhat.com>
14247
14248 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14249 software and hardware addresses, not software address against
14250 itself.
14251
7280ceea
PA
142522014-09-16 Pedro Alves <palves@redhat.com>
14253
14254 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14255 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14256
428b16bd
PA
142572014-09-16 Pedro Alves <palves@redhat.com>
14258
14259 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14260 files.
14261 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14262 "*-*-vxworks*" throughout.
14263 * gdb.base/break.exp: Likewise.
14264 * gdb.base/default.exp: Likewise.
14265 * gdb.base/scope.exp: Likewise.
14266 * gdb.base/sepdebug.exp: Likewise.
14267 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14268 throughout.
14269 * gdb.base/run.c: Likewise.
14270 * gdb.base/sepdebug.c: Likewise.
14271 * gdb.hp/gdb.aCC/run.c: Likewise.
14272 * gdb.reverse/until-reverse.c: Likewise.
14273 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14274
666d413c
YQ
142752014-09-16 Yao Qi <yao@codesourcery.com>
14276
14277 * boards/local-remote-host-native.exp: New file.
14278
57cbd724
DE
142792014-09-14 Doug Evans <xdje42@gmail.com>
14280
14281 * gdb.threads/queue-signal.c (thread_count): New variable.
14282 (thread_count_mutex, thread_count_condvar): New variables.
14283 (incr_thread_count, wait_all_threads_running): New functions.
14284 (main): Wait for all threads to be in their thread functions.
14285
81219e53
DE
142862014-09-13 Doug Evans <xdje42@gmail.com>
14287
14288 * gdb.threads/queue-signal.c: New file.
14289 * gdb.threads/queue-signal.exp: New file.
14290
3714cea7
DE
142912014-09-13 Doug Evans <xdje42@gmail.com>
14292
14293 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14294 be consistent with what default_gdb_init uses.
14295 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14296 the plain text of the prompt. Add some logging printfs.
14297 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14298
fa43b1d7
PA
142992014-09-12 Pedro Alves <palves@redhat.com>
14300
14301 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14302 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14303 * gdb.arch/i386-size-overlap.exp: Likewise.
14304 * gdb.arch/i386-size.exp: Likewise.
14305 * gdb.arch/i386-unwind.exp: Likewise.
14306 * gdb.base/a2-run.exp: Likewise.
14307 * gdb.base/break.exp: Likewise.
14308 * gdb.base/charset.exp: Likewise.
14309 * gdb.base/chng-syms.exp: Likewise.
14310 * gdb.base/commands.exp: Likewise.
14311 * gdb.base/dbx.exp: Likewise.
14312 * gdb.base/find.exp: Likewise.
14313 * gdb.base/funcargs.exp: Likewise.
14314 * gdb.base/jit-simple.exp: Likewise.
14315 * gdb.base/reread.exp: Likewise.
14316 * gdb.base/sepdebug.exp: Likewise.
14317 * gdb.base/step-bt.exp: Likewise.
14318 * gdb.cp/mb-inline.exp: Likewise.
14319 * gdb.cp/mb-templates.exp: Likewise.
14320 * gdb.objc/basicclass.exp: Likewise.
14321 * gdb.threads/killed.exp: Likewise.
14322
9d9bf2df
EBM
143232014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14324
14325 PR tdep/17379
14326 * gdb.arch/powerpc-stackless.S: New file.
14327 * gdb.arch/powerpc-stackless.exp: New file.
14328
1cf2f1b0
JK
143292014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14330
14331 * gdb.base/attach.c: Include unistd.h.
14332 (main): Call alarm. Add label postloop.
14333 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14334 gdb_breakpoint, gdb_continue_to_breakpoint.
14335 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14336
98880d46
PA
143372014-09-11 Pedro Alves <palves@redhat.com>
14338
14339 PR gdb/17347
14340 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14341 * gdb.base/attach.exp (test_command_line_attach_run): New
14342 procedure.
14343 (top level): Call it.
14344
4c92ff2c
PA
143452014-09-11 Pedro Alves <palves@redhat.com>
14346
14347 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14348 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14349 (do_command_attach_tests): Use spawn_wait_for_attach.
14350 * gdb.base/solib-overlap.exp: Likewise.
14351 * gdb.multi/multi-attach.exp: Likewise.
14352 * gdb.python/py-prompt.exp: Likewise.
14353 * gdb.python/py-sync-interp.exp: Likewise.
14354 * gdb.server/ext-attach.exp: Likewise.
14355
3adc1a7d
GKB
143562014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14357
14358 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14359 command in testcase. Simplify testcase.
14360
96334934
JB
143612014-09-10 Joel Brobecker <brobecker@adacore.com>
14362
14363 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14364
eb479039
JB
143652014-09-10 Joel Brobecker <brobecker@adacore.com>
14366
14367 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14368
deede10c
JB
143692014-09-10 Joel Brobecker <brobecker@adacore.com>
14370
14371 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14372
7828a5f5
JB
143732014-09-10 Joel Brobecker <brobecker@adacore.com>
14374
14375 * gdb.dwarf2/dynarr-ptr.c: New file.
14376 * gdb.dwarf2/dynarr-ptr.exp: New file.
14377
33aeebcf
MR
143782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14379
14380 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14381 of 30 rather than hardcoding 120 for a slow test case. Take the
14382 `gdb,timeout' target setting into account for this calculation.
14383 Don't extend the timeout for the test cases that don't need it.
14384
7b415901
MR
143852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14386
14387 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14388 a factor of 2 for a slow test case. Take the `gdb,timeout'
14389 target setting into account for this calculation.
14390 * gdb.reverse/until-precsave.exp: Increase the timeout by
14391 a factor of 15 and 3 respectively rather than adding 120
14392 for a pair of slow test cases. Take the `gdb,timeout'
14393 target setting into account for this calculation.
14394
4a40f85a
MR
143952014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14396
14397 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14398 timeout, don't pass one down to gdb_expect.
14399 (gdb_expect): Rework timeout selection.
14400
09635af7
MR
144012014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14402
14403 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14404 exception on timeout.
14405 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14406 (gdbserver_start_extended): Catch any `gdbserver_start' error
14407 exceptions.
14408 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14409 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14410 `gdbserver_gdb_load' error exceptions.
14411
2bdd10b7
MR
144122014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14413
14414 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14415 120 on waiting for the TCP socket to open.
14416
316935f0
DE
144172014-09-09 Doug Evans <xdje42@gmail.com>
14418
14419 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14420 _caller_matches, _any_caller_is, _any_caller_matches.
14421
83740597
DE
144222014-09-09 Doug Evans <xdje42@gmail.com>
14423
14424 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14425
4c122fc3
YQ
144262014-09-09 Yao Qi <yao@codesourcery.com>
14427
14428 * gdb.mi/mi-var-display.exp: Set print symbol off.
14429
a9f116cb
GKB
144302014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14431
14432 PR gdb/17035
14433 * gdb.base/commands.exp: Add tests to verify user-defined
14434 commands with empty bodies.
14435 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14436 python commands in `show user command`.
14437 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14438 scheme commands in `show user command`.
14439
c75bd3a2
JK
144402014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14441
14442 PR python/17355
14443 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14444 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14445 * gdb.python/py-framefilter-invalidarg.exp: New file.
14446 * gdb.python/py-framefilter-invalidarg.py: New file.
14447
faa42425
DE
144482014-09-06 Doug Evans <xdje42@gmail.com>
14449
14450 PR 15276
14451 * gdb.python/py-caller-is.c: New file.
14452 * gdb.python/py-caller-is.exp: New file.
14453
474ca4f6
SDJ
144542014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14455
14456 PR gdb/17235
14457 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14458 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14459
eb0b0463
SDJ
144602014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14461
14462 PR fortran/17237
14463 * gdb.fortran/print-formatted.exp: New file.
14464 * gdb.fortran/print-formatted.f90: Likewise.
14465
5f3b99cf
SS
144662014-09-03 Sasha Smundak <asmundak@google.com>
14467
14468 * gdb.python/py-frame.exp: Test Frame.read_register.
14469
7d793aa9
SDJ
144702014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14471
14472 PR python/16699
14473 * gdb.python/py-completion.exp: New file.
14474 * gdb.python/py-completion.py: Likewise.
14475
fb0576e9
DE
144762014-08-28 Doug Evans <dje@google.com>
14477
14478 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14479 eax,etc. are live with values set by gdb and thus the compiler can't
14480 use them.
14481 * gdb.arch/i386-pseudo.c (main): Ditto.
14482
ee92b0dd
DE
144832014-08-27 Doug Evans <dje@google.com>
14484
14485 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14486
6649db35
DE
144872014-08-25 Doug Evans <dje@google.com>
14488
14489 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14490 (main): Ditto.
14491
564b7600
DE
144922014-08-25 Doug Evans <dje@google.com>
14493
14494 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14495
3881fb67
YQ
144962014-08-24 Yao Qi <yao@codesourcery.com>
14497
14498 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14499 symbol off.
14500 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14501
a05a36a5
DE
145022014-08-22 Doug Evans <dje@google.com>
14503
14504 PR 17276
14505 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14506 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14507 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14508
7c343b48
YQ
145092014-08-22 Yao Qi <yao@codesourcery.com>
14510
14511 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14512 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14513 * gdb.python/python.exp: Likewise. Use .py file on the host
14514 instead of the build.
14515
22fd09ae
JK
145162014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14517
14518 * gdb.threads/gcore-stale-thread.c: New file.
14519 * gdb.threads/gcore-stale-thread.exp: New file.
14520
a8454a7c
PA
145212014-08-21 Pedro Alves <palves@redhat.com>
14522
14523 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14524 * gdb.base/gcore-relro-pie.exp: Likewise.
14525 * gdb.base/gcore-relro.exp: Likewise.
14526 * gdb.base/gcore.exp: Likewise.
14527 * gdb.base/print-symbol-loading.exp: Likewise.
14528 * gdb.threads/gcore-thread.exp: Likewise.
14529 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14530
2a31c623
PA
145312014-08-20 Pedro Alves <palves@redhat.com>
14532 Jan Kratochvil <jan.kratochvil@redhat.com>
14533
14534 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14535 configure.
14536 (EXPECT): Handle READ1 being set.
14537 (all): Depend on EXTRA_RULES.
14538 (check-read1, expect-read1, read1.so, read1): New rules.
14539 * README (Testsuite Parameters): Document the READ1 make variable.
14540 (Race detection): New section.
14541 * configure: Regenerate.
14542 * configure.ac: If build==host==target, and running under a
14543 GNU/glibc system, add read1 to the extra Makefile rules.
14544 (EXTRA_RULES): AC_SUBST it.
14545 * lib/read1.c: New file.
14546
d36430db
JB
145472014-08-20 Joel Brobecker <brobecker@adacore.com>
14548
14549 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14550 the handling of variables declared as a typedef to an array
14551 which a DW_AT_data_location attribute.
14552
9a0dc9e3
PA
145532014-08-19 Andrew Burgess <aburgess@broadcom.com>
14554 Pedro Alves <palves@redhat.com>
14555
14556 PR symtab/14604
14557 PR symtab/14605
14558 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14559 gdb_test.
14560
0718a8da
PA
145612014-08-19 Pedro Alves <palves@redhat.com>
14562
14563 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14564
13b448cd
YQ
145652014-08-19 Yao Qi <yao@codesourcery.com>
14566
14567 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14568 right line.
14569
1cbf5077
DB
145702014-08-18 David Blaikie <dblaikie@gmail.com>
14571
14572 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14573
bf0fae19
JB
145742014-08-18 Joel Brobecker <brobecker@adacore.com>
14575
14576 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14577 attribute in array range.
14578
3c8c5dcc
JB
145792014-08-18 Joel Brobecker <brobecker@adacore.com>
14580
14581 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14582
e66d4446
SC
145832014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14584
14585 PR c++/17132
14586 * gdb.cp/pr17132.cc: New file.
14587 * gdb.cp/pr17132.exp: New file.
14588
940df408
SC
145892014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14590
14591 * gdb.python/py-xmethods.py (A_getarrayind)
14592 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14593 Use 'print' with function call syntax.
14594 (E_method_matcher.match): Fix tab vs space indentation mixup.
14595
ebcc6c3a
YQ
145962014-08-15 Yao Qi <yao@codesourcery.com>
14597
14598 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14599 false.
14600
775e0f04
YQ
146012014-08-15 Yao Qi <yao@codesourcery.com>
14602
14603 * gdb.cp/casts.exp: Set print symbol off.
14604 * gdb.cp/class2.exp: Likewise.
14605 * gdb.cp/overload.exp: Likewise.
14606 * gdb.cp/templates.exp: Likewise.
14607
d769e349
DE
146082014-08-11 Doug Evans <dje@google.com>
14609
14610 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14611 (test_load_shlib): Update.
14612
20c6f1e1
YQ
146132014-08-09 Yao Qi <yao@codesourcery.com>
14614
14615 * gdb.base/display.exp: Invoke is_address_zero_readable.
14616 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14617 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14618 * gdb.base/hbreak-unmapped.exp: Return if
14619 is_address_zero_readable returns true.
14620 * gdb.base/signest.exp: Likewise.
14621 * gdb.base/signull.exp: Likewise.
14622 * gdb.base/sigbpt.exp: Likewise.
14623 * gdb.guile/scm-disasm.exp: Do the test if
14624 is_address_zero_readable returns false.
14625 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14626 * gdb.python/py-arch.exp: Likewise.
14627 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14628 * lib/gdb.exp (is_address_zero_readable): New proc.
14629
5792e8e3
YQ
146302014-08-09 Yao Qi <yao@codesourcery.com>
14631
14632 PR testsuite/13443
14633 * gdb.mi/mi-var-display.exp: Make test messages unique.
14634
3cecbbbe
TT
146352014-08-04 Tom Tromey <tromey@redhat.com>
14636
14637 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14638 target 0".
14639
00b51ff5
TT
146402014-08-04 Tom Tromey <tromey@redhat.com>
14641
14642 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14643 "target_resume".
14644
6908c509
JB
146452014-08-01 Joel Brobecker <brobecker@adacore.com>
14646
14647 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14648 inner_vla_struct_object_size.
14649 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14650 as xfail.
14651
cc6563d2
PA
146522014-07-30 Pedro Alves <palves@redhat.com>
14653
14654 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14655 comment.
14656
7e09a223
YQ
146572014-07-29 Yao Qi <yao@codesourcery.com>
14658
14659 PR gdb/17206
14660 * gdb.base/until-nodebug.exp: New.
14661
7ebdbe92
DE
146622014-07-28 Doug Evans <xdje42@gmail.com>
14663
14664 PR guile/17203
14665 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14666 previously existing parameter, and previously ambiguously spelled
14667 parameter.
14668
fdb1adc6
WN
146692014-07-28 Will Newton <will.newton@linaro.org>
14670
14671 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14672
186fcde0
DE
146732014-07-26 Ludovic Courtès <ludo@gnu.org>
14674 Doug Evans <xdje42@gmail.com>
14675
14676 PR guile/17146
14677 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14678
70509625
PA
146792014-07-25 Pedro Alves <palves@redhat.com>
14680
14681 * gdb.threads/signal-command-handle-nopass.c: New file.
14682 * gdb.threads/signal-command-handle-nopass.exp: New file.
14683 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14684 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14685 * gdb.threads/signal-delivered-right-thread.c: New file.
14686 * gdb.threads/signal-delivered-right-thread.exp: New file.
14687
c3f814a1
PA
146882014-07-25 Pedro Alves <palves@redhat.com>
14689
14690 * gdb.base/double-prompt-target-event-error.exp
14691 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14692 match.
14693 (cancel_pagination_in_target_event): Rework double prompt
14694 detection.
14695 * gdb.base/paginate-after-ctrl-c-running.exp
14696 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14697 <return>' match.
14698 * gdb.base/paginate-bg-execution.exp
14699 (test_bg_execution_pagination_return)
14700 (test_bg_execution_pagination_cancel): Remove '-notransfer
14701 <return>' matches.
14702 * gdb.base/paginate-execution-startup.exp
14703 (test_fg_execution_pagination_return)
14704 (test_fg_execution_pagination_cancel): Remove '-notransfer
14705 <return>' matches.
14706 * gdb.base/paginate-inferior-exit.exp
14707 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14708 match.
14709 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14710 * lib/gdb.exp (pagination_prompt): Run text through
14711 string_to_regexp.
14712 (gdb_test_multiple): Match $pagination_prompt instead of
14713 "<return>".
14714 (string_to_regexp): Move to lib/gdb-utils.exp.
14715
e214cf6c
JK
147162014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14717
14718 * gdb.arch/amd64-entry-value-paramref.S: New file.
14719 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14720 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14721 * gdb.arch/amd64-optimout-repeat.S: New file.
14722 * gdb.arch/amd64-optimout-repeat.c: New file.
14723 * gdb.arch/amd64-optimout-repeat.exp: New file.
14724
17d0c5c8
JK
147252014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14726
14727 PR gdb/17170
14728 * gdb.base/statistics.exp: New file.
14729
b8b8facf
DE
147302014-07-17 Doug Evans <dje@google.com>
14731
74b49205 14732 PR gdb/17170
b8b8facf
DE
14733 * gdb.base/maint.exp: Update testing of per-command stats.
14734
1b5d0ab3
PA
147352014-07-16 Pedro Alves <palves@redhat.com>
14736
14737 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14738 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14739 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14740 (tfile_write_buf): New functions.
14741 (add_memory_block): Rewrite using the above.
14742 (adjust_function_address): New function.
14743 (FUNCTION_ADDRESS): New macro.
14744 (write_basic_trace_file): Remove short_x local, and use
14745 tfile_write_16. Change type of func_addr local to unsigned long
14746 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14747 here. Cast argument of add_memory_block to char pointer.
14748 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14749 (main): Remove parameters.
14750 * gdb.trace/tfile.exp: Remove nowarnings.
14751
4d974e88
SM
147522014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14753
14754 * gdb.base/debug-expr.exp: Test string evaluation with
14755 "debug expression" on.
14756
41e99568
PA
147572014-07-15 Pedro Alves <palves@redhat.com>
14758
14759 * gdb.base/reread.exp: Use clean_restart.
14760
487d9753
PL
147612014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14762
14763 * gdb.arch/avr-flash-qualifer.c: New.
14764 * gdb.arch/avr-flash-qualifer.exp: New.
14765
cc1c52ad
PA
147662014-07-14 Pedro Alves <palves@redhat.com>
14767
14768 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14769 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14770
1e973570
PA
147712014-07-14 Pedro Alves <palves@redhat.com>
14772
14773 * gdb.base/double-prompt-target-event-error.c: New file.
14774 * gdb.base/double-prompt-target-event-error.exp: New file.
14775
93d6eb10
PA
147762014-07-14 Pedro Alves <palves@redhat.com>
14777
14778 PR gdb/17072
14779 * gdb.base/paginate-inferior-exit.c: New file.
14780 * gdb.base/paginate-inferior-exit.exp: New file.
14781
0017922d
PA
147822014-07-14 Pedro Alves <palves@redhat.com>
14783
14784 PR gdb/17072
14785 * gdb.base/paginate-bg-execution.c: New file.
14786 * gdb.base/paginate-bg-execution.exp: New file.
14787
94696ad3
PA
147882014-07-14 Pedro Alves <palves@redhat.com>
14789
14790 PR gdb/17072
14791 * gdb.base/paginate-execution-startup.c: New file.
14792 * gdb.base/paginate-execution-startup.exp: New file.
14793 * lib/gdb.exp (pagination_prompt): New global.
14794 (default_gdb_spawn): New procedure, factored out from
14795 default_gdb_spawn.
14796 (default_gdb_start): Adjust to call default_gdb_spawn.
14797 (gdb_spawn): New procedure.
14798
bd293940
PA
147992014-07-14 Pedro Alves <palves@redhat.com>
14800
14801 * lib/gdb.exp (gdb_assert): New procedure.
14802 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14803
c933f875
PA
148042014-07-14 Pedro Alves <palves@redhat.com>
14805
14806 * gdb.base/execution-termios.c: New file.
14807 * gdb.base/execution-termios.exp: New file.
14808
d98b7a16
TT
148092014-07-14 Tom Tromey <tromey@redhat.com>
14810
14811 * gdb.cp/vla-cxx.cc: New file.
14812 * gdb.cp/vla-cxx.exp: New file.
14813
548740d6
TT
148142014-07-14 Tom Tromey <tromey@redhat.com>
14815
14816 * gdb.reverse/rerun-prec.c: New file.
14817 * gdb.reverse/rerun-prec.exp: New file.
14818
a25eb028
MR
148192014-07-12 Maciej W. Rozycki <macro@mips.com>
14820 Maciej W. Rozycki <macro@codesourcery.com>
14821
14822 * lib/gdb-utils.exp: New file.
14823 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14824 inline `gdb_init_command' processing.
14825 (gdb_start_cmd): Likewise.
14826 * lib/mi-support.exp (mi_run_cmd): Likewise.
14827 * README: Document `gdb_init_command' and `gdb_init_commands'.
14828
218c2655
JK
148292014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14830
14831 Fix false FAIL running under a very long directory name.
14832 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14833 and "set print elements 10000". Twice.
14834
5401fde3
YQ
148352014-07-11 Yao Qi <yao@codesourcery.com>
14836
14837 * gdb.base/exprs.exp: "set print symbol off".
14838
e76126e8
PA
148392014-07-11 Pedro Alves <palves@redhat.com>
14840
14841 * gdb.threads/kill.c: New file.
14842 * gdb.threads/kill.exp: New file.
14843
2d6f0de6
YQ
148442014-07-10 Yao Qi <yao@codesourcery.com>
14845
14846 * gdb.trace/tfile.c (write_basic_trace_file)
14847 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14848 address written to trace file.
14849
7180e04a
PA
148502014-07-09 Pedro Alves <palves@redhat.com>
14851
14852 * gdb.base/attach-wait-input.exp: New file.
14853 * gdb.base/attach-wait-input.c: New file.
14854
9a9a7608
AB
148552014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14856
14857 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14858 setting up test structures.
14859 (main): Call new test function.
14860 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14861 test function, continue into test function and walk test
14862 structures.
14863
161ac41e
YQ
148642014-07-02 Yao Qi <yao@codesourcery.com>
14865
14866 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14867 'bar_start' at the beginning of functions 'foo' and 'bar'
14868 respectively.
14869 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14870 instead of 'foo' and 'bar'.
14871
1f267ae3
MM
148722014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14873
14874 * gdb.btrace/segv.exp: New.
14875 * gdb.btrace/segv.c: New.
14876
2b239efb
LM
148772014-07-02 Luis Machado <lgustavo@codesourcery.com>
14878
14879 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14880 instruction.
14881
cf363f18
MW
148822014-06-30 Mark Wielaard <mjw@redhat.com>
14883
14884 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14885 vulture, vilify, villar): New volatile array constants.
14886 (vindictive, vegetation): New const volatile array constants.
14887 * gdb.base/volatile.exp: Test volatile and const volatile array
14888 types.
14889
aebf9d24
AA
148902014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14891
14892 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14893 target lacks support for awatch, rwatch, or hbreak.
14894
b67a2c6f
YQ
148952014-06-27 Yao Qi <yao@codesourcery.com>
14896
14897 * gdb.multi/dummy-frame-restore.exp: New.
14898 * gdb.multi/dummy-frame-restore.c: New.
14899
aef92902
MM
149002014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14901
14902 * gdb.btrace/gcore.exp: New.
14903
8e9db26e
PA
149042014-06-23 Pedro Alves <palves@redhat.com>
14905
14906 * gdb.base/watchpoint-reuse-slot.c: New file.
14907 * gdb.base/watchpoint-reuse-slot.exp: New file.
14908
70afc5b7
SC
149092014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14910
14911 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14912 progspace's filename in 'info', 'enable' and 'disable' command
14913 tests.
14914
b972bd9c
JK
149152014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14916
14917 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14918 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14919 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14920
125f8a3d
GB
149212014-06-20 Gary Benson <gbenson@redhat.com>
14922
14923 * gdb.arch/i386-avx.exp: Fix include file location.
14924 * gdb.arch/i386-sse.exp: Likewise.
14925
3ed9baed
IB
149262014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14927
14928 * gdb.dlang/expression.exp: New file.
14929
034f788c
PA
149302014-06-19 Pedro Alves <palves@redhat.com>
14931
14932 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14933 out from ...
14934 (top level): ... here. Iterate running tests under different
14935 scheduler-locking settings.
14936
45371d0c
LM
149372014-06-18 Luis Machado <lgustavo@codesourcery.com>
14938
14939 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14940 to DW_FORM_addr and use non-zero addresses.
14941
5d376983
SC
149422014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14943
14944 PR gdb/17017
14945 * gdb.python/py-xmethods.cc: Add global function call counters and
14946 increment them in their respective functions. Remove "cout"
14947 statements.
14948 * gdb.python/py-xmethods.exp: Make tests check the global function
14949 call counters instead of depending on inferior IO.
14950
a1aa2221
LM
149512014-06-18 Don Breazeal <donb@codesourcery.com>
14952
14953 * gdb.base/foll-fork.exp (default_fork_parent_follow):
14954 Deleted procedure.
14955 (explicit_fork_parent_follow): Deleted procedure.
14956 (explicit_fork_child_follow): Deleted procedure.
14957 (test_follow_fork): New procedure.
14958 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 14959 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
14960 procedure calls.
14961
0fc05997
YQ
149622014-06-17 Yao Qi <yao@codesourcery.com>
14963
14964 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14965 CP1252.
14966
70795c52
LM
149672014-06-17 Luis Machado <lgustavo@codesourcery.com>
14968
14969 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14970 Initialize ptr and S explicitly.
14971 (skip_type_update_when_not_use_rtti_test): Likewise.
14972
6be47f0c
KS
149732014-06-16 Keith Seitz <keiths@redhat.com>
14974
14975 PR mi/15863
14976 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14977 the inferior is started.
14978
d03de421
PA
149792014-06-16 Pedro Alves <palves@redhat.com>
14980
14981 * gdb.base/break-main-file-remove-fail.c: New file.
14982 * gdb.base/break-main-file-remove-fail.exp: New file.
14983 * gdb.base/break-unload-file.exp: Use build_executable instead of
14984 prepare_for_testing.
14985 (test_break): New parameter "initial_load". Handle it.
14986 (top level): Add initial_load cmdline/file axis.
14987
f9579b99
TT
149882014-06-12 Tom Tromey <tromey@redhat.com>
14989
14990 * gdb.base/completion.exp: Don't use directory name in test.
14991
3657956b
GB
149922014-06-09 Gary Benson <gbenson@redhat.com>
14993
14994 * gdb.base/sigall.c [Functions to send signals]: Reorder to
14995 separate the always-available ANSI-standard signals from the
14996 signals that require checking.
14997 (main): Likewise.
14998 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14999 Likewise.
15000 (main): Likewise.
15001
4186eb54
KS
150022014-06-07 Keith Seitz <keiths@redhat.com>
15003
15004 Revert:
15005 PR c++/16253
15006 * gdb.cp/var-tag.cc: New file.
15007 * gdb.cp/var-tag.exp: New file.
15008 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15009 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15010 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15011 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15012
25326a28 150132014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15014
15015 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15016
829155c9
PA
150172014-06-06 Pedro Alves <palves@redhat.com>
15018
15019 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15020 in target debug output instead of looking at RSP packets,
15021 disabling the test on any target that uses hardware stepping.
15022 Update comments.
15023
61c8d22e
PA
150242014-06-06 Pedro Alves <palves@redhat.com>
15025
15026 * gdb.base/break-unload-file.exp: Fix typo.
15027
d9a47287
YQ
150282014-06-06 Yao Qi <yao@codesourcery.com>
15029
15030 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15031 from "jit_function" to "^jit_function".
15032
e5e01dbf
YQ
150332014-06-06 Yao Qi <yao@codesourcery.com>
15034
15035 * gdb.base/async.c (foo): Add one statement.
15036 * gdb.base/async.exp: Get the next instruction address and
15037 match the output of "nexti" by instruction address. Match
15038 the hex address in the output of "finish".
15039
73ba372c
GB
150402014-06-06 Gary Benson <gbenson@redhat.com>
15041
15042 * gdb.base/call-signals.c: Remove preprocessor conditionals
15043 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15044 SIGSEGV and SIGTERM.
15045 * gdb.base/sigall.c: Likewise.
15046 * gdb.base/unwindonsignal.c: Likewise.
15047 * gdb.reverse/sigall-reverse.c: Likewise.
15048
831517df
YQ
150492014-06-06 Yao Qi <yao@codesourcery.com>
15050
15051 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15052 readable, skip the test.
15053
b8b91e98
YQ
150542014-06-06 Yao Qi <yao@codesourcery.com>
15055
15056 * gdb.threads/staticthreads.c (thread_function): Move the line
15057 setting breakpoint on forward.
15058 * gdb.threads/staticthreads.exp: Update comments.
15059
fb934770
LC
150602014-06-05 Ludovic Courtès <ludo@gnu.org>
15061
15062 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15063 "history-append! type error".
15064
6ef284bd
SM
150652014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15066
15067 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15068 erroneous dprintf expected input.
15069
a872e241
DE
150702014-06-04 Doug Evans <xdje42@gmail.com>
15071
15072 * gdb.guile/scm-generics.exp: Delete.
15073
16f691fb
DE
150742014-06-04 Doug Evans <xdje42@gmail.com>
15075
15076 * gdb.guile/scm-breakpoint.exp: Update.
15077 Add tests for breakpoint registration.
15078
012370f6
TT
150792014-06-04 Tom Tromey <tromey@redhat.com>
15080
15081 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15082 VLA-in-union.
15083 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15084 inner_vla_struct, vla_union types. Initialize objects of those
15085 types and compute their sizes.
15086
9f5a4cef
HZ
150872014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15088 Hui Zhu <hui@codesourcery.com>
15089
15090 * gdb.base/fileio.exp: Add test for shell not available as well as
15091 available.
15092 * gdb.base/fileio.c (test_system): Check for shell twice.
15093
90a45c4d
YQ
150942014-06-04 Yao Qi <yao@codesourcery.com>
15095
15096 * gdb.base/auto-connect-native-target.exp: Remove redundant
15097 space from the regexp pattern.
15098
70017e41
YQ
150992014-06-04 Yao Qi <yao@codesourcery.com>
15100
15101 * gdb.base/default.exp: Replace "child" with "native" in
15102 regexp pattern.
15103
883964a7
SC
151042014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15105
15106 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15107 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15108 * gdb.python/py-xmethods.py: Python script supporting the
15109 new testcase and tests.
15110
ef370185
JB
151112014-06-03 Joel Brobecker <brobecker@adacore.com>
15112 Pedro Alves <palves@redhat.com>
15113
15114 PR breakpoints/17000
15115 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15116 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15117
1e2ccb61
BM
151182014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15119
15120 * gdb.base/subst.exp: Add tests to verify partial path matching
15121 output.
15122
c6ec5ab2
PA
151232014-06-03 Pedro Alves <palves@redhat.com>
15124
15125 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15126 target that doesn't use software single-stepping.
15127
835c559f
PA
151282014-06-03 Pedro Alves <palves@redhat.com>
15129
15130 PR breakpoints/17000
15131 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15132 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15133
06eb1586
DE
151342014-06-02 Doug Evans <xdje42@gmail.com>
15135
15136 * gdb.guile/scm-parameter.exp: New file.
15137
e698b8c4
DE
151382014-06-02 Doug Evans <xdje42@gmail.com>
15139
15140 * gdb.guile/scm-cmd.c: New file.
15141 * gdb.guile/scm-cmd.exp: New file.
15142
ded03782
DE
151432014-06-02 Doug Evans <xdje42@gmail.com>
15144
15145 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15146 pretty-printer lookup.
15147 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15148 (make-pp_s-printer): Call it.
15149 (make-pretty-printer-from-dict): New function.
15150 (lookup-pretty-printer-maker-from-dict): New function.
15151 (*pretty-printer*): Simplify.
15152 (make-objfile-pp_s-printer): New function.
15153 (install-objfile-pretty-printers!): New function.
15154 (make-progspace-pp_s-printer): New function.
15155 (install-progspace-pretty-printers!): New function.
15156 * gdb.guile/scm-progspace.c: New file.
15157 * gdb.guile/scm-progspace.exp: New file.
15158
41fac0cf
PA
151592014-06-02 Pedro Alves <palves@redhat.com>
15160
15161 * gdb.base/dprintf-bp-same-addr.c: New file.
15162 * gdb.base/dprintf-bp-same-addr.exp: New file.
15163
96ae5695
EBM
151642014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15165
15166 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15167 * gdb.arch/powerpc-power.s: Likewise.
15168
da02b3a8
JB
151692014-06-02 Joel Brobecker <brobecker@adacore.com>
15170
15171 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15172
c72b2e7b
YQ
151732014-06-01 Yao Qi <yao@codesourcery.com>
15174
15175 * gdb.base/watchpoint.exp (test_watch_location): Check null
15176 pointer can be dereferenced. If not, do the test, otherwise
15177 skip it.
15178
53e8a631
AB
151792014-05-30 Andrew Burgess <aburgess@broadcom.com>
15180
15181 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15182 results.
15183 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15184
938f0e2f
AB
151852014-05-30 Andrew Burgess <aburgess@broadcom.com>
15186
15187 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15188 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15189 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15190 * gdb.arch/amd64-invalid-stack-top.c: New file.
15191 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15192
9ba6657a
PA
151932014-05-30 Pedro Alves <palves@redhat.com>
15194
15195 PR breakpoints/17000
15196 * gdb.base/sss-bp-on-user-bp.c: New file.
15197 * gdb.base/sss-bp-on-user-bp.exp: New file.
15198
522c09bf
DB
151992014-05-30 David Blaikie <dblaikie@gmail.com>
15200
15201 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15202 gnu_inline semantics via attribute.
15203 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15204 source explicitly specifies the required semantics.
15205
bf4ef81e
MR
152062014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15207
15208 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15209
329ea579
PA
152102014-05-29 Pedro Alves <palves@redhat.com>
15211 Tom Tromey <tromey@redhat.com>
15212
15213 * gdb.base/async-shell.exp: Don't enable target-async.
15214 * gdb.base/async.exp
15215 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15216 parameter. Adjust.
15217 (top level): Don't test with "target-async".
15218 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15219 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15220 * gdb.base/inferior-died.exp: Don't enable target-async.
15221 * gdb.base/interrupt-noterm.exp: Likewise.
15222 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15223 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15224 * gdb.mi/mi-nonstop.exp: Likewise.
15225 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15226 * gdb.mi/mi-nsintrall.exp: Likewise.
15227 * gdb.mi/mi-nsmoribund.exp: Likewise.
15228 * gdb.mi/mi-nsthrexec.exp: Likewise.
15229 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15230 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15231 * gdb.python/py-evsignal.exp: Don't enable target-async.
15232 * gdb.python/py-evthreads.exp: Likewise.
15233 * gdb.python/py-prompt.exp: Likewise.
15234 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15235 * gdb.server/solib-list.exp: Don't enable target-async.
15236 * gdb.threads/thread-specific-bp.exp: Likewise.
15237 * lib/mi-support.exp: Adjust to use mi-async.
15238
fd664c91
PA
152392014-05-29 Pedro Alves <palves@redhat.com>
15240
15241 PR gdb/13860
15242 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15243 reason, even in sync mode.
15244
251bde03
PA
152452014-05-29 Pedro Alves <palves@redhat.com>
15246 Hui Zhu <hui@codesourcery.com>
15247
15248 PR PR15693
15249 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15250 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15251 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15252 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15253
7f3c0343
JB
152542014-05-28 Joel Brobecker <brobecker@adacore.com>
15255
15256 * config/monitor.exp (gdb_target_monitor): Replace use of
15257 "set remotebaud" by "set serial baud".
15258
b2715b27
AW
152592014-05-26 Andy Wingo <wingo@igalia.com>
15260
15261 * gdb.guile/scm-breakpoint.exp:
15262 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15263 properties instead of gdb-object-properties.
15264
498a4489
YQ
152652014-05-26 Yao Qi <yao@codesourcery.com>
15266
15267 * gdb.server/no-thread-db.exp: Specify source file name
15268 explicitly when setting a breakpoint.
15269
589fdceb
MM
152702014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15271
15272 * gdb.btrace/vdso.c: New.
15273 * gdb.btrace/vdso.exp: New.
15274
e9089e05
MM
152752014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15276
15277 * gdb.base/gcore.exp (capture_command_output): Move ...
15278 * lib/gdb.exp (capture_command_output): ... here.
15279
67b5c0c1
MM
152802014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15281
15282 * gdb.btrace/data.exp: Test memory access during btrace replay.
15283
a2199296
SM
152842014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15285
15286 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15287
17b2616c
PA
152882014-05-21 Pedro Alves <palves@redhat.com>
15289
15290 PR gdb/13860
15291 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15292 (top level): Test that output related to execution commands is
15293 sent to the console with CLI commands, but not with MI commands.
15294 Test that breakpoint events are always mirrored to the console.
15295 Also expect the new source line to be output after a "next" in
15296 async mode too. Make it a pass/fail test.
15297 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15298 output.
15299 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15300
5166082f
PA
153012014-05-21 Pedro Alves <palves@redhat.com>
15302
15303 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15304 Use them to test variations of "list" after reaching a breakpoint.
15305 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15306 Test "list" with listsize 10 after reaching a breakpoint.
15307 * gdb.python/python.exp (decode_line current location line
15308 number): Adjust expected line number.
15309
2f25d70f
SM
153102014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15311
15312 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15313 behavior for $args, pass it directly to "run".
15314
ff604a67
MR
153152014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15316
15317 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15318 30000 to 65536.
15319
6a3cb8e8
PA
153202014-05-21 Pedro Alves <palves@redhat.com>
15321
15322 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15323 auto-connect-native-target off".
15324 * gdb.base/auto-connect-native-target.c: New file.
15325 * gdb.base/auto-connect-native-target.exp: New file.
15326
4ebfc96e
PA
153272014-05-21 Pedro Alves <palves@redhat.com>
15328
15329 * gdb.base/default.exp: Test "target native" instead of "target
15330 child".
15331
36d46afb
MW
153322014-05-21 Mark Wielaard <mjw@redhat.com>
15333
15334 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15335
5876f503
JK
153362014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15337
15338 Fix TLS access for -static -pthread.
15339 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15340 <HAVE_TLS> (thread_function, main): Initialize it.
15341 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15342 Add clean_restart.
15343 <$have_tls != "">: Check TLSVAR.
15344
0256a6ac
PA
153452014-05-21 Pedro Alves <palves@redhat.com>
15346
15347 * gdb.base/dcache-line-read-error.c: New.
15348 * gdb.base/dcache-line-read-error.exp: New.
15349
936d2992
PA
153502014-05-20 Pedro Alves <palves@redhat.com>
15351
15352 * gdb.base/compare-sections.c: New file.
15353 * gdb.base/compare-sections.exp: New file.
15354
802e8e6d
PA
153552014-05-20 Pedro Alves <palves@redhat.com>
15356
15357 * gdb.base/break-idempotent.c: New file.
15358 * gdb.base/break-idempotent.exp: New file.
15359
e59fa00f
MM
153602014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15361
15362 * gdb.btrace/nohist.exp: New.
15363
8b696e31
YQ
153642014-05-20 Yao Qi <yao@codesourcery.com>
15365
15366 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15367 gdb.reverse directory and gdb_reverse_timeout exists in board
15368 setting.
15369 * README: Document gdb_reverse_timeout.
15370
73c9764f
YQ
153712014-05-20 Yao Qi <yao@codesourcery.com>
15372
15373 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15374 'test_file_name'. Treat args as a string instead of a list.
15375 (gdb_init): Rename argument 'args' by 'test_file_name'.
15376
f1f4348a
JK
153772014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15378
15379 * gdb.arch/powerpc-power.exp: New file.
15380 * gdb.arch/powerpc-power.s: New file.
15381
0dbe70ce
DE
153822014-05-16 Doug Evans <dje@google.com>
15383
15384 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15385 * gdb.base/completion.exp: Check that all expected files exist
15386 before doing file completion.
0dbe70ce 15387
8d551b02
DE
153882014-05-16 Doug Evans <dje@google.com>
15389
15390 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15391 Update.
15392 (do_syscall_tests_without_xml): Update.
15393
73eb7709
PA
153942014-05-16 Pedro Alves <palves@redhat.com>
15395
15396 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15397 instead of "unknown output after running".
15398
3fae92fc
YQ
153992014-05-16 Yao Qi <yao@codesourcery.com>
15400
15401 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15402 file1.txt from host at the end.
15403 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15404
c2b2ccc5
DE
154052014-05-15 Doug Evans <dje@google.com>
15406
15407 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15408 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15409 loading file. Add test for TU lookup.
15410
8c217a4b
SM
154112014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15412
15413 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15414 calling "-exec-arguments" or "set args" before running the
15415 inferior.
15416
3deb39c6
SM
154172014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15418
15419 * lib/mi-support.exp (mi_expect_stop): Expect message for
15420 inferiors that exit with non-zero exit code.
15421
71a79f8c
YQ
154222014-05-14 Yao Qi <yao@codesourcery.com>
15423
15424 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15425 match absolute path on remote host.
15426 (test_file_list_exec_source_files): Remove "/" from the
15427 pattern.
15428
f23fcd46
YQ
154292014-05-14 Yao Qi <yao@codesourcery.com>
15430
15431 * boards/local-remote-host-notty.exp (${board}_file): New
15432 proc.
15433
9404b58f
KM
154342014-05-07 Kyle McMartin <kyle@redhat.com>
15435
15436 Pushed by Joel Brobecker <brobecker@adacore.com>.
15437 * gdb.arch/aarch64-atomic-inst.c: New file.
15438 * gdb.arch/aarch64-atomic-inst.exp: New file.
15439
5e45f04c
YQ
154402014-05-07 Yao Qi <yao@codesourcery.com>
15441
15442 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15443 in current context" too.
15444
c888a17d
KS
154452014-05-05 Keith Seitz <keiths@redhat.com>
15446
15447 * gdb.linespec/ls-dollar.exp: Add test for linespec
15448 file:convenience_variable.
15449
290a839c
YQ
154502014-05-05 Yao Qi <yao@codesourcery.com>
15451
15452 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15453 traceframes into tfile and ctf trace files. Read data from
15454 trace file and test collected data.
15455 (gdb_collect_locals_test): Likewise.
15456 (gdb_unavailable_registers_test): Likewise.
15457 (gdb_unavailable_floats): Likewise.
15458 (gdb_collect_globals_test): Likewise.
15459 (top-level): Append "ctf" to trace_file_targets if GDB
15460 supports.
15461
b5262cd0
YQ
154622014-05-05 Yao Qi <yao@codesourcery.com>
15463
15464 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15465 code to ...
15466 (gdb_collect_args_test_1): ... it. New proc.
15467 (gdb_collect_locals_test): Move some code to ...
15468 (gdb_collect_locals_test_1): ... it. New proc.
15469 (gdb_unavailable_registers_test): Move some code to ...
15470 (gdb_unavailable_registers_test_1): ... it. New proc.
15471 (gdb_unavailable_floats): Move some code to ...
15472 (gdb_unavailable_floats_1): ... it. New proc.
15473
30a1e6cc
SDJ
154742014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15475
15476 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15477 probes to test for bitness recognition.
15478 * gdb.arch/amd64-stap-optional-prefix.exp
15479 (test_probe_value_without_reg): New procedure.
15480 Add code to test for different kinds of bitness.
15481
f33da99a
SDJ
154822014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15483
15484 PR breakpoints/16889
15485 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15486 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15487
5b80f00d
PA
154882014-05-01 Pedro Alves <palves@redhat.com>
15489
15490 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15491 gdb_file_cmd if no file is specified.
15492 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15493 last_loaded_file to set the remote exec-file.
15494
f8c2a73c
PA
154952014-05-01 Pedro Alves <palves@redhat.com>
15496
15497 * boards/local-remote-host.exp: New file.
15498
be6e8ac7
PA
154992014-05-01 Pedro Alves <palves@redhat.com>
15500
15501 * boards/local-remote-host.exp: Rename to ...
15502 * boards/local-remote-host-notty.exp: ... this.
15503
cac0dc8f
JB
155042014-04-28 Joel Brobecker <brobecker@adacore.com>
15505
15506 * gdb.ada/dyn_arrayidx: New testcase.
15507
9730e6cc
YQ
155082014-04-26 Yao Qi <yao@codesourcery.com>
15509
15510 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15511 and compute the length of function main. Save it in
15512 $main_length.
15513 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15514 (top-level): Use gdb_compile to compile objects into
15515 executable and restart GDB. Remove invocation to
15516 prepare_for_testing.
15517
7ae1a6a6
PA
155182014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15519 Pedro Alves <palves@redhat.com>
15520
15521 PR server/16255
15522 * gdb.multi/multi-attach.c: New file.
15523 * gdb.multi/multi-attach.exp: New file.
15524
4082afcc
PA
155252014-04-25 Pedro Alves <palves@redhat.com>
15526
15527 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15528 user.
15529 (top level): Test that "set remote conditional-breakpoints-packet
15530 off" works as intended.
15531 * gdb.base/dprintf.exp: Test that "set remote
15532 breakpoint-commands-packet off" works as intended.
15533 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15534 New function.
15535 (top level): Call it.
15536 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15537 remote fast-tracepoints-packet off" works as intended.
15538 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15539 * lib/gdb.exp (gdb_is_target_remote): ... here.
15540
2abc3f8d
DB
155412014-04-24 David Blaikie <dblaikie@gmail.com>
15542
15543 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15544 ensure clang would not discard them.
15545 * gdb.base/gdbvars.c: Ditto.
15546 * gdb.base/memattr.c: Ditto.
15547 * gdb.base/whatis.c: Ditto.
15548 * gdb.python/py-prettyprint.c: Ditto.
15549 * gdb.trace/actions.c: Ditto.
15550 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15551 ensure clang would not discard it.
15552
bfd39632
DB
155532014-04-24 David Blaikie <dblaikie@gmail.com>
15554
15555 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15556 clang to emit the full definition of type required by the test
15557 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15558
22842ff6
DB
155592014-04-24 David Blaikie <dblaikie@gmail.com>
15560
15561 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15562 coax Clang into emitting the definition of the type.
15563 * gdb.cp/pr10728-x.h (y): Ditto.
15564 * gdb.cp/pr10728-y.cc (y): Ditto.
15565
c2e827ad
DB
155662014-04-24 David Blaikie <dblaikie@gmail.com>
15567
15568 * gdb.base/label.exp: XFAIL label related tests under Clang.
15569 * gdb.cp/cplabel.exp: Ditto.
15570 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15571 under Clang those using labels.
15572
4c2d33e7
YQ
155732014-04-25 Yao Qi <yao@codesourcery.com>
15574
15575 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15576 double_label.
15577 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15578 partial_label and double_label.
15579
56083b99
DB
155802014-04-24 David Blaikie <dblaikie@gmail.com>
15581
15582 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15583
25d4e99d
DB
155842014-04-24 David Blaikie <dblaikie@gmail.com>
15585
15586 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15587 of the function to work across GCC and Clang.
15588 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15589 pointer types (const void ** const V void **).
15590
01f9f808
MS
155912014-04-24 Michael Sturm <michael.sturm@mintel.com>
15592 Walfred Tedeschi <walfred.tedeschi@intel.com>
15593
15594 * Makefile.in (EXECUTABLES): Added i386-avx512.
15595 * gdb.arch/i386-avx512.c: New file.
15596 * gdb.arch/i386-avx512.exp: Likewise.
15597
4b48d439
KS
155982014-04-23 Keith Seitz <keiths@redhat.com>
15599
15600 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15601 (mi_make_breakpoint_table): New procedure.
15602 (mi_create_breakpoint): Use mi_make_breakpoint
15603 and return the result.
15604 (mi_make_breakpoint): New procedure.
15605 (mi_build_kv_pairs): New procedure.
15606
15607 * gdb.mi/mi-break.exp: Remove unused globals,
15608 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15609 All callers updated.
15610 * gdb.mi/mi-dprintf.exp: Use variable to track command
15611 number.
15612 Update all callers of mi_create_breakpoint and use
15613 mi_make_breakpoint_table.
15614 Remove any unused global variables.
15615 * gdb.mi/mi-nonstop.exp: Likewise.
15616 * gdb.mi/mi-nsintrall.exp: Likewise.
15617 * gdb.mi/mi-nsmoribund.exp: Likewise.
15618 * gdb.mi/mi-nsthrexec.exp: Likewise.
15619 * gdb.mi/mi-reverse.exp: Likewise.
15620 * gdb.mi/mi-simplerun.exp: Likewise.
15621 * gdb.mi/mi-stepn.exp: Likewise.
15622 * gdb.mi/mi-syn-frame.exp: Likewise.
15623 * gdb.mi/mi-until.exp: Likewise.
15624 * gdb.mi/mi-var-cp.exp: Likewise.
15625 * gdb.mi/mi-var-display.exp: Likewise.
15626 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15627 * gdb.mi/mi2-var-child.exp: Likewise.
15628 * gdb.mi/mi-vla-c99.exp: Likewise.
15629 * lib/mi-support.exp: Likewise.
15630
15631 From Ian Lance Taylor <iant@cygnus.com>:
15632 * lib/gdb.exp (parse_args): New procedure.
15633
08351840
PA
156342014-04-23 Pedro Alves <palves@redhat.com>
15635
15636 * gdb.base/break-unload-file.c: New file.
15637 * gdb.base/break-unload-file.exp: New file.
15638 * gdb.base/sym-file-lib.c (baz): New function.
15639 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15640 field.
15641 (load): Store the segment's mapped size.
15642 (unload): New function.
15643 (unload_shlib): New function.
15644 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15645 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15646 set a breakpoint at baz, and call it.
15647 * gdb.base/sym-file.exp: New tests for stale breakpoint
15648 instructions.
15649
076855f9
PA
156502014-04-23 Pedro Alves <palves@redhat.com>
15651
15652 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15653 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15654 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15655 * gdb.base/hbreak-unmapped.c: New file.
15656 * gdb.base/hbreak-unmapped.exp: New file.
15657 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15658 * lib/gdb.exp (gdb_is_target_remote): ... here.
15659
483805cf
PA
156602014-04-22 Pedro Alves <palves@redhat.com>
15661
15662 * gdb.base/consecutive-step-over.c: New file.
15663 * gdb.base/consecutive-step-over.exp: New file.
15664
06d97543
PA
156652014-04-22 Pedro Alves <palves@redhat.com>
15666
15667 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15668 instead of send_gdb/gdb_expect.
15669
b4429ea2
YQ
156702014-04-22 Yao Qi <yao@codesourcery.com>
15671
15672 * lib/trace-support.exp (generate_tracefile): New procedure.
15673 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15674 return 0.
15675 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15676 if generate_tracefile returns 1.
15677
51d48146
PA
156782014-04-18 Tom Tromey <palves@redhat.com>
15679 Pedro alves <tromey@redhat.com>
15680
15681 PR backtrace/15558
15682 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15683 with a backtrace limit.
15684 * gdb.python/py-frame-inline.exp: Test running to an inline
15685 function with a backtrace limit, and printing the newest frame.
15686 * gdb.python/py-frame-inline.c (main): Call f.
15687
bd1dce5f
MS
156882014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15689
15690 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15691
40d1a503
MS
156922014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15693
15694 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15695 Drop prefix from unsupported source file path.
15696
389b98f7
YQ
156972014-04-17 Yao Qi <yao@codesourcery.com>
15698
15699 * lib/gdb.exp (with_target_charset): New proc.
15700 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15701 with_target_charset.
15702 (test_print_strings): Likewise.
15703 (test_repeat_bytes): Likewise.
15704 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15705 for some tests.
15706
22869d73
KS
157072014-04-16 Keith Seitz <keiths@redhat.com>
15708
15709 PR gdb/15827
15710 * gdb.dwarf2/corrupt.c: New file.
15711 * gdb.dwarf2/corrupt.exp: New file.
15712
c4f87ca6
KS
157132014-04-16 Keith Seitz <keiths@redhat.com>
15714
15715 PR c++/16597
15716 * gdb.cp/namelessclass.cc: New file.
15717 * gdb.cp/namelessclass.exp: New file.
15718 * gdb.cp/namelessclass.S: New file.
15719
ab19de87
DE
157202014-04-16 Doug Evans <dje@google.com>
15721
15722 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15723 Add comment.
15724 (gdbserver_default_get_comm_port): New function.
15725 (gdbserver_start): Check if board file provided
15726 "gdbserver,get_comm_port" and use it if so.
15727 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15728 (gdb,socketport): Set to "stdio".
15729 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15730 (stdio_gdbserver_template): Delete.
15731 (${board}_get_remote_address): Update.
15732 (${board}_build_remote_cmd): Delete.
15733 (${board}_get_comm_port): New function.
15734 (${board}_spawn): Update.
15735 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15736 Delete.
15737 (${board}_get_remote_address): Update.
15738 (${board}_get_comm_port): New function.
15739
fc98a809
AB
157402014-04-16 Andrew Burgess <aburgess@broadcom.com>
15741
15742 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15743 appearing in any order.
15744
87fd9e6e
DE
157452014-04-15 Doug Evans <dje@google.com>
15746
15747 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15748 uninitialized value of "description".
15749
099fc3ea
KS
157502014-04-15 Keith Seitz <keiths@redhat.com>
15751
15752 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15753 Remove unused globals.
15754 (test_running_the_program): Likewise.
15755 (test_controlled_execution): Likewise.
15756 (test_controlling_breakpoints): Likewise.
15757 (test_program_termination): Likewise.
15758
5da151d4
KS
157592014-04-15 Keith Seitz <keiths@redhat.com>
15760
15761 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15762 unused globals.
15763 (test_rbreak_creation_and_listing): Likewise.
15764 (test_ignore_count): Likewise.
15765 (test_error): Likewise.
15766
35e5d2f0
PA
157672014-04-15 Pedro Alves <palves@redhat.com>
15768
15769 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15770 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15771 sym-file-loader.c.
15772 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15773 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15774 to sym-file-loader.c.
15775 (struct library): Forward declare.
15776 (load_shlib, lookup_function): Change prototypes.
15777 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15778 (translate_offset): Remove declarations.
15779 (get_text_addr): New declaration.
15780 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15781 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15782 sym-file-loader.h.
15783 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15784 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15785 here from sym-file-loader.h.
15786 (struct library): New structure.
15787 (load_shlib, lookup_function): Change prototypes and adjust to
15788 work with a struct library.
15789 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15790 (translate_offset): Make static.
15791 (get_text_addr): New function.
15792 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15793
eb4c1710
PA
157942014-04-15 Pedro Alves <palves@redhat.com>
15795
15796 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15797
2d1baf52
PA
157982014-04-15 Pedro Alves <palves@redhat.com>
15799
15800 * gdb.base/sym-file-loader.c: Include <limits.h>.
15801 (SELF_LINK): New define.
15802 (get_origin): New function.
15803 (load_shlib): Use it.
15804 * gdb.base/sym-file.exp: Don't early return if the target is
15805 remote. Use runto_main, and issue fail is that fails. Use
15806 gdb_load_shlibs.
15807 (shlib_name): Delete.
15808 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15809
7dd6df01
PA
158102014-04-15 Pedro Alves <palves@redhat.com>
15811
15812 * gdb.base/sym-file.exp: Remove regex characters from test
15813 message. Don't refer to breakpoint numbers in test messages.
15814
b50c8614
KS
158152014-04-14 Keith Seitz <keiths@redhat.com>
15816
15817 PR c++/16253
15818 * gdb.cp/var-tag.cc: New file.
15819 * gdb.cp/var-tag.exp: New file.
15820 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15821 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15822 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15823 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15824
3d567982
TT
158252014-04-14 Tom Tromey <tromey@redhat.com>
15826
15827 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15828 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15829 type.
15830 * gdb.cp/enum-class.exp: New file.
15831 * gdb.cp/enum-class.cc: New file.
15832
0626fc76
TT
158332014-04-14 Tom Tromey <tromey@redhat.com>
15834
15835 * gdb.dwarf2/enum-type.exp: New file.
15836
dca325b3
SA
158372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15838
15839 * gdb.mi/mi-vla-c99.exp: New file.
15840 * gdb.mi/vla.c: New file.
15841
5854b38a
SA
158422014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15843
15844 * gdb.base/vla-datatypes.c: New file.
15845 * gdb.base/vla-datatypes.exp: New file.
15846
463bb957
SA
158472014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15848
15849 * gdb.base/vla-ptr.c: New file.
15850 * gdb.base/vla-ptr.exp: New file.
15851
3dd170be
SA
158522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15853
15854 * gdb.dwarf2/count.exp: New file.
15855
5ecaaa66
SA
158562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15857
15858 * gdb.base/vla-sideeffect.c: New file.
15859 * gdb.base/vla-sideeffect.exp: New file.
15860
41f1ada5
DB
158612014-04-14 David Blaikie <dblaikie@gmail.com>
15862
15863 * gdb.mi/non-stop.c: Add return value for non-void function return
15864 statement.
15865 * gdb.threads/staticthreads.c: Ditto.
15866
0be03e84
DE
158672014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15868 Doug Evans <xdje42@gmail.com>
15869
15870 * gdb.guile/scm-value.c: Improve test case.
15871 * gdb.guile/scm-value.exp: Add new test.
15872
f180a1fb
DB
158732014-04-11 David Blaikie <dblaikie@gmail.com>
15874
15875 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15876 override Clang's default.
15877
6b662e19
JB
158782014-04-11 Joel Brobecker <brobecker@adacore.com>
15879
15880 Revert the following changes (regressions):
15881
15882 * gdb.base/vla-sideeffect.c: New file.
15883 * gdb.base/vla-sideeffect.exp: New file.
15884
15885 * gdb.dwarf2/count.exp: New file.
15886
15887 * gdb.base/vla-multi.c: New file.
15888 * gdb.base/vla-multi.exp: New file.
15889
15890 * gdb.base/vla-ptr.c: New file.
15891 * gdb.base/vla-ptr.exp: New file.
15892
15893 * gdb.base/vla-datatypes.c: New file.
15894 * gdb.base/vla-datatypes.exp: New file.
15895
15896 * gdb.mi/mi-vla-c99.exp: New file.
15897 * gdb.mi/vla.c: New file.
15898
245a5f0b
KS
158992014-04-11 Keith Seitz <keiths@redhat.com>
15900
15901 PR c++/16675
15902 * gdb.cp/cpsizeof.exp: New file.
15903 * gdb.cp/cpsizeof.cc: New file.
15904
58a84dcf
SA
159052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15906
191a8a90
JB
15907 * gdb.mi/mi-vla-c99.exp: New file.
15908 * gdb.mi/vla.c: New file.
58a84dcf 15909
c8655f75
SA
159102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15911
15912 * gdb.base/vla-datatypes.c: New file.
15913 * gdb.base/vla-datatypes.exp: New file.
15914
024e13b4
SA
159152014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15916
15917 * gdb.base/vla-ptr.c: New file.
15918 * gdb.base/vla-ptr.exp: New file.
15919
1a237e0e
SA
159202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15921
15922 * gdb.base/vla-multi.c: New file.
15923 * gdb.base/vla-multi.exp: New file.
15924
504f3432
SA
159252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15926
15927 * gdb.dwarf2/count.exp: New file.
15928
3bce8237
SA
159292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15930
191a8a90
JB
15931 * gdb.base/vla-sideeffect.c: New file.
15932 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 15933
322f9c21
YQ
159342014-04-11 Yao Qi <yao@codesourcery.com>
15935
15936 * gdb.base/completion.exp: Check file exists before running tests
15937 on file completion.
15938
d708bcd1
PA
159392014-04-10 Pedro Alves <palves@redhat.com>
15940
15941 * gdb.base/cond-eval-mode.c: New file.
15942 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15943 prepare_for_testing to build the new file. Check result of
15944 runto_main.
15945 (test_break, test_watch): New procedures.
15946 (top level): Use them.
15947
ae1d2761
PM
159482014-04-08 Pierre Muller <muller@sourceware.org>
15949
15950 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15951 Ctrl-V use for mingw hosts.
15952
7af389b8
SC
159532014-04-07 Siva Chandra Reddy <sivachandra@google.com>
15954
15955 * gdb.python/py-value.c: Improve test case.
15956 * gdb.python/py-value.exp: Add new test.
15957
5e703181
DE
159582014-04-07 David Blaikie <dblaikie@gmail.com>
15959
15960 * lib/compiler.c: Identify the clang compiler.
15961 * lib/compiler.cc: Ditto.
15962
9810b410
YQ
159632014-04-03 Yao Qi <yao@codesourcery.com>
15964
15965 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15966
98d1b8dc
AB
159672014-04-01 Anton Blanchard <anton@samba.org>
15968
15969 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
15970 messages unique.
15971
3114cea1
AB
159722014-04-01 Anton Blanchard <anton@samba.org>
15973
15974 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15975 prepare_for_testing.
15976
62f7182c
AB
159772014-04-01 Anton Blanchard <anton@samba.org>
15978
15979 * gdb.arch/ppc64-atomic-inst.c: Remove.
15980 * gdb.arch/ppc64-atomic-inst.S: New file.
15981 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15982
770e7fc7
DE
159832014-03-31 Doug Evans <dje@google.com>
15984
15985 * gdb.base/print-symbol-loading-lib.c: New file.
15986 * gdb.base/print-symbol-loading-main.c: New file.
15987 * gdb.base/print-symbol-loading.exp: New file.
15988
46e2bafa
YQ
159892014-03-31 Yao Qi <yao@codesourcery.com>
15990
15991 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15992
8776cfe9
JB
159932014-03-28 Joel Brobecker <brobecker@adacore.com>
15994
15995 * gdb.ada/mi_dyn_arr: New testcase.
15996
5d1ef361
DE
159972014-03-27 Doug Evans <dje@google.com>
15998
15999 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16000
b5bee914
YQ
160012014-03-27 Yao Qi <yao@codesourcery.com>
16002
16003 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16004 if target is nios2-*-*.
16005
0d4d0e77
YQ
160062014-03-26 Yao Qi <yao@codesourcery.com>
16007
16008 * lib/gdb.exp (readline_is_used): New proc.
16009 * gdb.base/completion.exp: Move tests on command complete up.
16010 Skip the rest of tests if readline is not used.
16011 * gdb.ada/complete.exp: Skp the test if readline is not
16012 used.
16013 * gdb.base/filesym.exp: Likewise.
16014 * gdb.base/macscp.exp: Likewise.
16015 * gdb.base/readline-ask.exp: Likewise.
16016 * gdb.base/readline.exp: Likewise.
16017 * gdb.python/py-cmd.exp: Likewise.
16018 * gdb.trace/tfile.exp: Likewise.
16019
29361eee
YQ
160202014-03-26 Yao Qi <yao@codesourcery.com>
16021
16022 * gdb.base/macscp.exp: Fix code format issues.
16023
bc9a5525
UW
160242014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16025
16026 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16027 * gdb.asm/powerpc64le.inc: New file.
16028
d3839ede
PA
160292014-03-25 Pedro Alves <palves@redhat.com>
16030 Doug Evans <dje@google.com>
16031
16032 * gdb.base/source-execution.c: New file.
16033 * gdb.base/source-execution.exp: New file.
16034 * gdb.base/source-execution.gdb: New file.
16035
01672a57
DE
160362014-03-24 Doug Evans <dje@google.com>
16037
16038 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16039 using fission.
16040
88bbeca9
HZ
160412014-03-24 Hui Zhu <hui@codesourcery.com>
16042 Pedro Alves <palves@redhat.com>
16043
16044 PR breakpoints/16101
16045 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16046 test pass/fail messages. Detect missing support for dprintf when
16047 breakpoints are actually inserted.
16048 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16049 breakpoints are actually inserted.
16050 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16051 fails.
16052
d2348791
JK
160532014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16054
16055 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16056
feef67ab
DE
160572014-03-22 Doug Evans <xdje42@gmail.com>
16058
16059 * gdb.python/python.exp (python not supported): Verify multi-line
16060 python command issues an error.
25d743f9 16061 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16062 guile command issues an error.
feef67ab 16063
ecebef6a
MR
160642014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16065
16066 * gdb.threads/thread-specific.exp: Handle the lack of usable
16067 $this_breakpoint and $this_thread.
16068
ccdd1909
HZ
160692014-03-21 Hui Zhu <hui@codesourcery.com>
16070
16071 * gdb.base/attach.exp (do_command_attach_tests): New.
16072
beb460e8
PA
160732014-03-20 Tom Tromey <tromey@redhat.com>
16074 Pedro Alves <palves@redhat.com>
16075
16076 PR cli/15718
16077 * gdb.base/condbreak-call-false.c: New file.
16078 * gdb.base/condbreak-call-false.exp: New file.
16079
40acf43a
PA
160802014-03-20 Pedro Alves <palves@redhat.com>
16081
16082 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16083 Delete.
16084 (block_signals, unblock_signals): Delete.
16085 (child_function_2, main): Remove references to deleted variable
16086 and functions.
16087
9f5e1e02
PA
160882014-03-20 Pedro Alves <palves@redhat.com>
16089
16090 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16091 Use pthread_kill to signal thread 2.
16092 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16093 Adjust to make the test send itself a signal rather than using the
16094 host's "kill" command.
16095
99619bea
PA
160962014-03-20 Pedro Alves <palves@redhat.com>
16097
16098 * gdb.threads/multiple-step-overs.c: New file.
16099 * gdb.threads/multiple-step-overs.exp: New file.
16100 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16101 Adjust expected infrun debug output.
16102
2adfaa28
PA
161032014-03-20 Pedro Alves <palves@redhat.com>
16104
16105 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16106 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16107
31e77af2
PA
161082014-03-20 Pedro Alves <palves@redhat.com>
16109
16110 PR breakpoints/7143
16111 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16112 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16113 of gdb_test_multiple.
16114 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16115 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16116
b9f437de
PA
161172014-03-20 Pedro Alves <palves@redhat.com>
16118
16119 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16120 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16121
05adc73e
PA
161222014-03-19 Pedro Alves <palves@redhat.com>
16123
16124 * gdb.base/async.exp: Remove early return.
16125
6048b950
PA
161262014-03-19 Pedro Alves <palves@redhat.com>
16127
16128 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16129
8bcfb00a
PA
161302014-03-19 Pedro Alves <palves@redhat.com>
16131
16132 * gdb.base/async.exp (test_background): Expect \r\n after
16133 "completed." in the fail pattern.
16134
884e37dc
PA
161352014-03-19 Pedro Alves <palves@redhat.com>
16136
16137 * gdb.base/async.exp (test_background): New procedure.
16138 Use it for all background execution command tests.
16139
148e57e2
PA
161402014-03-19 Pedro Alves <palves@redhat.com>
16141
16142 * gdb.base/async.exp: Use prepare_for_testing.
16143
f48088c7
PA
161442014-03-19 Pedro Alves <palves@redhat.com>
16145
16146 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16147 the same line.
16148
e2f6c966
PA
161492014-03-19 Pedro Alves <palves@redhat.com>
16150
16151 * gdb.base/async.c (main): Add "jump here" and "until here" line
16152 marker comments.
16153 * gdb.base/async.exp (jump_here): New global.
16154 (jump& test): Use it.
16155 (until_here): New global.
16156 (until& test): Use it.
16157
c30568d4
PA
161582014-03-19 Pedro Alves <palves@redhat.com>
16159
16160 * gdb.base/async.exp: Don't frob gdb_protocol.
16161
0172b6a7
DE
161622014-03-18 Doug Evans <xdje42@gmail.com>
16163
16164 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16165 Fix spelling of exec-done-display.
16166
06c868a8
JK
161672014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16168
16169 PR gdb/15358
16170 * gdb.base/gdb-sigterm.c: New file.
16171 * gdb.base/gdb-sigterm.exp: New file.
16172
0c7e1a46
PA
161732014-03-18 Pedro Alves <palves@redhat.com>
16174
16175 PR gdb/13860
16176 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16177 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16178 solib-event.
16179
f7c77d93
JB
161802014-03-17 Joel Brobecker <brobecker@adacore.com>
16181
16182 * gdb.ada/pckd_arr_ren: New testcase.
16183
5a1e8c7a
DE
161842014-03-13 Doug Evans <xdje42@gmail.com>
16185
16186 PR guile/16612
16187 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16188 collect after discarding symbols.
16189
350e1a76
DE
161902014-03-13 Ludovic Courtès <ludo@gnu.org>
16191 Doug Evans <xdje42@gmail.com>
16192
16193 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16194 to history survives a gc.
16195
a69900ae
PA
161962014-03-13 Pedro Alves <palves@redhat.com>
16197
16198 * gdb.base/default.exp: Don't test "target procfs".
16199
5db9f0bd
PA
162002014-03-13 Pedro Alves <palves@redhat.com>
16201
16202 * gdb.base/default.exp: Update "target child" and "target procfs"
16203 tests to not expect "Unix".
16204
b3ccfe11
TT
162052014-03-12 Tom Tromey <tromey@redhat.com>
16206
16207 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16208 New procs. Add target-async tests.
16209 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16210 Add target-async tests.
16211
646f4417
AA
162122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16213
16214 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16215 'func_start' and 'func_end' for the beginning and end of the
16216 function code, respectively.
16217 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16218 'func_end' instead of 'func' and 'main'.
16219
288c211f
AA
162202014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16221
16222 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16223 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16224 generate the debug info assembler source.
16225
e0c0f156
AA
162262014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16227
16228 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16229 * gdb.dwarf2/arr-subrange.exp: Likewise.
16230 * gdb.dwarf2/dwz.exp: Likewise.
16231 * gdb.dwarf2/method-ptr.exp: Likewise.
16232 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16233 * gdb.dwarf2/subrange.exp: Likewise.
16234 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16235 * gdb.dwarf2/implptrpiece.exp: Likewise.
16236 * gdb.dwarf2/nostaticblock.exp: Likewise.
16237
0e5c4555
AA
162382014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16239
16240 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16241 directory to absolute path name arguments.
16242
5ec18f2b
JG
162432014-03-10 Joel Brobecker <brobecker@adacore.com>
16244
16245 * gdb.ada/tagged_access: New testcase.
16246
847fc4f2
MM
162472014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16248
16249 * gdb.btrace/data.exp: Update expected output.
16250
cc3da688
YQ
162512014-03-06 Yao Qi <yao@codesourcery.com>
16252
16253 * gdb.trace/pr16508.exp: New file.
16254
0f26cec1
PA
162552014-03-05 Pedro Alves <palves@redhat.com>
16256
16257 PR gdb/16575
16258 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16259 procedure.
16260 (top level): Adjust to use it. Add tests that exercise breakpoint
16261 interaction with the code-cache.
16262
7a5a839f
LC
162632014-02-26 Ludovic Courtès <ludo@gnu.org>
16264
16265 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16266 test for 'history-append!'.
16267
31aa7e4e
JB
162682014-02-26 Joel Brobecker <brobecker@adacore.com>
16269
16270 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16271 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16272 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16273 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16274 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16275 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16276
1b588015
JB
162772014-02-26 Joel Brobecker <brobecker@adacore.com>
16278
16279 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16280 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16281 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16282
55426c9d
JB
162832014-02-26 Joel Brobecker <brobecker@adacore.com>
16284
16285 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16286
dc53a7ad
JB
162872014-02-26 Joel Brobecker <brobecker@adacore.com>
16288
16289 * gdb.dwarf2/arr-stride.c: New file.
16290 * gdb.dwarf2/arr-stride.exp: New file.
16291
12ab52e9
PA
162922014-02-26 Pedro Alves <palves@redhat.com>
16293
16294 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16295 that won't ever trigger. Make sure that GDB reports the correct
16296 breakpoint that caused the stop.
16297
849c862e
JK
162982014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16299
16300 PR gdb/16626
16301 * gdb.base/auto-load-script: New file.
16302 * gdb.base/auto-load.c: New file.
16303 * gdb.base/auto-load.exp: New file.
16304
71b7d793
JK
16305 PR gdb/16626
16306 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16307
e2f0d509
JK
163082014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16309
16310 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16311 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16312
50cc37c8
DE
163132014-02-24 Doug Evans <dje@google.com>
16314
16315 * lib/gdb.exp (run_on_host): Log error output if program fails.
16316
ea4758f2
PA
163172014-02-21 Pedro Alves <palves@redhat.com>
16318
16319 * gdb.threads/step-after-sr-lock.c: Rename to ...
16320 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16321 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16322 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16323 ... this.
16324
d7b30f67
SDJ
163252014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16326
16327 PR tdep/16397
16328 * gdb.arch/amd64-stap-special-operands.exp: New file.
16329 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16330 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16331 * gdb.arch/amd64-stap-triplet.S: Likewise.
16332 * gdb.arch/amd64-stap-triplet.c: Likewise.
16333
83deb43f
JB
163342014-02-20 Joel Brobecker <brobecker@adacore.com>
16335
16336 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16337 in .section pseudo-op.
16338
adde2bff
DE
163392014-02-20 lin zuojian <manjian2006@gmail.com>
16340 Joel Brobecker <brobecker@adacore.com>
16341 Doug Evans <xdje42@gmail.com>
16342
16343 PR symtab/16581
16344 * gdb.dwarf2/dw2-icycle.S: New file.
16345 * gdb.dwarf2/dw2-icycle.c: New file.
16346 * gdb.dwarf2/dw2-icycle.exp: New file.
16347
f7bd0f78
SC
163482014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16349
16350 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16351 operations on gdb.Value objects.
16352 * gdb.python/py-value-cc.exp: Add new test to test operations on
16353 gdb.Value objects.
16354
c17ef0d5
DE
163552014-02-18 Doug Evans <dje@google.com>
16356
16357 * Makefile.in (TESTS): New variable.
16358 (expanded_tests, expanded_tests_or_none): New variables
16359 (check-single): Pass $(expanded_tests_or_none) to runtest.
16360 (check-parallel): Only run tests in $(TESTS) if non-empty.
16361 (check/no-matching-tests-found): New rule.
16362 * README: Document TESTS makefile variable.
16363
5dd3176f
DE
163642014-02-18 Doug Evans <dje@google.com>
16365
16366 * Makefile.in (check-parallel): rm -rf outputs temp.
16367
0b10be4f
JK
163682014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16369
16370 Fix "ERROR: no fileid for" in the testsuite.
16371 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16372
85f224e7
DE
163732014-02-12 Doug Evans <dje@google.com>
16374
16375 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16376 (MISCELLANEOUS): New variable.
16377 (clean): rm -rf $(MISCELLANEOUS).
16378 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16379 dwp live in the same directory as symlinks, with each symlink pointed
16380 to a differently named file in a different directory.
16381
149b30ff
DE
163822014-02-11 Doug Evans <dje@google.com>
16383
16384 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16385 of Tcl file commands.
16386
1dfdac32
MK
163872014-02-10 Mark Kettenis <kettenis@gnu.org>
16388
16389 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16390 "kill -SIGUSR1 -1".
16391
aa4fb036
JB
163922014-02-10 Joel Brobecker <brobecker@adacore.com>
16393
16394 * gdb.ada/tick_length_array_enum_idx: New testcase.
16395
ed3ef339
DE
163962014-02-10 Doug Evans <xdje42@gmail.com>
16397
16398 * configure.ac (AC_OUTPUT): Add gdb.guile.
16399 * configure: Regenerate.
16400 * lib/gdb-guile.exp: New file.
16401 * lib/gdb.exp (get_target_charset): New function.
16402 * gdb.base/help.exp: Update expected output from "apropos apropos".
16403 * gdb.guile/Makefile.in: New file.
16404 * gdb.guile/guile.exp: New file.
16405 * gdb.guile/scm-arch.c: New file.
16406 * gdb.guile/scm-arch.exp: New file.
16407 * gdb.guile/scm-block.c: New file.
16408 * gdb.guile/scm-block.exp: New file.
16409 * gdb.guile/scm-breakpoint.c: New file.
16410 * gdb.guile/scm-breakpoint.exp: New file.
16411 * gdb.guile/scm-disasm.c: New file.
16412 * gdb.guile/scm-disasm.exp: New file.
16413 * gdb.guile/scm-equal.c: New file.
16414 * gdb.guile/scm-equal.exp: New file.
16415 * gdb.guile/scm-error.exp: New file.
16416 * gdb.guile/scm-error.scm: New file.
16417 * gdb.guile/scm-frame-args.c: New file.
16418 * gdb.guile/scm-frame-args.exp: New file.
16419 * gdb.guile/scm-frame-args.scm: New file.
16420 * gdb.guile/scm-frame-inline.c: New file.
16421 * gdb.guile/scm-frame-inline.exp: New file.
16422 * gdb.guile/scm-frame.c: New file.
16423 * gdb.guile/scm-frame.exp: New file.
16424 * gdb.guile/scm-generics.exp: New file.
16425 * gdb.guile/scm-gsmob.exp: New file.
16426 * gdb.guile/scm-iterator.c: New file.
16427 * gdb.guile/scm-iterator.exp: New file.
16428 * gdb.guile/scm-math.c: New file.
16429 * gdb.guile/scm-math.exp: New file.
16430 * gdb.guile/scm-objfile-script-gdb.in: New file.
16431 * gdb.guile/scm-objfile-script.c: New file.
16432 * gdb.guile/scm-objfile-script.exp: New file.
16433 * gdb.guile/scm-objfile.c: New file.
16434 * gdb.guile/scm-objfile.exp: New file.
16435 * gdb.guile/scm-ports.exp: New file.
16436 * gdb.guile/scm-pretty-print.c: New file.
16437 * gdb.guile/scm-pretty-print.exp: New file.
16438 * gdb.guile/scm-pretty-print.scm: New file.
16439 * gdb.guile/scm-section-script.c: New file.
16440 * gdb.guile/scm-section-script.exp: New file.
16441 * gdb.guile/scm-section-script.scm: New file.
16442 * gdb.guile/scm-symbol.c: New file.
16443 * gdb.guile/scm-symbol.exp: New file.
16444 * gdb.guile/scm-symtab-2.c: New file.
16445 * gdb.guile/scm-symtab.c: New file.
16446 * gdb.guile/scm-symtab.exp: New file.
16447 * gdb.guile/scm-type.c: New file.
16448 * gdb.guile/scm-type.exp: New file.
16449 * gdb.guile/scm-value-cc.cc: New file.
16450 * gdb.guile/scm-value-cc.exp: New file.
16451 * gdb.guile/scm-value.c: New file.
16452 * gdb.guile/scm-value.exp: New file.
16453 * gdb.guile/source2.scm: New file.
16454 * gdb.guile/types-module.cc: New file.
16455 * gdb.guile/types-module.exp: New file.
16456
7026a7c1
YQ
164572014-02-10 Yao Qi <yao@codesourcery.com>
16458
16459 PR testsuite/16543
16460 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16461 * configure: Regenerated.
16462 * Makefile.in: New file.
16463
6c466447
AS
164642014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16465
16466 * gdb.python/py-framefilter.exp: Fix typo.
16467
6e854735
YQ
164682014-02-08 Yao Qi <yao@codesourcery.com>
16469
16470 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16471 that no =breakpoint-modified is emitted when breakpoints are
16472 modified through MI commands.
16473
d137e6dc
PA
164742014-02-07 Pedro Alves <pedro@codesourcery.com>
16475 Pedro Alves <palves@redhat.com>
16476
16477 * gdb.threads/step-after-sr-lock.c: New file.
16478 * gdb.threads/step-after-sr-lock.exp: New file.
16479
b5ee5a50
PA
164802014-02-07 Pedro Alves <palves@redhat.com>
16481
16482 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16483
3c77faf3
JK
164842014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16485
16486 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16487 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16488
6dddc817
DE
164892014-02-06 Doug Evans <xdje42@gmail.com>
16490
16491 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16492 output.
16493
16494 * gdb.gdb/python-interrupts.exp: New file.
16495
de7b2893
YQ
164962014-02-05 Yao Qi <yao@codesourcery.com>
16497
16498 * gdb.trace/report.exp (use_collected_data): Test the output
16499 of "info threads" and "info inferiors".
16500
66d032ac
YQ
165012014-02-05 Yao Qi <yao@codesourcery.com>
16502
16503 Revert this patch:
16504
16505 2013-05-24 Yao Qi <yao@codesourcery.com>
16506
16507 * gdb.trace/tfile.exp: Test inferior and thread.
16508
591a12a1
UW
165092014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16510
16511 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16512 on a function.
16513 * gdb.base/step-bt.c: Call hello via function pointer to make
16514 sure its first instruction is executed on powerpc64le-linux.
16515
0ff3e01f
UW
165162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16517
16518 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16519
084ee545
UW
165202014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16521
16522 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16523 of the test patterns for use on little-endian systems.
16524
6ed14ff3
UW
165252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16526
16527 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16528 (decimal_vector): Fix for little-endian.
16529
401e27fd
JM
165302014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16531
16532 * gdb.arch/sparc-sysstep.exp: New file.
16533 * gdb.arch/sparc-sysstep.c: Likewise.
16534
16535 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16536
8b924729
EBM
165372014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16538
16539 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16540
fb151210
JB
165412014-01-23 Tom Tromey <tromey@redhat.com>
16542
16543 * gdb.ada/array_char_idx: New testcase.
16544
0740f8d8
TT
165452014-01-23 Tom Tromey <tromey@redhat.com>
16546
16547 PR python/16487:
16548 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16549 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16550 classes.
16551
21909fa1
TT
165522014-01-23 Tom Tromey <tromey@redhat.com>
16553
16554 PR python/16491:
16555 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16556 string from an inferior frame.
16557 * gdb.python/py-framefilter-mi.exp: Update.
16558
87ce2a04
DE
165592014-01-22 Doug Evans <dje@google.com>
16560
16561 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16562
237b092b
AA
165632014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16564
16565 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16566
d674a709
AA
165672014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16568
16569 * gdb.trace/entry-values.exp: Remove excess space character from
16570 regex patterns. Handle s390 call instruction.
16571
20fa3390
AA
165722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16573
16574 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16575 define "*_start" label. Make "name" static.
16576 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16577 ${name} by references to ${name}_start.
16578
78466714
AA
165792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16580
16581 * gdb.base/info-macros.exp: Remove "debug" from the compile
16582 options.
16583
ec9f644a
IB
165842014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16585
16586 * gdb.dlang/demangle.exp: New file.
16587
94b1b47e
IB
165882014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16589
16590 * gdb.dlang/primitive-types.exp: New file.
16591
7f420862
IB
165922014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16593
16594 * configure.ac: Create gdb.dlang/Makefile.
16595 * configure: Regenerate.
16596 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16597 * gdb.dlang/Makefile.in: New file.
16598 * lib/d-support.exp: New file.
16599 * lib/gdb.exp (skip_d_tests): New proc.
16600
52834460
MM
166012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16602
16603 * gdb.btrace/delta.exp: Check reverse stepi.
16604 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16605 * gdb.btrace/finish.exp: New.
16606 * gdb.btrace/next.exp: New.
16607 * gdb.btrace/nexti.exp: New.
16608 * gdb.btrace/record_goto.c: Add comments.
16609 * gdb.btrace/step.exp: New.
16610 * gdb.btrace/stepi.exp: New.
16611 * gdb.btrace/multi-thread-step.c: New.
16612 * gdb.btrace/multi-thread-step.exp: New.
16613 * gdb.btrace/rn-dl-bind.c: New.
16614 * gdb.btrace/rn-dl-bind.exp: New.
16615 * gdb.btrace/data.c: New.
16616 * gdb.btrace/data.exp: New.
16617 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16618
6e07b1d2
MM
166192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16620
16621 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16622 * gdb.btrace/exception.exp: Update.
16623 * gdb.btrace/instruction_history.exp: Update.
16624 * gdb.btrace/record_goto.exp: Update.
16625 * gdb.btrace/tailcall.exp: Update.
16626 * gdb.btrace/unknown_functions.exp: Update.
16627 * gdb.btrace/delta.exp: New.
16628
0b722aec
MM
166292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16630
16631 * gdb.btrace/record_goto.exp: Add backtrace test.
16632 * gdb.btrace/tailcall.exp: Add backtrace test.
16633
066ce621
MM
166342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16635
16636 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16637 * gdb.btrace/record_goto.c: New.
16638 * gdb.btrace/record_goto.exp: New.
16639 * gdb.btrace/x86-record_goto.S: New.
16640
0688d04e
MM
166412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16642
16643 * gdb.btrace/function_call_history.exp: Update tests.
16644 * gdb.btrace/instruction_history.exp: Update tests.
16645
8710b709
MM
166462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16647
16648 * gdb.btrace/function_call_history.exp: Fix expected field
16649 order for "record function-call-history".
16650 Add new tests for "record function-call-history /c".
16651 * gdb.btrace/exception.cc: New.
16652 * gdb.btrace/exception.exp: New.
16653 * gdb.btrace/tailcall.exp: New.
16654 * gdb.btrace/x86-tailcall.S: New.
16655 * gdb.btrace/x86-tailcall.c: New.
16656 * gdb.btrace/unknown_functions.c: New.
16657 * gdb.btrace/unknown_functions.exp: New.
16658 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16659
5de9129b
MM
166602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16661
16662 * gdb.btrace/instruction_history.exp: Update.
16663 * gdb.btrace/function_call_history.exp: Update.
16664
23a7fe75
MM
166652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16666
16667 * gdb.btrace/function_call_history.exp: Fix expected function
16668 trace.
16669 * gdb.btrace/instruction_history.exp: Initialize traced.
16670 Remove traced_functions.
16671
724c7dd8
MM
166722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16673
16674 * gdb.btrace/function_call_history.exp: Update
16675 * gdb.btrace/instruction_history.exp: Update.
16676
6d78d93b
MM
166772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16678
16679 * gdb.btrace/enable.exp: Update expected text.
16680
93a360cc
OJ
166812014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16682
16683 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16684 bytes.
16685
3772b53f
MR
166862014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16687
16688 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16689
596662fa
OJ
166902014-01-15 Omair Javaid <omair.javaid@linaro.org>
16691
16692 * lib/gdb.exp (supports_process_record): Return true for
16693 arm*-linux*. (supports_reverse): Likewise.
16694
b5b08fb4
SC
166952014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16696
16697 PR python/15464
16698 PR python/16113
16699 * gdb.python/py-type.c: Enhance test case.
16700 * gdb.python/py-value-cc.cc: Likewise
16701 * gdb.python/py-type.exp: Add new tests.
16702 * gdb.python/py-value-cc.exp: Likewise
16703
52d7fb13
AA
167042014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16705 Pedro Alves <palves@redhat.com>
16706
16707 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16708 Make "name" extern.
16709 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16710 references to ${name}_start by references to ${name}.
16711
a2cd8cfe
JB
167122014-01-10 Joel Brobecker <brobecker@adacore.com>
16713
16714 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16715
4e23fced
JB
167162014-01-10 Joel Brobecker <brobecker@adacore.com>
16717
16718 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16719
c6a9e42c
PA
167202014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16721 Pedro Alves <palves@redhat.com>
16722
16723 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 16724 mi_gdb_target_load.
c6a9e42c 16725
b7ea362b
PA
167262014-01-08 Pedro Alves <palves@redhat.com>
16727
16728 * gdb.threads/reconnect-signal.c: New file.
16729 * gdb.threads/reconnect-signal.exp: New file.
16730
5e3f4fab
EBM
167312014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16732
16733 * gdb.base/source-dir.exp: New file.
16734
79301218
JB
167352014-01-07 Joel Brobecker <brobecker@adacore.com>
16736
16737 * gdb.ada/mi_interface: New testcase.
16738
8e355c5d
JB
167392014-01-07 Joel Brobecker <brobecker@adacore.com>
16740
16741 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16742 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16743 gdb.ada/pp-rec-component/pck.ads: New files.
16744
c0d48811
JB
167452014-01-07 Joel Brobecker <brobecker@adacore.com>
16746
16747 * gdb.python/py-pp-integral.c: New file.
16748 * gdb.python/py-pp-integral.py: New file.
16749 * gdb.python/py-pp-integral.exp: New file.
16750
17b609c3 16751For older changes see ChangeLog-1993-2013.
c906108c 16752\f
8d8cb839
EZ
16753;; Local Variables:
16754;; mode: change-log
16755;; left-margin: 8
16756;; fill-column: 74
16757;; version-control: never
16758;; End:
902f2ccb 16759
42a4f53d 16760 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
16761 Copying and distribution of this file, with or without modification,
16762 are permitted provided the copyright notice and this notice are preserved.