]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Fix access to uninitialized variable in fill_in_stop_func
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
128d6509
TV
12019-08-08 Tom de Vries <tdevries@suse.de>
2
3 PR testsuite/24862
4 * lib/tuiterm.exp (_accept): Fix CSI regexp.
5
590042fc
PW
62019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7
8 * gdb.base/style.exp: Update tests for help doc new invariants.
9 * gdb.base/help.exp: Likewise.
10
046bebe1
TT
112019-08-06 Tom Tromey <tom@tromey.com>
12
13 * gdb.base/style.exp: Add disassemble test.
14 * gdb.base/style.c (some_called_function): New function.
15 (main): Use it.
16
0b27c27d
CB
172019-08-05 Christian Biesinger <cbiesinger@google.com>
18
19 * gdb.python/py-block.exp: Test dictionary access on blocks.
20
580f1034
SM
212019-08-05 Simon Marchi <simon.marchi@efficios.com>
22
23 PR gdb/24863
24 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
25 -list-thread-groups --available test when running under
26 check-read1.
27
d86bd7cb
TV
282019-08-05 Tom de Vries <tdevries@suse.de>
29
30 PR testsuite/24863
31 * lib/gdb.exp (with_read1_timeout_factor): New proc.
32 * gdb.base/help.exp: Use with_read1_timeout_factor.
33 * gdb.base/info-macros.exp: Same.
34 * gdb.cp/nested-types.exp: Same.
35
a80cf5d8
TV
362019-08-05 Tom de Vries <tdevries@suse.de>
37
38 * lib/gdb.exp (version_at_least): Factor out of ...
39 (tcl_version_at_least): ... here.
40 (gdb_compile): Fail if pie results in non-PIE executable.
41 (readelf_version, readelf_prints_pie): New proc.
42 (exec_is_pie): Return -1 if unknown.
43
d0962838
TV
442019-08-05 Tom de Vries <tdevries@suse.de>
45
46 * lib/gdb.exp (tcl_version_at_least): Fix typo.
47
2252ff3d
SL
482019-08-04 Sandra Loosemore <sandra@codesourcery.com>
49
50 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
51
26655f53
SL
522019-08-04 Sandra Loosemore <sandra@codesourcery.com>
53
54 * lib/completion-support.exp (test_gdb_complete_none): Skip
55 tab completion tests if no readline support.
56 (test_gdb_complete_unique_re): Likewise.
57 (test_gdb_complete_multiple): Likewise.
58
db4dc13e
PW
592019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
60
61 * gdb.base/info_sources.exp: New file.
62 * gdb.base/info_sources.c: New file.
63 * gdb.base/info_sources_base.c: New file.
64
0eba165a
PFC
652019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
66
67 * gdb.base/batch-exit-status.exp: Call test_exit_status with
68 prefix argument.
69 (test_exit_status): Add prefix argument.
70
59bd512b
TV
712019-08-01 Tom de Vries <tdevries@suse.de>
72
73 PR testsuite/24863
74 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
75 calling exp_continue for new thread and thread exited messages.
76
2a3ad588
TV
772019-08-01 Tom de Vries <tdevries@suse.de>
78
79 PR testsuite/24863
80 * gdb.base/structs.exp: Fix check-read1 timeout using
81 gdb_test_sequence.
82 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
83
117eb594
TV
842019-08-01 Tom de Vries <tdevries@suse.de>
85
86 PR testsuite/24863
87 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
88 line.
89
ed591340
TV
902019-08-01 Tom de Vries <tdevries@suse.de>
91
92 PR testsuite/24863
93 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
94
aa3b6533
TT
952019-07-30 Tom Tromey <tromey@adacore.com>
96
97 * gdb.ada/display_nested.exp: New file.
98 * gdb.ada/display_nested/foo.adb: New file.
99 * gdb.ada/display_nested/pack.adb: New file.
100 * gdb.ada/display_nested/pack.ads: New file.
101
2906593f
CB
1022019-07-30 Christian Biesinger <cbiesinger@google.com>
103
104 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
105 namespace.
106 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
107
0f575925
TV
1082019-07-30 Tom de Vries <tdevries@suse.de>
109
110 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
111 instead.
112
b13057d9
TV
1132019-07-30 Tom de Vries <tdevries@suse.de>
114
115 PR testsuite/24834
116 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
117 (exec_is_pie): New proc.
118
5c4dde85
CB
1192019-07-29 Christian Biesinger <cbiesinger@google.com>
120
121 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
122
c620ed88
CB
1232019-07-29 Christian Biesinger <cbiesinger@google.com>
124
125 * gdb.python/py-objfile.c: Add global and static vars.
126 * gdb.python/py-objfile.exp: Test new functions Objfile.
127 lookup_global_symbol and lookup_static_symbol.
128
3d235706
TT
1292019-07-29 Tom Tromey <tom@tromey.com>
130
131 * lib/tuiterm.exp (Term::_csi_@): New proc.
132 (Term::_csi_X): Don't move cursor.
133
c7e4c0a6
PW
1342019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
135
136 * gdb.base/options.exp: Update backtrace - completion to
137 new option -frame-info.
138 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
139 Test new 'set print frame-info'. Test backtrace -frame-info
140 overriding 'set print frame-info'.
141 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
142 Test new 'set print frame-info'.
143 Verify consistency of backtrace with and without filters, with and
144 without -no-filters.
145 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
146 default.
147
de28a3b7
TV
1482019-07-29 Tom de Vries <tdevries@suse.de>
149
150 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
151 no arguments".
152
507dd60e
TV
1532019-07-29 Tom de Vries <tdevries@suse.de>
154
155 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
156 is a substring of the first for "complete non-unique file name".
157
5beafce9
TV
1582019-07-29 Tom de Vries <tdevries@suse.de>
159
160 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
161 with ".*".
162
2d274232
TV
1632019-07-29 Tom de Vries <tdevries@suse.de>
164
165 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
166 Pass prompt_regexp parameter to gdb_test_multiple calls.
167
9197cd8b
TV
1682019-07-29 Tom de Vries <tdevries@suse.de>
169
170 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
171 print registers" regexps.
172
b528dae0
TV
1732019-07-29 Tom de Vries <tdevries@suse.de>
174
175 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
176
d17725d7
TV
1772019-07-29 Tom de Vries <tdevries@suse.de>
178
179 PR gdb/24855
180 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
181 (skip_python_tests_prompt): Add prompt_regexp argument to
182 gdb_test_multiple calls.
183
52b75bf1
TT
1842019-07-27 Tom Tromey <tom@tromey.com>
185
186 * gdb.tui/main.exp: New file.
187
2b1d00c2
TT
1882019-07-27 Tom Tromey <tom@tromey.com>
189
190 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
191 optional.
192 * gdb.tui/empty.exp: New file.
193
ded631d5
TT
1942019-07-27 Tom Tromey <tom@tromey.com>
195
196 * lib/tuiterm.exp (spawn): New proc.
197 (Term::resize): New proc.
198 * gdb.tui/resize.exp: New file.
199
58ac439d
TT
2002019-07-27 Tom Tromey <tom@tromey.com>
201
202 * gdb.tui/list.exp: New file.
203
fe1f56ee
TT
2042019-07-27 Tom Tromey <tom@tromey.com>
205
206 * gdb.tui/regs.exp: New file.
207
f790b310
TT
2082019-07-27 Tom Tromey <tom@tromey.com>
209
210 * gdb.tui/basic.exp: Add "layout split" test.
211
d95fc6ee
TT
2122019-07-27 Tom Tromey <tom@tromey.com>
213
214 * gdb.tui/basic.exp: Add "layout asm" test.
215
c3786b3a
TT
2162019-07-27 Tom Tromey <tom@tromey.com>
217
218 * lib/tuiterm.exp: New file.
219 * gdb.tui/basic.exp: New file.
220
98a617f8
KB
2212019-07-27 Kevin Buettner <kevinb@redhat.com>
222
223 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
224 Enable tests associated with this flag. Adjust regex
225 referencing "foo_low" to now refer to "foo_cold" instead.
226
5c076da4
KB
2272019-07-27 Kevin Buettner <kevinb@redhat.com>
228
229 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
230 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
231 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
232 foo_cold. Revise comments to match.
233 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
234 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
235 were wrapped into this proc; Call do_test in loop from outermost
236 level.
237 (foo_low): Rename all occurrences to "foo_cold".
238 (backtrace from baz): New test.
239 (x2/i foo_cold): New test.
240 (info line *foo_cold): New test.
241
1512d3b7
TV
2422019-07-26 Tom de Vries <tdevries@suse.de>
243
244 * gdb.arch/i386-pkru.exp: Fix unterminated string.
245
297989a1
TV
2462019-07-25 Tom de Vries <tdevries@suse.de>
247
248 PR testsuite/24830
249 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
250 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
251 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
252 (skip_libstdcxx_probe_tests): ... here.
253 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
254
b3b965fb
TV
2552019-07-24 Tom de Vries <tdevries@suse.de>
256
257 PR testsuite/24807
258 * gdb.objc/basicclass.m: Include stdio.h.
259 * gdb.objc/nondebug.m: Same.
260 * gdb.objc/objcdecode.m: Same.
261
4625b4d0
TV
2622019-07-24 Tom de Vries <tdevries@suse.de>
263
264 PR testsuite/24612
265 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
266 additional_flags.
267
024a5840
TV
2682019-07-24 Tom de Vries <tdevries@suse.de>
269
270 PR testsuite/24831
271 * gdb.multi/tids.exp: Update error messages for info threads.
272
c76ddaa3
TV
2732019-07-24 Tom de Vries <tdevries@suse.de>
274
275 * gdb.base/info-types.exp: Allow info types to print info for more than
276 one file.
277
9a618ef6
TV
2782019-07-23 Tom de Vries <tdevries@suse.de>
279
280 PR testsuite/24842
281 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
282 gdb_spawn_with_cmdline_opts.
283
40eadf04
SP
2842019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
285
286 * gdb.arch/arm-cmse-sgstubs.c: New test.
287 * gdb.arch/arm-cmse-sgstubs.exp: New file.
288
5ba29434
TV
2892019-07-23 Tom de Vries <tdevries@suse.de>
290
291 PR testsuite/24711
292 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
293 issuing next command.
294
a8e9d247
AB
2952019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 * gdb.ada/info_auto_lang.exp: Update expected results.
298 * gdb.base/info-types.c: Add additional types to check.
299 * gdb.base/info-types.exp: Update expected results.
300
eb86c5e2
AB
3012019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 * gdb.base/info-types.c: New file.
304 * gdb.base/info-types.exp: New file.
305
01e175fe
AB
3062019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
307
308 * gdb.arch/riscv-bp-infcall.c: New file.
309 * gdb.arch/riscv-bp-infcall.exp: New file.
310
6b78c3f8
AB
3112019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 PR breakpoints/24541
314 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
315
da738167
TV
3162019-07-14 Tom de Vries <tdevries@suse.de>
317
318 PR testsuite/24760
319 * gdb.objc/basicclass.exp: Fix unterminated string.
320
0d4e84ed
AB
3212019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
322 Andrew Burgess <andrew.burgess@embecosm.com>
323
324 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
325 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
326 negative bounds.
327 * gdb.fortran/vla-value.exp: Print elements of an array with
328 negative bounds.
329 * gdb.fortran/vla.f90: Setup an array with negative bounds for
330 testing.
331
021d8588
AB
3322019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
333
334 * gdb.base/options.exp (expect_string): Dequote strings in
335 results.
336 (test-string): Test strings with different quoting and reindent.
337
f06f1252
TT
3382019-07-10 Tom Tromey <tromey@adacore.com>
339
340 * gdb.ada/mi_ex_cond.exp: Update expected results.
341 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
342 * gdb.ada/mi_catch_ex.exp: Update expected results.
343 * gdb.ada/mi_catch_assert.exp: Update expected results.
344 * gdb.ada/catch_ex.exp (catch_exception_info)
345 (catch_exception_entry, catch_assert_entry)
346 (catch_unhandled_entry): Update.
347 * gdb.ada/catch_assert_if.exp: Update expected results.
348
b863685d
RB
3492019-07-10 Richard Bunt <richard.bunt@arm.com>
350 Stephen Roberts <stephen.roberts@arm.com>
351
352 * gdb.base/define.exp: Restore original prompt.
353
cb1e4e32
PA
3542019-07-09 Pedro Alves <palves@redhat.com>
355
356 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
357 breakpoints" output.
358 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
359 * gdb.python/py-breakpoint.exp: No longer expect that "catch
360 throw" creates breakpoint.
361 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
362 'type="catchpoint"'.
363
b58a68fe
PA
3642019-07-09 Pedro Alves <palves@redhat.com>
365
366 PR c++/15468
367 * gdb.cp/except-multi-location-lib.cc: New.
368 * gdb.cp/except-multi-location-main.cc: New.
369 * gdb.cp/except-multi-location.exp: New.
370
0826779b
PW
3712019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
372
373 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
374 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
375 argument and update callers.
376
5b0e2db4
AB
3772019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
378
379 * gdb.arch/amd64-break-on-asm-line.S: New file.
380 * gdb.arch/amd64-break-on-asm-line.exp: New file.
381
1f6f6e21
PW
3822019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
383
384 * gdb.base/printcmds.exp: Test printing C string and
385 C wide string convenience vars without transiting via the inferior.
386 Also make test names unique.
387
ea142fbf
AH
3882019-07-08 Alan Hayward <alan.hayward@arm.com>
389
390 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
391
213fd9fa
PA
3922019-07-04 Pedro Alves <palves@redhat.com>
393
394 * lib/gdb.exp (foreach_with_prefix): Don't return early if
395 body returned ok(0), break(3) or continue(4).
396 * gdb.testsuite/foreach_with_prefix.exp: New file.
397
2b40fda7
AH
3982019-07-04 Alan Hayward <alan.hayward@arm.com>
399
400 * gdb.server/unittest.exp: Allow 0 unit tests to run.
401
a26c8de0
PA
4022019-07-03 Pedro Alves <palves@redhat.com>
403
404 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
405 "return -code".
406
5f4ba3e7
PA
4072019-07-03 Pedro Alves <palves@redhat.com>
408
409 PR cli/24732
410 * gdb.base/shell.exp: Load completion-support.exp.
411 Adjust expected error output. Add completion tests.
412
a994424f
PA
4132019-07-03 Pedro Alves <palves@redhat.com>
414
415 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
416 string_to_regexp.
417
3d9be6f5
PA
4182019-07-03 Pedro Alves <palves@redhat.com>
419
420 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
421 (expect_integer): Adjust to expect "-string".
422 (expect_string): New.
423 (all_options): Expect "-string".
424 (test-flag, test-boolean): Adjust to expect "-string".
425 (test-string): New proc.
426 (top level): Call it.
427
41fc454c
PA
4282019-07-03 Pedro Alves <palves@redhat.com>
429
430 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
431 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
432 the expected output in the success.
433
b2b2a215
PA
4342019-07-03 Pedro Alves <palves@redhat.com>
435
436 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
437 Split one gdb_test_multiple call in two to avoid a race.
438
fdbc9870
PA
4392019-07-03 Pedro Alves <palves@redhat.com>
440
441 * gdb.base/with.c: New file.
442 * gdb.base/with.exp: New file.
443
c6ac8931
PA
4442019-07-03 Pedro Alves <palves@redhat.com>
445
446 * gdb.base/settings.exp: Replace all references to "maint
447 test-settings set" with references to "maint set test-settings",
448 and all references to "maint test-settings show" with references
449 to "maint show test-settings".
450
970f9d09
PA
4512019-07-03 Pedro Alves <palves@redhat.com>
452
453 * gdb.base/settings.exp (test-string): Adjust expected out when
454 testing "maint test-settings show filename"
455
54d66006
PA
4562019-07-02 Pedro Alves <palves@redhat.com>
457
458 * gdb.base/options.exp (test-info-threads): New procedure.
459 (top level): Call it.
460
10d06d82
TT
4612019-06-28 Tom Tromey <tromey@adacore.com>
462
463 * gdb.dwarf2/ada-linkage-name.c: New file.
464 * gdb.dwarf2/ada-linkage-name.exp: New file.
465
3d507ff2
TT
4662019-06-27 Tom Tromey <tromey@adacore.com>
467
468 * gdb.cp/constexpr-field.exp: Use setup_xfail.
469
8af58ffe
TV
4702019-06-26 Tom de Vries <tdevries@suse.de>
471
472 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
473
22e21752
TV
4742019-06-26 Tom de Vries <tdevries@suse.de>
475
476 * gdb.base/index-cache.exp: Add back missing debug option.
477
b65b566c
PW
4782019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
479
480 * gdb.base/alias.exp: Test non matching/non existing prefixes.
481
5c2c8c69
TV
4822019-06-25 Tom de Vries <tdevries@suse.de>
483
484 PR testsuite/24727
485 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
486
164e3873
TV
4872019-06-24 Tom de Vries <tdevries@suse.de>
488
489 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
490
824eacee
TV
4912019-06-24 Tom de Vries <tdevries@suse.de>
492
493 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
494 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
495 * gdb.trace/unavailable-dwarf-piece.exp: Same.
496
385b97d3
TV
4972019-06-24 Tom de Vries <tdevries@suse.de>
498
499 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
500
c596f180
TV
5012019-06-21 Tom de Vries <tdevries@suse.de>
502
503 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
504
b13a7d03
TV
5052019-06-21 Tom de Vries <tdevries@suse.de>
506
507 PR testsuite/24518
508 PR ada/24713
509 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
510 index.
511
899277ae
TT
5122019-06-19 Tom Tromey <tromey@adacore.com>
513
514 * gdb.ada/length_cond.exp: Add intro comment.
515
680e1bee
TT
5162019-06-19 Tom Tromey <tromey@adacore.com>
517
518 * gdb.ada/length_cond.exp: New file.
519 * gdb.ada/length_cond/length_cond.adb: New file.
520 * gdb.ada/length_cond/pck.adb: New file.
521 * gdb.ada/length_cond/pck.ads: New file.
522
0ed4690a
TV
5232019-06-18 Tom de Vries <tdevries@suse.de>
524
525 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
526
d20ed5fd
TT
5272019-06-18 Tom Tromey <tromey@adacore.com>
528
529 * gdb.base/list0.h: Add comment explaining control character.
530
86e04673
TV
5312019-06-18 Tom de Vries <tdevries@suse.de>
532
533 * boards/fission.exp: Break up long debug_flags line.
534
c4973306
SM
5352019-06-16 Tom de Vries <tdevries@suse.de>
536
537 PR gdb/24445
538 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
539 generated index.
540
93cb9841
AB
5412019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
542
543 PR gdb/24686
544 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
545 improve detection of bug gdb/24541.
546
399aaebd
SM
5472019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
548
549 PR gdb/24669
550 * gdb.base/index-cache.exp (uses_readnow,
551 expecting_index_cache_use): Define global variable.
552 (test_cache_enabled_miss, test_cache_enabled_hit): Use
553 expecting_index_cache_use.
554
584a927c
AB
5552019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
556 Andrew Burgess <andrew.burgess@embecosm.com>
557
558 * gdb.fortran/pointers.f90: New file.
559 * gdb.fortran/print_type.exp: New file.
560 * gdb.fortran/vla-ptype.exp: Adapt expected results.
561 * gdb.fortran/vla-type.exp: Likewise.
562 * gdb.fortran/vla-value.exp: Likewise.
563 * gdb.mi/mi-vla-fortran.exp: Likewise.
564
30056ea0
AB
5652019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
566
567 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
568 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
569 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
570 as a stop reason.
571
ec8e2b6d
AB
5722019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
573
574 * gdb.base/annota1.exp: Update expected results.
575 * gdb.cp/annota2.exp: Likewise.
576 * gdb.cp/annota3.exp: Likewise.
577
09e4c4e1
AB
5782019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
579
580 * gdb.base/style-logging.exp: Remove path from test name.
581
0735b091
TT
5822019-06-14 Tom Tromey <tromey@adacore.com>
583
584 PR gdb/24502:
585 * gdb.base/style-logging.exp: New file.
586
f5686554
TT
5872019-06-14 Tom Tromey <tromey@adacore.com>
588
589 * gdb.base/symfile-warn.exp: New file.
590 * gdb.base/symfile-warn.c: New file.
591
a0c1ffed
TT
5922019-06-14 Tom Tromey <tromey@adacore.com>
593
594 * gdb.base/annotate-symlink.exp: New file.
595
f411722c
TT
5962019-06-14 Tom Tromey <tromey@adacore.com>
597
598 * gdb.ada/set_wstr.exp: Add reassignment test.
599
4268ec18
TT
6002019-06-14 Tom Tromey <tromey@adacore.com>
601
602 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
603 'unchecked_access and 'unrestricted_access as well.
604
9a9e394b
TT
6052019-06-14 Tom Tromey <tromey@adacore.com>
606
607 PR ada/24539:
608 * gdb.ada/vla.exp: Update tests.
609 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
610 pragma.
611
4c048731
PA
6122019-06-13 Pedro Alves <palves@redhat.com>
613
614 * gdb.base/settings.exp (test-integer): Test junk after
615 "unlimited".
616
6665660a
PA
6172019-06-13 Pedro Alves <palves@redhat.com>
618
619 * gdb.base/options.exp (test-thread-apply): New.
620 (top level): Call it.
621
5d707134
PA
6222019-06-13 Pedro Alves <palves@redhat.com>
623
624 * gdb.base/options.exp (test-frame-apply): New.
625 (top level): Test print commands with different "frame apply"
626 prefixes.
627
e2a689da
PA
6282019-06-13 Pedro Alves <palves@redhat.com>
629
e79be6e5 630 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
631 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
632 'max_completions' parameter and handle it.
633 (test_gdb_completion_offers_commands): New.
634
90a1ef87
PA
6352019-06-13 Pedro Alves <palves@redhat.com>
636
637 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
638
d4c16835
PA
6392019-06-13 Pedro Alves <palves@redhat.com>
640
641 * gdb.base/options.exp (test-backtrace): New.
642 (top level): Call it.
643
2daf894e
PA
6442019-06-13 Pedro Alves <palves@redhat.com>
645
646 * gdb.guile/scm-frame-args.exp: Use "set print
647 raw-frame-arguments" instead of "set print raw frame-arguments".
648 * gdb.python/py-frame-args.exp: Likewise.
649
e6ed716c
PA
6502019-06-13 Pedro Alves <palves@redhat.com>
651
652 * gdb.compile/compile.exp: Adjust expected output to option
653 processing changes.
654
7d8062de
PA
6552019-06-13 Pedro Alves <palves@redhat.com>
656
657 * gdb.base/options.exp: Build executable.
658 (test-print): New procedure.
659 (top level): Call it, once for "print" and another for "compile
660 print".
661
9d0faba9
PA
6622019-06-13 Pedro Alves <palves@redhat.com>
663
664 * gdb.base/options.c: New file.
665 * gdb.base/options.exp: New file.
666
dee7b4c8
PA
6672019-06-13 Pedro Alves <palves@redhat.com>
668
669 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
670 that "o" is ambiguous.
671
dca0f6c0
PA
6722019-06-13 Pedro Alves <palves@redhat.com>
673
674 * gdb.base/settings.c: New file.
675 * gdb.base/settings.exp: New file.
676
ccf46844
PA
6772019-06-13 Pedro Alves <palves@redhat.com>
678
679 * gdb.base/completion.exp: Fix comment typo.
680
b9a3f842
PA
6812019-06-13 Pedro Alves <palves@redhat.com>
682
683 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
684 foo --1" test.
685
d106773e
PA
6862019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
687
688 * gdb.fortran/block-data.f: New.
689 * gdb.fortran/block-data.exp: New.
690
fea82da0
TV
6912019-06-11 Tom de Vries <tdevries@suse.de>
692
693 PR testsuite/24521
694 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
695 message.
696
8c2e74f1
TV
6972019-06-11 Tom de Vries <tdevries@suse.de>
698
699 PR testsuite/24521
700 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
701
b49851c8
TV
7022019-06-11 Tom de Vries <tdevries@suse.de>
703
704 * boards/readnow.exp: New file.
705
a7067863
AB
7062019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
707
708 * gdb.fortran/vla-sizeof.exp: Update expected results.
709
1a3da2cd
AB
7102019-06-06 Amos Bird <amosbird@gmail.com>
711
712 * gdb.base/annota1.exp (thread_switch): Add test for
713 thread-exited annotation.
714
3847a7bf
TT
7152019-06-06 Tom Tromey <tromey@adacore.com>
716
717 * gdb.base/maint.exp: Expect command started/finished output.
718
0088ba59
AB
7192019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
720
721 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
722 comment.
723 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
724
312617a3
AB
7252019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
726
727 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
728 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
729 * gdb.arch/riscv-unwind-long-insn.c: New file.
730 * gdb.arch/riscv-unwind-long-insn.exp: New file.
731
e1f2e1a2
CB
7322019-06-04 Christian Biesinger <cbiesinger@google.com>
733
d3238f7d 734 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 735
206584bd
PW
7362019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
737
738 * lib/gdb.exp (help_list_trailer): New regexp variable
739 factorizing the help trailer message.
740 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
741 arg to allow to better factorize various tests.
742 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
743 (test_prefix_command_help): Use help_list_trailer.
744 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
745 * gdb.guile/scm-cmd.exp: Likewise.
746 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
747 * gdb.base/help.exp: Use test_user_defined_class_help.
748 * gdb.base/style.exp: Add tests for styling of help and apropos.
749 * lib/gdb-utils.exp (style): Add title and highlight styles.
750
708dc93e
PW
7512019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
752
753 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
754 $_shell_exitsignal.
755 * gdb.base/default.exp: Update for new convenience variables.
756
f49055a5
TT
7572019-05-29 Tom Tromey <tromey@adacore.com>
758
759 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
760 to "break complete ada" test case's regexp.
761
4330d61d
TT
7622019-05-29 Tom Tromey <tromey@adacore.com>
763
764 PR c++/20020:
765 * gdb.cp/constexpr-field.exp: New file.
766 * gdb.cp/constexpr-field.cc: New file.
767
000439d5
TT
7682019-05-29 Tom Tromey <tromey@adacore.com>
769
770 * gdb.base/finish.exp (finish_no_print): New proc.
771 (finish_tests): Call it.
772
5a01c34c
TV
7732019-05-24 Tom de Vries <tdevries@suse.de>
774
775 * gdb.dwarf2/gdb-add-index.exp: New file.
776
18125b16
TT
7772019-05-22 Tom Tromey <tromey@adacore.com>
778
779 * gdb.base/info-shared.exp (check_info_shared): Use "style".
780 * gdb.base/style.exp: Use "style".
781 * lib/gdb-utils.exp (style): New proc.
782
af1a8d03
TV
7832019-05-22 Tom de Vries <tdevries@suse.de>
784
785 * gdb.base/align.exp: Require c++11.
786
e7fe496b
TV
7872019-05-22 Tom de Vries <tdevries@suse.de>
788
789 PR testsuite/24586
790 * gdb.python/py-mi-var-info-path-expression.exp: Call
791 mi_skip_python_tests to check if python is supported.
792
8fca4da0
AH
7932019-05-22 Alan Hayward <alan.hayward@arm.com>
794
795 * gdb.arch/aarch64-pauth.c: New test.
796 * gdb.arch/aarch64-pauth.exp: New file.
797
b7060614
AH
7982019-05-22 Alan Hayward <alan.hayward@arm.com>
799
800 * README (Re-running Tests Outside The Testsuite): New section.
801
669d0468
TV
8022019-05-21 Tom de Vries <tdevries@suse.de>
803
804 * gdb.arch/amd64-eval.exp: Require c++11.
805 * gdb.base/max-depth.exp: Same.
806 * gdb.compile/compile-cplus-array-decay.exp: Same.
807 * gdb.cp/meth-typedefs.exp: Same.
808 * gdb.cp/subtypes.exp: Same.
809 * gdb.cp/temargs.exp: Same.
810
ce3ebcaa
AH
8112019-05-21 Alan Hayward <alan.hayward@arm.com>
812
813 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
814
34d11c68
AB
8152019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
816
817 PR gdb/18644
818 * gdb.fortran/complex.exp: Remove setup_kfail calls.
819 * gdb.fortran/printing-types.exp: Add new test.
820 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
821 testing.
822 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
823 setup_kfail call.
824
87781e84
AH
8252019-05-17 Alan Hayward <alan.hayward@arm.com>
826
827 * README (Running the Testsuite): Change example.
828 (Testsuite Parameters): Remove TRANSCRIPT.
829 * lib/gdb.exp: Remove TRANSCRIPT check.
830
b420b89e
AH
8312019-05-17 Alan Hayward <alan.hayward@arm.com>
832
833 * README (Testsuite Parameters): Add replay logging to
834 GDBSERVER_DEBUG.
835 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
836 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
837 as a comma separated list.
838 (gdb_debug_init): Override procedure.
839
408e9b8b
AH
8402019-05-17 Alan Hayward <alan.hayward@arm.com>
841
842 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
843 (gdb_write_cmd_file): New procedure.
844 * lib/gdbserver-support.exp (gdbserver_start): Call
845 gdbserver_write_cmd_file.
846 (gdbserver_write_cmd_file): New procedure.
847
f9e2e39d
AH
8482019-05-17 Alan Hayward <alan.hayward@arm.com>
849
850 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
851 (delete_breakpoints): Likewise.
852 (gdb_run_cmd): Likewise.
853 (gdb_start_cmd): Likewise.
854 (gdb_starti_cmd): Likewise.
855 (gdb_internal_error_resync): Likewise.
856 (gdb_test_multiple): Likewise.
857 (gdb_reinitialize_dir): Likewise.
858 (default_gdb_exit): Likewise.
859 (gdb_file_cmd): Mark kill as optional.
860 (default_gdb_start): Call gdb_stdin_log_init.
861 (send_gdb): Call gdb_stdin_log_write.
862 (rerun_to_main): Mark Y as an answer.
863 (gdb_stdin_log_init): New function.
864 (gdb_stdin_log_write): Likewise.
865
81f47ac2
AH
8662019-05-17 Alan Hayward <alan.hayward@arm.com>
867
868 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
869 * gdb.base/debug-expr.exp: Likewise.
870 * gdb.base/foll-fork.exp: Likewise.
871 * gdb.base/foll-vfork.exp: Likewise.
872 * gdb.base/fork-print-inferior-events.exp: Likewise.
873 * gdb.base/gdb-sigterm.exp: Likewise.
874 * gdb.base/gdbinit-history.exp: Likewise.
875 * gdb.base/osabi.exp: Likewise.
876 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
877 * gdb.base/ui-redirect.exp: Likewise.
878 * gdb.gdb/unittest.exp: Likewise.
879 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
880 * gdb.mi/mi-watch.exp: Likewise.
881 * gdb.mi/new-ui-mi-sync.exp: Likewise.
882 * gdb.mi/user-selected-context-sync.exp: Likewise.
883 * gdb.python/python.exp: Disable debug test when debugging.
884 * gdb.threads/check-libthread-db.exp: Disable when debugging.
885 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
886 Likewise.
887 * gdb.threads/stepi-random-signal.exp: Likewise.
888
29b52314
AH
8892019-05-17 Alan Hayward <alan.hayward@arm.com>
890
891 * Makefile.in: Pass through GDB_DEBUG.
892 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
893 (gdb,debug): Add board setting.
894 * lib/gdb.exp (default_gdb_start): Start debugging.
895 (gdb_debug_enabled): New procedure.
896 (gdb_debug_init): Likewise.
29b52314
AH
897
8982019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 899
29b52314
AH
900 * Makefile.in: Pass through GDB_DEBUG.
901 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
902 (gdb,debug): Add board setting.
903 * lib/gdb.exp (default_gdb_start): Start debugging.
904 (gdb_debug_enabled): New procedure.
905 (gdb_debug_init): Likewise.
29b52314 906
ca1285d1
AH
9072019-05-17 Alan Hayward <alan.hayward@arm.com>
908
909 * gdb.base/ui-redirect.exp: Add debug redirect tests.
910
f3a09c80
AH
9112019-05-17 Alan Hayward <alan.hayward@arm.com>
912
913 * gdb.base/ui-redirect.exp: Test redirection.
914
26648588
JV
9152019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
916
917 * gdb.mi/mi-complete.exp: New file.
918 * gdb.mi/mi-complete.cc: Likewise.
919
14237686
AB
9202019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
921
922 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
923 indexed and sliced arrays, and pointers to arrays.
924
e7bd7fba
TT
9252019-05-14 Tom Tromey <tromey@adacore.com>
926
927 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
928 styling test.
929
2764128d
TV
9302019-05-14 Tom de Vries <tdevries@suse.de>
931
932 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
933 selection entry encoding.
934
71bed2db
TT
9352019-05-10 Tom Tromey <tromey@adacore.com>
936
937 * gdb.ada/info_exc.exp: Add "complete" test.
938
63b667ad
TV
9392019-05-09 Tom de Vries <tdevries@suse.de>
940
941 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
942 CU-relative.
943
9cfd2b89
TV
9442019-05-09 Tom de Vries <tdevries@suse.de>
945
946 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
947 CU-relative.
948
2228ef77
XR
9492019-05-08 Joel Brobecker <brobecker@adacore.com>
950
951 * gdb.ada/frame_arg_lang.exp: New testcase.
952 * gdb.ada/frame_arg_lang/bla.adb: New file.
953 * gdb.ada/frame_arg_lang/pck.ads: New file.
954 * gdb.ada/frame_arg_lang/pck.adb: New file.
955 * gdb.ada/frame_arg_lang/foo.c: New file.
956
80e55b13
TT
9572019-05-08 Tom Tromey <tromey@adacore.com>
958
959 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
960
9d3421af
TT
9612019-05-08 Tom Tromey <tromey@adacore.com>
962
963 * gdb.base/ptype-offsets.exp: Update tests.
964
844333e2
TT
9652019-05-08 Tom Tromey <tromey@adacore.com>
966
967 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
968 cases.
969 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
970 "short".
971
988915ee
TT
9722019-05-08 Tom Tromey <tromey@adacore.com>
973
974 * gdb.ada/vla.exp: New file.
975 * gdb.ada/vla/vla.adb: New file.
976
7bd55dac
TV
9772019-05-07 Tom de Vries <tdevries@suse.de>
978
979 * gdb.base/index-cache.exp (ls_host): Fix return statement.
980
75f06e9d
TV
9812019-05-07 Tom de Vries <tdevries@suse.de>
982
983 PR testsuite/24522
984 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
985 section.
986
77e7aaa4
TV
9872019-05-07 Tom de Vries <tdevries@suse.de>
988
989 PR testsuite/24522
990 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
991 .debug_aranges section.
992
456ba0fa
TV
9932019-05-07 Tom de Vries <tdevries@suse.de>
994
995 PR testsuite/24159
996 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
997
5a56d6a6
TV
9982019-05-06 Tom de Vries <tdevries@suse.de>
999
1000 * lib/gdb.exp (exec_has_index_section): New proc.
1001 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1002 section.
1003
9d6d4be8
TV
10042019-05-04 Tom de Vries <tdevries@suse.de>
1005
1006 * boards/cc-with-debug-names.exp: New file.
1007
222a8d25
TT
10082019-05-03 Tom Tromey <tromey@adacore.com>
1009
1010 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1011 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1012 * gdb.ada/char_enum.exp: Add test.
1013
0fdfd794
TV
10142019-05-03 Tom de Vries <tdevries@suse.de>
1015
1016 * boards/cc-with-gdb-index.exp: New file.
1017
80062eb9
AB
10182019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1019
1020 * gdb.rust/simple.exp: Add new test case.
1021 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1022 (main): Initialise an instance of the new struct.
1023
4504bbde
TT
10242019-05-01 Tom Tromey <tromey@adacore.com>
1025
1026 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1027 record.
1028 (NPR): New variable.
1029 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1030 test.
1031
d48e62f4
TT
10322019-05-01 Tom Tromey <tromey@adacore.com>
1033
1034 * gdb.ada/packed_array_assign.exp: Add packed assignment
1035 regression test.
1036
f59f30f5
TV
10372019-05-01 Tom de Vries <tdevries@suse.de>
1038
1039 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1040
b70bfc54
TV
10412019-05-01 Tom de Vries <tdevries@suse.de>
1042
1043 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1044
15f18d14
AT
10452019-04-30 Ali Tamur <tamur@google.com>
1046
1047 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1048
2ff0a947
TT
10492019-04-30 Tom Tromey <tromey@adacore.com>
1050
1051 * lib/ada.exp (find_ada_tool): New proc.
1052 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1053 * gdb.ada/catch_ex_std.exp: New file.
1054 * gdb.ada/catch_ex_std/foo.adb: New file.
1055 * gdb.ada/catch_ex_std/some_package.adb: New file.
1056 * gdb.ada/catch_ex_std/some_package.ads: New file.
1057
a776957c
TT
10582019-04-30 Tom Tromey <tromey@adacore.com>
1059
1060 PR c++/24470:
1061 * gdb.cp/temargs.cc: Add test code from PR.
1062
bc68014d
AB
10632019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1064
1065 * gdb.fortran/vla-datatypes.exp: Update expected results.
1066 * gdb.fortran/vla-ptype.exp: Likewise.
1067 * gdb.fortran/vla-type.exp: Likewise.
1068 * gdb.fortran/vla-value.exp: Likewise.
1069
f1fdc960
AB
10702019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1071
1072 * gdb.fortran/ptr-indentation.exp: Update expected results.
1073 * gdb.fortran/ptype-on-functions.exp: Likewise.
1074 * gdb.fortran/vla-ptr-info.exp: Likewise.
1075 * gdb.fortran/vla-value.exp: Likewise.
1076
bf7a4de1
AB
10772019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1078
1079 * gdb.fortran/ptype-on-functions.exp: New file.
1080 * gdb.fortran/ptype-on-functions.f90: New file.
1081
bbe75b9d
AB
10822019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1083
1084 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1085 case void string.
1086
1db455a7
AB
10872019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1088
1089 * gdb.fortran/complex.exp: Expand.
1090 * gdb.fortran/complex.f: Renamed to...
1091 * gdb.fortran/complex.f90: ...this, and extended to add more
1092 complex values.
1093
b6d03bb2
AB
10942019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1095
1096 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1097 MODULO, CMPLX.
1098
2e62ab40
AB
10992019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1100 Richard Bunt <richard.bunt@arm.com>
1101
1102 * gdb.base/max-depth.c: New file.
1103 * gdb.base/max-depth.exp: New file.
1104 * gdb.python/py-nested-maps.c: New file.
1105 * gdb.python/py-nested-maps.exp: New file.
1106 * gdb.python/py-nested-maps.py: New file.
1107 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1108 (test_all_common): Call test_max_depth.
1109 * gdb.fortran/max-depth.exp: New file.
1110 * gdb.fortran/max-depth.f90: New file.
1111 * gdb.go/max-depth.exp: New file.
1112 * gdb.go/max-depth.go: New file.
1113 * gdb.modula2/max-depth.exp: New file.
1114 * gdb.modula2/max-depth.c: New file.
1115 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1116
d2b584a5
TV
11172019-04-29 Tom de Vries <tdevries@suse.de>
1118
1119 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1120
136afab8
PW
11212019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1122
1123 * gdb.base/callexit.exp: Test may-call-functions off.
1124
725cbb63
KS
11252019-04-25 Keith Seitz <keiths@redhat.com>
1126
1127 PR c++/24367
1128 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1129 (another_incomplete_struct, test_incomplete): New definitions.
1130 (main): Use new definitions.
1131 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1132 functions.
1133
82433e3e
SDJ
11342019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1135
1136 PR corefiles/11608
1137 PR corefiles/18187
1138 * gdb.base/coredump-filter-build-id.exp: New file.
1139
dd06d4d6
AH
11402019-04-25 Alan Hayward <alan.hayward@arm.com>
1141
e79be6e5
SM
1142 * Makefile.in: Pass through GDBSERVER_DEBUG.
1143 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1144 (gdbserver,debug): Add board setting.
1145 * gdb.trace/tspeed.exp: Skip when debugging.
1146 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1147 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1148
1670072e
TT
11492019-04-24 Tom Tromey <tromey@adacore.com>
1150
1151 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1152 Rust.
1153
a59240a4
TT
11542019-04-24 Tom Tromey <tromey@adacore.com>
1155
1156 * gdb.arch/amd64-eval.exp: Test bitfield return.
1157 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1158 (class Foo) <return_bitfields>: New method.
1159 (main): Call it.
1160
b907456c
AB
11612019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1162
1163 * gdb.cp/many-args.cc: New file.
1164 * gdb.cp/many-args.exp: New file.
1165
5c565afd
TV
11662019-04-23 Tom de Vries <tdevries@suse.de>
1167
1168 PR gdb/24433
1169 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1170
ba22ff86
AH
11712019-04-23 Alan Hayward <alan.hayward@arm.com>
1172
1173 * gdb.trace/backtrace.exp: Use nopie flag.
1174 * gdb.trace/circ.exp: Likewise.
1175 * gdb.trace/collection.exp: Likewise.
1176 * gdb.trace/ftrace.exp: Likewise.
1177 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1178 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1179 * gdb.trace/qtro.exp: Likewise.
1180 * gdb.trace/read-memory.exp: Likewise.
1181 * gdb.trace/report.exp: Likewise.
1182 * gdb.trace/tfile.exp: Likewise.
1183 * gdb.trace/tfind.exp: Likewise.
1184 * gdb.trace/unavailable.exp: Likewise.
1185
7905fc35
PA
11862019-04-22 Pedro Alves <palves@redhat.com>
1187
1188 * gdb.base/solib-probes-nosharedlibrary.c,
1189 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1190
8ecb59f8
TT
11912019-04-19 Tom Tromey <tromey@adacore.com>
1192
1193 * gdb.ada/ptype_union.c: New file.
1194 * gdb.ada/ptype_union.exp: New file.
1195
62160ec9
TT
11962019-04-19 Tom Tromey <tromey@adacore.com>
1197
1198 PR symtab/24423:
1199 * gdb.base/list0.h (foo): Add a control-l character.
1200
36cd4ba5
TV
12012019-04-18 Tom de Vries <tdevries@suse.de>
1202
1203 PR gdb/24433
1204 * boards/local-board.exp: Set sysroot to "".
1205
b73715df
TV
12062019-04-18 Tom de Vries <tdevries@suse.de>
1207 Pedro Alves <palves@redhat.com>
1208
1209 PR gdb/24454
1210 * gdb.threads/vfork-follow-child-exec.c: New file.
1211 * gdb.threads/vfork-follow-child-exec.exp: New file.
1212 * gdb.threads/vfork-follow-child-exit.c: New file.
1213 * gdb.threads/vfork-follow-child-exit.exp: New file.
1214
4aa866af
LS
12152019-04-15 Leszek Swirski <leszeks@google.com>
1216
1217 * gdb.arch/amd64-eval.cc: New file.
1218 * gdb.arch/amd64-eval.exp: New file.
1219
e5a1a79a
AH
12202019-04-11 Alan Hayward <alan.hayward@arm.com>
1221
1222 * gdb.server/sysroot.c: New test.
1223 * gdb.server/sysroot.exp: New file.
1224 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1225 matching param.
1226
41077b66
AB
12272019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1228
1229 * gdb.base/align.exp: Extend test to cover structures containing
1230 only static fields.
1231
c30391f8
TV
12322019-04-11 Tom de Vries <tdevries@suse.de>
1233
1234 * boards/cc-with-dwz-m.exp: New file.
1235 * boards/cc-with-dwz.exp: New file.
1236 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1237
e242fd12
SM
12382019-04-09 Simon Marchi <simon.marchi@efficios.com>
1239
1240 * gdb.base/start-cpp.exp: New file.
1241 * gdb.base/start-cpp.cc: New file.
1242
2b0c8b01
KB
12432019-04-08 Kevin Buettner <kevinb@redhat.com>
1244
1245 * gdb.python/py-thrhandle.exp: Adjust tests to call
1246 thread_from_handle instead of thread_from_thread_handle.
1247
947210e5
KB
12482019-04-08 Kevin Buettner <kevinb@redhat.com>
1249
1250 * gdb.python/py-thrhandle.exp: Add tests for
1251 gdb.InferiorThread.handle.
1252
d7df6549
AB
12532019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1254
1255 * gdb.python/py-function.exp: Check calling helper function from
1256 all languages.
1257 * lib/gdb.exp (gdb_supported_languages): New proc.
1258
8bdc1658
AB
12592019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1260
1261 * gdb.base/complex-parts.c: New file.
1262 * gdb.base/complex-parts.exp: New file.
1263
05caa1d2
TT
12642019-04-01 Tom Tromey <tromey@adacore.com>
1265
1266 PR symtab/23331:
1267 * gdb.dwarf2/dw2-ranges-main.c: New file.
1268 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1269 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1270
7734102d
EZ
12712019-03-30 Simon Marchi <simark@simark.ca>
1272
1273 * gdb.base/default.exp: Add values for $_gdb_major and
1274 $_gdb_minor.
1275
188e1fa9
TT
12762019-03-29 Tom Tromey <tromey@adacore.com>
1277
1278 * gdb.base/help.exp: Tighten apropos regexp.
1279
2880242d
KS
12802019-03-29 Keith Seitz <keiths@redhat.com>
1281
1282 * gdb.fortran/array-bounds.exp: New file.
1283 * gdb.fortran/array-bounds.f90: New file.
1284
077cad8e
PW
12852019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1286
1287 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1288
80047cfc
PW
12892019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1290
1291 * gdb.multi/hello.c (main): Increase alarm timer.
1292
f489207e
SL
12932019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1294
1295 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1296 factor when no hardware watchpoint support.
1297
c92df149
AH
12982019-03-28 Alan Hayward <alan.hayward@arm.com>
1299 Pedro Alves <palves@redhat.com>
1300
1301 * boards/local-board.exp: set sysroot to /.
1302
933aebfa
AH
13032019-03-27 Alan Hayward <alan.hayward@arm.com>
1304
1305 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1306 in child.
1307
9f9aa852
AB
13082019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1309
1310 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1311 field.
1312 (make_container): Initialise new field.
1313 * gdb.python/py-prettyprint.exp: Add new tests.
1314 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1315 <display_hint>: New method.
1316
3714a195
AB
13172019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1318
1319 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1320 gdb_continue_to_breakpoint more throughout this test.
1321 (run_lang_tests) Supply unique test names, and use
1322 gdb_test_no_output.
1323
18c77628
AB
13242019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1325
1326 * gdb.base/finish-pretty.exp: Update expected results.
1327 * gdb.base/pretty-print.c: New file.
1328 * gdb.base/pretty-print.exp: New file.
1329
9a93502f
PA
13302019-03-25 Pedro Alves <palves@redhat.com>
1331
1332 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1333 move comments outside list. Append '-i "" eof' section.
1334
968aa7ae
AH
13352019-03-22 Alan Hayward <alan.hayward@arm.com>
1336
1337 * README: Add pie options.
1338 * gdb.base/break-interp.exp: Ensure pie is disabled.
1339 * gdb.base/dump.exp: Likewise.
1340 * lib/gdb.exp (gdb_compile): Add pie option.
1341
4c7d57e7
TT
13422019-03-19 Tom Tromey <tromey@adacore.com>
1343
1344 * gdb.mi/mi2-cli-display.c: New file.
1345 * gdb.mi/mi2-cli-display.exp: New file.
1346
bff8c71f
TT
13472019-03-18 Joel Brobecker <brobecker@adacore.com>
1348 Tom Tromey <tromey@adacore.com>
1349
1350 * gdb.ada/ptype_array/pck.adb: New file.
1351 * gdb.ada/ptype_array/pck.ads: New file.
1352 * gdb.ada/ptype_array/foo.adb: New file.
1353 * gdb.ada/ptype_array.exp: New file.
1354
d085f989
TT
13552019-03-14 Tom Tromey <tromey@adacore.com>
1356
1357 * gdb.base/style.exp: Add "set style sources" test.
1358
b4be1b06
SM
13592019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1360
1361 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1362 * mi-breakpoint-multiple-locations.exp: ... this.
1363 (make_breakpoints_pattern): New proc.
1364 (do_test): Add mi_version parameter, test -break-insert,
1365 -break-info and =breakpoint-created.
1366
7cde5fc2
AB
13672019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1368
1369 * config/default.exp: Remove 'load_lib gdb.exp'.
1370 * config/monitor.exp: Likewise.
1371 * config/sid.exp: Likewise.
1372 * config/sim.exp: Likewise.
1373 * config/slite.exp: Likewise.
1374 * config/unix.exp: Likewise.
1375 * gdb.base/default.exp: Remove unhelpful comment.
1376
efbecbc1
AB
13772019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1378
1379 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1380
0841c79a
AB
13812019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1382
1383 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1384
4a270568
AB
13852019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * gdb.fortran/type-kinds.exp: Update expected results.
1388
067630bd
AB
13892019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1390
1391 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1392
3be47f7a
AB
13932019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1394
1395 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1396 function.
1397 (test_basic_parsing_of_type_kinds): Expand types tested.
1398 (test_parsing_invalid_type_kinds): New function.
1399
4d00f5d8
AB
14002019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1401
1402 * gdb.fortran/intrinsics.exp: New file.
1403 * gdb.fortran/intrinsics.f90: New file.
1404 * gdb.fortran/type-kinds.exp: New file.
1405
c8f91604
AB
14062019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1407
1408 * gdb.fortran/dot-ops.exp: New file.
1409
dd9f2c76
AB
14102019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1411
1412 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1413 Check upper and lower case logical literals.
1414
84ec9724
AB
14152019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1416
1417 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1418 Remove duplicate tests.
1419
c3734e09
AH
14202019-03-06 Alan Hayward <alan.hayward@arm.com>
1421
1422 * lib/gdb.exp (builtin_cd): rename of cd.
1423 (cd): Override builtin.
1424
aa3cfbda
RB
14252019-03-06 Richard Bunt <richard.bunt@arm.com>
1426
1427 * gdb.fortran/function-calls.exp: New file.
1428 * gdb.fortran/function-calls.f90: New test.
1429
7b63ad86
RB
14302019-03-04 Richard Bunt <richard.bunt@arm.com>
1431
1432 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1433 on user program standard output.
1434 * gdb.fortran/short-circuit-argument-list.f90: Record function
1435 calls.
1436
01abb042
AH
14372019-02-28 Alan Hayward <alan.hayward@arm.com>
1438
c3734e09
AH
1439 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1440 failure.
01abb042 1441
92137da0
RO
14422019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1443
1444 PR gdb/8527
1445 * gdb.base/interrupt-daemon-attach.c,
1446 gdb.base/interrupt-daemon-attach.exp: New test.
1447
5862844d
PA
14482019-02-27 Pedro Alves <palves@redhat.com>
1449
1450 * gdb.base/page.exp: Add tests for "set width/height -1".
1451
8ed25214
PA
14522019-02-27 Pedro Alves <palves@redhat.com>
1453
1454 * gdb.base/page.exp: Add tests for "set/show width/height" with
1455 "infinite" values.
1456
6c28e44a
TT
14572019-02-27 Tom Tromey <tromey@adacore.com>
1458
1459 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1460 2.4.
1461 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1462 workaround.
1463
bf9a735e
AB
14642019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1465
1466 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1467 tests for structs with static members.
1468
8791793c
TT
14692019-02-26 Tom Tromey <tromey@adacore.com>
1470
1471 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1472 ValueError, not TypeError.
1473
bc2a507e
KB
14742019-02-26 Kevin Buettner <kevinb@redhat.com>
1475
1476 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1477 call from main program.
1478
e0e7d3bd
JB
14792019-02-23 Joel Brobecker <brobecker@adacore.com>
1480
1481 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1482 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1483 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1484 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1485 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1486
9600246d
KS
14872019-02-22 Keith Seitz <keiths@redhat.com>
1488
1489 PR symtab/23853
1490 * gdb.base/symlink-sourcefile.c: New file.
1491 * gdb.base/symlink-sourcefile.exp: New file.
1492
0c95f9ed
TT
14932019-02-20 Tom Tromey <tom@tromey.com>
1494
1495 * gdb.base/info_qt.exp: Update.
1496
6caa91b6
SM
14972019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1498
1499 * gdb.base/source.exp: Move "error in sourced script" code to
1500 the end.
1501 * gdb.base/source-error.gdb: Move contents to
1502 source-error-1.gdb. Add new code to source source-error-1.gdb.
1503 * gdb.base/source-error-1.gdb: New file, from previous
1504 source-error.gdb.
1505
6506371f
TT
15062019-02-17 Tom Tromey <tom@tromey.com>
1507
1508 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1509 for macro styling.
1510 * gdb.base/style.c (SOME_MACRO): New macro.
1511
a0087920
TT
15122019-02-17 Tom Tromey <tom@tromey.com>
1513
1514 * gdb.base/style.exp: Add line-wrapping tests.
1515 * gdb.base/page.exp: Add test for quitting during pagination.
1516
a2cd4f14
JB
15172019-02-17 Joel Brobecker <brobecker@adacore.com>
1518
1519 * gdb.ada/big_packed_array: New testcase.
1520 * gdb.ada/homonym.exp: Fix incorrect expected output for
1521 "break <homonym__get_value>" test.
1522
9d70ffbc
WP
15232019-02-13 Weimin Pan <weimin.pan@oracle.com>
1524
1525 PR breakpoints/21870
1526 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1527 and prepare_for_testing. Add comment.
1528 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1529 redundant cleanup call. Clean up comment.
1530
01c7ae81
WP
15312019-02-12 Weimin Pan <weimin.pan@oracle.com>
1532
1533 PR breakpoints/21870
1534 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1535 * gdb.arch/aarch64-dbreg-contents.c: New file.
1536
aff29d1c
JB
15372019-02-10 Joel Brobecker <brobecker@adacore.com>
1538
1539 * gdb.ada/mi_ref_changeable: New testcase.
1540
df0da8a2
AH
15412019-02-07 Alan Hayward <alan.hayward@arm.com>
1542
1543 * gdb.base/attach.exp: Add double attach test.
1544
bd447abb
SM
15452019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1546
1547 * lib/gdb.exp (default_gdb_start): Don't match pagination
1548 prompt.
1549 (gdb_init): Set stty_init.
1550
1dbc40b9
TT
15512019-01-27 Tom Tromey <tom@tromey.com>
1552
1553 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1554 skip_python_tests.
1555
353229bf
AH
15562019-01-24 Alan Hayward <alan.hayward@arm.com>
1557
1558 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1559 New structure.
1560 (struct struct_static_02_02): Likewise.
1561 (struct struct_static_02_03): Likewise.
1562 (struct struct_static_02_04): Likewise.
1563 (struct struct_static_04_01): Likewise.
1564 (struct struct_static_04_02): Likewise.
1565 (struct struct_static_04_03): Likewise.
1566 (struct struct_static_04_04): Likewise.
1567 (struct struct_static_06_01): Likewise.
1568 (struct struct_static_06_02): Likewise.
1569 (struct struct_static_06_03): Likewise.
1570 (struct struct_static_06_04): Likewise.
1571 (cmp_struct_static_02_01): Likewise.
1572 (cmp_struct_static_02_02): Likewise.
1573 (cmp_struct_static_02_03): Likewise.
1574 (cmp_struct_static_02_04): Likewise.
1575 (cmp_struct_static_04_01): Likewise.
1576 (cmp_struct_static_04_02): Likewise.
1577 (cmp_struct_static_04_03): Likewise.
1578 (cmp_struct_static_04_04): Likewise.
1579 (cmp_struct_static_06_01): Likewise.
1580 (cmp_struct_static_06_02): Likewise.
1581 (cmp_struct_static_06_03): Likewise.
1582 (cmp_struct_static_06_04): Likewise.
1583 (call_all): Test new structs.
1584 * gdb.base/infcall-nested-structs.exp: Likewise.
1585
73021deb
AH
15862019-01-21 Alan Hayward <alan.hayward@arm.com>
1587 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1588
fc65c7db
AH
15892019-01-21 Alan Hayward <alan.hayward@arm.com>
1590 * gdb.base/stack-protector.c: New test.
1591 * gdb.base/stack-protector.exp: New file.
1592 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1593 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1594 option.
1595 (gdb_compile): Remove stack protector for GCC and prevent
1596 recursion.
1597
c24bdb02
KS
15982019-01-16 Keith Seitz <keiths@redhat.com>
1599
1600 PR gdb/23773
1601 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1602
6f072a10
PFC
16032019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1604
1605 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1606 aliases.
1607 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1608 tests.
1609 * gdb.arch/powerpc-vector-regs.c: New file.
1610 * gdb.arch/powerpc-vector-regs.exp: New file.
1611
a7b8d682
PFC
16122019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1613
1614 * gdb.arch/altivec-regs.exp: Fix the list passed to
1615 gdb_expect_list when testing "info vector".
1616
6eb6fb67
AB
16172019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1618
1619 * gdb.base/style.exp: Don't include path in testname.
1620
b56f80d8
KS
16212019-01-10 Keith Seitz <keiths@redhat.com>
1622
1623 PR gdb/23712
1624 PR symtab/23010
1625 * gdb.dwarf2/multidictionary.exp: New file.
1626
041be526
SM
16272019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1628
1629 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1630 (test_gnuv3_style_demangling): ... this.
1631 (test_lucid_style_demangling): Remove.
1632 (test_arm_style_demangling): Remove.
1633 (test_hp_style_demangling): Remove.
1634 (do_tests): Remove calls to the above.
1635
d820d0c3
AB
16362019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1637
1638 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1639 case.
1640
f097f5ad
TT
16412019-01-06 Tom Tromey <tom@tromey.com>
1642
1643 PR gdb/28155:
1644 * gdb.dwarf2/typedef-void-finish.exp: New file.
1645
2cd8cc0b
TT
16462018-12-28 Tom Tromey <tom@tromey.com>
1647 Simon Marchi <simark@simark.ca>
1648
1649 * gdb.base/jit-exec.exp: New file.
1650 * gdb.base/jit-exec.c: New file.
1651 * gdb.base/jit-execd.c: New file.
1652
35fb8261
TT
16532018-12-28 Tom Tromey <tom@tromey.com>
1654
1655 * gdb.base/style.exp: Update test to check for address styling.
1656
47fd17cd
TT
16572018-12-28 Tom Tromey <tom@tromey.com>
1658
1659 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1660 message.
1661
d47032b7
TT
16622018-12-28 Tom Tromey <tom@tromey.com>
1663
1664 * gdb.base/style.exp: Add test for version number styling.
1665
af79b68d
TT
16662018-12-28 Tom Tromey <tom@tromey.com>
1667
1668 * gdb.base/style.exp: Add test for print_address_symbolic.
1669
0bb296cb
TT
16702018-12-28 Tom Tromey <tom@tromey.com>
1671
1672 * gdb.base/style.exp: Add test for breakpoint setting.
1673
80ae2043
TT
16742018-12-28 Tom Tromey <tom@tromey.com>
1675
1676 * gdb.base/style.exp: Add test for variable names.
1677
cbe56571
TT
16782018-12-28 Tom Tromey <tom@tromey.com>
1679
1680 * gdb.base/style.exp: New file.
1681 * gdb.base/style.c: New file.
1682
9162a27c
TT
16832018-12-28 Tom Tromey <tom@tromey.com>
1684
1685 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1686 "dumb".
1687 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1688 the TERM environment variable.
1689
bc543c90
TT
16902018-12-27 Tom Tromey <tom@tromey.com>
1691
1692 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1693 pagination test.
1694
6f0ffe50
AB
16952018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1696
1697 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1698 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1699
b5a1e557
PW
17002018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1701
1702 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1703 Filename a.adb changed to bp_fun_addr.adb.
1704 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1705
6e8b1ab2
JV
17062018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1707
1708 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1709 non-PIE executables.
1710 * README: Mention the gdb,nopie_flag board setting.
1711 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1712 non-PIE executable.
1713 * gdb.arch/amd64-entry-value.exp: Likewise.
1714 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1715 * gdb.arch/i386-float.exp: Likewise.
1716 * gdb.arch/i386-signal.exp: Likewise.
1717 * gdb.mi/mi-reg-undefined.exp: Likewise.
1718
d00a27c5
PM
17192018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1720
1721 PR gdb/23974
1722 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1723
161d081c
PW
17242018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1725
1726 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1727 Update order of results accordingly.
1728
b001de23
AB
17292018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1730
1731 * gdb.base/annota1.exp: Update a test regexp.
1732
99e1a184
AB
17332018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1734
1735 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1736
7a81c1e2
PW
17372018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1738
1739 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1740 (reuse_time): Initialize to REUSE_TIME_CAP.
1741 (check_rc): New function.
1742 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1743 Check pthread_create rc.
1744 (spawner_thread_func): Check pthread_create and pthread_join rc.
1745
73e8dc90
PA
17462018-12-08 Pedro Alves <palves@redhat.com>
1747
1748 * gdb.base/list.exp (test_forward_search): Rename to ...
1749 (test_forward_reverse_search): ... this. Also test reverse-search
1750 and the forward-search alias.
1751
13f2ed32
AB
17522018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1753
1754 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1755 local timeout variable before return, and remove all local timeout
1756 variable entirely.
1757 (gdb_load): Likewise.
1758
64d27cfc
TV
17592018-12-01 Tom de Vries <tdevries@suse.de>
1760
1761 * gdb.base/gdb-caching-proc.exp: New file.
1762
f63c03b4
SDJ
17632018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1764
1765 * Makefile.in (TIMESTAMP): New variable.
1766 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1767 command.
1768 (check-single-racy): Likewise.
1769 (check/%.exp): Likewise.
1770 (check-racy/%.exp): Likewise.
1771 (workers/%.worker): Likewise.
1772 (build-perf): Likewise.
1773 (check-perf): Likewise.
1774 * README: Describe new "TS" and "TS_FORMAT" variables.
1775 * print-ts.py: New file.
1776
1c97054b
BF
17772018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1778
1779 PR python/23714
1780 * gdb.python/python.exp: Test command repetition after
1781 gdb.execute.
1782
1871a62d
AB
17832018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1784
1785 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1786 is correctly aligned.
1787
fb5e1ed9
PW
17882018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1789
1790 * gdb.ada/info_auto_lang.exp: New testcase.
1791 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1792 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1793 * gdb.ada/info_auto_lang/some_c.c: New file.
1794
43d397ca
PW
17952018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1796
1797 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1798 FUNC_lang language syntax.
1799
beddd671
PW
18002018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1801
1802 * gdb.base/info_minsym.c: New file.
1803 * gdb.base/info_minsym.exp: New file.
1804
73fc52c4
TT
18052018-11-19 Tom Tromey <tom@tromey.com>
1806
1807 PR rust/23625:
1808 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1809 * gdb.rust/expr.exp: Update expected output. Change one test.
1810
994b876a
TT
18112018-11-19 Tom Tromey <tom@tromey.com>
1812
1813 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1814
6769f276
PA
18152018-11-19 Pedro Alves <palves@redhat.com>
1816
1817 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1818 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1819 see the expected warning.
1820
38a72da0
AH
18212018-11-16 Alan Hayward <alan.hayward@arm.com>
1822
1823 PR gdb/22736:
1824 * gdb.cp/infcall-nodebug-lib.c: New test.
1825 * gdb.cp/infcall-nodebug-main.c: New test.
1826 * gdb.cp/infcall-nodebug.exp: New file.
1827
53a89d6e
SM
18282018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1829
1830 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1831 completer tests.
1832
9325300d
TV
18332018-11-09 Tom de Vries <tdevries@suse.de>
1834
1835 * gdb.base/msym-lang.c: New test.
1836 * gdb.base/msym-lang.exp: New file.
1837 * gdb.base/msym-lang-main.c: New test.
1838
20f0d60d
TT
18392018-11-08 Tom Tromey <tom@tromey.com>
1840
1841 PR gdb/23555:
1842 PR gdb/23838:
1843 * gdb.base/warning.exp: New file.
1844
b5420128
JB
18452018-11-08 Jan Beulich <jbeulich@suse.com>
1846
1847 * testsuite/gdb.arch/i386-avx512.c,
1848 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1849
cd115d61
AB
18502018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1851
1852 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1853 point hardware.
1854
35ee2dc2
AB
18552018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1856
1857 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1858 * gdb.dwarf2/missing-type-name.exp: New file.
1859
31aceee8
TV
18602018-11-06 Tom de Vries <tdevries@suse.de>
1861
1862 * gdb.base/many-headers.c: New test.
1863 * gdb.base/many-headers.exp: New file.
1864
109be305
JW
18652018-11-06 Jim Wilson <jimw@sifive.com>
1866
1867 * gdb.base/code_elim.exp: For riscv, set additional_flags
1868 to include -msmall-data-limit=0.
1869
e2b7af72
JB
18702018-11-01 Joel Brobecker <brobecker@adacore.com>
1871
1872 * gdb.ada/watch_minus_l: New testcase.
1873
cdcda965
SM
18742018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1875
1876 * gdb.arch/aix-sighandle.c: New file.
1877 * gdb.arch/aix-sighandle.exp: New file.
1878
92dcebf3
AB
18792018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1880
1881 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1882 registers being unions.
1883
68b9ac18
TV
18842018-10-31 Tom de Vries <tdevries@suse.de>
1885
1886 * lib/valgrind.exp: New file.
1887 (vgdb_start, vgdb_stop): New procs, factored out of ...
1888 * gdb.base/valgrind-bt.exp: ... here, ...
1889 * gdb.base/valgrind-disp-step.exp: ... here and ...
1890 * gdb.base/valgrind-infcall.exp: ... here.
1891
1443936e
TV
18922018-10-31 Tom de Vries <tdevries@suse.de>
1893
1894 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1895
eb77c9df
AB
18962018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1897
1898 * gdb.dwarf2/void-type.c: New file.
1899 * gdb.dwarf2/void-type.exp: New file.
1900
82b5e646
PW
19012018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1902
1903 * gdb.base/info_qt.c: New file.
1904 * gdb.base/info_qt.exp: New file.
1905
8d619c01
EBM
19062018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1907
1908 * gdb.arch/powerpc-htm-regs.c: New file.
1909 * gdb.arch/powerpc-htm-regs.exp: New file.
1910
f2cf6173
EBM
19112018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1912
1913 * gdb.arch/powerpc-tar.c: New file.
1914 * gdb.arch/powerpc-tar.exp: New file.
1915
7ca18ed6
EBM
19162018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1917
1918 * gdb.arch/powerpc-ppr-dscr.c: New file.
1919 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1920
bfcc0eba
TV
19212018-10-25 Tom de Vries <tdevries@suse.de>
1922
1923 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1924
fe1a5cad
TV
19252018-10-24 Tom de Vries <tdevries@suse.de>
1926
1927 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1928 longer exists error.
1929
a76dc3b7
TV
19302018-10-24 Tom de Vries <tdevries@suse.de>
1931
1932 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1933
4df46df7
TV
19342018-10-24 Tom de Vries <tdevries@suse.de>
1935
1936 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1937 --db-attach in valgrind.
1938
0dbfcfff
AB
19392018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1940
1941 * gdb.arch/riscv-reg-aliases.c: New file.
1942 * gdb.arch/riscv-reg-aliases.exp: New file.
1943
b04480b1
AH
19442018-10-19 Alan Hayward <alan.hayward@arm.com>
1945
1946 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1947
2c6ac8d7
AH
19482018-10-19 Alan Hayward <alan.hayward@arm.com>
1949
1950 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1951
2bc69f25
AH
19522018-10-19 Alan Hayward <alan.hayward@arm.com>
1953
1954 * gdb.cp/ovldbreak.exp: Fix regexps.
1955
1f1ae3a3
AH
19562018-10-19 Alan Hayward <alan.hayward@arm.com>
1957
1958 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1959
94c18618
SDJ
19602018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1961
1962 PR cli/23785
1963 * gdb.base/restore.exp: New test to check if "restore" with an
1964 invalid file doesn't segfault.
1965
812cd6eb
TV
19662018-10-18 Tom de Vries <tdevries@suse.de>
1967
1968 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1969 * gdb.ada/excep_handle.exp: Same.
1970 * gdb.ada/mi_string_access.exp: Same.
1971 * gdb.ada/mi_var_union.exp: Same.
1972 * gdb.arch/arc-analyze-prologue.exp: Same.
1973 * gdb.arch/arc-decode-insn.exp: Same.
1974 * gdb.base/readnever.exp: Same.
1975 * gdb.fortran/printing-types.exp: Same.
1976 * gdb.guile/scm-lazy-string.exp: Same.
1977
c4b90788
TV
19782018-10-16 Tom de Vries <tdevries@suse.de>
1979
1980 PR gdb/23730
1981 * gdb.base/catch-follow-exec.c: Add copyright notice.
1982 * gdb.base/catch-follow-exec.exp: Rewrite to use
1983 gdb_spawn_with_cmdline_opts. Require gdb-native.
1984
8bca2978
SL
19852018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1986
1987 * gdb.trace/actions-changed.exp: Check for arch support.
1988 * gdb.trace/actions.exp: Likewise.
1989 * gdb.trace/ax.exp: Likewise.
1990 * gdb.trace/backtrace.exp: Likewise.
1991 * gdb.trace/change-loc.exp: Likewise.
1992 * gdb.trace/deltrace.exp: Likewise.
1993 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1994 * gdb.trace/ftrace.exp: Likewise.
1995 * gdb.trace/infotrace.exp: Check for arch support.
1996 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1997 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1998 * gdb.trace/mi-tsv-changed.exp: Likewise.
1999 * gdb.trace/packetlen.exp: Likewise.
2000 * gdb.trace/passc-dyn.exp: Likewise.
2001 * gdb.trace/passcount.exp: Likewise.
2002 * gdb.trace/pending.exp: Likewise.
2003 * gdb.trace/range-stepping.exp: Check for shlib support.
2004 * gdb.trace/report.exp: Check for arch support.
2005 * gdb.trace/save-trace.exp: Likewise.
2006 * gdb.trace/signal.exp: Check for signal support.
2007 * gdb.trace/tfind.exp: Check for arch support.
2008 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2009 * gdb.trace/trace-common.h: Add comment.
2010 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2011 * gdb.trace/trace-enable-disable.exp: Likewise.
2012 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2013 * gdb.trace/tracecmd.exp: Check for arch support.
2014 * gdb.trace/tspeed.exp: Check for shlib and target support.
2015 * gdb.trace/tstatus.exp: Check for arch support.
2016 * gdb.trace/tsv.exp: Likewise.
2017 * gdb.trace/while-dyn.exp: Likewise.
2018 * gdb.trace/while-stepping.exp: Likewise.
2019 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2020
f9c49bff
SM
20212018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2022
2023 * gdb.trace/tspeed.exp: Remove nowarnings.
2024 (prepare_for_trace_test): Declare "global ipalib".
2025 * gdb.trace/tspeed.c: Include unistd.h.
2026 (main): Remove superfluous printf argument.
2027
d4330bde
SL
20282018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2029
2030 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2031 directory prefix on the filename.
2032
8ecfd7bd
SDJ
20332018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2034
2035 * gdb.gdb/unittest.exp: Update expected message informing that
2036 selftests have been disabled.
2037 * gdb.server/unittest.exp: Likewise.
2038
58bbcd02
TV
20392018-10-09 Tom de Vries <tdevries@suse.de>
2040
2041 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2042 with runto_main.
2043
9f6b697b
WP
20442018-10-08 Weimin Pan <weimin.pan@oracle.com>
2045
2046 PR c++/16841
2047 * gdb.cp/virtbase2.cc: New file.
2048 * gdb.cp/virtbase2.exp: New file.
2049
add5ded5
TT
20502018-10-06 Tom Tromey <tom@tromey.com>
2051
2052 PR python/19399:
2053 * gdb.python/py-inferior.exp: Add architecture test.
2054
f9e48344
TT
20552018-10-06 Tom Tromey <tom@tromey.com>
2056
2057 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2058 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2059
2a8be203
TT
20602018-10-06 Tom Tromey <tom@tromey.com>
2061
2062 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2063 of a "throw" catchpoint.
2064
e04caa70
SDJ
20652018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2066
2067 * gdb.base/info-proc.exp: Update string expected from "help info
2068 proc".
2069
5ca8c39f
TT
20702018-10-04 Tom Tromey <tom@tromey.com>
2071
2072 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2073 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2074 (test_initial_complaints, test_empty_complaints): Update.
2075 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2076
3453e7e4
TT
20772018-10-04 Tom Tromey <tom@tromey.com>
2078
2079 PR cli/19551:
2080 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2081 * lib/gdb.exp (gdb_file_cmd): Update.
2082 * gdb.stabs/weird.exp (print_weird_var): Update.
2083 * gdb.server/solib-list.exp: Update.
2084 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2085 * gdb.mi/mi-cli.exp: Update.
2086 * gdb.linespec/linespec.exp: Update.
2087 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2088 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2089 * gdb.cp/cp-relocate.exp: Update.
2090 * gdb.base/sym-file.exp: Update.
2091 * gdb.base/relocate.exp: Update.
2092 * gdb.base/readnever.exp: Update.
2093 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2094 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2095 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2096 * gdb.base/code_elim.exp: Update.
2097 * gdb.base/break-unload-file.exp (test_break): Update.
2098 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2099 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2100 Update.
2101 * gdb.base/attach.exp (do_attach_tests): Update.
2102 * gdb.base/sepdebug.exp: Update.
2103 * gdb.python/py-section-script.exp: Update.
2104
6afcf761
TT
21052018-10-04 Tom Tromey <tom@tromey.com>
2106
2107 PR cli/22234:
2108 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2109 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2110 output.
2111
fef1b293
TT
21122018-10-04 Tom Tromey <tom@tromey.com>
2113
2114 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2115 set width and height to 0.
2116 (test_command_line_attach_run): Use -quiet.
2117
ca98345e
SL
21182018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2119
2120 * lib/gdb.exp (skip_ifunc_tests): New.
2121 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2122 other compile failures.
2123 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2124
ff34e6ae
SM
21252018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2126
2127 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2128 is_amd64_regs_target.
2129
6bb8890e
AH
21302018-10-01 Alan Hayward <alan.hayward@arm.com>
2131
2132 * gdb.arch/aarch64-sighandler-regs.c: New test.
2133 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2134 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2135
224d30d3
MM
21362018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2137
2138 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2139 assembly.
2140
f67ffa6a
AB
21412018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2142
2143 * gdb.base/frame-selection.exp: New file.
2144 * gdb.base/frame-selection.c: New file.
2145
9fc3183f
AH
21462018-09-27 Alan Hayward <alan.hayward@arm.com>
2147
2148 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2149 pthread barrier.
2150 (main): Likewise.
2151
d354055e
AB
21522018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2153
2154 * gdb.base/large-frame-1.c: New file.
2155 * gdb.base/large-frame-2.c: New file.
2156 * gdb.base/large-frame.exp: New file.
2157 * gdb.base/large-frame.h: New file.
2158
db727370
JL
21592018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2160
2161 PR gdb/20948
2162 * gdb.base/write_mem.exp: New test.
2163 * gdb.base/write_mem.c: Likewise.
2164
ae778caf
TT
21652018-09-23 Tom Tromey <tom@tromey.com>
2166
2167 PR python/18852:
2168 * gdb.python/py-parameter.exp: Add test for parameter that throws
2169 on "set".
2170
fd3ba736
TT
21712018-09-23 Tom Tromey <tom@tromey.com>
2172
2173 PR python/17284:
2174 * gdb.python/py-template.exp (test_template_arg): Add test for
2175 negative template argument number.
2176
39a24317
TT
21772018-09-23 Tom Tromey <tom@tromey.com>
2178
2179 PR python/14062:
2180 * gdb.python/python.exp: Add test for post_event error.
2181
f5769a2c
TT
21822018-09-23 Tom Tromey <tom@tromey.com>
2183
2184 PR python/18170:
2185 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2186 convert pointers to int and long.
2187
1c1e54f6
TT
21882018-09-23 Tom Tromey <tom@tromey.com>
2189
2190 PR python/20126:
2191 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2192 signed-ness conversion tests.
2193
fb4fa946
TT
21942018-09-23 Tom Tromey <tom@tromey.com>
2195
2196 PR python/18352;
2197 * gdb.python/py-value.exp (test_float_conversion): New proc.
2198 Use it.
2199
a466edac
HAQ
22002018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2201
2202 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2203
4ee9b0c5
SL
22042018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2205
2206 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2207 no readline.
2208 * gdb.base/utf8-identifiers.exp: Likewise.
2209 * gdb.cp/cpcompletion.exp: Likewise.
2210 * gdb.linespec/cpcompletion.exp: Likewise.
2211 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2212 * gdb.linespec/cpls-ops.exp: Likewise.
2213
23be8da7
RB
22142018-09-19 Richard Bunt <richard.bunt@arm.com>
2215 Chris January <chris.january@arm.com>
2216
2217 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2218 * gdb.fortran/short-circuit-argument-list.exp: New file.
2219 * gdb.fortran/short-circuit-argument-list.f90: New test.
2220
5031d0ae
SDJ
22212018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2222
2223 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2224 "arch=" keyword when executing "-stack-list-frames".
2225
b4c0d1a4
SDJ
22262018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2227
2228 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2229 "arch=" keyword when executing "-stack-list-frames".
2230
7a6d2b45
SDJ
22312018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2232
2233 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2234 break ada".
2235
8588b356
SM
22362018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2237
2238 PR python/23669
2239 * gdb.python/python.exp: Test gdb.execute("show commands").
2240
65e65158
TT
22412018-09-16 Tom Tromey <tom@tromey.com>
2242
2243 * gdb.base/new-ui.exp (do_execution_tests): Update.
2244 * gdb.base/dbx.exp (test_breakpoints): Update.
2245
bf326452
AH
22462018-09-14 Alan Hayward <alan.hayward@arm.com>
2247
2248 * lib/gdb.exp (gdb_simple_compile): Add proc.
2249 (is_elf_target): Use gdb_simple_compile.
2250 (skip_altivec_tests): Likewise.
2251 (skip_vsx_tests): Likewise.
2252 (skip_tsx_tests): Likewise.
2253 (skip_btrace_tests): Likewise.
2254 (skip_btrace_pt_tests): Likewise.
2255 (gdb_can_simple_compile): Likewise.
2256 (gdb_has_argv0): Likewise.
2257 (gdb_target_symbol_prefix): Likewise.
2258 (target_supports_scheduler_locking): Likewise.
2259
2361b0fb
TT
22602018-09-13 Tom Tromey <tom@tromey.com>
2261
2262 * Makefile.in (TAGS): Recognize proc_with_prefix and
2263 gdb_caching_proc.
2264
0ae1a321
SM
22652018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2266
2267 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2268 method.
2269
a40bf0c2
SM
22702018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2271
2272 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2273 and a few other Inferior properties when the Inferior is no
2274 longer valid.
2275
4a3fe98f
TT
22762018-09-13 Tom Tromey <tom@tromey.com>
2277
2278 PR rust/23650:
2279 * gdb.rust/simple.exp: Add test for enum field access error.
2280
098b2108
TT
22812018-09-13 Tom Tromey <tom@tromey.com>
2282
2283 PR rust/23626:
2284 * gdb.rust/simple.rs (EmptyEnum): New type.
2285 (main): Use it.
2286 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2287
1256af7d
SM
22882018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2289
2290 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2291 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2292 * gdb.python/py-symtab.exp: Update test printing an objfile.
2293
4aa8e6c2
SM
22942018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2295
2296 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2297 object.
2298
c221b2f7
AH
22992018-09-12 Alan Hayward <alan.hayward@arm.com>
2300
2301 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2302 (support_complex_tests): Use gdb_can_simple_compile.
2303 (is_ilp32_target): Likewise.
2304 (is_lp64_target): Likewise.
2305 (is_64_target): Likewise.
2306 (is_amd64_regs_target): Likewise.
2307 (is_aarch32_target): Likewise.
2308 (gdb_int128_helper): Likewise.
2309
6f1107b5
JK
23102018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2311
2312 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2313
1f5d1570
JG
23142018-09-10 Jerome Guitton <guitton@adacore.com>
2315
2316 * gdb.ada/same_component_name: Add test for case of tagged record
2317 with variable-length fields.
2318
cc330e39
XR
23192018-09-10 Xavier Roirand <roirand@adacore.com>
2320
2321 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2322 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2323 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2324 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2325
b9c50e9a
XR
23262018-09-10 Xavier Roirand <roirand@adacore.com>
2327
2328 * gdb.ada/mi_string_access.exp: New testcase.
2329 * gdb.ada/mi_string_access/bar.adb: New file.
2330 * gdb.ada/mi_string_access/pck.adb: New file.
2331 * gdb.ada/mi_string_access/pck.asd: New file.
2332
2963898f
XR
23332018-09-10 Xavier Roirand <roirand@adacore.com>
2334
2335 * gdb.ada/mi_var_union.exp: New testcase.
2336 * gdb.ada/mi_var_union/bar.adb: New file.
2337 * gdb.ada/mi_var_union/pck.adb: New file.
2338 * gdb.ada/mi_var_union/pck.asd: New file.
2339
1aac008f
TT
23402018-09-08 Tom Tromey <tom@tromey.com>
2341
2342 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2343
332cf4c9
TT
23442018-09-08 Tom Tromey <tom@tromey.com>
2345
2346 PR python/16047:
2347 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2348 (register_pretty_printers): Register new printer.
2349 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2350 test.
2351 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2352 (an_int_type3): New global.
2353
424da6cf
JB
23542018-09-08 Joel Brobecker <brobecker@adacore.com>
2355
2356 * gdb.ada/expr_with_funcall: New testcase.
2357
2a62dfa9
JB
23582018-09-08 Joel Brobecker <brobecker@adacore.com>
2359
2360 * gdb.ada/packed_array_assign: New testcase.
2361
96b6697f
AB
23622018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2363
2364 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2365 names, and add test prefixes to make test names unique.
2366
e4a62c65
TV
23672018-09-05 Tom de Vries <tdevries@suse.de>
2368
2369 * gdb.dwarf2/varval.exp: Add test.
2370
dd083ee2
GB
23712018-09-04 Gary Benson <gbenson@redhat.com>
2372
2373 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2374 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2375
aef9346c
TT
23762018-08-31 Tom Tromey <tom@tromey.com>
2377
2378 * gdb.rust/simple.rs: Rename second variable "v".
2379
c67f2e15
AB
23802018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2381
2382 * gdb.base/funcargs.c (use_a): New function.
2383 (recurse): Call use_a.
2384
078a0207
KS
23852018-08-29 Keith Seitz <keiths@redhat.com>
2386
2387 * gdb.compile/compile-cplus-anonymous.cc: New file.
2388 * gdb.compile/compile-cplus-anonymous.exp: New file.
2389 * gdb.compile/compile-cplus-array-decay.cc: New file.
2390 * gdb.compile/compile-cplus-array-decay.exp: New file.
2391 * gdb.compile/compile-cplus-inherit.cc: New file.
2392 * gdb.compile/compile-cplus-inherit.exp: New file.
2393 * gdb.compile/compile-cplus-member.cc: New file.
2394 * gdb.compile/compile-cplus-member.exp: New file.
2395 * gdb.compile/compile-cplus-method.cc: New file.
2396 * gdb.compile/compile-cplus-method.exp: New file.
2397 * gdb.compile/compile-cplus-mod.c: "New" file.
2398 * gdb.compile/compile-cplus-namespace.cc: New file.
2399 * gdb.compile/compile-cplus-namespace.exp: New file.
2400 * gdb.compile/compile-cplus-nested.cc: New file.
2401 * gdb.compile/compile-cplus-nested.exp: New file.
2402 * gdb.compile/compile-cplus-print.c: "New" file.
2403 * gdb.compile/compile-cplus-print.exp: "New" file.
2404 * gdb.compile/compile-cplus-virtual.cc: New file.
2405 * gdb.compile/compile-cplus-virtual.exp: New file.
2406 * gdb.compile/compile-cplus.c: "New" file.
2407 * gdb.compile/compile-cplus.exp: "New" file.
2408 * lib/compile-support.exp: New file.
2409
b0f492b9
GB
24102018-08-16 Gary Benson <gbenson@redhat.com>
2411
2412 PR gdb/13000:
2413 * gdb.base/batch-exit-status.exp: New file.
2414 * gdb.base/batch-exit-status.good-commands: Likewise.
2415 * gdb.base/batch-exit-status.bad-commands: Likewise.
2416
36eb4c5f
AH
24172018-08-29 Alan Hayward <alan.hayward@arm.com>
2418
2419 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2420 (struct struct02): Likewise.
2421 (struct struct03): Likewise.
2422 (struct struct04): Likewise.
2423 (struct struct_01_01): New struct.
2424 (struct struct_01_02): Likewise.
2425 (struct struct_01_03): Likewise.
2426 (struct struct_01_04): Likewise.
2427 (struct struct_02_01): Likewise.
2428 (struct struct_02_02): Likewise.
2429 (struct struct_02_03): Likewise.
2430 (struct struct_02_04): Likewise.
2431 (struct struct_04_01): Likewise.
2432 (struct struct_04_02): Likewise.
2433 (struct struct_04_03): Likewise.
2434 (struct struct_04_04): Likewise.
2435 (struct struct_05_01): Likewise.
2436 (struct struct_05_02): Likewise.
2437 (struct struct_05_03): Likewise.
2438 (struct struct_05_04): Likewise.
2439 (cmp_struct01): Remove function.
2440 (cmp_struct02): Likewise.
2441 (cmp_struct03): Likewise.
2442 (cmp_struct04): Likewise.
2443 (cmp_struct_01_01): Add Function.
2444 (cmp_struct_01_02): Likewise.
2445 (cmp_struct_01_03): Likewise.
2446 (cmp_struct_01_04): Likewise.
2447 (cmp_struct_02_01): Likewise.
2448 (cmp_struct_02_02): Likewise.
2449 (cmp_struct_02_03): Likewise.
2450 (cmp_struct_02_04): Likewise.
2451 (cmp_struct_04_01): Likewise.
2452 (cmp_struct_04_02): Likewise.
2453 (cmp_struct_04_03): Likewise.
2454 (cmp_struct_04_04): Likewise.
2455 (cmp_struct_05_01): Likewise.
2456 (cmp_struct_05_02): Likewise.
2457 (cmp_struct_05_03): Likewise.
2458 (cmp_struct_05_04): Likewise.
2459 (call_all): Add new structs.
2460 * gdb.base/infcall-nested-structs.exp: Likewise.
2461
3bf9c013
JV
24622018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2463
2464 * gdb.python/py-framefilter-mi.exp: Update regexp to
2465 check for "arch" field in frame output.
2466
450d1e88
KB
24672018-08-23 Kevin Buettner <kevinb@redhat.com>
2468
2469 * gdb.dwarf2/dw2-ranges-func.c: New file.
2470 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2471
ae739fe7
SM
24722018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2473
2474 * gdb.base/term.exp: Compare terminal settings with values from
2475 the inferior.
2476 * gdb.base/term.c: Get and set terminal settings.
2477
6d52907e
JV
24782018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2479
2480 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2481 accommodate new "arch" field in frame output.
2482 * gdb.mi/mi-return.exp: Likewise.
2483 * gdb.mi/mi-stack.exp: Likewise.
2484 * gdb.mi/mi-syn-frame.exp: Likewise.
2485 * gdb.mi/user-selected-context-sync.exp: Likewise.
2486
be2d111a
MS
24872018-08-19 Michael Spang <spang@google.com>
2488
2489 PR gdb/11786
2490 * gdb.base/gcore-tls-pie.c: New file.
2491 * gdb.base/gcore-tls-pie.exp: New file.
2492
ae3a7c47
KB
24932018-08-18 Kevin Buettner <kevinb@redhat.com>
2494
2495 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2496 * gdb.dwarf2/varval.c: New file.
2497 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2498
2ecae92e
AH
24992018-08-17 Alan Hayward <alan.hayward@arm.com>
2500
2501 PR gdb/18931
2502 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2503
c1854f1d
KS
25042018-08-16 Keith Seitz <keiths@redhat.com>
2505
2506 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2507 tests expected to pass.
2508
26fb3983
JV
25092018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2510
2511 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2512 -data-disassemble -a.
2513 (test_disassembly_bogus_args): Likewise.
2514
67943c00
AB
25152018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2516
2517 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2518
5ff2bbae
AB
25192018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2520
2521 * gdb.base/vla-optimized-out.exp: Add new test.
2522
e5bbcd0f
AB
25232018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2524
2525 * gdb.base/vla-optimized-out-o3.exp: Delete.
2526 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2527 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2528 deleted tests.
2529
9d4a934c
AB
25302018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2531
2532 PR gdb/18050:
2533 * gdb.server/extended-remote-restart.c: New file.
2534 * gdb.server/extended-remote-restart.exp: New file.
2535
045cf012
SM
25362018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2537
2538 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2539 "set variable index = 42".
2540
87d6a7aa
SM
25412018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2542
2543 * boards/index-cache-gdb.exp: New file.
2544 * gdb.dwarf2/index-cache.exp: New file.
2545 * gdb.dwarf2/index-cache.c: New file.
2546 * gdb.base/maint.exp: Check if we are using the index cache.
2547
96d68bd4
RO
25482018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2549
2550 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2551 MAKEFLAGS.
2552
5a699617
RO
25532018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2554
2555 * dg-extract-results.sh: Move to toplevel contrib.
2556 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2557 * Makefile.in (check-parallel-racy): Likewise.
2558
5bd18990
AB
25592018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2560
2561 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2562 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2563 tests if the target supports scheduler locking.
2564
3fbbcf47
TV
25652018-08-04 Tom de Vries <tdevries@suse.de>
2566
2567 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2568
3e1d3d8c
TT
25692018-08-02 Tom Tromey <tom@tromey.com>
2570
2571 PR symtab/16842.
2572 * gdb.cp/temargs.exp: Test "info address" of a template
2573 parameter.
2574
5abe0f0c
JV
25752018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2576
2577 * gdb.python/py-mi-var-info-path-expression.c: New file.
2578 * gdb.python/py-mi-var-info-path-expression.py: New file.
2579 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2580
fb66cde8
SDJ
25812018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2582
2583 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2584 error after "cannot resolve name" string.
2585
c708f4d2
AB
25862018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2587
2588 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2589 started.
2590 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2591
37cc0cae
TV
25922018-07-28 Tom de Vries <tdevries@suse.de>
2593
2594 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2595
63b4ecf7
TV
25962018-07-26 Tom de Vries <tdevries@suse.de>
2597
2598 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2599
3c3bb058
AB
26002018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2601
2602 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2603 is visible.
2604
9e7f3bbb
TV
26052018-07-26 Tom de Vries <tdevries@suse.de>
2606
2607 PR breakpoints/23366
2608 * gdb.base/catch-follow-exec.c: New test.
2609 * gdb.base/catch-follow-exec.exp: New file.
2610
16f808ec
TV
26112018-07-25 Tom de Vries <tdevries@suse.de>
2612
2613 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2614 vla-optimized-out.c.
2615
d7154a8d
JV
26162018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2617
2618 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2619 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2620
232a0032
TV
26212018-07-20 Tom de Vries <tdevries@suse.de>
2622
2623 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2624 NOCLONE macro.
2625 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2626
fbb1d502
TV
26272018-07-19 Tom de Vries <tdevries@suse.de>
2628
2629 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2630 regular expression.
2631
42dc7699
TV
26322018-07-18 Tom de Vries <tdevries@suse.de>
2633
2634 * gdb.base/vla-optimized-out.c: New test.
2635 * gdb.base/vla-optimized-out.exp: New file.
2636
7f1f7e23
SDJ
26372018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2638
2639 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2640 message "No address associated with hostname" when gdbserver
2641 cannot resolve the hostname.
2642
5759ebb3
PW
26432018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2644
2645 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2646 Add some test prefixes to make tests unique.
2647
3606ccab
PW
26482018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2649
2650 * gdb.base/frameapply.c: New file.
2651 * gdb.base/frameapply.exp: New file.
2652
529c08b2
PW
26532018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2654
2655 * gdb.base/skip.exp: Update expected error message.
2656
c7ab0aef
SDJ
26572018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2658 Jan Kratochvil <jan.kratochvil@redhat.com>
2659 Paul Fertser <fercerpav@gmail.com>
2660 Tsutomu Seki <sekiriki@gmail.com>
2661
2662 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2663 parameter.
2664 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2665 by default.
2666 * boards/native-gdbserver.exp: Likewise.
2667 * gdb.server/run-without-local-binary.exp: Improve regexp used
2668 for detecting when a remote debugging connection succeeds.
2669 * gdb.server/server-connect.exp: New file.
2670 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2671 Do not prefix the port number with ":".
2672 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2673 support for detecting and using it. Add '$debughost_gdbserver'
2674 to the list of arguments used to start gdbserver. Handle case
2675 when gdbserver cannot resolve a network name.
2676
16ff70dd
SDJ
26772018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2678
2679 PR c++/23373
2680 * gdb.base/ptype-offsets.cc (struct static_member): New
2681 struct.
2682 (main) <stmember>: New variable.
2683 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2684 with a static member in it.
2685
3541979f
AB
26862018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2687
2688 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2689 watchpoints enabled and disabled.
2690
c8ad9b9a
AB
26912018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2692
2693 * gdb.base/examine-backward.exp: Still run tests around address
2694 0x0, even if address 0x0 is not readable. Update the pattern for
2695 matching address 0x0 in expected output.
2696
e0e5e971
AB
26972018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2698
2699 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2700 malloc/free.
2701
1ea5da02
TV
27022018-07-04 Tom de Vries <tdevries@suse.de>
2703
2704 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2705
471b9d15
MR
27062018-07-02 Maciej W. Rozycki <macro@mips.com>
2707
2708 PR tdep/8282
2709 * gdb.arch/mips-disassembler-options.exp: New test.
2710 * gdb.arch/mips-disassembler-options.s: New test source.
2711
75acb486
PA
27122018-06-29 Pedro Alves <palves@redhat.com>
2713
2714 * gdb.threads/names.exp: Adjust expected "info threads" output.
2715
cd2bb709
PA
27162018-06-29 Pedro Alves <palves@redhat.com>
2717
2718 * gdb.opt/inline-break.exp (line number, address): Add "info
2719 break" tests.
2720
991ff292
PA
27212018-06-29 Pedro Alves <palves@redhat.com>
2722
2723 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2724 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2725 number and address and running to them.
2726
356819b6 27272018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
2728
2729 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2730
2512d7ef
JK
27312018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2732
2733 * lib/compiler.c: Remove executable permission flag.
2734
be1b6474
RB
27352018-06-28 Richard Bunt <richard.bunt@arm.com>
2736
2737 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2738 code.
2739 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2740
291f9a96
PT
27412018-06-28 Petr Tesarik <ptesarik@suse.cz>
2742
2743 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2744
ed6dfe51
PT
27452018-06-28 Petr Tesarik <ptesarik@suse.cz>
2746
2747 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2748 address argument is omitted.
2749
d4d429d5
PT
27502018-06-28 Petr Tesarik <ptesarik@suse.cz>
2751
2752 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2753
7ab6656f
OJ
27542018-06-27 Omair Javaid <omair.javaid@linaro.org>
2755
2756 PR gdb/21695
2757 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2758 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2759
a33ccfc7
TT
27602018-06-26 Tom Tromey <tom@tromey.com>
2761
2762 PR rust/22574:
2763 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2764 * gdb.rust/simple.rs (struct SimpleLayout): New.
2765
6d72d289
SM
27662018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2767
2768 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2769 "info registers" output.
2770
8363f9d5
RB
27712018-06-21 Richard Bunt <richard.bunt@arm.com>
2772
2773 * gdb.base/watchpoint-hw-attach.c: New test.
2774 * gdb.base/watchpoint-hw-attach.exp: New file.
2775
f00674fe
SM
27762018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2777
2778 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2779 through /bin/sh.
2780 * boards/dwarf4-gdb-index.exp: Likewise.
2781 * boards/fission-dwp.exp: Likewise.
2782
1d554008
UW
27832018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2784
2785 * gdb.base/float128.exp: Add comment and improved fail message
2786 to the failure case of "print large128" test.
2787
d0ac1c44
SM
27882018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2789
2790 * configure.ac: Remove AC_PREREQ.
2791 * configure: Re-generate.
2792
61b04dd0
PA
27932018-06-19 Pedro Alves <palves@redhat.com>
2794
2795 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2796 (func_extern_caller): New.
2797 (main): Call func_extern_caller.
2798 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2799 logic change.
2800
f63b508a
SM
28012018-06-18 Weimin Pan <weimin.pan@oracle.com>
2802
2803 PR gdb/16841
2804 * gdb.cp/typedef-base.cc: New file.
2805 * gdb.cp/typedef-base.exp: New file.
2806
0fe3a558
TV
28072018-06-18 Tom de Vries <tdevries@suse.de>
2808
2809 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2810
7010835a
AB
28112018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2812 Richard Bunt <Richard.Bunt@arm.com>
2813
2814 * gdb.threads/attach-slow-waitpid.c: New file.
2815 * gdb.threads/attach-slow-waitpid.exp: New file.
2816 * gdb.threads/slow-waitpid.c: New file.
2817
14897d65
PA
28182018-06-14 Pedro Alves <palves@redhat.com>
2819
2820 * gdb.base/fork-running-state.c: Include <errno.h>.
2821 (exit_if_relative_exits): New.
2822 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2823 exits.
2824 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2825 child exits.
2826
5d9a0608
TV
28272018-06-14 Tom de Vries <tdevries@suse.de>
2828
2829 PR cli/22573
2830 * gdb.base/finish-pretty.c: New test.
2831 * gdb.base/finish-pretty.exp: New file.
2832
11ae5818
PA
28332018-06-14 Pedro Alves <palves@redhat.com>
2834
2835 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2836 gdb's expected startup output.
2837
1d39de44
PA
28382018-06-14 Pedro Alves <palves@redhat.com>
2839
2840 * lib/selftest-support.exp (selftest_setup): Remove inlined
2841 function handling.
2842
70ee0000
TV
28432018-06-14 Tom de Vries <tdevries@suse.de>
2844
2845 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2846 matching of breakpoint printing.
2847
11f4b608
TV
28482018-06-13 Tom de Vries <tdevries@suse.de>
2849
2850 PR testsuite/23269
2851 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2852 (fork_child): ... here, and ...
2853 (fork_parent): ... here.
2854
28552018-06-12 Tom de Vries <tdevries@suse.de>
2856
2857 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2858
9516f85a
AB
28592018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2860 Stephen Roberts <stephen.roberts@arm.com>
2861
2862 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2863 rewrite test to describe action performed, rather than possible
2864 failure.
2865
5045b3d7
GB
28662018-06-08 Gary Benson <gbenson@redhat.com>
2867
2868 * gdb.threads/check-libthread-db.exp: New file.
2869 * gdb.threads/check-libthread-db.c: Likewise.
2870
c61b06a1
TT
28712018-06-05 Tom Tromey <tom@tromey.com>
2872
2873 * gdb.base/default.exp: Update expected "show version" output.
2874
eb6af809
TT
28752018-06-05 Tom Tromey <tom@tromey.com>
2876
2877 PR cli/12326:
2878 * gdb.cp/static-print-quit.exp: Update.
2879 * lib/gdb.exp (pagination_prompt): Update.
2880 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2881 * gdb.python/python.exp: Update.
2882
178d6a63
JB
28832018-06-04 Joel Brobecker <brobecker@adacore.com>
2884
2885 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2886
8e817061
JB
28872018-06-01 Joel Brobecker <brobecker@adacore.com>
2888
2889 * gdb.ada/bp_fun_addr: New testcase.
2890
e86ca25f
TT
28912018-06-01 Tom Tromey <tom@tromey.com>
2892
2893 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2894 results.
2895 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2896 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2897 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2898 * gdb.base/maint.exp (maint_pass_if): Update.
2899
4b2dfa9d
MR
29002018-05-31 Maciej W. Rozycki <macro@mips.com>
2901
2902 * gdb.base/endian.exp: New test.
2903 * gdb.base/endian.c: New test source.
2904
45f25d6c
AB
29052018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2906
2907 PR gdb/23203
2908 * gdb.base/bt-selected-frame.c: New file.
2909 * gdb.base/bt-selected-frame.exp: New file.
2910 * lib/gdb.exp (get_current_frame_number): New function.
2911
d9f6d7f8
MR
29122018-05-24 Maciej W. Rozycki <macro@mips.com>
2913 Pedro Alves <palves@redhat.com>
2914
2915 * gdb.threads/tls-core.c: Include <stdlib.h>
2916 (thread_proc): Call `abort'.
2917 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2918 (tls_core_test): New procedure, bits factored out from ...
2919 (top level): ... here. Test both native cores and gcore cores.
2920
ff1cf532
TT
29212018-05-23 Tom Tromey <tom@tromey.com>
2922
2923 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2924
b98664d3
TT
29252018-05-23 Tom Tromey <tom@tromey.com>
2926
2927 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2928 symfile_complaints.
2929 (test_short_complaints): Likewise.
2930 (test_empty_complaints): Likewise.
2931 (test_initial_complaints): Update.
2932
4e9668d0
TT
29332018-05-23 Tom Tromey <tom@tromey.com>
2934
2935 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2936
43ba33c7
TT
29372018-05-23 Tom Tromey <tom@tromey.com>
2938
2939 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2940 (test_short_complaints): Update.
2941
035522c0
PA
29422018-05-22 Pedro Alves <palves@redhat.com>
2943
2944 * gdb.base/remote.exp: Only gdb_start after compiling the
2945 testcase. Issue "disconnect" before testing "set remote" command
2946 defaults. Issue clean_restart before running to main.
2947
cc0be08f
PA
29482018-05-22 Pedro Alves <palves@redhat.com>
2949
2950 * gdb.base/remote.exp: Adjust expected output of "show remote
2951 memory-write-packet-size". Add tests for "set remote
2952 memory-write-packet-size 0" and "set remote
2953 memory-write-packet-size fixed/limit".
2954
b1b60145
PA
29552018-05-22 Pedro Alves <palves@redhat.com>
2956
2957 PR gdb/22973
2958 * gdb.base/utf8-identifiers.c: New file.
2959 * gdb.base/utf8-identifiers.exp: New file.
2960
0ec848ad
PFC
29612018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2962
2963 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2964
2c3305f6
PFC
29652018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2966
2967 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2968
ce1e8424
TT
29692018-05-18 Tom Tromey <tom@tromey.com>
2970
2971 * gdb.base/ptype-offsets.exp: Update.
2972
ddfe970e
KS
29732018-05-17 Keith Seitz <keiths@redhat.com>
2974
2975 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2976 in expected breakpoint stop locations.
2977 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2978 move to proper scope to test variable values.
2979 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2980 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2981 New functions.
2982 (main): Call not_inline_func3.
2983 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2984 inline_func1, inline_func2, and inline_func3. Test that when each
2985 breakpoint is hit, GDB properly reports both the stop location
2986 and the backtrace. Repeat tests for temporary breakpoints.
2987
0726fcc6
MR
29882018-05-15 Maciej W. Rozycki <macro@mips.com>
2989
2990 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2991 rather then trying to access it in determining whether the PID
2992 of `gdbserver' could have been retrieved.
2993
8ee22052
AB
29942018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2995
2996 * gdb.arch/amd64-init-x87-values.S: New file.
2997 * gdb.arch/amd64-init-x87-values.exp: New file.
2998
7785df48
JK
29992018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3000
3001 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3002
56bcdbea
TT
30032018-05-04 Tom Tromey <tom@tromey.com>
3004
3005 PR python/22730:
3006 * gdb.python/python.exp: Test multi-line execute.
3007
a913fffb
TT
30082018-05-04 Tom Tromey <tom@tromey.com>
3009
3010 PR python/22731:
3011 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3012
7a2c85f2
TT
30132018-05-04 Tom Tromey <tom@tromey.com>
3014
3015 PR gdb/11750:
3016 * gdb.base/define.exp: Test defining a user command inside a user
3017 command.
3018 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3019
a3b60e45
JK
30202018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3021 Pedro Alves <palves@redhat.com>
3022
3023 PR breakpoints/19806 and support for PR external/20207.
3024 * gdb.base/watchpoint-unaligned.c: New file.
3025 * gdb.base/watchpoint-unaligned.exp: New file.
3026
45fe4a03
AB
30272018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3028
3029 * gdb.base/maint.exp: Make test names unique, use
3030 test_prefix_command_help to test 'help maint info', and remove
3031 repeated test of 'help maint'.
3032
9be2ae8f
TT
30332018-05-04 Tom Tromey <tom@tromey.com>
3034
3035 PR gdb/22619:
3036 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3037 behavior.
3038
11859c31
AB
30392018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3040
3041 * gdb.base/maint.exp: Process output from 'maint print registers'
3042 line at a time.
3043
089a9490
AB
30442018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3045
3046 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3047 timeout.
3048
9b0797e2
AB
30492018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3050
3051 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3052 filter pattern.
3053
f6ac5f3d
PA
30542018-05-02 Pedro Alves <palves@redhat.com>
3055
3056 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3057 to_log_command renames.
3058 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3059
77d3c63b
TT
30602018-05-02 Tom Tromey <tom@tromey.com>
3061
3062 * gdb.python/py-parameter.exp: Set test message.
3063
0489430a
TT
30642018-05-02 Tom Tromey <tom@tromey.com>
3065
3066 PR python/20084:
3067 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3068 PARAM_ZUINTEGER_UNLIMITED tests.
3069
1632f8ba
DR
30702018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3071
3072 PR rust/23124
3073 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3074 when casting.
3075
6d7bb824
TT
30762018-04-30 Tom Tromey <tom@tromey.com>
3077
3078 * gdb.python/py-type.exp: Check align attribute.
3079 * gdb.python/py-type.c: New "aligncheck" global.
3080
007e1530
TT
30812018-04-30 Tom Tromey <tom@tromey.com>
3082
3083 PR exp/17095:
3084 * gdb.dwarf2/dw2-align.exp: New file.
3085 * gdb.cp/align.exp: New file.
3086 * gdb.base/align.exp: New file.
3087 * lib/gdb.exp (gdb_int128_helper): New proc.
3088 (has_int128_c, has_int128_cxx): New caching procs.
3089
6873858b
TT
30902018-04-27 Tom Tromey <tom@tromey.com>
3091
3092 PR rust/22545:
3093 * gdb.rust/simple.exp: Add inclusive range tests.
3094
79188d8d
PA
30952018-04-26 Pedro Alves <palves@redhat.com>
3096
3097 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3098 ifunc breakpoint locations correctly of ifunc breakpoints set
3099 while the program resolves the ifunc.
3100
c7075ad5
PA
31012018-04-26 Pedro Alves <palves@redhat.com>
3102
3103 * gdb.base/gnu-ifunc-final.c: New file.
3104 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3105 * gdb.base/gnu-ifunc.exp (executable): Delete.
3106 (staticexecutable): Adjust.
3107 (lib_opts, exec_opts): Delete.
3108 (make_binsuffix, build, set-break): New procedures.
3109 (misc_tests): New, with tests factored out from the top level.
3110 (top level): Test different combinations of ifunc resolver name,
3111 resolver with and with debug info, and ifunc target with and
3112 without debug info. Wrap static tests with with_target_prefix.
3113
8388016d
PA
31142018-04-26 Pedro Alves <palves@redhat.com>
3115
3116 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3117 return type" warnings.
3118
249b5733
PA
31192018-04-25 Pedro Alves <palves@redhat.com>
3120
3121 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3122 killed".
3123 * gdb.base/kill-after-signal.exp: Likewise.
3124 * gdb.threads/kill.exp: Likewise.
3125
f67c0c91
SDJ
31262018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3127 Sergio Durigan Junior <sergiodj@redhat.com>
3128 Pedro Alves <palves@redhat.com>
3129
3130 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3131 regexps to expect for '[Inferior ... detached]' as well.
3132 * gdb.base/attach.exp: Likewise.
3133 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3134 "gdb_continue_to_end".
3135 (test_catch_syscall_with_wrong_args): Likewise.
3136 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3137 ']'. Don't set 'verbose' on.
3138 * gdb.base/foll-vfork.exp: Likewise.
3139 * gdb.base/fork-print-inferior-events.c: New file.
3140 * gdb.base/fork-print-inferior-events.exp: New file.
3141 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3142 '[Inferior ... has been killed]' message.
3143 * gdb.base/kill-after-signal.exp: Likewise.
3144 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3145 detach message.
3146 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3147 message.
3148 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3149 regexps to expect for '[Inferior ... detached]' as well.
3150 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3151
0a8ddac4
SM
31522018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3153
3154 PR gdb/23104
3155 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3156
d27d16bf
RB
31572018-04-19 Richard Bunt <richard.bunt@arm.com>
3158
3159 * gdb.threads/multiple-successive-infcall.c: New test.
3160 * gdb.threads/multiple-successive-infcall.exp: New file.
3161
a037790e
TT
31622018-04-17 Tom Tromey <tom@tromey.com>
3163
3164 * gdb.rust/simple.rs (Union): New type.
3165 (main): New local "u".
3166 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3167
e3a91079
AA
31682018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3169
3170 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3171 number information in output of "whereis" command.
3172 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3173
b744723f
AA
31742018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3175
3176 * gdb.ada/info_types.exp: Adjust expected output to the line
3177 numbers now printed by "info var/func/type".
3178 * gdb.base/completion.exp: Likewise.
3179 * gdb.base/included.exp: Likewise.
3180 * gdb.cp/cp-relocate.exp: Likewise.
3181 * gdb.cp/cplusfuncs.exp: Likewise.
3182 * gdb.cp/namespace.exp: Likewise.
3183 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3184
4a4495d6
MM
31852018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3186
3187 * gdb.btrace/cpu.exp: New.
3188
1d509aa6
MM
31892018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3190
3191 * gdb.base/step-indirect-call-thunk.exp: New.
3192 * gdb.base/step-indirect-call-thunk.c: New.
3193 * gdb.reverse/step-indirect-call-thunk.exp: New.
3194 * gdb.reverse/step-indirect-call-thunk.c: New.
3195
6295b6da
SM
31962018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3197
3198 * gdb.base/pie-fork.c: New file.
3199 * gdb.base/pie-fork.exp: New file.
3200
50146e70
TT
32012018-04-11 Tom Tromey <tom@tromey.com>
3202
3203 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3204
f50d8a2e
PA
32052018-04-10 Pedro Alves <palves@redhat.com>
3206
3207 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3208 exits. Instead loop running forever.
3209 (fork_parent): Run forever too.
3210
a0be7a36
SM
32112018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3212
3213 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3214 mi_continue_to_line.
3215 * gdb.mi/mi-stack.c (callee4): Add comment.
3216
9b73db36
SM
32172018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3218
3219 * gdb.mi/mi-stack.exp: Fix indentation.
3220
c912f608
SM
32212018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3222
3223 PR gdb/22979
3224 * gdb.arch/amd64-osabi.exp: New file.
3225
26540402
SM
32262018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3227
3228 PR gdb/22980
3229 * gdb.base/osabi.exp: New file.
3230
121ad66c 32312018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3232
3233 * gdb.cp/static-typedef-print.exp: New file.
3234 * gdb.cp/static-typedef-print.cc: New file.
3235
3fcded8f
JB
32362018-03-27 Joel Brobecker <brobecker@adacore.com>
3237
3238 * gdb.ada/varsize_limit: New testcase.
3239
59cc4834
JB
32402018-03-27 Joel Brobecker <brobecker@adacore.com>
3241
3242 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3243
3244 * gdb.ada/notcplusplus: New testcase.
3245
3246 * gdb.base/c-linkage-name.c: New file.
3247 * gdb.base/c-linkage-name.exp: New testcase.
3248
4ca59a9f
TT
32492018-03-26 Tom Tromey <tom@tromey.com>
3250
3251 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3252 * gdb.python/py-framefilter.py (name_error): New global.
3253 (ErrorInName.function): Use name_error.
3254
978d6c75
TT
32552018-03-26 Tom Tromey <tom@tromey.com>
3256
3257 PR backtrace/15582:
3258 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3259
b7fee5a3
KS
32602018-03-23 Keith Seitz <keiths@redhat.com>
3261
3262 PR c++/22968
3263 * gdb.cp/subtypes.exp: New file.
3264 * gdb.cp/subtypes.h: New file.
3265 * gdb.cp/subtypes.cc: New file.
3266 * gdb.cp/subtypes-2.cc: New file.
3267
376be529
AB
32682018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3269
3270 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3271 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3272 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3273 -nostartfiles when compiling the test. Confirm that all registers
3274 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3275
066cfa98
AB
32762018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3277
3278 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3279 option, syntax was wrong anyway.
3280 * gdb.arch/arm-disp-step.exp: Likewise.
3281 * gdb.arch/sparc64-regs.exp: Likewise.
3282 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3283 option, syntax was wrong anyway, switch to use
3284 prepare_for_testing.
3285 * gdb.arch/i386-disp-step.exp: Likewise.
3286
079670b9
AA
32872018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3288
3289 * gdb.ada/exec_changed.exp: Replace "target_info exists
3290 use_gdb_stub" by "use_gdb_stub".
3291 * gdb.ada/start.exp: Likewise.
3292 * gdb.base/async-shell.exp: Likewise.
3293 * gdb.base/attach-pie-misread.exp: Likewise.
3294 * gdb.base/attach-wait-input.exp: Likewise.
3295 * gdb.base/break-entry.exp: Likewise.
3296 * gdb.base/break-interp.exp: Likewise.
3297 * gdb.base/dprintf-detach.exp: Likewise.
3298 * gdb.base/nostdlib.exp: Likewise.
3299 * gdb.base/solib-nodir.exp: Likewise.
3300 * gdb.base/statistics.exp: Likewise.
3301 * gdb.base/testenv.exp: Likewise.
3302 * gdb.mi/mi-exec-run.exp: Likewise.
3303 * gdb.mi/mi-start.exp: Likewise.
3304 * gdb.multi/dummy-frame-restore.exp: Likewise.
3305 * gdb.multi/multi-arch-exec.exp: Likewise.
3306 * gdb.multi/multi-arch.exp: Likewise.
3307 * gdb.multi/tids.exp: Likewise.
3308 * gdb.multi/watchpoint-multi.exp: Likewise.
3309 * gdb.python/py-events.exp: Likewise.
3310 * gdb.threads/attach-into-signal.exp: Likewise.
3311 * gdb.threads/attach-stopped.exp: Likewise.
3312 * gdb.threads/threadapply.exp: Likewise.
3313 * lib/selftest-support.exp: Likewise.
3314
26d6cec4
AA
33152018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3316
3317 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3318
4ee89e90
SR
33192018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3320
3321 * gdb.perf/template-breakpoints.cc: New file.
3322 * gdb.perf/template-breakpoints.exp: New file.
3323 * gdb.perf/template-breakpoints.py: New file.
3324
92630041
TT
33252018-03-19 Tom Tromey <tom@tromey.com>
3326
3327 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3328 y0.
3329 * gdb.rust/simple.exp: Test bare identifier form of struct
3330 initializer.
3331
76727919
TT
33322018-03-19 Tom Tromey <tom@tromey.com>
3333
3334 * gdb.gdb/observer.exp: Remove.
3335
194ed413
AA
33362018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3337
3338 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3339 "qualified" option when setting breakpoints.
3340 * gdb.trace/backtrace.exp: Likewise.
3341 * gdb.trace/circ.exp: Likewise.
3342 * gdb.trace/collection.exp: Likewise.
3343 * gdb.trace/disconnected-tracing.exp: Likewise.
3344 * gdb.trace/ftrace-lock.exp: Likewise.
3345 * gdb.trace/ftrace.exp: Likewise.
3346 * gdb.trace/infotrace.exp: Likewise.
3347 * gdb.trace/packetlen.exp: Likewise.
3348 * gdb.trace/passc-dyn.exp: Likewise.
3349 * gdb.trace/qtro.exp: Likewise.
3350 * gdb.trace/read-memory.exp: Likewise.
3351 * gdb.trace/report.exp: Likewise.
3352 * gdb.trace/signal.exp: Likewise.
3353 * gdb.trace/status-stop.exp: Likewise.
3354 * gdb.trace/strace.exp: Likewise.
3355 * gdb.trace/tfind.exp: Likewise.
3356 * gdb.trace/trace-break.exp: Likewise.
3357 * gdb.trace/trace-condition.exp: Likewise.
3358 * gdb.trace/trace-mt.exp: Likewise.
3359 * gdb.trace/tstatus.exp: Likewise.
3360 * gdb.trace/tsv.exp: Likewise.
3361 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3362 * gdb.trace/unavailable.exp: Likewise.
3363 * gdb.trace/while-dyn.exp: Likewise.
3364
8b067d2c
AA
33652018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3366
3367 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3368 that libinproctrace is copied to the target.
3369
3ae9ce5d
TT
33702018-03-14 Tom Tromey <tom@tromey.com>
3371
3372 PR cli/14977:
3373 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3374 a null pointer.
3375 * gdb.base/wchar.exp: Likewise.
3376
b8c2339b
TT
33772018-03-14 Tom Tromey <tom@tromey.com>
3378
3379 PR cli/19918:
3380 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3381 flag.
3382
4872dc46
SM
33832018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3384
3385 PR gdb/22841
3386 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3387 "target" to remote_exec.
3388
e4fe3756
SM
33892018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3390
3391 PR gdb/22841
3392 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3393 ${board}_upload): Remove.
3394
e95a97d4
AA
33952018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3396
3397 * gdb.cp/watch-cp.cc: New test.
3398 * gdb.cp/watch-cp.exp: New file.
3399
dbbb1059
AB
34002018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3401
3402 * gdb.base/infcall-nested-structs.exp: New file.
3403 * gdb.base/infcall-nested-structs.c: New file.
3404 * gdb.base/float.exp: Add riscv support.
3405
ecc054c0
TP
34062018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3407
3408 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3409 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3410
25e3c82c
SDJ
34112018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3412
3413 * gdb.server/abspath.exp: New file.
3414 * lib/gdb.exp (with_cwd): New procedure.
3415
3083294d
SM
34162018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3417
3418 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3419 use it.
3420 (gdb_is_target_remote_prompt): New proc.
3421 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3422 (gdb_is_target_native): Pass prompt parameter to
3423 gdb_is_target_1.
3424
3275ef47
SM
34252018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3426
3427 * gdb.base/load-command.c: New file.
3428 * gdb.base/load-command.exp: New file.
3429 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3430 (gdb_is_target_1): ...this, and generalize for other targets
3431 than just remote.
3432 (gdb_is_target_remote): Use gdb_is_target_1.
3433 (gdb_is_target_native): use gdb_is_target_1.
3434
6893c19a
TT
34352018-02-26 Tom Tromey <tom@tromey.com>
3436
3437 PR python/16497:
3438 * gdb.python/py-framefilter.exp: Update test.
3439
2ddeaf8a
TT
34402018-02-26 Tom Tromey <tom@tromey.com>
3441
3442 * gdb.dwarf2/variant.c: New file.
3443 * gdb.dwarf2/variant.exp: New file.
3444
c9317f21
TT
34452018-02-26 Tom Tromey <tom@tromey.com>
3446
3447 * gdb.rust/simple.exp: Accept more possible results in enum test.
3448
6f6d0c26
SM
34492018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3450
3451 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3452 parentheses.
3453
11b03145
MR
34542018-02-23 Maciej W. Rozycki <macro@mips.com>
3455
3456 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3457 name of a variable: $actual_linejj -> $actual_line.
3458
54a27fe5
JB
34592018-02-21 John Baldwin <jhb@FreeBSD.org>
3460
3461 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3462
de65820c
MM
34632018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3464
3465 * gdb.btrace/buffer-size.exp: Do not force BTS.
3466
980548fd
PA
34672018-02-14 Pedro Alves <palves@redhat.com>
3468
3469 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3470 getting a "Quit".
3471
c4e12631
MM
34722018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3473
3474 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3475 Fix test name.
3476
c2e0e465
SM
34772018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3478
3479 * gdb.cp/m-static.exp: Check type of optimized out static
3480 member.
3481
f7216783
AB
34822018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3483
3484 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3485 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3486
0625771b
LS
34872018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3488 Leszek Swirski <leszeks@google.com>
3489
3490 * gdb.python/py-prettyprint.c
3491 (struct to_string_returns_value_inner,
3492 struct to_string_returns_value_wrapper): New.
3493 (main): Add tsrvw variable.
3494 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3495 ToStringReturnsValueWrapper): New classes.
3496 (register_pretty_printers): Register new pretty-printers.
3497 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3498 recursive pretty printer.
3499 * gdb.python/py-mi.exp: Likewise.
3500
59498c30
LS
35012018-02-01 Leszek Swirski <leszeks@google.com>
3502
3503 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3504 functions with the same name as an include file are parsed
3505 correctly.
3506
d4d38844
YQ
35072018-02-01 Yao Qi <yao.qi@linaro.org>
3508
3509 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3510 "\[^\r\n\]*".
3511
07e5f5cf
NP
35122018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3513
3514 * gdb.arch/powerpc-prologue-frame.s: New file.
3515 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3516 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3517
929b5ad4
JB
35182018-01-31 Joel Brobecker <brobecker@adacore.com>
3519
3520 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3521
e671cd59
PA
35222018-01-30 Pedro Alves <palves@redhat.com>
3523
3524 PR gdb/13211
3525 * gdb.base/interrupt-daemon.c: New.
3526 * gdb.base/interrupt-daemon.exp: New.
3527 * gdb.multi/multi-term-settings.c: New.
3528 * gdb.multi/multi-term-settings.exp: New.
3529
fc413dc4
JB
35302018-01-30 Joel Brobecker <brobecker@adacore.com>
3531
3532 * gdb.base/break.exp: Save the location where the breakpoint
3533 on break.c:47 was actually inserted when debugging the version
3534 compiled at -O2 and use it in the expected output of the "info
3535 break" test performed soon after.
3536
5c319bb2
PA
35372018-01-22 Pedro Alves <palves@redhat.com>
3538 Sergio Durigan Junior <sergiodj@redhat.com>
3539
3540 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3541 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3542
a9e40818
JB
35432018-01-22 Joel Brobecker <brobecker@adacore.com>
3544
3545 * gdb.base/break-include.c, gdb.base/break-include.inc,
3546 gdb.base/break-include.exp: New files.
3547 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3548 line number now being the actual line number where the breakpoint
3549 was inserted.
3550 * gdb.mi/mi-break.exp: Likewise.
3551 * gdb.mi/mi-reverse.exp: Likewise.
3552 * gdb.mi/mi-simplerun.exp: Ditto.
3553
e707fc44
AB
35542018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3555
3556 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3557 varobj.
3558 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3559
ae451627
AB
35602018-01-21 Don Breazeal <donb@codesourcery.com>
3561 Andrew Burgess <andrew.burgess@embecosm.com>
3562
3563 * gdb.mi/basics.c: Add new global.
3564 * gdb.mi/mi-frame-regs.exp: New file.
3565 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3566 case.
3567
b1b189e0
AB
35682018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3569
3570 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3571 non-parameter, and on an unknown symbol.
3572
fcfcc376
TT
35732018-01-19 Tom Tromey <tom@tromey.com>
3574
3575 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3576 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3577
634c1c31
AA
35782018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3579
3580 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3581 setrlimit and chdir to int.
3582
d6ad07fd
AA
35832018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3584
3585 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3586 function.
3587 (my_tend): Likewise.
3588 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3589 rationale of avoiding FP- and vector instructions.
3590
adf8243b
RK
35912018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3592
3593 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3594 "info reg" with "\[ \t\]*".
3595 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3596 "\[ \t\]+".
3597 * gdb.arch/s390-multiarch.exp: Ditto.
3598 * gdb.base/pc-fp.exp: Ditto.
3599 * gdb.reverse/i386-precsave.exp: Ditto.
3600 * gdb.reverse/i386-reverse.exp: Ditto.
3601 * gdb.reverse/i387-env-reverse.exp: Ditto.
3602 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3603
dcc06925
AA
36042018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3605
3606 * lib/gdb.exp (gdb_compile): Re-enable use of
3607 universal_compile_options for languages other than Rust.
3608
25d4fd80
AA
36092018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3610
3611 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3612
ee7f689e 36132018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
3614
3615 PR gdb/16577
3616 * gdb.base/solib-vanish.exp: New.
3617 * gdb.base/solib-vanish-main.c: New.
3618 * gdb.base/solib-vanish-lib1.c: New.
3619 * gdb.base/solib-vanish-lib2.c: New.
3620
d8447b6b
YQ
36212018-01-17 Yao Qi <yao.qi@linaro.org>
3622
3623 * gdb.compile/compile.exp: Match the address printed for
3624 frame in the output of command "bt".
3625
86d6a90c
TT
36262018-01-15 Tom Tromey <tom@tromey.com>
3627
3628 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3629 compute sp_reg.
3630
cbcdb1aa
AB
36312018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3632
3633 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3634 to prepare.
3635 (prepare): Return 0 on error, 1 on success.
3636
eea61984
PA
36372018-01-12 Pedro Alves <palves@redhat.com>
3638
3639 * gdb.base/continue-after-aborted-step-over.c: New.
3640 * gdb.base/continue-after-aborted-step-over.exp: New.
3641
6181e9c2
SM
36422018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3643
3644 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3645 options when not creating an executable.
3646
3cada740
PA
36472018-01-11 Pedro Alves <palves@redhat.com>
3648
3649 PR remote/22597
3650 * gdb.server/stop-reply-no-thread.c: New file.
3651 * gdb.server/stop-reply-no-thread.exp: New file.
3652
c63d3e8d
PA
36532018-01-10 Pedro Alves <palves@redhat.com>
3654
3655 PR gdb/22670
3656 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3657 functions too. Test setting breakpoints and printing C functions
3658 with no debug info too.
3659 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3660
d4c2a405
PA
36612018-01-10 Pedro Alves <palves@redhat.com>
3662
3663 PR gdb/22670
3664 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3665 a fail.
3666
8825213e
PA
36672018-01-10 Pedro Alves <palves@redhat.com>
3668
3669 PR gdb/22670
3670 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3671
605fd3c6
YQ
36722018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3673
3674 * gdb.server/unittest.exp: Match the output in non-development
3675 mode.
3676
1e5ded6c
YQ
36772018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3678
3679 * gdb.gdb/unittest.exp: Match output in non-development mode.
3680
30066b0b
JB
36812018-01-08 Joel Brobecker <brobecker@adacore.com>
3682
3683 * gdb.ada/access_tagged_param.exp: Relax expected output
3684 for value of "ObjL" in "continue" to pck.inspect breakpoint
3685 test.
3686
04bafb1e
XR
36872018-01-08 Joel Brobecker <brobecker@adacore.com>
3688
9f86398b
JB
3689 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3690 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 3691
e379cee6
PA
36922018-01-05 Pedro Alves <palves@redhat.com>
3693
3694 PR gdb/18653
3695 * gdb.base/libsegfault.exp: New.
3696
de63c46b
PA
36972018-01-05 Joel Brobecker <brobecker@adacore.com>
3698
3699 PR gdb/22670
3700 * gdb.ada/access_tagged_param.exp: New file.
3701 * gdb.ada/access_tagged_param/foo.adb: New file.
3702
f98fc17b
PA
37032018-01-05 Pedro Alves <palves@redhat.com>
3704
3705 PR gdb/22670
3706 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3707 exercise lower case too, and to exercise both full matching and
3708 wild matching.
3709
342f8240
JB
37102018-01-05 Joel Brobecker <brobecker@adacore.com>
3711
3712 * gdb.ada/rename_subscript_param: New testcase.
3713
7150d33c
JG
37142018-01-05 Jerome Guitton <guitton@adacore.com>
3715
3716 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3717
cc0e770c
JB
37182018-01-05 Joel Brobecker <brobecker@adacore.com>
3719
3720 * gdb.ada/convvar_comp: New testcase.
3721
672a41aa 37222018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
3723
3724 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3725 (My_Table): New global variable.
3726 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3727
7365ec2f
JB
37282018-01-04 Joel Brobecker <brobecker@adacore.com>
3729
3730 PR gdb/22670
3731 * gdb.ada/maint_with_ada: New testcase.
3732
289483b6
JB
37332018-01-04 Joel Brobecker <brobecker@adacore.com>
3734
3735 PR gdb/22670
3736 * gdb.ada/bp_c_mixed_case: New testcase.
3737
344420da
JB
37382018-01-04 Joel Brobecker <brobecker@adacore.com>
3739
3740 PR gdb/22670
3741 * gdb.ada/complete.exp: Add "complete break ada" test.
3742
66fc87a0
JB
37432018-01-04 Joel Brobecker <brobecker@adacore.com>
3744
3745 PR gdb/22670
3746 * gdb.ada/info_addr_mixed_case: New testcase.
3747
9f757bf7
XR
37482018-01-03 Xavier Roirand <roirand@adacore.com>
3749
3750 * gdb.ada/excep_handle.exp: New testcase.
3751 * gdb.ada/excep_handle/foo.adb: New file.
3752 * gdb.ada/excep_handle/pck.ads: New file.
3753
bd570f80
JB
37542018-01-03 Joel Brobecker <brobecker@adacore.com>
3755
3756 * gdb.base/step-line.c: Add extra empty line in copyright header.
3757 * gdb.base/step-line.inp: Likewise.
3758
9fe561ab
JB
37592018-01-02 Joel Brobecker <brobecker@adacore.com>
3760
3761 * gdb.ada/dyn_stride.exp: Add slice test.
3762
a405673c
JB
37632018-01-02 Joel Brobecker <brobecker@adacore.com>
3764
3765 * gdb.ada/dyn_stride: New testcase.
3766
cef0f868
SH
37672017-12-27 Stafford Horne <shorne@gmail.com>
3768
3769 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3770 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3771
b67d92b0
SH
37722017-12-27 Stafford Horne <shorne@gmail.com>
3773
3774 * gdb.base/reggroups.c: New file.
3775 * gdb.base/reggroups.exp: New file.
3776
eccab96d
JB
37772017-12-18 Joel Brobecker <brobecker@adacore.com>
3778
3779 * gdb.dwarf2/ada-valprint-error.c: New file.
3780 * gdb.dwarf2/ada-valprint-error.exp: New file.
3781
0e2da9f0
JB
37822017-12-18 Joel Brobecker <brobecker@adacore.com>
3783
3784 * gdb.ada/assign_arr: New testcase.
3785
cb923fcc
XR
37862017-12-18 Xavier Roirand <roirand@adacore.com>
3787
3788 * gdb.ada/funcall_ptr: New testcase.
3789
7c161838
SDJ
37902017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3791
3792 PR cli/16224
3793 * gdb.base/ptype-offsets.cc: New file.
3794 * gdb.base/ptype-offsets.exp: New file.
3795
1af17fd9
YQ
37962017-12-15 Yao Qi <yao.qi@linaro.org>
3797
3798 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3799 if XML is disabled.
3800
828d5846
XR
38012017-12-15 Xavier Roirand <roirand@adacore.com>
3802
3803 * gdb.ada/same_component_name: New testcase.
3804
79e8fcaa
JB
38052017-12-14 Joel Brobecker <brobecker@adacore.com>
3806
3807 * gdb.ada/str_binop_equal: New testcase.
3808
e05fa6f9
JB
38092017-12-14 Joel Brobecker <brobecker@adacore.com>
3810
3811 * gdb.ada/task_switch_in_core: New testcase.
3812
b89641ba
SM
38132017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3814
3815 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3816 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3817 call test_bkpt_qualified.
3818 (test_bkpt_qualified): New proc.
3819
6892d2e4
PA
38202017-12-13 Pedro Alves <palves@redhat.com>
3821
3822 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3823 Tighten regexp by matching with an anchor.
3824
a22ecf70
PA
38252017-12-13 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3828 ("expression with namespace"): New set of tests.
3829 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3830 (Nested::Test_NS::qux): New.
3831 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3832 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3833
9937536c
JB
38342017-12-13 Joel Brobecker <brobecker@adacore.com>
3835
3836 * gdb.base/server-del-break.c: New file.
3837 * gdb.base/server-del-break.exp: New file.
3838
fe49c6f5
SH
38392017-12-12 Stafford Horne <shorne@gmail.com>
3840
3841 * gdb.xml/tdesc-regs.exp: Add or1k support.
3842
c3d18620
SH
38432017-12-12 Stafford Horne <shorne@gmail.com>
3844
3845 * gdb.base/bp-permanent.c: Define nop of or1k.
3846
c5f9cfc8
JB
38472017-12-11 Joel Brobecker <brobecker@adacore.com>
3848
3849 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3850 output with components being reordered.
3851
a9c135fc
JB
38522017-12-11 Joel Brobecker <brobecker@adacore.com>
3853
3854 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3855 output with components being reordered.
3856
927aa2e7
JK
38572017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3858 Pedro Alves <palves@redhat.com>
3859
3860 * gdb.base/maint.exp (check for .gdb_index): Check also for
3861 .debug_names.
3862 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3863 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3864 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3865 (.gdb_index used after symbol reloading): Support also .debug_names.
3866 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3867
f17d9474
YQ
38682017-12-08 Yao Qi <yao.qi@linaro.org>
3869
3870 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3871 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3872
a0de8c21
YQ
38732017-12-08 Yao Qi <yao.qi@linaro.org>
3874
3875 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3876 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3877
a738ea1d
YQ
38782017-12-08 Yao Qi <yao.qi@linaro.org>
3879
3880 * gdb.arch/aarch64-tagged-pointer.c: New file.
3881 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3882
1cd9a73b
SDJ
38832017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3884
3885 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3886 "int".
3887
fa6eb693
KS
38882017-12-07 Keith Seitz <keiths@redhat.com>
3889
3890 PR breakpoints/22569
3891 * gdb.linespec/ls-errs.exp: Change expected result of "break
3892 -source this file has spaces.c -line 3".
3893 Check that an explicit source file followed by whitespace is
3894 identified as an invalid explicit location.
3895
883fd55a
KS
38962017-12-07 Keith Seitz <keiths@redhat.com>
3897
3898 * gdb.cp/nested-types.cc: New file.
3899 * gdb.cp/nested-types.exp: New file.
3900 * lib/cp-support.exp: Load data-structures.exp library.
3901 (debug_cp_test_ptype_class): New global.
3902 (cp_ptype_class_verbose, next_line): New procedures.
3903 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3904 Add and document new return value.
3905 Switch the list of lines to a queue.
3906 Add support for new `type' key for nested type definitions.
3907 Add debugging/troubleshooting messages.
3908 * lib/data-structures.exp: New file.
3909
ec72db3e
SM
39102017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3911
3912 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3913 with proc_with_prefix, don't use with_test_prefix.
3914
99598d71
TT
39152017-12-07 Tom Tromey <tom@tromey.com>
3916
3917 * gdb.base/break.exp: Add test for empty "commands".
3918
a8806230
YQ
39192017-12-07 Yao Qi <yao.qi@linaro.org>
3920
3921 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3922 malloc and catch syscall.
3923
824cc835
PM
39242017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3925
e79be6e5 3926 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
3927 tests for explicit locations.
3928
7cc244de
PA
39292017-12-06 Pedro Alves <palves@redhat.com>
3930
3931 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3932 force-disabling XML descriptions.
3933
50a1fdd5
PA
39342017-12-04 Pedro Alves <palves@redhat.com>
3935
3936 PR gdb/22499
3937 * gdb.arch/amd64-disp-step-avx.S: New file.
3938 * gdb.arch/amd64-disp-step-avx.exp: New file.
3939
f0fb2488
PA
39402017-12-03 Pedro Alves <palves@redhat.com>
3941
3942 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3943 and <string.h>.
3944 (parent_function): Print distinct messages when waitpid fails, or
3945 the child exits with a signal, or the child exits for an unhandled
3946 reason.
3947 * gdb.threads/process-dies-while-detaching.exp
3948 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3949 it. Wait for both inferior output and GDB's prompt. Use an
3950 indirect spawn id list.
3951 (do_detach): New parameter 'child_exit'. Use it to compute
3952 expected inferior output.
3953 (test_detach, test_detach_watch, test_detach_killed_outside):
3954 Adjust to pass down the expected child exit kind.
3955
97cbe998
SDJ
39562017-12-01 Joel Brobecker <brobecker@adacore.com>
3957 Sergio Durigan Junior <sergiodj@redhat.com>
3958 Pedro Alves <palves@redhat.com>
3959
3960 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3961
40fc416f
SDJ
39622017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3963
3964 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3965 to 'symbol-file' and 'add-symbol-file' can be
3966 position-independent.
3967
1cc75e92
YQ
39682017-12-01 Yao Qi <yao.qi@linaro.org>
3969
3970 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3971 the URL in copyright header.
3972 * gdb.arch/aarch64-fp.exp: Likewise.
3973 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3974 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3975 * gdb.base/expand-psymtabs.exp: Likewise.
3976 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3977 * gdb.fortran/common-block.exp: Likewise.
3978 * gdb.fortran/common-block.f90: Likewise.
3979 * gdb.fortran/logical.exp: Likewise.
3980 * gdb.fortran/vla-datatypes.f90: Likewise.
3981 * gdb.fortran/vla-sub.f90: Likewise.
3982
875fb7a7
JB
39832017-11-30 Joel Brobecker <brobecker@adacore.com>
3984
3985 * gdb.ada/repeat_dyn: New testcase.
3986
6f14765f
UW
39872017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3988
3989 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3990 Update for changed thread numbering.
3991 * gdb.cell/bt.exp: Update for changed GDB output.
3992
f1af7b94
SM
39932017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3994
3995 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3996 setting isremote by hand.
3997 * boards/dwarf4-gdb-index.exp: Likewise.
3998 * boards/fission.exp: Likewise.
3999 * boards/stabs.exp: Likewise.
4000
e3919f3e
PA
40012017-11-30 Pedro Alves <palves@redhat.com>
4002
4003 * gdb.linespec/cpls-ops.exp
4004 (check_explicit_skips_function_argument): Extract the underlying
4005 type of size_t instead of hardcoding it.
4006
bd69330d
PA
40072017-11-29 Pedro Alves <palves@redhat.com>
4008
4009 PR c++/19436
4010 * gdb.linespec/cpls-abi-tag.cc: New file.
4011 * gdb.linespec/cpls-abi-tag.exp: New file.
4012
a20714ff
PA
40132017-11-29 Pedro Alves <palves@redhat.com>
4014
4015 * gdb.base/langs.exp: Use -qualified.
4016 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4017 it.
4018 * gdb.cp/namespace.exp: Use -qualified.
4019 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4020 (overload-3, template-overload, template-ret-type, const-overload)
4021 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4022 procedures.
4023 (test_driver): Call them.
4024 * gdb.cp/save-bp-qualified.cc: New.
4025 * gdb.cp/save-bp-qualified.exp: New.
4026 * gdb.linespec/explicit.exp: Test -qualified.
4027 * lib/completion-support.exp (completion::explicit_opts_list): Add
4028 "-qualified".
4029 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4030
f6f1d339
PM
40312017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4032
4033 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4034
02ca603a
TT
40352017-11-29 Tom Tromey <tom@tromey.com>
4036
4037 * gdb.base/relocate.exp: Update invalid argument test.
4038 Add new tests for invalid arguments.
4039
ed6c0bfb
TP
40402017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4041
4042 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4043 Return 0 as a long.
4044 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4045
f106e10e
TP
40462017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4047
4048 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4049 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4050 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4051 func ().
4052 * gdb.cp/shadow.cc (B.func): Return 0.
4053
10329bb2
JB
40542017-11-27 Joel Brobecker <brobecker@adacore.com>
4055
4056 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4057 expected output in gdb_expect call to allow the exception
4058 message to be present as well. Fix syntax confusion to avoid
4059 TCL thinking that exception_name is an array.
4060
617cd4bc
UW
40612017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4062
4063 * gdb.arch/spu-info.c: Include <unistd.h>.
4064 (do_signal_test): Fix broken calls to write.
4065 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4066 Fix checks for empty mailboxes. Update signal tests for corrected
4067 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4068 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4069 * gdb.cell/arch.exp: Use standard_output_file.
4070 * gdb.cell/break.exp: Likewise.
4071 * gdb.cell/bt.exp: Likewise.
4072 * gdb.cell/core.exp: Likewise.
4073 * gdb.cell/dwarfaddr.exp: Likewise.
4074 * gdb.cell/ea-cache.exp: Likewise.
4075 * gdb.cell/ea-standalone.exp: Likewise.
4076 * gdb.cell/f-regs.exp: Likewise.
4077 * gdb.cell/fork.exp: Likewise.
4078 * gdb.cell/gcore.exp: Likewise.
4079 * gdb.cell/mem-access.exp: Likewise.
4080 * gdb.cell/ptype.exp: Likewise.
4081 * gdb.cell/registers.exp: Likewise.
4082 * gdb.cell/sizeof.exp: Likewise.
4083 * gdb.cell/solib-symbol.exp: Likewise.
4084 * gdb.cell/solib.exp: Likewise.
617cd4bc 4085
a81aaca0
PA
40862017-11-25 Pedro Alves <palves@redhat.com>
4087
4088 * gdb.base/complete-empty.exp: New file.
4089 * gdb.base/completion.exp: Adjust.
4090
6a3c6ee4
PA
40912017-11-25 Pedro Alves <palves@redhat.com>
4092
4093 * gdb.linespec/cpls-ops.cc: New file.
4094 * gdb.linespec/cpls-ops.exp: New file.
4095 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4096 factored out from ...
4097 (test_complete_prefix_range): ... this.
4098
8955eb2d
PA
40992017-11-24 Pedro Alves <palves@redhat.com>
4100
4101 * gdb.linespec/cpcompletion.exp: New file.
4102 * gdb.linespec/cpls-hyphen.cc: New file.
4103 * gdb.linespec/cpls.cc: New file.
4104 * gdb.linespec/cpls2.cc: New file.
4105 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4106 test to use test_gdb_complete_unique. Add label completion,
4107 keyword completion and explicit location completion tests.
4108 * lib/completion-support.exp: New file.
4109
e547c119
JB
41102017-11-24 Joel Brobecker <brobecker@adacore.com>
4111
4112 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4113 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4114 when hitting an exception catchpoint.
4115
7c3c1aa8
YQ
41162017-11-22 Yao Qi <yao.qi@linaro.org>
4117
4118 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4119
41bd68f5
SM
41202017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4121
4122 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4123 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4124 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4125
1daad298
YQ
41262017-11-22 Yao Qi <yao.qi@linaro.org>
4127
4128 * gdb.base/info-os.exp: Pass pthreads.
4129 * gdb.multi/multi-attach.exp: Likewise.
4130
88465e87
YQ
41312017-11-22 Yao Qi <yao.qi@linaro.org>
4132
4133 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4134 compiler.
4135
dc196b23
YQ
41362017-11-22 Yao Qi <yao.qi@linaro.org>
4137
4138 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4139 * gdb.base/break-interp.exp: Likewise.
4140 * gdb.base/jit-attach-pie.exp: Likewise.
4141
2400729e
UW
41422017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4143
4144 * gdb.base/float128.c (large128): New variable.
4145 * gdb.base/float128.exp: Add test to print largest __float128 value.
4146
7a26362d
UW
41472017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4148
4149 * gdb.arch/vsx-regs.exp: Update register content checks.
4150
ed0f4273
UW
41512017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4152
4153 * gdb.arch/ppc-longdouble.exp: New file.
4154 * gdb.arch/ppc-longdouble.c: Likewise.
4155
a25d69c6
PA
41562017-11-21 Pedro Alves <palves@redhat.com>
4157
4158 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4159
73fcf641
PA
41602017-11-20 Pedro Alves <palves@redhat.com>
4161
4162 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4163 (long_double_typedef): New typedefs.
4164 Use DEF on double and long double.
4165 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4166 cases.
4167 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4168 and 'long_double_ptr_same_size' locals. Use them to decide
4169 whether cast from array/function to float is valid/invalid.
4170
71a3c369
TT
41712017-11-17 Tom Tromey <tom@tromey.com>
4172
4173 * gdb.rust/traits.rs: New file.
4174 * gdb.rust/traits.exp: New file.
4175
ced9779b
JB
41762017-11-17 Joel Brobecker <brobecker@adacore.com>
4177
4178 * gdb.ada/minsyms: New testcase.
4179
a0922d80
PA
41802017-11-16 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4183 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4184
ea04e54c
PA
41852017-11-16 Pedro Alves <palves@redhat.com>
4186
4187 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4188 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4189
e849ea89
PA
41902017-11-16 Pedro Alves <palves@redhat.com>
4191
4192 * gdb.server/reconnect-ctrl-c.c: New file.
4193 * gdb.server/reconnect-ctrl-c.exp: New file.
4194
d8ae99a7
PM
41952017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4196
4197 * gdb.python/py-rbreak.exp: New file.
4198 * gdb.python/py-rbreak.c: New file.
4199 * gdb.python/py-rbreak-func2.c: New file.
4200
968a13f8
PA
42012017-11-16 Pedro Alves <palves@redhat.com>
4202
4203 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4204 pattern.
4205 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4206 GDB.
4207
71774bc9
SM
42082017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4209
4210 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4211 regex.
4212
ddbb44cf
SM
42132017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4214
4215 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4216 test names.
4217
584a564f
PA
42182017-11-09 Pedro Alves <palves@redhat.com>
4219
4220 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4221 factored out from ...
4222 (top level): ... here, and adjusted to avoid expecting beyond the
4223 prompt in a single gdb_test_multiple.
4224
5ed7a928
PA
42252017-11-09 Pedro Alves <palves@redhat.com>
4226
4227 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4228 output.
4229 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4230 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4231 * gdb.server/ext-run.exp ("kill" test): Likewise.
4232 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4233
a60e0738
PA
42342017-11-09 Pedro Alves <palves@redhat.com>
4235
4236 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4237 match till end of line.
4238
2c88253f
PA
42392017-11-09 Pedro Alves <palves@redhat.com>
4240
4241 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4242
c7a38517
PA
42432017-11-09 Pedro Alves <palves@redhat.com>
4244
4245 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4246 New procedures, factored out from ...
4247 (top level): ... here, and adjusted to avoid expecting beyond the
4248 prompt in one go.
4249
f29f4b6b
PA
42502017-11-09 Pedro Alves <palves@redhat.com>
4251
4252 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4253 output. Fix '?' match.
4254
286acbb5
JB
42552017-11-08 Joel Brobecker <brobecker@adacore.com>
4256
4257 * gdb.ada/scoped_watch: New testcase.
4258 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4259 which is actually correct.
4260 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4261 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4262
62d7ae92
PA
42632017-11-08 Pedro Alves <palves@redhat.com>
4264
4265 * gdb.gdb/complaints.exp (test_initial_complaints)
4266 (test_serial_complaints, test_short_complaints): Call
4267 complaint_internal instead of complaint.
4268
280ca31f
DT
42692017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4270
4271 * gdb.threads/tls-core.c: New file.
4272 * gdb.threads/tls-core.exp: Likewise.
4273
b5ec771e
PA
42742017-11-08 Pedro Alves <palves@redhat.com>
4275
4276 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4277 (p Exported_Capitalized): New test.
4278 (p exported_capitalized): New test.
4279
a02b41a7
PA
42802017-11-07 Pedro Alves <palves@redhat.com>
4281
4282 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4283
95e95a6d
PA
42842017-11-07 Pedro Alves <palves@redhat.com>
4285
4286 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4287 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4288 (disable_invalid, disable_inverted, disable_negative): New
4289 procedures.
4290 ("bad numbers"): New set of tests.
4291
cee62dbd
PA
42922017-11-07 Pedro Alves <palves@redhat.com>
4293
4294 * gdb.cp/ena-dis-br-range.exp: Add tests.
4295
cc638e86
PA
42962017-11-07 Pedro Alves <palves@redhat.com>
4297
4298 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4299
d0fe4701
XR
43002017-11-07 Xavier Roirand <roirand@adacore.com>
4301 Pedro Alves <palves@redhat.com>
4302
4303 * gdb.base/ena-dis-br.exp: Add reference to
4304 gdb.cp/ena-dis-br-range.exp.
4305 * gdb.cp/ena-dis-br-range.exp: New file.
4306 * gdb.cp/ena-dis-br-range.cc: New file.
4307
46f67f80
PA
43082017-11-06 Pedro Alves <palves@redhat.com>
4309
4310 * gdb.base/attach-non-pgrp-leader.c: New.
4311 * gdb.base/attach-non-pgrp-leader.exp: New.
4312
726e1356
PA
43132017-11-06 Pedro Alves <palves@redhat.com>
4314
4315 * configure.ac: No longer check for termio.h and sgtty.h.
4316 * configure: Regenerate.
4317 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4318 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4319 Remove termio and sgtty code.
4320
50ab6ace
YQ
43212017-11-03 Yao Qi <yao.qi@linaro.org>
4322
4323 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4324 in GDB is disabled.
4325
8e68731c
YQ
43262017-11-03 Yao Qi <yao.qi@linaro.org>
4327
4328 * gdb.python/py-thrhandle.exp: Skip it if python is not
4329 enabled.
4330
3a87ae65
SM
43312017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4332
4333 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4334 as a breakpoint command.
4335
484d8d36
MD
43362017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4337
4338 PR python/21213
4339 * gdb.python/py-infthread.exp: Test calling
4340 InferiorThread.inferior () multiple times in a row.
4341
4a27f119
KS
43422017-10-27 Keith Seitz <keiths@redhat.com>
4343
4344 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4345 Test "info break" for every inlined function breakpoint.
4346
bb11dd58
YQ
43472017-10-27 Yao Qi <yao.qi@linaro.org>
4348
4349 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4350
a43f3893
PF
43512017-10-26 Patrick Frants <osscontribute@gmail.com>
4352
4353 * gdb.cp/classes.exp (test_static_members): Test printing
4354 Outer::instance.
4355 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4356 (Inner::instance, Outer::instance): New.
4357
792ccf00
PA
43582017-10-24 Pedro Alves <palves@redhat.com>
4359
4360 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4361 extra console" test in two stages.
4362
eb2bfbad
PA
43632017-10-24 Pedro Alves <palves@redhat.com>
4364
4365 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4366
1f75a651
PA
43672017-10-24 Pedro Alves <palves@redhat.com>
4368
4369 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4370 loop.
4371
779990d9
PA
43722017-10-24 Pedro Alves <palves@redhat.com>
4373
4374 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4375 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4376
ad9b8f5d
PA
43772017-10-24 Pedro Alves <palves@redhat.com>
4378
4379 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4380 parameter and handle it. Don't output read value in test name.
4381
fee6da6e
PA
43822017-10-24 Pedro Alves <palves@redhat.com>
4383
4384 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4385 custom test name.
4386
10389c2c
PA
43872017-10-24 Pedro Alves <palves@redhat.com>
4388
4389 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4390 include the unstable output directory name in the test's name.
4391 (initial_setup_simple) <'set args'>: Use custom test name.
4392
a80e65a9
PA
43932017-10-24 Pedro Alves <palves@redhat.com>
4394
4395 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4396 with explicit test name.
4397
15763a09
PA
43982017-10-20 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4401 'wait -i'. Use gdb_assert and remote_close.
4402
49a4ce2e
AB
44032017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4404
4405 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4406 number from variable rather than hard-coded.
4407
a75868f5
PA
44082017-10-19 Pedro Alves <palves@redhat.com>
4409
4410 * gdb.base/long-inferior-output.c: New file.
4411 * gdb.base/long-inferior-output.exp: New file.
4412
c8ba13ad
KS
44132017-11-18 Keith Seitz <keiths@redhat.com>
4414
4415 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4416 method.
4417 (main): Call it.
4418 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4419 Add additional user-defined conversion operator tests.
4420
b27de576
PA
44212017-10-17 Pedro Alves <palves@redhat.com>
4422
4423 * boards/native-stdio-gdbserver.exp: Load "local-board".
4424
8484c955
PA
44252017-10-17 Pedro Alves <palves@redhat.com>
4426
4427 * gdb.base/quit-live.c: New file.
4428 * gdb.base/quit-live.exp: New file.
4429
83d5a34d
KS
44302017-10-16 Keith Seitz <keiths@redhat.com>
4431
4432 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4433 (class_with_protected_typedef, class_with_private_typedef)
4434 (struct_with_public_typedef, struct_with_protected_typedef)
4435 (struct_with_private_typedef): New classes/structs.
4436 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4437 typedefs and access specifiers.
4438
739b3f1d
PA
44392017-10-16 Pedro Alves <palves@redhat.com>
4440 Simon Marchi <simon.marchi@polymtl.ca>
4441
4442 * README (Local vs Remote vs Native): New section.
4443 * boards/local-board.exp: New file, with bits factored out from
4444 ...
4445 * boards/native-extended-gdbserver.exp: ... here. Load
4446 "local-board".
4447 * boards/native-gdbserver.exp: Load "local-board".
4448 (${board}_spawn, ${board}_exec): Delete.
4449 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4450 ...
4451 * boards/stdio-gdbserver-base.exp: ... this new file.
4452 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4453 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4454 procedure.
4455 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4456 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4457 stdio_gdbserver_command.
4458 (${board}_get_remote_address, ${board}_get_comm_port)
4459 (${board}_download, ${board}_upload): Delete.
4460 (get_target_remote_pipe_cmd): New.
4461
fe68b953
SM
44622017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4463
4464 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4465 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4466 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4467 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4468 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4469 remove with_test_prefix.
4470
300b6685
PA
44712017-10-13 Pedro Alves <palves@redhat.com>
4472
4473 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4474 * gdb.base/annota1.exp: Use it instead of is_remote.
4475 * gdb.base/annota3.exp: Use it instead of is_remote.
4476 * gdb.cp/annota2.exp: Use it instead of is_remote.
4477 * gdb.cp/annota3.exp: Use it instead of is_remote.
4478 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4479
50500caf
PA
44802017-10-13 Pedro Alves <palves@redhat.com>
4481
4482 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4483 (test_num_test_vars, run_and_count_vars, find_env)
4484 (test_set_unset_env, test_inherit_env_var): New procedures.
4485 (top level): Use them.
4486
dad0c6d2
PA
44872017-10-13 Pedro Alves <palves@redhat.com>
4488
4489 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4490 also skip on stub-like targets.
4491
8b0553c1
PA
44922017-10-13 Pedro Alves <palves@redhat.com>
4493
4494 PR gdb/22293
4495 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4496 (top level): Move some tests to ...
4497 (test_not_found): ... this new procedure.
4498 (top level): Call it.
4499
7594f623
PA
45002017-10-13 Pedro Alves <palves@redhat.com>
4501
4502 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4503 expect different "info terminal" output if testing with a
4504 non-native target.
4505
ebe3b402
PA
45062017-10-13 Pedro Alves <palves@redhat.com>
4507 Simon Marchi <simon.marchi@polymtl.ca>
4508
4509 PR python/12966
4510 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4511
42f1b161
PA
45122017-10-13 Pedro Alves <palves@redhat.com>
4513
4514 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4515 already.
4516
8d6ef72b
PA
45172017-10-13 Pedro Alves <palves@redhat.com>
4518
4519 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4520 is_remote.
4521
d7bcd5b8
PA
45222017-10-13 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4525 is_remote.
4526
df479dc6
PA
45272017-10-13 Pedro Alves <palves@redhat.com>
4528
4529 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4530 is set.
4531 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4532 instead of is_remote.
4533
23fb630a
PA
45342017-10-13 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4537 (top level): Add comment.
4538
cc77b1dc
PA
45392017-10-13 Pedro Alves <palves@redhat.com>
4540
4541 * gdb.base/remote.exp (top level): Fix comment typo and add
4542 missing return.
4543
27c9e813
PA
45442017-10-13 Pedro Alves <palves@redhat.com>
4545 Simon Marchi <simon.marchi@polymtl.ca>
4546
4547 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4548 calls and add comments. Skip test if use_gdb_stub is set.
4549 (top level): Use "set cwd" command instead of "cd" command.
4550
5e830d98
PA
45512017-10-13 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4554 is_remote target check.
4555
f5ca0032
PA
45562017-10-13 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.base/scope.exp: Use build_executable + clean_restart +
4559 gdb_file_cmd instead of prepare_for_testing and no longer skip
4560 "before run" tests on is_remote target boards. Update comments.
4561 * boards/native-extended-gdbserver.exp
4562 (extended_gdbserver_load_last_file): New, factored out from ...
4563 (gdb_load): ... this. Move further below and add comment.
4564 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4565
8aed1c0d
PA
45662017-10-12 Pedro Alves <palves@redhat.com>
4567
4568 * gdb.base/attach.exp: Remove references to gdb64.
4569 * gdb.base/dbx.exp: Remove references to gdb64.
4570
cfa34c87
SM
45712017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4572 Pedro Alves <palves@redhat.com>
4573
4574 * gdb.base/label.exp: Remove is_remote target check.
4575
9192b7de
PA
45762017-10-12 Pedro Alves <palves@redhat.com>
4577
4578 * gdb.base/auvx.exp (coredir): Update comment.
4579 (top level) <core_works>: Use "set cwd" command instead of "cd"
4580 command.
4581
6bf0052d
PA
45822017-10-12 Pedro Alves <palves@redhat.com>
4583 Simon Marchi <simon.marchi@polymtl.ca>
4584
4585 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4586 target boards.
4587
e48ef82d
PA
45882017-10-12 Pedro Alves <palves@redhat.com>
4589 Simon Marchi <simon.marchi@polymtl.ca>
4590
4591 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4592 Instead skip if there's any gdb_protocol set.
4593
8d7aea57
SM
45942017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4595 Pedro Alves <palves@redhat.com>
4596
4597 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4598
30440677
PA
45992017-10-12 Pedro Alves <palves@redhat.com>
4600 Simon Marchi <simon.marchi@polymtl.ca>
4601
4602 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4603 instead of on dejagnu remote boards.
4604
4e04f045 46052017-10-12 Pedro Alves <palves@redhat.com>
175654b9 4606 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
4607
4608 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4609 checks. Use build_executable + clean_restart instead of
4610 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4611 of enabling non-stop after starting gdb.
4612
871a186e
PA
46132017-10-12 Pedro Alves <palves@redhat.com>
4614
4615 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4616 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4617 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4618 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4619
56d704da
AK
46202017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4621
4622 * gdb.arch/arc-tdesc-cpu.exp: New file.
4623 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4624
2f20e312
SM
46252017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4626
4627 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4628
65630365
PA
46292017-10-10 Pedro Alves <palves@redhat.com>
4630
4631 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4632 expect CLI output.
4633
bf469271
PA
46342017-10-10 Pedro Alves <palves@redhat.com>
4635
4636 * lib/selftest-support.exp (selftest_setup): Update for
4637 captured_command_loop's prototype change.
4638
777a42f1
PA
46392017-10-09 Pedro Alves <palves@redhat.com>
4640
4641 Test both arch1=>arch2 and arch2=>arch1.
4642
4643 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4644 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4645 factored out to...
4646 (append_arch1_options, append_arch2_options, append_arch_options)
4647 (build_executables): New procedures.
4648 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4649 local.
4650 (top level): Add new 'first_arch' testing axis.
4651
cbd2b4e3
PA
46522017-10-09 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4655 (barrier): New.
4656 (thread_start, all_started): New functions.
4657 (main): Spawn new thread and wait until it is scheduled.
4658 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4659 option.
4660 (do_test): Add 'selected_thread' parameter. Run to all_started
4661 instead of main. Explicitly set the breakpoint at main. Switch
4662 to the SELECTED_THREAD thread.
4663 (top level): Test handling the exec event with either the main
4664 thread or the second thread selected.
4665
5c9e4427
PA
46662017-10-09 Pedro Alves <palves@redhat.com>
4667
4668 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4669 logic. Move STOP marker after the value checks.
4670 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4671 regexp.
4672
b3b7c423
SL
46732017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4674
4675 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4676
3b4b2f16
UW
46772017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4678
4679 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4680 integer-to-dfp conversion.
4681 * gdb.base/dfp-test.exp: Likewise.
4682
5cd63fda
PA
46832017-10-04 Pedro Alves <palves@redhat.com>
4684
4685 * gdb.multi/hangout.c: Include <unistd.h>.
4686 (hangout_loop): New function.
4687 (main): Call alarm. Call hangout_loop in a loop.
4688 * gdb.multi/hello.c: Include <unistd.h>.
4689 (hello_loop): New function.
4690 (main): Call alarm. Call hangout_loop in a loop.
4691 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4692 inferior with the other selected.
4693
4c71c105
SM
46942017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4695
4696 * gdb.mi/list-thread-groups-available.exp: New file.
4697 * gdb.mi/list-thread-groups-available.c: New file.
4698
bc3b087d
SDJ
46992017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4700
4701 * gdb.base/set-cwd.exp: Make it available on
4702 native-extended-gdbserver.
4703
d092c5a2
SDJ
47042017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4705
4706 * gdb.base/set-cwd.c: New file.
4707 * gdb.base/set-cwd.exp: Likewise.
4708
45320ffa
TT
47092017-10-02 Tom Tromey <tom@tromey.com>
4710
4711 PR rust/22236:
4712 * gdb.rust/simple.rs (main): New variable "fslice".
4713 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4714
b3e3859b
TT
47152017-10-02 Tom Tromey <tom@tromey.com>
4716
4717 * gdb.rust/simple.exp: Test ptype of a slice.
4718
01af5e0d
TT
47192017-10-02 Tom Tromey <tom@tromey.com>
4720
4721 * gdb.rust/simple.exp: Test index of slice.
4722
a9bbfbd8
TT
47232017-09-27 Tom Tromey <tom@tromey.com>
4724
4725 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4726
df8899e5
TP
47272017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4728 Pedro Alves <palves@redhat.com>
4729
4730 * gdb.base/compare-sections.exp (get value of read-only section): Read
4731 as unsigned value.
4732 (corrupt read-only section): Likewise and don't set written if patching
4733 failed.
4734
757bf54b
KB
47352017-09-21 Kevin Buettner <kevinb@redhat.com>
4736
4737 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4738 files.
4739
06871ae8
PA
47402017-09-20 Pedro Alves <palves@redhat.com>
4741
4742 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4743 symbol names in gdb's output.
4744 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4745
e5f25bc5
PA
47462017-09-20 Pedro Alves <palves@redhat.com>
4747
4748 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4749 Rename to ...
4750 (test_list_ambiguous_symbol): ... this and add a symbol name
4751 parameter. Adjust.
4752 (test_list_ambiguous_function): Reimplement on top of
4753 test_list_ambiguous_symbol and also test listing ambiguous
4754 variables.
4755 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4756 (ambiguous_fun): ... this.
4757 (ambiguous_var): New.
4758 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4759 (ambiguous_fun): ... this.
4760 (ambiguous_var): New.
4761
4e5a4f58
JB
47622017-09-19 John Baldwin <jhb@FreeBSD.org>
4763
4764 * gdb.base/starti.c: New file.
4765 * gdb.base/starti.exp: New file.
4766 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4767
26e53f3e
PA
47682017-09-14 Pedro Alves <palves@redhat.com>
4769
4770 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4771 (top level): Use it instead of runto.
4772
cb791d59
TT
47732017-09-11 Tom Tromey <tom@tromey.com>
4774
4775 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4776
7c96f8c1
TT
47772017-09-11 Tom Tromey <tom@tromey.com>
4778
4779 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4780 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4781
469412dd
CW
47822017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4783
4784 * gdb.fortran/printing-types.exp: New file.
4785 * gdb.fortran/printing-types.exp: New file.
4786
e0f86435
BH
47872017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4788
4789 * gdb.fortran/vla-ptype.exp: Fix typos.
4790 * gdb.fortran/vla-value.exp: Same.
4791
9e9af4be
BH
47922017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4793
4794 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4795 * gdb.mi/mi-var-child-f.exp: Likewise.
4796 * gdb.mi/mi-vla-fortran.exp: Likewise.
4797
a5ad232b 47982017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
4799 Christoph Weinmann <christoph.t.weinmann@intel.com>
4800 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
4801
4802 * gdb.fortran/ptr-indentation.f90: New file.
4803 * gdb.fortran/ptr-indentation.exp: New file.
4804
5aec60eb
TT
48052017-09-05 Tom Tromey <tom@tromey.com>
4806
4807 PR gdb/22010:
4808 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4809
8f8f8152
TP
48102017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4811
4812 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4813
fbd1b771
JK
48142017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4815
4816 * gdb.threads/tls-nodebug-pie.c: New file.
4817 * gdb.threads/tls-nodebug-pie.exp: New file.
4818
5eb5f850
TT
48192017-09-05 Tom Tromey <tom@tromey.com>
4820
4821 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4822 for rust.
4823
ae780a21
SM
48242017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4825
4826 * gdb.multi/multi-arch-exec.exp: Test with different
4827 "follow-exec-mode" settings.
4828 (do_test): New procedure.
4829
3693fdb3
PA
48302017-09-04 Pedro Alves <palves@redhat.com>
4831
4832 * gdb.base/func-static.c (S::method const, S::method volatile)
4833 (S::method volatile const): New methods.
4834 (c_s, v_s, cv_s): New instances.
4835 (main): Call method() on them.
4836 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4837 (cannot_resolve): New procedure.
4838 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4839 print-quote-unquoted columns.
4840 (do_test): Test printing each scope too.
4841
e68cb8e0
PA
48422017-09-04 Pedro Alves <palves@redhat.com>
4843
4844 * gdb.base/local-static.exp: Also test with
4845 class::method::variable wholly quoted.
4846 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4847
858be34c
PA
48482017-09-04 Pedro Alves <palves@redhat.com>
4849
4850 * gdb.base/local-static.c: New.
4851 * gdb.base/local-static.cc: New.
4852 * gdb.base/local-static.exp: New.
4853
46a4882b
PA
48542017-09-04 Pedro Alves <palves@redhat.com>
4855
4856 * gdb.asm/asm-source.exp: Add casts to int.
4857 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4858 (dataglobal64_1, dataglobal64_2): New globals.
4859 * gdb.base/nodebug.exp: Test different expressions involving the
4860 new globals, with print, whatis and ptype. Add casts to int.
4861 * gdb.base/solib-display.exp: Add casts to int.
4862 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4863 * gdb.cp/m-static.exp: Add cast to int.
4864 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4865 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4866 tls variable with no debug info without a cast. Test with a cast
4867 to int too.
4868 * gdb.trace/entry-values.exp: Add casts.
4869
2c5a2be1
PA
48702017-09-04 Pedro Alves <palves@redhat.com>
4871
4872 * gdb.base/nodebug.exp: Test that ptype's error about functions
4873 with unknown return type includes the function name too.
4874
7022349d
PA
48752017-09-04 Pedro Alves <palves@redhat.com>
4876
4877 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4878 return type of munmap in infcall.
4879 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4880 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4881 type of ftell in infcall.
4882 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4883 type of getpid in infcall.
4884 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4885 infcall.
4886 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4887 Bail on failure to extract the pid.
4888 * gdb.base/nodebug.c: #include <stdint.h>.
4889 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4890 New functions.
4891 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4892 Change expected output of print/whatis/ptype with functions with
4893 no debug info. Test all supported languages. Call
4894 test_call_promotion.
4895 * gdb.compile/compile.exp: Adjust expected output to expect
4896 warning.
4897 * gdb.threads/siginfo-threads.exp: Likewise.
4898
54990598
PA
48992017-09-04 Pedro Alves <palves@redhat.com>
4900
4901 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4902 "prototypes". Test calling float functions via prototyped and
4903 unprototyped function pointers.
4904 (perform_all_tests): New parameter "prototypes". Pass it down.
4905 (top level): Pass down "prototypes" parameter to
4906 perform_all_tests.
4907
34d16ea2
SM
49082017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4909
4910 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4911 Test with nested loops.
4912
9521ecda
SM
49132017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4914
4915 * gdb.base/commands.exp: Call the new procedures.
4916 (loop_break_test, loop_continue_test): New procedures.
4917
80a65e9b
SM
49182017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4919
4920 * gdb.base/commands.exp: Call new procedure.
4921 (define_if_without_arg_test): New procedure.
4922
e439fa14
PA
49232017-09-04 Pedro Alves <palves@redhat.com>
4924
4925 * gdb.base/list-ambiguous.exp: New file.
4926 * gdb.base/list-ambiguous0.c: New file.
4927 * gdb.base/list-ambiguous1.c: New file.
4928 * gdb.base/list.exp (test_list_range): Adjust expected output.
4929
0a2dde4a
SDJ
49302017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4931
4932 * gdb.base/share-env-with-gdbserver.c: New file.
4933 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4934
5e89eb3a
SM
49352017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4936
4937 * gdb.base/commands.exp (gdbvar_simple_if_test,
4938 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4939 progvar_simple_if_test, progvar_simple_while_test,
4940 progvar_complex_if_while_test, user_defined_command_test,
4941 user_defined_command_args_eval,
4942 user_defined_command_args_stack_test,
4943 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4944 temporary_breakpoint_commands,
4945 gdb_test_no_prompt, redefine_hook_test,
4946 redefine_backtrace_test): Remove "global gdb_prompt".
4947
fd437cbc
SM
49482017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4949
4950 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4951 New proc, call it from toplevel.
4952
87215ad1
SDJ
49532017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4954
4955 PR remote/21852
4956 * gdb.server/normal.c: New file, copied from gdb.base.
4957 * gdb.server/run-without-local-binary.exp: New file.
4958
58afddc6
WP
49592017-08-07 Weimin Pan <weimin.pan@oracle.com>
4960
4961 * gdb.arch/sparc64-adi.exp: New file.
4962 * gdb.arch/sparc64-adi.c: New file.
4963
5277199a
PA
49642017-08-22 Pedro Alves <palves@redhat.com>
4965
4966 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4967 (top level): Add "list all overloads" tests.
4968
14278e1f
TT
49692017-08-22 Tom Tromey <tom@tromey.com>
4970
4971 * gdb.gdb/xfullpath.exp: Remove.
4972
bf223d3e
PA
49732017-08-21 Pedro Alves <palves@redhat.com>
4974
4975 PR gdb/19487
4976 * gdb.base/symbol-alias.c: New.
4977 * gdb.base/symbol-alias2.c: New.
4978 * gdb.base/symbol-alias.exp: New.
4979
c973d0aa
PA
49802017-08-21 Pedro Alves <palves@redhat.com>
4981
4982 * gdb.base/dfp-test.c
4983 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4984 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4985 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4986 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4987 * gdb.base/whatis-ptype-typedefs.c: New.
4988 * gdb.base/whatis-ptype-typedefs.exp: New.
4989 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4990 (an_int, an_int_type, an_int_type2): New globals.
4991 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4992 involving typedefs and cast expressions.
4993 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4994 (lookup_typedefs_function): New.
4995 (typedefs_pretty_printers_dict): New.
4996 (top level): Register lookup_typedefs_function in
4997 gdb.pretty_printers.
4998
6d580b63
YQ
49992017-08-18 Yao Qi <yao.qi@linaro.org>
5000
5001 * gdb.server/unittest.exp: New.
5002
206726fb
SDJ
50032017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5004
5005 PR gdb/21954
5006 * gdb.base/environ.exp: Add test to check if 'unset environment'
5007 works.
5008
bf0ec4c2
AA
50092017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5010
5011 * lib/gdb.exp (universal_compile_options): New caching proc.
5012 (gdb_compile): Suppress GCC's coloring of messages.
5013
d6382fff
TT
50142017-08-14 Tom Tromey <tom@tromey.com>
5015
5016 PR gdb/21675:
5017 * gdb.base/printcmds.exp (test_radices): New function.
5018 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5019 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5020 * lib/gdb.exp (get_integer_valueof): Use p/d.
5021
c2c2dd9f
SM
50222017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5023
5024 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5025 characters.
5026
fdffd6f4
TT
50272017-08-05 Tom Tromey <tom@tromey.com>
5028
5029 * gdb.rust/simple.exp: Allow String to appear in a different
5030 namespace.
5031
27d41eac
YQ
50322017-07-26 Yao Qi <yao.qi@linaro.org>
5033
5034 * gdb.gdb/unittest.exp: Invoke command
5035 "maintenance check xml-descriptions".
5036
031ed05d
AA
50372017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5038
5039 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5040 calling context.
5041 (hex128): Drop erroneous calculation of parameters.
5042
dcd27ddf
SM
50432017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5044
5045 * gdb.python/py-unwind.exp: Disable stack protection when
5046 building test file.
5047
47e77640
PA
50482017-07-20 Pedro Alves <palves@redhat.com>
5049
5050 * gdb.base/default.exp (set language): Adjust expected output.
5051
62d2a18a
PA
50522017-07-20 Pedro Alves <palves@redhat.com>
5053
5054 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5055 (test_minsym): ... this, and make static.
5056 (get_pck__foo__bar__minsym): Rename to ...
5057 (get_test_minsym): ... this.
5058 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5059 symbol names and comments.
5060 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5061 (get_test_minsym): ... this.
5062 (pck__foo__bar__minsym__2): Rename to ...
5063 (test_minsym): ... this.
5064 (main): Adjust.
5065
c45ec17c
PA
50662017-07-17 Pedro Alves <palves@redhat.com>
5067
5068 * gdb.base/completion.exp: Adjust expected output.
5069 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5070 the completer works.
5071
c6756f62
PA
50722017-07-17 Pedro Alves <palves@redhat.com>
5073
5074 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5075
5bd68487
AB
50762017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5077
5078 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5079
8880f2a9
TT
50802017-07-14 Tom Tromey <tom@tromey.com>
5081
5082 PR rust/21764:
5083 * gdb.rust/simple.exp: Add tests.
5084
65547233
TT
50852017-07-14 Tom Tromey <tom@tromey.com>
5086
5087 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5088
8f14146e
PA
50892017-07-14 Pedro Alves <palves@redhat.com>
5090
5091 * gdb.linespec/base/one/thefile.cc (z1): New function.
5092 * gdb.linespec/base/two/thefile.cc (z2): New function.
5093 * gdb.linespec/linespec.exp: Add tests.
5094
b4365d02
AB
50952017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5096
5097 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5098 to mi_create_breakpoint.
5099
5d2cbaa5
AB
51002017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5101
5102 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5103 mi_create_breakpoint.
5104
11cb5716
IB
51052017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5106
5107 * gdb.dlang/demangle.exp: Update for demangling changes.
5108
03278692
TT
51092017-07-09 Tom Tromey <tom@tromey.com>
5110
5111 * gdb.dwarf2/shortpiece.exp: New file.
5112
33c5cd75
DB
51132017-07-06 David Blaikie <dblaikie@gmail.com>
5114
5115 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5116 built from fissiont-multi-cu{1,2}.c.
5117 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5118 except putting 'main' and 'func' in separate CUs in the same DWO file.
5119 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5120 test.
5121 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5122 test.
5123
8455d262
PA
51242017-07-06 Pedro Alves <palves@redhat.com>
5125
5126 * gdb.python/py-unwind.exp: Test flushregs.
5127
dc4bde35
SDJ
51282017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5129
5130 PR cli/21688
5131 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5132 tests for alias commands and trailing whitespace.
5133
51ed89aa
SDJ
51342017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5135
5136 PR cli/21688
5137 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5138 procedure. Call it.
5139
eb17d413
PA
51402017-06-29 Pedro Alves <palves@redhat.com>
5141
5142 * gdb.base/printcmds.exp: Add tests.
5143
41664b45
DG
51442017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5145
5146 PR gdb/21337
5147 * gdb.base/reread-readsym.exp: New file.
5148 * gdb.base/reread-readsym.c: New file.
5149
75312ae3
KB
51502017-06-21 Kevin Buettner <kevinb@redhat.com>
5151
5152 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5153 subpattern.
5154
66953522
PB
51552017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5156
5157 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5158 extended mnemonic.
5159 * gdb.arch/powerpc-power9.s: Likewise.
5160
5524b525
AA
51612017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5162
5163 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5164 on 32-bit x86 targets. Exploit is_*_target macros where
5165 appropriate.
5166
03c8af18
AA
51672017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5168
5169 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5170 register pieces.
5171
3bf31011
AA
51722017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5173
5174 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5175 located in one or more DWARF pieces.
5176
805acca0
AA
51772017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5178
5179 * lib/gdb.exp (get_endianness): New proc.
5180 * gdb.arch/aarch64-fp.exp: Use it.
5181 * gdb.arch/altivec-regs.exp: Likewise.
5182 * gdb.arch/e500-regs.exp: Likewise.
5183 * gdb.arch/vsx-regs.exp: Likewise.
5184 * gdb.base/dump.exp: Likewise.
5185 * gdb.base/funcargs.exp: Likewise.
5186 * gdb.base/gnu_vector.exp: Likewise.
5187 * gdb.dwarf2/formdata16.exp: Likewise.
5188 * gdb.dwarf2/implptrpiece.exp: Likewise.
5189 * gdb.dwarf2/nonvar-access.exp: Likewise.
5190 * gdb.python/py-inferior.exp: Likewise.
5191 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5192
e9352324
AA
51932017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5194
5195 PR gdb/21226
5196 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5197 stack value pieces are taken from the LSB end.
5198
d5d1163e
AA
51992017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5200
5201 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5202 variable at nonzero offset.
5203
0567c986
AA
52042017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5205
5206 * gdb.dwarf2/var-access.c: New file.
5207 * gdb.dwarf2/var-access.exp: New test.
5208 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5209
973e9aab
TT
52102017-06-12 Tom Tromey <tom@tromey.com>
5211
5212 * gdb.dwarf2/formdata16.exp: Add tests.
5213
d9109c80
TT
52142017-06-12 Tom Tromey <tom@tromey.com>
5215
5216 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5217
30a25466
TT
52182017-06-12 Tom Tromey <tom@tromey.com>
5219
5220 PR exp/16225:
5221 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5222 * gdb.arch/vsx-regs.exp: Update tests.
5223 * gdb.arch/s390-vregs.exp (hex128): New proc.
5224 Update test.
5225 * gdb.arch/altivec-regs.exp: Update tests.
5226
aefd8b33
SDJ
52272017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5228
5229 * gdb.base/startup-with-shell.c: New file.
5230 * gdb.base/startup-with-shell.exp: Likewise.
5231
2090129c
SDJ
52322017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5233
5234 * gdb.server/non-existing-program.exp: Update regex in order to
5235 reflect the fact that gdbserver is now using fork_inferior (with a
5236 shell) to startup the inferior.
5237
8e86a419
SM
52382017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5239
5240 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5241 support function calls from GDB.
5242
e6cf65f2
TT
52432017-05-21 Tom Tromey <tom@tromey.com>
5244
5245 PR rust/21466:
5246 * gdb.rust/unsized.exp: New file.
5247 * gdb.rust/unsized.rs: New file.
5248
43cc5389
TT
52492017-05-19 Tom Tromey <tom@tromey.com>
5250
5251 PR rust/21484:
5252 * gdb.rust/watch.exp: New file.
5253 * gdb.rust/watch.rs: New file.
5254
ec8df234
TT
52552017-05-18 Tom Tromey <tom@tromey.com>
5256
5257 * gdb.rust/simple.exp: Allow Box to be qualified.
5258
3e3e7fae
TP
52592017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5260
5261 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5262
59cc050d
PA
52632017-05-18 Pedro Alves <palves@redhat.com>
5264
5265 * gdb.base/fileio.c (test_write, test_read, test_close)
5266 (test_fstat): Don't print 'ret' in the fail path.
5267
c8f6abd1
PA
52682017-05-18 Pedro Alves <palves@redhat.com>
5269
5270 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5271 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5272 (test_system, test_rename, test_unlink, test_time): Change
5273 prototypes.
5274 * gdb.base/fileio.exp (stop_msg): Adjust.
5275
d2a03b77
PA
52762017-05-18 Pedro Alves <palves@redhat.com>
5277
5278 * gdb.base/fileio.c (null_str): New global.
5279 (test_stat): Use it.
5280 * gdb.base/fileio.exp: Remove nowarnings.
5281
0d5c6999
YQ
52822017-05-17 Yao Qi <yao.qi@linaro.org>
5283
5284 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5285
21873064
YQ
52862017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5287
5288 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5289 argument command.
5290 (top-level): Invoke test_set_inferior_tty.
5291
d512d31c
PA
52922017-05-04 Pedro Alves <palves@redhat.com>
5293
5294 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5295 Add parens to print call for Python 3.
5296
90cef2ed
KS
52972017-05-03 Keith Seitz <keiths@redhat.com>
5298
5299 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5300 (main): Call it.
5301
14f819c8
TW
53022017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5303
5304 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5305 to prev and next.
5306
913aeadd
TW
53072017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5308
5309 * gdb.python/py-record-btrace.exp: Remove test for
5310 gdb.BtraceInstruction.error.
5311
a3be24ad
TW
53122017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5313
5314 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5315
ae20e79a
TW
53162017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5317
5318 * gdb.python/py-record-btrace-threads.c: New file.
5319 * gdb.python/py-record-btrace-threads.exp: New file.
5320
45ce1b47
SDJ
53212017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5322
5323 PR testsuite/8595
5324 * gdb.base/environ.exp: Make test available in all architectures.
5325 Move bits related to "info program" testing to
5326 gdb.base/info-program.exp. Rewrite tests to use the two new
5327 procedures mentione below.
5328 (test_set_show_env_var) New procedure.
5329 (test_set_show_env_var_equal): Likewise.
5330 * gdb.base/info-program.exp: New file.
5331
e15c3eb4
KS
53322017-04-27 Keith Seitz <keiths@redhat.com>
5333
5334 * gdb.cp/oranking.cc (test15): New function.
5335 (main): Call test15 and declare additional variables for testing.
5336 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5337 "p foo101('abc')" tests.
5338 Add tests for cv qualifier overloads.
5339 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5340 "lvalue reference overload" test.
5341 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5342 "print value of f1 on Child&& in f2" test.
5343
3a3fd0fd
PA
53442017-04-19 Pedro Alves <palves@redhat.com>
5345
5346 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5347 procedure.
5348 (top level): Call it.
5349 * lib/gdb.exp (gdb_define_cmd): New procedure.
5350
53375380
PA
53512017-04-12 Pedro Alves <palves@redhat.com>
5352
5353 PR gdb/21323
5354 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5355 (wchar): New global.
5356 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5357 (do_test_wide_char, wide_char_types_no_program, top level): Add
5358 wchar_t testing.
5359
53e710ac
PA
53602017-04-12 Pedro Alves <palves@redhat.com>
5361
5362 PR c++/21323
5363 * gdb.cp/wide_char_types.c: New file.
5364 * gdb.cp/wide_char_types.exp: New file.
5365
0ad9d8c7
SDJ
53662017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5367
5368 PR gdb/21352
5369 * gdb.trace/tsv.exp: Add test for "tsave -r".
5370
b1b45502
IB
53712017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5372
5373 * gdb.dlang/watch-loc.c: New file.
5374 * gdb.dlang/watch-loc.exp: New file.
5375
ec13808e
JK
53762017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5377
5378 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5379
fe5f7374
AK
53802017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5381
5382 * gdb.arch/arc-analyze-prologue.S: New file.
5383 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5384
eea78757
AK
53852017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5386
5387 * gdb.arch/arc-decode-insn.S: New file.
5388 * gdb.arch/arc-decode-insn.exp: Likewise.
5389
5badf10a
IR
53902017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5391
5392 PR tdep/20928
5393 * gdb.arch/sparc64-regs.exp: New file.
5394 * gdb.arch/sparc64-regs.S: Likewise.
5395
cee59b3f
TW
53962017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5397
5398 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5399 and memory view on Python 3.
5400
c0f55cc6
AV
54012017-03-20 Artemiy Volkov <artemiyv@acm.org>
5402 Keith Seitz <keiths@redhat.com>
5403
5404 PR gdb/14441
5405 * gdb.cp/demangle.exp: Add rvalue reference tests.
5406 * gdb.cp/rvalue-ref-casts.cc: New file.
5407 * gdb.cp/rvalue-ref-casts.exp: New file.
5408 * gdb.cp/rvalue-ref-overload.cc: New file.
5409 * gdb.cp/rvalue-ref-overload.exp: New file.
5410 * gdb.cp/rvalue-ref-params.cc: New file.
5411 * gdb.cp/rvalue-ref-params.exp: New file.
5412 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5413 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5414 * gdb.cp/rvalue-ref-types.cc: New file.
5415 * gdb.cp/rvalue-ref-types.exp: New file.
5416 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5417 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5418
51457a05
MAL
54192017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5420
5421 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5422 New procedure.
5423
5b291c04
MAL
54242017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5425
5426 * lib/mi-support.exp (mi_gdb_test): Add additional message
5427 for unexpected output.
5428
59a56148
AA
54292017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5430
5431 * gdb.base/examine-backward.c (Barrier): New character array
5432 constant, to ensure that TestStrings is preceded by a string
5433 terminator.
5434
7942e96e
AA
54352017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5436
5437 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5438 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5439 and implicit pointer into such a location.
5440
6ebac3fb
DE
54412017-03-16 Doug Evans <dje@google.com>
5442
5443 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5444
ec3b243d
TP
54452017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5446
5447 * gdb.cp/m-static.exp: Fix expectation for prototype of
5448 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5449
54502017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5451
5452 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5453 * gdb.guile/scm-lazy-string.c: New file.
5454 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5455 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5456 for pointer, array, typedef lazy strings.
5457
2cc36e25 54582017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5459
5460 PR python/17728, python/18439, python/18779
5461 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5462 * gdb.python/py-lazy-string.c (pointer): New typedef.
5463 (main): New locals ptr, array, typedef_ptr.
5464 * gdb.python/py-value.exp: Move lazy string tests to ...
5465 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5466 array, typedef lazy strings.
ec3b243d 5467
0efcde63
AK
54682017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5469
5470 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5471 Add optional 'test' parameter.
5472
7978d7c3
SM
54732017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5474
5475 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5476 Skip for versions of DejaGnu < 1.5.
5477
896c0c1e
SM
54782017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5479
5480 * lib/gdb.exp (dejagnu_version): New proc.
5481 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5482 Use dejagnu_version.
5483
5f4d1085
KS
54842017-03-10 Keith Seitz <keiths@redhat.com>
5485
5486 PR c++/8128
5487 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5488 type from destructor regexps.
5489 Add a branch which actually passes the test.
5490 Adjust "ptype t5i" test names.
5491
1de05205
PA
54922017-03-08 Pedro Alves <palves@redhat.com>
5493
5494 * gdb.base/step-over-exit.exp: Add explicit test message.
5495
c65d6b55
PA
54962017-03-08 Pedro Alves <palves@redhat.com>
5497
5498 PR gdb/18360
5499 * gdb.threads/interrupt-while-step-over.c: New file.
5500 * gdb.threads/interrupt-while-step-over.exp: New file.
5501
2e86a283
PA
55022017-03-08 Pedro Alves <palves@redhat.com>
5503
5504 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5505 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5506
25dcbff6
PA
55072017-03-08 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5510 PKRU as not supported as a PASS.
5511
dc9366eb
PA
55122017-03-08 Pedro Alves <palves@redhat.com>
5513
5514 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5515 prefix instead of $binfile1/$binfile2.
5516 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5517 in test message.
5518 * gdb.python/py-completion.exp: Use "load python file" as test
5519 messages instead of unstable path names.
5520
6e5d74e7
PA
55212017-03-08 Pedro Alves <palves@redhat.com>
5522 Jan Kratochvil <jan.kratochvil@redhat.com>
5523
5524 PR cli/21218
5525 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5526 New proc.
5527 (top level): Call it.
5528
9753a2f6
PA
55292017-03-08 Pedro Alves <palves@redhat.com>
5530
5531 PR tui/21216
5532 * gdb.tui/tui-nl-filtered-output.exp: New file.
5533
1a4dd9dd
PA
55342017-03-08 Pedro Alves <palves@redhat.com>
5535
5536 * gdb.base/completion.exp: Move TUI completion tests to ...
5537 * gdb.tui/completion.exp: ... this new file.
5538
7cbbff33
PA
55392017-03-08 Pedro Alves <palves@redhat.com>
5540
5541 * gdb.base/tui-disasm-long-lines.c,
5542 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5543 gdb.base/tui-layout.exp: Move to ...
5544 * gdb.tui/: ... this new directory.
5545
5f6fd321
PA
55462017-03-07 Pedro Alves <palves@redhat.com>
5547
5548 * gdb.base/tui-layout.c: New file.
5549 * gdb.base/tui-layout.exp: New file.
5550
44959fa8
PA
55512017-03-07 Pedro Alves <palves@redhat.com>
5552
5553 * gdb.base/tui-layout.c: Rename to ...
5554 * gdb.base/tui-disasm-long-lines.c: ... this.
5555 * gdb.base/tui-layout.exp: Rename to ...
5556 * gdb.base/tui-disasm-long-lines.exp: ... this.
5557
f8c4e718
PA
55582017-03-07 Pedro Alves <palves@redhat.com>
5559
5560 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5561
6dbb839a 55622017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
5563
5564 * i386-mpx-call.c: New file.
5565 * i386-mpx-call.exp: New file.
5566
65b48a81
PB
55672017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5568
5569 * gdb.arch/powerpc-power.exp: Delete test.
5570 * gdb.arch/powerpc-power.s: Likewise.
5571 * gdb.disasm/disassembler-options.exp: New test.
5572 * gdb.arch/powerpc-altivec.exp: Likewise.
5573 * gdb.arch/powerpc-altivec.s: Likewise.
5574 * gdb.arch/powerpc-altivec2.exp: Likewise.
5575 * gdb.arch/powerpc-altivec2.s: Likewise.
5576 * gdb.arch/powerpc-altivec3.exp: Likewise.
5577 * gdb.arch/powerpc-altivec3.s: Likewise.
5578 * gdb.arch/powerpc-power7.exp: Likewise.
5579 * gdb.arch/powerpc-power7.s: Likewise.
5580 * gdb.arch/powerpc-power8.exp: Likewise.
5581 * gdb.arch/powerpc-power8.s: Likewise.
5582 * gdb.arch/powerpc-power9.exp: Likewise.
5583 * gdb.arch/powerpc-power9.s: Likewise.
5584 * gdb.arch/powerpc-vsx.exp: Likewise.
5585 * gdb.arch/powerpc-vsx.s: Likewise.
5586 * gdb.arch/powerpc-vsx2.exp: Likewise.
5587 * gdb.arch/powerpc-vsx2.s: Likewise.
5588 * gdb.arch/powerpc-vsx3.exp: Likewise.
5589 * gdb.arch/powerpc-vsx3.s: Likewise.
5590 * gdb.arch/arm-disassembler-options.exp: Likewise.
5591 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5592 * gdb.arch/s390-disassembler-options.exp: Likewise.
5593
17cd4947
LM
55942017-02-23 Luis Machado <lgustavo@codesourcery.com>
5595
5596 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5597 (check_supported_features): ... this. Changed return type to void.
5598 (supports_rdseed): New static global.
5599 (rdseed): Check supports_rdseed.
5600 (initialize): Call check_supported_features.
5601
2039d74e
EBM
56022017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5603
5604 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5605 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5606 and lqarx/stqcx.
5607 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5608 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5609
a51d7ecf
EBM
56102017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5611
5612 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5613 uppercase.
5614
0224619f
JK
56152017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5616
5617 * gdb.dwarf2/formdata16.c: New file.
5618 * gdb.dwarf2/formdata16.exp: New file.
5619 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5620
216f72a1
JK
56212017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5622
5623 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5624 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5625 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5626 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5627 DW_AT_GNU_*.
5628
43988095
JK
56292017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5630
5631 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5632
99e8a4f9
SDJ
56332017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5634
5635 PR gdb/21164
5636 * gdb.base/maint.exp: Add testcases for when the commands do
5637 not have arguments.
5638
b58a8c0c
TP
56392017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5640
5641 * gdb.cp/chained-calls.exp: Use p instead of P.
5642
4e746bb6
TW
56432017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5644
5645 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5646 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5647
3f77c769
TT
56482017-02-14 Tom Tromey <tom@tromey.com>
5649
5650 PR python/13598:
5651 * gdb.python/py-events.exp: Add before_prompt event tests.
5652
075beec0
AA
56532017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5654
5655 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5656
bf5f525c
LM
56572017-02-13 Luis Machado <lgustavo@codesourcery.com>
5658
5659 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5660 (main): Call my_unique_function_name.
5661 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5662 completion of patterns with a single match.
5663 Add missing -re switches to gdb_test_multiple calls.
5664
13a66184
LM
56652017-02-13 Luis Machado <lgustavo@codesourcery.com>
5666
5667 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5668 return if core file is not recognized.
5669
26a06916
SM
56702017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5671
5672 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5673 and extra UIs.
5674
b761ca9e
SM
56752017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5676
5677 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5678 proc_with_prefix.
5679
b964bee0
TT
56802017-02-10 Tom Tromey <tom@tromey.com>
5681
5682 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5683
18da0c51
MG
56842017-02-10 Martin Galvan <martingalvan@sourceware.org>
5685
5686 PR gdb/21122
5687 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5688
604c4576
JG
56892017-02-08 Jerome Guitton <guitton@adacore.com>
5690
5691 * gdb.base/define.exp: Add test for command abbreviations
5692 in define.
5693
20b477a7
LM
56942017-02-06 Luis Machado <lgustavo@codesourcery.com>
5695
5696 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5697 * gdb.reverse/insn-reverse-x86.c: New file.
5698
3f7b46f2
IR
56992017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5700
5701 PR tdep/20936
5702 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5703
f0fd41c1
TT
57042017-02-03 Tom Tromey <tom@tromey.com>
5705
5706 PR rust/21097:
5707 * gdb.rust/simple.exp: Add new tests.
5708
5be5dbf0
PA
57092017-02-02 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5712 tests.
5713
7346ef59
AA
57142017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5715
5716 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5717 taking a 2-byte value out of a 4-byte DWARF implicit value on
5718 big-endian targets.
5719 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5720 logic. Add test cases for DW_OP_implicit.
5721
787f0025
MM
57222017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5723
5724 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5725
68777c29
MM
57262017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5727
5728 * gdb.btrace/enable.exp: Call gdb_exit before
5729 skip_gdbserver_tests.
5730
0a1c7e28
MM
57312017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5732
5733 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5734 GDBFLAGS.
5735
b5ac99b0
MM
57362017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5737
5738 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5739 the test is skipped.
5740 * gdb.btrace/data.exp: Likewise.
5741 * gdb.btrace/delta.exp: Likewise.
5742 * gdb.btrace/dlopen.exp: Likewise.
5743 * gdb.btrace/enable-running.exp: Likewise.
5744 * gdb.btrace/enable.exp: Likewise.
5745 * gdb.btrace/exception.exp: Likewise.
5746 * gdb.btrace/function_call_history.exp: Likewise.
5747 * gdb.btrace/gcore.exp: Likewise.
5748 * gdb.btrace/instruction_history.exp: Likewise.
5749 * gdb.btrace/multi-thread-step.exp: Likewise.
5750 * gdb.btrace/nohist.exp: Likewise.
5751 * gdb.btrace/non-stop.exp: Likewise.
5752 * gdb.btrace/reconnect.exp: Likewise.
5753 * gdb.btrace/record_goto-step.exp: Likewise.
5754 * gdb.btrace/record_goto.exp: Likewise.
5755 * gdb.btrace/rn-dl-bind.exp: Likewise.
5756 * gdb.btrace/segv.exp: Likewise.
5757 * gdb.btrace/step.exp: Likewise.
5758 * gdb.btrace/stepi.exp: Likewise.
5759 * gdb.btrace/tailcall-only.exp: Likewise.
5760 * gdb.btrace/tailcall.exp: Likewise.
5761 * gdb.btrace/tsx.exp: Likewise.
5762 * gdb.btrace/unknown_functions.exp: Likewise.
5763 * gdb.btrace/vdso.exp: Likewise.
5764
cd4007e4
MM
57652017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5766
5767 * gdb.btrace/enable-running.c: New.
5768 * gdb.btrace/enable-running.exp: New.
5769
2735833d
WT
57702017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5771
5772 * gdb.arch/amd64-gs_base.c: New file.
5773 * gdb.arch/amd64-gs_base.exp: New file.
5774
b51e1e94
LM
57752017-01-26 Luis Machado <lgustavo@codesourcery.com>
5776
5777 * lib/memory.exp: Remove spurious empty newlines.
5778
72ca0410
SM
57792017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5780
5781 * gdb.python/py-bad-printers.exp: Load python file using "source".
5782 * gdb.python/py-events.exp: Likewise.
5783 * gdb.python/py-evsignal.exp: Likewise.
5784 * gdb.python/py-evthreads.exp: Likewise.
5785 * gdb.python/py-frame-args.exp: Likewise.
5786 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5787 * gdb.python/py-framefilter-mi.exp: Likewise.
5788 * gdb.python/py-framefilter.exp: Likewise.
5789 * gdb.python/py-mi.exp: Likewise.
5790 * gdb.python/py-pp-maint.exp: Likewise.
5791 * gdb.python/py-pp-registration.exp: Likewise.
5792 * gdb.python/py-prettyprint.exp: Likewise.
5793 (run_lang_tests): Likewise.
5794 * gdb.python/py-typeprint.exp: Likewise.
5795
e309aa65
LM
57962017-01-26 Luis Machado <lgustavo@codesourcery.com>
5797
5798 * lib/memory.exp: New file.
5799 * lib/gdb.exp: Load memory.exp.
5800 * gdb.base/memattr.exp (delete_memory): Move proc to
5801 lib/memory.exp and rename to delete_memory_regions.
5802 Replace delete_memory with delete_memory_regions.
5803 Cleanup memory regions before tests.
5804 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5805 before tests.
5806
515aff23
LM
58072017-01-26 Luis Machado <lgustavo@codesourcery.com>
5808
5809 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5810 files.
5811 (initialize): New function conditionally defined.
5812 (testcases): Move within conditional block.
5813 (main): Call initialize.
5814 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5815 of gdb.reverse/insn-reverse.c.
5816 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5817 gdb.reverse/insn-reverse.c.
5818
d8b49cf0
YQ
58192017-01-26 Yao Qi <yao.qi@linaro.org>
5820
5821 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5822 disassemble on address 0.
5823
f13a9a0c
YQ
58242017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5825 Yao Qi <yao.qi@linaro.org>
5826
5827 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5828 * gdb.dwarf2/implptr-64bit.S: Remove.
5829 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5830 variables in caller's context. Add DW_OP_implicit_value.
5831
5ac95241
YQ
58322017-01-25 Yao Qi <yao.qi@linaro.org>
5833
5834 * lib/dwarf.exp (Dwarf::_location): Handle
5835 DW_OP_GNU_implicit_pointer with proper size.
5836
23e82930
LM
58372017-01-20 Luis Machado <lgustavo@codesourcery.com>
5838
5839 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5840 and add untested calls.
5841
d334ae25
LM
58422017-01-20 Luis Machado <lgustavo@codesourcery.com>
5843
5844 * gdb.python/python.exp: Check line number against what GDB thinks
5845 the line number is for func1.
5846
f5e6296e
IB
58472017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5848
5849 * gdb.dlang/debug-expr.exp: New file.
5850
5b362f04
LM
58512016-12-23 Luis Machado <lgustavo@codesourcery.com>
5852
5853 Fix test names for the following files:
5854
5855 * gdb.ada/exec_changed.exp
5856 * gdb.ada/info_types.exp
5857 * gdb.arch/aarch64-atomic-inst.exp
5858 * gdb.arch/aarch64-fp.exp
5859 * gdb.arch/altivec-abi.exp
5860 * gdb.arch/altivec-regs.exp
5861 * gdb.arch/amd64-byte.exp
5862 * gdb.arch/amd64-disp-step.exp
5863 * gdb.arch/amd64-dword.exp
5864 * gdb.arch/amd64-entry-value-inline.exp
5865 * gdb.arch/amd64-entry-value-param.exp
5866 * gdb.arch/amd64-entry-value-paramref.exp
5867 * gdb.arch/amd64-entry-value.exp
5868 * gdb.arch/amd64-i386-address.exp
5869 * gdb.arch/amd64-invalid-stack-middle.exp
5870 * gdb.arch/amd64-invalid-stack-top.exp
5871 * gdb.arch/amd64-optimout-repeat.exp
5872 * gdb.arch/amd64-prologue-skip.exp
5873 * gdb.arch/amd64-prologue-xmm.exp
5874 * gdb.arch/amd64-stap-special-operands.exp
5875 * gdb.arch/amd64-stap-wrong-subexp.exp
5876 * gdb.arch/amd64-tailcall-cxx.exp
5877 * gdb.arch/amd64-tailcall-noret.exp
5878 * gdb.arch/amd64-tailcall-ret.exp
5879 * gdb.arch/amd64-tailcall-self.exp
5880 * gdb.arch/amd64-word.exp
5881 * gdb.arch/arm-bl-branch-dest.exp
5882 * gdb.arch/arm-disp-step.exp
5883 * gdb.arch/arm-neon.exp
5884 * gdb.arch/arm-single-step-kernel-helper.exp
5885 * gdb.arch/avr-flash-qualifier.exp
5886 * gdb.arch/disp-step-insn-reloc.exp
5887 * gdb.arch/e500-abi.exp
5888 * gdb.arch/e500-regs.exp
5889 * gdb.arch/ftrace-insn-reloc.exp
5890 * gdb.arch/i386-avx512.exp
5891 * gdb.arch/i386-bp_permanent.exp
5892 * gdb.arch/i386-byte.exp
5893 * gdb.arch/i386-cfi-notcurrent.exp
5894 * gdb.arch/i386-disp-step.exp
5895 * gdb.arch/i386-dr3-watch.exp
5896 * gdb.arch/i386-float.exp
5897 * gdb.arch/i386-gnu-cfi.exp
5898 * gdb.arch/i386-mpx-map.exp
5899 * gdb.arch/i386-mpx-sigsegv.exp
5900 * gdb.arch/i386-mpx-simple_segv.exp
5901 * gdb.arch/i386-mpx.exp
5902 * gdb.arch/i386-permbkpt.exp
5903 * gdb.arch/i386-prologue.exp
5904 * gdb.arch/i386-signal.exp
5905 * gdb.arch/i386-size-overlap.exp
5906 * gdb.arch/i386-unwind.exp
5907 * gdb.arch/i386-word.exp
5908 * gdb.arch/mips-fcr.exp
5909 * gdb.arch/powerpc-d128-regs.exp
5910 * gdb.arch/powerpc-stackless.exp
5911 * gdb.arch/ppc64-atomic-inst.exp
5912 * gdb.arch/s390-stackless.exp
5913 * gdb.arch/s390-tdbregs.exp
5914 * gdb.arch/s390-vregs.exp
5915 * gdb.arch/sparc-sysstep.exp
5916 * gdb.arch/thumb-bx-pc.exp
5917 * gdb.arch/thumb-singlestep.exp
5918 * gdb.arch/thumb2-it.exp
5919 * gdb.arch/vsx-regs.exp
5920 * gdb.asm/asm-source.exp
5921 * gdb.base/a2-run.exp
5922 * gdb.base/advance.exp
5923 * gdb.base/all-bin.exp
5924 * gdb.base/anon.exp
5925 * gdb.base/args.exp
5926 * gdb.base/arithmet.exp
5927 * gdb.base/async-shell.exp
5928 * gdb.base/async.exp
5929 * gdb.base/attach-pie-noexec.exp
5930 * gdb.base/attach-twice.exp
5931 * gdb.base/auto-load.exp
5932 * gdb.base/bang.exp
5933 * gdb.base/bitfields.exp
5934 * gdb.base/break-always.exp
5935 * gdb.base/break-caller-line.exp
5936 * gdb.base/break-entry.exp
5937 * gdb.base/break-inline.exp
5938 * gdb.base/break-on-linker-gcd-function.exp
5939 * gdb.base/break-probes.exp
5940 * gdb.base/break.exp
5941 * gdb.base/breakpoint-shadow.exp
5942 * gdb.base/call-ar-st.exp
5943 * gdb.base/call-sc.exp
5944 * gdb.base/call-signal-resume.exp
5945 * gdb.base/call-strs.exp
5946 * gdb.base/callfuncs.exp
5947 * gdb.base/catch-fork-static.exp
5948 * gdb.base/catch-gdb-caused-signals.exp
5949 * gdb.base/catch-load.exp
5950 * gdb.base/catch-signal-fork.exp
5951 * gdb.base/catch-signal.exp
5952 * gdb.base/catch-syscall.exp
5953 * gdb.base/charset.exp
5954 * gdb.base/checkpoint.exp
5955 * gdb.base/chng-syms.exp
5956 * gdb.base/code-expr.exp
5957 * gdb.base/code_elim.exp
5958 * gdb.base/commands.exp
5959 * gdb.base/completion.exp
5960 * gdb.base/complex.exp
5961 * gdb.base/cond-expr.exp
5962 * gdb.base/condbreak.exp
5963 * gdb.base/consecutive.exp
5964 * gdb.base/continue-all-already-running.exp
5965 * gdb.base/coredump-filter.exp
5966 * gdb.base/corefile.exp
5967 * gdb.base/dbx.exp
5968 * gdb.base/debug-expr.exp
5969 * gdb.base/define.exp
5970 * gdb.base/del.exp
5971 * gdb.base/disabled-location.exp
5972 * gdb.base/disasm-end-cu.exp
5973 * gdb.base/disasm-optim.exp
5974 * gdb.base/display.exp
5975 * gdb.base/duplicate-bp.exp
5976 * gdb.base/ena-dis-br.exp
5977 * gdb.base/ending-run.exp
5978 * gdb.base/enumval.exp
5979 * gdb.base/environ.exp
5980 * gdb.base/eu-strip-infcall.exp
5981 * gdb.base/eval-avoid-side-effects.exp
5982 * gdb.base/eval-skip.exp
5983 * gdb.base/exitsignal.exp
5984 * gdb.base/expand-psymtabs.exp
5985 * gdb.base/filesym.exp
5986 * gdb.base/find-unmapped.exp
5987 * gdb.base/finish.exp
5988 * gdb.base/float.exp
5989 * gdb.base/foll-exec-mode.exp
5990 * gdb.base/foll-exec.exp
5991 * gdb.base/foll-fork.exp
5992 * gdb.base/fortran-sym-case.exp
5993 * gdb.base/freebpcmd.exp
5994 * gdb.base/func-ptr.exp
5995 * gdb.base/func-ptrs.exp
5996 * gdb.base/funcargs.exp
5997 * gdb.base/gcore-buffer-overflow.exp
5998 * gdb.base/gcore-relro-pie.exp
5999 * gdb.base/gcore-relro.exp
6000 * gdb.base/gcore.exp
6001 * gdb.base/gdb1090.exp
6002 * gdb.base/gdb11530.exp
6003 * gdb.base/gdb11531.exp
6004 * gdb.base/gdb1821.exp
6005 * gdb.base/gdbindex-stabs.exp
6006 * gdb.base/gdbvars.exp
6007 * gdb.base/hbreak.exp
6008 * gdb.base/hbreak2.exp
6009 * gdb.base/included.exp
6010 * gdb.base/infcall-input.exp
6011 * gdb.base/inferior-died.exp
6012 * gdb.base/infnan.exp
6013 * gdb.base/info-macros.exp
6014 * gdb.base/info-os.exp
6015 * gdb.base/info-proc.exp
6016 * gdb.base/info-shared.exp
6017 * gdb.base/info-target.exp
6018 * gdb.base/infoline.exp
6019 * gdb.base/interp.exp
6020 * gdb.base/interrupt.exp
6021 * gdb.base/jit-reader.exp
6022 * gdb.base/jit-simple.exp
6023 * gdb.base/kill-after-signal.exp
6024 * gdb.base/kill-detach-inferiors-cmd.exp
6025 * gdb.base/label.exp
6026 * gdb.base/langs.exp
6027 * gdb.base/ldbl_e308.exp
6028 * gdb.base/line-symtabs.exp
6029 * gdb.base/linespecs.exp
6030 * gdb.base/list.exp
6031 * gdb.base/long_long.exp
6032 * gdb.base/longest-types.exp
6033 * gdb.base/maint.exp
6034 * gdb.base/max-value-size.exp
6035 * gdb.base/memattr.exp
6036 * gdb.base/mips_pro.exp
6037 * gdb.base/morestack.exp
6038 * gdb.base/moribund-step.exp
6039 * gdb.base/multi-forks.exp
6040 * gdb.base/nested-addr.exp
6041 * gdb.base/nextoverexit.exp
6042 * gdb.base/noreturn-finish.exp
6043 * gdb.base/noreturn-return.exp
6044 * gdb.base/nostdlib.exp
6045 * gdb.base/offsets.exp
6046 * gdb.base/opaque.exp
6047 * gdb.base/pc-fp.exp
6048 * gdb.base/permissions.exp
6049 * gdb.base/print-symbol-loading.exp
6050 * gdb.base/prologue-include.exp
6051 * gdb.base/psymtab.exp
6052 * gdb.base/ptype.exp
6053 * gdb.base/random-signal.exp
6054 * gdb.base/randomize.exp
6055 * gdb.base/range-stepping.exp
6056 * gdb.base/readline-ask.exp
6057 * gdb.base/recpar.exp
6058 * gdb.base/recurse.exp
6059 * gdb.base/relational.exp
6060 * gdb.base/restore.exp
6061 * gdb.base/return-nodebug.exp
6062 * gdb.base/return.exp
6063 * gdb.base/run-after-attach.exp
6064 * gdb.base/save-bp.exp
6065 * gdb.base/scope.exp
6066 * gdb.base/sect-cmd.exp
6067 * gdb.base/set-lang-auto.exp
6068 * gdb.base/set-noassign.exp
6069 * gdb.base/setvar.exp
6070 * gdb.base/sigall.exp
6071 * gdb.base/sigbpt.exp
6072 * gdb.base/siginfo-addr.exp
6073 * gdb.base/siginfo-infcall.exp
6074 * gdb.base/siginfo-obj.exp
6075 * gdb.base/siginfo.exp
6076 * gdb.base/signals-state-child.exp
6077 * gdb.base/signest.exp
6078 * gdb.base/sigstep.exp
6079 * gdb.base/sizeof.exp
6080 * gdb.base/skip.exp
6081 * gdb.base/solib-corrupted.exp
6082 * gdb.base/solib-nodir.exp
6083 * gdb.base/solib-search.exp
6084 * gdb.base/stack-checking.exp
6085 * gdb.base/stale-infcall.exp
6086 * gdb.base/stap-probe.exp
6087 * gdb.base/start.exp
6088 * gdb.base/step-break.exp
6089 * gdb.base/step-bt.exp
6090 * gdb.base/step-line.exp
6091 * gdb.base/step-over-exit.exp
6092 * gdb.base/step-over-syscall.exp
6093 * gdb.base/step-resume-infcall.exp
6094 * gdb.base/step-test.exp
6095 * gdb.base/store.exp
6096 * gdb.base/structs3.exp
6097 * gdb.base/sym-file.exp
6098 * gdb.base/symbol-without-target_section.exp
6099 * gdb.base/term.exp
6100 * gdb.base/testenv.exp
6101 * gdb.base/ui-redirect.exp
6102 * gdb.base/until.exp
6103 * gdb.base/unwindonsignal.exp
6104 * gdb.base/value-double-free.exp
6105 * gdb.base/vla-datatypes.exp
6106 * gdb.base/vla-ptr.exp
6107 * gdb.base/vla-sideeffect.exp
6108 * gdb.base/volatile.exp
6109 * gdb.base/watch-cond-infcall.exp
6110 * gdb.base/watch-cond.exp
6111 * gdb.base/watch-non-mem.exp
6112 * gdb.base/watch-read.exp
6113 * gdb.base/watch-vfork.exp
6114 * gdb.base/watchpoint-cond-gone.exp
6115 * gdb.base/watchpoint-delete.exp
6116 * gdb.base/watchpoint-hw-hit-once.exp
6117 * gdb.base/watchpoint-hw.exp
6118 * gdb.base/watchpoint-stops-at-right-insn.exp
6119 * gdb.base/watchpoints.exp
6120 * gdb.base/wchar.exp
6121 * gdb.base/whatis-exp.exp
6122 * gdb.btrace/buffer-size.exp
6123 * gdb.btrace/data.exp
6124 * gdb.btrace/delta.exp
6125 * gdb.btrace/dlopen.exp
6126 * gdb.btrace/enable.exp
6127 * gdb.btrace/exception.exp
6128 * gdb.btrace/function_call_history.exp
6129 * gdb.btrace/gcore.exp
6130 * gdb.btrace/instruction_history.exp
6131 * gdb.btrace/nohist.exp
6132 * gdb.btrace/reconnect.exp
6133 * gdb.btrace/record_goto-step.exp
6134 * gdb.btrace/record_goto.exp
6135 * gdb.btrace/rn-dl-bind.exp
6136 * gdb.btrace/segv.exp
6137 * gdb.btrace/step.exp
6138 * gdb.btrace/stepi.exp
6139 * gdb.btrace/tailcall-only.exp
6140 * gdb.btrace/tailcall.exp
6141 * gdb.btrace/tsx.exp
6142 * gdb.btrace/unknown_functions.exp
6143 * gdb.btrace/vdso.exp
6144 * gdb.compile/compile-ifunc.exp
6145 * gdb.compile/compile-ops.exp
6146 * gdb.compile/compile-print.exp
6147 * gdb.compile/compile-setjmp.exp
6148 * gdb.cp/abstract-origin.exp
6149 * gdb.cp/ambiguous.exp
6150 * gdb.cp/annota2.exp
6151 * gdb.cp/annota3.exp
6152 * gdb.cp/anon-ns.exp
6153 * gdb.cp/anon-struct.exp
6154 * gdb.cp/anon-union.exp
6155 * gdb.cp/arg-reference.exp
6156 * gdb.cp/baseenum.exp
6157 * gdb.cp/bool.exp
6158 * gdb.cp/breakpoint.exp
6159 * gdb.cp/bs15503.exp
6160 * gdb.cp/call-c.exp
6161 * gdb.cp/casts.exp
6162 * gdb.cp/chained-calls.exp
6163 * gdb.cp/class2.exp
6164 * gdb.cp/classes.exp
6165 * gdb.cp/cmpd-minsyms.exp
6166 * gdb.cp/converts.exp
6167 * gdb.cp/cp-relocate.exp
6168 * gdb.cp/cpcompletion.exp
6169 * gdb.cp/cpexprs.exp
6170 * gdb.cp/cplabel.exp
6171 * gdb.cp/cplusfuncs.exp
6172 * gdb.cp/cpsizeof.exp
6173 * gdb.cp/ctti.exp
6174 * gdb.cp/derivation.exp
6175 * gdb.cp/destrprint.exp
6176 * gdb.cp/dispcxx.exp
6177 * gdb.cp/enum-class.exp
6178 * gdb.cp/exception.exp
6179 * gdb.cp/exceptprint.exp
6180 * gdb.cp/expand-psymtabs-cxx.exp
6181 * gdb.cp/expand-sals.exp
6182 * gdb.cp/extern-c.exp
6183 * gdb.cp/filename.exp
6184 * gdb.cp/formatted-ref.exp
6185 * gdb.cp/fpointer.exp
6186 * gdb.cp/gdb1355.exp
6187 * gdb.cp/gdb2495.exp
6188 * gdb.cp/hang.exp
6189 * gdb.cp/impl-this.exp
6190 * gdb.cp/infcall-dlopen.exp
6191 * gdb.cp/inherit.exp
6192 * gdb.cp/iostream.exp
6193 * gdb.cp/koenig.exp
6194 * gdb.cp/local.exp
6195 * gdb.cp/m-data.exp
6196 * gdb.cp/m-static.exp
6197 * gdb.cp/mb-ctor.exp
6198 * gdb.cp/mb-inline.exp
6199 * gdb.cp/mb-templates.exp
6200 * gdb.cp/member-name.exp
6201 * gdb.cp/member-ptr.exp
6202 * gdb.cp/meth-typedefs.exp
6203 * gdb.cp/method.exp
6204 * gdb.cp/method2.exp
6205 * gdb.cp/minsym-fallback.exp
6206 * gdb.cp/misc.exp
6207 * gdb.cp/namelessclass.exp
6208 * gdb.cp/namespace-enum.exp
6209 * gdb.cp/namespace-nested-import.exp
6210 * gdb.cp/namespace.exp
6211 * gdb.cp/nextoverthrow.exp
6212 * gdb.cp/no-dmgl-verbose.exp
6213 * gdb.cp/non-trivial-retval.exp
6214 * gdb.cp/noparam.exp
6215 * gdb.cp/nsdecl.exp
6216 * gdb.cp/nsimport.exp
6217 * gdb.cp/nsnested.exp
6218 * gdb.cp/nsnoimports.exp
6219 * gdb.cp/nsrecurs.exp
6220 * gdb.cp/nsstress.exp
6221 * gdb.cp/nsusing.exp
6222 * gdb.cp/operator.exp
6223 * gdb.cp/oranking.exp
6224 * gdb.cp/overload-const.exp
6225 * gdb.cp/overload.exp
6226 * gdb.cp/ovldbreak.exp
6227 * gdb.cp/ovsrch.exp
6228 * gdb.cp/paren-type.exp
6229 * gdb.cp/parse-lang.exp
6230 * gdb.cp/pass-by-ref.exp
6231 * gdb.cp/pr-1023.exp
6232 * gdb.cp/pr-1210.exp
6233 * gdb.cp/pr-574.exp
6234 * gdb.cp/pr10687.exp
6235 * gdb.cp/pr12028.exp
6236 * gdb.cp/pr17132.exp
6237 * gdb.cp/pr17494.exp
6238 * gdb.cp/pr9067.exp
6239 * gdb.cp/pr9167.exp
6240 * gdb.cp/pr9631.exp
6241 * gdb.cp/printmethod.exp
6242 * gdb.cp/psmang.exp
6243 * gdb.cp/psymtab-parameter.exp
6244 * gdb.cp/ptype-cv-cp.exp
6245 * gdb.cp/ptype-flags.exp
6246 * gdb.cp/re-set-overloaded.exp
6247 * gdb.cp/ref-types.exp
6248 * gdb.cp/rtti.exp
6249 * gdb.cp/scope-err.exp
6250 * gdb.cp/shadow.exp
6251 * gdb.cp/smartp.exp
6252 * gdb.cp/static-method.exp
6253 * gdb.cp/static-print-quit.exp
6254 * gdb.cp/temargs.exp
6255 * gdb.cp/templates.exp
6256 * gdb.cp/try_catch.exp
6257 * gdb.cp/typedef-operator.exp
6258 * gdb.cp/typeid.exp
6259 * gdb.cp/userdef.exp
6260 * gdb.cp/using-crash.exp
6261 * gdb.cp/var-tag.exp
6262 * gdb.cp/virtbase.exp
6263 * gdb.cp/virtfunc.exp
6264 * gdb.cp/virtfunc2.exp
6265 * gdb.cp/vla-cxx.exp
6266 * gdb.disasm/t01_mov.exp
6267 * gdb.disasm/t02_mova.exp
6268 * gdb.disasm/t03_add.exp
6269 * gdb.disasm/t04_sub.exp
6270 * gdb.disasm/t05_cmp.exp
6271 * gdb.disasm/t06_ari2.exp
6272 * gdb.disasm/t07_ari3.exp
6273 * gdb.disasm/t08_or.exp
6274 * gdb.disasm/t09_xor.exp
6275 * gdb.disasm/t10_and.exp
6276 * gdb.disasm/t11_logs.exp
6277 * gdb.disasm/t12_bit.exp
6278 * gdb.disasm/t13_otr.exp
6279 * gdb.dlang/circular.exp
6280 * gdb.dwarf2/arr-stride.exp
6281 * gdb.dwarf2/arr-subrange.exp
6282 * gdb.dwarf2/atomic-type.exp
6283 * gdb.dwarf2/bad-regnum.exp
6284 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6285 * gdb.dwarf2/callframecfa.exp
6286 * gdb.dwarf2/clztest.exp
6287 * gdb.dwarf2/corrupt.exp
6288 * gdb.dwarf2/data-loc.exp
6289 * gdb.dwarf2/dup-psym.exp
6290 * gdb.dwarf2/dw2-anon-mptr.exp
6291 * gdb.dwarf2/dw2-anonymous-func.exp
6292 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6293 * gdb.dwarf2/dw2-bad-unresolved.exp
6294 * gdb.dwarf2/dw2-basic.exp
6295 * gdb.dwarf2/dw2-canonicalize-type.exp
6296 * gdb.dwarf2/dw2-case-insensitive.exp
6297 * gdb.dwarf2/dw2-common-block.exp
6298 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6299 * gdb.dwarf2/dw2-compressed.exp
6300 * gdb.dwarf2/dw2-const.exp
6301 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6302 * gdb.dwarf2/dw2-cu-size.exp
6303 * gdb.dwarf2/dw2-dup-frame.exp
6304 * gdb.dwarf2/dw2-entry-value.exp
6305 * gdb.dwarf2/dw2-icycle.exp
6306 * gdb.dwarf2/dw2-ifort-parameter.exp
6307 * gdb.dwarf2/dw2-inline-break.exp
6308 * gdb.dwarf2/dw2-inline-param.exp
6309 * gdb.dwarf2/dw2-intercu.exp
6310 * gdb.dwarf2/dw2-intermix.exp
6311 * gdb.dwarf2/dw2-lexical-block-bare.exp
6312 * gdb.dwarf2/dw2-linkage-name-trust.exp
6313 * gdb.dwarf2/dw2-minsym-in-cu.exp
6314 * gdb.dwarf2/dw2-noloc.exp
6315 * gdb.dwarf2/dw2-op-call.exp
6316 * gdb.dwarf2/dw2-op-out-param.exp
6317 * gdb.dwarf2/dw2-opt-structptr.exp
6318 * gdb.dwarf2/dw2-param-error.exp
6319 * gdb.dwarf2/dw2-producer.exp
6320 * gdb.dwarf2/dw2-ranges-base.exp
6321 * gdb.dwarf2/dw2-ref-missing-frame.exp
6322 * gdb.dwarf2/dw2-reg-undefined.exp
6323 * gdb.dwarf2/dw2-regno-invalid.exp
6324 * gdb.dwarf2/dw2-restore.exp
6325 * gdb.dwarf2/dw2-restrict.exp
6326 * gdb.dwarf2/dw2-single-line-discriminators.exp
6327 * gdb.dwarf2/dw2-strp.exp
6328 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6329 * gdb.dwarf2/dw2-unresolved.exp
6330 * gdb.dwarf2/dw2-var-zero-addr.exp
6331 * gdb.dwarf2/dw4-sig-types.exp
6332 * gdb.dwarf2/dwz.exp
6333 * gdb.dwarf2/dynarr-ptr.exp
6334 * gdb.dwarf2/enum-type.exp
6335 * gdb.dwarf2/gdb-index.exp
6336 * gdb.dwarf2/implptr-64bit.exp
6337 * gdb.dwarf2/implptr-optimized-out.exp
6338 * gdb.dwarf2/implptr.exp
6339 * gdb.dwarf2/implref-array.exp
6340 * gdb.dwarf2/implref-const.exp
6341 * gdb.dwarf2/implref-global.exp
6342 * gdb.dwarf2/implref-struct.exp
6343 * gdb.dwarf2/mac-fileno.exp
6344 * gdb.dwarf2/main-subprogram.exp
6345 * gdb.dwarf2/member-ptr-forwardref.exp
6346 * gdb.dwarf2/method-ptr.exp
6347 * gdb.dwarf2/missing-sig-type.exp
6348 * gdb.dwarf2/nonvar-access.exp
6349 * gdb.dwarf2/opaque-type-lookup.exp
6350 * gdb.dwarf2/pieces-optimized-out.exp
6351 * gdb.dwarf2/pieces.exp
6352 * gdb.dwarf2/pr10770.exp
6353 * gdb.dwarf2/pr13961.exp
6354 * gdb.dwarf2/staticvirtual.exp
6355 * gdb.dwarf2/subrange.exp
6356 * gdb.dwarf2/symtab-producer.exp
6357 * gdb.dwarf2/trace-crash.exp
6358 * gdb.dwarf2/typeddwarf.exp
6359 * gdb.dwarf2/valop.exp
6360 * gdb.dwarf2/watch-notconst.exp
6361 * gdb.fortran/array-element.exp
6362 * gdb.fortran/charset.exp
6363 * gdb.fortran/common-block.exp
6364 * gdb.fortran/complex.exp
6365 * gdb.fortran/derived-type-function.exp
6366 * gdb.fortran/derived-type.exp
6367 * gdb.fortran/logical.exp
6368 * gdb.fortran/module.exp
6369 * gdb.fortran/multi-dim.exp
6370 * gdb.fortran/nested-funcs.exp
6371 * gdb.fortran/print-formatted.exp
6372 * gdb.fortran/subarray.exp
6373 * gdb.fortran/vla-alloc-assoc.exp
6374 * gdb.fortran/vla-datatypes.exp
6375 * gdb.fortran/vla-history.exp
6376 * gdb.fortran/vla-ptr-info.exp
6377 * gdb.fortran/vla-ptype-sub.exp
6378 * gdb.fortran/vla-ptype.exp
6379 * gdb.fortran/vla-sizeof.exp
6380 * gdb.fortran/vla-type.exp
6381 * gdb.fortran/vla-value-sub-arbitrary.exp
6382 * gdb.fortran/vla-value-sub-finish.exp
6383 * gdb.fortran/vla-value-sub.exp
6384 * gdb.fortran/vla-value.exp
6385 * gdb.fortran/whatis_type.exp
6386 * gdb.go/chan.exp
6387 * gdb.go/handcall.exp
6388 * gdb.go/hello.exp
6389 * gdb.go/integers.exp
6390 * gdb.go/methods.exp
6391 * gdb.go/package.exp
6392 * gdb.go/strings.exp
6393 * gdb.go/types.exp
6394 * gdb.go/unsafe.exp
6395 * gdb.guile/scm-arch.exp
6396 * gdb.guile/scm-block.exp
6397 * gdb.guile/scm-breakpoint.exp
6398 * gdb.guile/scm-cmd.exp
6399 * gdb.guile/scm-disasm.exp
6400 * gdb.guile/scm-equal.exp
6401 * gdb.guile/scm-frame-args.exp
6402 * gdb.guile/scm-frame-inline.exp
6403 * gdb.guile/scm-frame.exp
6404 * gdb.guile/scm-iterator.exp
6405 * gdb.guile/scm-math.exp
6406 * gdb.guile/scm-objfile.exp
6407 * gdb.guile/scm-ports.exp
6408 * gdb.guile/scm-symbol.exp
6409 * gdb.guile/scm-symtab.exp
6410 * gdb.guile/scm-value-cc.exp
6411 * gdb.guile/types-module.exp
6412 * gdb.linespec/break-ask.exp
6413 * gdb.linespec/cpexplicit.exp
6414 * gdb.linespec/explicit.exp
6415 * gdb.linespec/keywords.exp
6416 * gdb.linespec/linespec.exp
6417 * gdb.linespec/ls-dollar.exp
6418 * gdb.linespec/ls-errs.exp
6419 * gdb.linespec/skip-two.exp
6420 * gdb.linespec/thread.exp
6421 * gdb.mi/mi-async.exp
6422 * gdb.mi/mi-basics.exp
6423 * gdb.mi/mi-break.exp
6424 * gdb.mi/mi-catch-load.exp
6425 * gdb.mi/mi-cli.exp
6426 * gdb.mi/mi-cmd-param-changed.exp
6427 * gdb.mi/mi-console.exp
6428 * gdb.mi/mi-detach.exp
6429 * gdb.mi/mi-disassemble.exp
6430 * gdb.mi/mi-eval.exp
6431 * gdb.mi/mi-file-transfer.exp
6432 * gdb.mi/mi-file.exp
6433 * gdb.mi/mi-fill-memory.exp
6434 * gdb.mi/mi-inheritance-syntax-error.exp
6435 * gdb.mi/mi-linespec-err-cp.exp
6436 * gdb.mi/mi-logging.exp
6437 * gdb.mi/mi-memory-changed.exp
6438 * gdb.mi/mi-read-memory.exp
6439 * gdb.mi/mi-record-changed.exp
6440 * gdb.mi/mi-reg-undefined.exp
6441 * gdb.mi/mi-regs.exp
6442 * gdb.mi/mi-return.exp
6443 * gdb.mi/mi-reverse.exp
6444 * gdb.mi/mi-simplerun.exp
6445 * gdb.mi/mi-solib.exp
6446 * gdb.mi/mi-stack.exp
6447 * gdb.mi/mi-stepi.exp
6448 * gdb.mi/mi-syn-frame.exp
6449 * gdb.mi/mi-until.exp
6450 * gdb.mi/mi-var-block.exp
6451 * gdb.mi/mi-var-child.exp
6452 * gdb.mi/mi-var-cmd.exp
6453 * gdb.mi/mi-var-cp.exp
6454 * gdb.mi/mi-var-display.exp
6455 * gdb.mi/mi-var-invalidate.exp
6456 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6457 * gdb.mi/mi-vla-fortran.exp
6458 * gdb.mi/mi-watch.exp
6459 * gdb.mi/mi2-var-child.exp
6460 * gdb.mi/user-selected-context-sync.exp
6461 * gdb.modula2/unbounded-array.exp
6462 * gdb.multi/dummy-frame-restore.exp
6463 * gdb.multi/multi-arch-exec.exp
6464 * gdb.multi/multi-arch.exp
6465 * gdb.multi/tids.exp
6466 * gdb.multi/watchpoint-multi.exp
6467 * gdb.opencl/callfuncs.exp
6468 * gdb.opencl/convs_casts.exp
6469 * gdb.opencl/datatypes.exp
6470 * gdb.opencl/operators.exp
6471 * gdb.opencl/vec_comps.exp
6472 * gdb.opt/clobbered-registers-O2.exp
6473 * gdb.opt/inline-break.exp
6474 * gdb.opt/inline-bt.exp
6475 * gdb.opt/inline-cmds.exp
6476 * gdb.opt/inline-locals.exp
6477 * gdb.pascal/case-insensitive-symbols.exp
6478 * gdb.pascal/floats.exp
6479 * gdb.pascal/gdb11492.exp
6480 * gdb.python/lib-types.exp
6481 * gdb.python/py-arch.exp
6482 * gdb.python/py-as-string.exp
6483 * gdb.python/py-bad-printers.exp
6484 * gdb.python/py-block.exp
6485 * gdb.python/py-breakpoint-create-fail.exp
6486 * gdb.python/py-breakpoint.exp
6487 * gdb.python/py-caller-is.exp
6488 * gdb.python/py-cmd.exp
6489 * gdb.python/py-explore-cc.exp
6490 * gdb.python/py-explore.exp
6491 * gdb.python/py-finish-breakpoint.exp
6492 * gdb.python/py-finish-breakpoint2.exp
6493 * gdb.python/py-frame-args.exp
6494 * gdb.python/py-frame-inline.exp
6495 * gdb.python/py-frame.exp
6496 * gdb.python/py-framefilter-mi.exp
6497 * gdb.python/py-infthread.exp
6498 * gdb.python/py-lazy-string.exp
6499 * gdb.python/py-linetable.exp
6500 * gdb.python/py-mi-events.exp
6501 * gdb.python/py-mi-objfile.exp
6502 * gdb.python/py-mi.exp
6503 * gdb.python/py-objfile.exp
6504 * gdb.python/py-pp-integral.exp
6505 * gdb.python/py-pp-maint.exp
6506 * gdb.python/py-pp-re-notag.exp
6507 * gdb.python/py-pp-registration.exp
6508 * gdb.python/py-recurse-unwind.exp
6509 * gdb.python/py-strfns.exp
6510 * gdb.python/py-symbol.exp
6511 * gdb.python/py-symtab.exp
6512 * gdb.python/py-sync-interp.exp
6513 * gdb.python/py-typeprint.exp
6514 * gdb.python/py-unwind-maint.exp
6515 * gdb.python/py-unwind.exp
6516 * gdb.python/py-value-cc.exp
6517 * gdb.python/py-xmethods.exp
6518 * gdb.reverse/amd64-tailcall-reverse.exp
6519 * gdb.reverse/break-precsave.exp
6520 * gdb.reverse/break-reverse.exp
6521 * gdb.reverse/consecutive-precsave.exp
6522 * gdb.reverse/consecutive-reverse.exp
6523 * gdb.reverse/finish-precsave.exp
6524 * gdb.reverse/finish-reverse-bkpt.exp
6525 * gdb.reverse/finish-reverse.exp
6526 * gdb.reverse/fstatat-reverse.exp
6527 * gdb.reverse/getresuid-reverse.exp
6528 * gdb.reverse/i386-precsave.exp
6529 * gdb.reverse/i386-reverse.exp
6530 * gdb.reverse/i386-sse-reverse.exp
6531 * gdb.reverse/i387-env-reverse.exp
6532 * gdb.reverse/i387-stack-reverse.exp
6533 * gdb.reverse/insn-reverse.exp
6534 * gdb.reverse/machinestate-precsave.exp
6535 * gdb.reverse/machinestate.exp
6536 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6537 * gdb.reverse/pipe-reverse.exp
6538 * gdb.reverse/readv-reverse.exp
6539 * gdb.reverse/recvmsg-reverse.exp
6540 * gdb.reverse/rerun-prec.exp
6541 * gdb.reverse/s390-mvcle.exp
6542 * gdb.reverse/step-precsave.exp
6543 * gdb.reverse/step-reverse.exp
6544 * gdb.reverse/time-reverse.exp
6545 * gdb.reverse/until-precsave.exp
6546 * gdb.reverse/until-reverse.exp
6547 * gdb.reverse/waitpid-reverse.exp
6548 * gdb.reverse/watch-precsave.exp
6549 * gdb.reverse/watch-reverse.exp
6550 * gdb.rust/generics.exp
6551 * gdb.rust/methods.exp
6552 * gdb.rust/modules.exp
6553 * gdb.rust/simple.exp
6554 * gdb.server/connect-with-no-symbol-file.exp
6555 * gdb.server/ext-attach.exp
6556 * gdb.server/ext-restart.exp
6557 * gdb.server/ext-wrapper.exp
6558 * gdb.server/file-transfer.exp
6559 * gdb.server/server-exec-info.exp
6560 * gdb.server/server-kill.exp
6561 * gdb.server/server-mon.exp
6562 * gdb.server/wrapper.exp
6563 * gdb.stabs/exclfwd.exp
6564 * gdb.stabs/gdb11479.exp
6565 * gdb.threads/clone-new-thread-event.exp
6566 * gdb.threads/corethreads.exp
6567 * gdb.threads/current-lwp-dead.exp
6568 * gdb.threads/dlopen-libpthread.exp
6569 * gdb.threads/gcore-thread.exp
6570 * gdb.threads/sigstep-threads.exp
6571 * gdb.threads/watchpoint-fork.exp
6572 * gdb.trace/actions-changed.exp
6573 * gdb.trace/backtrace.exp
6574 * gdb.trace/change-loc.exp
6575 * gdb.trace/circ.exp
6576 * gdb.trace/collection.exp
6577 * gdb.trace/disconnected-tracing.exp
6578 * gdb.trace/ftrace.exp
6579 * gdb.trace/mi-trace-frame-collected.exp
6580 * gdb.trace/mi-trace-unavailable.exp
6581 * gdb.trace/mi-traceframe-changed.exp
6582 * gdb.trace/mi-tsv-changed.exp
6583 * gdb.trace/no-attach-trace.exp
6584 * gdb.trace/passc-dyn.exp
6585 * gdb.trace/qtro.exp
6586 * gdb.trace/range-stepping.exp
6587 * gdb.trace/read-memory.exp
6588 * gdb.trace/save-trace.exp
6589 * gdb.trace/signal.exp
6590 * gdb.trace/status-stop.exp
6591 * gdb.trace/tfile.exp
6592 * gdb.trace/trace-break.exp
6593 * gdb.trace/trace-buffer-size.exp
6594 * gdb.trace/trace-condition.exp
6595 * gdb.trace/tracefile-pseudo-reg.exp
6596 * gdb.trace/tstatus.exp
6597 * gdb.trace/unavailable.exp
6598 * gdb.trace/while-dyn.exp
6599 * gdb.trace/while-stepping.exp
6600
34c41c68
DE
66012016-12-22 Doug Evans <xdje42@gmail.com>
6602
6603 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6604 and msymbols.
6605
16e69324
YQ
66062016-12-19 Yao Qi <yao.qi@linaro.org>
6607
6608 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6609 (test_with_self): Don't call do_steps_and_nexts, and remove
6610 code about stepping into xmalloc.
6611
f94f411b
YQ
66122016-12-09 Yao Qi <yao.qi@linaro.org>
6613
6614 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6615
66162016-12-09 Yao Qi <yao.qi@linaro.org>
6617
6618 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6619
f1b5deee
PA
66202016-12-09 Pedro Alves <palves@redhat.com>
6621
6622 * gdb.base/all-architectures-0.exp: New file.
6623 * gdb.base/all-architectures-1.exp: New file.
6624 * gdb.base/all-architectures-2.exp: New file.
6625 * gdb.base/all-architectures-3.exp: New file.
6626 * gdb.base/all-architectures-4.exp: New file.
6627 * gdb.base/all-architectures-5.exp: New file.
6628 * gdb.base/all-architectures-6.exp: New file.
6629 * gdb.base/all-architectures-7.exp: New file.
6630 * gdb.base/all-architectures.exp.in: New file.
6631
364ca42e
YQ
66322016-12-09 Yao Qi <yao.qi@linaro.org>
6633
6634 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6635
107c2d62
LM
66362016-12-02 Luis Machado <lgustavo@codesourcery.com>
6637
6638 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6639 possible.
6640 Remove useless pattern-matching code.
6641
df3ee9ca
PA
66422016-12-02 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6645 procedure.
6646 (top level): Call it.
6647
ec835369
PA
66482016-12-02 Pedro Alves <palves@redhat.com>
6649
6650 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6651 New procedure.
6652 (top level): Call it.
6653
01770bbd
PA
66542016-12-02 Pedro Alves <palves@redhat.com>
6655
6656 PR cli/20559
6657 * gdb.base/commands.exp (user_defined_command_args_eval): New
6658 procedure.
6659 (top level): Call it.
6660
008459ea
LM
66612016-12-02 Luis Machado <lgustavo@codesourcery.com>
6662
6663 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6664 timeout handling.
6665
0c1b455e
TT
66662016-12-02 Tom Tromey <tom@tromey.com>
6667
6668 * gdb.dwarf2/main-subprogram.c: New file.
6669 * gdb.dwarf2/main-subprogram.exp: New file.
6670
018572b8
LM
66712016-12-01 Luis Machado <lgustavo@codesourcery.com>
6672
6673 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6674 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6675 gdb_test_no_output for a couple of cases.
6676 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6677
84c93cd5
LM
66782016-12-01 Luis Machado <lgustavo@codesourcery.com>
6679
6680 Fix test names and standardize compilation error messages throughout
6681 the following files:
6682
6683 * gdb.ada/start.exp
6684 * gdb.arch/alpha-step.exp
6685 * gdb.arch/e500-prologue.exp
6686 * gdb.arch/ftrace-insn-reloc.exp
6687 * gdb.arch/gdb1291.exp
6688 * gdb.arch/gdb1431.exp
6689 * gdb.arch/gdb1558.exp
6690 * gdb.arch/i386-dr3-watch.exp
6691 * gdb.arch/i386-sse-stack-align.exp
6692 * gdb.arch/ia64-breakpoint-shadow.exp
6693 * gdb.arch/pa-nullify.exp
6694 * gdb.arch/powerpc-aix-prologue.exp
6695 * gdb.arch/thumb-bx-pc.exp
6696 * gdb.base/annota1.exp
6697 * gdb.base/annota3.exp
6698 * gdb.base/arrayidx.exp
6699 * gdb.base/assign.exp
6700 * gdb.base/attach.exp
6701 * gdb.base/auxv.exp
6702 * gdb.base/bang.exp
6703 * gdb.base/bfp-test.exp
6704 * gdb.base/bigcore.exp
6705 * gdb.base/bitfields2.exp
6706 * gdb.base/break-fun-addr.exp
6707 * gdb.base/break-probes.exp
6708 * gdb.base/call-rt-st.exp
6709 * gdb.base/callexit.exp
6710 * gdb.base/catch-fork-kill.exp
6711 * gdb.base/charset.exp
6712 * gdb.base/checkpoint.exp
6713 * gdb.base/comprdebug.exp
6714 * gdb.base/constvars.exp
6715 * gdb.base/coredump-filter.exp
6716 * gdb.base/cursal.exp
6717 * gdb.base/cvexpr.exp
6718 * gdb.base/detach.exp
6719 * gdb.base/display.exp
6720 * gdb.base/dmsym.exp
6721 * gdb.base/dprintf-pending.exp
6722 * gdb.base/dso2dso.exp
6723 * gdb.base/dtrace-probe.exp
6724 * gdb.base/dump.exp
6725 * gdb.base/enum_cond.exp
6726 * gdb.base/exe-lock.exp
6727 * gdb.base/exec-invalid-sysroot.exp
6728 * gdb.base/execl-update-breakpoints.exp
6729 * gdb.base/exprs.exp
6730 * gdb.base/fileio.exp
6731 * gdb.base/find.exp
6732 * gdb.base/finish.exp
6733 * gdb.base/fixsection.exp
6734 * gdb.base/foll-vfork.exp
6735 * gdb.base/frame-args.exp
6736 * gdb.base/gcore.exp
6737 * gdb.base/gdb1250.exp
6738 * gdb.base/global-var-nested-by-dso.exp
6739 * gdb.base/gnu-ifunc.exp
6740 * gdb.base/hashline1.exp
6741 * gdb.base/hashline2.exp
6742 * gdb.base/hashline3.exp
6743 * gdb.base/hbreak-in-shr-unsupported.exp
6744 * gdb.base/huge.exp
6745 * gdb.base/infcall-input.exp
6746 * gdb.base/info-fun.exp
6747 * gdb.base/info-shared.exp
6748 * gdb.base/jit-simple.exp
6749 * gdb.base/jit-so.exp
6750 * gdb.base/jit.exp
6751 * gdb.base/jump.exp
6752 * gdb.base/label.exp
6753 * gdb.base/lineinc.exp
6754 * gdb.base/logical.exp
6755 * gdb.base/longjmp.exp
6756 * gdb.base/macscp.exp
6757 * gdb.base/miscexprs.exp
6758 * gdb.base/new-ui-echo.exp
6759 * gdb.base/new-ui-pending-input.exp
6760 * gdb.base/new-ui.exp
6761 * gdb.base/nodebug.exp
6762 * gdb.base/nofield.exp
6763 * gdb.base/offsets.exp
6764 * gdb.base/overlays.exp
6765 * gdb.base/pending.exp
6766 * gdb.base/pointers.exp
6767 * gdb.base/pr11022.exp
6768 * gdb.base/printcmds.exp
6769 * gdb.base/prologue.exp
6770 * gdb.base/ptr-typedef.exp
6771 * gdb.base/realname-expand.exp
6772 * gdb.base/relativedebug.exp
6773 * gdb.base/relocate.exp
6774 * gdb.base/remote.exp
6775 * gdb.base/reread.exp
6776 * gdb.base/return2.exp
6777 * gdb.base/savedregs.exp
6778 * gdb.base/sep.exp
6779 * gdb.base/sepdebug.exp
6780 * gdb.base/sepsymtab.exp
6781 * gdb.base/set-inferior-tty.exp
6782 * gdb.base/setshow.exp
6783 * gdb.base/shlib-call.exp
6784 * gdb.base/sigaltstack.exp
6785 * gdb.base/siginfo-addr.exp
6786 * gdb.base/signals.exp
6787 * gdb.base/signull.exp
6788 * gdb.base/sigrepeat.exp
6789 * gdb.base/so-impl-ld.exp
6790 * gdb.base/solib-display.exp
6791 * gdb.base/solib-overlap.exp
6792 * gdb.base/solib-search.exp
6793 * gdb.base/solib-symbol.exp
6794 * gdb.base/structs.exp
6795 * gdb.base/structs2.exp
6796 * gdb.base/symtab-search-order.exp
6797 * gdb.base/twice.exp
6798 * gdb.base/unload.exp
6799 * gdb.base/varargs.exp
6800 * gdb.base/watchpoint-solib.exp
6801 * gdb.base/watchpoint.exp
6802 * gdb.base/whatis.exp
6803 * gdb.base/wrong_frame_bt_full.exp
6804 * gdb.btrace/dlopen.exp
6805 * gdb.cell/ea-standalone.exp
6806 * gdb.cell/ea-test.exp
6807 * gdb.cp/dispcxx.exp
6808 * gdb.cp/gdb2384.exp
6809 * gdb.cp/method2.exp
6810 * gdb.cp/nextoverthrow.exp
6811 * gdb.cp/pr10728.exp
6812 * gdb.disasm/am33.exp
6813 * gdb.disasm/h8300s.exp
6814 * gdb.disasm/mn10300.exp
6815 * gdb.disasm/sh3.exp
6816 * gdb.dwarf2/dw2-dir-file-name.exp
6817 * gdb.fortran/complex.exp
6818 * gdb.fortran/library-module.exp
6819 * gdb.guile/scm-pretty-print.exp
6820 * gdb.guile/scm-symbol.exp
6821 * gdb.guile/scm-type.exp
6822 * gdb.guile/scm-value.exp
6823 * gdb.linespec/linespec.exp
6824 * gdb.mi/gdb701.exp
6825 * gdb.mi/gdb792.exp
6826 * gdb.mi/mi-breakpoint-changed.exp
6827 * gdb.mi/mi-dprintf-pending.exp
6828 * gdb.mi/mi-dprintf.exp
6829 * gdb.mi/mi-exit-code.exp
6830 * gdb.mi/mi-pending.exp
6831 * gdb.mi/mi-solib.exp
6832 * gdb.mi/new-ui-mi-sync.exp
6833 * gdb.mi/pr11022.exp
6834 * gdb.mi/user-selected-context-sync.exp
6835 * gdb.opt/solib-intra-step.exp
6836 * gdb.python/py-events.exp
6837 * gdb.python/py-finish-breakpoint.exp
6838 * gdb.python/py-mi.exp
6839 * gdb.python/py-prettyprint.exp
6840 * gdb.python/py-shared.exp
6841 * gdb.python/py-symbol.exp
6842 * gdb.python/py-template.exp
6843 * gdb.python/py-type.exp
6844 * gdb.python/py-value.exp
6845 * gdb.reverse/solib-precsave.exp
6846 * gdb.reverse/solib-reverse.exp
6847 * gdb.server/solib-list.exp
6848 * gdb.stabs/weird.exp
6849 * gdb.threads/reconnect-signal.exp
6850 * gdb.threads/stepi-random-signal.exp
6851 * gdb.trace/actions.exp
6852 * gdb.trace/ax.exp
6853 * gdb.trace/backtrace.exp
6854 * gdb.trace/change-loc.exp
6855 * gdb.trace/deltrace.exp
6856 * gdb.trace/ftrace-lock.exp
6857 * gdb.trace/ftrace.exp
6858 * gdb.trace/infotrace.exp
6859 * gdb.trace/mi-tracepoint-changed.exp
6860 * gdb.trace/packetlen.exp
6861 * gdb.trace/passcount.exp
6862 * gdb.trace/pending.exp
6863 * gdb.trace/range-stepping.exp
6864 * gdb.trace/report.exp
6865 * gdb.trace/stap-trace.exp
6866 * gdb.trace/tfind.exp
6867 * gdb.trace/trace-break.exp
6868 * gdb.trace/trace-condition.exp
6869 * gdb.trace/trace-enable-disable.exp
6870 * gdb.trace/trace-mt.exp
6871 * gdb.trace/tracecmd.exp
6872 * gdb.trace/tspeed.exp
6873 * gdb.trace/tsv.exp
6874 * lib/perftest.exp
6875
fb9feb35
LM
68762016-12-01 Luis Machado <lgustavo@codesourcery.com>
6877
6878 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6879 with gdb_test_no_output.
6880 Use command as test name.
6881
cd2ddb6c
LM
68822016-12-01 Luis Machado <lgustavo@codesourcery.com>
6883
6884 Fix test names starting with uppercase throughout the files.
6885
6886 * gdb.ada/assign_1.exp
6887 * gdb.ada/boolean_expr.exp
6888 * gdb.base/arrayidx.exp
6889 * gdb.base/del.exp
6890 * gdb.base/gcore-buffer-overflow.exp
6891 * gdb.base/testenv.exp
6892 * gdb.compile/compile.exp
6893 * gdb.python/py-framefilter-invalidarg.exp
6894 * gdb.python/py-framefilter.exp
6895
bb95117e
LM
68962016-12-01 Luis Machado <lgustavo@codesourcery.com>
6897
6898 Fix test names starting with uppercase throughout the files.
6899
6900 * gdb.ada/array_return.exp
6901 * gdb.ada/expr_delims.exp
6902 * gdb.ada/mi_dyn_arr.exp
6903 * gdb.ada/mi_interface.exp
6904 * gdb.ada/mi_var_array.exp
6905 * gdb.ada/watch_arg.exp
6906 * gdb.arch/alpha-step.exp
6907 * gdb.arch/altivec-regs.exp
6908 * gdb.arch/e500-regs.exp
6909 * gdb.arch/powerpc-d128-regs.exp
6910 * gdb.base/arrayidx.exp
6911 * gdb.base/break.exp
6912 * gdb.base/checkpoint.exp
6913 * gdb.base/debug-expr.exp
6914 * gdb.base/dmsym.exp
6915 * gdb.base/radix.exp
6916 * gdb.base/sepdebug.exp
6917 * gdb.base/testenv.exp
6918 * gdb.base/watch_thread_num.exp
6919 * gdb.base/watchpoint-cond-gone.exp
6920 * gdb.cell/break.exp
6921 * gdb.cell/ea-cache.exp
6922 * gdb.compile/compile.exp
6923 * gdb.cp/gdb2495.exp
6924 * gdb.gdb/selftest.exp
6925 * gdb.gdb/xfullpath.exp
6926 * gdb.go/hello.exp
6927 * gdb.go/integers.exp
6928 * gdb.objc/basicclass.exp
6929 * gdb.pascal/hello.exp
6930 * gdb.pascal/integers.exp
6931 * gdb.python/py-breakpoint.exp
6932 * gdb.python/py-cmd.exp
6933 * gdb.python/py-linetable.exp
6934 * gdb.python/py-xmethods.exp
6935 * gdb.python/python.exp
6936 * gdb.reverse/consecutive-precsave.exp
6937 * gdb.reverse/finish-precsave.exp
6938 * gdb.reverse/i386-precsave.exp
6939 * gdb.reverse/machinestate-precsave.exp
6940 * gdb.reverse/sigall-precsave.exp
6941 * gdb.reverse/solib-precsave.exp
6942 * gdb.reverse/step-precsave.exp
6943 * gdb.reverse/until-precsave.exp
6944 * gdb.reverse/watch-precsave.exp
6945 * gdb.threads/leader-exit.exp
6946 * gdb.threads/pthreads.exp
6947 * gdb.threads/wp-replication.exp
6948 * gdb.trace/actions.exp
6949 * gdb.trace/mi-tsv-changed.exp
6950 * gdb.trace/tsv.exp
6951
de97fdd4
LM
69522016-12-01 Luis Machado <lgustavo@codesourcery.com>
6953
6954 Fix test names starting with uppercase throughout the files.
6955
6956 * gdb.arch/i386-bp_permanent.exp
6957 * gdb.arch/i386-gnu-cfi.exp
6958 * gdb.base/disasm-end-cu.exp
6959 * gdb.base/macscp.exp
6960 * gdb.base/pending.exp
6961 * gdb.base/watch_thread_num.exp
6962 * gdb.cp/exception.exp
6963 * gdb.cp/gdb2495.exp
6964 * gdb.cp/local.exp
6965 * gdb.python/py-evsignal.exp
6966 * gdb.python/python.exp
6967 * gdb.trace/tracecmd.exp
6968
9f058c10
LM
69692016-12-01 Luis Machado <lgustavo@codesourcery.com>
6970
6971 Fix test names starting with uppercase throughout the files.
6972
6973 * gdb.base/charset.exp
6974 * gdb.base/eval.exp
6975 * gdb.base/multi-forks.exp
6976 * gdb.guile/scm-progspace.exp
6977 * gdb.opencl/datatypes.exp
6978 * gdb.python/py-block.exp
6979 * gdb.python/py-function.exp
6980 * gdb.python/py-symbol.exp
6981 * gdb.python/py-symtab.exp
6982 * gdb.python/py-xmethods.exp
6983 * gdb.reverse/break-precsave.exp
6984 * gdb.reverse/break-reverse.exp
6985 * gdb.reverse/consecutive-precsave.exp
6986 * gdb.reverse/consecutive-reverse.exp
6987 * gdb.reverse/finish-precsave.exp
6988 * gdb.reverse/finish-reverse-bkpt.exp
6989 * gdb.reverse/finish-reverse.exp
6990 * gdb.reverse/fstatat-reverse.exp
6991 * gdb.reverse/getresuid-reverse.exp
6992 * gdb.reverse/i386-precsave.exp
6993 * gdb.reverse/i386-reverse.exp
6994 * gdb.reverse/i386-sse-reverse.exp
6995 * gdb.reverse/i387-stack-reverse.exp
6996 * gdb.reverse/insn-reverse.exp
6997 * gdb.reverse/machinestate-precsave.exp
6998 * gdb.reverse/machinestate.exp
6999 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7000 * gdb.reverse/pipe-reverse.exp
7001 * gdb.reverse/readv-reverse.exp
7002 * gdb.reverse/recvmsg-reverse.exp
7003 * gdb.reverse/rerun-prec.exp
7004 * gdb.reverse/s390-mvcle.exp
7005 * gdb.reverse/sigall-precsave.exp
7006 * gdb.reverse/sigall-reverse.exp
7007 * gdb.reverse/solib-precsave.exp
7008 * gdb.reverse/solib-reverse.exp
7009 * gdb.reverse/step-precsave.exp
7010 * gdb.reverse/step-reverse.exp
7011 * gdb.reverse/time-reverse.exp
7012 * gdb.reverse/until-precsave.exp
7013 * gdb.reverse/until-reverse.exp
7014 * gdb.reverse/waitpid-reverse.exp
7015 * gdb.reverse/watch-precsave.exp
7016 * gdb.reverse/watch-reverse.exp
7017
cdc7edd7
LM
70182016-12-01 Luis Machado <lgustavo@codesourcery.com>
7019
7020 Fix test names starting with uppercase throughout the files.
7021
7022 * gdb.arch/i386-mpx-simple_segv.exp
7023 * gdb.arch/i386-mpx.exp
7024 * gdb.arch/i386-permbkpt.exp
7025 * gdb.arch/pa-nullify.exp
7026 * gdb.arch/powerpc-d128-regs.exp
7027 * gdb.arch/vsx-regs.exp
7028 * gdb.base/bfp-test.exp
7029 * gdb.base/break.exp
7030 * gdb.base/breakpoint-shadow.exp
7031 * gdb.base/callfuncs.exp
7032 * gdb.base/charset.exp
7033 * gdb.base/commands.exp
7034 * gdb.base/completion.exp
7035 * gdb.base/dfp-test.exp
7036 * gdb.base/echo.exp
7037 * gdb.base/ending-run.exp
7038 * gdb.base/eval.exp
7039 * gdb.base/expand-psymtabs.exp
7040 * gdb.base/float128.exp
7041 * gdb.base/floatn.exp
7042 * gdb.base/foll-exec-mode.exp
7043 * gdb.base/gdb1056.exp
7044 * gdb.base/gdb11531.exp
7045 * gdb.base/kill-after-signal.exp
7046 * gdb.base/multi-forks.exp
7047 * gdb.base/overlays.exp
7048 * gdb.base/pending.exp
7049 * gdb.base/sepdebug.exp
7050 * gdb.base/testenv.exp
7051 * gdb.base/valgrind-db-attach.exp
7052 * gdb.base/watch_thread_num.exp
7053 * gdb.base/watchpoint-cond-gone.exp
7054 * gdb.base/watchpoint.exp
7055 * gdb.base/watchpoints.exp
7056 * gdb.cp/arg-reference.exp
7057 * gdb.cp/baseenum.exp
7058 * gdb.cp/operator.exp
7059 * gdb.cp/shadow.exp
7060 * gdb.dwarf2/dw2-op-out-param.exp
7061 * gdb.dwarf2/dw2-reg-undefined.exp
7062 * gdb.go/chan.exp
7063 * gdb.go/hello.exp
7064 * gdb.go/integers.exp
7065 * gdb.go/methods.exp
7066 * gdb.go/package.exp
7067 * gdb.guile/scm-parameter.exp
7068 * gdb.guile/scm-progspace.exp
7069 * gdb.guile/scm-value.exp
7070 * gdb.mi/mi-pending.exp
7071 * gdb.mi/user-selected-context-sync.exp
7072 * gdb.multi/multi-attach.exp
7073 * gdb.multi/tids.exp
7074 * gdb.opt/clobbered-registers-O2.exp
7075 * gdb.pascal/floats.exp
7076 * gdb.pascal/integers.exp
7077 * gdb.python/py-block.exp
7078 * gdb.python/py-events.exp
7079 * gdb.python/py-parameter.exp
7080 * gdb.python/py-symbol.exp
7081 * gdb.python/py-symtab.exp
7082 * gdb.python/py-type.exp
7083 * gdb.python/py-value.exp
7084 * gdb.python/py-xmethods.exp
7085 * gdb.python/python.exp
7086 * gdb.reverse/break-precsave.exp
7087 * gdb.reverse/consecutive-precsave.exp
7088 * gdb.reverse/finish-precsave.exp
7089 * gdb.reverse/i386-precsave.exp
7090 * gdb.reverse/machinestate-precsave.exp
7091 * gdb.reverse/sigall-precsave.exp
7092 * gdb.reverse/solib-precsave.exp
7093 * gdb.reverse/step-precsave.exp
7094 * gdb.reverse/until-precsave.exp
7095 * gdb.reverse/watch-precsave.exp
7096 * gdb.server/ext-attach.exp
7097 * gdb.server/ext-restart.exp
7098 * gdb.server/ext-run.exp
7099 * gdb.server/ext-wrapper.exp
7100 * gdb.stabs/gdb11479.exp
7101 * gdb.stabs/weird.exp
7102 * gdb.threads/attach-many-short-lived-threads.exp
7103 * gdb.threads/kill.exp
7104 * gdb.threads/watchpoint-fork.exp
7105
bc6c7af4
LM
71062016-12-01 Luis Machado <lgustavo@codesourcery.com>
7107
7108 Fix test names starting with uppercase throughout all the files below.
7109
7110 * gdb.ada/array_return.exp
7111 * gdb.ada/catch_ex.exp
7112 * gdb.ada/info_exc.exp
7113 * gdb.ada/mi_catch_ex.exp
7114 * gdb.ada/mi_dyn_arr.exp
7115 * gdb.ada/mi_ex_cond.exp
7116 * gdb.ada/mi_exc_info.exp
7117 * gdb.ada/mi_interface.exp
7118 * gdb.ada/mi_task_arg.exp
7119 * gdb.ada/mi_task_info.exp
7120 * gdb.ada/mi_var_array.exp
7121 * gdb.arch/alpha-step.exp
7122 * gdb.arch/amd64-disp-step.exp
7123 * gdb.arch/arm-disp-step.exp
7124 * gdb.arch/disp-step-insn-reloc.exp
7125 * gdb.arch/e500-prologue.exp
7126 * gdb.arch/ftrace-insn-reloc.exp
7127 * gdb.arch/gdb1558.exp
7128 * gdb.arch/i386-bp_permanent.exp
7129 * gdb.arch/i386-disp-step.exp
7130 * gdb.arch/i386-float.exp
7131 * gdb.arch/i386-gnu-cfi.exp
7132 * gdb.arch/ia64-breakpoint-shadow.exp
7133 * gdb.arch/mips16-thunks.exp
7134 * gdb.arch/pa-nullify.exp
7135 * gdb.arch/powerpc-aix-prologue.exp
7136 * gdb.arch/powerpc-power.exp
7137 * gdb.arch/ppc-dfp.exp
7138 * gdb.arch/s390-tdbregs.exp
7139 * gdb.arch/spu-info.exp
7140 * gdb.arch/spu-ls.exp
7141 * gdb.arch/thumb-bx-pc.exp
7142 * gdb.base/advance.exp
7143 * gdb.base/annota-input-while-running.exp
7144 * gdb.base/arrayidx.exp
7145 * gdb.base/asmlabel.exp
7146 * gdb.base/async.exp
7147 * gdb.base/attach-wait-input.exp
7148 * gdb.base/auto-connect-native-target.exp
7149 * gdb.base/batch-preserve-term-settings.exp
7150 * gdb.base/bfp-test.exp
7151 * gdb.base/bigcore.exp
7152 * gdb.base/bp-permanent.exp
7153 * gdb.base/break-always.exp
7154 * gdb.base/break-fun-addr.exp
7155 * gdb.base/break-idempotent.exp
7156 * gdb.base/break-main-file-remove-fail.exp
7157 * gdb.base/break-probes.exp
7158 * gdb.base/break-unload-file.exp
7159 * gdb.base/break.exp
7160 * gdb.base/call-ar-st.exp
7161 * gdb.base/call-rt-st.exp
7162 * gdb.base/call-sc.exp
7163 * gdb.base/call-signal-resume.exp
7164 * gdb.base/call-strs.exp
7165 * gdb.base/callexit.exp
7166 * gdb.base/callfuncs.exp
7167 * gdb.base/catch-gdb-caused-signals.exp
7168 * gdb.base/catch-signal-siginfo-cond.exp
7169 * gdb.base/catch-syscall.exp
7170 * gdb.base/compare-sections.exp
7171 * gdb.base/cond-eval-mode.exp
7172 * gdb.base/condbreak-call-false.exp
7173 * gdb.base/consecutive-step-over.exp
7174 * gdb.base/cursal.exp
7175 * gdb.base/disabled-location.exp
7176 * gdb.base/disasm-end-cu.exp
7177 * gdb.base/display.exp
7178 * gdb.base/double-prompt-target-event-error.exp
7179 * gdb.base/dprintf-bp-same-addr.exp
7180 * gdb.base/dprintf-detach.exp
7181 * gdb.base/dprintf-next.exp
7182 * gdb.base/dprintf-non-stop.exp
7183 * gdb.base/dprintf-pending.exp
7184 * gdb.base/dso2dso.exp
7185 * gdb.base/ending-run.exp
7186 * gdb.base/enum_cond.exp
7187 * gdb.base/examine-backward.exp
7188 * gdb.base/exe-lock.exp
7189 * gdb.base/exec-invalid-sysroot.exp
7190 * gdb.base/execl-update-breakpoints.exp
7191 * gdb.base/execution-termios.exp
7192 * gdb.base/fileio.exp
7193 * gdb.base/fixsection.exp
7194 * gdb.base/foll-exec-mode.exp
7195 * gdb.base/foll-exec.exp
7196 * gdb.base/fork-running-state.exp
7197 * gdb.base/frame-args.exp
7198 * gdb.base/fullpath-expand.exp
7199 * gdb.base/func-ptr.exp
7200 * gdb.base/gcore-relro-pie.exp
7201 * gdb.base/gdb1090.exp
7202 * gdb.base/gdb1555.exp
7203 * gdb.base/global-var-nested-by-dso.exp
7204 * gdb.base/gnu-ifunc.exp
7205 * gdb.base/hbreak-in-shr-unsupported.exp
7206 * gdb.base/hbreak-unmapped.exp
7207 * gdb.base/hook-stop.exp
7208 * gdb.base/infcall-input.exp
7209 * gdb.base/info-fun.exp
7210 * gdb.base/info-shared.exp
7211 * gdb.base/interrupt-noterm.exp
7212 * gdb.base/jit-so.exp
7213 * gdb.base/jit.exp
7214 * gdb.base/line-symtabs.exp
7215 * gdb.base/list.exp
7216 * gdb.base/longjmp.exp
7217 * gdb.base/macscp.exp
7218 * gdb.base/max-value-size.exp
7219 * gdb.base/nodebug.exp
7220 * gdb.base/nofield.exp
7221 * gdb.base/overlays.exp
7222 * gdb.base/paginate-after-ctrl-c-running.exp
7223 * gdb.base/paginate-bg-execution.exp
7224 * gdb.base/paginate-inferior-exit.exp
7225 * gdb.base/pending.exp
7226 * gdb.base/pr11022.exp
7227 * gdb.base/printcmds.exp
7228 * gdb.base/ptr-typedef.exp
7229 * gdb.base/ptype.exp
7230 * gdb.base/randomize.exp
7231 * gdb.base/range-stepping.exp
7232 * gdb.base/realname-expand.exp
7233 * gdb.base/relativedebug.exp
7234 * gdb.base/remote.exp
7235 * gdb.base/savedregs.exp
7236 * gdb.base/sepdebug.exp
7237 * gdb.base/set-noassign.exp
7238 * gdb.base/shlib-call.exp
7239 * gdb.base/shreloc.exp
7240 * gdb.base/sigaltstack.exp
7241 * gdb.base/sigbpt.exp
7242 * gdb.base/siginfo-addr.exp
7243 * gdb.base/siginfo-obj.exp
7244 * gdb.base/siginfo-thread.exp
7245 * gdb.base/signest.exp
7246 * gdb.base/signull.exp
7247 * gdb.base/sigrepeat.exp
7248 * gdb.base/skip.exp
7249 * gdb.base/so-impl-ld.exp
7250 * gdb.base/solib-corrupted.exp
7251 * gdb.base/solib-disc.exp
7252 * gdb.base/solib-display.exp
7253 * gdb.base/solib-overlap.exp
7254 * gdb.base/solib-search.exp
7255 * gdb.base/solib-symbol.exp
7256 * gdb.base/source-execution.exp
7257 * gdb.base/sss-bp-on-user-bp-2.exp
7258 * gdb.base/sss-bp-on-user-bp.exp
7259 * gdb.base/stack-checking.exp
7260 * gdb.base/stale-infcall.exp
7261 * gdb.base/step-break.exp
7262 * gdb.base/step-line.exp
7263 * gdb.base/step-over-exit.exp
7264 * gdb.base/step-test.exp
7265 * gdb.base/structs.exp
7266 * gdb.base/sym-file.exp
7267 * gdb.base/symtab-search-order.exp
7268 * gdb.base/term.exp
7269 * gdb.base/type-opaque.exp
7270 * gdb.base/unload.exp
7271 * gdb.base/until-nodebug.exp
7272 * gdb.base/until.exp
7273 * gdb.base/unwindonsignal.exp
7274 * gdb.base/watch-cond.exp
7275 * gdb.base/watch-non-mem.exp
7276 * gdb.base/watch_thread_num.exp
7277 * gdb.base/watchpoint-reuse-slot.exp
7278 * gdb.base/watchpoint-solib.exp
7279 * gdb.base/watchpoint.exp
7280 * gdb.btrace/dlopen.exp
7281 * gdb.cell/arch.exp
7282 * gdb.cell/break.exp
7283 * gdb.cell/bt.exp
7284 * gdb.cell/core.exp
7285 * gdb.cell/data.exp
7286 * gdb.cell/dwarfaddr.exp
7287 * gdb.cell/ea-cache.exp
7288 * gdb.cell/ea-standalone.exp
7289 * gdb.cell/ea-test.exp
7290 * gdb.cell/f-regs.exp
7291 * gdb.cell/fork.exp
7292 * gdb.cell/gcore.exp
7293 * gdb.cell/mem-access.exp
7294 * gdb.cell/ptype.exp
7295 * gdb.cell/registers.exp
7296 * gdb.cell/sizeof.exp
7297 * gdb.cell/solib-symbol.exp
7298 * gdb.cell/solib.exp
7299 * gdb.compile/compile-tls.exp
7300 * gdb.cp/exception.exp
7301 * gdb.cp/gdb2495.exp
7302 * gdb.cp/local.exp
7303 * gdb.cp/mb-inline.exp
7304 * gdb.cp/mb-templates.exp
7305 * gdb.cp/pr10687.exp
7306 * gdb.cp/pr9167.exp
7307 * gdb.cp/scope-err.exp
7308 * gdb.cp/templates.exp
7309 * gdb.cp/virtfunc.exp
7310 * gdb.dwarf2/dw2-dir-file-name.exp
7311 * gdb.dwarf2/dw2-single-line-discriminators.exp
7312 * gdb.fortran/complex.exp
7313 * gdb.fortran/library-module.exp
7314 * gdb.guile/guile.exp
7315 * gdb.guile/scm-cmd.exp
7316 * gdb.guile/scm-frame-inline.exp
7317 * gdb.guile/scm-objfile.exp
7318 * gdb.guile/scm-pretty-print.exp
7319 * gdb.guile/scm-symbol.exp
7320 * gdb.guile/scm-type.exp
7321 * gdb.guile/scm-value.exp
7322 * gdb.linespec/keywords.exp
7323 * gdb.linespec/ls-errs.exp
7324 * gdb.linespec/macro-relative.exp
7325 * gdb.linespec/thread.exp
7326 * gdb.mi/mi-breakpoint-changed.exp
7327 * gdb.mi/mi-dprintf-pending.exp
7328 * gdb.mi/mi-fullname-deleted.exp
7329 * gdb.mi/mi-logging.exp
7330 * gdb.mi/mi-pending.exp
7331 * gdb.mi/mi-solib.exp
7332 * gdb.mi/new-ui-mi-sync.exp
7333 * gdb.mi/user-selected-context-sync.exp
7334 * gdb.multi/dummy-frame-restore.exp
7335 * gdb.multi/multi-arch-exec.exp
7336 * gdb.multi/remove-inferiors.exp
7337 * gdb.multi/watchpoint-multi-exit.exp
7338 * gdb.opt/solib-intra-step.exp
7339 * gdb.perf/backtrace.exp
7340 * gdb.perf/single-step.exp
7341 * gdb.perf/skip-command.exp
7342 * gdb.perf/skip-prologue.exp
7343 * gdb.perf/solib.exp
7344 * gdb.python/lib-types.exp
7345 * gdb.python/py-as-string.exp
7346 * gdb.python/py-bad-printers.exp
7347 * gdb.python/py-block.exp
7348 * gdb.python/py-breakpoint.exp
7349 * gdb.python/py-cmd.exp
7350 * gdb.python/py-events.exp
7351 * gdb.python/py-evthreads.exp
7352 * gdb.python/py-finish-breakpoint.exp
7353 * gdb.python/py-finish-breakpoint2.exp
7354 * gdb.python/py-frame-inline.exp
7355 * gdb.python/py-frame.exp
7356 * gdb.python/py-inferior.exp
7357 * gdb.python/py-infthread.exp
7358 * gdb.python/py-mi.exp
7359 * gdb.python/py-objfile.exp
7360 * gdb.python/py-pp-maint.exp
7361 * gdb.python/py-pp-registration.exp
7362 * gdb.python/py-prettyprint.exp
7363 * gdb.python/py-recurse-unwind.exp
7364 * gdb.python/py-shared.exp
7365 * gdb.python/py-symbol.exp
7366 * gdb.python/py-symtab.exp
7367 * gdb.python/py-template.exp
7368 * gdb.python/py-type.exp
7369 * gdb.python/py-unwind-maint.exp
7370 * gdb.python/py-unwind.exp
7371 * gdb.python/py-value.exp
7372 * gdb.python/python.exp
7373 * gdb.reverse/finish-reverse-bkpt.exp
7374 * gdb.reverse/insn-reverse.exp
7375 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7376 * gdb.reverse/solib-precsave.exp
7377 * gdb.reverse/solib-reverse.exp
7378 * gdb.stabs/gdb11479.exp
7379 * gdb.stabs/weird.exp
7380 * gdb.threads/fork-child-threads.exp
7381 * gdb.threads/fork-plus-threads.exp
7382 * gdb.threads/fork-thread-pending.exp
7383 * gdb.threads/forking-threads-plus-breakpoint.exp
7384 * gdb.threads/hand-call-in-threads.exp
7385 * gdb.threads/interrupted-hand-call.exp
7386 * gdb.threads/linux-dp.exp
7387 * gdb.threads/local-watch-wrong-thread.exp
7388 * gdb.threads/next-while-other-thread-longjmps.exp
7389 * gdb.threads/non-ldr-exit.exp
7390 * gdb.threads/pending-step.exp
7391 * gdb.threads/print-threads.exp
7392 * gdb.threads/process-dies-while-detaching.exp
7393 * gdb.threads/process-dies-while-handling-bp.exp
7394 * gdb.threads/pthreads.exp
7395 * gdb.threads/queue-signal.exp
7396 * gdb.threads/reconnect-signal.exp
7397 * gdb.threads/signal-command-handle-nopass.exp
7398 * gdb.threads/signal-command-multiple-signals-pending.exp
7399 * gdb.threads/signal-delivered-right-thread.exp
7400 * gdb.threads/signal-sigtrap.exp
7401 * gdb.threads/sigthread.exp
7402 * gdb.threads/staticthreads.exp
7403 * gdb.threads/stepi-random-signal.exp
7404 * gdb.threads/thread-unwindonsignal.exp
7405 * gdb.threads/thread_check.exp
7406 * gdb.threads/thread_events.exp
7407 * gdb.threads/tid-reuse.exp
7408 * gdb.threads/tls-nodebug.exp
7409 * gdb.threads/tls-shared.exp
7410 * gdb.threads/tls-so_extern.exp
7411 * gdb.threads/tls.exp
7412 * gdb.threads/wp-replication.exp
7413 * gdb.trace/actions-changed.exp
7414 * gdb.trace/actions.exp
7415 * gdb.trace/backtrace.exp
7416 * gdb.trace/change-loc.exp
7417 * gdb.trace/collection.exp
7418 * gdb.trace/deltrace.exp
7419 * gdb.trace/disconnected-tracing.exp
7420 * gdb.trace/entry-values.exp
7421 * gdb.trace/ftrace-lock.exp
7422 * gdb.trace/ftrace.exp
7423 * gdb.trace/infotrace.exp
7424 * gdb.trace/mi-trace-frame-collected.exp
7425 * gdb.trace/mi-trace-unavailable.exp
7426 * gdb.trace/mi-traceframe-changed.exp
7427 * gdb.trace/mi-tracepoint-changed.exp
7428 * gdb.trace/mi-tsv-changed.exp
7429 * gdb.trace/no-attach-trace.exp
7430 * gdb.trace/packetlen.exp
7431 * gdb.trace/passc-dyn.exp
7432 * gdb.trace/passcount.exp
7433 * gdb.trace/pending.exp
7434 * gdb.trace/pr16508.exp
7435 * gdb.trace/qtro.exp
7436 * gdb.trace/range-stepping.exp
7437 * gdb.trace/read-memory.exp
7438 * gdb.trace/report.exp
7439 * gdb.trace/save-trace.exp
7440 * gdb.trace/signal.exp
7441 * gdb.trace/stap-trace.exp
7442 * gdb.trace/status-stop.exp
7443 * gdb.trace/strace.exp
7444 * gdb.trace/tfile.exp
7445 * gdb.trace/tfind.exp
7446 * gdb.trace/trace-break.exp
7447 * gdb.trace/trace-condition.exp
7448 * gdb.trace/trace-enable-disable.exp
7449 * gdb.trace/trace-mt.exp
7450 * gdb.trace/tracecmd.exp
7451 * gdb.trace/tracefile-pseudo-reg.exp
7452 * gdb.trace/tspeed.exp
7453 * gdb.trace/tstatus.exp
7454 * gdb.trace/tsv.exp
7455 * gdb.trace/unavailable.exp
7456 * gdb.trace/while-dyn.exp
7457 * gdb.trace/while-stepping.exp
7458 * lib/gdb-guile.exp
7459 * lib/gdb.exp
7460 * lib/mi-support.exp
7461 * lib/pascal.exp
7462 * lib/perftest.exp
7463 * lib/prelink-support.exp
7464 * lib/selftest-support.exp
7465
ad02e4fe
SM
74662016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7467
7468 * Makefile.in: Include disable-implicit-rules.mk.
7469
22347e55
AA
74702016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7471
7472 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7473 non-byte-aligned bit fields.
7474
da5b30da
AA
74752016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7476
7477 PR gdb/12616
7478 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7479 respects the DW_AT_data_bit_offset attribute.
7480
b593ecca
SM
74812016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7482
7483 * gdb.base/default.exp: Fix output of "set language".
7484
3b165252
SM
74852016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7486
7487 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7488 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7489 make.
7490 * configure.ac: Remove checks for the make program.
7491 * configure: Re-generate.
7492
1a2f3d7f
KB
74932016-11-16 Kevin Buettner <kevinb@redhat.com>
7494
7495 * gdb.python/py-recurse-unwind.c (main): Add loop.
7496 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7497 to read_register() and gdb.parse_and_eval(). Make each code
7498 call a separate case that can be individually tested.
7499 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7500 proc. Call cont_and_backtrace for each of the code paths that
7501 we want to test in the unwinder.
7502
b7f38fda
AA
75032016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7504
7505 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7506 the definition of struct S.
7507
1f8db343
CM
75082016-11-11 Catherine Moore <clm@codesourcery.com>
7509
7510 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7511
fad0c9fb
PA
75122016-11-09 Pedro Alves <palves@redhat.com>
7513
7514 * gdb.base/commands.exp (runto_or_return): New procedure.
7515 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7516 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7517 (progvar_simple_while_test, progvar_complex_if_while_test)
7518 (if_while_breakpoint_command_test)
7519 (infrun_breakpoint_command_test, breakpoint_command_test)
7520 (user_defined_command_test, watchpoint_command_test)
7521 (test_command_prompt_position, redefine_hook_test)
7522 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7523 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7524 multi_line_input and multi_line. Remove gdb_expect and
7525 gdb_stop_suppressing_tests uses.
7526 * lib/gdb.exp (valnum_re): New global.
7527 (multi_line_input): New procedure.
7528
8354c62c
SM
75292016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7530
7531 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7532 Remove.
7533 (test_setup): Define with proc_with_prefix.
7534 (test_cli_inferior): Likewise.
7535 (test_cli_thread): Likewise.
7536 (test_cli_frame): Likewise.
7537 (test_cli_select_frame): Likewise.
7538 (test_cli_up_down): Likewise.
7539 (test_mi_thread_select): Likewise.
7540 (test_mi_stack_select_frame): Likewise.
7541 (test_cli_in_mi_inferior): Likewise.
7542 (test_cli_in_mi_thread): Likewise.
7543 (test_cli_in_mi_frame): Likewise.
7544 (top level): Do not use with_test_prefix_procname.
7545
64f367a2
PA
75462016-11-09 Pedro Alves <palves@redhat.com>
7547
7548 * gdb.base/commands.exp (gdbvar_simple_if_test)
7549 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7550 (progvar_simple_if_test, progvar_simple_while_test)
7551 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7552 (infrun_breakpoint_command_test, breakpoint_command_test)
7553 (user_defined_command_test, watchpoint_command_test)
7554 (test_command_prompt_position, deprecated_command_test)
7555 (bp_deleted_in_command, temporary_breakpoint_commands)
7556 (stray_arg0_test, source_file_with_indented_comment)
7557 (recursive_source_test, if_commands_test)
7558 (error_clears_commands_left, redefine_hook_test)
7559 (redefine_backtrace_test): Use proc_with_prefix.
7560 * lib/gdb.exp (proc_with_prefix): New proc.
7561
0bb65f1e
AA
75622016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7563
7564 * gdb.base/tui-layout.c: New file.
7565 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7566 disassembly window contains very long lines.
7567
7353f247
TT
75682016-11-08 Tom Tromey <tom@tromey.com>
7569
7570 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7571 depend on Python 2.
7572
30a7bb83
TT
75732016-11-08 Tom Tromey <tom@tromey.com>
7574
7575 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7576 New method.
7577
cdf5a07c
MG
75782016-10-29 Manish Goregaokar <manish@mozilla.com>
7579
2806dc7e 7580 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 7581
51a789c3
MG
75822016-10-27 Manish Goregaokar <manish@mozilla.com>
7583
2806dc7e
PA
7584 * gdb.rust/simple.rs: Add test for univariant enums without
7585 discriminants and for encoded struct-like enums.
51a789c3 7586
f610ab6d
PA
75872016-10-28 Pedro Alves <palves@redhat.com>
7588
7589 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7590 gdb_test_multiple, tighten regexps and match symtabs and line
7591 tables incrementally.
7592
b129b0ca
LM
75932016-10-28 Luis Machado <lgustavo@codesourcery.com>
7594
7595 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7596 general.
7597
ecf45d2c
SL
75982016-10-25 Luis Machado <lgustavo@codesourcery.com>
7599
7600 * gdb.base/exec-invalid-sysroot.exp: New file.
7601
b8d38ee4
JK
76022016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7603
7604 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7605
f90fd8c2
JK
76062016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7607
7608 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7609
2d2476aa
MR
76102016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7611
2806dc7e
PA
7612 * gdb.base/killed-outside.exp: Remove $options from a call to
7613 `prepare_for_testing'.
2d2476aa 7614
e42b25a0
SM
76152016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7616
7617 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7618 Change test message.
7619
3ccdb432
SM
76202016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7621
7622 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7623 Update comment.
7624
5bad3170
SM
76252016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7626
7627 * gdb.trace/mi-trace-save.exp: New file.
7628
5ad9dba7
YQ
76292016-10-13 Yao Qi <yao.qi@linaro.org>
7630
7631 * gdb.base/code_elim.exp (get_var_address): Remove.
7632 * gdb.base/relocate.exp: Likewise.
7633 * gdb.base/shreloc.exp: Likewise.
7634 * lib/gdb.exp (get_var_address): New.
7635
62df7e21
YQ
76362016-10-13 Yao Qi <yao.qi@linaro.org>
7637
7638 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7639 floating point tests if $skip_float_test is false.
7640
4dac951e
LM
76412016-10-12 Luis Machado <lgustavo@codesourcery.com>
7642
7643 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7644 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7645 argc values.
7646 Add 1 to argc so we guarantee distinct initial/modified argc values.
7647
8f1a8fc4
JK
76482016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7649
7650 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7651
16c85b5d
JK
76522016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7653
7654 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7655 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7656 * gdb.arch/vsx-regs.exp: Likewise.
7657
1d0e042a
YQ
76582016-10-07 Yao Qi <yao.qi@linaro.org>
7659
7660 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7661
68dadef5
MM
76622016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7663
7664 * gdb.python/python.exp: Test decode_line("*0").
7665
33fa2c6e
DE
76662016-10-06 Doug Evans <dje@google.com>
7667
7668 * gdb.python/py-value.exp (test_value_creation): Add test for large
7669 unsigned 64-bit value.
7670
9c37b5ae
TT
76712016-10-06 Tom Tromey <tom@tromey.com>
7672
7673 * gdb.compile/compile.exp: Change java tests to rust.
7674 * gdb.base/setshow.exp: Change java tests to rust.
7675 * gdb.base/default.exp: Remove java from language list.
7676 * README (Examples): Update language example.
7677 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7678 test.
7679 * lib/gdb.exp (skip_java_tests): Remove.
7680 * lib/java.exp: Remove.
7681 * gdb.java: Remove.
7682
78b86327
MR
76832016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7684
7685 * gdb.arch/mips-fcr.exp: New test.
7686 * gdb.arch/mips-fcr.c: Source for the new test.
7687
7470adbb
MR
76882016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7689
7690 * gdb.base/solib-disc.exp: Use `standard_output_file'
7691 throughout.
7692
4a556533
PA
76932016-10-06 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.base/jit-simple-dl.c: New file.
7696 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7697 * gdb.base/jit-simple.c: ... this.
7698 * gdb.base/jit-simple.exp (jit_run): Delete.
7699 (build_jit): New proc.
7700 (jit_test_reread): Recompile either the main program or the shared
7701 library, depending on what is being tested. Skip changing address
7702 if caller wants to. Compare before/after addresses. If testing
7703 standalone, explicitly load the binary. Test "maint info
7704 breakpoints".
7705 (top level): Add "standalone vs shared lib" and "change address"
7706 vs "same address" axes.
7707
5a122fbc
PA
77082016-10-06 Pedro Alves <palves@redhat.com>
7709
7710 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7711 call.
7712 (jit_run): Delete.
7713 (jit_test_reread): Use with_test_prefix. Reload the main binary
7714 explicitly. Compare the before/after addresses of the JIT
7715 descriptor.
7716
ee8da4b8
DE
77172016-08-15 Doug Evans <dje@google.com>
7718
7719 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7720 for single bitfields is bool.
7721 * gdb.xml/tdesc-regs.exp: Ditto.
7722
f389f6fe
JK
77232016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7724
7725 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7726
fdebf1a4
YQ
77272016-10-05 Yao Qi <yao.qi@linaro.org>
7728
7729 * lib/gdb.exp (support_complex_tests): Return zero if
7730 gdb_skip_float_test return true.
7731
9c36d954 77322016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7733 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
7734
7735 PR gdb/20487
7736 * gdb.mi/user-selected-context-sync.exp: New file.
7737 * gdb.mi/user-selected-context-sync.c: New file.
7738
4034d0ff 77392016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7740 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
7741
7742 PR gdb/20487
7743 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7744 =thread-select-event check.
7745
a4297203
PB
77462016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7747
7748 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7749 the compulsory L operand changes.
7750 * gdb.arch/powerpc-power.s: Likewise.
7751
bb805577
JK
77522016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7753
7754 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7755 * gdb.base/jit-attach-pie.c: New file.
7756 * gdb.base/jit-attach-pie.exp: New file.
7757
6d61dee5
PA
77582016-09-28 Pedro Alves <palves@redhat.com>
7759
7760 * gdb.base/infcall-input.c: New file.
7761 * gdb.base/infcall-input.exp: New file.
7762
f73842fc
YQ
77632016-09-22 Yao Qi <yao.qi@linaro.org>
7764
7765 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7766 (gdb_exit): Rename it to ...
7767 (gdbserver_gdb_exit): ... Close GDBserver.
7768 (gdb_exit): New proc, call gdbserver_gdb_exit.
7769 (mi_gdb_exit): Likewise.
7770
90681dab
YQ
77712016-09-22 Yao Qi <yao.qi@linaro.org>
7772
7773 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7774 path.
7775 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7776 Remove duplication.
7777
9c211fd8
YQ
77782016-09-22 Yao Qi <yao.qi@linaro.org>
7779
7780 * lib/gdbserver-support.exp: Check the existence of
7781 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7782
ad0a504f
AK
77832016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7784
7785 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7786
36cf1806
TT
77872016-09-21 Tom Tromey <tom@tromey.com>
7788
7789 PR gdb/20604:
7790 * gdb.base/quit.exp: New file.
7791
74172ecf
SM
77922016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7793
7794 * .gitignore: New file.
7795
3d0ec882
MR
77962016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7797
7798 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7799 throughout.
7800
8193adea
AA
78012016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7802
7803 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7804
d41a5c09
JK
78052016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7806
7807 * gdb.cp/casts.cc (decltype): Move it ...
7808 (main): ... with its call to ...
7809 * gdb.cp/casts03.cc: ... a new file.
7810 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7811
d2dfe700
JK
78122016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7813
7814 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7815
e2a92b16
PB
78162016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7817
7818 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7819 and sync up the test with tests in gas/testsuite/gas/ppc.
7820 * gdb.arch/powerpc-power.exp: Likewise.
7821
49b4de64
JK
78222016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7823
7824 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7825
2c29df25
SDJ
78262016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7827 Jan Kratochvil <jan.kratochvil@redhat.com>
7828
7829 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7830 make m1's definition to be different from m2's. Use 'dummy' as an
7831 argument for probe 'two'.
7832
cc3c2846
JB
78332016-09-10 Jon Beniston <jon@beniston.com>
7834
7835 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7836 for sim target.
7837
e1b2624a
AA
78382016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7839
7840 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7841 variable declaration.
7842 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7843 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7844 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7845 received HWCAP as its argument.
7846
4295e285
PA
78472016-09-06 Pedro Alves <palves@redhat.com>
7848
7849 * gdb.base/new-ui-pending-input.c: New file.
7850 * gdb.base/new-ui-pending-input.exp: New file.
7851 * gdb.exp (clear_gdb_spawn_id): New procedure.
7852 (with_spawn_id): Check whether gdb_spawn_id exists before
7853 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7854 on exit.
7855
00d5215e
UW
78562016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7857
7858 * gdb.base/float128.c: New file.
7859 * gdb.base/float128.exp: Likewise.
7860 * gdb.base/floatn.c: Likewise.
7861 * gdb.base/floatn.exp: Likewise.
7862
a9ff5f12
UW
78632016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7864
7865 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7866
f245535c
PA
78672016-09-05 Pedro Alves <palves@redhat.com>
7868
7869 PR backtrace/19927
7870 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7871 unwinders are immediately called as side effect of "source" or
7872 "disable unwinder" commands.
7873 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7874
ae9cf263
YQ
78752016-09-02 Yao Qi <yao.qi@linaro.org>
7876
7877 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7878 is true and $type is "float" or "double".
7879
27aba047
YQ
78802016-09-02 Yao Qi <yao.qi@linaro.org>
7881
7882 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7883 true.
7884 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7885 * gdb.base/call-rt-st.exp: Likewise.
7886 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7887 return value instead of gdb,skip_float_test.
7888 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7889 (do_function_calls): Use its return value instead of
7890 gdb,skip_float_test.
7891 * gdb.base/finish.exp: Likewise.
7892 * gdb.base/funcargs.exp: Likewise.
7893 * gdb.base/return.exp: Likewise.
7894 * gdb.base/return2.exp: Likewise.
7895 * gdb.base/varargs.exp: Likewise.
7896 * lib/gdb.exp (gdb_skip_float_test): Change it to
7897 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7898
5af962df
AA
78992016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7900
7901 * gdb.multi/tids.exp: Test "thread apply all".
7902
7fac6910
JK
79032016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7904
7905 * gdb.base/default.exp (tty): Remove.
7906
bb1fe4ac
KB
79072016-08-24 Kevin Buettner <kevinb@redhat.com>
7908
2806dc7e
PA
7909 * gdb.python/py-recurse-unwind.c: New file.
7910 * gdb.python/py-recurse-unwind.py: New file.
7911 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 7912
0a1ddfa6
SM
79132016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7914
7915 * gdb.base/set-inferior-tty.exp: New file.
7916 * gdb.base/set-inferior-tty.c: New file.
7917
d9de1fe3
PA
79182016-08-23 Pedro Alves <palves@redhat.com>
7919
7920 PR gdb/20494
7921 * gdb.base/new-ui-echo.c: New file.
7922 * gdb.base/new-ui-echo.exp: New file.
7923
e9d9abd7
YQ
79242016-08-23 Yao Qi <yao.qi@linaro.org>
7925
7926 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7927 gdbserver_spawn.
7928 * gdb.server/connect-without-multi-process.exp (do_test):
7929 Likewise.
7930
3589529e
YQ
79312016-08-23 Yao Qi <yao.qi@linaro.org>
7932
7933 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7934 standalone_txt. Delete gdb_txt and standalone_txt on host
7935 and target. Spawn the binary on target. Copy files from
7936 target to host.
7937
6bb90213
PA
79382016-08-22 Pedro Alves <palves@redhat.com>
7939
7940 PR gdb/20505
7941 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7942 with_test_prefix. Factor out bits to ...
7943 (test_no_vdso): ... this new procedure.
7944
20c2c024
CL
79452016-08-19 Carl Love <cel@us.ibm.com>
7946
7947 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7948 maintaining separate logic for constructing the output path.
7949 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7950 * gdb.arch/ppc-dfp.exp: Likewise.
7951 * gdb.arch/ppc-fp.exp: Likewise.
7952 * gdb.arch/vsx-regs.exp: Likewise.
7953 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7954 binprefix for generating the additional binary files.
7955
0646e07d
PA
79562016-08-19 Pedro Alves <palves@redhat.com>
7957
7958 * gdb.trace/mi-trace-frame-collected.exp
7959 (test_trace_frame_collected): On x32, expect two registers.
7960
46da9242
CL
79612016-08-18 Carl Love <cel@us.ibm.com>
7962
7963 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7964 and sync up the test with tests in gas/testsuite/gas/ppc.
7965 * gdb.arch/powerpc-power.exp: Likewise.
7966
eb2332d7
SM
79672016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7968
7969 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7970 expected error message.
7971
63c61e04
SM
79722016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7973
7974 * gdb.multi/remove-inferiors.exp: New file.
7975 * gdb.multi/remove-inferiors.c: New file.
7976
7b17065f
YQ
79772016-08-12 Yao Qi <yao.qi@linaro.org>
7978
7979 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7980 argument list.
7981
01d3dedf
PA
79822016-08-10 Pedro Alves <palves@redhat.com>
7983
7984 PR gdb/19187
7985 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7986 setup_kfails.
7987
3eb7562a
PA
79882016-08-09 Pedro Alves <palves@redhat.com>
7989 Simon Marchi <simon.marchi@ericsson.com>
7990
7991 PR gdb/20418
7992 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7993 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7994
80614914
PA
79952016-08-09 Pedro Alves <palves@redhat.com>
7996
7997 PR mi/20431
7998 * gdb.mi/mi-cmd-error.exp: New file.
7999
f348d89a
PA
80002016-08-09 Pedro Alves <palves@redhat.com>
8001
8002 PR gdb/18653
8003 * gdb.base/signals-state-child.c: New file.
8004 * gdb.base/signals-state-child.exp: New file.
8005 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8006
e5ca03b4
PA
80072016-08-09 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8010
282a0691
TT
80112016-08-03 Tom Tromey <tom@tromey.com>
8012
8013 PR python/18565:
8014 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8015
41bfcd63
YQ
80162016-08-01 Yao Qi <yao.qi@linaro.org>
8017
8018 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8019 variable mode to "multi-process" if $multi_process is 1, otherwise
8020 set it to "single-process".
8021
e3465b24
YQ
80222016-08-01 Yao Qi <yao.qi@linaro.org>
8023
8024 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8025 * gdb.cp/cpexprs.exp: Likewise.
8026 * gdb.cp/m-static.exp: Likewise.
8027
0b31a4bc
TT
80282016-07-26 Tom Tromey <tom@tromey.com>
8029
8030 PR python/20190:
8031 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8032 test.
8033
e0461dbb
MM
80342016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8035
8036 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8037 selecting assembly source files.
8038 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8039 assembly source files.
8040 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8041 assembly source files.
8042 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8043 selecting assembly source files.
8044
8194e927
SM
80452016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8046
8047 * gdb.base/new-ui.exp (do_test_invalid_args): New
8048 procedure.
8049
c0272db5
TW
80502016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8051
8052 * gdb.btrace/reconnect.c: New file.
8053 * gdb.btrace/reconnect.exp: New file.
8054
e3487908
GKB
80552016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8056
8057 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8058 to test_catch_syscall_group.
8059 (test_catch_syscall_group): New.
8060
12df5c00
TT
80612016-07-21 Tom Tromey <tom@tromey.com>
8062
8063 * gdb.rust/simple.rs (main): Use empty struct expression.
8064 * gdb.rust/simple.exp: Add tests for empty struct expression.
8065
bae62ee2
YQ
80662016-07-21 Yao Qi <yao.qi@linaro.org>
8067
8068 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8069 if gdb_skip_xml_test is true on some targets.
8070
b1b53fb3
YQ
80712016-07-21 Yao Qi <yao.qi@linaro.org>
8072
8073 * gdb.server/solib-list.exp: Unset last_loaded_file.
8074
027d97f8
JK
80752016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8076
8077 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8078 "step into captured_main (args)".
8079
7674d381
JK
80802016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8081
8082 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8083
72b5d099
JK
80842016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8085
8086 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8087
1f960ced
PA
80882016-07-19 Pedro Alves <palves@redhat.com>
8089
8090 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8091 * gdb.opt/inline-bt.exp: Likewise.
8092 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8093 additional_flags=-Winline.
8094 * gdb.opt/inline-locals.exp: Likewise.
8095 * gdb.opt/inline-markers.c (ATTR): Define.
8096 (inlined_fn): Use it.
8097
f25827c1
YQ
80982016-07-19 Yao Qi <yao.qi@linaro.org>
8099
8100 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8101 (test_with_self): Remove some code. Remove argument executable.
8102 (top-level): Use do_self_tests.
8103
37539ebe
DB
81042016-07-15 Zachary Welch <zwelch@codesourcery.com>
8105 Don Breazeal <donb@codesourcery.com>
8106
8107 * gdb.base/maint.exp: Escape paths used in regular expressions.
8108 * gdb.stabs/weird.exp: Likewise.
8109
dac790e1
TT
81102016-07-13 Tom Tromey <tom@tromey.com>
8111
8112 PR python/15620, PR python/18620:
8113 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8114 (test_bkpt_events): New procs.
8115
93daf339
TT
81162016-07-13 Tom Tromey <tom@tromey.com>
8117
8118 PR python/17698:
8119 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8120 test.
8121 (test_watchpoints): Likewise.
8122 (test_bkpt_pending): New proc.
8123
6571a381
TT
81242016-07-13 Tom Tromey <tom@tromey.com>
8125
8126 PR cli/18053:
8127 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8128 completion test.
8129
e8732474
JK
81302016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8131
8132 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8133 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8134 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8135 f_label.
8136 (g): Rename g_end_lbl to g_label.
8137 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8138 low_pc and high_pc.
8139 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8140
e0f3fd7c
TT
81412016-07-12 Tom Tromey <tom@tromey.com>
8142
8143 PR python/19293:
8144 * gdb.python/py-unwind-maint.exp: Update tests.
8145
3cfe46b6
YQ
81462016-07-12 Yao Qi <yao.qi@linaro.org>
8147
8148 * lib/selftest-support.exp (selftest_setup): Match the output
8149 when captured_main is inlined.
8150
4f19a0e6
WT
81512016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8152
8153 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8154 New variables.
8155 (print this%a, print this%b, print this): New tests.
8156 * gdb.fortran/derived-types.f90 (this): New object and
8157 initialization.
8158
986cf455
SM
81592016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8160
8161 * gdb.ada/arraydim.exp: Remove extra directory level in build
8162 directory.
8163
f0464b23
SM
81642016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8165
8166 * lib/ada.exp: Remove extra directory level in build directory.
8167 * gdb.ada/cond_lang.exp: Likewise.
8168 * gdb.ada/exec_changed.exp: Likewise.
8169 * gdb.ada/lang_switch.exp: Likewise.
8170
42d94011
MG
81712016-07-06 Manish Goregaokar <manish@mozilla.com>
8172
2806dc7e
PA
8173 * simple.rs: Add test for raw pointer subscripting.
8174 * simple.exp: Add test expectations.
42d94011 8175
647c264c
YQ
81762016-07-05 Yao Qi <yao.qi@linaro.org>
8177
8178 * gdb.mi/mi-reverse.exp: Match =record-started output.
8179
20aa2c60
PA
81802016-07-01 Pedro Alves <palves@redhat.com>
8181
8182 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8183 procedure.
8184 (jit_reader_test): Test the jit reader's unwinder.
8185 * gdb.base/jithost.c (jit_function_00_code): New global.
8186 (main): Use memcpy to fill in the mmapped code, instead of poking
8187 bytes manually here.
8188 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8189 value.
8190 (read_debug_info): Save the function's range.
8191 (read_sp): New function.
8192 (unwind_frame): Use it. Also unwind RBP.
8193 (get_frame_id): Use read_sp.
8194 (gdb_init_reader): Use calloc instead of malloc.
8195 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8196 parameter. Use gdb_test_multiple.
8197
ced2dffb
PA
81982016-07-01 Pedro Alves <palves@redhat.com>
8199 Antoine Tremblay <antoine.tremblay@ericsson.com>
8200
8201 * gdb.threads/process-dies-while-detaching.c: New file.
8202 * gdb.threads/process-dies-while-detaching.exp: New file.
8203
63000888
PA
82042016-07-01 Pedro Alves <palves@redhat.com>
8205
8206 * gdb.multi/watchpoint-multi-exit.c: New file.
8207 * gdb.multi/watchpoint-multi-exit.exp: New file.
8208
038d4868
PA
82092016-06-30 Pedro Alves <palves@redhat.com>
8210
8211 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8212 unset inferior_spawn_id.
8213
994e9c83
PA
82142016-06-30 Pedro Alves <palves@redhat.com>
8215
8216 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8217 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8218
e5653468
YQ
82192016-06-29 Yao Qi <yao.qi@linaro.org>
8220
8221 * gdb.base/return.c: Add copyright header.
8222
803b47e5
TT
82232016-06-29 Tom Tromey <tom@tromey.com>
8224
8225 PR python/20129:
8226 * gdb.python/py-framefilter.exp: Add tests for setting priority
8227 and disabling of non-existent frame filter.
8228
28244707
YQ
82292016-06-29 Yao Qi <yao.qi@linaro.org>
8230
8231 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8232 0x0f07ff.
8233
a31d2f06
YQ
82342016-06-28 Yao Qi <yao.qi@linaro.org>
8235
8236 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8237 triplets. Start gdb, execute catch syscall, and continue. Check
8238 gdb's output to determine catch syscall is supported.
8239
921d8f54
MG
82402016-06-27 Manish Goregaokar <manish@mozilla.com>
8241
25d49b86
PA
8242 * gdb.rust/simple.rs: Add test for returning unit in a function.
8243 * gdb.rust/simple.exp: Add expectation for functions returning
8244 unit.
921d8f54 8245
f4952523
PMR
82462016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8247
8248 * gdb.python/py-breakpoint-create-fail.c,
8249 gdb.python/py-breakpoint-create-fail.exp,
8250 gdb.python/py-breakpoint-create-fail.py: New testcase.
8251
fccb08f8
MG
82522016-06-25 Manish Goregaokar <manish@mozilla.com>
8253
8254 PR gdb/20239
8255 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8256 * gdb.rust/simple.exp: Add test expectations for new NonZero
8257 tests.
fccb08f8 8258
6b850546
DT
82592016-06-24 David Taylor <dtaylor@emc.com>
8260
8261 * gdb.base/offsets.exp: New file.
8262 * gdb.base/offsets.c: New file.
8263
17621150
TT
82642016-06-23 Tom Tromey <tom@tromey.com>
8265
8266 PR gdb/16483:
8267 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8268 before any filters are loaded.
8269
04d59df6
WT
82702016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8271
8272 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8273 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8274 structs.
8275 * gdb.fortran/derived-type-function.exp: New file.
8276 * gdb.fortran/derived-type-function.f90: New file.
8277
8278
ac69f786
PA
82792016-06-21 Pedro Alves <palves@redhat.com>
8280
8281 * gdb.base/new-ui.exp: New file.
8282 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8283 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8284 (with_spawn_id): New procedure.
8285
49940788
PA
82862016-06-21 Pedro Alves <palves@redhat.com>
8287
8288 * gdb.mi/mi-exec-run.exp: New file.
8289
ef274d26
PA
82902016-06-21 Pedro Alves <palves@redhat.com>
8291
8292 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8293 breakpoint command's output on the main UI.
8294 (test_break): New procedure, factored out from calls in the top
8295 level.
8296 (top level): Use foreach_with_prefix to test MI as main UI and as
8297 separate UI.
8298
468afe6c
PA
82992016-06-21 Pedro Alves <palves@redhat.com>
8300
8301 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8302 (test_awatch_creation_and_listing)
8303 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8304 Remove 'type' parameter.
8305 (test_watchpoint_all): New parameter mi_mode. Remove
8306 with_test_prefix.
8307 (top level): Use foreach_with_prefix, and add main/separate UI MI
8308 testing axis.
8309
51f77c37
PA
83102016-06-21 Pedro Alves <palves@redhat.com>
8311
8312 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8313 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8314 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8315 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8316 (gdb_main_spawn_id, mi_spawn_id): Declare and
8317 comment.
8318 (mi_create_inferior_pty): New procedure,
8319 factored out from default_mi_gdb_start.
8320 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8321 procedures.
8322 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8323 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8324 Use mi_create_inferior_pty.
8325 (mi_gdb_start): Use eval to pass down args list.
8326
8980e177
PA
83272016-06-21 Pedro Alves <palves@redhat.com>
8328
8329 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8330 * gdb.opt/inline-cmds.exp: Add MI tests.
8331
f38d3ad1
PA
83322016-06-21 Pedro Alves <palves@redhat.com>
8333
8334 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8335
45db7c09
PA
83362016-06-21 Pedro Alves <palves@redhat.com>
8337
8338 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8339 (top level): Use it instead of mi_execute_to.
8340
5a069ab3
PA
83412016-06-21 Pedro Alves <palves@redhat.com>
8342
8343 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8344 (cont_handler_str): New.
8345 (signal_stop_handler): Set stop_handler_str instead of printing to
8346 stdout.
8347 (continue_handler): Set cont_handler_str instead of printing to
8348 stdout.
8349 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8350 mi_send_resuming_command. Print stop_handler_str and
8351 cont_handler_str instead of expecting the python events print
8352 directly.
8353
2838cc1d
SD
83542016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8355
8356 * gdb.base/jit-reader.exp: New file.
8357 * gdb.base/jithost.c: New file.
8358 * gdb.base/jithost.h: New file.
8359 * gdb.base/jitreader.c : New file.
8360 * gdb.base/jit-protocol.h: New file.
8361
21a77091
YQ
83622016-06-17 Yao Qi <yao.qi@linaro.org>
8363
8364 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8365 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8366 and detach-on-fork. Adjust tests.
8367 (top level): Invoke break_cond_on_syscall with combinations of
8368 syscall, follow-fork-mode and detach-on-fork.
8369
f50bf8e5
YQ
83702016-06-17 Yao Qi <yao.qi@linaro.org>
8371
8372 * gdb.base/step-over-exit.c: New.
8373 * gdb.base/step-over-exit.exp: New.
8374
a28d8e50
YTL
83752016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8376
8377 * gdb.base/float.exp: Add target check for nds32*-*-*.
8378 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8379
cad8e26d
AB
83802016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8381
8382 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8383 for unsupported target features.
8384 * gdb.base/call-rt-st.exp: Likewise.
8385 * gdb.base/call-sc.exp: Likewise.
8386 * gdb.base/call-signal-resume.exp: Likewise.
8387 * gdb.base/call-strs.exp: Likewise.
8388 * gdb.base/callexit.exp: Likewise.
8389 * gdb.base/callfuncs.exp: Likewise.
8390 * gdb.base/nodebug.exp: Likewise.
8391 * gdb.base/printcmds.exp: Likewise.
8392 * gdb.base/ptype.exp: Likewise.
8393 * gdb.base/structs.exp: Likewise.
8394 * gdb.base/unwindonsignal.exp: Likewise.
8395 * gdb.cp/gdb2495.exp: Likewise.
8396 * gdb.cp/templates.exp: Likewise.
8397 * gdb.cp/virtfunc.exp: Likewise.
8398 * gdb.threads/hand-call-in-threads.exp: Likewise.
8399 * gdb.threads/interrupted-hand-call.exp: Likewise.
8400 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8401
347dc102
TT
84022016-06-10 Tom Tromey <tom@tromey.com>
8403
8404 PR rust/20110:
8405 * gdb.rust/expr.exp: Add test for integer constant larger than
8406 i32.
8407
5e13cf25
BH
84082016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8409
8410 * gdb.fortran/nested-funcs.exp: New.
8411 * gdb.fortran/nested-funcs.f90: New.
8412
bb556f1f
TK
84132016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8414
8415 * gdb.base/examine-backward.c: New file.
8416 * gdb.base/examine-backward.exp: New file.
8417
38b022b4
SM
84182016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8419
8420 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8421 matching.
8422
1b40ec05
TT
84232016-06-02 Tom Tromey <tom@tromey.com>
8424
8425 PR python/18984:
8426 * gdb.python/py-shared.exp: Add solib_name test.
8427
193bd378
SM
84282016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8429
8430 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8431
3326303b
MG
84322016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8433
8434 PR c++/19893
8435 * gdb.dwarf2/implref.exp: Rename to...
8436 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8437 * gdb.dwarf2/implref-array.c: New file.
8438 * gdb.dwarf2/implref-array.exp: Likewise.
8439 * gdb.dwarf2/implref-global.c: Likewise.
8440 * gdb.dwarf2/implref-global.exp: Likewise.
8441 * gdb.dwarf2/implref-struct.c: Likewise.
8442 * gdb.dwarf2/implref-struct.exp: Likewise.
8443
825c8ef2
AT
84442016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8445
8446 * gdb.trace/trace-condition.exp: Add 64bit tests.
8447
2320162a
AT
84482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8449
8450 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8451 bits types.
8452 (main): Adapt to 8 to 64 bits types.
8453 * gdb.trace/trace-condition.exp: Add new tests.
8454
a7818233
AT
84552016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8456
8457 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8458
0d336466
AT
84592016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8460
8461 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8462 Move condition tests...
8463 * gdb.trace/trace-condition.exp: Here.
8464
7faeb45a
AT
84652016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8466
8467 * gdb.trace/trace-condition.exp: Add counter-case tests.
8468
e385593e
JK
84692016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8470
8471 PR c++/15231
8472 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8473 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8474
744608cc
PA
84752016-05-27 Pedro Alves <palves@redhat.com>
8476
8477 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8478 New procedure.
8479 (top level): Call it, and bail out of DejaGnu is known to be bad.
8480
ac775bf4
AB
84812016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8482
8483 * gdb.base/whatis.c: Extend the test case.
8484 * gdb.base/whatis.exp: Add additional tests.
8485
2bbad2ea
BH
84862016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8487
8488* gdb.fortran/type.f90: Add pointer variable.
8489* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8490
8b70175d
BH
84912016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8492
8493 * gdb.fortran/vla-type.exp: Fix testcase name.
8494
86d8a848
BH
84952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8496
8497 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8498
e188eb36
BH
84992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8500
8501 * gdb.fortran/type.f90: Add nested structures.
8502 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8503 * gdb.fortran/derived-type.exp: Adapt expected output.
8504 * gdb.fortran/vla-type.exp: Adapt expected output.
8505
9b2db1fd
BH
85062016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8507
8508 * gdb.fortran/whatis_type.exp: Adapt expected output.
8509
72b17055
BH
85102016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8511
8512 * gdb.fortran/print_type.exp: Fix expected output.
8513 * gdb.fortran/whatis_type.exp: Fix expected output.
8514
3cd81d8d
BH
85152016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8516
8517 * gdb.fortran/whatis_type.exp: Use multi_line.
8518
ddae9462
TT
85192016-05-24 Tom Tromey <tom@tromey.com>
8520
8521 PR python/17386:
8522 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8523 use value as an index.
8524
1957f6b8
TT
85252016-05-23 Tom Tromey <tom@tromey.com>
8526
8527 PR python/17981:
8528 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8529 no-breakpoint case.
8530
026a9174
PA
85312016-05-24 Pedro Alves <palves@redhat.com>
8532
8533 PR gdb/19828
8534 * gdb.threads/clone-attach-detach.c: New file.
8535 * gdb.threads/clone-attach-detach.exp: New file.
8536
e70a7231
FR
85372016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8538
8539 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8540
0f6ed0e0
TT
85412016-05-23 Tom Tromey <tom@tromey.com>
8542
8543 PR python/19438, PR python/18393:
8544 * gdb.python/py-progspace.exp: Add "dir" test.
8545 * gdb.python/py-objfile.exp: Add "dir" test.
8546
ffd19d61
YQ
85472016-05-23 Yao Qi <yao.qi@linaro.org>
8548
8549 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8550 * gdb.arch/thumb2-it.exp: Likewise.
8551
9e8f9b05
SM
85522016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8553
8554 * gdb.mi/mi-threads-interrupt.c: New file.
8555 * gdb.mi/mi-threads-interrupt.exp: New file.
8556
61c6156d
SM
85572016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8558
8559 PR gdb/18077
8560 * gdb.mi/mi-async-run.exp: New file.
8561 * gdb.mi/mi-async-run.c: New file.
8562
67218854
TT
85632016-05-17 Tom Tromey <tom@tromey.com>
8564 Manish Goregaokar <manishsmail@gmail.com>
8565
8566 * lib/rust-support.exp: New file.
8567 * lib/gdb.exp (skip_rust_tests): New proc.
8568 (build_executable_from_specs): Handle rust.
8569 * lib/future.exp (gdb_find_rustc): New proc.
8570 (gdb_default_target_compile): Handle rust.
8571 * gdb.rust/expr.exp: New file.
8572 * gdb.rust/generics.exp: New file.
8573 * gdb.rust/generics.rs: New file.
8574 * gdb.rust/methods.exp: New file.
8575 * gdb.rust/methods.rs: New file.
8576 * gdb.rust/modules.exp: New file.
8577 * gdb.rust/modules.rs: New file.
8578 * gdb.rust/simple.exp: New file.
8579 * gdb.rust/simple.rs: New file.
8580
c44af4eb
TT
85812016-05-17 Tom Tromey <tom@tromey.com>
8582
8583 * gdb.base/default.exp (set language): Add rust.
8584
dcd1f979
TT
85852016-05-17 Tom Tromey <tom@tromey.com>
8586
8587 * gdb.gdb/unittest.exp: New file.
8588
155b7f57
YQ
85892016-05-16 Yao Qi <yao.qi@linaro.org>
8590
8591 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8592 shell_prompt. Update shell_prompt_re.
8593
8ddd5a6c
DE
85942016-05-12 Doug Evans <dje@google.com>
8595
8596 PR symtab/19999
8597 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8598 $options when building executable.
8599 * gdb.dwarf2/fission-loclists-pie.S: New file.
8600 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8601
02e370d9
SM
86022016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8603
8604 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8605 of [is_remote target],
8606
8929ad8b
SM
86072016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8608
8609 * lib/gdb.exp (use_gdb_stub): New procedure.
8610
6c447423
DE
86112016-05-03 Yunlian Jiang <yunlian@google.com>
8612 Doug Evans <dje@google.com>
8613
8614 PR symtab/19914
8615 * gdb.dwarf2/dwp-sepdebug.c: New file.
8616 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8617
444e826c
SM
86182016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8619
8620 * gdb.base/detach.exp: Remove is_remote check.
8621
740feeaa
SM
86222016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8623
8624 * gdb.base/annota-input-while-running.exp: Don't check for
8625 [is_remote target]. Enable annotations after running to main.
8626 Remove unused "set test..." line.
8627
9080ac9d
SM
86282016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8629
8630 * gdb.trace/trace-enable-disable.exp: New file.
8631 * gdb.trace/trace-enable-disable.c: New file.
8632
952ebca5
SM
86332016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8634
8635 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8636 use it in info sharedlibrary test.
8637 * gdb.trace/ftrace-lock.exp: Likewise.
8638 * gdb.trace/ftrace.exp: Likewise.
8639 * gdb.trace/range-stepping.exp: Likewise.
8640 * gdb.trace/trace-break.exp: Likewise.
8641 * gdb.trace/trace-condition.exp: Likewise.
8642 * gdb.trace/trace-mt.exp: Likewise.
8643
d9019901
SM
86442016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8645
8646 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8647 (gdb_load_shlib): ... this.
8648 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8649 gdb_load_shlib.
8650 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8651 * gdb.base/ctxobj.exp: Likewise.
8652 * gdb.base/dprintf-pending.exp: Likewise.
8653 * gdb.base/dso2dso.exp: Likewise.
8654 * gdb.base/fixsection.exp: Likewise.
8655 * gdb.base/gcore-relro.exp: Likewise.
8656 * gdb.base/gdb1555.exp: Likewise.
8657 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8658 * gdb.base/gnu-ifunc.exp: Likewise.
8659 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8660 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8661 * gdb.base/pending.exp: Likewise.
8662 * gdb.base/print-file-var.exp: Likewise.
8663 * gdb.base/print-symbol-loading.exp: Likewise.
8664 * gdb.base/shlib-call.exp: Likewise.
8665 * gdb.base/shreloc.exp: Likewise.
8666 * gdb.base/so-impl-ld.exp: Likewise.
8667 * gdb.base/solib-disc.exp: Likewise.
8668 * gdb.base/solib-nodir.exp: Likewise.
8669 * gdb.base/solib-overlap.exp: Likewise.
8670 * gdb.base/solib-symbol.exp: Likewise.
8671 * gdb.base/solib-weak.exp (do_test): Likewise.
8672 * gdb.base/sym-file.exp: Likewise.
8673 * gdb.base/symtab-search-order.exp: Likewise.
8674 * gdb.base/type-opaque.exp: Likewise.
8675 * gdb.base/unload.exp: Likewise.
8676 * gdb.base/watchpoint-solib.exp: Likewise.
8677 * gdb.compile/compile.exp: Likewise.
8678 * gdb.cp/gdb2384.exp: Likewise.
8679 * gdb.cp/infcall-dlopen.exp: Likewise.
8680 * gdb.cp/re-set-overloaded.exp: Likewise.
8681 * gdb.fortran/library-module.exp: Likewise.
8682 * gdb.opt/solib-intra-step.exp: Likewise.
8683 * gdb.python/py-finish-breakpoint.exp: Likewise.
8684 * gdb.python/py-shared.exp: Likewise.
8685 * gdb.reverse/solib-precsave.exp: Likewise.
8686 * gdb.reverse/solib-reverse.exp: Likewise.
8687 * gdb.server/solib-list.exp: Likewise.
8688 * gdb.threads/dlopen-libpthread.exp: Likewise.
8689 * gdb.threads/tls-shared.exp: Likewise.
8690 * gdb.threads/tls-so_extern.exp: Likewise.
8691 * gdb.trace/change-loc.exp: Likewise.
8692 * gdb.trace/ftrace-lock.exp: Likewise.
8693 * gdb.trace/ftrace.exp: Likewise.
8694 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8695 * gdb.trace/pending.exp: Likewise.
8696 * gdb.trace/range-stepping.exp: Likewise.
8697 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8698 (strace_info_marker): Likewise.
8699 (strace_probe_marker): Likewise.
8700 (strace_trace_on_same_addr): Likewise.
8701 (strace_trace_on_diff_addr): Likewise.
8702 * gdb.trace/trace-break.exp: Likewise.
8703 * gdb.trace/trace-condition.exp: Likewise.
8704 * gdb.trace/trace-mt.exp: Likewise.
8705
fca4cfd9
SM
87062016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8707
8708 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8709 result of gdb_remote_download.
8710 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8711 * gdb.base/dso2dso.exp: Likewise.
8712 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8713 * gdb.base/print-file-var.exp: Likewise.
8714 * gdb.base/shlib-call.exp: Likewise.
8715 * gdb.base/shreloc.exp: Likewise.
8716 * gdb.base/solib-overlap.exp: Likewise.
8717 * gdb.base/solib-weak.exp (do_test): Likewise.
8718 * gdb.base/unload.exp: Likewise.
8719
11cf4ffb
YQ
87202016-04-27 Yao Qi <yao.qi@linaro.org>
8721
8722 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8723 exists.
8724
3e2e34f8
KB
87252016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8726
8727 * vla-type.exp: Print structure from toplevel.
8728
8f07e298
BH
87292016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8730
8731 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8732 of dynamic types.
8733 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8734 of dynamic types.
8735
9920b434
BH
87362016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8737
8738 * gdb.fortran/vla-type.f90: New file.
8739 * gdb.fortran/vla-type.exp: New file.
8740
f3abeff5
YQ
87412016-04-25 Yao Qi <yao.qi@linaro.org>
8742
8743 * gdb.base/branch-to-self.c: New file.
8744 * gdb.base/branch-to-self.exp: New file.
8745
0a5d52f0
YQ
87462016-04-22 Yao Qi <yao.qi@linaro.org>
8747
8748 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8749 more after $hex.
8750
495346f6
YQ
87512016-04-22 Yao Qi <yao.qi@linaro.org>
8752
8753 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8754 * gdb.base/annota3.exp: Likewise.
8755
4a7e075c
YQ
87562016-04-22 Yao Qi <yao.qi@linaro.org>
8757
8758 * gdb.reverse/step-precsave.exp: Do one step and test program
8759 stops in "callee" and do multiple steps until program goes out
8760 of "callee".
8761 * gdb.reverse/step-reverse.exp: Likewise.
8762
5b061e98
YQ
87632016-04-22 Yao Qi <yao.qi@linaro.org>
8764
8765 * gdb.trace/signal.exp: Also pass if
8766 $tracepoint_hits($i) > $iterations.
8767
5c5dc57f
YQ
87682016-04-22 Yao Qi <yao.qi@linaro.org>
8769
8770 * gdb.trace/signal.c: New file.
8771 * gdb.trace/signal.exp: New file.
8772
a55411b9
DE
87732016-04-19 Doug Evans <xdje42@gmail.com>
8774
8775 * gdb.base/bad-file.exp: New file.
8776
a22df60a
MG
87772016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8778
8779 * gdb.dwarf2/implref.exp: New file.
8780
0c13f7e5
BH
87812016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8782
8783 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8784 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8785 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8786 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8787 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8788 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8789 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8790 * lib/fortran.exp (fortran_int4): New procedure.
8791 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8792 (fortran_logical4): Likewise.
8793
9b9b09e9
BH
87942016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8795
8796 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8797
a14d1f4d
BH
87982016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8799
8800 * lib/compiler.c: Add Intel specific preprocessor macros.
8801 * lib/compiler.cc: Likewise.
25d49b86 8802
7d49b1d0
LM
88032016-04-13 Luis Machado <lgustavo@codesourcery.com>
8804
8805 * gdb.server/connect-with-no-symbol-file.c: New file.
8806 * gdb.server/connect-with-no-symbol-file.exp: New file.
8807
8392fa22
SM
88082016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8809
8810 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8811
8c4c4aeb
SM
88122016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8813
8814 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8815 standard output directory.
8816
45e3745e
AT
88172016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8818
8819 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8820
e26b7e41
MM
88212016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8822
8823 * gdb.btrace/instruction_history.c (loop): Add declaration.
8824
8ce09462
AT
88252016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8826
8827 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8828
2e88a1ea
SM
88292016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8830
8831 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8832 parentheses to print.
8833 (continue_handler): Likewise.
8834
f48e22e3
SM
88352016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8836
8837 * gdb.server/solib-list.exp: Remove is_remote check.
8838 Pass shlib= to gdb_compile. Don't link shared library with
8839 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8840 Run binary filename through "readlink -f" on the target.
8841
096be756
PA
88422016-04-08 Pedro Alves <palves@redhat.com>
8843
8844 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8845 interpreter filename as argument to gdbserver_spawn.
8846 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8847 Return empty if $last_loaded_file does not exist.
8848
06500533
JK
88492016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8850
8851 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8852 * gdb.base/jit-main.c: Use exit after usage.
8853
2d35e871
JK
88542016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8855
8856 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8857 GDBHISTSIZE prior to the tests.
8858 * gdb.base/gdbinit-history.exp: Likewise.
8859
88602016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
8861
8862 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8863 instead of build_executable. Use gdb_load_shlibs.
8864
c8064e7e
YQ
88652016-04-07 Yao Qi <yao.qi@linaro.org>
8866
8867 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8868 Execute "si" command.
8869
bde47561
YQ
88702016-04-07 Yao Qi <yao.qi@linaro.org>
8871
8872 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8873 number instead of the comments on some line.
8874
b16f8a3b
DB
88752016-04-06 Don Breazeal <donb@codesourcery.com>
8876
8877 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8878 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8879
c2f901df
SM
88802016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8881
8882 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8883 standard_output_file. Remove unused binfile variable.
8884
ac17fda0
CU
88852016-04-05 Catalin Udma <catalin.udma@freescale.com>
8886
8887 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8888 * gdb.python/py-mi-objfile.exp: Match "list main" output
8889 in console format.
8890
03a8c4df
SM
88912016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8892
8893 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8894 absolute.
8895
6e774b13
SM
88962016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8897
8898 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8899 absolute.
8900 * gdb.trace/ftrace.exp: Likewise.
8901 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8902 targets as well.
8903 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8904 (gdb_load_shlibs): Copy libraries to test directory when testing
8905 natively. Only set solib-search-path if testing remotely.
8906 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8907
7817ea46
SM
89082016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8909
8910 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8911 gdb_download. Use it even if the target is not remote.
8912 * gdb.base/jit.exp (compile_jit_test): Likewise.
8913 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8914 output directory if the destination board is local, otherwise use
8915 the standard remote_download from DejaGnu.
8916 (gdb_download): Remove.
8917 (gdb_load_shlibs): Use gdb_remote_download instead of
8918 gdb_download.
8919 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8920 Use gdb_remote_download instead of gdb_download. Use it even if
8921 the target is not remote.
8922 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8923 instead of gdb_download.
8924
7beb7f68
SM
89252016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8926
8927 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8928 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8929 run.
8930
cc63428a
AV
89312016-04-01 Artemiy Volkov <artemiyv@acm.org>
8932
8933 PR gdb/19820
8934 * gdb.base/printcmds.exp: Add artificial arrays tests.
8935
64cdf930
PA
89362016-03-31 Pedro Alves <palves@redhat.com>
8937
8938 PR gdb/19858
8939 * gdb.base/jit-main.c: Include unistd.h.
8940 (ATTACH): Define to 0 if not already defined.
8941 (wait_for_gdb, mypid): New globals.
8942 (WAIT_FOR_GDB): New macro.
8943 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8944 some breakpoint locations.
8945 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8946 New procedures.
8947 (one_jit_test): Add REATTACH parameter, and handle it. Use
8948 continue_to_test_location.
8949 (top level): Test attach, and adjusts calls to one_jit_test.
8950
40dea8cb
PA
89512016-03-31 Pedro Alves <palves@redhat.com>
8952
8953 PR gdb/19858
8954 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8955 BINSUFFIX parameter, and handle it.
8956 (top level): Adjust calls compile_jit_test.
8957
e7ea3ec7
CU
89582016-03-31 Catalin Udma <catalin.udma@freescale.com>
8959
8960 PR python/19743
8961 * gdb.python/py-mi-events-gdb.py: New file.
8962 * gdb.python/py-mi-events.c: New file.
8963 * gdb.python/py-mi-events.exp: New file.
8964
e6359af3
YQ
89652016-03-30 Yao Qi <yao.qi@linaro.org>
8966
8967 * gdb.reverse/until-precsave.exp: Match function name only.
8968 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8969 Move malloc to a condition block.
8970 * gdb.reverse/until-reverse.exp: Match function name only.
8971
a4105d04
MK
89722016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8973
8974 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8975 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8976 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8977 variable for GPR 0 instead of assuming it is register 0.
8978 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8979 * lib/trace-support.exp: Add s390 registers.
8980
bfa6adb9
YQ
89812016-03-29 Yao Qi <yao.qi@linaro.org>
8982
8983 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8984
1e6697ea
YQ
89852016-03-24 Yao Qi <yao.qi@linaro.org>
8986
8987 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8988 test message.
8989
64bcd522
AA
89902016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8991
8992 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8993 maintaining separate logic for constructing the output path.
8994
7868401b
DB
89952016-03-16 Don Breazeal <donb@codesourcery.com>
8996
8997 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8998 Retry fork and waitpid on interrupted system call errors.
8999 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9000 Use with_timeout_factor to increase timeout by factor of 10.
9001
1cafadb4
DB
90022016-03-15 Don Breazeal <donb@codesourcery.com>
9003
9004 * gdb.cp/scope-err.cc: New test program.
9005 * gdb.cp/scope-err.exp: New test script.
9006 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9007 lines and "set breakpoint here" comment.
9008 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9009 Fixed some whitespace and format issues.
9010 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9011 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9012
81516450
DE
90132016-03-15 Doug Evans <dje@google.com>
9014
9015 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9016 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9017 All callers updated. Add tests for enums, mixed flags register.
9018
aa52b601
DE
90192016-03-15 Doug Evans <dje@google.com>
9020
9021 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9022 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9023
fa4ff313
SM
90242016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9025
9026 * gdb.base/default.exp: Add $_as_string to the list of expected
9027 convenience functions.
9028
f2403c39
AB
90292016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9030
9031 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9032
f2f3ccb9
SM
90332016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9034
9035 * gdb.python/py-as-string.exp: New file.
9036 * gdb.python/py-as-string.c: New file.
9037
00dbd492
PA
90382016-03-09 Pedro Alves <palves@redhat.com>
9039
9040 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9041 signal" -> "Thread NN received signal" output change.
9042 * gdb.threads/ia64-sigill.exp: Likewise.
9043 * gdb.threads/linux-dp.exp: Likewise.
9044 * gdb.threads/manythreads.exp: Likewise.
9045 * gdb.threads/pending-step.exp: Likewise.
9046 * gdb.threads/print-threads.exp: Likewise.
9047 * gdb.threads/sigstep-threads.exp: Likewise.
9048 * gdb.threads/staticthreads.exp: Likewise.
9049 * gdb.threads/tls.exp: Likewise.
9050
1e6697ea
YQ
90512016-03-09 Pedro Alves <palves@redhat.com>
9052
9053 * gdb.base/command-line-input.exp: New file.
9054
b04fd3be
MK
90552016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9056
9057 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9058 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9059 * gdb.trace/pending.exp: Accept leading dot before function name.
9060 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9061 * lib/trace-support.exp: Set registers for ppc.
9062
98fa59e9
MK
90632016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9064
9065 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9066 use it for disassembly; accept .main in addition to main in backtrace.
9067
f77198c8
MK
90682016-03-09 Wei-cheng Wang <cole945@gmail.com>
9069 Marcin Kościelnicki <koriakin@0x04.net>
9070
9071 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9072 (gdb_recursion_test_ptr): New global variable.
9073 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9074 gdb_recursion_test.
9075 (gdb_c_test): Ditto.
9076
ba84e0da
MK
90772016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9078
9079 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9080 ordering.
9081
4366d36e
MK
90822016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9083
9084 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9085 (bar): Add bar_start_lbl label.
9086 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9087 of foo/bar for emitting DWARF and tracing.
9088
5eb264df
SDJ
90892016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9090
9091 * analyze-racy-logs.py: Set executable bit.
9092
fb6a751f
SDJ
90932016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9094
9095 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9096 (CHECK_TARGET_TMP): Likewise.
9097 (check-single-racy): New rule.
9098 (check-parallel-racy): Likewise.
9099 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9100 (do-check-parallel-racy): New rule.
9101 (check-racy/%.exp): Likewise.
9102 * README (Racy testcases): New section.
9103 * analyze-racy-logs.py: New file.
9104
bdf7e230
DE
91052016-03-03 Doug Evans <dje@google.com>
9106
9107 * gdb.base/skip.exp: Use with_test_prefix.
9108
4719d415
YQ
91092016-03-03 Yao Qi <yao.qi@linaro.org>
9110
9111 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9112 Invoke step_over_syscall "clone" and break_cond_on_syscall
9113 "clone".
9114 * gdb.base/step-over-clone.c: New file.
9115
ea507862
YQ
91162016-03-03 Yao Qi <yao.qi@linaro.org>
9117
9118 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9119 code format.
9120
8fc8cbda
YQ
91212016-03-03 Yao Qi <yao.qi@linaro.org>
9122
9123 * gdb.base/disp-step-fork.c: Rename to ...
9124 * gdb.base/step-over-fork.c: ... it. New file.
9125 * gdb.base/disp-step-vfork.c: Rename to ...
9126 * gdb.base/step-over-vfork.c: ... it. New file.
9127 * gdb.base/disp-step-syscall.exp: Rename to ...
9128 * gdb.base/step-over-syscall.exp: ... it. New file.
9129 (disp_step_cross_syscall): Rename to ...
9130 (step_over_syscall): ... it.
9131
92fa70b0
YQ
91322016-03-03 Yao Qi <yao.qi@linaro.org>
9133
9134 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9135 If target supports condition evaluation on target, invoke
9136 break_cond_on_syscall for fork and vfork.
9137
e197ad3c
YQ
91382016-03-03 Yao Qi <yao.qi@linaro.org>
9139
9140 * gdb.base/disp-step-syscall.exp: Don't invoke
9141 support_displaced_stepping.
9142 (disp_step_cross_syscall): Test with displaced stepping off and
9143 on if supported.
9144
0b47da9f
YQ
91452016-03-03 Yao Qi <yao.qi@linaro.org>
9146
9147 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9148 proc.
9149 (setup): New proc.
9150 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9151 and setup.
9152
065ab6dc
BH
91532016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9154
9155 * gdb.fortran/vla-history.exp: Remove breakpoint.
9156
07e448ad 91572016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9158
25d49b86
PA
9159 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9160 exceeds timeout.
07e448ad 9161
9ac2d526 91622016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9163
25d49b86
PA
9164 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9165 breakpoint.
9ac2d526 9166
17807369
BH
91672016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9168
9169 * gdb.mi/vla.f90: Nullify pointer after declaration.
9170
86e501af
PA
91712016-03-01 Pedro Alves <palves@redhat.com>
9172
9173 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9174
1e903e32
PA
91752016-03-01 Pedro Alves <palves@redhat.com>
9176
9177 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9178 before anything else.
9179 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9180 _GNU_SOURCE here.
9181 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9182 before anything else.
9183 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9184
6ccb54e2
PA
91852016-03-01 Pedro Alves <palves@redhat.com>
9186
9187 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9188
30ca9da1
YQ
91892016-03-01 Yao Qi <yao.qi@linaro.org>
9190
9191 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9192 prepare_for_testing.
9193
dc856b38
YQ
91942016-03-01 Yao Qi <yao.qi@linaro.org>
9195
9196 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9197
4a932159
AA
91982016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9199
9200 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9201 manually constructing the output path.
9202
f2489477
AA
92032016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9204
9205 * gdb.arch/s390-stackless.S: New.
9206 * gdb.arch/s390-stackless.exp: New.
9207
38899f16
IB
92082016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9209
9210 * gdb.dlang/circular.c: New file.
9211 * gdb.dlang/circular.exp: New file.
9212
9fde51ed
YQ
92132016-02-26 Yao Qi <yao.qi@linaro.org>
9214
9215 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9216 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9217 (testcases): Update.
9218
ce90fefe
YQ
92192016-02-26 Yao Qi <yao.qi@linaro.org>
9220
9221 * gdb.reverse/aarch64.c: Rename to ...
9222 * gdb.reverse/insn-reverse.c: ... it.
9223 * gdb.reverse/aarch64.exp: Rename to ...
9224 * gdb.reverse/insn-reverse.exp: ... it.
9225
3263bceb
YQ
92262016-02-26 Yao Qi <yao.qi@linaro.org>
9227
9228 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9229 (testcase_ftype): New.
9230 (testcases): New array.
9231 (n_testcases): New.
9232 (main): Call each element in testcases.
9233 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9234 (read_testcase): New.
9235 Do the tests in a loop.
9236
6cb59ff1
YQ
92372016-02-25 Yao Qi <yao.qi@linaro.org>
9238
9239 * gdb.base/branches.c: Remove.
9240
ae91f625
MK
92412016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9242
9243 PR gdb/13808
9244 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9245
678b48b7
MK
92462016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9247
9248 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9249
7337a6f2
MK
92502016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9251
9252 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9253 change x86_64 call_insn to 'callq'.
9254
861ca91f
AT
92552016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9256
9257 * gdb.trace/tfile-avx.c: Move to...
9258 * gdb.trace/tracefile-pseudo-reg.c: Here.
9259 * gdb.trace/tfile-avx.exp: Move to...
9260 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9261
bf74e428
GB
92622016-02-24 Gary Benson <gbenson@redhat.com>
9263
9264 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9265 message on attach.
9266
cce0e923
DE
92672016-02-23 Doug Evans <dje@google.com>
9268
9269 * gdb.base/skip.c (test_skip): New function.
9270 (end_test_skip_file_and_function): New function.
9271 (test_skip_file_and_function): New function.
9272 * gdb.base/skip1.c (test_skip): New function.
9273 (skip1_test_skip_file_and_function): New function.
9274 * gdb.base/skip.exp: Add tests for new skip options.
9275 * gdb.base/skip-solib.exp: Update expected output.
9276 * gdb.perf/skip-command.cc: New file.
9277 * gdb.perf/skip-command.exp: New file.
9278 * gdb.perf/skip-command.py: New file.
9279
4000e47e
MK
92802016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9281
9282 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9283 info registers pattern.
9284
24f75ead
IB
92852016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9286
9287 * lib/future.exp: Add D support.
9288 (gdb_find_gdc): New proc.
9289 (gdb_default_target_compile): Add D support.
9290
fbb7bcbe
WW
92912016-02-18 Wei-cheng Wang <cole945@gmail.com>
9292
9293 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9294 user+system time.
9295 (trace_speed_test): Determine the iteration count for a time
9296 between 15..30 seconds.
9297
012b3a21
WT
92982016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9299
9300 * gdb.arch/i386-mpx-sigsegv.c: New file.
9301 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9302 * gdb.arch/i386-mpx-simple_segv.c: New file.
9303 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9304
2d5189bd
YQ
93052016-02-18 Yao Qi <yao.qi@linaro.org>
9306
9307 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9308 Don't call setup_kfail.
9309
40fb20d0
YQ
93102016-02-18 Yao Qi <yao.qi@linaro.org>
9311
9312 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9313 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9314
21b1f8d2
DE
93152016-02-16 Doug Evans <dje@google.com>
9316
9317 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9318 * gdb.base/skip1.c: Ditto.
9319 * gdb.base/skip.exp: Whitespace cleanup.
9320
4041ed77
DB
93212016-02-16 Don Breazeal <donb@codesourcery.com>
9322
9323 PR remote/19496
9324 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9325 Remove kfail for PR remote/19496.
9326
c4ef31bf
SM
93272016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9328
9329 * lib/gdb.exp (standard_temp_file): Return a path specific to
9330 the runtest invocation.
9331
266b65b3
SM
93322016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9333
9334 * gdb.trace/save-trace.exp: Change relative path to be in the
9335 standard output directory.
9336
a7a0a6a9
JK
93372016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9338
9339 * gdb.arch/i386-prologue.c: Add missing prototypes.
9340
c99dbb42
JK
93412016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9342
9343 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9344 * gdb.arch/i386-prologue.exp: Likewise.
9345 * gdb.arch/i386-size.exp: Likewise.
9346
aa480355
SM
93472016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9348
9349 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9350 define object file path.
9351 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9352 file path.
9353 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9354 standard_output_file to define binfile.
9355
ba881f50
JK
93562016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9357
9358 Fix compatibility with recent gfortran-5.3.1.
9359 * gdb.fortran/vla-history.exp (print vla1 allocated)
9360 (print vla2 allocated, print $2, print $3): Remove
9361 (print $4): Rename to ...
9362 (print $2): ... here.
9363 (print $9): Rename to ...
9364 (print $5): ... here.
9365 (print $10): Rename to ...
9366 (print $6): ... here.
9367 * gdb.fortran/vla.f90: Add pvla initialization.
9368
e9fb005c
JK
93692016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9370
9371 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9372 New test.
9373 * gdb.fortran/vla-value-sub.exp: Likewise.
9374
e44e00ff
MK
93752016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9376
9377 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9378
97e94151
SM
93792016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9380
9381 * i386-biarch-core.exp: Define corefile using
9382 standard_output_file.
9383
01113bc1
YQ
93842016-02-12 Yao Qi <yao.qi@linaro.org>
9385
9386 * gdb.arch/arm-single-step-kernel-helper.c: New.
9387 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9388
33b4777c
MM
93892016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9390
9391 * gdb.btrace/tailcall-only.exp: New.
9392 * gdb.btrace/tailcall-only.c: New.
9393 * gdb.btrace/x86_64-tailcall-only.S: New.
9394 * gdb.btrace/i686-tailcall-only.S: New.
9395
acc23c11
PA
93962016-02-11 Pedro Alves <palves@redhat.com>
9397
9398 * README (Parallel testing): Add missing double quotes.
9399
e352bf0a
PA
94002016-02-11 Pedro Alves <palves@redhat.com>
9401
9402 * README (Parallel testing): New section.
9403 (GDB_PARALLEL): Rewrite.
9404 (FORCE_PARALLEL): Document.
9405
9f5fed78
MK
94062016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9407
9408 * gdb.trace/tfile-avx.c: New test.
9409 * gdb.trace/tfile-avx.exp: New test.
9410
9ef9e6a6
KS
94112016-02-09 Keith Seitz <keiths@redhat.com>
9412
9413 PR breakpoints/19546
9414 * gdb.base/infcall-exec.c: New file.
9415 * gdb.base/infcall-exec2.c: New file.
9416 * gdb.base/infcall-exec.exp: New file.
9417
a96e36da
KS
94182016-02-09 Keith Seitz <keiths@redhat.com>
9419
9420 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9421 (toplevel): Call test_bkpt_address.
9422
9f61929f
KS
94232016-02-09 Keith Seitz <keiths@redhat.com>
9424
9425 PR python/19506
9426 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9427 (toplevel): Call test_bkpt_address.
9428
1e94266c
SM
94292016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9430
9431 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9432 to AC_OUTPUT.
9433 * configure: Regenerate.
9434
2a7f3dff
PA
94352016-02-09 Pedro Alves <palves@redhat.com>
9436
9437 PR breakpoints/19548
9438 * gdb.base/execl-update-breakpoints.c (some_function): New
9439 function.
9440 (main): Call it.
9441 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9442 Tighten expected GDB output.
9443
2151ccc5
SM
94442016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9445
9446 * Makefile.in (ALL_SUBDIRS): Remove.
9447 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9448 (distclean maintainer-clean realclean): Likewise.
9449 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9450 * configure: Regenerate.
9451 * gdb.ada/Makefile.in: Delete.
9452 * gdb.arch/Makefile.in: Likewise.
9453 * gdb.asm/Makefile.in: Likewise.
9454 * gdb.base/Makefile.in: Likewise.
9455 * gdb.btrace/Makefile.in: Likewise.
9456 * gdb.cell/Makefile.in: Likewise.
9457 * gdb.compile/Makefile.in: Likewise.
9458 * gdb.cp/Makefile.in: Likewise.
9459 * gdb.disasm/Makefile.in: Likewise.
9460 * gdb.dlang/Makefile.in: Likewise.
9461 * gdb.dwarf2/Makefile.in: Likewise.
9462 * gdb.fortran/Makefile.in: Likewise.
9463 * gdb.gdb/Makefile.in: Likewise.
9464 * gdb.go/Makefile.in: Likewise.
9465 * gdb.guile/Makefile.in: Likewise.
9466 * gdb.java/Makefile.in: Likewise.
9467 * gdb.linespec/Makefile.in: Likewise.
9468 * gdb.mi/Makefile.in: Likewise.
9469 * gdb.modula2/Makefile.in: Likewise.
9470 * gdb.multi/Makefile.in: Likewise.
9471 * gdb.objc/Makefile.in: Likewise.
9472 * gdb.opencl/Makefile.in: Likewise.
9473 * gdb.opt/Makefile.in: Likewise.
9474 * gdb.pascal/Makefile.in: Likewise.
9475 * gdb.perf/Makefile.in: Likewise.
9476 * gdb.python/Makefile.in: Likewise.
9477 * gdb.reverse/Makefile.in: Likewise.
9478 * gdb.server/Makefile.in: Likewise.
9479 * gdb.stabs/Makefile.in: Likewise.
9480 * gdb.threads/Makefile.in: Likewise.
9481 * gdb.trace/Makefile.in: Likewise.
9482 * gdb.xml/Makefile.in: Likewise.
9483 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9484 GDB_PARALLEL.
9485 (standard_output_file): Remove check for GDB_PARALLEL, always
9486 return path in outputs/$subdir/$testname.
9487
437277d4
SM
94882016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9489
9490 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9491 (site.exp): Assign abs_srcdir to tcl's srcdir.
9492
31d913c7
YQ
94932016-02-04 Yao Qi <yao.qi@linaro.org>
9494
9495 * gdb.base/foll-exec-mode.c: Include limits.h.
9496 (main): Add parameters argc and argv. Get directory from
9497 argv[0].
9498 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9499 compilation.
9500 * gdb.base/foll-exec.c: Include limits.h.
9501 (main): Add parameters argc and argv.
9502 Get directory from argv[0].
9503 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9504 Adjust tests on the number of lines as source code changed.
9505 * gdb.base/foll-vfork-exit.c: Include limits.h.
9506 (main): Add one line of statement before vfork.
9507 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9508 (main): Add parameters argc and argv. Get directory from
9509 argv[0].
9510 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9511 (setup_gdb): Set tbreak to skip some source lines.
9512 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9513 (main): Add parameters argc and argv. Get directory from
9514 argv[0].
9515 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9516 compilation.
9517 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9518 (main): Add parameters argc and argv. Get directory from
9519 argv[0].
9520 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9521 compilation.
9522
9482b9fb
DE
95232016-02-01 Doug Evans <dje@google.com>
9524
9525 * gdb.base/skip.exp: Clean up multiple references to same test name.
9526
6b2e4f10
PA
95272016-02-01 Pedro Alves <palves@redhat.com>
9528
ccb6afd6 9529 PR remote/19496
6b2e4f10
PA
9530 * gdb.threads/forking-threads-plus-breakpoint.exp
9531 (displaced_stepping_supported): New global.
9532 (probe_displaced_stepping_support): New procedure.
9533 (do_test): Add 'displaced' parameter, and use it.
9534 (top level): Check for displaced stepping support. Add displaced
9535 stepping on/off testing axis.
9536
37a8db1a
AB
95372016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9538
9539 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9540 pointer. Don't perform further tests on the unassociated pointer
9541 if the first test fails.
9542
5fdf6324
AB
95432016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9544
9545 * gdb.base/max-value-size.c: New file.
9546 * gdb.base/max-value-size.exp: New file.
9547 * gdb.base/huge.exp: Disable max-value-size for this test.
9548
935c6144
IB
95492016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9550
9551 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9552
7fe8399d
YQ
95532016-01-28 Yao Qi <yao.qi@linaro.org>
9554
9555 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9556
a2077e25
PA
95572016-01-25 Pedro Alves <palves@redhat.com>
9558
9559 PR threads/19461
9560 * gdb.base/fork-running-state.c: New file.
9561 * gdb.base/fork-running-state.exp: New file.
9562
1d2736d4
PA
95632016-01-25 Pedro Alves <palves@redhat.com>
9564
9565 PR gdb/19494
9566 * gdb.base/catch-fork-kill.c: New file.
9567 * gdb.base/catch-fork-kill.exp: New file.
9568
f1da4b11
PA
95692016-01-25 Pedro Alves <palves@redhat.com>
9570
9571 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9572 Delete, moved to lib/gdb.exp.
9573 * gdb.threads/forking-threads-plus-breakpoint.exp
9574 (foreach_with_prefix): Likewise.
9575 * gdb.threads/process-dies-while-handling-bp.exp
9576 (foreach_with_prefix): Likewise.
9577 * lib/gdb.exp (foreach_with_prefix): New procedure.
9578
45f38546
MK
95792016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9580
9581 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9582 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9583
dc29a1ce
MK
95842016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9585
9586 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9587 endian targets.
9588
092127d7
JK
95892016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9590 Pedro Alves <palves@redhat.com>
9591
9592 Fix testsuite compatibility with Guile.
9593 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9594 number.
9595
31d765d3
JK
95962016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9597
9598 Fix testsuite compatibility with Guile.
9599 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9600 (thread 1): New test for backtrace through signal handler.
9601
1ac78c04
YQ
96022016-01-22 Yao Qi <yao.qi@linaro.org>
9603
9604 PR testsuite/19491
9605 * gdb.base/multi-forks.c: Include
9606 ../lib/unbuffer_output.c
9607 (main): Call gdb_unbuffer_output.
9608
4f5946a8
DE
96092016-01-21 Doug Evans <dje@google.com>
9610
9611 * lib/ada.exp (gdb_compile_ada): Fix typo.
9612
305e13e6
JB
96132016-01-21 Joel Brobecker <brobecker@adacore.com>
9614
9615 * gdb.base/break-fun-addr.exp: New file.
9616 * gdb.base/break-fun-addr1.c: New file.
9617 * gdb.base/break-fun-addr2.c: New file.
9618
5f5dfff6
SM
96192016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9620
9621 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9622 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9623 enum flag values.
9624
fd356fa2
AA
96252016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9626
9627 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9628 when GDB can not set the vector return value. Add more comments
9629 for clarification.
9630
9df22175
AT
96312016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9632
9633 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9634 command.
9635
41d1845e
SM
96362016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9637
9638 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9639
01ac6840
SM
96402016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9641
9642 * Makefile.in (check-single): Pass --status to runtest.
9643 (check/%.exp): Likewise.
9644
96452016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9646
9647 * Makefile.in (check-parallel): Propagate return code from make
9648 do-check-parallel.
9649
bd0a71fa
MK
96502016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9651
9652 * gdb.trace/ftrace.exp: Fix expected message on continue.
9653 * gdb.trace/pending.exp: Fix expected message on continue.
9654 * gdb.trace/trace-break.exp: Fix expected message on continue.
9655
8bcbad33
SM
96562016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9657
9658 * lib/gdb.exp (gdb_test): Remove unused global references.
9659
f303dbd6
PA
96602016-01-18 Pedro Alves <palves@redhat.com>
9661
9662 * gdb.base/async-shell.exp: Adjust expected output.
9663 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9664 * gdb.base/siginfo-thread.exp: Adjust expected output.
9665 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9666 * gdb.java/jnpe.exp: Adjust expected output.
9667 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9668 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9669 * gdb.threads/leader-exit.exp: Adjust expected output.
9670 * gdb.threads/manythreads.exp: Adjust expected output.
9671 * gdb.threads/pthreads.exp: Adjust expected output.
9672 * gdb.threads/schedlock.exp: Adjust expected output.
9673 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9674 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9675 expected output.
9676 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9677 output.
9678 * gdb.threads/sigthread.exp: Adjust expected output.
9679 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9680
b2789696
YQ
96812016-01-18 Yao Qi <yao.qi@linaro.org>
9682
9683 * gdb.guile/scm-section-script.c: Replace @progbits with
9684 %progbits.
9685 * gdb.python/py-section-script.c: Likewise.
9686
71ef29a8
PA
96872016-01-15 Pedro Alves <palves@redhat.com>
9688
9689 * gdb.multi/tids.exp: Test star wildcard ranges.
9690
3f5b7598
PA
96912016-01-15 Pedro Alves <palves@redhat.com>
9692
9693 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9694 command from "thread apply" invocation.
9695 (thr_apply_info_thr_invalid): Default the expected output to the
9696 input tid list.
9697 (top level): Add tests that use convenience variables. Add tests
9698 for "thread apply" with a valid TID list, but missing the command.
9699
663f6d42
PA
97002016-01-13 Pedro Alves <palves@redhat.com>
9701
9702 * gdb.base/default.exp: Expect $_gthread as well.
9703 * gdb.multi/tids.exp: Test $_gthread.
9704 * gdb.threads/thread-specific.exp: Test $_gthread.
9705
c84f6bbf
PA
97062016-01-13 Pedro Alves <palves@redhat.com>
9707
9708 * gdb.multi/tids.exp: Test "info threads -gid".
9709
22a02324
PA
97102016-01-13 Pedro Alves <palves@redhat.com>
9711
9712 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9713 Breakpoint.thread.
9714 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9715
5d5658a1
PA
97162016-01-07 Pedro Alves <palves@redhat.com>
9717
9718 * gdb.base/break.exp: Adjust to output changes.
9719 * gdb.base/hbreak2.exp: Likewise.
9720 * gdb.base/sepdebug.exp: Likewise.
9721 * gdb.base/watch_thread_num.exp: Likewise.
9722 * gdb.linespec/keywords.exp: Likewise.
9723 * gdb.multi/info-threads.exp: Likewise.
9724 * gdb.threads/thread-find.exp: Likewise.
9725 * gdb.multi/tids.c: New file.
9726 * gdb.multi/tids.exp: New file.
9727
84654457
PA
97282016-01-13 Pedro Alves <palves@redhat.com>
9729
9730 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9731
e3940304
PA
97322016-01-13 Pedro Alves <palves@redhat.com>
9733
9734 * gdb.base/default.exp: Expect $_inferior as well.
9735 * gdb.multi/base.exp: Test $_inferior.
9736
a911d87a
PA
97372016-01-13 Pedro Alves <palves@redhat.com>
9738
9739 PR breakpoints/19388
9740 * gdb.base/catch-signal-siginfo-cond.c: New file.
9741 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9742
82075af2
JS
97432016-01-12 Josh Stone <jistone@redhat.com>
9744 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9745
9746 * gdb.base/catch-syscall.c (do_execve): New variable.
9747 (main): Conditionally trigger an execve.
9748 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9749 (test_catch_syscall_execve): New, check entry/return across execve.
9750 (do_syscall_tests): Call test_catch_syscall_execve.
9751
e46eeedd
PA
97522016-01-12 Pedro Alves <palves@redhat.com>
9753
9754 * gdb.base/random-signal.exp (do_test): New procedure, with body
9755 of testcase moved in.
9756
01d8c27e
JK
97572016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9758 Pedro Alves <palves@redhat.com>
9759
9760 * gdb.base/funcargs.exp (finish from indirectly called function):
9761 Reintroduce the case for 'First'.
9762
9a706302
JK
97632016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9764 Pedro Alves <palves@redhat.com>
9765
9766 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9767 (tcatch_vfork_then_child_follow_exec)
9768 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9769 identification.
9770
c0ecb95f
JK
97712016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9772
9773 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9774 and repeats to unlimited.
9775 * gdb.python/py-value.exp: Likewise.
9776 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9777 and repeats to unlimited.
9778
6cfc1fcb
JK
97792016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9780
9781 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9782 and reordering the functions.
9783 * gdb.multi/hangout.c: Likewise.
9784 * gdb.multi/hello.c: Likewise.
9785
582a1b00
SM
97862016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9787
9788 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9789 absolute.
9790 (SingleStatisticTestResult.report): Use dict.keys instead of
9791 dict.iterkeys.
9792
79bc59cb
PA
97932016-01-06 Pedro Alves <palves@redhat.com>
9794
9795 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9796
43368e1d
MM
97972016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9798
9799 * gdb.btrace/dlopen.exp: New.
9800 * gdb.btrace/dlopen.c: New.
9801 * gdb.btrace/dlopen-dso.c: New.
9802
79fad5b8
SL
98032015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9804
9805 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9806 PATTERN argument is optional.
9807
ab8314b3
JB
98082015-12-24 Joel Brobecker <brobecker@adacore.com>
9809
9810 * lib/ada.exp (target_compile_ada_from_dir): New function.
9811 (gdb_compile_ada): Reimplement avoiding the use of project files.
9812 * gdb.ada/gnat_ada.gpr: Delete.
9813 * gdb.ada/cond_lang.exp: Adjust test to make path before
9814 filename optional.
9815 * gdb.ada/small_reg_param.exp: Likewise.
9816
fe33faff
SM
98172015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9818
9819 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9820
6d265cb4
TP
98212015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9822
9823 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9824 case.
9825
10125099
SM
98262015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9827
9828 * gdb.base/break.exp: Remove dead code.
9829 * gdb.base/sepdebug.exp: Likewise.
9830
3ca22649
SM
98312015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9832
9833 * gdb.asm/asm-source.exp: Remove HP-UX references.
9834 * gdb.base/annota1.exp: Likewise.
9835 * gdb.base/annota3.exp: Likewise.
9836 * gdb.base/attach.exp: Likewise.
9837 * gdb.base/bigcore.exp: Likewise.
9838 * gdb.base/break.exp: Likewise.
9839 * gdb.base/call-ar-st.exp: Likewise.
9840 * gdb.base/callfuncs.exp: Likewise.
9841 * gdb.base/catch-fork-static.exp: Likewise.
9842 * gdb.base/display.exp: Likewise.
9843 * gdb.base/foll-exec-mode.exp: Likewise.
9844 * gdb.base/foll-exec.exp: Likewise.
9845 * gdb.base/foll-fork.exp: Likewise.
9846 * gdb.base/foll-vfork.exp: Likewise.
9847 * gdb.base/funcargs.exp: Likewise.
9848 * gdb.base/hbreak2.exp: Likewise.
9849 * gdb.base/inferior-died.exp: Likewise.
9850 * gdb.base/interrupt.exp: Likewise.
9851 * gdb.base/multi-forks.exp: Likewise.
9852 * gdb.base/nodebug.exp: Likewise.
9853 * gdb.base/sepdebug.exp: Likewise.
9854 * gdb.base/solib1.c: Likewise.
9855 * gdb.base/step-test.exp: Likewise.
9856 * gdb.mi/non-stop.c: Likewise.
9857 * gdb.mi/pthreads.c: Likewise.
9858 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9859 * gdb.threads/pthreads.c: Likewise.
9860 * gdb.threads/staticthreads.exp: Likewise.
9861 * lib/future.exp: Likewise.
9862 * lib/gdb.exp: Likewise.
9863 * gdb.base/so-indr-cl.c: Remove.
9864 * gdb.base/so-indr-cl.exp: Likewise.
9865 * gdb.base/solib.c: Likewise.
9866 * gdb.base/solib.exp: Likewise.
9867 * gdb.base/solib2.c: Likewise.
9868
b6304613
SM
98692015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9870
9871 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9872 * gdb.base/call-ar-st.exp: Likewise.
9873 * gdb.base/callfuncs.exp: Likewise.
9874 * gdb.base/condbreak.exp: Likewise.
9875 * gdb.base/constvars.exp: Likewise.
9876 * gdb.base/hbreak2.exp: Likewise.
9877 * gdb.base/langs.exp: Likewise.
9878 * gdb.base/list.exp: Likewise.
9879 * gdb.base/long_long.exp: Likewise.
9880 * gdb.base/ptype.exp: Likewise.
9881 * gdb.base/scope.exp: Likewise.
9882 * gdb.base/signals.exp: Likewise.
9883 * gdb.base/so-impl-ld.exp: Likewise.
9884 * gdb.base/varargs.exp: Likewise.
9885 * gdb.base/volatile.exp: Likewise.
9886 * gdb.base/whatis.exp: Likewise.
9887 * gdb.cp/cplusfuncs.exp: Likewise.
9888 * gdb.cp/inherit.exp: Likewise.
9889 * gdb.cp/local.exp: Likewise.
9890 * gdb.cp/member-ptr.exp: Likewise.
9891 * gdb.cp/method.exp: Likewise.
9892 * gdb.cp/overload.exp: Likewise.
9893 * gdb.cp/templates.exp: Likewise.
9894 * gdb.stabs/weird.exp: Likewise.
9895 * lib/compiler.c: Likewise.
9896 * lib/compiler.cc: Likewise.
9897 * lib/cp-support.exp: Likewise.
9898 * lib/gdb.exp: Likewise.
9899
bf401b07
SM
99002015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9901
9902 * configure.ac: Remove HP-UX case.
9903 * configure: Regenerate.
9904
aff9c0f8
SM
99052015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9906
9907 * lib/gdb.exp (gdb_compile): Add function doc.
9908
a6904d5a
PA
99092015-12-17 Pedro Alves <palves@redhat.com>
9910
9911 PR threads/19354
9912 * gdb.multi/info-threads.exp: New file.
9913
a22279dd
YQ
99142015-12-15 Yao Qi <yao.qi@linaro.org>
9915
9916 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9917 is aarch64*-*-*.
9918
0588c796
SL
99192015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9920
9921 * gdb.base/history-duplicates.exp: Skip if no readline support.
9922
5d978e17
SL
99232015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9924
9925 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9926
7e763b86
SL
99272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9928
9929 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9930
87a3a92c
SL
99312015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9932
9933 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9934 ctrl-C if nointerrupts target property is set.
9935 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9936 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9937 * gdb.base/paginate-bg-execution.exp: Likewise.
9938 * gdb.base/paginate-execution-startup.exp: Likewise.
9939 * gdb.base/random-signal.exp: Likewise.
9940 * gdb.base/range-stepping.exp: Likewise.
9941 * gdb.cp/annota2.exp: Likewise.
9942 * gdb.cp/annota3.exp: Likewise.
9943 * gdb.gdb/selftest.exp: Likewise.
9944 * gdb.threads/continue-pending-status.exp: Likewise.
9945 * gdb.threads/leader-exit.exp: Likewise.
9946 * gdb.threads/manythreads.exp: Likewise.
9947 * gdb.threads/pthreads.exp: Likewise.
9948 * gdb.threads/schedlock.exp: Likewise.
9949 * gdb.threads/sigthread.exp: Likewise.
9950
a8f077dc
DB
99512015-12-11 Don Breazeal <donb@codesourcery.com>
9952
9953 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9954 remote.
9955 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9956 * gdb.base/foll-exec.exp (main): Enable for target remote.
9957 * gdb.base/foll-fork.exp (main): Likewise.
9958 * gdb.base/foll-vfork.exp (main): Likewise.
9959 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9960 (proc continue_to_exit_bp_loc): Use clean_restart.
9961 * gdb.base/pie-execl.exp (main): Disable for target remote.
9962 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9963 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9964 * gdb.threads/execl.exp (main): Likewise.
9965 * gdb.threads/fork-child-threads.exp (main): Likewise.
9966 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9967 remote.
9968 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9969 remote.
9970 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9971 pid.tid style ptids, instead of just tid.
9972 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9973 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9974 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9975 ptids, instead of just tid.
9976
3b2464a8
AB
99772015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9978
9979 * gdb.base/list.exp (test_list_forward): Add end of file error
9980 test.
9981 (test_repeat_list_command): Add end of file error test.
9982 (test_list_backwards): Add beginning of file error test.
9983
a0def019
AB
99842015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9985
9986 * gdb.base/list.exp (test_list_invalid_args): New function,
9987 defined, and called.
9988
5c000dff
AB
99892015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9990
9991 * gdb.base/list.exp (test_list): Make test names unique.
9992
f1637ebe
YQ
99932015-12-11 Yao Qi <yao.qi@linaro.org>
9994
9995 * gdb.base/coremaker2.c: Remove.
9996
36d6fc0a
PA
99972015-12-10 Pedro Alves <palves@redhat.com>
9998
9999 * gdb.multi/base.exp: Remove stale "spaces" references.
10000
762f7747
PA
100012015-12-10 Pedro Alves <palves@redhat.com>
10002
10003 * gdb.multi/base.exp: Don't use nowarnings.
10004 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10005 * gdb.multi/hangout.c: Include stdio.h.
10006 * gdb.multi/hello.c: Include stdlib.h.
10007 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10008 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10009 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10010
28d2bfb9
AB
100112015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10012
10013 * gdb.dwarf2/dw2-ranges-base.c: New file.
10014 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10015 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10016 support additional line table, and debug ranges generation.
10017 (Dwarf::ranges): New function, generate .debug_ranges.
10018 (Dwarf::lines): Support generating simple line table programs.
10019 (Dwarf::assemble): Initialise new namespace variables.
10020
5fc2beac
KB
100212015-12-09 Kevin Buettner <kevinb@redhat.com>
10022
10023 * gdb.base/async.exp (proc test_background): Add case for
10024 asynchronous execution not supported.
10025
1c35a88f
LM
100262015-12-09 Luis Machado <lgustavo@codesourcery.com>
10027
10028 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10029 format and change test names to make them unique.
10030
b593e3d9
RK
100312015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10032 Pedro Alves <pedro@redhat.com>
10033
10034 PR gdb/18702
10035 Add checking of floatformats setup on x86_64 hosts.
10036 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10037 (smallval, bigval): New labels/constants.
10038 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10039 float" after loading bigval and smallval.
10040
d72413e6
PMR
100412015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10042
10043 * gdb.ada/fun_overload_menu.exp: New testcase.
10044 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10045
ece66d65
JS
100462015-12-04 Josh Stone <jistone@redhat.com>
10047
10048 * gdb.base/catch-fork-static.exp: New.
10049
41d0efca
YQ
100502015-12-03 Yao Qi <yao.qi@linaro.org>
10051
10052 * gdb.base/sizeof.c: Don't include stdio.h and
10053 ../lib/unbuffer_output.c.
10054 (main): New variable 'size' and 'value'. Remove printf and
10055 gdb_unbuffer_output. Assign return value to size and value.
10056 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10057 at the beginning.
10058 (check_sizeof): Check the result by printing variable 'size'.
10059 (check_valueof): Check the result by printing variable 'value'.
10060
99fd02d9
YQ
100612015-12-01 Yao Qi <yao.qi@linaro.org>
10062
10063 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10064 for aarch64*-*-linux* target.
10065
f2faf941
PA
100662015-11-30 Pedro Alves <palves@redhat.com>
10067
10068 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10069
04bf20c5
PA
100702015-11-30 Pedro Alves <palves@redhat.com>
10071
10072 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10073 Handle non-stop mode vCont replies.
10074
09df4675
PA
100752015-11-30 Pedro Alves <palves@redhat.com>
10076
10077 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10078 prepare_for_testing. Start gdb with "set non-stop on" appended to
10079 GDBFLAGS. Lax expected stop output.
10080
58b584af
YQ
100812015-11-27 Yao Qi <yao.qi@linaro.org>
10082
10083 * gdb.arch/arm-neon.exp: New.
10084 * gdb.arch/arm-neon.c: New.
10085
dfcb77a8
YQ
100862015-11-27 Yao Qi <yao.qi@linaro.org>
10087
10088 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10089
88e8ec1b
YQ
100902015-11-27 Yao Qi <yao.qi@linaro.org>
10091
10092 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10093 frames-invalid annotation.
10094
bfde72c2
YQ
100952015-11-27 Yao Qi <yao.qi@linaro.org>
10096
10097 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10098
f6512a69
SM
100992015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10100
10101 * gdb.threads/names.exp: New file.
10102 * gdb.threads/names.c: New file.
10103 * README: Mention gdb,no_thread_names.
10104
46a3515b
MM
101052015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10106
10107 PR 19297
10108 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10109 support" error.
10110
62147a22
PA
101112015-11-24 Pedro Alves <palves@redhat.com>
10112
10113 PR 17539
10114 * gdb.base/display.exp: Expect displays to be sorted in ascending
10115 order. Use multi_line.
10116 * gdb.base/solib-display.exp: Likewise.
10117
2f341b6e
PA
101182015-11-24 Pedro Alves <palves@redhat.com>
10119
10120 PR 17539
25d49b86
PA
10121 * gdb.base/display.exp: Expect displays to be sorted in ascending
10122 order. Use multi_line.
10123 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10124
7e0aa6aa
PA
101252015-11-24 Pedro Alves <palves@redhat.com>
10126
10127 PR 17539
10128 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10129 threads in ascending order.
10130 * gdb.base/foll-fork.exp: Likewise.
10131 * gdb.base/foll-vfork.exp: Likewise.
10132 * gdb.base/multi-forks.exp: Likewise.
10133 * gdb.mi/mi-nonstop.exp: Likewise.
10134 * gdb.mi/mi-nsintrall.exp: Likewise.
10135 * gdb.multi/base.exp: Likewise.
10136 * gdb.multi/multi-arch.exp: Likewise.
10137 * gdb.python/py-inferior.exp: Likewise.
10138 * gdb.threads/break-while-running.exp: Likewise.
10139 * gdb.threads/execl.exp: Likewise.
10140 * gdb.threads/gcore-thread.exp: Likewise.
10141 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10142 * gdb.threads/kill.exp: Likewise.
10143 * gdb.threads/linux-dp.exp: Likewise.
10144 * gdb.threads/multiple-step-overs.exp: Likewise.
10145 * gdb.threads/next-bp-other-thread.exp: Likewise.
10146 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10147 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10148 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10149 * gdb.threads/thread-find.exp: Likewise.
10150 * gdb.threads/tls.exp: Likewise.
10151 * lib/mi-support.exp (mi_reverse_list): Delete.
10152 (mi_check_thread_states): No longer reverse list.
10153
2cc57ad8
PA
101542015-11-24 Pedro Alves <palves@redhat.com>
10155
10156 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10157 use lowercase.
10158
c93e8391
SM
101592015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10160
10161 * gdb.trace/actions.c: Include trace-common.h.
10162 (main): Add a location for a fast tracepoint.
10163 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10164 the normal tracepoints.
10165 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10166
045ccf91
SM
101672015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10168
10169 * save-trace.exp: Factor out code to these...
10170 (gdb_save_tracepoints): New.
10171 (gdb_load_tracepoints): New.
10172 (do_save_load_test): New.
10173
5506f9f6
KB
101742015-11-23 Kevin Buettner <kevinb@redhat.com>
10175
10176 * gdb.base/asmlabel.exp: New test.
10177 * gdb.base/asmlabel.c: New test case.
10178
16c3b12f
JB
101792015-11-23 Joel Brobecker <brobecker@adacore.com>
10180
10181 * gdb.base/wrong_frame_bt_full-main.c: New file.
10182 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10183 * gdb.base/wrong_frame_bt_full.exp: New file.
10184
155bfbd3
JB
101852015-11-23 Joel Brobecker <brobecker@adacore.com>
10186
10187 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10188
bb097445
JM
101892015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10190
206853a0 10191 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10192 pstate register when comparing registers values in
10193 sparc64-*-linux-gnu targets to avoid spurious differences.
10194
9c88ed8f
JM
101952015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10196
206853a0 10197 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10198
96161e25
SL
101992015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10200
10201 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10202 as type argument to gdb_compile.
10203 * gdb.base/nested-subp2.exp: Likewise.
10204 * gdb.base/nested-subp3.exp: Likewise.
10205
340c2830
DV
102062015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10207
10208 * lib/dwarf.exp (_note): Fix left shift of negative value.
10209 * gdb.trace/trace-condition.exp: Likewise.
10210
c1862d0f
YQ
102112015-11-13 Yao Qi <yao.qi@linaro.org>
10212
10213 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10214 comments about d10v.
10215 (test_scalar_returns): Likewise.
10216 * gdb.base/d10v.ld: Remove.
10217 * gdb.base/overlays.exp: Remove the target triplet checking for
10218 d10v-*-*.
10219 * gdb.base/structs.exp (test_struct_returns): Remove the
10220 comments about d10v.
10221 (test_struct_calls): Likewise.
10222
77ae9c19
YQ
102232015-11-13 Yao Qi <yao.qi@linaro.org>
10224
10225 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10226 * gdb.base/gnu_vector.c: Don't include stdio.h.
10227 (main): Don't print res and call add_some_intvecs.
10228
430e004e
MK
102292015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10230
10231 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10232 macro.
10233 (func5): Removed.
10234 (func4): Use FAST_TRACEPOINT_LABEL.
10235 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10236 macro.
10237 (func): Removed.
10238 (thread_function): Use FAST_TRACEPOINT_LABEL.
10239 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10240 (func): Remove.
10241 (marker): Use FAST_TRACEPOINT_LABEL.
10242 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10243 (pendfunc1): Remove.
10244 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10245 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10246 (foo): Remove.
10247 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10248 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10249 macro.
10250 (func): Remove.
10251 (marker): Use FAST_TRACEPOINT_LABEL.
10252 * gdb.trace/trace-common.h: New header.
10253 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10254 macro.
10255 (func): Remove.
10256 (marker): Use FAST_TRACEPOINT_LABEL.
10257 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10258 (func): Remove.
10259 (thread_function): Use FAST_TRACEPOINT_LABEL.
10260
6e7675a7
MK
102612015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10262
10263 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10264 in front.
10265 * gdb.trace/change-loc.exp: Use global pcreg definition.
10266 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10267 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10268 in front.
10269 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10270 * gdb.trace/pending.exp: Likewise.
10271 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10272 * gdb.trace/trace-break.exp: Likewise.
10273 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10274 in front.
10275 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10276 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10277 in front.
10278 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10279
dddc0e16
JB
102802015-11-09 Joel Brobecker <brobecker@adacore.com>
10281
10282 * gdb.ada/fin_fun_out: New testcase.
10283
c6f0b406
KB
102842015-11-07 Kevin Buettner <kevinb@redhat.com>
10285
10286 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10287 value associated with DW_AT_byte_size.
10288 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10289 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10290 DW_AT_upper_bound.
10291
f01dcfd9
KB
102922015-11-07 Kevin Buettner <kevinb@redhat.com>
10293
10294 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10295 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10296 version.
10297 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10298 gdb.dwarf2/dw2-canonicalize-type.exp,
10299 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10300 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10301 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10302 provided by gdb_target_symbol_prefix_flags_asm.
10303 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10304 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10305 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10306 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10307 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10308 macros where needed). Use this macro for symbols which require
10309 the prefix provided by SYMBOL_PREFIX.
10310
2223449a
KB
103112015-11-05 Kevin Buettner <kevinb@redhat.com>
10312
10313 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10314 New procs.
10315 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10316 representing expressions, of more than one list element.
10317 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10318 to prepend linker symbol prefix to f.
10319 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10320 table_1 and table_2.
10321 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10322 Likewise, for f and g.
10323 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10324 for ptr.
10325 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10326 for main.
10327 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10328 table_1_ptr and table_2_ptr.
10329
6f2f1a3a
JK
103302015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10331 Joel Brobecker <brobecker@adacore.com>
10332
10333 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10334
566c56c9
MK
103352015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10336
10337 * gdb.reverse/s390-mvcle.c: New test.
10338 * gdb.reverse/s390-mvcle.exp: New file.
10339 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10340
d5f0636b
MK
103412015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10342
10343 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10344
7ad8b86c
MK
103452015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10346
10347 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10348 reaching marker2.
10349 * gdb.reverse/getresuid-reverse.exp: Likewise.
10350 * gdb.reverse/pipe-reverse.exp: Likewise.
10351 * gdb.reverse/readv-reverse.exp: Likewise.
10352 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10353 * gdb.reverse/time-reverse.exp: Likewise.
10354 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10355
4081c0f1
YQ
103562015-10-30 Yao Qi <yao.qi@linaro.org>
10357
10358 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10359 (empty_cycle): Remove.
10360 (main): Don't call empty_cycle. Don't use watch_count_done.
10361 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10362 empty_cycle. Rewrite the code counting HW watchpoints.
10363
452b4ba5
MK
103642015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10365
10366 * gdb.reverse/fstatat-reverse.c: New test.
10367 * gdb.reverse/fstatat-reverse.exp: New file.
10368 * gdb.reverse/getresuid-reverse.c: New test.
10369 * gdb.reverse/getresuid-reverse.exp: New file.
10370 * gdb.reverse/pipe-reverse.c: New test.
10371 * gdb.reverse/pipe-reverse.exp: New file.
10372 * gdb.reverse/readv-reverse.c: New test.
10373 * gdb.reverse/readv-reverse.exp: New file.
10374 * gdb.reverse/recvmsg-reverse.c: New test.
10375 * gdb.reverse/recvmsg-reverse.exp: New file.
10376 * gdb.reverse/time-reverse.c: New test.
10377 * gdb.reverse/time-reverse.exp: New file.
10378 * gdb.reverse/waitpid-reverse.c: New test.
10379 * gdb.reverse/waitpid-reverse.exp: New file.
10380
5e2e7507
JK
103812015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10382
10383 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10384
0fde2c53
DE
103852015-10-26 Doug Evans <dje@google.com>
10386
10387 PR symtab/17391
10388 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10389 * gdb.dwarf2/bad-regnum.c: New file.
10390 * gdb.dwarf2/bad-regnum.exp: New file.
10391
1a70ae97
DE
103922015-10-26 Doug Evans <dje@google.com>
10393
10394 PR python/18938
10395 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10396 file.
10397
27dc26ab
JK
103982015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10399
10400 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10401 for a change by "Mention language in compile error message".
10402
bed91f4d
SM
104032015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10404
10405 PR python/18073
10406 * gdb.python/py-type.c (C::a_method): New.
10407 (C::a_const_method): New.
10408 (C::a_static_method): New.
10409 (a_function): New.
10410 * gdb.python/py-type.exp (test_fields): Test getting fields
10411 from function and method.
10412
3f2f83dd
KB
104132015-10-21 Keven Boell <keven.boell@intel.com>
10414
10415 * gdb.fortran/vla-alloc-assoc.exp: New file.
10416 * gdb.fortran/vla-datatypes.exp: New file.
10417 * gdb.fortran/vla-datatypes.f90: New file.
10418 * gdb.fortran/vla-history.exp: New file.
10419 * gdb.fortran/vla-ptype-sub.exp: New file.
10420 * gdb.fortran/vla-ptype.exp: New file.
10421 * gdb.fortran/vla-sizeof.exp: New file.
10422 * gdb.fortran/vla-sub.f90: New file.
10423 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10424 * gdb.fortran/vla-value-sub-finish.exp: New file.
10425 * gdb.fortran/vla-value-sub.exp: New file.
10426 * gdb.fortran/vla-value.exp: New file.
10427 * gdb.fortran/vla-ptr-info.exp: New file.
10428 * gdb.mi/mi-vla-fortran.exp: New file.
10429 * gdb.mi/vla.f90: New file.
10430
27145d50
SL
104312015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10432
10433 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10434 of hardwired timeout value.
10435
5f3ff4f8
JK
104362015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10437 Pedro Alves <palves@redhat.com>
10438
10439 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10440 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10441
bfd09d20
JS
104422015-10-19 Josh Stone <jistone@redhat.com>
10443
10444 * gdb.base/catch-syscall.c: Include <sched.h>.
10445 (unknown_syscall): New variable.
10446 (main): Trigger a vfork and an unknown syscall.
10447 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10448 (unknown_syscall_number): Likewise.
10449 (check_call_to_syscall): Accept an optional syscall pattern.
10450 (check_return_from_syscall): Likewise.
10451 (check_continue): Likewise.
10452 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10453 (test_catch_syscall_skipping_return): New test toggling off 'catch
10454 syscall' to step over the syscall return, then toggling back on.
10455 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10456 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10457 (do_syscall_tests): Call test_catch_syscall_without_args and
10458 test_catch_syscall_mid_vfork.
10459 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10460 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10461
b32b93c6
AS
104622015-10-19 Andrew Stubbs <ams@codesourcery.com>
10463
10464 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10465 print g_vE): Add new pass patterns.
10466 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10467 print various symbol names for vptr fields.
10468
9d622bda
AB
104692015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10470
10471 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10472 results.
10473
0fd8ac1c
YQ
104742015-10-12 Yao Qi <yao.qi@linaro.org>
10475
10476 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10477
34240514
YQ
104782015-10-12 Yao Qi <yao.qi@linaro.org>
10479
10480 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10481 is aarch64*-*-linux*.
10482
8240f442
YQ
104832015-10-12 Yao Qi <yao.qi@linaro.org>
10484
10485 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10486 (can_relocate_bcond_true): ... it.
10487 (can_relocate_bcond_false): New function.
10488 (foo): Likewise.
10489 (can_relocate_bl): Likewise.
10490 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10491 can_relocate_bl.
10492
2520f728
PMR
104932015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10494
10495 * gdb.base/nested-addr.c: New file.
10496 * gdb.base/nested-addr.exp: New testcase.
10497
abcef95a
MM
104982015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10499
10500 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10501 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10502 its output. Ignore the output of "record goto begin" and instead
10503 check that GDB is replaying.
10504
145e3ddb
PA
105052015-10-09 Pedro Alves <palves@redhat.com>
10506
10507 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10508 (top level): Use it in the run with no args test.
10509
d5d8c4e1
IB
105102015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10511
10512 * gdb.dlang/properties.exp: New file.
10513
06e635ef
SL
105142015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10515
10516 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10517 whether or not address 0x1000 is mapped on the target.
10518
e019fd1d
SM
105192015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10520
10521 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10522 build.
10523
77ba2a67
MM
105242015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10525
10526 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10527 instruction-history test.
10528
c60eb31f
DE
105292015-09-28 Doug Evans <dje@google.com>
10530
10531 * gdb.base/gcore.c (array_func): Add reference to static_array.
10532
9a3c8263
SM
105332015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10534
10535 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10536 source line.
10537
9720e656
SL
105382015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10539
10540 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10541 short or char as base type.
10542
938d3bf2
SL
105432015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10544
10545 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10546 to allow any size enum.
10547
e6c2c623
PMR
105482015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10549
10550 * gdb.ada/array_ptr_renaming.exp: New testcase.
10551 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10552 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10553
06da0f77
PL
105542015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10555
10556 * gdb.trace/ftrace-lock.c: New file.
10557 * gdb.trace/ftrace-lock.exp: New file.
10558
4f51c22a
PL
105592015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10560
10561 * gdb.arch/insn-reloc.c: New file.
10562 * gdb.arch/ftrace-insn-reloc.exp: New file.
10563
7041adf4
PL
105642015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10565
10566 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10567 instruction.
10568 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10569 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10570 * gdb.trace/range-stepping.c: Likewise.
10571 * gdb.trace/trace-break.c: Likewise.
10572 * gdb.trace/trace-mt.c (thread_function): Likewise.
10573 * gdb.trace/ftrace.c (marker): Likewise.
10574 * gdb.trace/trace-condition.c (marker): Likewise.
10575 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10576 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10577 is_aarch64_target.
10578
015d2e7e
DE
105792015-09-18 Doug Evans <xdje42@gmail.com>
10580
10581 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10582 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10583
26b188a2
SL
105842015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10585
10586 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10587 the breakpoint.
10588
79dc332b
SL
105892015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10590
10591 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10592 the pending breakpoint. Remove timeout override for "Run till
10593 MI pending breakpoint on pendfunc3 on thread 2" test.
10594
f57929f2
SL
105952015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10596
10597 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10598 filename pattern.
10599
3f469b17
SL
106002015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10601
10602 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10603 in breakpoint filename pattern.
10604
515b89b3
SL
106052015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10606
7800dbe4
SL
10607 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10608
106092015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10610
515b89b3
SL
10611 * gdb.linespec/explicit.exp: Check for readline support for
10612 tab-completion tests. Fix obvious typo.
10613
d2939ba2
MM
106142015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10615
10616 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10617 and replay.
10618
cbb55fa7
MM
106192015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10620
10621 * gdb.btrace/non-stop.c: New.
10622 * gdb.btrace/non-stop.exp: New.
10623
43691ca1
PL
106242015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10625 Yao Qi <yao.qi@linaro.org>
10626
10627 * gdb.trace/trace-condition.c: New file.
10628 * gdb.trace/trace-condition.exp: New file.
10629
d78908cf
WW
106302015-09-16 Wei-cheng Wang <cole945@gmail.com>
10631
10632 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10633 for testing bytecode compilation.
10634
1ed415e2
PA
106352015-09-16 Pedro Alves <palves@redhat.com>
10636 Sandra Loosemore <sandra@codesourcery.com>
10637
10638 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10639 (SECONDS): Redefine.
10640 (main): Call pthread_kill and alarm early.
10641 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10642 support.
10643 (test): If the target can't hardware step and doesn't support
10644 displaced stepping, increase the timeout.
10645
d136eff5
PA
106462015-09-16 Pedro Alves <palves@redhat.com>
10647
10648 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10649 (enable_debug): New procedures.
10650 (test): Use them. Bail out if waiting for threads fails.
10651 (top level): Bail out if a test fails.
10652
991f019c
YQ
106532015-09-16 Yao Qi <yao.qi@linaro.org>
10654
10655 * gdb.asm/asm-source.exp: Set asm-arch for
10656 aarch64*-*-* target.
10657 * gdb.asm/aarch64.inc: New file.
10658
bfca584f
PMR
106592015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10660
10661 * gdb.ada/array_of_variable_length.exp: New testcase.
10662 * gdb.ada/array_of_variable_length/foo.adb: New file.
10663 * gdb.ada/array_of_variable_length/pck.adb: New file.
10664 * gdb.ada/array_of_variable_length/pck.ads: New file.
10665
b326e587
DE
106662015-09-15 Doug Evans <dje@google.com>
10667
10668 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10669 of function static local variable.
10670
5382cfab
PW
106712015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10672
10673 * gdb.threads/tls-so_extern.exp: New test file.
10674 * gdb.threads/tls-so_extern.c: New test file.
10675 * gdb.threads/tls-so_extern_main.c: New test file.
10676
141c5cc4
JK
106772015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10678
10679 * gdb.opt/solib-intra-step-lib.c: New file.
10680 * gdb.opt/solib-intra-step-main.c: New file.
10681 * gdb.opt/solib-intra-step.exp: New file.
10682
d15dcecd
PA
106832015-09-15 Pedro Alves <palves@redhat.com>
10684
10685 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10686 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10687
4c2f2a79
PA
106882015-09-14 Pedro Alves <palves@redhat.com>
10689
10690 * gdb.base/hook-stop-continue.c: Delete.
10691 * gdb.base/hook-stop-continue.exp: Delete.
10692 * gdb.base/hook-stop-frame.c: Delete.
10693 * gdb.base/hook-stop-frame.exp: Delete.
10694 * gdb.base/hook-stop.c: New file.
10695 * gdb.base/hook-stop.exp: New file.
10696
919e6dbe
PMR
106972015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10698
10699 * gdb.ada/access_to_packed_array.exp: New testcase.
10700 * gdb.ada/access_to_packed_array/foo.adb: New file.
10701 * gdb.ada/access_to_packed_array/pack.adb: New file.
10702 * gdb.ada/access_to_packed_array/pack.ads: New file.
10703
157280a4
MM
107042015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10705
10706 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10707 buffer size test.
10708
2fd33e94
DB
107092015-09-11 Don Breazeal <donb@codesourcery.com>
10710
10711 * gdb.base/foll-exec.c: Add copyright header. Fix
10712 formatting issues.
10713 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10714 (do_exec_tests): Use clean_restart in place of zap_session,
10715 and for test initialization. Fix formatting issues. Use
10716 fail in place of perror.
10717 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10718 an expect statement to match an expression with output from
10719 the program under debug.
10720 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10721 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10722 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10723 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10724 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10725
e70b6e8e
DE
107262015-09-09 Doug Evans <dje@google.com>
10727
10728 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10729
7a551a51
DE
107302015-09-09 Doug Evans <dje@google.com>
10731
10732 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10733
4c666f84
DE
107342015-09-09 Doug Evans <dje@google.com>
10735
10736 * gdb.base/savedregs.exp: Fix typo.
10737
243a9253
PA
107382015-09-09 Pedro Alves <palves@redhat.com>
10739
10740 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10741
c0fa8fbd
SL
107422015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10743
10744 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10745 command actually switches threads. Give up on remaining
10746 tests if target fails to stop at breakpoint.
10747
cd7c1778
PMR
107482015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10749
10750 * gdb.ada/funcall_char.exp: New testcase.
10751 * gdb.ada/funcall_char/foo.adb: New file.
10752
dc5c8746
PMR
107532015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10754
10755 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10756 expected outputs. Add two testcases for completing ambiguous
10757 functions.
10758 * gdb.ada/complete/aux_pck.adb: New file.
10759 * gdb.ada/complete/aux_pck.ads: New file.
10760 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10761 Ambiguous_Func functions.
10762 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10763 * gdb.ada/complete/pck.adb: Likewise.
10764
4e83a1e7
UW
107652015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10766
10767 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10768 failures to run the test program under GDB.
10769
8ce74153
LM
107702015-08-26 Luis Machado <lgustavo@codesourcery.com>
10771
10772 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10773 to C.
10774
e9756d52
PP
107752015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10776
10777 * gdb.base/run-after-attach.exp: New test file.
10778 * gdb.base/run-after-attach.c: New test file.
10779
8d37573b
DB
107802015-08-26 Don Breazeal <donb@codesourcery.com>
10781
10782 * gdb.base/foll-exec-2.c: New test program.
10783 * gdb.base/foll-exec-2.exp: New test.
10784
63e43d3a
PMR
107852015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10786
10787 * gdb.base/nested-subp1.exp: New file.
10788 * gdb.base/nested-subp1.c: New file.
10789 * gdb.base/nested-subp2.exp: New file.
10790 * gdb.base/nested-subp2.c: New file.
10791 * gdb.base/nested-subp3.exp: New file.
10792 * gdb.base/nested-subp3.c: New file.
10793
3d40fbb5
PA
107942015-08-24 Pedro Alves <palves@redhat.com>
10795
10796 * gdb.server/connect-without-multi-process.c: New file.
10797 * gdb.server/connect-without-multi-process.exp: New file.
10798
4422ac93
LM
107992015-08-24 Luis Machado <lgustavo@codesourcery.com>
10800
10801 * gdb.opt/inline-markers.c: Make z int.
10802
91dddb86
LM
108032015-08-24 Luis Machado <lgustavo@codesourcery.com>
10804
10805 * gdb.opt/inline-markers.c: Make z volatile.
10806
a48847ee
LM
108072015-08-24 Luis Machado <lgustavo@codesourcery.com>
10808
10809 * gdb.opt/inline-bt.c: New volatile global z.
10810 * gdb.opt/inline-cmds.c: Likewise.
10811 * gdb.opt/inline-locals.c: Likewise.
10812 * gdb.opt/inline-markers.c: New extern global z.
10813 (marker): Use z.
10814 (inline_fn): Likewise.
10815
0ebbc52b
PA
108162015-08-24 Pedro Alves <palves@redhat.com>
10817
10818 * config/m32r-stub.exp: Remove file.
10819 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10820 * gdb.base/call-rt-st.exp: Likewise.
10821 * gdb.base/call-strs.exp: Likewise.
10822 * gdb.base/default.exp: Remove references to h8300-*-hms and
10823 *-*-udi*.
10824 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10825
77c365df
AA
108262015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10827
10828 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10829 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10830 and "return" use KFAIL when GDB can not read/write the vector
10831 return value.
10832
4313b8c0
GB
108332015-08-21 Gary Benson <gbenson@redhat.com>
10834
10835 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10836
0e433b32
PA
108372015-08-20 Pedro Alves <palves@redhat.com>
10838
10839 * gdb.server/solib-list.exp: No longer expect an interior stop in
10840 non-stop mode.
10841
221e1a37
PA
108422015-08-20 Pedro Alves <palves@redhat.com>
10843
10844 * gdb.server/connect-stopped-target.c: New file.
10845 * gdb.server/connect-stopped-target.exp: New file.
10846
40e3ad0e
PA
108472015-08-20 Pedro Alves <palves@redhat.com>
10848
10849 * gdb.dwarf2/comp-unit-lang.exp: New file.
10850 * gdb.dwarf2/comp-unit-lang.c: New file.
10851
af39b327
PMR
108522015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10853
10854 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10855 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10856
7d45c7c3 108572015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 10858
7d45c7c3
KB
10859 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10860 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10861
4d6cceb4
DE
108622015-08-18 Doug Evans <dje@google.com>
10863 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10864
10865 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10866 skip_python_tests. New arg prompt_regexp.
10867 (skip_python_tests): New function.
10868 * lib/mi-support.exp (mi_skip_python_tests): New function.
10869 * gdb.python/py-mi-objfile-gdb.py: New file.
10870 * gdb.python/py-mi-objfile.c: New file.
10871 * gdb.python/py-mi-objfile.exp: New file.
10872
ad89c2aa
KS
108732015-08-17 Keith Seitz <keiths@redhat.com>
10874
10875 * gdb.linespec/explicit.exp: Move strace test from here ...
10876 * gdb.trace/strace.exp: ... to here.
10877
e3ae3c43
PP
108782015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10879
10880 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10881 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10882
604b2636
DE
108832015-08-14 Doug Evans <xdje42@gmail.com>
10884
10885 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10886 inferior before selecting a new file.
10887
6ff0ba5f
DE
108882015-08-14 Doug Evans <xdje42@gmail.com>
10889
10890 * gdb.mi/mi-disassemble.exp: Update.
10891 * gdb.base/disasm-optim.S: New file.
10892 * gdb.base/disasm-optim.c: New file.
10893 * gdb.base/disasm-optim.h: New file.
10894 * gdb.base/disasm-optim.exp: New file.
10895
9ca98f92
KS
108962015-08-14 Keith Seitz <keiths@redhat.com>
10897
10898 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10899 "evaluated-by".
10900
52bbc560
JB
109012015-08-13 Joel Brobecker <brobecker@adacore.com>
10902
10903 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10904
5d8c3ed3
PMR
109052015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10906
10907 * gdb.ada/fun_renaming.exp: New testcase.
10908 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10909 * gdb.ada/fun_renaming/pack.adb: New file.
10910 * gdb.ada/fun_renaming/pack.ads: New file.
10911
ea8812bc
KS
109122015-08-12 Keith Seitz <keiths@redhat.com>
10913
10914 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10915 gdb_get_line_number.
10916
4dafcdeb
JB
109172015-08-12 Joel Brobecker <brobecker@adacore.com>
10918
10919 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10920 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10921 gdb.base/dso2dso.exp: New files.
10922
5ba32597
SDJ
109232015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10924 Pedro Alves <palves@redhat.com>
10925 Keith Seitz <keiths@redhat.com>
10926
10927 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10928 GDBFLAGS.
10929
b6dafabf
PP
109302015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10931
10932 * gdb.base/gdbhistsize-history.exp
10933 (test_histsize_history_setting): Use save_vars.
10934 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10935 Use save_vars.
10936 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10937 * gdb.base/readline.exp: Use save_vars.
10938
abe8e607
PP
109392015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10940
10941 * lib/gdb.exp (save_vars): New proc.
10942
629500fa
KS
109432015-08-11 Keith Seitz <keiths@redhat.com>
10944
10945 * gdb.base/help.exp: Update help_breakpoint_text.
10946
eb8c4e2e
KS
109472015-08-11 Keith Seitz <keiths@redhat.com>
10948
10949 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10950 (at toplevel): Call test_explicit_breakpoints.
10951 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10952 breakpoints.
10953 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10954 breakpoint conditions, "-cond".
10955
87f0e720
KS
109562015-08-11 Keith Seitz <keiths@redhat.com>
10957
10958 * gdb.linespec/3explicit.c: New file.
10959 * gdb.linespec/cpexplicit.cc: New file.
10960 * gdb.linespec/cpexplicit.exp: New file.
10961 * gdb.linespec/explicit.c: New file.
10962 * gdb.linespec/explicit.exp: New file.
10963 * gdb.linespec/explicit2.c: New file.
10964 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10965 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10966 before using in the matching pattern.
10967 Clarify that `prefix' is a regular expression.
10968
f00aae0f
KS
109692015-08-11 Keith Seitz <keiths@redhat.com>
10970
10971 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10972 test.
10973 Add tests for missing ",FMT" and ",".
10974
e27852be
DE
109752015-08-10 Doug Evans <dje@google.com>
10976 Keith Seitz <keiths@redhat.com>
10977
10978 PR gdb/17960
10979 * gdb.base/completion.exp: Add location completer tests.
10980
7f03bd92
PA
109812015-08-07 Pedro Alves <palves@redhat.com>
10982
10983 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10984 tests here.
10985 (top level): Run do_test with and without displaced stepping.
10986
3fc8eb30
PA
109872015-08-07 Pedro Alves <palves@redhat.com>
10988
10989 * gdb.base/valgrind-disp-step.c: New file.
10990 * gdb.base/valgrind-disp-step.exp: New file.
10991
d4569d7b
PA
109922015-08-07 Pedro Alves <palves@redhat.com>
10993
10994 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10995 Delete function.
10996 (main): Add alarm. Run an infinite loop instead of calling
10997 wait_threads.
10998 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10999 comment.
11000 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11001 Delete function.
11002 (main): Add alarm. Run an infinite loop instead of calling
11003 wait_threads.
11004 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11005 comment.
11006
e1316e60
PA
110072015-08-07 Pedro Alves <palves@redhat.com>
11008
11009 * gdb.base/checkpoint-ns.exp: New file.
11010 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11011 standard_testfile.
11012
da8c46d2
MM
110132015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11014
11015 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11016 * gdb.btrace/instruction_history.exp: Update.
11017 * gdb.btrace/tsx.exp: New.
11018 * gdb.btrace/tsx.c: New.
11019
de1c2c52
PA
110202015-08-06 Pedro Alves <palves@redhat.com>
11021
11022 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11023 increase timeout.
11024 * gdb.reverse/until-precsave.exp: Bump timeouts.
11025
782e0bf4
PA
110262015-08-06 Pedro Alves <palves@redhat.com>
11027
11028 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11029
83e97ed0
PA
110302015-08-06 Pedro Alves <palves@redhat.com>
11031
11032 PR gdb/18749
11033 * gdb.threads/process-dies-while-handling-bp.c: New file.
11034 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11035
863d01bd
PA
110362015-08-06 Pedro Alves <palves@redhat.com>
11037
11038 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11039 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11040
0a39bb32
PA
110412015-08-05 Pedro Alves <palves@redhat.com>
11042
11043 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11044 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11045
ee2d2b10
SL
110462015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11047
11048 * gdb.base/bp-permanent.exp: Report test as unsupported if
11049 the target cannot stop at the permanent breakpoint.
11050
4e1bdb00
DE
110512015-08-03 Doug Evans <dje@google.com>
11052
11053 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11054 10000.
11055
3d338901
DE
110562015-08-03 Doug Evans <dje@google.com>
11057
11058 * Makefile.in (workers/%.worker, build-perf): New rule.
11059 (GDB_PERFTEST_MODE): New variable.
11060 (check-perf): Use it.
11061 (clean): Clean up gdb.perf parallel build subdirs.
11062 * lib/build-piece.exp: New file.
11063 * lib/gdb.exp (make_gdb_parallel_path): New function
11064 (standard_output_file, standard_temp_file): Call it.
11065 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11066 of $GDB_PARALLEL.
11067 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11068
af061d3e
DE
110692015-08-03 Doug Evans <dje@google.com>
11070
8e1afc81 11071 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11072 (LOG_FILE_NAME): New global.
11073 (TextReporter.__init__): Initialize self.txt_sum.
11074 (TextReporter.report): Add support for multiple data-points.
11075 Move report to perftest.sum, put raw data in perftest.log.
11076 (TextReporter.start): Open sum and log files.
11077 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11078 * gdb.perf/lib/perftest/testresult.py
11079 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11080
2c8c5d37
PA
110812015-07-31 Pedro Alves <palves@redhat.com>
11082
11083 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11084 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11085 kill_wait_spawned_process instead of explicit "kill -9".
11086 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11087 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11088 kill_wait_spawned_process.
11089 * gdb.base/attach-twice.exp: Likewise.
11090 * gdb.base/attach.exp: Likewise.
11091 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11092 gdb_test_multiple.
11093 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11094 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11095 kill_wait_spawned_process.
11096 * gdb.base/valgrind-infcall.exp: Likewise.
11097 * gdb.multi/multi-attach.exp: Likewise.
11098 * gdb.python/py-prompt.exp: Likewise.
11099 * gdb.python/py-sync-interp.exp: Likewise.
11100 * gdb.server/ext-attach.exp: Likewise.
11101 * gdb.threads/attach-into-signal.exp (corefunc): Use
11102 spawn_wait_for_attach, spawn_id_get_pid and
11103 kill_wait_spawned_process.
11104 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11105 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11106 spawn_id_get_pid and kill_wait_spawned_process.
11107 * gdb.threads/attach-stopped.exp (corefunc): Use
11108 spawn_wait_for_attach, spawn_id_get_pid and
11109 kill_wait_spawned_process.
11110 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11111 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11112 kill_wait_spawned_process instead of explicit "kill -9".
11113 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11114 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11115 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11116 processes. Don't map cygwin/windows pids here. Now returns a
11117 spawn id list.
11118
032a0fca
SL
111192015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11120
11121 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11122 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11123 correct patch.
11124
61a934ca
SL
111252015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11126
11127 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11128
4bc4d428
SL
111292015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11130
11131 Reapply:
11132 2014-05-21 Mark Wielaard <mjw@redhat.com>
11133
11134 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11135
998d452a
PA
111362015-07-30 Pedro Alves <palves@redhat.com>
11137
11138 * linux-low.c (handle_extended_wait): Set the child's last
11139 reported status to TARGET_WAITKIND_STOPPED.
11140
69dde7dc
PA
111412015-07-30 Pedro Alves <palves@redhat.com>
11142
11143 PR threads/18600
11144 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11145 only shows inferior 1.
11146
4dd63d48
PA
111472015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11148 Pedro Alves <palves@redhat.com>
11149
11150 PR threads/18600
11151 * gdb.threads/fork-plus-threads.c: New file.
11152 * gdb.threads/fork-plus-threads.exp: New file.
11153
d618e4c5
PP
111542015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11155
11156 * gdb.base/batch-preserve-term-settings.exp
11157 (test_terminal_settings_preserved_after_cli_exit): Use
11158 send_quit_command.
11159
1eef6428
PA
111602015-07-29 Pedro Alves <palves@redhat.com>
11161 Don Breazeal <donb@codesourcery.com>
11162
11163 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11164 output from both inferior_spawn_id and gdb_spawn_id.
11165
7da5b897
SDJ
111662015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11167
11168 * gdb.threads/attach-into-signal.exp (corefunc): Use
11169 with_test_prefix on nested loops, uniquefying the test messages.
11170
dac804df
SDJ
111712015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11172
11173 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11174 commit.
11175
06265e53
PP
111762015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11177
11178 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11179 New proc.
11180 (test_terminal_settings_preserved_after_sigterm): New test.
11181
18206ca3
PP
111822015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11183
11184 * gdb.base/batch-preserve-term-settings.exp
11185 (test_terminal_settings_preserved_after_cli_exit): New test.
11186
90074d11
PP
111872015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11188
11189 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11190 manipulation of saved_gdbflags.
11191 (test_terminal_settings_preserved): Remove global declaration of
11192 the unused variable pagination_prompt. Remove manipulation of
11193 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11194 GDBFLAGS.
11195
eb1a7902
PA
111962015-07-29 Pedro Alves <palves@redhat.com>
11197
11198 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11199
8b75dd3b
PA
112002015-07-29 Pedro Alves <palves@redhat.com>
11201
11202 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11203 at the top.
11204
dedad4e3
PA
112052015-07-29 Pedro Alves <palves@redhat.com>
11206
11207 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11208 (main): Call gdb_unbuffer_output.
11209 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11210 (main): Call gdb_unbuffer_output.
11211 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11212 (main): Call gdb_unbuffer_output.
11213 * gdb.base/call-strs.exp: Adjust to step over the
11214 gdb_unbuffer_output call.
11215 * gdb.base/catch-gdb-caused-signals.c: Include
11216 "../lib/unbuffer_output.c".
11217 (main): Call gdb_unbuffer_output.
11218 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11219 (main): Call gdb_unbuffer_output.
11220 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11221 (main): Call gdb_unbuffer_output.
11222 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11223 (main): Call gdb_unbuffer_output.
11224 * gdb.base/shlib-call.exp: Adjust to step over the
11225 gdb_unbuffer_output call.
11226 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11227 (main): Call gdb_unbuffer_output.
11228 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11229 (main): Call gdb_unbuffer_output.
11230 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11231 (main): Rename to ...
11232 (test): ... this.
11233 (main): Reimplement.
11234 * gdb.base/varargs.exp: Run to test instead of to main.
11235 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11236 (main): Call gdb_unbuffer_output.
11237
58789a91
PA
112382015-07-29 Pedro Alves <palves@redhat.com>
11239
11240 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11241 factore out from mi_continue_dprintf. For call-style dprintfs,
11242 expect dprintf output out of $inferior_spawn_id.
11243 (mi_continue_dprintf): Use mi_expect_dprintf.
11244 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11245 (main): Call gdb_unbuffer_output.
11246
e8376742
PA
112472015-07-29 Pedro Alves <palves@redhat.com>
11248
11249 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11250 (default_mi_gdb_start): Set inferior_spawn_id instead of
11251 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11252 gdb_spawn_id.
11253 (mi_gdb_test): Always expect inferior output from both
11254 $inferior_spawn_id and $gdb_spawn_id.
11255
08280010
PA
112562015-07-29 Pedro Alves <palves@redhat.com>
11257
11258 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11259 send_inferior and $inferior_spawn_id.
11260
4d30e432
PA
112612015-07-29 Pedro Alves <palves@redhat.com>
11262
11263 * gdb.gdb/complaints.exp (test_initial_complaints)
11264 (test_serial_complaints, test_short_complaints): Use
11265 gdb_test_stdio.
11266 (test_empty_complaint): Handle $inferior_spawn_id !=
11267 $gdb_spawn_id.
11268
0d30a335
PA
112692015-07-29 Pedro Alves <palves@redhat.com>
11270
11271 * gdb.base/varargs.exp: Use gdb_test_stdio.
11272
39413b29
PA
112732015-07-29 Pedro Alves <palves@redhat.com>
11274
11275 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11276
7cb000a9
PA
112772015-07-29 Pedro Alves <palves@redhat.com>
11278
11279 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11280
d7b8ac82
PA
112812015-07-29 Pedro Alves <palves@redhat.com>
11282
11283 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11284 parameter into two new parameters, "inf_result" and "gdb_result".
11285 Expect inferior output and gdb output from $inferior_spawn_id and
11286 $gdb_spawn_id, respectively. Adjust all callers.
11287
789c3a0c
PA
112882015-07-29 Pedro Alves <palves@redhat.com>
11289
11290 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11291 of gdb_test_sequence.
11292
77e760c3
PA
112932015-07-29 Pedro Alves <palves@redhat.com>
11294
11295 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11296 (saw_spurious_output): Expect inferior output from
11297 $inferior_spawn_id. Use gdb_test_stdio.
11298
8396d2cd
PA
112992015-07-29 Pedro Alves <palves@redhat.com>
11300
11301 * gdb.base/dprintf.exp: Use standard_testfile. Change
11302 prepare_for_testing call.
11303 (srcfile): Don't set.
11304 (restart): New procedure.
11305 (test_dprintf): New procecure, use to continue over dprintfs.
11306 (test_call, test_agent): New procedures, tests moved here.
11307 Restart gdb and recreate dprintfs. Adjust expected output.
11308
2051d61f
PA
113092015-07-29 Pedro Alves <palves@redhat.com>
11310
11311 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11312
452397af
PA
113132015-07-29 Pedro Alves <palves@redhat.com>
11314
11315 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11316
8aed9555
PA
113172015-07-29 Pedro Alves <palves@redhat.com>
11318
11319 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11320 gdb_test_stdio.
11321
188a61b4
PA
113222015-07-29 Pedro Alves <palves@redhat.com>
11323
11324 * lib/gdb.exp (gdb_test_stdio): New procedure.
11325
12264a45
PA
113262015-07-29 Pedro Alves <palves@redhat.com>
11327
11328 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11329
23ffc893
PA
113302015-07-29 Pedro Alves <palves@redhat.com>
11331
11332 * gdb.base/call-signal-resume.exp: Remove check for
11333 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11334 * gdb.base/unwindonsignal.exp: Likewise.
11335 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11336 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11337
65566918
PA
113382015-07-29 Pedro Alves <palves@redhat.com>
11339
11340 * gdb.base/siginfo-addr.c (pass): New function.
11341 (handler): Call it iff si_addr is correct.
11342 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11343 Set a breakpoint at "pass" and continue to it.
11344
d60a9221
SDJ
113452015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11346
11347 * gdb.python/py-objfile.exp: Make some tests have unique names.
11348 * gdb.python/py-pp-registration.exp: Likewise.
11349
bde40b8f
PA
113502015-07-28 Pedro Alves <palves@redhat.com>
11351
11352 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11353
13e1dec8
SM
113542015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11355
11356 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11357
da33c9a7
SM
113582015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11359
11360 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11361
077836f7
PP
113622015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11363
11364 * gdb.base/gdb-sigterm-2.exp: New test.
11365
b8cc7b2e
DE
113662015-07-25 Doug Evans <xdje42@gmail.com>
11367
11368 Revert:
11369 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11370 (workers/%.worker, build-perf): New rule.
11371 (GDB_PERFTEST_MODE): New variable.
11372 (check-perf): Use it.
11373 (clean): Clean up gdb.perf parallel build subdirs.
11374 * lib/build-piece.exp: New file.
11375 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11376 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11377 name.
11378 (standard_temp_file): Ditto.
11379 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11380 of $GDB_PARALLEL.
11381
c8bd4544
DE
113822015-07-24 Doug Evans <dje@google.com>
11383
11384 * gdb.perf/lib/perftest/utils.py: New file.
11385 * gdb.perf/gm-hello.cc: New file.
11386 * gdb.perf/gm-pervasive-typedef.cc: New file.
11387 * gdb.perf/gm-pervasive-typedef.h: New file.
11388 * gdb.perf/gm-std.cc: New file.
11389 * gdb.perf/gm-std.h: New file.
11390 * gdb.perf/gm-use-cerr.cc: New file.
11391 * gdb.perf/gm-utils.h: New file.
11392 * gdb.perf/gmonster-null-lookup.py: New file.
11393 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11394 * gdb.perf/gmonster-print-cerr.py: New file.
11395 * gdb.perf/gmonster-ptype-string.py: New file.
11396 * gdb.perf/gmonster-runto-main.py: New file.
11397 * gdb.perf/gmonster-select-file.py: New file.
11398 * gdb.perf/gmonster1-null-lookup.exp: New file.
11399 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11400 * gdb.perf/gmonster1-print-cerr.exp: New file.
11401 * gdb.perf/gmonster1-ptype-string.exp: New file.
11402 * gdb.perf/gmonster1-runto-main.exp: New file.
11403 * gdb.perf/gmonster1-select-file.exp: New file.
11404 * gdb.perf/gmonster1.cc: New file.
11405 * gdb.perf/gmonster1.exp: New file.
11406 * gdb.perf/gmonster2-null-lookup.exp: New file.
11407 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11408 * gdb.perf/gmonster2-print-cerr.exp: New file.
11409 * gdb.perf/gmonster2-ptype-string.exp: New file.
11410 * gdb.perf/gmonster2-runto-main.exp: New file.
11411 * gdb.perf/gmonster2-select-file.exp: New file.
11412 * gdb.perf/gmonster2.cc: New file.
11413 * gdb.perf/gmonster2.exp: New file.
11414
6eab34f3
DE
114152015-07-24 Doug Evans <dje@google.com>
11416
11417 * gdb.perf/README: New file.
11418 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11419 * lib/gen-perf-test.exp: New file.
11420
63738bfd
DE
114212015-07-24 Doug Evans <dje@google.com>
11422
11423 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11424 (PerfTest::startup): New function.
11425 (PerfTest::run): Return result of calling body.
11426 (PerfTest::assemble): Rewrite.
11427 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11428 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11429 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11430 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11431 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11432
7b606f95
DE
114332015-07-24 Doug Evans <dje@google.com>
11434
11435 * lib/gdb.exp (clean_restart): Make executable optional.
11436
a97b16b8
DE
114372015-07-24 Doug Evans <dje@google.com>
11438
11439 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11440 compiler_info references.
11441 * gdb.cp/temargs.exp: Ditto.
11442 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11443 (get_compiler_info): Early exit if already computed. Set compiler_info
11444 to "unknown" if there was a problem.
11445 (test_compiler_info): Add function comment. Call get_compiler_info.
11446
35baa57f
DE
114472015-07-24 Doug Evans <dje@google.com>
11448
11449 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11450 (workers/%.worker, build-perf): New rule.
11451 (GDB_PERFTEST_MODE): New variable.
11452 (check-perf): Use it.
11453 (clean): Clean up gdb.perf parallel build subdirs.
11454 * lib/build-piece.exp: New file.
11455 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11456 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11457 name.
11458 (standard_temp_file): Ditto.
11459 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11460 of $GDB_PARALLEL.
11461
6ebea266
DE
114622015-07-24 Doug Evans <dje@google.com>
11463
11464 * lib/future.exp (gdb_default_target_compile): New option
11465 "early_flags".
11466 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11467 --as-needed.
11468
1e76a7e9
SDJ
114692015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11470
11471 * gdb.base/catch-syscall.exp: Call gdb_exit before
11472 gdb_skip_xml_test.
11473
5068630a
PA
114742015-07-24 Pedro Alves <palves@redhat.com>
11475
11476 * gdb.python/py-events.exp: Accept output between the stop event
11477 and the prompt.
11478 * gdb.python/py-evsignal.exp: Likewise.
11479 * gdb.python/py-evthreads.exp: Likewise.
11480
77598427
PA
114812015-07-24 Pedro Alves <palves@redhat.com>
11482
11483 PR gdb/18717
11484 * gdb.threads/non-ldr-exit.c: New file.
11485 * gdb.threads/non-ldr-exit.exp: New file.
11486
11e6c98f
YQ
114872015-07-24 Yao Qi <yao.qi@linaro.org>
11488
11489 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11490 restarting process.
11491
51aee833
YQ
114922015-07-24 Yao Qi <yao.qi@linaro.org>
11493
11494 * gdb.server/ext-restart.exp: New file.
11495
8cfe207c
YQ
114962015-07-24 Yao Qi <yao.qi@linaro.org>
11497
11498 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11499 argument options.
11500 * gdb.server/ext-wrapper.exp: New file.
11501
cc12ce38
DE
115022015-07-23 Doug Evans <dje@google.com>
11503
11504 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11505 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11506
d0d84780
PMR
115072015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11508
11509 * gdb.ada/var_arr_typedef.exp: New testcase.
11510 * gdb.ada/var_arr_typedef/pack.adb: New file.
11511 * gdb.ada/var_arr_typedef/pack.ads: New file.
11512 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11513
8b558f79
JB
115142015-07-20 Joel Brobecker <brobecker@adacore.com>
11515
11516 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11517
775a3298
JK
115182015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11519
11520 * gdb.arch/i386-biarch-core.exp: Replace istarget
11521 by "complete set gnutarget". Remove expectation for the "core-file"
11522 command.
11523
db1ff28b
JK
115242015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11525
11526 Revert the previous commit:
11527 Tests for validate symbol file using build-id.
11528
0a94970d
JK
115292015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11530
11531 Tests for validate symbol file using build-id.
11532 * gdb.base/solib-mismatch-lib.c: New file.
11533 * gdb.base/solib-mismatch-libmod.c: New file.
11534 * gdb.base/solib-mismatch.c: New file.
11535 * gdb.base/solib-mismatch.exp: New file.
11536
03346981
SL
115372015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11538
11539 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11540 nios2-*-linux*.
11541 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11542 * gdb.base/siginfo.exp: Likewise.
11543 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11544
42422cc7
PL
115452015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11546
11547 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11548 Move it to ...
11549 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11550 ... here.
11551 * gdb.trace/range-stepping.exp: Check that the target supports
11552 range stepping.
11553
cfa68bae
JK
115542015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11555
11556 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11557
8ffdba26
PA
115582015-07-14 Pedro Alves <palves@redhat.com>
11559
11560 * gdb.base/killed-outside.exp: New file.
11561 * gdb.base/killed-outside.c: New file.
11562
218a5a11
JK
115632015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11564
11565 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11566 (n at main): New.
11567 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11568
e03ed3c6
AA
115692015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11570
11571 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11572 infcall tests instead of setting up for KFAIL.
11573
485668e5
MM
115742015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11575
11576 * gdb.btrace/record_goto-step.exp: New.
11577
08464196
JK
115782015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11579
11580 PR compile/18484
11581 * gdb.compile/compile.c (struct struct_type): Add volatile to
11582 selffield's type.
11583 * gdb.compile/compile.exp
11584 (compile code struct_object.selffield = &struct_object): Skip further
11585 struct_object tests if this one xfails.
11586
bcf5c1d9
RC
115872015-07-08 Robert O'Callahan <robert@ocallahan.org>
11588
11589 PR exp/18617
11590 * gdb.trace/ax.exp: Add test.
11591
4931af25
YQ
115922015-07-07 Yao Qi <yao.qi@linaro.org>
11593
11594 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11595 instead of istarget "aarch64*-*-*".
11596 * gdb.arch/aarch64-fp.exp: Likewise.
11597 * gdb.base/float.exp: Likewise.
11598 * gdb.reverse/aarch64.exp: Likewise.
11599 * lib/gdb.exp (is_aarch64_target): New proc.
11600
9fcf688e
YQ
116012015-07-07 Yao Qi <yao.qi@linaro.org>
11602
11603 * lib/gdb.exp (is_aarch32_target): New proc.
11604 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11605 instead of "istarget "arm*-*-*"".
11606 * gdb.arch/arm-disp-step.exp: Likewise.
11607 * gdb.arch/thumb-bx-pc.exp: Likewise.
11608 * gdb.arch/thumb-prologue.exp: Likewise.
11609 * gdb.arch/thumb-singlestep.exp: Likewise.
11610 * gdb.base/disp-step-syscall.exp: Likewise.
11611 * gdb.base/float.exp: Likewise.
11612
fbd8d50d
YQ
116132015-07-07 Yao Qi <yao.qi@linaro.org>
11614
11615 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11616 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11617
71be1fdc
YQ
116182015-07-07 Yao Qi <yao.qi@linaro.org>
11619
11620 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11621 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11622 if it exists.
11623 * gdb.multi/multi-arch.exp: Likewise.
11624
3e221d36
SM
116252015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11626
11627 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11628 print.
11629
d441430b
YQ
116302015-07-07 Yao Qi <yao.qi@linaro.org>
11631
11632 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11633
06f810bd
MG
116342015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11635
11636 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11637 '[' and ']' characters.
11638
5e61e7c0
IB
116392015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11640
11641 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11642
28bf096c
PA
116432015-06-29 Pedro Alves <palves@redhat.com>
11644
11645 PR threads/18127
11646 * gdb.threads/hand-call-new-thread.c: New file.
11647 * gdb.threads/hand-call-new-thread.c: New file.
11648
ee93cd5e
KS
116492015-06-26 Keith Seitz <keiths@redhat.com>
11650 Doug Evans <dje@google.com>
11651
11652 PR 16253
11653 * gdb.cp/var-tag-2.cc: New file.
11654 * gdb.cp/var-tag-3.cc: New file.
11655 * gdb.cp/var-tag-4.cc: New file.
11656 * gdb.cp/var-tag.cc: New file.
11657 * gdb.cp/var-tag.exp: New file.
11658
fc637f04
PP
116592015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11660
11661 * gdb.base/history-duplicates.exp: New test.
11662
2e52ae68
PP
116632015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11664
11665 * gdb.base/completion.exp: Test the completion of the "focus"
11666 command.
11667
6e22494e
JK
116682015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11669
11670 * gdb.arch/amd64-prologue-skip.S: New file.
11671 * gdb.arch/amd64-prologue-skip.exp: New file.
11672
bf7b9cd9
SM
116732015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11674
11675 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11676 is_address_zero_readable check.
11677
201e8dfd
PB
116782015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11679
11680 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11681 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11682
5cd867b4
YQ
116832015-06-24 Yao Qi <yao.qi@linaro.org>
11684
11685 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11686 linux targets.
11687
4d7be007
YQ
116882015-06-24 Yao Qi <yao.qi@linaro.org>
11689
11690 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11691 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11692 * gdb.base/siginfo-thread.exp: Likewise.
11693
07fcd301
YQ
116942015-06-22 Yao Qi <yao.qi@linaro.org>
11695
11696 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11697
52042a00
YQ
116982015-06-22 Yao Qi <yao.qi@linaro.org>
11699
11700 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11701 aarch64*-*-*.
11702 (skip_hw_watchpoint_tests): Likewise.
11703
74bd41ce
PP
117042015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11705
11706 * gdb.base/gdbinit-history.exp: Test the interaction between
11707 setting GDBHISTSIZE and setting the history size via .gdbinit.
11708
bc460514
PP
117092015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11710
11711 PR gdb/16999
11712 * gdb.base/gdbhistsize-history.exp: New test.
11713
b58c513b
PP
117142015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11715
11716 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11717 with GDBHISTSIZE.
11718 * gdb.base/readline.exp: Likewise.
11719
92046791
YQ
117202015-06-17 Yao Qi <yao.qi@linaro.org>
11721
11722 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11723 line.
11724
2093d2d3
PP
117252015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11726
11727 * gdb.base/gdbinit-history.exp: Add test case to check that
11728 an unlimited history file does not get truncated on exit.
11729
e6c693af
AA
117302015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11731
11732 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11733 (VECTOR): New macro. Use it...
11734 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11735 ...for these typedefs.
11736 (int8, char1, int1, double1): New typedefs.
11737 (struct just_int2, struct two_int2): New structures.
11738 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11739 (add_structvecs, add_singlevecs): New functions.
11740 (main): Call add_some_intvecs twice.
11741 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11742 the compile and exit upon failure. Try compiling for the "native"
11743 architecture. Test inferior function calls with vector arguments
11744 and vector return value handling with "finish" and "return".
11745
c74f7d1c
JT
117462015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11747
11748 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11749 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11750 PE file.
11751 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11752
98aa42ee
AT
117532015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11754
11755 PR breakpoints/16465
11756 * gdb.mi/mi-dprintf-pending.c: New file.
11757 * gdb.mi/mi-dprintf-pending.exp: New test.
11758 * gdb.mi/mi-dprintf-pendshr.c: New file.
11759
7d73c23c 117602015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 11761 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
11762
11763 * gdb.arch/i386-mpx-map.c: New file.
11764 * gdb.arch/i386-mpx-map.exp: New File.
11765
117662015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11767
11768 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11769 * gdb.arch/i386-mpx.exp: Indentation fixed.
11770
117712015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11772
11773 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11774 function and improved indentation.
11775 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11776 gdb_test_multiple. Added additional tests to skip the test.
11777
117782015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11779
11780 * gdb.arch/i386-avx512.c: Change path in include file.
11781 * gdb.arch/i386-avx512.exp: Change include dir path
11782 compilation flag.
11783 * gdb.arch/i386-mpx.c: Change path in include file.
11784 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11785 flag.
11786
d5eba19a
JK
117872015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11788
11789 * gdb.compile/compile-print.exp (compile print *vararray@3)
11790 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11791
7f361056
JK
117922015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11793
11794 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11795 (do not keep jit in memory): ... this.
11796 (expect 5): Change it to ...
11797 (expect no 5): ... this.
11798
3b462ec2
SM
117992015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11800
11801 PR gdb/15564
11802 * gdb.mi/mi-detach.exp: New file.
11803
e0619de6
JK
118042015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11805
11806 PR symtab/18392
11807 * gdb.arch/amd64-tailcall-self.S: New file.
11808 * gdb.arch/amd64-tailcall-self.c: New file.
11809 * gdb.arch/amd64-tailcall-self.exp: New file.
11810
e970cb34
DB
118112015-05-28 Don Breazeal <donb@codesourcery.com>
11812
11813 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11814 tests for remote targets by checking is_target_gdbserver.
11815
b2e2f908
DE
118162015-05-27 Doug Evans <dje@google.com>
11817
11818 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11819 * gdb.dwarf2/opaque-type-lookup.c: New file.
11820 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11821
82c7be31
DE
118222015-05-26 Doug Evans <dje@google.com>
11823
11824 * gdb.cp/iostream.cc: New file.
11825 * gdb.cp/iostream.exp: New file.
11826
b4f54984
DE
118272015-05-26 Doug Evans <dje@google.com>
11828
11829 * gdb.dwarf2/dw2-op-call.exp: Update.
11830 * gdb.dwarf2/dw4-sig-types.exp: Update.
11831 * gdb.dwarf2/implptr.exp: Update.
11832 * gdb.mi/mi-cmd-param-changed.exp: Update.
11833
4ea6efe9
DE
118342015-05-26 Doug Evans <dje@google.com>
11835
11836 * gdb.python/py-lazy-string.c: New file.
11837 * gdb.python/py-lazy-string.exp: New file.
11838 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11839 (main): Update. Add estring3.
11840 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11841 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11842
f6bb7db3
YQ
118432015-05-26 Omair Javaid <omair.javaid@linaro.org>
11844 Yao Qi <yao.qi@linaro.org>
11845
11846 * gdb.reverse/aarch64.c: New.
11847 * gdb.reverse/aarch64.exp: New.
11848
a81bfbd0
OJ
118492015-05-26 Omair Javaid <omair.javaid@linaro.org>
11850
25d49b86
PA
11851 * lib/gdb.exp (supports_process_record): Return true for
11852 aarch64*-linux*.
a81bfbd0
OJ
11853 (supports_reverse): Likewise.
11854
158bf1b4
PP
118552015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11856
11857 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11858 Use with_test_prefix.
11859
a0145030
AB
118602015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11861
11862 * gdb.base/completion.exp: Add test for completion of layout
11863 names.
11864
ebe3b578
AB
118652015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11866
11867 * lib/gdb.exp (skip_tui_tests): New proc.
11868 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11869
84204ed7
PA
118702015-05-19 Pedro Alves <palves@redhat.com>
11871
11872 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11873 Save the whole env array instead of just HOME. Unset HISTSIZE in
11874 the environment while testing. Restore whole environment
11875 afterwards.
11876
37442ce1
DE
118772015-05-16 Doug Evans <xdje42@gmail.com>
11878
11879 * gdb.guile/scm-ports.c: New file.
11880 * gdb.guile/scm-ports.exp: Add memory port tests.
11881
36de76f9
JK
118822015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11883
11884 * gdb.compile/compile-print.c: New file.
11885 * gdb.compile/compile-print.exp: New file.
11886
3a9558c4
JK
118872015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11888
11889 * gdb.compile/compile-ops.exp: Cast param to void.
11890 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11891 (compile code struct_object.selffield = &struct_object): Add xfail.
11892
aa715135
JG
118932015-05-15 Joel Brobecker <brobecker@adacore.com>
11894
11895 * gdb.ada/arr_enum_with_gap: New testcase.
11896
931e5bc3
JG
118972015-05-15 Joel Brobecker <brobecker@adacore.com>
11898
11899 * gdb.ada/byte_packed_arr: New testcase.
11900
9cd4d857
JB
119012015-05-15 Joel Brobecker <brobecker@adacore.com>
11902
11903 * gdb.ada/pckd_neg: New testcase.
11904
ebfd00d2
PP
119052015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11906
11907 PR gdb/17820
11908 * gdb.base/gdbinit-history.exp: New test.
11909 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11910 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11911
4c082a81
SC
119122015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11913
11914 * gdb.python/py-xmethods.cc: Enhance test case.
11915 * gdb.python/py-xmethods.exp: New tests.
11916 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11917 function.
11918 (B_indexoper): Likewise.
11919 (global_dm_list) : Add new xmethod worker functions.
11920
f7797074
SDJ
119212015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11922
11923 * gdb.base/coredump-filter.exp: Correctly unset
11924 "coredump_var_addr" array.
11925
a4674e4e
PA
119262015-05-08 Pedro Alves <palves@redhat.com>
11927
11928 * gdb.server/non-existing-program.exp: Unset spawn_id.
11929
df2eb078
SC
119302015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11931
11932 PR python/18291
11933 * gdb.python/py-xmethods.exp: Add tests.
11934
422349a3
YQ
119352015-05-08 Yao Qi <yao.qi@linaro.org>
11936
11937 PR gdb/18208
11938 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11939 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11940 function set_coredump_filter, and remove remote_exec call.
11941 Remove argument ipid. Callers update.
11942 (top level): Don't get inferior's PID.
11943
63fc80ce
AA
119442015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11945
11946 * gdb.base/watch_thread_num.exp: Skip test on targets without
11947 access watchpoints.
11948
80ad801e
PA
119492015-05-06 Pedro Alves <palves@redhat.com>
11950
11951 PR server/18081
11952 * gdb.server/non-existing-program.exp: New file.
11953
0fa7fe50
JB
119542015-05-05 Joel Brobecker <brobecker@adacore.com>
11955
11956 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11957
3ea89b92
PMR
119582015-05-05 Joel Brobecker <brobecker@adacore.com>
11959
11960 * gdb.ada/out_of_line_in_inlined: New testcase.
11961
87b8eff0
JB
119622015-05-05 Joel Brobecker <brobecker@adacore.com>
11963
11964 * gdb.ada/var_rec_arr: New testcase.
11965
5fccc635
YQ
119662015-04-30 Yao Qi <yao.qi@linaro.org>
11967
11968 * gdb.base/break-idempotent.exp: If
11969 skip_hw_watchpoint_multi_tests returns true, skip the tests
11970 on "rwatch" and "awatch".
11971
42d38f42
YQ
119722015-04-30 Yao Qi <yao.qi@linaro.org>
11973
11974 * gdb.base/relativedebug.exp: Invoke gdb command
11975 "info sharedlibrary", and if libc.so doesn't have debug info,
11976 skip the test.
11977
2ce1cdbf
DE
119782015-04-29 Doug Evans <dje@google.com>
11979
11980 * gdb.python/py-xmethods.exp: Add ptype tests.
11981 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11982 get_result_type method.
11983
f24a38c5
LM
119842015-04-29 Luis Machado <lgustavo@codesourcery.com>
11985
11986 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11987 the target does not support hardware watchpoints.
11988
ecbf2b3c
LM
119892015-04-29 Luis Machado <lgustavo@codesourcery.com>
11990
11991 * gdb.base/break-always.exp: Abort testing if writing to memory
11992 causes an error.
11993
34f5f757
DE
119942015-04-28 Doug Evans <dje@google.com>
11995
11996 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11997 * gdb.python/py-pp-registration.exp: ... here. New file.
11998 * gdb.python/py-pp-registration.c: New file.
11999 * gdb.python/py-pp-registration.py: New file.
12000
69b4374a
DE
120012015-04-28 Doug Evans <dje@google.com>
12002
12003 * gdb.python/py-bad-printers.c: New file.
12004 * gdb.python/py-bad-printers.py: New file.
12005 * gdb.python/py-bad-printers.exp: New file.
12006
59fb7612
SS
120072015-04-28 Sasha Smundak <asmundak@google.com>
12008
12009 * gdb.python/py-type.exp: New test.
12010
2631b16a
AW
120112015-04-28 Andy Wingo <wingo@igalia.com>
12012
12013 * gdb.python/py-parameter.exp:
12014 * gdb.guile/scm-parameter.exp: Escape the path that we are
12015 matching against, as it might contain characters that are special
12016 to regular expressions.
12017
460efde1
JB
120182015-04-27 Joel Brobecker <brobecker@adacore.com>
12019
12020 * gdb.ada/rec_comp: New testcase.
12021
2d369d8e
SDJ
120222015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12023
12024 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12025 before using it.
12026
cf75d6c3
AB
120272015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12028
12029 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12030 new tests for verilog output.
12031
8dbe7ca5
YQ
120322015-04-24 Yao Qi <yao.qi@linaro.org>
12033
12034 * boards/remote-gdbserver-on-localhost.exp: New file.
12035
4ef9fb2f
PA
120362015-04-23 Pedro Alves <palves@redhat.com>
12037
12038 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12039 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12040 "end of file", remove $inferior_spawn_id from the indirect list.
12041
0a803169
PA
120422015-04-23 Pedro Alves <palves@redhat.com>
12043
12044 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12045
749ef8f8
PA
120462015-04-23 Pedro Alves <palves@redhat.com>
12047
12048 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12049 on $any_spawn_id instead of only on $gdb_spawn_id.
12050
8aae4344
PM
120512015-04-21 Pierre Muller <muller@sourceware.org>
12052
12053 PR pascal/17815
12054 * lib/pascal.exp (gpc_compile): Add new option "class".
12055 (fpc_compile): Likewise.
12056 * gdb.pascal/case-insensitive-symbols.pas: New file.
12057 * gdb.pascal/case-insensitive-symbols.exp: New file.
12058
1586c8fb
GB
120592015-04-20 Gary Benson <gbenson@redhat.com>
12060
12061 * gdb.base/attach.exp: Fix three extended remote failures.
12062
1b6e6f5c
GB
120632015-04-17 Gary Benson <gbenson@redhat.com>
12064
12065 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12066 the main executable over the remote protocol.
12067
e797481d
PA
120682015-04-16 Pedro Alves <palves@redhat.com>
12069
12070 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12071 a new gdbserver if gdbserver_reconnect_p is set.
12072
1ca99c42
PA
120732015-04-16 Pedro Alves <palves@redhat.com>
12074
12075 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12076 is set, don't exit gdbserver.
12077
af9fd6f8
AA
120782015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12079
12080 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12081 appropriate .insn, such that an older assembler can be used.
12082 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12083 the z/Architecture instruction set on 31-bit targets as well.
12084
04ff1e61
AA
120852015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12086
12087 * gdb.go/handcall.exp: Remove all logic related to the first
12088 breakpoint and rely on go_runto_main instead.
12089 * gdb.go/strings.exp: Likewise.
12090 * gdb.go/unsafe.exp: Likewise.
12091 * gdb.go/hello.exp: Likewise. Also rename the remaining
12092 breakpoint marker to "breakpoint 1".
12093 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12094 * gdb.go/strings.go: Likewise.
12095 * gdb.go/unsafe.go: Likewise.
12096 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12097 "set breakpoint 2 here" and rename the remaining breakpoint marker
12098 to "breakpoint 1".
12099
40d2f8d6
SM
121002015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12101
12102 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12103 if itertools.imap is not present.
12104 * gdb.python/py-objfile.exp: Add parentheses.
12105 * gdb.python/py-type.exp: Same.
12106 * gdb.python/py-unwind-maint.py: Same.
12107
8cbc97c6
YQ
121082015-04-15 Yao Qi <yao.qi@linaro.org>
12109
12110 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12111 of ":$ptr_size" and set its form explicitly.
12112
45fd756c
YQ
121132015-04-15 Pedro Alves <palves@redhat.com>
12114 Yao Qi <yao.qi@linaro.org>
12115
12116 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12117 timeout by factor of 4.
12118 (test_regular_watch): Likewise.
12119 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12120 * gdb.reverse/sigall-reverse.exp: Likewise.
12121 * gdb.reverse/until-precsave.exp: Likewise.
12122 * lib/gdb.exp (with_timeout_factor): New proc.
12123 (gdb_expect): Move some code to ...
12124 (get_largest_timeout): ... here. New procedure.
12125
9e811bc3
LM
121262015-04-14 Luis Machado <lgustavo@codesourcery.com>
12127
12128 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12129
0ff6fcb2
LM
121302015-04-13 Luis Machado <lgustavo@codesourcery.com>
12131
12132 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12133 to write to the .text section.
12134
7578d5f7
LM
121352015-04-13 Luis Machado <lgustavo@codesourcery.com>
12136
12137 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12138 Handle the case of targets that do not provide PID information.
12139
2efe15c4
YQ
121402015-04-13 Yao Qi <yao.qi@linaro.org>
12141
12142 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12143 and use expect instead of gdb_expect.
12144
8cd8f2f8
SDJ
121452015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12146
12147 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12148 "coredump_var_addr" to avoid naming conflict with other testcases.
12149
9ee41772
PA
121502015-04-10 Pedro Alves <palves@redhat.com>
12151
12152 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12153 gdb_test_sequence and gdb_assert.
12154
07473109
PA
121552015-04-10 Pedro Alves <palves@redhat.com>
12156
12157 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12158 test messages that don't include the breakpoint address.
12159
de3db44c
YQ
121602015-04-10 Yao Qi <yao.qi@linaro.org>
12161
12162 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12163 false for some offset and width combinations which aren't
12164 supported by linux kernel.
12165
c79d856c
PA
121662015-04-10 Pedro Alves <palves@redhat.com>
12167
12168 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12169 procedure, factored out from ...
12170 (top level): ... here. Add "set displaced-stepping" testing axis.
12171 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12172 parameter "displaced". Use it.
12173 (top level): Use foreach and add "set displaced-stepping" testing
12174 axis.
12175
ebc90b50
PA
121762015-04-10 Pedro Alves <palves@redhat.com>
12177
12178 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12179 Remove comment.
12180 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12181 both the address of the instruction that triggers the watchpoint
12182 and the address of the instruction immediately after, and use
12183 those addresses for the test. Fix comment.
12184
8f572e5c
PA
121852015-04-10 Pedro Alves <palves@redhat.com>
12186
12187 * gdb.base/sigstep.exp (breakpoint_to_handler)
12188 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12189 Test "backtrace" in handler.
12190 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12191 (top level): Add new "displaced" test axis to
12192 breakpoint_to_handler, breakpoint_to_handler_entry and
12193 breakpoint_over_handler.
12194
8d707a12
PA
121952015-04-10 Pedro Alves <palves@redhat.com>
12196
12197 PR gdb/18216
12198 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12199
ef713951
YQ
122002015-04-10 Yao Qi <yao.qi@linaro.org>
12201
12202 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12203 (test_add_rn_pc): New function.
12204 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12205 (top level): Invoke test_add_rn_pc.
12206
906d60cf
PA
122072015-04-10 Pedro Alves <palves@redhat.com>
12208
12209 PR gdb/13858
12210 * gdb.base/step-over-no-symbols.exp: New file.
12211
f2983cc3
AW
122122015-04-09 Andy Wingo <wingo@igalia.com>
12213
12214 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12215 after the Python tests.
12216
6d62641c
SDJ
122172015-04-08 Keith Seitz <keiths@redhat.com>
12218
12219 PR python/16699
12220 * gdb.python/py-completion.exp: New tests for completion.
12221 * gdb.python/py-completion.py (CompleteLimit1): New class.
12222 (CompleteLimit2): Likewise.
12223 (CompleteLimit3): Likewise.
12224 (CompleteLimit4): Likewise.
12225 (CompleteLimit5): Likewise.
12226 (CompleteLimit6): Likewise.
12227 (CompleteLimit7): Likewise.
12228
f3770638
PA
122292015-04-08 Pedro Alves <palves@redhat.com>
12230
12231 PR gdb/18214
12232 PR gdb/18216
12233 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12234 function.
12235 (main): Install it as SIGUSR1 handler.
12236 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12237 parameter. Always use "setup" as prefix. Toggle "set
12238 displaced-stepping" off/on depending on global. Don't switch to
12239 thread 1 here.
12240 (top level): Add displaced stepping "off/on" test axis. Update
12241 "setup" calls. Wrap each subtest with with_test_prefix. Test
12242 continuing with a queued signal in each thread.
12243
4496bed7
PA
122442015-04-08 Pedro Alves <palves@redhat.com>
12245
12246 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12247 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12248 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12249 Return early if running to main fails.
12250 * gdb.trace/while-stepping.exp: Likewise.
12251
b97fde92
PA
122522015-04-07 Pedro Alves <palves@redhat.com>
12253
12254 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12255 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12256 interact with inferior program.
12257
f71c18e7
PA
122582015-04-07 Pedro Alves <palves@redhat.com>
12259
12260 * lib/gdb.exp (inferior_spawn_id): New global.
12261 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12262 spawn id after processing the user code.
12263 (default_gdb_start): Set inferior_spawn_id.
12264 (send_inferior): New procedure.
12265 * lib/gdbserver-support.exp (gdbserver_start): Set
12266 inferior_spawn_id.
12267 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12268
6423214f
PA
122692015-04-07 Pedro Alves <palves@redhat.com>
12270
12271 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12272 * lib/gdbserver-support.exp (gdbserver_start): Make
12273 $server_spawn_id global.
12274 (gdbserver_start): Don't wait for gdbserver's spawn id with
12275 expect_background.
12276 (close_gdbserver): New procedure.
12277 (gdb_exit): Rename the default version and reimplement.
12278
71c0ee8c
PA
122792015-04-07 Pedro Alves <palves@redhat.com>
12280
72f4393d 12281 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12282 append the substituted item, not the original item.
12283
203bc29b
PA
122842015-04-07 Pedro Alves <palves@redhat.com>
12285
12286 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12287 gdb_expect.
12288
508a3ddf
PA
122892015-04-07 Pedro Alves <palves@redhat.com>
12290
12291 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12292 output appearing once only.
12293
9f6dbe2b
PA
122942015-04-07 Pedro Alves <palves@redhat.com>
12295
12296 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12297 that doesn't expect anything. Return early if running to main
12298 fails.
12299
337532fa
YQ
123002015-04-07 Yao Qi <yao.qi@linaro.org>
12301
12302 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12303 (child_function): Call alarm.
12304 (main): Move call to alarm into the loop.
12305 * gdb.threads/non-stop-fair-events.exp: Build program with
12306 -DTIMEOUT=$timeout.
12307
01b622d4
DE
123082015-04-06 Doug Evans <xdje42@gmail.com>
12309
12310 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12311 Fix dest parameter to board_info.
12312 (fpc_compile): Ditto.
12313 (gdb_compile_pascal): Rename dest arg to destfile.
12314
961f4160
PMR
123152015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12316
12317 * gdb.ada/funcall_ref.exp: New file.
12318 * gdb.ada/funcall_ref/foo.adb: New file.
12319
cafda597
YQ
123202015-04-02 Yao Qi <yao.qi@linaro.org>
12321
12322 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12323 is remote.
12324
fed040c6
GB
123252015-04-02 Gary Benson <gbenson@redhat.com>
12326
12327 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12328
d11916aa
SS
123292015-04-01 Sasha Smundak <asmundak@google.com>
12330
12331 * gdb.python/py-unwind-maint.c: New file.
12332 * gdb.python/py-unwind-maint.exp: New test.
12333 * gdb.python/py-unwind-maint.py: New file.
12334 * gdb.python/py-unwind.c: New file.
12335 * gdb.python/py-unwind.exp: New test.
12336 * gdb.python/py-unwind.py: New test.
12337
a1471180
PA
123382015-04-01 Pedro Alves <palves@redhat.com>
12339
12340 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12341 to fail instead of non-existent $test.
12342
0bbeccb1
PA
123432015-04-01 Pedro Alves <palves@redhat.com>
12344
12345 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12346 GDBFLAGS if not empty.
12347
3c724c8c
PMR
123482015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12349
12350 * gdb.ada/complete.exp: Remove "multi_line".
12351 * gdb.ada/info_exc.exp: Remove "multi_line".
12352 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12353 * gdb.ada/ptype_field.exp: Remove "multi_line".
12354 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12355 * gdb.ada/tagged.exp: Remove "multi_line".
12356 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12357 [multi_line ...]
12358 * gdb.btrace/delta.exp: Likewise.
12359 * gdb.btrace/exception.exp: Likewise.
12360 * gdb.btrace/function_call_history.exp: Likewise.
12361 * gdb.btrace/instruction_history.exp: Likewise.
12362 * gdb.btrace/nohist.exp: Likewise.
12363 * gdb.btrace/record_goto.exp: Likewise.
12364 * gdb.btrace/segv.exp: Likewise.
12365 * gdb.btrace/stepi.exp: Likewise.
12366 * gdb.btrace/tailcall.exp: Likewise.
12367 * gdb.btrace/unknown_functions.exp: Likewise.
12368 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12369 * lib/gdb.exp: Add the "multi_line" helper.
12370
4eec2deb
PA
123712015-04-01 Pedro Alves <palves@redhat.com>
12372
12373 * gdb.threads/tid-reuse.c: New file.
12374 * gdb.threads/tid-reuse.exp: New file.
12375
df8411da
SDJ
123762015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12377
12378 PR corefiles/16092
12379 * gdb.base/coredump-filter.c: New file.
12380 * gdb.base/coredump-filter.exp: Likewise.
12381
6ef37366
PM
123822015-03-27 Petr Machata <pmachata@redhat.com>
12383
12384 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12385 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12386 (Dwarf::assemble): Initialize them.
12387 (Dwarf::lines): New function.
12388
7ec911b0
JT
123892015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12390
12391 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12392 SYMBOL_PREFIX for x86_64-*-cygwin.
12393
ff908ebf
AW
123942015-03-26 Andy Wingo <wingo@igalia.com>
12395
12396 PR symtab/18148
12397 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12398 const_value but not a location.
12399 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12400 location defined in non-main CUs are visible.
12401
6d5f0679
YQ
124022015-03-26 Yao Qi <yao.qi@linaro.org>
12403
12404 PR testsuite/18139
12405 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12406 Add a line number entry for the same line.
12407 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12408 Add a line number entry for the same line.
12409
2898689b
YQ
124102015-03-26 Yao Qi <yao.qi@linaro.org>
12411
12412 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12413 .int 0.
12414 (func): Likewise. Add .Lfunc_1 label.
12415 Use .Lfunc_1 label.
12416 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12417 .int 0.
12418 (func): Likewise.
12419 Use .Lfunc_1 label.
12420
85180498
YQ
124212015-03-26 Yao Qi <yao.qi@linaro.org>
12422
12423 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12424 Call gdb_compile instead to compile each .s files without debug
12425 information.
12426
8aa08a8d
YQ
124272015-03-26 Yao Qi <yao.qi@linaro.org>
12428
12429 * gdb.base/savedregs.exp (process_saved_regs): Make
12430 "Saved registers:" optional in the pattern.
12431
66849923
MM
124322015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12433
12434 * gdb.btrace/next.exp: Merged into step.exp.
12435 * gdb.btrace/finish.exp: Merged into step.exp.
12436 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12437 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12438 "record goto" and checking the exact replay position.
12439 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12440 check for "Recording format" in "info record" output.
12441 * gdb.btrace/record_goto.exp: Choose test file based on target.
12442 * gdb.btrace/x86-record_goto.S: Renamed into ...
12443 * gdb.btrace/x86_64-record_goto.S: ... this.
12444 * gdb.btrace/i686-record_goto.S: New.
12445 * gdb.btrace/x86-tailcall.S: Renamed into ...
12446 * gdb.btrace/x86_64-tailcall.S: ... this.
12447 * gdb.btrace/i686-tailcall.S: New.
12448 * gdb.btrace/x86-tailcall.c: Renamed into ...
12449 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12450 separate statements. Update test.
12451 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12452 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12453 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12454 * gdb.btrace/tailcall.exp: Choose test file based on target.
12455 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12456
11cc1b74
MM
124572015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12458
12459 * gdb.btrace/exception.exp: Increase BTS buffer size.
12460
a25d8bf9
PA
124612015-03-24 Pedro Alves <palves@redhat.com>
12462
12463 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12464
856e7dd6
PA
124652015-03-24 Pedro Alves <palves@redhat.com>
12466
12467 * gdb.threads/schedlock.exp (test_step): No longer expect that
12468 "set scheduler-locking step" with "next" over a function call runs
12469 threads unlocked.
12470
ad235a41
AT
124712015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12472
12473 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12474
15630549
AT
124752015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12476
12477 PR breakpoints/16466
12478 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12479 * gdb.mi/mi-pending.c (thread_func): New function.
12480 (int main): Add threading support required.
12481 * gdb.mi/mi-pending.exp: Add tests for this issue.
12482 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12483 (pendfunc2): Remove stdio dependency.
12484 * gdb.mi/mi-pendshr2.c: New file.
12485
693dca06
KS
124862015-03-23 Keith Seitz <keiths@redhat.com>
12487
12488 * gdb.linespec/keywords.c: New file.
12489 * gdb.linespec/keywords.exp: New file.
12490
7e993ebf
KS
124912015-03-23 Keith Seitz <keiths@redhat.com>
12492
12493 PR gdb/18021
12494 * gdb.dwarf2/staticvirtual.exp: New test.
12495
bc23328c
JK
124962015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12497
12498 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12499 * README: Remove HP-UX and gdb.hp.
12500 (configuration):
12501 * configure: Regenerate.
12502 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12503 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12504 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12505 gdb.hp/gdb.defects/Makefile.
12506 * gdb.hp/Makefile.in: File deleted.
12507 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12508 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12509 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12510 * gdb.hp/gdb.aCC/run.c: File deleted.
12511 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12512 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12513 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12514 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12515 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12516 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12517 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12518 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12519 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12520 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12521 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12522 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12523 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12524 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12525 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12526 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12527 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12528 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12529 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12530 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12531 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12532 * gdb.hp/gdb.compat/average.c: File deleted.
12533 * gdb.hp/gdb.compat/sum.c: File deleted.
12534 * gdb.hp/gdb.compat/xdb.c: File deleted.
12535 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12536 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12537 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12538 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12539 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12540 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12541 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12542 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12543 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12544 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12545 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12546 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12547 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12548 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12549 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12550 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12551 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12552 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12553 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12554 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12555 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12556 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12557 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12558 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12559 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12560 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12561 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12562 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12563 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12564 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12565 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12566 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12567 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12568 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12569 * gdb.hp/tools/odump: File deleted.
12570
8bf3b159
PA
125712015-03-19 Pedro Alves <palves@redhat.com>
12572
12573 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12574 (saw_thread_3): New globals.
12575 (top level): Increment them when an event for the corresponding
12576 thread is seen.
12577 (no thread starvation): New test.
12578
eb54c8bf
PA
125792015-03-19 Pedro Alves <palves@redhat.com>
12580
12581 * gdb.threads/continue-pending-status.c: New file.
12582 * gdb.threads/continue-pending-status.exp: New file.
12583
32d2e5d6
PA
125842015-03-18 Pedro Alves <palves@redhat.com>
12585
12586 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12587 Use gdb_is_target_remote instead of is_remote. Use
12588 gdb_test_multiple instead of gdb_expect. Exit early if
12589 gdb_test_multiple hits its internal matches. Tighten stepi tests
12590 expected output. Fail on exit with any signal, instead of just
12591 SIGILL.
12592
f68f11b7
YQ
125932015-03-18 Yao Qi <yao.qi@linaro.org>
12594
12595 PR tdep/18107
12596 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12597 variable.
12598 * gdb.base/catch-syscall.exp: Don't skip it on
12599 aarch64*-*-linux* target. Remove elements in all_syscalls.
12600 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12601 target.
12602 (setup_all_syscalls): New proc.
12603
ca5fd19b
YQ
126042015-03-16 Yao Qi <yao.qi@linaro.org>
12605
12606 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12607 (top level): Skip tests if valid_addr_p returns false for
12608 $cmd1 or $cmd2.
12609
85642ba0
AW
126102015-03-11 Andy Wingo <wingo@igalia.com>
12611
12612 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12613
e03f9645
YQ
126142015-03-11 Yao Qi <yao.qi@linaro.org>
12615
12616 * gdb.base/catch-syscall.exp: Fix typo in comments.
12617
5d0962b2
YQ
126182015-03-11 Yao Qi <yao.qi@linaro.org>
12619
12620 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12621
b2df3cef
PA
126222015-03-09 Pedro Alves <palves@redhat.com>
12623
12624 * dg-extract-results.py: Delete.
12625
ef878e53
PA
126262015-03-09 Pedro Alves <palves@redhat.com>
12627
12628 Merge dg-extract-results.sh from GCC upstream (r218843).
12629
12630 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12631 * dg-extract-results.sh: Use --text with grep to avoid issues with
12632 binary files. Fall back to cat -v, if that doesn't work.
12633
9494d219
PA
126342015-03-05 Pedro Alves <palves@redhat.com>
12635
12636 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12637
a8d9763a
SM
126382015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12639
12640 * lib/mi-support.exp (mi_expect_interrupt): Accept
12641 alternative event for when in all-stop mode.
12642
be9957b8
PA
126432015-03-04 Pedro Alves <palves@redhat.com>
12644
12645 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12646
d57be0f4 126472015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
12648
12649 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12650
c214c7cf
AA
126512015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12652
12653 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12654 regexps for GDB's current line display, accept a hex address
12655 preceding the line number.
12656
6d74a497
AA
126572015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12658
12659 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12660 the 'arch1' variable for "s390*-linux*" targets.
12661
511aee7c
PA
126622015-03-04 Pedro Alves <palves@redhat.com>
12663
12664 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12665 (main): Pass missing retval argument to pthread_join call.
12666
95e50b27
PA
126672015-03-02 Pedro Alves <palves@redhat.com>
12668
12669 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12670 (top level): Call do_test with non-stop as well.
12671
28054d69
PA
126722015-03-02 Pedro Alves <palves@redhat.com>
12673
12674 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12675 -1.
12676
4fa5d7b4
AA
126772015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12678
12679 * gdb.arch/s390-vregs.exp: New test.
12680 * gdb.arch/s390-vregs.S: New file.
12681
97c18565
PA
126822015-02-27 Pedro Alves <palves@redhat.com>
12683
12684 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12685 call to catch_command_errors.
12686 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12687 catch_command_errors.
12688
a37bfa30
PA
126892015-02-27 Pedro Alves <palves@redhat.com>
12690
12691 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12692 "true" for boolean result.
12693 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12694 prototype of main.
12695
6f98576f
PA
126962015-02-27 Pedro Alves <palves@redhat.com>
12697
12698 * lib/unbuffer_output.c: New file.
12699 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12700 (main): Call gdb_unbuffer_output.
12701
eba5ab56
YQ
127022015-02-27 Yao Qi <yao.qi@linaro.org>
12703
12704 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12705 target.
12706
0def5aaa
DE
127072015-02-26 Doug Evans <dje@google.com>
12708
12709 * gdb.cp/class2.cc (Dbase, D): New classes.
12710 (main): New local delta.
12711 * gdb.cp/class2.exp: Test printing delta.
12712 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12713 (dynbar): New global.
12714 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12715
081a1c2c
JK
127162015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12717
12718 * gdb.compile/compile-ifunc.c: New file.
12719 * gdb.compile/compile-ifunc.exp: New file.
12720
2f41223f
AT
127212015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12722
12723 * gdb.base/structs.exp: Check for correct struct on finish.
12724
03eddd80
YQ
127252015-02-26 Yao Qi <yao.qi@linaro.org>
12726
12727 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12728 is zero.
12729
80c57053
JK
127302015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12731
12732 * gdb.arch/cordic.ko.bz2: New file.
12733 * gdb.arch/cordic.ko.debug.bz2: New file.
12734 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12735
21613c12
YQ
127362015-02-25 Yao Qi <yao.qi@linaro.org>
12737
12738 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12739 aarch64*-*-* target.
12740
d8b901ed
PA
127412015-02-23 Pedro Alves <palves@redhat.com>
12742
12743 * lib/gdb.exp (delete_breakpoints): Rewrite using
12744 gdb_test_multiple.
12745
e5b85ead
PA
127462015-02-23 Pedro Alves <palves@redhat.com>
12747
12748 * gdb.base/info-os.c: Include stdlib.h.
12749
85c3a371
DE
127502015-02-22 Doug Evans <xdje42@gmail.com>
12751
12752 PR symtab/17855
12753 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12754 is read after symbols have been re-read.
12755 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12756 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12757
96553a0c
DE
127582015-02-21 Doug Evans <dje@google.com>
12759
12760 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12761
97a0c697
JK
127622015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12763
12764 PR corefiles/17808
12765 * gdb.arch/i386-biarch-core.core.bz2: New file.
12766 * gdb.arch/i386-biarch-core.exp: New file.
12767
a47cd6e9
PA
127682015-02-21 Pedro Alves <palves@redhat.com>
12769
12770 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12771 runto_main fails.
12772
c5facdc4
PA
127732015-02-20 Pedro Alves <palves@redhat.com>
12774
12775 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12776 info probes.
12777
2db9a427
PA
127782015-02-20 Pedro Alves <palves@redhat.com>
12779
12780 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12781
60fb7e9e
PA
127822015-02-20 Pedro Alves <palves@redhat.com>
12783
12784 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12785 clean_restart before gdb_target_supports_trace.
12786
5c5019c2
PA
127872015-02-20 Pedro Alves <palves@redhat.com>
12788
12789 PR threads/18006
12790 * gdb.threads/clone-thread_db.c: New file.
12791 * gdb.threads/clone-thread_db.exp: New file.
12792
c9587f88
AT
127932015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12794
12795 PR breakpoints/16812
12796 * gdb.base/catch-gdb-caused-signals.c: New file.
12797 * gdb.base/catch-gdb-caused-signals.exp: New file.
12798
f6a88844
JM
127992015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12800
12801 * configure: Regenerated.
12802 * configure.ac: Use GDB_AC_TRANSFORM.
12803 * aclocal.m4: sinclude ../transform.m4.
12804
497c491b
JM
128052015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12806
12807 * lib/dtrace.exp: New file.
12808 * gdb.base/dtrace-probe.exp: Likewise.
12809 * gdb.base/dtrace-probe.d: Likewise.
12810 * gdb.base/dtrace-probe.c: Likewise.
12811 * lib/pdtrace.in: Likewise.
12812 * configure.ac: Output variables with the transformed names of
12813 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12814 * configure: Regenerated.
12815
03e98035
JM
128162015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12817
12818 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12819 expected message when trying to access $_probe_* convenience
12820 variables while not on a probe.
12821
63cc30e9
JK
128222015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12823
12824 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12825
0703599a
PA
128262015-02-11 Pedro Alves <pedro@codesourcery.com>
12827
12828 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12829 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12830
7e60a48e
DE
128312015-02-10 Doug Evans <xdje42@gmail.com>
12832
12833 * lib/gdb.exp (gdb_load): Always return a result.
12834
01b088bc
PA
128352015-02-10 Pedro Alves <palves@redhat.com>
12836
12837 * gdb.threads/signal-sigtrap.c: New file.
12838 * gdb.threads/signal-sigtrap.exp: New file.
12839
b05ec7a5
AT
128402015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12841
12842 * gdb.trace/no-attach-trace.c: New file.
12843 * gdb.trace/no-attach-trace.exp: New file.
12844
a2c2acaf
MW
128452015-02-09 Mark Wielaard <mjw@redhat.com>
12846
12847 * gdb.dwarf2/atomic.c: New file.
12848 * gdb.dwarf2/atomic-type.exp: Likewise.
12849
31fd9caa
MM
128502015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12851
12852 * gdb.btrace/buffer-size.exp: Update "info record" output.
12853 * gdb.btrace/delta.exp: Update "info record" output.
12854 * gdb.btrace/enable.exp: Update "info record" output.
12855 * gdb.btrace/finish.exp: Update "info record" output.
12856 * gdb.btrace/instruction_history.exp: Update "info record" output.
12857 * gdb.btrace/next.exp: Update "info record" output.
12858 * gdb.btrace/nexti.exp: Update "info record" output.
12859 * gdb.btrace/step.exp: Update "info record" output.
12860 * gdb.btrace/stepi.exp: Update "info record" output.
12861 * gdb.btrace/nohist.exp: Update "info record" output.
12862
d33501a5
MM
128632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12864
12865 * gdb.btrace/buffer-size: New.
12866
f4abbc16
MM
128672015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12868
12869 * gdb.btrace/delta.exp: Update "info record" output.
12870 * gdb.btrace/enable.exp: Update "info record" output.
12871 * gdb.btrace/finish.exp: Update "info record" output.
12872 * gdb.btrace/instruction_history.exp: Update "info record" output.
12873 * gdb.btrace/next.exp: Update "info record" output.
12874 * gdb.btrace/nexti.exp: Update "info record" output.
12875 * gdb.btrace/step.exp: Update "info record" output.
12876 * gdb.btrace/stepi.exp: Update "info record" output.
12877 * gdb.btrace/nohist.exp: Update "info record" output.
12878
b9d61307
SM
128792015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12880
12881 PR gdb/15678
12882 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12883
e584fdbc
PA
128842015-02-06 Pedro Alves <palves@redhat.com>
12885
12886 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12887 macro.
12888 (seconds_left, again): New globals.
12889 (main): Wait seconds_left in a 1-second sleep loop instead of
12890 sleeping 180 seconds. If 'again' is set, reset the seconds
12891 counter.
12892 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12893 'again' in the inferior before detaching. Print the seconds left.
12894 (options): New global.
12895 (top level): Build program with -DTIMEOUT=$timeout.
12896
77f41761
PA
128972015-02-06 Pedro Alves <palves@redhat.com>
12898
12899 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12900 determine how many seconds to pass to 'alarm'.
12901 * gdb.base/gdb-sigterm.exp (top level): Build program with
12902 -DTIMEOUT=$timeout.
12903 (do_test): Return success/failure indication. Add more verbose
12904 logging. Don't fail if 200 single steps are seen. Instead, fail
12905 when the test times out.
12906 (passes): New global.
12907 (top level): Break the testing loop if testing fails on any
12908 iteration. Use gdb_assert.
12909
b9394193
DB
129102015-02-04 Don Breazeal <donb@codesourcery.com>
12911
12912 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12913 and initialize them.
12914 (ipc_cleanup): New function.
12915 (main): Don't declare shmid, semid, and msqid. Add a call to
12916 atexit so that we call ipc_cleanup on exit.
12917
42d9e528
PA
129182015-02-04 Pedro Alves <palves@redhat.com>
12919
12920 * boards/native-extended-gdbserver.exp: Remove any target variant
12921 specifications from the board name before clearing the isremote
12922 flag from board_info.
12923
ae6ae975
DE
129242015-01-31 Doug Evans <xdje42@gmail.com>
12925
12926 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12927
cfb069a8
GB
129282015-01-31 Gary Benson <gbenson@redhat.com>
12929
12930 * gdb.base/completion.exp: Disable completion limiting for
12931 existing tests. Add new tests to check completion limiting.
12932 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12933
5dd31d79
DE
129342015-01-31 Doug Evans <xdje42@gmail.com>
12935
12936 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12937
9f050062
DE
129382015-01-31 Doug Evans <xdje42@gmail.com>
12939
12940 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12941 entries. Duplicate file section script entries.
12942 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12943 inlined entries. Add test for safe-path rejection.
12944 * gdb.python/py-section-script.c: Add duplicate inlined section script
12945 entries. Duplicate file section script entries.
12946 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12947 inlined entries. Add test for safe-path rejection.
12948
df25ebbd
JB
129492015-01-29 Joel Brobecker <brobecker@adacore.com>
12950
12951 * gdb.ada/disc_arr_bound: New testcase.
12952
4a0ca9ec
JB
129532015-01-29 Joel Brobecker <brobecker@adacore.com>
12954
12955 * gdb.ada/mi_var_array: New testcase.
12956
3a8b707a
DE
129572015-01-27 Doug Evans <dje@google.com>
12958
12959 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12960 Add test for objfile.filename, objfile.username after objfile
12961 has been unloaded.
12962
f8313f6e
JB
129632015-01-26 Joel Brobecker <brobecker@adacore.com>
12964
12965 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12966 the second test to print the name attribute of value
12967 returned by the call to gdb.lookup_type, and adjust
12968 the expected output accordingly.
12969
37bc665e
MW
129702015-01-25 Mark Wielaard <mjw@redhat.com>
12971
12972 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12973 * gdb.base/disp-step-fork.c: Include unistd.h.
12974 * gdb.base/siginfo-obj.c: Include stdio.h.
12975 * gdb.base/siginfo-thread.c: Likewise.
12976 * gdb.mi/non-stop.c: Include unistd.h.
12977 * gdb.mi/nsthrexec.c: Include stdio.h.
12978 * gdb.mi/pthreads.c: Include unistd.h.
12979 * gdb.modula2/unbounded1.c (main): Declare returns int.
12980 * gdb.reverse/consecutive-reverse.c: Likewise.
12981 * gdb.threads/create-fail.c: Include unistd.h.
12982 * gdb.threads/killed.c: Likewise.
12983 * gdb.threads/linux-dp.c: Likewise.
12984 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12985 * gdb.threads/non-ldr-exc-2.c: Likewise.
12986 * gdb.threads/non-ldr-exc-3.c: Likewise.
12987 * gdb.threads/non-ldr-exc-4.c: Likewise.
12988 * gdb.threads/pthreads.c: Include unistd.h.
12989 (main): Declare returns int.
12990 * gdb.threads/tls-main.c (foo): New declaration.
12991 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12992
f7e5394d
SM
129932015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12994
12995 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12996 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12997
743649fd
MW
129982015-01-15 Mark Wielaard <mjw@redhat.com>
12999
13000 * gdb.base/noreturn-return.c: New file.
13001 * gdb.base/noreturn-return.exp: New file.
13002 * gdb.base/noreturn-finish.c: New file.
13003 * gdb.base/noreturn-finish.exp: New file.
13004
198297aa
PA
130052015-01-23 Pedro Alves <palves@redhat.com>
13006
13007 * gdb.threads/continue-pending-after-query.c: New file.
13008 * gdb.threads/continue-pending-after-query.exp: New file.
13009
717cf30c
AG
130102015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13011 Simon Marchi <simon.marchi@ericsson.com>
13012
13013 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13014 * gdb.base/valgrind-db-attach.exp: Same.
13015 * gdb.base/valgrind-infcall.exp: Same.
13016 * lib/mi-support.exp (default_mi_gdb_start): Same.
13017 * lib/prompt.exp (default_prompt_gdb_start): Same.
13018 * lib/gdb.exp (default_gdb_spawn): Same.
13019 (gdb_interact): New.
13020
13021
4b62a76e
JK
130222015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13023
13024 * gdb.compile/compile.exp (pointer to jit function): New test.
13025
b4cdae6f
WW
130262015-01-17 Wei-cheng Wang <cole945@gmail.com>
13027
13028 * lib/gdb.exp (supports_process_record): Return true for
13029 powerpc*-*-linux*.
13030 (supports_reverse): Likewise.
13031
d221e7ef
DB
130322015-01-15 Don Breazeal <donb@codesourcery.com>
13033
13034 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13035 instead of checking whether the target board is remote and
13036 use spawn_wait_for_attach instead of exec/sleep.
13037 * gdb.base/attach-twice.exp: Likewise.
13038
bafffb51
JB
130392015-01-15 Joel Brobecker <brobecker@adacore.com>
13040
13041 * gdb.ada/var_arr_attrs: New testcase.
13042
5589af0e
PA
130432015-01-14 Pedro Alves <palves@redhat.com>
13044 Joel Brobecker <brobecker@adacore.com>
13045
13046 PR gdb/17525
13047 * gdb.base/bp-cmds-execution-x-script.c: New file.
13048 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13049 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13050
6c400b59
PA
130512015-01-14 Pedro Alves <palves@redhat.com>
13052
13053 PR cli/17828
13054 * gdb.base/batch-preserve-term-settings.c: New file.
13055 * gdb.base/batch-preserve-term-settings.exp: New file.
13056
e02c96a7
DE
130572015-01-13 Doug Evans <dje@google.com>
13058
13059 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13060 binary.
13061
576fd14c
JB
130622015-01-13 Joel Brobecker <brobecker@adacore.com>
13063
13064 * Makefile.in (clean mostlyclean): Do not delete *.py.
13065
04dccad0
JB
130662015-01-13 Joel Brobecker <brobecker@adacore.com>
13067
13068 * gdb.python/py-lookup-type.exp: New file.
13069
3d230f71
PA
130702015-01-12 Pedro Alves <palves@redhat.com>
13071
13072 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13073 restore GDBFLAGS before returning.
13074
7e67715d
JK
130752015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13076
13077 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13078 is_amd64_regs_target and is_x86_like_target.
13079
f2e0d4b4
DE
130802015-01-11 Doug Evans <xdje42@gmail.com>
13081
13082 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13083 is given without an explicit form.
13084 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13085 attributes.
13086 * gdb.dwarf/corrupt.exp: Ditto.
13087 * gdb.dwarf2/enum-type.exp: Ditto.
13088 * gdb.trace/entry-values.exp: Ditto.
13089 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13090
439250fb
DE
130912015-01-11 Doug Evans <xdje42@gmail.com>
13092
13093 PR gdb/15830
13094 * gdb.base/maint.exp: Remove references to "maint demangle".
13095 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13096 Add tests for explicitly specifying language to demangle.
13097 * gdb.dlang/demangle.exp: Ditto.
13098
ede9f622
PA
130992015-01-09 Pedro Alves <palves@redhat.com>
13100
13101 * gdb.threads/non-stop-fair-events.c: New file.
13102 * gdb.threads/non-stop-fair-events.exp: New file.
13103
a7b796db
PA
131042015-01-09 Pedro Alves <palves@redhat.com>
13105
13106 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13107 the global scope. Set a breakpoint after all threads are started
13108 rather than stepping over two source lines. Expect the prompt.
13109 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13110 global.
13111 (NUM): Now 15.
13112 (main): Use threads_started_barrier to wait for all threads to
13113 start. Main thread no longer calls thread_function. Exit after
13114 180 seconds.
13115 (loop): New function.
13116 (thread_function): Wait on threads_started_barrier barrier. Call
13117 'loop' at each iteration.
13118 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13119 threads have started, instead of hardcoding number of "next"
13120 steps. Use an access watchpoint instead of a write watchpoint.
13121
9665ffdd
PA
131222015-01-09 Pedro Alves <palves@redhat.com>
13123
13124 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13125 (thread_func): Wait on barrier.
13126 (main): Wait for all threads to start before stopping GDB.
13127 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13128 global.
13129 (thread1_func, thread2_func): Wait on barrier.
13130 (main): Wait for all threads to start before stopping GDB.
13131 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13132 New global.
13133 (thread1_func, thread2_func): Wait on barrier.
13134 (main): Wait for all threads to start before stopping GDB.
13135
c945a99f
PA
131362015-01-09 Pedro Alves <palves@redhat.com>
13137
13138 * gdb.threads/attach-many-short-lived-threads.c: New file.
13139 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13140
c1a747c1
PA
131412014-01-09 Pedro Alves <palves@redhat.com>
13142
13143 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13144 instead of to thread 2.
13145 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13146 Add barrier around each pthread_create call instead of around all
13147 calls.
13148 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13149 Set a break on thread_function and have the child threads hit it
13150 one at at a time.
13151
60b3033e
PA
131522015-01-09 Pedro Alves <palves@redhat.com>
13153
13154 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13155 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13156 false.
13157 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13158 checking whether the target board is remote.
13159 * gdb.multi/multi-attach.exp: Likewise.
13160 * gdb.python/py-sync-interp.exp: Likewise.
13161 * gdb.server/ext-attach.exp: Likewise.
13162 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13163 tests that need to attach, instead of checking whether the target
13164 board is remote at the top of the file.
13165
acc018ac
YQ
131662015-01-08 Yao Qi <yao@codesourcery.com>
13167
13168 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13169
50a18af8
JK
131702015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13171
13172 Fix testcase compilation.
13173 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13174
8503d6e1
JB
131752015-01-06 Joel Brobecker <brobecker@adacore.com>
13176
13177 * gdb.python/py-type.exp: Add a couple test about empty
13178 array creation, and negative-length array creation.
13179
cc73dbcc
DE
131802015-01-02 Doug Evans <xdje42@gmail.com>
13181
13182 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13183
0300bbc7
DE
131842015-01-02 Doug Evans <dje@google.com>
13185
13186 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13187
9d85a0ec
YQ
131882014-12-29 Yao Qi <yao@codesourcery.com>
13189
13190 * gdb.trace/entry-values.exp: Update comments. Rename variable
13191 bar_call_foo to returned_from_foo.
13192
87186c6a
MMN
131932014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13194
13195 PR gdb/17394
13196 * gdb.linespec/break-asm-file.c: New file.
13197 * gdb.linespec/break-asm-file.exp: New file.
13198 * gdb.linespec/break-asm-file0.s: New file.
13199 * gdb.linespec/break-asm-file1.s: New file.
13200
1bab7383
YQ
132012014-12-18 Nigel Stephens <nigel@mips.com>
13202 Maciej W. Rozycki <macro@codesourcery.com>
13203
13204 * gdb.base/float.exp: Handle the new output from "info float" on
13205 MIPS targets.
13206
1bc1068a
JK
132072014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13208
13209 Fix MinGW compilation.
13210 * gdb.compile/compile-ops.exp: Update untested message if
13211 !skip_compile_feature_tests.
13212 * gdb.compile/compile-setjmp.exp: Likewise.
13213 * gdb.compile/compile-tls.exp: Likewise.
13214 * gdb.compile/compile.exp: Likewise.
13215 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13216 supported on this host".
13217
b6615d10
DE
132182014-12-16 Doug Evans <xdje42@gmail.com>
13219
13220 * boards/stabs.exp: New file.
13221
25dda427
AA
132222014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13223
13224 * gdb.base/completion.exp: Adjust to format changes of "maint
13225 print user-registers".
13226
bf330350
CU
132272014-12-16 Catalin Udma <catalin.udma@freescale.com>
13228
13229 PR server/17457
13230 * gdb.arch/aarch64-fp.c: New file.
13231 * gdb.arch/aarch64-fp.exp: New file.
13232
395cf596
SDJ
132332014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13234
13235 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13236 r210637, r210913, r211666, r215400, r215817).
13237
13238 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13239 * dg-extract-results.py: New file.
13240 * dg-extract-results.sh: Use it if the environment seems
13241 suitable.
13242
13243 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13244
13245 * dg-extract-results.py (parse_run): Handle warnings that
13246 are printed before a test harness is run.
13247
13248 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13249
13250 * dg-extract-results.py (Named): Remove __cmp__ method.
13251 (output_variation): Use a key to sort variation.harnesses.
13252
13253 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13254
13255 * dg-extract-results.py: For Python 3, force sys.stdout to
13256 handle surrogate escape sequences.
13257 (safe_open): New function.
13258 (output_segment, main): Use it.
13259
13260 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13261
13262 * dg-extract-results.py (Prog.result_re): Include options
13263 in test name.
13264
13265 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13266
13267 * dg-extract-results.py (output_variation): Always sort if
13268 do_sum.
13269
e882ef3c
SM
132702014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13271
13272 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13273 as long as we get pagination notifications.
13274
4992aa20
JM
132752014-12-15 Jason Merrill <jason@redhat.com>
13276
13277 * Makefile.in (check-gdb.%): Restore.
13278 * README: Mention it.
13279
c1b5a1a6
JB
132802014-12-13 Joel Brobecker <brobecker@adacore.com>
13281
13282 * gdb.ada/str_uninit: New testcase.
13283
5537b577
JK
132842014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13285
13286 PR symtab/17642
13287 * gdb.base/vla-stub-define.c: New file.
13288 * gdb.base/vla-stub.c: New file.
13289 * gdb.base/vla-stub.exp: New file.
13290
bb2ec1b3
TT
132912014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13292 Jan Kratochvil <jan.kratochvil@redhat.com>
13293 Tom Tromey <tromey@redhat.com>
13294
13295 * configure.ac: Add gdb.compile/.
13296 * configure: Regenerate.
13297 * gdb.compile/Makefile.in: New file.
13298 * gdb.compile/compile-ops.exp: New file.
13299 * gdb.compile/compile-ops.c: New file.
13300 * gdb.compile/compile-tls.c: New file.
13301 * gdb.compile/compile-tls.exp: New file.
13302 * gdb.compile/compile-constvar.S: New file.
13303 * gdb.compile/compile-constvar.c: New file.
13304 * gdb.compile/compile-mod.c: New file.
13305 * gdb.compile/compile-nodebug.c: New file.
13306 * gdb.compile/compile-setjmp-mod.c: New file.
13307 * gdb.compile/compile-setjmp.c: New file.
13308 * gdb.compile/compile-setjmp.exp: New file.
13309 * gdb.compile/compile-shlib.c: New file.
13310 * gdb.compile/compile.c: New file.
13311 * gdb.compile/compile.exp: New file.
13312 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13313
4ff709eb
TT
133142014-12-12 Tom Tromey <tromey@redhat.com>
13315
13316 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13317 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13318
6dddd6a5
DE
133192014-12-12 Doug Evans <dje@google.com>
13320
13321 * lib/gdb-python.exp (get_python_valueof): New function.
13322 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13323
71c24708
AA
133242014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13325
13326 * gdb.base/completion.exp: Add test for completion of "info
13327 registers ".
13328
3e29f34a
MR
133292014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13330
13331 * gdb.base/func-ptrs.c: New file.
13332 * gdb.base/func-ptrs.exp: New file.
13333
fc126975
SM
133342014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13335
13336 PR breakpoints/17012
13337 * gdb.base/dprintf-detach.c: New file.
13338 * gdb.base/dprintf-detach.exp: New file.
13339
0a46d518
SM
133402014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13341
13342 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13343 * lib/gdb.exp (target_is_gdbserver): New procedure.
13344
a0be3e44
DE
133452014-12-08 Doug Evans <dje@google.com>
13346
13347 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13348
df1b803a
YQ
133492014-12-05 Yao Qi <yao@codesourcery.com>
13350
13351 * gdb.guile/scm-error.exp: Remove the third argument to
13352 gdb_remote_download.
13353 * gdb.guile/scm-frame-args.exp: Likewise.
13354 * gdb.guile/scm-section-script.exp: Likewise.
13355
ddb9f679
YQ
133562014-12-05 Yao Qi <yao@codesourcery.com>
13357
13358 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13359
86e4ed39
DE
133602014-12-04 Doug Evans <dje@google.com>
13361
13362 * gdb.python/py-objfile.exp: Add tests for
13363 objfile.add_separate_debug_file.
13364
7c50a931
DE
133652014-12-04 Doug Evans <dje@google.com>
13366
13367 * lib/gdb.exp (get_build_id): New function.
13368 (build_id_debug_filename_get): Rewrite to use it.
13369 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13370
621661e3
MR
133712014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13372
13373 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13374 `method(long)', not just 0x0.
13375 * gdb.cp/nsalias.exp: Align code labels to 4.
13376 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13377 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13378 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13379 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13380 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13381 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13382
29f0c3b7
DE
133832014-12-02 Doug Evans <dje@google.com>
13384
e1e061e7 13385 PR symtab/17602
29f0c3b7 13386 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13387 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13388 * gdb.cp/anon-ns.exp: Update.
13389
162078c8
NB
133902014-12-02 Nick Bull <nicholaspbull@gmail.com>
13391
13392 * gdb.python/py-events.py (inferior_call_handler): New.
13393 (register_changed_handler, memory_changed_handler): New.
13394 (test_events.invoke): Register new handlers.
13395 * gdb.python/py-events.exp: Add tests for inferior call,
13396 memory_changed and register_changed events.
13397
fdb09caf
AA
133982014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13399
13400 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13401 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13402 if the linker doesn't understand this.
13403
55cfb2c4
SM
134042014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13405
13406 * gdb.python/python.exp: Change expected reply to help().
13407
9e8cd6df
YQ
134082014-12-01 Yao Qi <yao@codesourcery.com>
13409
13410 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13411 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13412 * configure: Re-generated.
13413
6c659fc2
SC
134142014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13415
13416 * gdb.cp/chained-calls.cc: New file.
13417 * gdb.cp/chained-calls.exp: New file.
13418 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13419
d7fc3181
SM
134202014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13421
13422 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13423 * gdb.dwarf2/symtab-producer.exp: Same.
13424 * gdb.gdb/python-interrupts.exp: Same.
13425 * gdb.gdb/python-selftest.exp: Same.
13426 * gdb.python/py-linetable.exp: Same.
13427 * gdb.python/py-type.exp: Same.
13428 * gdb.python/py-value-cc.exp: Same.
13429 * gdb.python/py-value.exp: Same.
13430
10e79639
YQ
134312014-11-28 Yao Qi <yao@codesourcery.com>
13432
13433 * gdb.base/break-probes.exp: Match library name prefixed with
13434 sysroot.
13435
f28a0564
SM
134362014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13437
13438 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13439 test expected output. Add parentheses for the call to print.
13440 Remove L suffix from integers.
13441
3fe1ce1d
DE
134422014-11-26 Doug Evans <dje@google.com>
13443
13444 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13445
84429e27
YQ
134462014-11-22 Yao Qi <yao@codesourcery.com>
13447
13448 * gdb.trace/entry-values.c: Remove asms.
13449 (foo): Add foo_label.
13450 (bar): Add bar_label.
13451 * gdb.trace/entry-values.exp: Remove code computing foo's
13452 length and bar's length.
13453 (Dwarf::assemble): Invoke function_range for bar and use
13454 MACRO_AT_func for foo.
13455
26741859
YQ
134562014-11-22 Yao Qi <yao@codesourcery.com>
13457
13458 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13459 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13460 Use .Lgcc43_procstart instead of gcc43.
13461
45e44d27
JB
134622014-11-21 Joel Brobecker <brobecker@adacore.com>
13463
13464 * gdb.ada/n_arr_bound: New testcase.
13465
458c8db8
SDJ
134662014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13467
13468 PR breakpoints/10737
13469 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13470 test_catch_syscall_multi_arch.
13471 (test_catch_syscall_multi_arch): New function.
13472
43f3e411
DE
134732014-11-20 Doug Evans <xdje42@gmail.com>
13474
13475 * gdb.base/maint.exp: Update expected output.
13476
0d7b2549
AA
134772014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13478
13479 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13480 4-byte instruction on S390.
13481
8908fca5
JB
134822014-11-19 Joel Brobecker <brobecker@adacore.com>
13483
13484 * gdb.ada/arr_arr: New testcase.
13485
4a46959e
JB
134862014-11-19 Joel Brobecker <brobecker@adacore.com>
13487
13488 * gdb.ada/pkd_arr_elem: New Testcase.
13489
470e2f4e
LM
134902014-11-18 Luis Machado <lgustavo@codesourcery.com>
13491
13492 * gdb.reverse/break-precsave: Expect completion message for
13493 core file reads.
13494 * gdb.reverse/consecutive-precsave.exp: Likewise.
13495 * gdb.reverse/finish-precsave.exp: Likewise.
13496 * gdb.reverse/i386-precsave.exp: Likewise.
13497 * gdb.reverse/machinestate-precsave.exp: Likewise.
13498 * gdb.reverse/sigall-precsave.exp: Likewise.
13499 * gdb.reverse/solib-precsave.exp: Likewise.
13500 * gdb.reverse/step-precsave.exp: Likewise.
13501 * gdb.reverse/until-precsave.exp: Likewise.
13502 * gdb.reverse/watch-precsave.exp: Likewise.
13503
a267f3ad
AA
135042014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13505
13506 * gdb.base/bp-permanent.c: Include unistd.h.
13507 * gdb.python/py-framefilter-mi.c (main): Add return type.
13508 * gdb.python/py-framefilter.c (main): Likewise.
13509 * gdb.trace/actions-changed.c (main): Likewise.
13510
12084a9a
AA
135112014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13512
13513 * gdb.mi/until.c: Add eye-catchers.
13514 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13515 line numbers.
13516
dc7e1a77
AA
135172014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13518
13519 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13520 function header variants in break1.c.
13521 * gdb.base/ena-dis-br.exp: Likewise.
13522 * gdb.base/hbreak2.exp: Likewise.
13523 * gdb.reverse/until-precsave.exp: Drop references to removed
13524 non-prototype function header variants in ur1.c.
13525 * gdb.reverse/until-reverse.exp: Likewise.
13526
41c77605
PM
135272014-11-17 Petr Machata <pmachata@redhat.com>
13528
13529 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13530 ${_cu_offset_size} bytes abbrev offset.
13531
34248c3a
DE
135322014-11-15 Doug Evans <xdje42@gmail.com>
13533
13534 PR symtab/17559
13535 * gdb.base/line-symtabs.exp: New file.
13536 * gdb.base/line-symtabs.c: New file.
13537 * gdb.base/line-symtabs.h: New file.
13538
646da059
YQ
135392014-11-14 Yao Qi <yao@codesourcery.com>
13540
13541 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13542 (func): Add label func_label.
13543 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13544 Replace low_pc and high_pc with MACRO_AT_range.
13545 Replace name, low_pc and high_pc with MACRO_AT_func.
13546
9301ebe6
YQ
135472014-11-14 Yao Qi <yao@codesourcery.com>
13548
13549 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13550 Replace name, low_pc and high_pc with MACRO_AT_func.
13551
f166b542
YQ
135522014-11-14 Yao Qi <yao@codesourcery.com>
13553
13554 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13555 produce debug information.
13556 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13557
0f6e71e3
YQ
135582014-11-14 Yao Qi <yao@codesourcery.com>
13559
13560 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13561 object and get function length.
13562 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13563 with MACRO_AT_func.
13564 (top-level): Replace gdb_compile and clean_restart with
13565 prepare_for_testing.
13566 * gdb.dwarf2/main.c (main): Add label main_label.
13567
876c4df9
YQ
135682014-11-14 Yao Qi <yao@codesourcery.com>
13569
13570 * lib/dwarf.exp (function_range): New procedure.
13571 (Dwarf::_handle_macro_at_func): New procedure.
13572 (Dwarf::_handle_macro_at_range): New procedure.
13573 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13574
02ad9cf1
YQ
135752014-11-14 Yao Qi <yao@codesourcery.com>
13576
13577 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13578 (_handle_attribute): New procedure.
13579
a59add0c
AA
135802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13581
13582 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13583 * gdb.base/call-sc.c (zed): Likewise.
13584 * gdb.base/checkpoint.c (main): Likewise.
13585 * gdb.base/dump.c (main): Likewise.
13586 * gdb.base/gcore.c (main): Likewise.
13587 * gdb.base/huge.c (main): Likewise.
13588 * gdb.base/multi-forks.c (main): Likewise.
13589 * gdb.base/pr10179-a.c (main): Likewise.
13590 * gdb.base/savedregs.c (main): Likewise.
13591 * gdb.base/sigaltstack.c (main): Likewise.
13592 * gdb.base/siginfo.c (main): Likewise.
13593 * gdb.base/structs.c (zed): Likewise.
13594 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13595 * gdb.mi/mi-syn-frame.c (main): Likewise.
13596 * gdb.mi/until.c (foo, main): Likewise.
13597 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13598 * gdb.base/solib-weak.c (foo): Declare.
13599 * gdb.base/attach-twice.c: Include stdio.h.
13600 * gdb.base/weaklib1.c: Likewise.
13601 * gdb.base/weaklib2.c: Likewise.
13602 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13603 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13604 unistd.h.
13605 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13606 * gdb.mi/mi-exit-code.c: Likewise.
13607 * gdb.base/break-interp-lib.c: Include string.h.
13608 * gdb.base/coremaker.c: Likewise.
13609 * gdb.base/testenv.c: Likewise.
13610 * gdb.python/py-finish-breakpoint.c: Likewise.
13611 * gdb.base/inferior-died.c: Include sys/wait.h.
13612 * gdb.base/fileio.c: Include time.h.
13613 * gdb.base/async-shell.c: Include unistd.h.
13614 * gdb.base/dprintf-non-stop.c: Likewise.
13615 * gdb.base/info-os.c: Likewise.
13616 * gdb.mi/mi-console.c: Likewise.
13617 * gdb.mi/watch-nonstop.c: Likewise.
13618 * gdb.python/py-events.c: Likewise.
13619 * gdb.base/async.c (baz): Move up before its invocation.
13620 * gdb.base/code_elim2.c (my_global_func): Likewise.
13621 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13622 * gdb.base/advance.c (func2): Likewise.
13623
3b5d5997
AA
136242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13625
13626 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13627 variant.
13628 * gdb.base/annota3.c: Likewise.
13629 * gdb.base/async.c: Likewise.
13630 * gdb.base/average.c: Likewise.
13631 * gdb.base/call-ar-st.c: Likewise.
13632 * gdb.base/call-rt-st.c: Likewise.
13633 * gdb.base/call-sc.c: Likewise.
13634 * gdb.base/call-strs.c: Likewise.
13635 * gdb.base/ending-run.c: Likewise.
13636 * gdb.base/execd-prog.c: Likewise.
13637 * gdb.base/exprs.c: Likewise.
13638 * gdb.base/foll-exec.c: Likewise.
13639 * gdb.base/foll-fork.c: Likewise.
13640 * gdb.base/foll-vfork.c: Likewise.
13641 * gdb.base/funcargs.c: Likewise.
13642 * gdb.base/gcore.c: Likewise.
13643 * gdb.base/jump.c: Likewise.
13644 * gdb.base/langs0.c: Likewise.
13645 * gdb.base/langs1.c: Likewise.
13646 * gdb.base/langs2.c: Likewise.
13647 * gdb.base/mips_pro.c: Likewise.
13648 * gdb.base/nodebug.c: Likewise.
13649 * gdb.base/opaque0.c: Likewise.
13650 * gdb.base/opaque1.c: Likewise.
13651 * gdb.base/recurse.c: Likewise.
13652 * gdb.base/run.c: Likewise.
13653 * gdb.base/scope0.c: Likewise.
13654 * gdb.base/scope1.c: Likewise.
13655 * gdb.base/setshow.c: Likewise.
13656 * gdb.base/setvar.c: Likewise.
13657 * gdb.base/shmain.c: Likewise.
13658 * gdb.base/shr1.c: Likewise.
13659 * gdb.base/shr2.c: Likewise.
13660 * gdb.base/sigall.c: Likewise.
13661 * gdb.base/signals.c: Likewise.
13662 * gdb.base/so-indr-cl.c: Likewise.
13663 * gdb.base/solib2.c: Likewise.
13664 * gdb.base/structs.c: Likewise.
13665 * gdb.base/sum.c: Likewise.
13666 * gdb.base/vforked-prog.c: Likewise.
13667 * gdb.base/watchpoint.c: Likewise.
13668 * gdb.reverse/shr2.c: Likewise.
13669 * gdb.reverse/until-reverse.c: Likewise.
13670 * gdb.reverse/ur1.c: Likewise.
13671 * gdb.reverse/watch-reverse.c: Likewise.
13672
066a77c5
AA
136732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13674
13675 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13676 variant.
13677 * gdb.base/sepdebug.exp: Drop references to removed code.
13678
4f204ea5
AA
136792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13680
13681 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13682 variant. Preserve original line numbering.
13683 * gdb.base/list1.c: Likewise.
13684
3b377a3a
AA
136852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13686
13687 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13688 variant.
13689 * gdb.base/break1.c: Likewise.
13690 * gdb.base/break.exp: Drop references to removed code.
13691
e444df73
AA
136922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13693
13694 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13695 variant.
13696
8008f2a7
AA
136972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13698
13699 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13700
a5a06887
AA
137012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13702
13703 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13704 logic into perform_all_tests() and invoke it with and without
13705 function header prototypes.
13706 (do_function_calls): Remove conditional XFAIL for PR 5318.
13707 (rerun_and_prepare): Remove duplicate code.
13708 (perform_all_tests): New. Main logic moved here.
13709
44dba9b9
AA
137102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13711
13712 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13713 code guarded by #ifdef NO_PROTOTYPES.
13714 (t_double_many_args): Likewise.
13715 (DEF_FUNC_MANY_ARGS_1): Likewise.
13716 (DEF_FUNC_VALUES_1): Likewise.
13717 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13718 guarded by #ifdef PROTOTYPES.
13719
d1fbcd56
AA
137202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13721
13722 * gdb.mi/mi-console.c: Add eye-catcher.
13723 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13724 instead of literal line number.
13725
b0e59b8f
AA
137262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13727
13728 * gdb.base/shr2.c: Add eye-catcher.
13729 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13730 line number.
13731
78f98cca
AA
137322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13733
13734 * gdb.base/jump.c: Add eye-catchers.
13735 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13736 numbers.
13737
58fa2af0
AA
137382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13739
13740 * gdb.base/execd-prog.c: Add eye-catchers.
13741 * gdb.base/foll-exec.c: Likewise.
13742 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13743 line numbers.
13744
04e5059b
AA
137452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13746
13747 * gdb.base/ending-run.c: Add eye-catchers.
13748 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13749 literal line numbers.
13750
dbfdb174
AA
137512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13752
13753 * gdb.base/call-rt-st.c: Add eye-catchers.
13754 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13755 literal line numbers.
13756
888a2ade
AA
137572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13758
13759 * gdb.base/call-ar-st.c: Add eye-catchers.
13760 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13761 literal line numbers.
13762
6acc2dde
AA
137632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13764
13765 * gdb.base/average.c: Add eye-catchers.
13766 * gdb.base/sum.c: Likewise.
13767 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13768 regexps dynamically.
13769
9ecfcd1d
AA
137702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13771
13772 * gdb.base/solib1.c: Add eye-catchers.
13773 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13774 literal line numbers.
13775
78708b7c
PA
137762014-11-12 Pedro Alves <palves@redhat.com>
13777
13778 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13779 leader has exited.
13780
af48d08f
PA
137812014-11-12 Pedro Alves <palves@redhat.com>
13782
13783 * gdb.arch/i386-bp_permanent.c: New file.
13784 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13785 (srcfile): Set to i386-bp_permanent.c.
13786 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13787 that stepi does not execute the 'leave' instruction, instead of
13788 testing it does execute.
13789 * gdb.base/bp-permanent.c: New file.
13790 * gdb.base/bp-permanent.exp: New file.
13791
af3768e9
DE
137922014-11-10 Doug Evans <xdje42@gmail.com>
13793
13794 PR symtab/17564
13795 * gdb.base/symtab-search-order.exp: New file.
13796 * gdb.base/symtab-search-order.c: New file.
13797 * gdb.base/symtab-search-order-1.c: New file.
13798 * gdb.base/symtab-search-order-shlib-1.c: New file.
13799
9de00a4a
PA
138002014-11-07 Pedro Alves <palves@redhat.com>
13801
13802 PR gdb/17511
13803 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13804 i?86-*-linux*.
13805
e0f52461
SC
138062014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13807
13808 PR c++/17494
13809 * gdb.cp/pr17494.cc: New file.
13810 * gdb.cp/pr17494.exp: New file.
13811
6ce8c980
YQ
138122014-11-02 Yao Qi <yao@codesourcery.com>
13813
13814 * gdb.python/python.exp: Get working directory and match the
13815 output of "set extended-prompt \\w " with it.
13816
02be9a71
DE
138172014-10-30 Doug Evans <dje@google.com>
13818
13819 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13820 in objfiles.
13821 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13822 in progspaces.
13823
3bdff46b
LM
138242014-10-30 Janis Johnson <janisjo@codesourcery.com>
13825
13826 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13827 * gdb.base/realname-expand.exp: Likewise.
13828 * gdb.linespec/macro-relative.exp: Likewise.
13829
ab917dfb
PA
138302014-10-29 Pedro Alves <palves@redhat.com>
13831
13832 PR gdb/17408
13833 * gdb.threads/schedlock.c (some_function): New function.
13834 (call_function): New global.
13835 (MAYBE_CALL_SOME_FUNCTION): New macro.
13836 (thread_function): Call it.
13837 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13838 and use it instead of a global counter. Adjust all callers.
13839 (get_current_thread): Use "find current thread" for test message
13840 here rather than having all callers pass down the same string.
13841 (goto_loop): New procedure, factored out from ...
13842 (my_continue): ... this.
13843 (step_ten_loops): Change parameter from test message to command to
13844 use. Adjust.
13845 (list_count): Delete global.
13846 (check_result): New procedure, factored out from duplicate top
13847 level code.
13848 (continue tests): Wrap in with_test_prefix.
13849 (test_step): New procedure, factored out from duplicate top level
13850 code.
13851 (top level): Test "step" in combination with all scheduler-locking
13852 modes. Test "next" in combination with all scheduler-locking
13853 modes, and in combination with stepping over a function call or
13854 not.
13855 * gdb.threads/next-bp-other-thread.c: New file.
13856 * gdb.threads/next-bp-other-thread.exp: New file.
13857
d3d4baed
PA
138582014-10-29 Pedro Alves <palves@redhat.com>
13859
13860 PR python/17372
13861 * gdb.python/python.exp: Test a multi-line command that spawns
13862 interactive Python.
13863 * gdb.base/multi-line-starts-subshell.exp: New file.
13864
563e8d85
YQ
138652014-10-29 Yao Qi <yao@codesourcery.com>
13866
13867 * gdb.base/fileio.exp: Make directories on host.
13868
0ea4d52e
YQ
138692014-10-29 Yao Qi <yao@codesourcery.com>
13870
13871 * gdb.base/fileio.c (test_write): Close the file.
13872
7f5ef605
PA
138732014-10-28 Pedro Alves <palves@redhat.com>
13874
13875 PR gdb/12623
13876 * gdb.base/sigstep.c (no_handler): New global.
13877 (main): If 'no_handler is true, set the signal handlers to
13878 SIG_IGN.
13879 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13880 with_sw_watch and no_handler parameters. Handle them.
13881 (top level) <stepping over handler when stopped at a breakpoint
13882 test>: Add a test axis for testing with a software watchpoint, and
13883 another for testing with the signal handler set to SIG_IGN.
13884 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13885 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13886
abbdbd03
PA
138872014-10-28 Pedro Alves <palves@redhat.com>
13888
13889 PR gdb/17511
13890 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13891 * gdb.base/sigstep.exp (other_handler_location): New global.
13892 (advance): Support stepping into the signal handler, and running
13893 commands while in the handler.
13894 (in_handler_map): New global.
13895 (top level): In the advance test, add combinations for getting
13896 into the handler with stepping commands, and for running commands
13897 in the handler. Add comment descripting the advancei tests.
13898
1df4399f
PA
138992014-10-28 Pedro Alves <palves@redhat.com>
13900
13901 * gdb.base/sigstep.exp: Use build_executable instead of
13902 prepare_for_testing.
13903 (top level): Move code that starts GDB, runs to main and creates a
13904 display to ...
13905 (restart): ... this new procedure.
13906 (top level): Move backtrace from signal handler test to ...
13907 (validate_backtrace): ... this new procedure.
13908 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13909 with_test_prefix. Always restart GDB.
13910 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13911 with_test_prefix. Always restart GDB. No need to delete
13912 breakpoints after the test.
13913 (test_skip_handler): Remove prefix parameter.
13914 (skip_over_handler, breakpoint_to_handler)
13915 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13916 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13917 restart GDB. No need to delete breakpoints after the test.
13918 (top level): Use foreach to call the test procedures with
13919 different commands.
13920
a5b6e449
PA
139212014-10-28 Pedro Alves <palves@redhat.com>
13922
13923 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13924 instead of GNATS numbers.
13925 * gdb.base/sigbpt.exp: Likewise.
13926 * gdb.base/siginfo.exp: Likewise.
13927 * gdb.base/sigstep.exp: Likewise.
13928
e5f8a7cc
PA
139292014-10-27 Pedro Alves <palves@redhat.com>
13930
13931 * gdb.base/sigstep.c (dummy): New global.
13932 (main): Issue a couple writes to the new global.
13933 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13934 procedures.
13935 (skip_over_handler): Use test_skip_handler.
13936 (top level): Call skip_over_handler for stepi and nexti too.
13937 (breakpoint_over_handler): Use test_skip_handler.
13938 (top level): Call breakpoint_over_handler for stepi and nexti too.
13939
763905a3
YQ
139402014-10-27 Yao Qi <yao@codesourcery.com>
13941
13942 * gdb.trace/tfile.c (adjust_function_address)
13943 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13944 function descriptor.
13945
6f259a23
DB
139462014-10-24 Don Breazeal <donb@codesourcery.com>
13947
13948 * gdb.base/foll-fork.exp (test_follow_fork,
13949 catch_fork_child_follow): Check for updated fork messages emitted
13950 from infrun.c.
13951 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13952 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13953 vfork_and_exec_child_follow_through_step): Check for updated vfork
13954 messages emitted from infrun.c.
13955
09dd9a69
PA
139562014-10-24 Pedro Alves <palves@redhat.com>
13957
13958 * gdb.base/corefile.exp: Remove references to ultrix.
13959 * gdb.base/interrupt.exp: Likewise.
13960 * gdb.base/whatis.exp: Likewise.
13961 * gdb.gdb/selftest.exp: Likewise.
13962 * gdb.threads/manythreads.exp: Likewise.
13963 * gdb.threads/print-threads.exp: Likewise.
13964 * gdb.threads/pthreads.exp:: Likewise.
13965 * gdb.threads/schedlock.exp: Likewise.
13966
3433cfa5
SC
139672014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13968
13969 * gdb.cp/non-trivial-retval.cc: Add a test case.
13970 * gdb.cp/non-trivial-retval.exp: Add a test.
13971
092f880b
YQ
139722014-10-20 Yao Qi <yao@codesourcery.com>
13973
13974 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13975 * gdb.python/py-objfile-script-gdb.py: New file.
13976 * gdb.python/py-objfile-script.exp: Update reference to
13977 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13978 of remote_download. Remove the dest file.
13979
acbdb7f3
YQ
139802014-10-20 Yao Qi <yao@codesourcery.com>
13981
13982 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13983 * gdb.base/step-line.exp: Likewise.
13984 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13985 * gdb.dwarf2/dw2-basic.exp: Likewise.
13986 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13987 * gdb.dwarf2/dw2-filename.exp: Likewise.
13988 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13989 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13990 * gdb.dwarf2/dw2-producer.exp: Likewise.
13991 * gdb.dwarf2/mac-fileno.exp: Likewise.
13992 * gdb.python/py-frame-args.exp: Likewise.
13993 * gdb.python/py-framefilter.exp: Likewise.
13994 * gdb.python/py-mi.exp: Likewise.
13995 * gdb.python/py-objfile-script.exp: Likewise
13996 * gdb.python/py-pp-integral.exp: Likewise.
13997 * gdb.python/py-pp-re-notag.exp: Likewise.
13998 * gdb.python/py-prettyprint.exp: Likewise.
13999 * gdb.python/py-section-script.exp: Likewise.
14000 * gdb.python/py-typeprint.exp: Likewise.
14001 * gdb.python/py-xmethods.exp: Likewise.
14002 * gdb.stabs/weird.exp: Likewise.
14003 * gdb.xml/tdesc-regs.exp: Likewise.
14004
bd286a29
KCY
140052014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14006
14007 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14008 (out_cu): Use addr_len for the size of addresses.
14009 (out_line): Likewise. Size DW_LNE_set_address instruction
14010 according to addr_len.
14011 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14012 (FUNC): Add START_INSNS to definition.
14013
673dc4a0
YQ
140142014-10-18 Yao Qi <yao@codesourcery.com>
14015
14016 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14017 gdb_has_argv0 return true.
14018 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14019 check [target_info exists noargs], check [gdb_has_argv0]
14020 instead.
14021 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14022 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14023 procedures.
14024
4ffbba72
DE
140252014-10-17 Doug Evans <dje@google.com>
14026
14027 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14028 event.
14029 * gdb.python/py-events.py: Add clear_objfiles event.
14030
d096d8c1
DE
140312014-10-17 Doug Evans <dje@google.com>
14032
14033 * gdb.python/py-objfile.exp: Test progspace attribute.
14034
a80db015
LM
140352014-10-17 Luis Machado <lgustavo@codesourcery.com>
14036
14037 * gdb.guile/scm-breakpoint.exp: Do not assume any
14038 directory separators when matching source file paths.
14039 * gdb.python/py-breakpoint.exp: Likewise.
14040 * gdb.reverse/break-precsave.exp: Likewise.
14041 * gdb.reverse/break-reverse.exp: Likewise.
14042 * gdb.reverse/consecutive-precsave.exp: Likewise.
14043 * gdb.reverse/finish-precsave.exp: Likewise.
14044 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14045 * gdb.reverse/finish-reverse.exp: Likewise.
14046 * gdb.reverse/i386-precsave.exp: Likewise.
14047 * gdb.reverse/i387-env-reverse.exp: Likewise.
14048 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14049 * gdb.reverse/machinestate-precsave.exp: Likewise.
14050 * gdb.reverse/machinestate.exp: Likewise.
14051 * gdb.reverse/sigall-precsave.exp: Likewise.
14052 * gdb.reverse/solib-precsave.exp: Likewise.
14053 * gdb.reverse/step-precsave.exp: Likewise.
14054 * gdb.reverse/until-precsave.exp: Likewise.
14055 * gdb.reverse/watch-precsave.exp: Likewise.
14056 * gdb.reverse/watch-reverse.exp: Likewise.
14057
b22089ab
YQ
140582014-10-17 Yao Qi <yao@codesourcery.com>
14059
14060 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14061 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14062
6c4486e6
PA
140632014-10-17 Pedro Alves <palves@redhat.com>
14064
14065 PR gdb/17471
14066 * gdb.base/bg-execution-repeat.c: New file.
14067 * gdb.base/bg-execution-repeat.exp: New file.
14068
0ff33695
PA
140692014-10-17 Pedro Alves <palves@redhat.com>
14070
14071 PR gdb/17300
14072 * gdb.base/continue-all-already-running.c: New file.
14073 * gdb.base/continue-all-already-running.exp: New file.
14074
6fdebc3d
PA
140752014-10-17 Pedro Alves <palves@redhat.com>
14076
14077 PR gdb/17472
14078 * gdb.base/annota-input-while-running.c: New file.
14079 * gdb.base/annota-input-while-running.exp: New file.
14080
32a8097b
PA
140812014-10-17 Pedro Alves <palves@redhat.com>
14082
14083 * gdb.base/callfuncs.exp: emove references to osf.
14084 * gdb.base/sigall.exp: Likewise.
14085 * gdb.gdb/selftest.exp: Likewise.
14086 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14087 * gdb.mi/non-stop.c: Likewise.
14088 * gdb.mi/pthreads.c: Likewise.
14089 * gdb.reverse/sigall-precsave.exp: Likewise.
14090 * gdb.reverse/sigall-reverse.exp: Likewise.
14091 * gdb.threads/pthreads.c: Likewise.
14092 * gdb.threads/pthreads.exp: Likewise.
14093
7a3517ff
YQ
140942014-10-17 Yao Qi <yao@codesourcery.com>
14095
14096 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14097 check 'target_info exists noargs'.
14098 (test_command_prompt_position): Likewise.
14099 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14100 Remove "set args".
14101 (progvar_simple_while_test): Likewise.
14102 (progvar_complex_if_while_test): Likewise.
14103 (if_while_breakpoint_command_test): Likewise.
14104 (infrun_breakpoint_command_test): Likewise.
14105 (breakpoint_command_test): Likewise.
14106 (watchpoint_command_test): Likewise.
14107 (bp_deleted_in_command_test): Likewise.
14108 (temporary_breakpoint_commands): Likewise.
14109
bb99c472
YQ
141102014-10-16 Yao Qi <yao@codesourcery.com>
14111
14112 * gdb.base/remotetimeout.exp: Remove noargs checking.
14113
7c16b83e
PA
141142014-10-15 Pedro Alves <palves@redhat.com>
14115
14116 PR breakpoints/9649
14117 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14118 * gdb.base/breakpoint-in-ro-region.exp
14119 (probe_target_hardware_step): New procedure.
14120 (top level): Probe hardware stepping and hardware breakpoint
14121 support. Test stepping through a read-only region, with both
14122 "breakpoint auto-hw" on and off and both "always-inserted" on and
14123 off.
14124
35a49624
IB
141252014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14126
14127 * gdb.dlang/demangle.exp: Update for demangling changes.
14128
2d1c107c
SC
141292014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14130
14131 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14132 * gdb.cp/non-trivial-retval.exp: Add new tests.
14133
778811d5
SC
141342014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14135
14136 PR c++/13403
14137 PR c++/15154
14138 * gdb.cp/non-trivial-retval.cc: New file.
14139 * gdb.cp/non-trivial-retval.exp: New file.
14140
10c5f0a8
YQ
141412014-10-15 Yao Qi <yao@codesourcery.com>
14142
14143 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14144 remote host.
14145
65d7b369
YQ
141462014-10-15 Yao Qi <yao@codesourcery.com>
14147
14148 * gdb.python/py-symbol.exp: Match file base name if host is
14149 remote, otherwise match file name with dir name.
14150 * gdb.python/py-symtab.exp: Likewise.
14151 * gdb.python/python.exp: Likewise.
14152
46dc1394
YQ
141532014-10-15 Yao Qi <yao@codesourcery.com>
14154
14155 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14156 pattern.
14157 * gdb.python/py-symtab.exp: Likewise.
14158 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14159 locationn.
14160
c40cc657
JB
141612014-10-14 Joel Brobecker <brobecker@adacore.com>
14162
14163 * gdb.ada/addr_arith: New testcase.
14164
2abf49e1
MR
141652014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14166
14167 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14168 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14169 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14170 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14171
f7088df3
SDJ
141722014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14173
14174 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14175 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14176 * gdb.arch/stap-eval-lang-ada.exp: New file.
14177
4dc06805
YQ
141782014-10-14 Yao Qi <yao@codesourcery.com>
14179
14180 * gdb.mi/mi-var-child.c (nothing1): New function.
14181 (nothing2): New function.
14182 (do_children_tests): Set function pointers by nothing1 and
14183 nothing2.
14184 * gdb.mi/mi-var-child.exp: Step over new added statements.
14185 Update test to match the new output.
14186 * gdb.mi/var-cmd.c (nothing1): New function.
14187 (nothing2): New function.
14188 (do_children_tests): Set function pointers by nothing1 and
14189 nothing2.
14190 * gdb.mi/mi-var-display.exp: Update test to match output.
14191 Step to the line specified by $line_dct_nothing.
14192 Increase the number of lines to step.
14193
46a93de2
YQ
141942014-10-14 Yao Qi <yao@codesourcery.com>
14195
14196 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14197 tests.
14198 * gdb.mi/mi2-var-child.exp: Likewise.
14199
14ea52ee
DE
142002014-10-13 Doug Evans <dje@google.com>
14201
14202 * gdb.python/py-objfile.exp: Change name of file name test.
14203
e5c6e92b
DE
142042014-10-13 Doug Evans <dje@google.com>
14205
14206 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14207 from the start of the CU.
14208
c780cc2f
JK
142092014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14210 Yao Qi <yao@codesourcery.com>
14211
14212 Fix "save breakpoints" for "catch" command.
14213 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14214 Remove -nonewline. Match also the added "main" line.
14215
99894e11
JK
142162014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14217
14218 Fix "save breakpoints" for "disable $bpnum" command.
14219 * gdb.base/save-bp.c (main): Add label.
14220 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14221
6e1ac5a3
JK
142222014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14223
14224 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14225
754dd2b0
YQ
142262014-10-11 Yao Qi <yao@codesourcery.com>
14227
14228 * gdb.server/server-kill.exp: Execute command
14229 "set remote trace-status-packet on" before "tstatus".
14230
f90183d7
YQ
142312014-10-11 Yao Qi <yao@codesourcery.com>
14232
14233 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14234 (main): Call getppid.
14235 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14236 and continue to it. Read variable "server_pid".
14237
bf40a607
YQ
142382014-10-11 Yao Qi <yao@codesourcery.com>
14239
14240 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14241
052ca370
YQ
142422014-10-11 Yao Qi <yao@codesourcery.com>
14243
14244 * gdb.threads/thread-find.exp: Don't execute command
14245 "info threads".
14246 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14247 * gdb.threads/linux-dp.exp: Don't check the condition
14248 $threads_created equals to zero.
14249
3831839c
PA
142502014-10-10 Pedro Alves <palves@redhat.com>
14251
14252 * gdb.base/bigcore.exp: Remove references to IRIX.
14253 * gdb.base/funcargs.exp: Likewise.
14254 * gdb.base/interrupt.exp: Likewise.
14255 * gdb.base/mips_pro.exp: Likewise.
14256 * gdb.base/nodebug.exp: Likewise.
14257 * gdb.base/setvar.exp: Likewise.
14258 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14259
8b9a549d
PA
142602014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14261 Pedro Alves <palves@redhat.com>
14262
14263 PR symtab/14466
14264 * gdb.base/vdso-warning.c: New file.
14265 * gdb.base/vdso-warning.exp: New file.
14266
d48ba5e8
DE
142672014-10-02 Doug Evans <dje@google.com>
14268
14269 * gdb.base/structs.c (main): Don't run forever.
14270
2278c276
PA
142712014-10-02 Pedro Alves <palves@redhat.com>
14272
14273 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14274 (top level) <stop threads 1, stop threads 2>: Use it.
14275
b57bacec
PA
142762014-10-02 Pedro Alves <palves@redhat.com>
14277
14278 * gdb.threads/break-while-running.exp (test): Add new
14279 'update_thread_list' argument. Skip "info threads" if false.
14280 (top level): Add new 'update_thread_list' axis.
14281
13fd3ff3
PA
142822014-10-02 Pedro Alves <palves@redhat.com>
14283
14284 PR breakpoints/17431
14285 * gdb.base/execl-update-breakpoints.c: New file.
14286 * gdb.base/execl-update-breakpoints.exp: New file.
14287
0fec99e8
PA
142882014-10-01 Pedro Alves <palves@redhat.com>
14289
14290 * gdb.base/breakpoint-in-ro-region.c: New file.
14291 * gdb.base/breakpoint-in-ro-region.exp: New file.
14292
2ddf4301
SM
142932014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14294
14295 * gdb.mi/mi-exit-code.exp: New file.
14296 * gdb.mi/mi-exit-code.c: New file.
14297
6a5f3f43
YQ
142982014-09-30 Yao Qi <yao@codesourcery.com>
14299
14300 * lib/prelink-support.exp (build_executable_own_libs): Error if
14301 the target isn't native.
14302
345bcc73
YQ
143032014-09-30 Yao Qi <yao@codesourcery.com>
14304
14305 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14306 false.
14307
a25a5a45
PA
143082014-09-22 Pedro Alves <palves@redhat.com>
14309
14310 * gdb.threads/break-while-running.exp: New file.
14311 * gdb.threads/break-while-running.c: New file.
14312
00ba3162
YQ
143132014-09-19 Yao Qi <yao@codesourcery.com>
14314
14315 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14316 Invoke test. Restart GDB with --readnow and invoke test again.
14317
c3b7b696
YQ
143182014-09-19 Yao Qi <yao@codesourcery.com>
14319
14320 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14321 proc set_breakpoint_on_gcd_function. Invoke
14322 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14323 invoke set_breakpoint_on_gcd_function again.
14324
2b4fd423
DE
143252014-09-18 Doug Evans <dje@google.com>
14326
14327 * gdb.dwarf2/symtab-producer.exp: New file.
14328
a5947601
SDJ
143292014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14330
14331 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14332 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14333 * gdb.base/global-var-nested-by-dso.c: Likewise.
14334 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14335
91c19059
SDJ
143362014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14337 Pedro Alves <palves@redhat.com>
14338
14339 * gdb.base/watch-bitfields.exp: Pass string other than test file
14340 name to prepare_for_testing.
14341 (watch): New procedure.
14342 (expect_watchpoint): Use with_test_prefix.
14343 (top level): Factor out tests to ...
14344 (test_watch_location, test_regular_watch): ... these new
14345 procedures, and use with_test_prefix and gdb_continue_to_end.
14346
bb9d5f81
PP
143472014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14348
14349 PR breakpoints/12526
14350 * gdb.base/watch-bitfields.exp: New file.
14351 * gdb.base/watch-bitfields.c: New file.
14352
635856f5
PA
143532014-09-16 Pedro Alves <palves@redhat.com>
14354
14355 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14356 software and hardware addresses, not software address against
14357 itself.
14358
7280ceea
PA
143592014-09-16 Pedro Alves <palves@redhat.com>
14360
14361 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14362 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14363
428b16bd
PA
143642014-09-16 Pedro Alves <palves@redhat.com>
14365
14366 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14367 files.
14368 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14369 "*-*-vxworks*" throughout.
14370 * gdb.base/break.exp: Likewise.
14371 * gdb.base/default.exp: Likewise.
14372 * gdb.base/scope.exp: Likewise.
14373 * gdb.base/sepdebug.exp: Likewise.
14374 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14375 throughout.
14376 * gdb.base/run.c: Likewise.
14377 * gdb.base/sepdebug.c: Likewise.
14378 * gdb.hp/gdb.aCC/run.c: Likewise.
14379 * gdb.reverse/until-reverse.c: Likewise.
14380 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14381
666d413c
YQ
143822014-09-16 Yao Qi <yao@codesourcery.com>
14383
14384 * boards/local-remote-host-native.exp: New file.
14385
57cbd724
DE
143862014-09-14 Doug Evans <xdje42@gmail.com>
14387
14388 * gdb.threads/queue-signal.c (thread_count): New variable.
14389 (thread_count_mutex, thread_count_condvar): New variables.
14390 (incr_thread_count, wait_all_threads_running): New functions.
14391 (main): Wait for all threads to be in their thread functions.
14392
81219e53
DE
143932014-09-13 Doug Evans <xdje42@gmail.com>
14394
14395 * gdb.threads/queue-signal.c: New file.
14396 * gdb.threads/queue-signal.exp: New file.
14397
3714cea7
DE
143982014-09-13 Doug Evans <xdje42@gmail.com>
14399
14400 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14401 be consistent with what default_gdb_init uses.
14402 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14403 the plain text of the prompt. Add some logging printfs.
14404 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14405
fa43b1d7
PA
144062014-09-12 Pedro Alves <palves@redhat.com>
14407
14408 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14409 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14410 * gdb.arch/i386-size-overlap.exp: Likewise.
14411 * gdb.arch/i386-size.exp: Likewise.
14412 * gdb.arch/i386-unwind.exp: Likewise.
14413 * gdb.base/a2-run.exp: Likewise.
14414 * gdb.base/break.exp: Likewise.
14415 * gdb.base/charset.exp: Likewise.
14416 * gdb.base/chng-syms.exp: Likewise.
14417 * gdb.base/commands.exp: Likewise.
14418 * gdb.base/dbx.exp: Likewise.
14419 * gdb.base/find.exp: Likewise.
14420 * gdb.base/funcargs.exp: Likewise.
14421 * gdb.base/jit-simple.exp: Likewise.
14422 * gdb.base/reread.exp: Likewise.
14423 * gdb.base/sepdebug.exp: Likewise.
14424 * gdb.base/step-bt.exp: Likewise.
14425 * gdb.cp/mb-inline.exp: Likewise.
14426 * gdb.cp/mb-templates.exp: Likewise.
14427 * gdb.objc/basicclass.exp: Likewise.
14428 * gdb.threads/killed.exp: Likewise.
14429
9d9bf2df
EBM
144302014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14431
14432 PR tdep/17379
14433 * gdb.arch/powerpc-stackless.S: New file.
14434 * gdb.arch/powerpc-stackless.exp: New file.
14435
1cf2f1b0
JK
144362014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14437
14438 * gdb.base/attach.c: Include unistd.h.
14439 (main): Call alarm. Add label postloop.
14440 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14441 gdb_breakpoint, gdb_continue_to_breakpoint.
14442 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14443
98880d46
PA
144442014-09-11 Pedro Alves <palves@redhat.com>
14445
14446 PR gdb/17347
14447 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14448 * gdb.base/attach.exp (test_command_line_attach_run): New
14449 procedure.
14450 (top level): Call it.
14451
4c92ff2c
PA
144522014-09-11 Pedro Alves <palves@redhat.com>
14453
14454 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14455 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14456 (do_command_attach_tests): Use spawn_wait_for_attach.
14457 * gdb.base/solib-overlap.exp: Likewise.
14458 * gdb.multi/multi-attach.exp: Likewise.
14459 * gdb.python/py-prompt.exp: Likewise.
14460 * gdb.python/py-sync-interp.exp: Likewise.
14461 * gdb.server/ext-attach.exp: Likewise.
14462
3adc1a7d
GKB
144632014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14464
14465 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14466 command in testcase. Simplify testcase.
14467
96334934
JB
144682014-09-10 Joel Brobecker <brobecker@adacore.com>
14469
14470 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14471
eb479039
JB
144722014-09-10 Joel Brobecker <brobecker@adacore.com>
14473
14474 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14475
deede10c
JB
144762014-09-10 Joel Brobecker <brobecker@adacore.com>
14477
14478 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14479
7828a5f5
JB
144802014-09-10 Joel Brobecker <brobecker@adacore.com>
14481
14482 * gdb.dwarf2/dynarr-ptr.c: New file.
14483 * gdb.dwarf2/dynarr-ptr.exp: New file.
14484
33aeebcf
MR
144852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14486
14487 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14488 of 30 rather than hardcoding 120 for a slow test case. Take the
14489 `gdb,timeout' target setting into account for this calculation.
14490 Don't extend the timeout for the test cases that don't need it.
14491
7b415901
MR
144922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14493
14494 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14495 a factor of 2 for a slow test case. Take the `gdb,timeout'
14496 target setting into account for this calculation.
14497 * gdb.reverse/until-precsave.exp: Increase the timeout by
14498 a factor of 15 and 3 respectively rather than adding 120
14499 for a pair of slow test cases. Take the `gdb,timeout'
14500 target setting into account for this calculation.
14501
4a40f85a
MR
145022014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14503
14504 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14505 timeout, don't pass one down to gdb_expect.
14506 (gdb_expect): Rework timeout selection.
14507
09635af7
MR
145082014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14509
14510 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14511 exception on timeout.
14512 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14513 (gdbserver_start_extended): Catch any `gdbserver_start' error
14514 exceptions.
14515 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14516 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14517 `gdbserver_gdb_load' error exceptions.
14518
2bdd10b7
MR
145192014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14520
14521 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14522 120 on waiting for the TCP socket to open.
14523
316935f0
DE
145242014-09-09 Doug Evans <xdje42@gmail.com>
14525
14526 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14527 _caller_matches, _any_caller_is, _any_caller_matches.
14528
83740597
DE
145292014-09-09 Doug Evans <xdje42@gmail.com>
14530
14531 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14532
4c122fc3
YQ
145332014-09-09 Yao Qi <yao@codesourcery.com>
14534
14535 * gdb.mi/mi-var-display.exp: Set print symbol off.
14536
a9f116cb
GKB
145372014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14538
14539 PR gdb/17035
14540 * gdb.base/commands.exp: Add tests to verify user-defined
14541 commands with empty bodies.
14542 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14543 python commands in `show user command`.
14544 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14545 scheme commands in `show user command`.
14546
c75bd3a2
JK
145472014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14548
14549 PR python/17355
14550 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14551 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14552 * gdb.python/py-framefilter-invalidarg.exp: New file.
14553 * gdb.python/py-framefilter-invalidarg.py: New file.
14554
faa42425
DE
145552014-09-06 Doug Evans <xdje42@gmail.com>
14556
14557 PR 15276
14558 * gdb.python/py-caller-is.c: New file.
14559 * gdb.python/py-caller-is.exp: New file.
14560
474ca4f6
SDJ
145612014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14562
14563 PR gdb/17235
14564 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14565 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14566
eb0b0463
SDJ
145672014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14568
14569 PR fortran/17237
14570 * gdb.fortran/print-formatted.exp: New file.
14571 * gdb.fortran/print-formatted.f90: Likewise.
14572
5f3b99cf
SS
145732014-09-03 Sasha Smundak <asmundak@google.com>
14574
14575 * gdb.python/py-frame.exp: Test Frame.read_register.
14576
7d793aa9
SDJ
145772014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14578
14579 PR python/16699
14580 * gdb.python/py-completion.exp: New file.
14581 * gdb.python/py-completion.py: Likewise.
14582
fb0576e9
DE
145832014-08-28 Doug Evans <dje@google.com>
14584
14585 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14586 eax,etc. are live with values set by gdb and thus the compiler can't
14587 use them.
14588 * gdb.arch/i386-pseudo.c (main): Ditto.
14589
ee92b0dd
DE
145902014-08-27 Doug Evans <dje@google.com>
14591
14592 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14593
6649db35
DE
145942014-08-25 Doug Evans <dje@google.com>
14595
14596 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14597 (main): Ditto.
14598
564b7600
DE
145992014-08-25 Doug Evans <dje@google.com>
14600
14601 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14602
3881fb67
YQ
146032014-08-24 Yao Qi <yao@codesourcery.com>
14604
14605 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14606 symbol off.
14607 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14608
a05a36a5
DE
146092014-08-22 Doug Evans <dje@google.com>
14610
14611 PR 17276
14612 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14613 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14614 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14615
7c343b48
YQ
146162014-08-22 Yao Qi <yao@codesourcery.com>
14617
14618 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14619 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14620 * gdb.python/python.exp: Likewise. Use .py file on the host
14621 instead of the build.
14622
22fd09ae
JK
146232014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14624
14625 * gdb.threads/gcore-stale-thread.c: New file.
14626 * gdb.threads/gcore-stale-thread.exp: New file.
14627
a8454a7c
PA
146282014-08-21 Pedro Alves <palves@redhat.com>
14629
14630 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14631 * gdb.base/gcore-relro-pie.exp: Likewise.
14632 * gdb.base/gcore-relro.exp: Likewise.
14633 * gdb.base/gcore.exp: Likewise.
14634 * gdb.base/print-symbol-loading.exp: Likewise.
14635 * gdb.threads/gcore-thread.exp: Likewise.
14636 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14637
2a31c623
PA
146382014-08-20 Pedro Alves <palves@redhat.com>
14639 Jan Kratochvil <jan.kratochvil@redhat.com>
14640
14641 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14642 configure.
14643 (EXPECT): Handle READ1 being set.
14644 (all): Depend on EXTRA_RULES.
14645 (check-read1, expect-read1, read1.so, read1): New rules.
14646 * README (Testsuite Parameters): Document the READ1 make variable.
14647 (Race detection): New section.
14648 * configure: Regenerate.
14649 * configure.ac: If build==host==target, and running under a
14650 GNU/glibc system, add read1 to the extra Makefile rules.
14651 (EXTRA_RULES): AC_SUBST it.
14652 * lib/read1.c: New file.
14653
d36430db
JB
146542014-08-20 Joel Brobecker <brobecker@adacore.com>
14655
14656 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14657 the handling of variables declared as a typedef to an array
14658 which a DW_AT_data_location attribute.
14659
9a0dc9e3
PA
146602014-08-19 Andrew Burgess <aburgess@broadcom.com>
14661 Pedro Alves <palves@redhat.com>
14662
14663 PR symtab/14604
14664 PR symtab/14605
14665 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14666 gdb_test.
14667
0718a8da
PA
146682014-08-19 Pedro Alves <palves@redhat.com>
14669
14670 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14671
13b448cd
YQ
146722014-08-19 Yao Qi <yao@codesourcery.com>
14673
14674 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14675 right line.
14676
1cbf5077
DB
146772014-08-18 David Blaikie <dblaikie@gmail.com>
14678
14679 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14680
bf0fae19
JB
146812014-08-18 Joel Brobecker <brobecker@adacore.com>
14682
14683 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14684 attribute in array range.
14685
3c8c5dcc
JB
146862014-08-18 Joel Brobecker <brobecker@adacore.com>
14687
14688 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14689
e66d4446
SC
146902014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14691
14692 PR c++/17132
14693 * gdb.cp/pr17132.cc: New file.
14694 * gdb.cp/pr17132.exp: New file.
14695
940df408
SC
146962014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14697
14698 * gdb.python/py-xmethods.py (A_getarrayind)
14699 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14700 Use 'print' with function call syntax.
14701 (E_method_matcher.match): Fix tab vs space indentation mixup.
14702
ebcc6c3a
YQ
147032014-08-15 Yao Qi <yao@codesourcery.com>
14704
14705 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14706 false.
14707
775e0f04
YQ
147082014-08-15 Yao Qi <yao@codesourcery.com>
14709
14710 * gdb.cp/casts.exp: Set print symbol off.
14711 * gdb.cp/class2.exp: Likewise.
14712 * gdb.cp/overload.exp: Likewise.
14713 * gdb.cp/templates.exp: Likewise.
14714
d769e349
DE
147152014-08-11 Doug Evans <dje@google.com>
14716
14717 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14718 (test_load_shlib): Update.
14719
20c6f1e1
YQ
147202014-08-09 Yao Qi <yao@codesourcery.com>
14721
14722 * gdb.base/display.exp: Invoke is_address_zero_readable.
14723 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14724 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14725 * gdb.base/hbreak-unmapped.exp: Return if
14726 is_address_zero_readable returns true.
14727 * gdb.base/signest.exp: Likewise.
14728 * gdb.base/signull.exp: Likewise.
14729 * gdb.base/sigbpt.exp: Likewise.
14730 * gdb.guile/scm-disasm.exp: Do the test if
14731 is_address_zero_readable returns false.
14732 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14733 * gdb.python/py-arch.exp: Likewise.
14734 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14735 * lib/gdb.exp (is_address_zero_readable): New proc.
14736
5792e8e3
YQ
147372014-08-09 Yao Qi <yao@codesourcery.com>
14738
14739 PR testsuite/13443
14740 * gdb.mi/mi-var-display.exp: Make test messages unique.
14741
3cecbbbe
TT
147422014-08-04 Tom Tromey <tromey@redhat.com>
14743
14744 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14745 target 0".
14746
00b51ff5
TT
147472014-08-04 Tom Tromey <tromey@redhat.com>
14748
14749 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14750 "target_resume".
14751
6908c509
JB
147522014-08-01 Joel Brobecker <brobecker@adacore.com>
14753
14754 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14755 inner_vla_struct_object_size.
14756 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14757 as xfail.
14758
cc6563d2
PA
147592014-07-30 Pedro Alves <palves@redhat.com>
14760
14761 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14762 comment.
14763
7e09a223
YQ
147642014-07-29 Yao Qi <yao@codesourcery.com>
14765
14766 PR gdb/17206
14767 * gdb.base/until-nodebug.exp: New.
14768
7ebdbe92
DE
147692014-07-28 Doug Evans <xdje42@gmail.com>
14770
14771 PR guile/17203
14772 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14773 previously existing parameter, and previously ambiguously spelled
14774 parameter.
14775
fdb1adc6
WN
147762014-07-28 Will Newton <will.newton@linaro.org>
14777
14778 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14779
186fcde0
DE
147802014-07-26 Ludovic Courtès <ludo@gnu.org>
14781 Doug Evans <xdje42@gmail.com>
14782
14783 PR guile/17146
14784 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14785
70509625
PA
147862014-07-25 Pedro Alves <palves@redhat.com>
14787
14788 * gdb.threads/signal-command-handle-nopass.c: New file.
14789 * gdb.threads/signal-command-handle-nopass.exp: New file.
14790 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14791 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14792 * gdb.threads/signal-delivered-right-thread.c: New file.
14793 * gdb.threads/signal-delivered-right-thread.exp: New file.
14794
c3f814a1
PA
147952014-07-25 Pedro Alves <palves@redhat.com>
14796
14797 * gdb.base/double-prompt-target-event-error.exp
14798 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14799 match.
14800 (cancel_pagination_in_target_event): Rework double prompt
14801 detection.
14802 * gdb.base/paginate-after-ctrl-c-running.exp
14803 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14804 <return>' match.
14805 * gdb.base/paginate-bg-execution.exp
14806 (test_bg_execution_pagination_return)
14807 (test_bg_execution_pagination_cancel): Remove '-notransfer
14808 <return>' matches.
14809 * gdb.base/paginate-execution-startup.exp
14810 (test_fg_execution_pagination_return)
14811 (test_fg_execution_pagination_cancel): Remove '-notransfer
14812 <return>' matches.
14813 * gdb.base/paginate-inferior-exit.exp
14814 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14815 match.
14816 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14817 * lib/gdb.exp (pagination_prompt): Run text through
14818 string_to_regexp.
14819 (gdb_test_multiple): Match $pagination_prompt instead of
14820 "<return>".
14821 (string_to_regexp): Move to lib/gdb-utils.exp.
14822
e214cf6c
JK
148232014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14824
14825 * gdb.arch/amd64-entry-value-paramref.S: New file.
14826 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14827 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14828 * gdb.arch/amd64-optimout-repeat.S: New file.
14829 * gdb.arch/amd64-optimout-repeat.c: New file.
14830 * gdb.arch/amd64-optimout-repeat.exp: New file.
14831
17d0c5c8
JK
148322014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14833
14834 PR gdb/17170
14835 * gdb.base/statistics.exp: New file.
14836
b8b8facf
DE
148372014-07-17 Doug Evans <dje@google.com>
14838
74b49205 14839 PR gdb/17170
b8b8facf
DE
14840 * gdb.base/maint.exp: Update testing of per-command stats.
14841
1b5d0ab3
PA
148422014-07-16 Pedro Alves <palves@redhat.com>
14843
14844 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14845 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14846 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14847 (tfile_write_buf): New functions.
14848 (add_memory_block): Rewrite using the above.
14849 (adjust_function_address): New function.
14850 (FUNCTION_ADDRESS): New macro.
14851 (write_basic_trace_file): Remove short_x local, and use
14852 tfile_write_16. Change type of func_addr local to unsigned long
14853 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14854 here. Cast argument of add_memory_block to char pointer.
14855 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14856 (main): Remove parameters.
14857 * gdb.trace/tfile.exp: Remove nowarnings.
14858
4d974e88
SM
148592014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14860
14861 * gdb.base/debug-expr.exp: Test string evaluation with
14862 "debug expression" on.
14863
41e99568
PA
148642014-07-15 Pedro Alves <palves@redhat.com>
14865
14866 * gdb.base/reread.exp: Use clean_restart.
14867
487d9753
PL
148682014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14869
14870 * gdb.arch/avr-flash-qualifer.c: New.
14871 * gdb.arch/avr-flash-qualifer.exp: New.
14872
cc1c52ad
PA
148732014-07-14 Pedro Alves <palves@redhat.com>
14874
14875 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14876 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14877
1e973570
PA
148782014-07-14 Pedro Alves <palves@redhat.com>
14879
14880 * gdb.base/double-prompt-target-event-error.c: New file.
14881 * gdb.base/double-prompt-target-event-error.exp: New file.
14882
93d6eb10
PA
148832014-07-14 Pedro Alves <palves@redhat.com>
14884
14885 PR gdb/17072
14886 * gdb.base/paginate-inferior-exit.c: New file.
14887 * gdb.base/paginate-inferior-exit.exp: New file.
14888
0017922d
PA
148892014-07-14 Pedro Alves <palves@redhat.com>
14890
14891 PR gdb/17072
14892 * gdb.base/paginate-bg-execution.c: New file.
14893 * gdb.base/paginate-bg-execution.exp: New file.
14894
94696ad3
PA
148952014-07-14 Pedro Alves <palves@redhat.com>
14896
14897 PR gdb/17072
14898 * gdb.base/paginate-execution-startup.c: New file.
14899 * gdb.base/paginate-execution-startup.exp: New file.
14900 * lib/gdb.exp (pagination_prompt): New global.
14901 (default_gdb_spawn): New procedure, factored out from
14902 default_gdb_spawn.
14903 (default_gdb_start): Adjust to call default_gdb_spawn.
14904 (gdb_spawn): New procedure.
14905
bd293940
PA
149062014-07-14 Pedro Alves <palves@redhat.com>
14907
14908 * lib/gdb.exp (gdb_assert): New procedure.
14909 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14910
c933f875
PA
149112014-07-14 Pedro Alves <palves@redhat.com>
14912
14913 * gdb.base/execution-termios.c: New file.
14914 * gdb.base/execution-termios.exp: New file.
14915
d98b7a16
TT
149162014-07-14 Tom Tromey <tromey@redhat.com>
14917
14918 * gdb.cp/vla-cxx.cc: New file.
14919 * gdb.cp/vla-cxx.exp: New file.
14920
548740d6
TT
149212014-07-14 Tom Tromey <tromey@redhat.com>
14922
14923 * gdb.reverse/rerun-prec.c: New file.
14924 * gdb.reverse/rerun-prec.exp: New file.
14925
a25eb028
MR
149262014-07-12 Maciej W. Rozycki <macro@mips.com>
14927 Maciej W. Rozycki <macro@codesourcery.com>
14928
14929 * lib/gdb-utils.exp: New file.
14930 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14931 inline `gdb_init_command' processing.
14932 (gdb_start_cmd): Likewise.
14933 * lib/mi-support.exp (mi_run_cmd): Likewise.
14934 * README: Document `gdb_init_command' and `gdb_init_commands'.
14935
218c2655
JK
149362014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14937
14938 Fix false FAIL running under a very long directory name.
14939 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14940 and "set print elements 10000". Twice.
14941
5401fde3
YQ
149422014-07-11 Yao Qi <yao@codesourcery.com>
14943
14944 * gdb.base/exprs.exp: "set print symbol off".
14945
e76126e8
PA
149462014-07-11 Pedro Alves <palves@redhat.com>
14947
14948 * gdb.threads/kill.c: New file.
14949 * gdb.threads/kill.exp: New file.
14950
2d6f0de6
YQ
149512014-07-10 Yao Qi <yao@codesourcery.com>
14952
14953 * gdb.trace/tfile.c (write_basic_trace_file)
14954 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14955 address written to trace file.
14956
7180e04a
PA
149572014-07-09 Pedro Alves <palves@redhat.com>
14958
14959 * gdb.base/attach-wait-input.exp: New file.
14960 * gdb.base/attach-wait-input.c: New file.
14961
9a9a7608
AB
149622014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14963
14964 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14965 setting up test structures.
14966 (main): Call new test function.
14967 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14968 test function, continue into test function and walk test
14969 structures.
14970
161ac41e
YQ
149712014-07-02 Yao Qi <yao@codesourcery.com>
14972
14973 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14974 'bar_start' at the beginning of functions 'foo' and 'bar'
14975 respectively.
14976 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14977 instead of 'foo' and 'bar'.
14978
1f267ae3
MM
149792014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14980
14981 * gdb.btrace/segv.exp: New.
14982 * gdb.btrace/segv.c: New.
14983
2b239efb
LM
149842014-07-02 Luis Machado <lgustavo@codesourcery.com>
14985
14986 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14987 instruction.
14988
cf363f18
MW
149892014-06-30 Mark Wielaard <mjw@redhat.com>
14990
14991 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14992 vulture, vilify, villar): New volatile array constants.
14993 (vindictive, vegetation): New const volatile array constants.
14994 * gdb.base/volatile.exp: Test volatile and const volatile array
14995 types.
14996
aebf9d24
AA
149972014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14998
14999 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15000 target lacks support for awatch, rwatch, or hbreak.
15001
b67a2c6f
YQ
150022014-06-27 Yao Qi <yao@codesourcery.com>
15003
15004 * gdb.multi/dummy-frame-restore.exp: New.
15005 * gdb.multi/dummy-frame-restore.c: New.
15006
aef92902
MM
150072014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15008
15009 * gdb.btrace/gcore.exp: New.
15010
8e9db26e
PA
150112014-06-23 Pedro Alves <palves@redhat.com>
15012
15013 * gdb.base/watchpoint-reuse-slot.c: New file.
15014 * gdb.base/watchpoint-reuse-slot.exp: New file.
15015
70afc5b7
SC
150162014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15017
15018 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15019 progspace's filename in 'info', 'enable' and 'disable' command
15020 tests.
15021
b972bd9c
JK
150222014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15023
15024 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15025 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15026 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15027
125f8a3d
GB
150282014-06-20 Gary Benson <gbenson@redhat.com>
15029
15030 * gdb.arch/i386-avx.exp: Fix include file location.
15031 * gdb.arch/i386-sse.exp: Likewise.
15032
3ed9baed
IB
150332014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15034
15035 * gdb.dlang/expression.exp: New file.
15036
034f788c
PA
150372014-06-19 Pedro Alves <palves@redhat.com>
15038
15039 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15040 out from ...
15041 (top level): ... here. Iterate running tests under different
15042 scheduler-locking settings.
15043
45371d0c
LM
150442014-06-18 Luis Machado <lgustavo@codesourcery.com>
15045
15046 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15047 to DW_FORM_addr and use non-zero addresses.
15048
5d376983
SC
150492014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15050
15051 PR gdb/17017
15052 * gdb.python/py-xmethods.cc: Add global function call counters and
15053 increment them in their respective functions. Remove "cout"
15054 statements.
15055 * gdb.python/py-xmethods.exp: Make tests check the global function
15056 call counters instead of depending on inferior IO.
15057
a1aa2221
LM
150582014-06-18 Don Breazeal <donb@codesourcery.com>
15059
15060 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15061 Deleted procedure.
15062 (explicit_fork_parent_follow): Deleted procedure.
15063 (explicit_fork_child_follow): Deleted procedure.
15064 (test_follow_fork): New procedure.
15065 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15066 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15067 procedure calls.
15068
0fc05997
YQ
150692014-06-17 Yao Qi <yao@codesourcery.com>
15070
15071 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15072 CP1252.
15073
70795c52
LM
150742014-06-17 Luis Machado <lgustavo@codesourcery.com>
15075
15076 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15077 Initialize ptr and S explicitly.
15078 (skip_type_update_when_not_use_rtti_test): Likewise.
15079
6be47f0c
KS
150802014-06-16 Keith Seitz <keiths@redhat.com>
15081
15082 PR mi/15863
15083 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15084 the inferior is started.
15085
d03de421
PA
150862014-06-16 Pedro Alves <palves@redhat.com>
15087
15088 * gdb.base/break-main-file-remove-fail.c: New file.
15089 * gdb.base/break-main-file-remove-fail.exp: New file.
15090 * gdb.base/break-unload-file.exp: Use build_executable instead of
15091 prepare_for_testing.
15092 (test_break): New parameter "initial_load". Handle it.
15093 (top level): Add initial_load cmdline/file axis.
15094
f9579b99
TT
150952014-06-12 Tom Tromey <tromey@redhat.com>
15096
15097 * gdb.base/completion.exp: Don't use directory name in test.
15098
3657956b
GB
150992014-06-09 Gary Benson <gbenson@redhat.com>
15100
15101 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15102 separate the always-available ANSI-standard signals from the
15103 signals that require checking.
15104 (main): Likewise.
15105 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15106 Likewise.
15107 (main): Likewise.
15108
4186eb54
KS
151092014-06-07 Keith Seitz <keiths@redhat.com>
15110
15111 Revert:
15112 PR c++/16253
15113 * gdb.cp/var-tag.cc: New file.
15114 * gdb.cp/var-tag.exp: New file.
15115 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15116 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15117 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15118 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15119
25326a28 151202014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15121
15122 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15123
829155c9
PA
151242014-06-06 Pedro Alves <palves@redhat.com>
15125
15126 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15127 in target debug output instead of looking at RSP packets,
15128 disabling the test on any target that uses hardware stepping.
15129 Update comments.
15130
61c8d22e
PA
151312014-06-06 Pedro Alves <palves@redhat.com>
15132
15133 * gdb.base/break-unload-file.exp: Fix typo.
15134
d9a47287
YQ
151352014-06-06 Yao Qi <yao@codesourcery.com>
15136
15137 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15138 from "jit_function" to "^jit_function".
15139
e5e01dbf
YQ
151402014-06-06 Yao Qi <yao@codesourcery.com>
15141
15142 * gdb.base/async.c (foo): Add one statement.
15143 * gdb.base/async.exp: Get the next instruction address and
15144 match the output of "nexti" by instruction address. Match
15145 the hex address in the output of "finish".
15146
73ba372c
GB
151472014-06-06 Gary Benson <gbenson@redhat.com>
15148
15149 * gdb.base/call-signals.c: Remove preprocessor conditionals
15150 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15151 SIGSEGV and SIGTERM.
15152 * gdb.base/sigall.c: Likewise.
15153 * gdb.base/unwindonsignal.c: Likewise.
15154 * gdb.reverse/sigall-reverse.c: Likewise.
15155
831517df
YQ
151562014-06-06 Yao Qi <yao@codesourcery.com>
15157
15158 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15159 readable, skip the test.
15160
b8b91e98
YQ
151612014-06-06 Yao Qi <yao@codesourcery.com>
15162
15163 * gdb.threads/staticthreads.c (thread_function): Move the line
15164 setting breakpoint on forward.
15165 * gdb.threads/staticthreads.exp: Update comments.
15166
fb934770
LC
151672014-06-05 Ludovic Courtès <ludo@gnu.org>
15168
15169 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15170 "history-append! type error".
15171
6ef284bd
SM
151722014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15173
15174 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15175 erroneous dprintf expected input.
15176
a872e241
DE
151772014-06-04 Doug Evans <xdje42@gmail.com>
15178
15179 * gdb.guile/scm-generics.exp: Delete.
15180
16f691fb
DE
151812014-06-04 Doug Evans <xdje42@gmail.com>
15182
15183 * gdb.guile/scm-breakpoint.exp: Update.
15184 Add tests for breakpoint registration.
15185
012370f6
TT
151862014-06-04 Tom Tromey <tromey@redhat.com>
15187
15188 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15189 VLA-in-union.
15190 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15191 inner_vla_struct, vla_union types. Initialize objects of those
15192 types and compute their sizes.
15193
9f5a4cef
HZ
151942014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15195 Hui Zhu <hui@codesourcery.com>
15196
15197 * gdb.base/fileio.exp: Add test for shell not available as well as
15198 available.
15199 * gdb.base/fileio.c (test_system): Check for shell twice.
15200
90a45c4d
YQ
152012014-06-04 Yao Qi <yao@codesourcery.com>
15202
15203 * gdb.base/auto-connect-native-target.exp: Remove redundant
15204 space from the regexp pattern.
15205
70017e41
YQ
152062014-06-04 Yao Qi <yao@codesourcery.com>
15207
15208 * gdb.base/default.exp: Replace "child" with "native" in
15209 regexp pattern.
15210
883964a7
SC
152112014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15212
15213 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15214 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15215 * gdb.python/py-xmethods.py: Python script supporting the
15216 new testcase and tests.
15217
ef370185
JB
152182014-06-03 Joel Brobecker <brobecker@adacore.com>
15219 Pedro Alves <palves@redhat.com>
15220
15221 PR breakpoints/17000
15222 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15223 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15224
1e2ccb61
BM
152252014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15226
15227 * gdb.base/subst.exp: Add tests to verify partial path matching
15228 output.
15229
c6ec5ab2
PA
152302014-06-03 Pedro Alves <palves@redhat.com>
15231
15232 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15233 target that doesn't use software single-stepping.
15234
835c559f
PA
152352014-06-03 Pedro Alves <palves@redhat.com>
15236
15237 PR breakpoints/17000
15238 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15239 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15240
06eb1586
DE
152412014-06-02 Doug Evans <xdje42@gmail.com>
15242
15243 * gdb.guile/scm-parameter.exp: New file.
15244
e698b8c4
DE
152452014-06-02 Doug Evans <xdje42@gmail.com>
15246
15247 * gdb.guile/scm-cmd.c: New file.
15248 * gdb.guile/scm-cmd.exp: New file.
15249
ded03782
DE
152502014-06-02 Doug Evans <xdje42@gmail.com>
15251
15252 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15253 pretty-printer lookup.
15254 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15255 (make-pp_s-printer): Call it.
15256 (make-pretty-printer-from-dict): New function.
15257 (lookup-pretty-printer-maker-from-dict): New function.
15258 (*pretty-printer*): Simplify.
15259 (make-objfile-pp_s-printer): New function.
15260 (install-objfile-pretty-printers!): New function.
15261 (make-progspace-pp_s-printer): New function.
15262 (install-progspace-pretty-printers!): New function.
15263 * gdb.guile/scm-progspace.c: New file.
15264 * gdb.guile/scm-progspace.exp: New file.
15265
41fac0cf
PA
152662014-06-02 Pedro Alves <palves@redhat.com>
15267
15268 * gdb.base/dprintf-bp-same-addr.c: New file.
15269 * gdb.base/dprintf-bp-same-addr.exp: New file.
15270
96ae5695
EBM
152712014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15272
15273 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15274 * gdb.arch/powerpc-power.s: Likewise.
15275
da02b3a8
JB
152762014-06-02 Joel Brobecker <brobecker@adacore.com>
15277
15278 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15279
c72b2e7b
YQ
152802014-06-01 Yao Qi <yao@codesourcery.com>
15281
15282 * gdb.base/watchpoint.exp (test_watch_location): Check null
15283 pointer can be dereferenced. If not, do the test, otherwise
15284 skip it.
15285
53e8a631
AB
152862014-05-30 Andrew Burgess <aburgess@broadcom.com>
15287
15288 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15289 results.
15290 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15291
938f0e2f
AB
152922014-05-30 Andrew Burgess <aburgess@broadcom.com>
15293
15294 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15295 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15296 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15297 * gdb.arch/amd64-invalid-stack-top.c: New file.
15298 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15299
9ba6657a
PA
153002014-05-30 Pedro Alves <palves@redhat.com>
15301
15302 PR breakpoints/17000
15303 * gdb.base/sss-bp-on-user-bp.c: New file.
15304 * gdb.base/sss-bp-on-user-bp.exp: New file.
15305
522c09bf
DB
153062014-05-30 David Blaikie <dblaikie@gmail.com>
15307
15308 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15309 gnu_inline semantics via attribute.
15310 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15311 source explicitly specifies the required semantics.
15312
bf4ef81e
MR
153132014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15314
15315 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15316
329ea579
PA
153172014-05-29 Pedro Alves <palves@redhat.com>
15318 Tom Tromey <tromey@redhat.com>
15319
15320 * gdb.base/async-shell.exp: Don't enable target-async.
15321 * gdb.base/async.exp
15322 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15323 parameter. Adjust.
15324 (top level): Don't test with "target-async".
15325 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15326 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15327 * gdb.base/inferior-died.exp: Don't enable target-async.
15328 * gdb.base/interrupt-noterm.exp: Likewise.
15329 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15330 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15331 * gdb.mi/mi-nonstop.exp: Likewise.
15332 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15333 * gdb.mi/mi-nsintrall.exp: Likewise.
15334 * gdb.mi/mi-nsmoribund.exp: Likewise.
15335 * gdb.mi/mi-nsthrexec.exp: Likewise.
15336 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15337 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15338 * gdb.python/py-evsignal.exp: Don't enable target-async.
15339 * gdb.python/py-evthreads.exp: Likewise.
15340 * gdb.python/py-prompt.exp: Likewise.
15341 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15342 * gdb.server/solib-list.exp: Don't enable target-async.
15343 * gdb.threads/thread-specific-bp.exp: Likewise.
15344 * lib/mi-support.exp: Adjust to use mi-async.
15345
fd664c91
PA
153462014-05-29 Pedro Alves <palves@redhat.com>
15347
15348 PR gdb/13860
15349 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15350 reason, even in sync mode.
15351
251bde03
PA
153522014-05-29 Pedro Alves <palves@redhat.com>
15353 Hui Zhu <hui@codesourcery.com>
15354
15355 PR PR15693
15356 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15357 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15358 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15359 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15360
7f3c0343
JB
153612014-05-28 Joel Brobecker <brobecker@adacore.com>
15362
15363 * config/monitor.exp (gdb_target_monitor): Replace use of
15364 "set remotebaud" by "set serial baud".
15365
b2715b27
AW
153662014-05-26 Andy Wingo <wingo@igalia.com>
15367
15368 * gdb.guile/scm-breakpoint.exp:
15369 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15370 properties instead of gdb-object-properties.
15371
498a4489
YQ
153722014-05-26 Yao Qi <yao@codesourcery.com>
15373
15374 * gdb.server/no-thread-db.exp: Specify source file name
15375 explicitly when setting a breakpoint.
15376
589fdceb
MM
153772014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15378
15379 * gdb.btrace/vdso.c: New.
15380 * gdb.btrace/vdso.exp: New.
15381
e9089e05
MM
153822014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15383
15384 * gdb.base/gcore.exp (capture_command_output): Move ...
15385 * lib/gdb.exp (capture_command_output): ... here.
15386
67b5c0c1
MM
153872014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15388
15389 * gdb.btrace/data.exp: Test memory access during btrace replay.
15390
a2199296
SM
153912014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15392
15393 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15394
17b2616c
PA
153952014-05-21 Pedro Alves <palves@redhat.com>
15396
15397 PR gdb/13860
15398 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15399 (top level): Test that output related to execution commands is
15400 sent to the console with CLI commands, but not with MI commands.
15401 Test that breakpoint events are always mirrored to the console.
15402 Also expect the new source line to be output after a "next" in
15403 async mode too. Make it a pass/fail test.
15404 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15405 output.
15406 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15407
5166082f
PA
154082014-05-21 Pedro Alves <palves@redhat.com>
15409
15410 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15411 Use them to test variations of "list" after reaching a breakpoint.
15412 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15413 Test "list" with listsize 10 after reaching a breakpoint.
15414 * gdb.python/python.exp (decode_line current location line
15415 number): Adjust expected line number.
15416
2f25d70f
SM
154172014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15418
15419 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15420 behavior for $args, pass it directly to "run".
15421
ff604a67
MR
154222014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15423
15424 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15425 30000 to 65536.
15426
6a3cb8e8
PA
154272014-05-21 Pedro Alves <palves@redhat.com>
15428
15429 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15430 auto-connect-native-target off".
15431 * gdb.base/auto-connect-native-target.c: New file.
15432 * gdb.base/auto-connect-native-target.exp: New file.
15433
4ebfc96e
PA
154342014-05-21 Pedro Alves <palves@redhat.com>
15435
15436 * gdb.base/default.exp: Test "target native" instead of "target
15437 child".
15438
36d46afb
MW
154392014-05-21 Mark Wielaard <mjw@redhat.com>
15440
15441 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15442
5876f503
JK
154432014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15444
15445 Fix TLS access for -static -pthread.
15446 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15447 <HAVE_TLS> (thread_function, main): Initialize it.
15448 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15449 Add clean_restart.
15450 <$have_tls != "">: Check TLSVAR.
15451
0256a6ac
PA
154522014-05-21 Pedro Alves <palves@redhat.com>
15453
15454 * gdb.base/dcache-line-read-error.c: New.
15455 * gdb.base/dcache-line-read-error.exp: New.
15456
936d2992
PA
154572014-05-20 Pedro Alves <palves@redhat.com>
15458
15459 * gdb.base/compare-sections.c: New file.
15460 * gdb.base/compare-sections.exp: New file.
15461
802e8e6d
PA
154622014-05-20 Pedro Alves <palves@redhat.com>
15463
15464 * gdb.base/break-idempotent.c: New file.
15465 * gdb.base/break-idempotent.exp: New file.
15466
e59fa00f
MM
154672014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15468
15469 * gdb.btrace/nohist.exp: New.
15470
8b696e31
YQ
154712014-05-20 Yao Qi <yao@codesourcery.com>
15472
15473 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15474 gdb.reverse directory and gdb_reverse_timeout exists in board
15475 setting.
15476 * README: Document gdb_reverse_timeout.
15477
73c9764f
YQ
154782014-05-20 Yao Qi <yao@codesourcery.com>
15479
15480 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15481 'test_file_name'. Treat args as a string instead of a list.
15482 (gdb_init): Rename argument 'args' by 'test_file_name'.
15483
f1f4348a
JK
154842014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15485
15486 * gdb.arch/powerpc-power.exp: New file.
15487 * gdb.arch/powerpc-power.s: New file.
15488
0dbe70ce
DE
154892014-05-16 Doug Evans <dje@google.com>
15490
15491 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15492 * gdb.base/completion.exp: Check that all expected files exist
15493 before doing file completion.
0dbe70ce 15494
8d551b02
DE
154952014-05-16 Doug Evans <dje@google.com>
15496
15497 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15498 Update.
15499 (do_syscall_tests_without_xml): Update.
15500
73eb7709
PA
155012014-05-16 Pedro Alves <palves@redhat.com>
15502
15503 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15504 instead of "unknown output after running".
15505
3fae92fc
YQ
155062014-05-16 Yao Qi <yao@codesourcery.com>
15507
15508 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15509 file1.txt from host at the end.
15510 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15511
c2b2ccc5
DE
155122014-05-15 Doug Evans <dje@google.com>
15513
15514 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15515 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15516 loading file. Add test for TU lookup.
15517
8c217a4b
SM
155182014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15519
15520 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15521 calling "-exec-arguments" or "set args" before running the
15522 inferior.
15523
3deb39c6
SM
155242014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15525
15526 * lib/mi-support.exp (mi_expect_stop): Expect message for
15527 inferiors that exit with non-zero exit code.
15528
71a79f8c
YQ
155292014-05-14 Yao Qi <yao@codesourcery.com>
15530
15531 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15532 match absolute path on remote host.
15533 (test_file_list_exec_source_files): Remove "/" from the
15534 pattern.
15535
f23fcd46
YQ
155362014-05-14 Yao Qi <yao@codesourcery.com>
15537
15538 * boards/local-remote-host-notty.exp (${board}_file): New
15539 proc.
15540
9404b58f
KM
155412014-05-07 Kyle McMartin <kyle@redhat.com>
15542
15543 Pushed by Joel Brobecker <brobecker@adacore.com>.
15544 * gdb.arch/aarch64-atomic-inst.c: New file.
15545 * gdb.arch/aarch64-atomic-inst.exp: New file.
15546
5e45f04c
YQ
155472014-05-07 Yao Qi <yao@codesourcery.com>
15548
15549 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15550 in current context" too.
15551
c888a17d
KS
155522014-05-05 Keith Seitz <keiths@redhat.com>
15553
15554 * gdb.linespec/ls-dollar.exp: Add test for linespec
15555 file:convenience_variable.
15556
290a839c
YQ
155572014-05-05 Yao Qi <yao@codesourcery.com>
15558
15559 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15560 traceframes into tfile and ctf trace files. Read data from
15561 trace file and test collected data.
15562 (gdb_collect_locals_test): Likewise.
15563 (gdb_unavailable_registers_test): Likewise.
15564 (gdb_unavailable_floats): Likewise.
15565 (gdb_collect_globals_test): Likewise.
15566 (top-level): Append "ctf" to trace_file_targets if GDB
15567 supports.
15568
b5262cd0
YQ
155692014-05-05 Yao Qi <yao@codesourcery.com>
15570
15571 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15572 code to ...
15573 (gdb_collect_args_test_1): ... it. New proc.
15574 (gdb_collect_locals_test): Move some code to ...
15575 (gdb_collect_locals_test_1): ... it. New proc.
15576 (gdb_unavailable_registers_test): Move some code to ...
15577 (gdb_unavailable_registers_test_1): ... it. New proc.
15578 (gdb_unavailable_floats): Move some code to ...
15579 (gdb_unavailable_floats_1): ... it. New proc.
15580
30a1e6cc
SDJ
155812014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15582
15583 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15584 probes to test for bitness recognition.
15585 * gdb.arch/amd64-stap-optional-prefix.exp
15586 (test_probe_value_without_reg): New procedure.
15587 Add code to test for different kinds of bitness.
15588
f33da99a
SDJ
155892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15590
15591 PR breakpoints/16889
15592 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15593 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15594
5b80f00d
PA
155952014-05-01 Pedro Alves <palves@redhat.com>
15596
15597 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15598 gdb_file_cmd if no file is specified.
15599 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15600 last_loaded_file to set the remote exec-file.
15601
f8c2a73c
PA
156022014-05-01 Pedro Alves <palves@redhat.com>
15603
15604 * boards/local-remote-host.exp: New file.
15605
be6e8ac7
PA
156062014-05-01 Pedro Alves <palves@redhat.com>
15607
15608 * boards/local-remote-host.exp: Rename to ...
15609 * boards/local-remote-host-notty.exp: ... this.
15610
cac0dc8f
JB
156112014-04-28 Joel Brobecker <brobecker@adacore.com>
15612
15613 * gdb.ada/dyn_arrayidx: New testcase.
15614
9730e6cc
YQ
156152014-04-26 Yao Qi <yao@codesourcery.com>
15616
15617 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15618 and compute the length of function main. Save it in
15619 $main_length.
15620 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15621 (top-level): Use gdb_compile to compile objects into
15622 executable and restart GDB. Remove invocation to
15623 prepare_for_testing.
15624
7ae1a6a6
PA
156252014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15626 Pedro Alves <palves@redhat.com>
15627
15628 PR server/16255
15629 * gdb.multi/multi-attach.c: New file.
15630 * gdb.multi/multi-attach.exp: New file.
15631
4082afcc
PA
156322014-04-25 Pedro Alves <palves@redhat.com>
15633
15634 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15635 user.
15636 (top level): Test that "set remote conditional-breakpoints-packet
15637 off" works as intended.
15638 * gdb.base/dprintf.exp: Test that "set remote
15639 breakpoint-commands-packet off" works as intended.
15640 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15641 New function.
15642 (top level): Call it.
15643 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15644 remote fast-tracepoints-packet off" works as intended.
15645 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15646 * lib/gdb.exp (gdb_is_target_remote): ... here.
15647
2abc3f8d
DB
156482014-04-24 David Blaikie <dblaikie@gmail.com>
15649
15650 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15651 ensure clang would not discard them.
15652 * gdb.base/gdbvars.c: Ditto.
15653 * gdb.base/memattr.c: Ditto.
15654 * gdb.base/whatis.c: Ditto.
15655 * gdb.python/py-prettyprint.c: Ditto.
15656 * gdb.trace/actions.c: Ditto.
15657 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15658 ensure clang would not discard it.
15659
bfd39632
DB
156602014-04-24 David Blaikie <dblaikie@gmail.com>
15661
15662 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15663 clang to emit the full definition of type required by the test
15664 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15665
22842ff6
DB
156662014-04-24 David Blaikie <dblaikie@gmail.com>
15667
15668 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15669 coax Clang into emitting the definition of the type.
15670 * gdb.cp/pr10728-x.h (y): Ditto.
15671 * gdb.cp/pr10728-y.cc (y): Ditto.
15672
c2e827ad
DB
156732014-04-24 David Blaikie <dblaikie@gmail.com>
15674
15675 * gdb.base/label.exp: XFAIL label related tests under Clang.
15676 * gdb.cp/cplabel.exp: Ditto.
15677 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15678 under Clang those using labels.
15679
4c2d33e7
YQ
156802014-04-25 Yao Qi <yao@codesourcery.com>
15681
15682 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15683 double_label.
15684 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15685 partial_label and double_label.
15686
56083b99
DB
156872014-04-24 David Blaikie <dblaikie@gmail.com>
15688
15689 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15690
25d4e99d
DB
156912014-04-24 David Blaikie <dblaikie@gmail.com>
15692
15693 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15694 of the function to work across GCC and Clang.
15695 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15696 pointer types (const void ** const V void **).
15697
01f9f808
MS
156982014-04-24 Michael Sturm <michael.sturm@mintel.com>
15699 Walfred Tedeschi <walfred.tedeschi@intel.com>
15700
15701 * Makefile.in (EXECUTABLES): Added i386-avx512.
15702 * gdb.arch/i386-avx512.c: New file.
15703 * gdb.arch/i386-avx512.exp: Likewise.
15704
4b48d439
KS
157052014-04-23 Keith Seitz <keiths@redhat.com>
15706
15707 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15708 (mi_make_breakpoint_table): New procedure.
15709 (mi_create_breakpoint): Use mi_make_breakpoint
15710 and return the result.
15711 (mi_make_breakpoint): New procedure.
15712 (mi_build_kv_pairs): New procedure.
15713
15714 * gdb.mi/mi-break.exp: Remove unused globals,
15715 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15716 All callers updated.
15717 * gdb.mi/mi-dprintf.exp: Use variable to track command
15718 number.
15719 Update all callers of mi_create_breakpoint and use
15720 mi_make_breakpoint_table.
15721 Remove any unused global variables.
15722 * gdb.mi/mi-nonstop.exp: Likewise.
15723 * gdb.mi/mi-nsintrall.exp: Likewise.
15724 * gdb.mi/mi-nsmoribund.exp: Likewise.
15725 * gdb.mi/mi-nsthrexec.exp: Likewise.
15726 * gdb.mi/mi-reverse.exp: Likewise.
15727 * gdb.mi/mi-simplerun.exp: Likewise.
15728 * gdb.mi/mi-stepn.exp: Likewise.
15729 * gdb.mi/mi-syn-frame.exp: Likewise.
15730 * gdb.mi/mi-until.exp: Likewise.
15731 * gdb.mi/mi-var-cp.exp: Likewise.
15732 * gdb.mi/mi-var-display.exp: Likewise.
15733 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15734 * gdb.mi/mi2-var-child.exp: Likewise.
15735 * gdb.mi/mi-vla-c99.exp: Likewise.
15736 * lib/mi-support.exp: Likewise.
15737
15738 From Ian Lance Taylor <iant@cygnus.com>:
15739 * lib/gdb.exp (parse_args): New procedure.
15740
08351840
PA
157412014-04-23 Pedro Alves <palves@redhat.com>
15742
15743 * gdb.base/break-unload-file.c: New file.
15744 * gdb.base/break-unload-file.exp: New file.
15745 * gdb.base/sym-file-lib.c (baz): New function.
15746 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15747 field.
15748 (load): Store the segment's mapped size.
15749 (unload): New function.
15750 (unload_shlib): New function.
15751 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15752 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15753 set a breakpoint at baz, and call it.
15754 * gdb.base/sym-file.exp: New tests for stale breakpoint
15755 instructions.
15756
076855f9
PA
157572014-04-23 Pedro Alves <palves@redhat.com>
15758
15759 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15760 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15761 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15762 * gdb.base/hbreak-unmapped.c: New file.
15763 * gdb.base/hbreak-unmapped.exp: New file.
15764 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15765 * lib/gdb.exp (gdb_is_target_remote): ... here.
15766
483805cf
PA
157672014-04-22 Pedro Alves <palves@redhat.com>
15768
15769 * gdb.base/consecutive-step-over.c: New file.
15770 * gdb.base/consecutive-step-over.exp: New file.
15771
06d97543
PA
157722014-04-22 Pedro Alves <palves@redhat.com>
15773
15774 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15775 instead of send_gdb/gdb_expect.
15776
b4429ea2
YQ
157772014-04-22 Yao Qi <yao@codesourcery.com>
15778
15779 * lib/trace-support.exp (generate_tracefile): New procedure.
15780 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15781 return 0.
15782 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15783 if generate_tracefile returns 1.
15784
51d48146
PA
157852014-04-18 Tom Tromey <palves@redhat.com>
15786 Pedro alves <tromey@redhat.com>
15787
15788 PR backtrace/15558
15789 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15790 with a backtrace limit.
15791 * gdb.python/py-frame-inline.exp: Test running to an inline
15792 function with a backtrace limit, and printing the newest frame.
15793 * gdb.python/py-frame-inline.c (main): Call f.
15794
bd1dce5f
MS
157952014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15796
15797 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15798
40d1a503
MS
157992014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15800
15801 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15802 Drop prefix from unsupported source file path.
15803
389b98f7
YQ
158042014-04-17 Yao Qi <yao@codesourcery.com>
15805
15806 * lib/gdb.exp (with_target_charset): New proc.
15807 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15808 with_target_charset.
15809 (test_print_strings): Likewise.
15810 (test_repeat_bytes): Likewise.
15811 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15812 for some tests.
15813
22869d73
KS
158142014-04-16 Keith Seitz <keiths@redhat.com>
15815
15816 PR gdb/15827
15817 * gdb.dwarf2/corrupt.c: New file.
15818 * gdb.dwarf2/corrupt.exp: New file.
15819
c4f87ca6
KS
158202014-04-16 Keith Seitz <keiths@redhat.com>
15821
15822 PR c++/16597
15823 * gdb.cp/namelessclass.cc: New file.
15824 * gdb.cp/namelessclass.exp: New file.
15825 * gdb.cp/namelessclass.S: New file.
15826
ab19de87
DE
158272014-04-16 Doug Evans <dje@google.com>
15828
15829 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15830 Add comment.
15831 (gdbserver_default_get_comm_port): New function.
15832 (gdbserver_start): Check if board file provided
15833 "gdbserver,get_comm_port" and use it if so.
15834 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15835 (gdb,socketport): Set to "stdio".
15836 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15837 (stdio_gdbserver_template): Delete.
15838 (${board}_get_remote_address): Update.
15839 (${board}_build_remote_cmd): Delete.
15840 (${board}_get_comm_port): New function.
15841 (${board}_spawn): Update.
15842 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15843 Delete.
15844 (${board}_get_remote_address): Update.
15845 (${board}_get_comm_port): New function.
15846
fc98a809
AB
158472014-04-16 Andrew Burgess <aburgess@broadcom.com>
15848
15849 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15850 appearing in any order.
15851
87fd9e6e
DE
158522014-04-15 Doug Evans <dje@google.com>
15853
15854 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15855 uninitialized value of "description".
15856
099fc3ea
KS
158572014-04-15 Keith Seitz <keiths@redhat.com>
15858
15859 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15860 Remove unused globals.
15861 (test_running_the_program): Likewise.
15862 (test_controlled_execution): Likewise.
15863 (test_controlling_breakpoints): Likewise.
15864 (test_program_termination): Likewise.
15865
5da151d4
KS
158662014-04-15 Keith Seitz <keiths@redhat.com>
15867
15868 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15869 unused globals.
15870 (test_rbreak_creation_and_listing): Likewise.
15871 (test_ignore_count): Likewise.
15872 (test_error): Likewise.
15873
35e5d2f0
PA
158742014-04-15 Pedro Alves <palves@redhat.com>
15875
15876 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15877 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15878 sym-file-loader.c.
15879 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15880 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15881 to sym-file-loader.c.
15882 (struct library): Forward declare.
15883 (load_shlib, lookup_function): Change prototypes.
15884 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15885 (translate_offset): Remove declarations.
15886 (get_text_addr): New declaration.
15887 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15888 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15889 sym-file-loader.h.
15890 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15891 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15892 here from sym-file-loader.h.
15893 (struct library): New structure.
15894 (load_shlib, lookup_function): Change prototypes and adjust to
15895 work with a struct library.
15896 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15897 (translate_offset): Make static.
15898 (get_text_addr): New function.
15899 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15900
eb4c1710
PA
159012014-04-15 Pedro Alves <palves@redhat.com>
15902
15903 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15904
2d1baf52
PA
159052014-04-15 Pedro Alves <palves@redhat.com>
15906
15907 * gdb.base/sym-file-loader.c: Include <limits.h>.
15908 (SELF_LINK): New define.
15909 (get_origin): New function.
15910 (load_shlib): Use it.
15911 * gdb.base/sym-file.exp: Don't early return if the target is
15912 remote. Use runto_main, and issue fail is that fails. Use
15913 gdb_load_shlibs.
15914 (shlib_name): Delete.
15915 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15916
7dd6df01
PA
159172014-04-15 Pedro Alves <palves@redhat.com>
15918
15919 * gdb.base/sym-file.exp: Remove regex characters from test
15920 message. Don't refer to breakpoint numbers in test messages.
15921
b50c8614
KS
159222014-04-14 Keith Seitz <keiths@redhat.com>
15923
15924 PR c++/16253
15925 * gdb.cp/var-tag.cc: New file.
15926 * gdb.cp/var-tag.exp: New file.
15927 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15928 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15929 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15930 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15931
3d567982
TT
159322014-04-14 Tom Tromey <tromey@redhat.com>
15933
15934 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15935 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15936 type.
15937 * gdb.cp/enum-class.exp: New file.
15938 * gdb.cp/enum-class.cc: New file.
15939
0626fc76
TT
159402014-04-14 Tom Tromey <tromey@redhat.com>
15941
15942 * gdb.dwarf2/enum-type.exp: New file.
15943
dca325b3
SA
159442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15945
15946 * gdb.mi/mi-vla-c99.exp: New file.
15947 * gdb.mi/vla.c: New file.
15948
5854b38a
SA
159492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15950
15951 * gdb.base/vla-datatypes.c: New file.
15952 * gdb.base/vla-datatypes.exp: New file.
15953
463bb957
SA
159542014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15955
15956 * gdb.base/vla-ptr.c: New file.
15957 * gdb.base/vla-ptr.exp: New file.
15958
3dd170be
SA
159592014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15960
15961 * gdb.dwarf2/count.exp: New file.
15962
5ecaaa66
SA
159632014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15964
15965 * gdb.base/vla-sideeffect.c: New file.
15966 * gdb.base/vla-sideeffect.exp: New file.
15967
41f1ada5
DB
159682014-04-14 David Blaikie <dblaikie@gmail.com>
15969
15970 * gdb.mi/non-stop.c: Add return value for non-void function return
15971 statement.
15972 * gdb.threads/staticthreads.c: Ditto.
15973
0be03e84
DE
159742014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15975 Doug Evans <xdje42@gmail.com>
15976
15977 * gdb.guile/scm-value.c: Improve test case.
15978 * gdb.guile/scm-value.exp: Add new test.
15979
f180a1fb
DB
159802014-04-11 David Blaikie <dblaikie@gmail.com>
15981
15982 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15983 override Clang's default.
15984
6b662e19
JB
159852014-04-11 Joel Brobecker <brobecker@adacore.com>
15986
15987 Revert the following changes (regressions):
15988
15989 * gdb.base/vla-sideeffect.c: New file.
15990 * gdb.base/vla-sideeffect.exp: New file.
15991
15992 * gdb.dwarf2/count.exp: New file.
15993
15994 * gdb.base/vla-multi.c: New file.
15995 * gdb.base/vla-multi.exp: New file.
15996
15997 * gdb.base/vla-ptr.c: New file.
15998 * gdb.base/vla-ptr.exp: New file.
15999
16000 * gdb.base/vla-datatypes.c: New file.
16001 * gdb.base/vla-datatypes.exp: New file.
16002
16003 * gdb.mi/mi-vla-c99.exp: New file.
16004 * gdb.mi/vla.c: New file.
16005
245a5f0b
KS
160062014-04-11 Keith Seitz <keiths@redhat.com>
16007
16008 PR c++/16675
16009 * gdb.cp/cpsizeof.exp: New file.
16010 * gdb.cp/cpsizeof.cc: New file.
16011
58a84dcf
SA
160122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16013
191a8a90
JB
16014 * gdb.mi/mi-vla-c99.exp: New file.
16015 * gdb.mi/vla.c: New file.
58a84dcf 16016
c8655f75
SA
160172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16018
16019 * gdb.base/vla-datatypes.c: New file.
16020 * gdb.base/vla-datatypes.exp: New file.
16021
024e13b4
SA
160222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16023
16024 * gdb.base/vla-ptr.c: New file.
16025 * gdb.base/vla-ptr.exp: New file.
16026
1a237e0e
SA
160272014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16028
16029 * gdb.base/vla-multi.c: New file.
16030 * gdb.base/vla-multi.exp: New file.
16031
504f3432
SA
160322014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16033
16034 * gdb.dwarf2/count.exp: New file.
16035
3bce8237
SA
160362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16037
191a8a90
JB
16038 * gdb.base/vla-sideeffect.c: New file.
16039 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16040
322f9c21
YQ
160412014-04-11 Yao Qi <yao@codesourcery.com>
16042
16043 * gdb.base/completion.exp: Check file exists before running tests
16044 on file completion.
16045
d708bcd1
PA
160462014-04-10 Pedro Alves <palves@redhat.com>
16047
16048 * gdb.base/cond-eval-mode.c: New file.
16049 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16050 prepare_for_testing to build the new file. Check result of
16051 runto_main.
16052 (test_break, test_watch): New procedures.
16053 (top level): Use them.
16054
ae1d2761
PM
160552014-04-08 Pierre Muller <muller@sourceware.org>
16056
16057 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16058 Ctrl-V use for mingw hosts.
16059
7af389b8
SC
160602014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16061
16062 * gdb.python/py-value.c: Improve test case.
16063 * gdb.python/py-value.exp: Add new test.
16064
5e703181
DE
160652014-04-07 David Blaikie <dblaikie@gmail.com>
16066
16067 * lib/compiler.c: Identify the clang compiler.
16068 * lib/compiler.cc: Ditto.
16069
9810b410
YQ
160702014-04-03 Yao Qi <yao@codesourcery.com>
16071
16072 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16073
98d1b8dc
AB
160742014-04-01 Anton Blanchard <anton@samba.org>
16075
16076 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16077 messages unique.
16078
3114cea1
AB
160792014-04-01 Anton Blanchard <anton@samba.org>
16080
16081 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16082 prepare_for_testing.
16083
62f7182c
AB
160842014-04-01 Anton Blanchard <anton@samba.org>
16085
16086 * gdb.arch/ppc64-atomic-inst.c: Remove.
16087 * gdb.arch/ppc64-atomic-inst.S: New file.
16088 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16089
770e7fc7
DE
160902014-03-31 Doug Evans <dje@google.com>
16091
16092 * gdb.base/print-symbol-loading-lib.c: New file.
16093 * gdb.base/print-symbol-loading-main.c: New file.
16094 * gdb.base/print-symbol-loading.exp: New file.
16095
46e2bafa
YQ
160962014-03-31 Yao Qi <yao@codesourcery.com>
16097
16098 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16099
8776cfe9
JB
161002014-03-28 Joel Brobecker <brobecker@adacore.com>
16101
16102 * gdb.ada/mi_dyn_arr: New testcase.
16103
5d1ef361
DE
161042014-03-27 Doug Evans <dje@google.com>
16105
16106 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16107
b5bee914
YQ
161082014-03-27 Yao Qi <yao@codesourcery.com>
16109
16110 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16111 if target is nios2-*-*.
16112
0d4d0e77
YQ
161132014-03-26 Yao Qi <yao@codesourcery.com>
16114
16115 * lib/gdb.exp (readline_is_used): New proc.
16116 * gdb.base/completion.exp: Move tests on command complete up.
16117 Skip the rest of tests if readline is not used.
16118 * gdb.ada/complete.exp: Skp the test if readline is not
16119 used.
16120 * gdb.base/filesym.exp: Likewise.
16121 * gdb.base/macscp.exp: Likewise.
16122 * gdb.base/readline-ask.exp: Likewise.
16123 * gdb.base/readline.exp: Likewise.
16124 * gdb.python/py-cmd.exp: Likewise.
16125 * gdb.trace/tfile.exp: Likewise.
16126
29361eee
YQ
161272014-03-26 Yao Qi <yao@codesourcery.com>
16128
16129 * gdb.base/macscp.exp: Fix code format issues.
16130
bc9a5525
UW
161312014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16132
16133 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16134 * gdb.asm/powerpc64le.inc: New file.
16135
d3839ede
PA
161362014-03-25 Pedro Alves <palves@redhat.com>
16137 Doug Evans <dje@google.com>
16138
16139 * gdb.base/source-execution.c: New file.
16140 * gdb.base/source-execution.exp: New file.
16141 * gdb.base/source-execution.gdb: New file.
16142
01672a57
DE
161432014-03-24 Doug Evans <dje@google.com>
16144
16145 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16146 using fission.
16147
88bbeca9
HZ
161482014-03-24 Hui Zhu <hui@codesourcery.com>
16149 Pedro Alves <palves@redhat.com>
16150
16151 PR breakpoints/16101
16152 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16153 test pass/fail messages. Detect missing support for dprintf when
16154 breakpoints are actually inserted.
16155 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16156 breakpoints are actually inserted.
16157 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16158 fails.
16159
d2348791
JK
161602014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16161
16162 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16163
feef67ab
DE
161642014-03-22 Doug Evans <xdje42@gmail.com>
16165
16166 * gdb.python/python.exp (python not supported): Verify multi-line
16167 python command issues an error.
25d743f9 16168 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16169 guile command issues an error.
feef67ab 16170
ecebef6a
MR
161712014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16172
16173 * gdb.threads/thread-specific.exp: Handle the lack of usable
16174 $this_breakpoint and $this_thread.
16175
ccdd1909
HZ
161762014-03-21 Hui Zhu <hui@codesourcery.com>
16177
16178 * gdb.base/attach.exp (do_command_attach_tests): New.
16179
beb460e8
PA
161802014-03-20 Tom Tromey <tromey@redhat.com>
16181 Pedro Alves <palves@redhat.com>
16182
16183 PR cli/15718
16184 * gdb.base/condbreak-call-false.c: New file.
16185 * gdb.base/condbreak-call-false.exp: New file.
16186
40acf43a
PA
161872014-03-20 Pedro Alves <palves@redhat.com>
16188
16189 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16190 Delete.
16191 (block_signals, unblock_signals): Delete.
16192 (child_function_2, main): Remove references to deleted variable
16193 and functions.
16194
9f5e1e02
PA
161952014-03-20 Pedro Alves <palves@redhat.com>
16196
16197 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16198 Use pthread_kill to signal thread 2.
16199 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16200 Adjust to make the test send itself a signal rather than using the
16201 host's "kill" command.
16202
99619bea
PA
162032014-03-20 Pedro Alves <palves@redhat.com>
16204
16205 * gdb.threads/multiple-step-overs.c: New file.
16206 * gdb.threads/multiple-step-overs.exp: New file.
16207 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16208 Adjust expected infrun debug output.
16209
2adfaa28
PA
162102014-03-20 Pedro Alves <palves@redhat.com>
16211
16212 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16213 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16214
31e77af2
PA
162152014-03-20 Pedro Alves <palves@redhat.com>
16216
16217 PR breakpoints/7143
16218 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16219 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16220 of gdb_test_multiple.
16221 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16222 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16223
b9f437de
PA
162242014-03-20 Pedro Alves <palves@redhat.com>
16225
16226 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16227 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16228
05adc73e
PA
162292014-03-19 Pedro Alves <palves@redhat.com>
16230
16231 * gdb.base/async.exp: Remove early return.
16232
6048b950
PA
162332014-03-19 Pedro Alves <palves@redhat.com>
16234
16235 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16236
8bcfb00a
PA
162372014-03-19 Pedro Alves <palves@redhat.com>
16238
16239 * gdb.base/async.exp (test_background): Expect \r\n after
16240 "completed." in the fail pattern.
16241
884e37dc
PA
162422014-03-19 Pedro Alves <palves@redhat.com>
16243
16244 * gdb.base/async.exp (test_background): New procedure.
16245 Use it for all background execution command tests.
16246
148e57e2
PA
162472014-03-19 Pedro Alves <palves@redhat.com>
16248
16249 * gdb.base/async.exp: Use prepare_for_testing.
16250
f48088c7
PA
162512014-03-19 Pedro Alves <palves@redhat.com>
16252
16253 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16254 the same line.
16255
e2f6c966
PA
162562014-03-19 Pedro Alves <palves@redhat.com>
16257
16258 * gdb.base/async.c (main): Add "jump here" and "until here" line
16259 marker comments.
16260 * gdb.base/async.exp (jump_here): New global.
16261 (jump& test): Use it.
16262 (until_here): New global.
16263 (until& test): Use it.
16264
c30568d4
PA
162652014-03-19 Pedro Alves <palves@redhat.com>
16266
16267 * gdb.base/async.exp: Don't frob gdb_protocol.
16268
0172b6a7
DE
162692014-03-18 Doug Evans <xdje42@gmail.com>
16270
16271 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16272 Fix spelling of exec-done-display.
16273
06c868a8
JK
162742014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16275
16276 PR gdb/15358
16277 * gdb.base/gdb-sigterm.c: New file.
16278 * gdb.base/gdb-sigterm.exp: New file.
16279
0c7e1a46
PA
162802014-03-18 Pedro Alves <palves@redhat.com>
16281
16282 PR gdb/13860
16283 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16284 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16285 solib-event.
16286
f7c77d93
JB
162872014-03-17 Joel Brobecker <brobecker@adacore.com>
16288
16289 * gdb.ada/pckd_arr_ren: New testcase.
16290
5a1e8c7a
DE
162912014-03-13 Doug Evans <xdje42@gmail.com>
16292
16293 PR guile/16612
16294 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16295 collect after discarding symbols.
16296
350e1a76
DE
162972014-03-13 Ludovic Courtès <ludo@gnu.org>
16298 Doug Evans <xdje42@gmail.com>
16299
16300 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16301 to history survives a gc.
16302
a69900ae
PA
163032014-03-13 Pedro Alves <palves@redhat.com>
16304
16305 * gdb.base/default.exp: Don't test "target procfs".
16306
5db9f0bd
PA
163072014-03-13 Pedro Alves <palves@redhat.com>
16308
16309 * gdb.base/default.exp: Update "target child" and "target procfs"
16310 tests to not expect "Unix".
16311
b3ccfe11
TT
163122014-03-12 Tom Tromey <tromey@redhat.com>
16313
16314 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16315 New procs. Add target-async tests.
16316 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16317 Add target-async tests.
16318
646f4417
AA
163192014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16320
16321 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16322 'func_start' and 'func_end' for the beginning and end of the
16323 function code, respectively.
16324 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16325 'func_end' instead of 'func' and 'main'.
16326
288c211f
AA
163272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16328
16329 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16330 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16331 generate the debug info assembler source.
16332
e0c0f156
AA
163332014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16334
16335 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16336 * gdb.dwarf2/arr-subrange.exp: Likewise.
16337 * gdb.dwarf2/dwz.exp: Likewise.
16338 * gdb.dwarf2/method-ptr.exp: Likewise.
16339 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16340 * gdb.dwarf2/subrange.exp: Likewise.
16341 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16342 * gdb.dwarf2/implptrpiece.exp: Likewise.
16343 * gdb.dwarf2/nostaticblock.exp: Likewise.
16344
0e5c4555
AA
163452014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16346
16347 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16348 directory to absolute path name arguments.
16349
5ec18f2b
JG
163502014-03-10 Joel Brobecker <brobecker@adacore.com>
16351
16352 * gdb.ada/tagged_access: New testcase.
16353
847fc4f2
MM
163542014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16355
16356 * gdb.btrace/data.exp: Update expected output.
16357
cc3da688
YQ
163582014-03-06 Yao Qi <yao@codesourcery.com>
16359
16360 * gdb.trace/pr16508.exp: New file.
16361
0f26cec1
PA
163622014-03-05 Pedro Alves <palves@redhat.com>
16363
16364 PR gdb/16575
16365 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16366 procedure.
16367 (top level): Adjust to use it. Add tests that exercise breakpoint
16368 interaction with the code-cache.
16369
7a5a839f
LC
163702014-02-26 Ludovic Courtès <ludo@gnu.org>
16371
16372 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16373 test for 'history-append!'.
16374
31aa7e4e
JB
163752014-02-26 Joel Brobecker <brobecker@adacore.com>
16376
16377 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16378 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16379 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16380 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16381 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16382 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16383
1b588015
JB
163842014-02-26 Joel Brobecker <brobecker@adacore.com>
16385
16386 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16387 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16388 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16389
55426c9d
JB
163902014-02-26 Joel Brobecker <brobecker@adacore.com>
16391
16392 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16393
dc53a7ad
JB
163942014-02-26 Joel Brobecker <brobecker@adacore.com>
16395
16396 * gdb.dwarf2/arr-stride.c: New file.
16397 * gdb.dwarf2/arr-stride.exp: New file.
16398
12ab52e9
PA
163992014-02-26 Pedro Alves <palves@redhat.com>
16400
16401 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16402 that won't ever trigger. Make sure that GDB reports the correct
16403 breakpoint that caused the stop.
16404
849c862e
JK
164052014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16406
16407 PR gdb/16626
16408 * gdb.base/auto-load-script: New file.
16409 * gdb.base/auto-load.c: New file.
16410 * gdb.base/auto-load.exp: New file.
16411
71b7d793
JK
16412 PR gdb/16626
16413 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16414
e2f0d509
JK
164152014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16416
16417 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16418 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16419
50cc37c8
DE
164202014-02-24 Doug Evans <dje@google.com>
16421
16422 * lib/gdb.exp (run_on_host): Log error output if program fails.
16423
ea4758f2
PA
164242014-02-21 Pedro Alves <palves@redhat.com>
16425
16426 * gdb.threads/step-after-sr-lock.c: Rename to ...
16427 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16428 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16429 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16430 ... this.
16431
d7b30f67
SDJ
164322014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16433
16434 PR tdep/16397
16435 * gdb.arch/amd64-stap-special-operands.exp: New file.
16436 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16437 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16438 * gdb.arch/amd64-stap-triplet.S: Likewise.
16439 * gdb.arch/amd64-stap-triplet.c: Likewise.
16440
83deb43f
JB
164412014-02-20 Joel Brobecker <brobecker@adacore.com>
16442
16443 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16444 in .section pseudo-op.
16445
adde2bff
DE
164462014-02-20 lin zuojian <manjian2006@gmail.com>
16447 Joel Brobecker <brobecker@adacore.com>
16448 Doug Evans <xdje42@gmail.com>
16449
16450 PR symtab/16581
16451 * gdb.dwarf2/dw2-icycle.S: New file.
16452 * gdb.dwarf2/dw2-icycle.c: New file.
16453 * gdb.dwarf2/dw2-icycle.exp: New file.
16454
f7bd0f78
SC
164552014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16456
16457 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16458 operations on gdb.Value objects.
16459 * gdb.python/py-value-cc.exp: Add new test to test operations on
16460 gdb.Value objects.
16461
c17ef0d5
DE
164622014-02-18 Doug Evans <dje@google.com>
16463
16464 * Makefile.in (TESTS): New variable.
16465 (expanded_tests, expanded_tests_or_none): New variables
16466 (check-single): Pass $(expanded_tests_or_none) to runtest.
16467 (check-parallel): Only run tests in $(TESTS) if non-empty.
16468 (check/no-matching-tests-found): New rule.
16469 * README: Document TESTS makefile variable.
16470
5dd3176f
DE
164712014-02-18 Doug Evans <dje@google.com>
16472
16473 * Makefile.in (check-parallel): rm -rf outputs temp.
16474
0b10be4f
JK
164752014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16476
16477 Fix "ERROR: no fileid for" in the testsuite.
16478 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16479
85f224e7
DE
164802014-02-12 Doug Evans <dje@google.com>
16481
16482 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16483 (MISCELLANEOUS): New variable.
16484 (clean): rm -rf $(MISCELLANEOUS).
16485 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16486 dwp live in the same directory as symlinks, with each symlink pointed
16487 to a differently named file in a different directory.
16488
149b30ff
DE
164892014-02-11 Doug Evans <dje@google.com>
16490
16491 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16492 of Tcl file commands.
16493
1dfdac32
MK
164942014-02-10 Mark Kettenis <kettenis@gnu.org>
16495
16496 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16497 "kill -SIGUSR1 -1".
16498
aa4fb036
JB
164992014-02-10 Joel Brobecker <brobecker@adacore.com>
16500
16501 * gdb.ada/tick_length_array_enum_idx: New testcase.
16502
ed3ef339
DE
165032014-02-10 Doug Evans <xdje42@gmail.com>
16504
16505 * configure.ac (AC_OUTPUT): Add gdb.guile.
16506 * configure: Regenerate.
16507 * lib/gdb-guile.exp: New file.
16508 * lib/gdb.exp (get_target_charset): New function.
16509 * gdb.base/help.exp: Update expected output from "apropos apropos".
16510 * gdb.guile/Makefile.in: New file.
16511 * gdb.guile/guile.exp: New file.
16512 * gdb.guile/scm-arch.c: New file.
16513 * gdb.guile/scm-arch.exp: New file.
16514 * gdb.guile/scm-block.c: New file.
16515 * gdb.guile/scm-block.exp: New file.
16516 * gdb.guile/scm-breakpoint.c: New file.
16517 * gdb.guile/scm-breakpoint.exp: New file.
16518 * gdb.guile/scm-disasm.c: New file.
16519 * gdb.guile/scm-disasm.exp: New file.
16520 * gdb.guile/scm-equal.c: New file.
16521 * gdb.guile/scm-equal.exp: New file.
16522 * gdb.guile/scm-error.exp: New file.
16523 * gdb.guile/scm-error.scm: New file.
16524 * gdb.guile/scm-frame-args.c: New file.
16525 * gdb.guile/scm-frame-args.exp: New file.
16526 * gdb.guile/scm-frame-args.scm: New file.
16527 * gdb.guile/scm-frame-inline.c: New file.
16528 * gdb.guile/scm-frame-inline.exp: New file.
16529 * gdb.guile/scm-frame.c: New file.
16530 * gdb.guile/scm-frame.exp: New file.
16531 * gdb.guile/scm-generics.exp: New file.
16532 * gdb.guile/scm-gsmob.exp: New file.
16533 * gdb.guile/scm-iterator.c: New file.
16534 * gdb.guile/scm-iterator.exp: New file.
16535 * gdb.guile/scm-math.c: New file.
16536 * gdb.guile/scm-math.exp: New file.
16537 * gdb.guile/scm-objfile-script-gdb.in: New file.
16538 * gdb.guile/scm-objfile-script.c: New file.
16539 * gdb.guile/scm-objfile-script.exp: New file.
16540 * gdb.guile/scm-objfile.c: New file.
16541 * gdb.guile/scm-objfile.exp: New file.
16542 * gdb.guile/scm-ports.exp: New file.
16543 * gdb.guile/scm-pretty-print.c: New file.
16544 * gdb.guile/scm-pretty-print.exp: New file.
16545 * gdb.guile/scm-pretty-print.scm: New file.
16546 * gdb.guile/scm-section-script.c: New file.
16547 * gdb.guile/scm-section-script.exp: New file.
16548 * gdb.guile/scm-section-script.scm: New file.
16549 * gdb.guile/scm-symbol.c: New file.
16550 * gdb.guile/scm-symbol.exp: New file.
16551 * gdb.guile/scm-symtab-2.c: New file.
16552 * gdb.guile/scm-symtab.c: New file.
16553 * gdb.guile/scm-symtab.exp: New file.
16554 * gdb.guile/scm-type.c: New file.
16555 * gdb.guile/scm-type.exp: New file.
16556 * gdb.guile/scm-value-cc.cc: New file.
16557 * gdb.guile/scm-value-cc.exp: New file.
16558 * gdb.guile/scm-value.c: New file.
16559 * gdb.guile/scm-value.exp: New file.
16560 * gdb.guile/source2.scm: New file.
16561 * gdb.guile/types-module.cc: New file.
16562 * gdb.guile/types-module.exp: New file.
16563
7026a7c1
YQ
165642014-02-10 Yao Qi <yao@codesourcery.com>
16565
16566 PR testsuite/16543
16567 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16568 * configure: Regenerated.
16569 * Makefile.in: New file.
16570
6c466447
AS
165712014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16572
16573 * gdb.python/py-framefilter.exp: Fix typo.
16574
6e854735
YQ
165752014-02-08 Yao Qi <yao@codesourcery.com>
16576
16577 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16578 that no =breakpoint-modified is emitted when breakpoints are
16579 modified through MI commands.
16580
d137e6dc
PA
165812014-02-07 Pedro Alves <pedro@codesourcery.com>
16582 Pedro Alves <palves@redhat.com>
16583
16584 * gdb.threads/step-after-sr-lock.c: New file.
16585 * gdb.threads/step-after-sr-lock.exp: New file.
16586
b5ee5a50
PA
165872014-02-07 Pedro Alves <palves@redhat.com>
16588
16589 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16590
3c77faf3
JK
165912014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16592
16593 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16594 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16595
6dddc817
DE
165962014-02-06 Doug Evans <xdje42@gmail.com>
16597
16598 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16599 output.
16600
16601 * gdb.gdb/python-interrupts.exp: New file.
16602
de7b2893
YQ
166032014-02-05 Yao Qi <yao@codesourcery.com>
16604
16605 * gdb.trace/report.exp (use_collected_data): Test the output
16606 of "info threads" and "info inferiors".
16607
66d032ac
YQ
166082014-02-05 Yao Qi <yao@codesourcery.com>
16609
16610 Revert this patch:
16611
16612 2013-05-24 Yao Qi <yao@codesourcery.com>
16613
16614 * gdb.trace/tfile.exp: Test inferior and thread.
16615
591a12a1
UW
166162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16617
16618 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16619 on a function.
16620 * gdb.base/step-bt.c: Call hello via function pointer to make
16621 sure its first instruction is executed on powerpc64le-linux.
16622
0ff3e01f
UW
166232014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16624
16625 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16626
084ee545
UW
166272014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16628
16629 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16630 of the test patterns for use on little-endian systems.
16631
6ed14ff3
UW
166322014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16633
16634 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16635 (decimal_vector): Fix for little-endian.
16636
401e27fd
JM
166372014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16638
16639 * gdb.arch/sparc-sysstep.exp: New file.
16640 * gdb.arch/sparc-sysstep.c: Likewise.
16641
16642 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16643
8b924729
EBM
166442014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16645
16646 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16647
fb151210
JB
166482014-01-23 Tom Tromey <tromey@redhat.com>
16649
16650 * gdb.ada/array_char_idx: New testcase.
16651
0740f8d8
TT
166522014-01-23 Tom Tromey <tromey@redhat.com>
16653
16654 PR python/16487:
16655 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16656 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16657 classes.
16658
21909fa1
TT
166592014-01-23 Tom Tromey <tromey@redhat.com>
16660
16661 PR python/16491:
16662 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16663 string from an inferior frame.
16664 * gdb.python/py-framefilter-mi.exp: Update.
16665
87ce2a04
DE
166662014-01-22 Doug Evans <dje@google.com>
16667
16668 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16669
237b092b
AA
166702014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16671
16672 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16673
d674a709
AA
166742014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16675
16676 * gdb.trace/entry-values.exp: Remove excess space character from
16677 regex patterns. Handle s390 call instruction.
16678
20fa3390
AA
166792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16680
16681 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16682 define "*_start" label. Make "name" static.
16683 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16684 ${name} by references to ${name}_start.
16685
78466714
AA
166862014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16687
16688 * gdb.base/info-macros.exp: Remove "debug" from the compile
16689 options.
16690
ec9f644a
IB
166912014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16692
16693 * gdb.dlang/demangle.exp: New file.
16694
94b1b47e
IB
166952014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16696
16697 * gdb.dlang/primitive-types.exp: New file.
16698
7f420862
IB
166992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16700
16701 * configure.ac: Create gdb.dlang/Makefile.
16702 * configure: Regenerate.
16703 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16704 * gdb.dlang/Makefile.in: New file.
16705 * lib/d-support.exp: New file.
16706 * lib/gdb.exp (skip_d_tests): New proc.
16707
52834460
MM
167082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16709
16710 * gdb.btrace/delta.exp: Check reverse stepi.
16711 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16712 * gdb.btrace/finish.exp: New.
16713 * gdb.btrace/next.exp: New.
16714 * gdb.btrace/nexti.exp: New.
16715 * gdb.btrace/record_goto.c: Add comments.
16716 * gdb.btrace/step.exp: New.
16717 * gdb.btrace/stepi.exp: New.
16718 * gdb.btrace/multi-thread-step.c: New.
16719 * gdb.btrace/multi-thread-step.exp: New.
16720 * gdb.btrace/rn-dl-bind.c: New.
16721 * gdb.btrace/rn-dl-bind.exp: New.
16722 * gdb.btrace/data.c: New.
16723 * gdb.btrace/data.exp: New.
16724 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16725
6e07b1d2
MM
167262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16727
16728 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16729 * gdb.btrace/exception.exp: Update.
16730 * gdb.btrace/instruction_history.exp: Update.
16731 * gdb.btrace/record_goto.exp: Update.
16732 * gdb.btrace/tailcall.exp: Update.
16733 * gdb.btrace/unknown_functions.exp: Update.
16734 * gdb.btrace/delta.exp: New.
16735
0b722aec
MM
167362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16737
16738 * gdb.btrace/record_goto.exp: Add backtrace test.
16739 * gdb.btrace/tailcall.exp: Add backtrace test.
16740
066ce621
MM
167412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16742
16743 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16744 * gdb.btrace/record_goto.c: New.
16745 * gdb.btrace/record_goto.exp: New.
16746 * gdb.btrace/x86-record_goto.S: New.
16747
0688d04e
MM
167482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16749
16750 * gdb.btrace/function_call_history.exp: Update tests.
16751 * gdb.btrace/instruction_history.exp: Update tests.
16752
8710b709
MM
167532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16754
16755 * gdb.btrace/function_call_history.exp: Fix expected field
16756 order for "record function-call-history".
16757 Add new tests for "record function-call-history /c".
16758 * gdb.btrace/exception.cc: New.
16759 * gdb.btrace/exception.exp: New.
16760 * gdb.btrace/tailcall.exp: New.
16761 * gdb.btrace/x86-tailcall.S: New.
16762 * gdb.btrace/x86-tailcall.c: New.
16763 * gdb.btrace/unknown_functions.c: New.
16764 * gdb.btrace/unknown_functions.exp: New.
16765 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16766
5de9129b
MM
167672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16768
16769 * gdb.btrace/instruction_history.exp: Update.
16770 * gdb.btrace/function_call_history.exp: Update.
16771
23a7fe75
MM
167722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16773
16774 * gdb.btrace/function_call_history.exp: Fix expected function
16775 trace.
16776 * gdb.btrace/instruction_history.exp: Initialize traced.
16777 Remove traced_functions.
16778
724c7dd8
MM
167792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16780
16781 * gdb.btrace/function_call_history.exp: Update
16782 * gdb.btrace/instruction_history.exp: Update.
16783
6d78d93b
MM
167842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16785
16786 * gdb.btrace/enable.exp: Update expected text.
16787
93a360cc
OJ
167882014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16789
16790 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16791 bytes.
16792
3772b53f
MR
167932014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16794
16795 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16796
596662fa
OJ
167972014-01-15 Omair Javaid <omair.javaid@linaro.org>
16798
16799 * lib/gdb.exp (supports_process_record): Return true for
16800 arm*-linux*. (supports_reverse): Likewise.
16801
b5b08fb4
SC
168022014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16803
16804 PR python/15464
16805 PR python/16113
16806 * gdb.python/py-type.c: Enhance test case.
16807 * gdb.python/py-value-cc.cc: Likewise
16808 * gdb.python/py-type.exp: Add new tests.
16809 * gdb.python/py-value-cc.exp: Likewise
16810
52d7fb13
AA
168112014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16812 Pedro Alves <palves@redhat.com>
16813
16814 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16815 Make "name" extern.
16816 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16817 references to ${name}_start by references to ${name}.
16818
a2cd8cfe
JB
168192014-01-10 Joel Brobecker <brobecker@adacore.com>
16820
16821 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16822
4e23fced
JB
168232014-01-10 Joel Brobecker <brobecker@adacore.com>
16824
16825 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16826
c6a9e42c
PA
168272014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16828 Pedro Alves <palves@redhat.com>
16829
16830 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 16831 mi_gdb_target_load.
c6a9e42c 16832
b7ea362b
PA
168332014-01-08 Pedro Alves <palves@redhat.com>
16834
16835 * gdb.threads/reconnect-signal.c: New file.
16836 * gdb.threads/reconnect-signal.exp: New file.
16837
5e3f4fab
EBM
168382014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16839
16840 * gdb.base/source-dir.exp: New file.
16841
79301218
JB
168422014-01-07 Joel Brobecker <brobecker@adacore.com>
16843
16844 * gdb.ada/mi_interface: New testcase.
16845
8e355c5d
JB
168462014-01-07 Joel Brobecker <brobecker@adacore.com>
16847
16848 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16849 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16850 gdb.ada/pp-rec-component/pck.ads: New files.
16851
c0d48811
JB
168522014-01-07 Joel Brobecker <brobecker@adacore.com>
16853
16854 * gdb.python/py-pp-integral.c: New file.
16855 * gdb.python/py-pp-integral.py: New file.
16856 * gdb.python/py-pp-integral.exp: New file.
16857
17b609c3 16858For older changes see ChangeLog-1993-2013.
c906108c 16859\f
8d8cb839
EZ
16860;; Local Variables:
16861;; mode: change-log
16862;; left-margin: 8
16863;; fill-column: 74
16864;; version-control: never
16865;; End:
902f2ccb 16866
42a4f53d 16867 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
16868 Copying and distribution of this file, with or without modification,
16869 are permitted provided the copyright notice and this notice are preserved.