Change the output of readelf's note display so that the "Data size" column header...
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
590042fc
PW
12019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2
3 * gdb.base/style.exp: Update tests for help doc new invariants.
4 * gdb.base/help.exp: Likewise.
5
046bebe1
TT
62019-08-06 Tom Tromey <tom@tromey.com>
7
8 * gdb.base/style.exp: Add disassemble test.
9 * gdb.base/style.c (some_called_function): New function.
10 (main): Use it.
11
0b27c27d
CB
122019-08-05 Christian Biesinger <cbiesinger@google.com>
13
14 * gdb.python/py-block.exp: Test dictionary access on blocks.
15
580f1034
SM
162019-08-05 Simon Marchi <simon.marchi@efficios.com>
17
18 PR gdb/24863
19 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
20 -list-thread-groups --available test when running under
21 check-read1.
22
d86bd7cb
TV
232019-08-05 Tom de Vries <tdevries@suse.de>
24
25 PR testsuite/24863
26 * lib/gdb.exp (with_read1_timeout_factor): New proc.
27 * gdb.base/help.exp: Use with_read1_timeout_factor.
28 * gdb.base/info-macros.exp: Same.
29 * gdb.cp/nested-types.exp: Same.
30
a80cf5d8
TV
312019-08-05 Tom de Vries <tdevries@suse.de>
32
33 * lib/gdb.exp (version_at_least): Factor out of ...
34 (tcl_version_at_least): ... here.
35 (gdb_compile): Fail if pie results in non-PIE executable.
36 (readelf_version, readelf_prints_pie): New proc.
37 (exec_is_pie): Return -1 if unknown.
38
d0962838
TV
392019-08-05 Tom de Vries <tdevries@suse.de>
40
41 * lib/gdb.exp (tcl_version_at_least): Fix typo.
42
2252ff3d
SL
432019-08-04 Sandra Loosemore <sandra@codesourcery.com>
44
45 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
46
26655f53
SL
472019-08-04 Sandra Loosemore <sandra@codesourcery.com>
48
49 * lib/completion-support.exp (test_gdb_complete_none): Skip
50 tab completion tests if no readline support.
51 (test_gdb_complete_unique_re): Likewise.
52 (test_gdb_complete_multiple): Likewise.
53
db4dc13e
PW
542019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
55
56 * gdb.base/info_sources.exp: New file.
57 * gdb.base/info_sources.c: New file.
58 * gdb.base/info_sources_base.c: New file.
59
0eba165a
PFC
602019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
61
62 * gdb.base/batch-exit-status.exp: Call test_exit_status with
63 prefix argument.
64 (test_exit_status): Add prefix argument.
65
59bd512b
TV
662019-08-01 Tom de Vries <tdevries@suse.de>
67
68 PR testsuite/24863
69 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
70 calling exp_continue for new thread and thread exited messages.
71
2a3ad588
TV
722019-08-01 Tom de Vries <tdevries@suse.de>
73
74 PR testsuite/24863
75 * gdb.base/structs.exp: Fix check-read1 timeout using
76 gdb_test_sequence.
77 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
78
117eb594
TV
792019-08-01 Tom de Vries <tdevries@suse.de>
80
81 PR testsuite/24863
82 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
83 line.
84
ed591340
TV
852019-08-01 Tom de Vries <tdevries@suse.de>
86
87 PR testsuite/24863
88 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
89
aa3b6533
TT
902019-07-30 Tom Tromey <tromey@adacore.com>
91
92 * gdb.ada/display_nested.exp: New file.
93 * gdb.ada/display_nested/foo.adb: New file.
94 * gdb.ada/display_nested/pack.adb: New file.
95 * gdb.ada/display_nested/pack.ads: New file.
96
2906593f
CB
972019-07-30 Christian Biesinger <cbiesinger@google.com>
98
99 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
100 namespace.
101 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
102
0f575925
TV
1032019-07-30 Tom de Vries <tdevries@suse.de>
104
105 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
106 instead.
107
b13057d9
TV
1082019-07-30 Tom de Vries <tdevries@suse.de>
109
110 PR testsuite/24834
111 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
112 (exec_is_pie): New proc.
113
5c4dde85
CB
1142019-07-29 Christian Biesinger <cbiesinger@google.com>
115
116 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
117
c620ed88
CB
1182019-07-29 Christian Biesinger <cbiesinger@google.com>
119
120 * gdb.python/py-objfile.c: Add global and static vars.
121 * gdb.python/py-objfile.exp: Test new functions Objfile.
122 lookup_global_symbol and lookup_static_symbol.
123
3d235706
TT
1242019-07-29 Tom Tromey <tom@tromey.com>
125
126 * lib/tuiterm.exp (Term::_csi_@): New proc.
127 (Term::_csi_X): Don't move cursor.
128
c7e4c0a6
PW
1292019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
130
131 * gdb.base/options.exp: Update backtrace - completion to
132 new option -frame-info.
133 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
134 Test new 'set print frame-info'. Test backtrace -frame-info
135 overriding 'set print frame-info'.
136 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
137 Test new 'set print frame-info'.
138 Verify consistency of backtrace with and without filters, with and
139 without -no-filters.
140 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
141 default.
142
de28a3b7
TV
1432019-07-29 Tom de Vries <tdevries@suse.de>
144
145 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
146 no arguments".
147
507dd60e
TV
1482019-07-29 Tom de Vries <tdevries@suse.de>
149
150 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
151 is a substring of the first for "complete non-unique file name".
152
5beafce9
TV
1532019-07-29 Tom de Vries <tdevries@suse.de>
154
155 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
156 with ".*".
157
2d274232
TV
1582019-07-29 Tom de Vries <tdevries@suse.de>
159
160 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
161 Pass prompt_regexp parameter to gdb_test_multiple calls.
162
9197cd8b
TV
1632019-07-29 Tom de Vries <tdevries@suse.de>
164
165 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
166 print registers" regexps.
167
b528dae0
TV
1682019-07-29 Tom de Vries <tdevries@suse.de>
169
170 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
171
d17725d7
TV
1722019-07-29 Tom de Vries <tdevries@suse.de>
173
174 PR gdb/24855
175 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
176 (skip_python_tests_prompt): Add prompt_regexp argument to
177 gdb_test_multiple calls.
178
52b75bf1
TT
1792019-07-27 Tom Tromey <tom@tromey.com>
180
181 * gdb.tui/main.exp: New file.
182
2b1d00c2
TT
1832019-07-27 Tom Tromey <tom@tromey.com>
184
185 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
186 optional.
187 * gdb.tui/empty.exp: New file.
188
ded631d5
TT
1892019-07-27 Tom Tromey <tom@tromey.com>
190
191 * lib/tuiterm.exp (spawn): New proc.
192 (Term::resize): New proc.
193 * gdb.tui/resize.exp: New file.
194
58ac439d
TT
1952019-07-27 Tom Tromey <tom@tromey.com>
196
197 * gdb.tui/list.exp: New file.
198
fe1f56ee
TT
1992019-07-27 Tom Tromey <tom@tromey.com>
200
201 * gdb.tui/regs.exp: New file.
202
f790b310
TT
2032019-07-27 Tom Tromey <tom@tromey.com>
204
205 * gdb.tui/basic.exp: Add "layout split" test.
206
d95fc6ee
TT
2072019-07-27 Tom Tromey <tom@tromey.com>
208
209 * gdb.tui/basic.exp: Add "layout asm" test.
210
c3786b3a
TT
2112019-07-27 Tom Tromey <tom@tromey.com>
212
213 * lib/tuiterm.exp: New file.
214 * gdb.tui/basic.exp: New file.
215
98a617f8
KB
2162019-07-27 Kevin Buettner <kevinb@redhat.com>
217
218 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
219 Enable tests associated with this flag. Adjust regex
220 referencing "foo_low" to now refer to "foo_cold" instead.
221
5c076da4
KB
2222019-07-27 Kevin Buettner <kevinb@redhat.com>
223
224 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
225 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
226 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
227 foo_cold. Revise comments to match.
228 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
229 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
230 were wrapped into this proc; Call do_test in loop from outermost
231 level.
232 (foo_low): Rename all occurrences to "foo_cold".
233 (backtrace from baz): New test.
234 (x2/i foo_cold): New test.
235 (info line *foo_cold): New test.
236
1512d3b7
TV
2372019-07-26 Tom de Vries <tdevries@suse.de>
238
239 * gdb.arch/i386-pkru.exp: Fix unterminated string.
240
297989a1
TV
2412019-07-25 Tom de Vries <tdevries@suse.de>
242
243 PR testsuite/24830
244 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
245 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
246 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
247 (skip_libstdcxx_probe_tests): ... here.
248 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
249
b3b965fb
TV
2502019-07-24 Tom de Vries <tdevries@suse.de>
251
252 PR testsuite/24807
253 * gdb.objc/basicclass.m: Include stdio.h.
254 * gdb.objc/nondebug.m: Same.
255 * gdb.objc/objcdecode.m: Same.
256
4625b4d0
TV
2572019-07-24 Tom de Vries <tdevries@suse.de>
258
259 PR testsuite/24612
260 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
261 additional_flags.
262
024a5840
TV
2632019-07-24 Tom de Vries <tdevries@suse.de>
264
265 PR testsuite/24831
266 * gdb.multi/tids.exp: Update error messages for info threads.
267
c76ddaa3
TV
2682019-07-24 Tom de Vries <tdevries@suse.de>
269
270 * gdb.base/info-types.exp: Allow info types to print info for more than
271 one file.
272
9a618ef6
TV
2732019-07-23 Tom de Vries <tdevries@suse.de>
274
275 PR testsuite/24842
276 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
277 gdb_spawn_with_cmdline_opts.
278
40eadf04
SP
2792019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
280
281 * gdb.arch/arm-cmse-sgstubs.c: New test.
282 * gdb.arch/arm-cmse-sgstubs.exp: New file.
283
5ba29434
TV
2842019-07-23 Tom de Vries <tdevries@suse.de>
285
286 PR testsuite/24711
287 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
288 issuing next command.
289
a8e9d247
AB
2902019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
291
292 * gdb.ada/info_auto_lang.exp: Update expected results.
293 * gdb.base/info-types.c: Add additional types to check.
294 * gdb.base/info-types.exp: Update expected results.
295
eb86c5e2
AB
2962019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * gdb.base/info-types.c: New file.
299 * gdb.base/info-types.exp: New file.
300
01e175fe
AB
3012019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
302
303 * gdb.arch/riscv-bp-infcall.c: New file.
304 * gdb.arch/riscv-bp-infcall.exp: New file.
305
6b78c3f8
AB
3062019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
307
308 PR breakpoints/24541
309 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
310
da738167
TV
3112019-07-14 Tom de Vries <tdevries@suse.de>
312
313 PR testsuite/24760
314 * gdb.objc/basicclass.exp: Fix unterminated string.
315
0d4e84ed
AB
3162019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
317 Andrew Burgess <andrew.burgess@embecosm.com>
318
319 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
320 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
321 negative bounds.
322 * gdb.fortran/vla-value.exp: Print elements of an array with
323 negative bounds.
324 * gdb.fortran/vla.f90: Setup an array with negative bounds for
325 testing.
326
021d8588
AB
3272019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * gdb.base/options.exp (expect_string): Dequote strings in
330 results.
331 (test-string): Test strings with different quoting and reindent.
332
f06f1252
TT
3332019-07-10 Tom Tromey <tromey@adacore.com>
334
335 * gdb.ada/mi_ex_cond.exp: Update expected results.
336 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
337 * gdb.ada/mi_catch_ex.exp: Update expected results.
338 * gdb.ada/mi_catch_assert.exp: Update expected results.
339 * gdb.ada/catch_ex.exp (catch_exception_info)
340 (catch_exception_entry, catch_assert_entry)
341 (catch_unhandled_entry): Update.
342 * gdb.ada/catch_assert_if.exp: Update expected results.
343
b863685d
RB
3442019-07-10 Richard Bunt <richard.bunt@arm.com>
345 Stephen Roberts <stephen.roberts@arm.com>
346
347 * gdb.base/define.exp: Restore original prompt.
348
cb1e4e32
PA
3492019-07-09 Pedro Alves <palves@redhat.com>
350
351 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
352 breakpoints" output.
353 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
354 * gdb.python/py-breakpoint.exp: No longer expect that "catch
355 throw" creates breakpoint.
356 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
357 'type="catchpoint"'.
358
b58a68fe
PA
3592019-07-09 Pedro Alves <palves@redhat.com>
360
361 PR c++/15468
362 * gdb.cp/except-multi-location-lib.cc: New.
363 * gdb.cp/except-multi-location-main.cc: New.
364 * gdb.cp/except-multi-location.exp: New.
365
0826779b
PW
3662019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
367
368 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
369 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
370 argument and update callers.
371
5b0e2db4
AB
3722019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.arch/amd64-break-on-asm-line.S: New file.
375 * gdb.arch/amd64-break-on-asm-line.exp: New file.
376
1f6f6e21
PW
3772019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
378
379 * gdb.base/printcmds.exp: Test printing C string and
380 C wide string convenience vars without transiting via the inferior.
381 Also make test names unique.
382
ea142fbf
AH
3832019-07-08 Alan Hayward <alan.hayward@arm.com>
384
385 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
386
213fd9fa
PA
3872019-07-04 Pedro Alves <palves@redhat.com>
388
389 * lib/gdb.exp (foreach_with_prefix): Don't return early if
390 body returned ok(0), break(3) or continue(4).
391 * gdb.testsuite/foreach_with_prefix.exp: New file.
392
2b40fda7
AH
3932019-07-04 Alan Hayward <alan.hayward@arm.com>
394
395 * gdb.server/unittest.exp: Allow 0 unit tests to run.
396
a26c8de0
PA
3972019-07-03 Pedro Alves <palves@redhat.com>
398
399 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
400 "return -code".
401
5f4ba3e7
PA
4022019-07-03 Pedro Alves <palves@redhat.com>
403
404 PR cli/24732
405 * gdb.base/shell.exp: Load completion-support.exp.
406 Adjust expected error output. Add completion tests.
407
a994424f
PA
4082019-07-03 Pedro Alves <palves@redhat.com>
409
410 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
411 string_to_regexp.
412
3d9be6f5
PA
4132019-07-03 Pedro Alves <palves@redhat.com>
414
415 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
416 (expect_integer): Adjust to expect "-string".
417 (expect_string): New.
418 (all_options): Expect "-string".
419 (test-flag, test-boolean): Adjust to expect "-string".
420 (test-string): New proc.
421 (top level): Call it.
422
41fc454c
PA
4232019-07-03 Pedro Alves <palves@redhat.com>
424
425 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
426 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
427 the expected output in the success.
428
b2b2a215
PA
4292019-07-03 Pedro Alves <palves@redhat.com>
430
431 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
432 Split one gdb_test_multiple call in two to avoid a race.
433
fdbc9870
PA
4342019-07-03 Pedro Alves <palves@redhat.com>
435
436 * gdb.base/with.c: New file.
437 * gdb.base/with.exp: New file.
438
c6ac8931
PA
4392019-07-03 Pedro Alves <palves@redhat.com>
440
441 * gdb.base/settings.exp: Replace all references to "maint
442 test-settings set" with references to "maint set test-settings",
443 and all references to "maint test-settings show" with references
444 to "maint show test-settings".
445
970f9d09
PA
4462019-07-03 Pedro Alves <palves@redhat.com>
447
448 * gdb.base/settings.exp (test-string): Adjust expected out when
449 testing "maint test-settings show filename"
450
54d66006
PA
4512019-07-02 Pedro Alves <palves@redhat.com>
452
453 * gdb.base/options.exp (test-info-threads): New procedure.
454 (top level): Call it.
455
10d06d82
TT
4562019-06-28 Tom Tromey <tromey@adacore.com>
457
458 * gdb.dwarf2/ada-linkage-name.c: New file.
459 * gdb.dwarf2/ada-linkage-name.exp: New file.
460
3d507ff2
TT
4612019-06-27 Tom Tromey <tromey@adacore.com>
462
463 * gdb.cp/constexpr-field.exp: Use setup_xfail.
464
8af58ffe
TV
4652019-06-26 Tom de Vries <tdevries@suse.de>
466
467 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
468
22e21752
TV
4692019-06-26 Tom de Vries <tdevries@suse.de>
470
471 * gdb.base/index-cache.exp: Add back missing debug option.
472
b65b566c
PW
4732019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
474
475 * gdb.base/alias.exp: Test non matching/non existing prefixes.
476
5c2c8c69
TV
4772019-06-25 Tom de Vries <tdevries@suse.de>
478
479 PR testsuite/24727
480 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
481
164e3873
TV
4822019-06-24 Tom de Vries <tdevries@suse.de>
483
484 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
485
824eacee
TV
4862019-06-24 Tom de Vries <tdevries@suse.de>
487
488 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
489 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
490 * gdb.trace/unavailable-dwarf-piece.exp: Same.
491
385b97d3
TV
4922019-06-24 Tom de Vries <tdevries@suse.de>
493
494 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
495
c596f180
TV
4962019-06-21 Tom de Vries <tdevries@suse.de>
497
498 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
499
b13a7d03
TV
5002019-06-21 Tom de Vries <tdevries@suse.de>
501
502 PR testsuite/24518
503 PR ada/24713
504 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
505 index.
506
899277ae
TT
5072019-06-19 Tom Tromey <tromey@adacore.com>
508
509 * gdb.ada/length_cond.exp: Add intro comment.
510
680e1bee
TT
5112019-06-19 Tom Tromey <tromey@adacore.com>
512
513 * gdb.ada/length_cond.exp: New file.
514 * gdb.ada/length_cond/length_cond.adb: New file.
515 * gdb.ada/length_cond/pck.adb: New file.
516 * gdb.ada/length_cond/pck.ads: New file.
517
0ed4690a
TV
5182019-06-18 Tom de Vries <tdevries@suse.de>
519
520 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
521
d20ed5fd
TT
5222019-06-18 Tom Tromey <tromey@adacore.com>
523
524 * gdb.base/list0.h: Add comment explaining control character.
525
86e04673
TV
5262019-06-18 Tom de Vries <tdevries@suse.de>
527
528 * boards/fission.exp: Break up long debug_flags line.
529
c4973306
SM
5302019-06-16 Tom de Vries <tdevries@suse.de>
531
532 PR gdb/24445
533 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
534 generated index.
535
93cb9841
AB
5362019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
537
538 PR gdb/24686
539 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
540 improve detection of bug gdb/24541.
541
399aaebd
SM
5422019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
543
544 PR gdb/24669
545 * gdb.base/index-cache.exp (uses_readnow,
546 expecting_index_cache_use): Define global variable.
547 (test_cache_enabled_miss, test_cache_enabled_hit): Use
548 expecting_index_cache_use.
549
584a927c
AB
5502019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
551 Andrew Burgess <andrew.burgess@embecosm.com>
552
553 * gdb.fortran/pointers.f90: New file.
554 * gdb.fortran/print_type.exp: New file.
555 * gdb.fortran/vla-ptype.exp: Adapt expected results.
556 * gdb.fortran/vla-type.exp: Likewise.
557 * gdb.fortran/vla-value.exp: Likewise.
558 * gdb.mi/mi-vla-fortran.exp: Likewise.
559
30056ea0
AB
5602019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
561
562 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
563 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
564 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
565 as a stop reason.
566
ec8e2b6d
AB
5672019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * gdb.base/annota1.exp: Update expected results.
570 * gdb.cp/annota2.exp: Likewise.
571 * gdb.cp/annota3.exp: Likewise.
572
09e4c4e1
AB
5732019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
574
575 * gdb.base/style-logging.exp: Remove path from test name.
576
0735b091
TT
5772019-06-14 Tom Tromey <tromey@adacore.com>
578
579 PR gdb/24502:
580 * gdb.base/style-logging.exp: New file.
581
f5686554
TT
5822019-06-14 Tom Tromey <tromey@adacore.com>
583
584 * gdb.base/symfile-warn.exp: New file.
585 * gdb.base/symfile-warn.c: New file.
586
a0c1ffed
TT
5872019-06-14 Tom Tromey <tromey@adacore.com>
588
589 * gdb.base/annotate-symlink.exp: New file.
590
f411722c
TT
5912019-06-14 Tom Tromey <tromey@adacore.com>
592
593 * gdb.ada/set_wstr.exp: Add reassignment test.
594
4268ec18
TT
5952019-06-14 Tom Tromey <tromey@adacore.com>
596
597 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
598 'unchecked_access and 'unrestricted_access as well.
599
9a9e394b
TT
6002019-06-14 Tom Tromey <tromey@adacore.com>
601
602 PR ada/24539:
603 * gdb.ada/vla.exp: Update tests.
604 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
605 pragma.
606
4c048731
PA
6072019-06-13 Pedro Alves <palves@redhat.com>
608
609 * gdb.base/settings.exp (test-integer): Test junk after
610 "unlimited".
611
6665660a
PA
6122019-06-13 Pedro Alves <palves@redhat.com>
613
614 * gdb.base/options.exp (test-thread-apply): New.
615 (top level): Call it.
616
5d707134
PA
6172019-06-13 Pedro Alves <palves@redhat.com>
618
619 * gdb.base/options.exp (test-frame-apply): New.
620 (top level): Test print commands with different "frame apply"
621 prefixes.
622
e2a689da
PA
6232019-06-13 Pedro Alves <palves@redhat.com>
624
e79be6e5 625 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
626 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
627 'max_completions' parameter and handle it.
628 (test_gdb_completion_offers_commands): New.
629
90a1ef87
PA
6302019-06-13 Pedro Alves <palves@redhat.com>
631
632 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
633
d4c16835
PA
6342019-06-13 Pedro Alves <palves@redhat.com>
635
636 * gdb.base/options.exp (test-backtrace): New.
637 (top level): Call it.
638
2daf894e
PA
6392019-06-13 Pedro Alves <palves@redhat.com>
640
641 * gdb.guile/scm-frame-args.exp: Use "set print
642 raw-frame-arguments" instead of "set print raw frame-arguments".
643 * gdb.python/py-frame-args.exp: Likewise.
644
e6ed716c
PA
6452019-06-13 Pedro Alves <palves@redhat.com>
646
647 * gdb.compile/compile.exp: Adjust expected output to option
648 processing changes.
649
7d8062de
PA
6502019-06-13 Pedro Alves <palves@redhat.com>
651
652 * gdb.base/options.exp: Build executable.
653 (test-print): New procedure.
654 (top level): Call it, once for "print" and another for "compile
655 print".
656
9d0faba9
PA
6572019-06-13 Pedro Alves <palves@redhat.com>
658
659 * gdb.base/options.c: New file.
660 * gdb.base/options.exp: New file.
661
dee7b4c8
PA
6622019-06-13 Pedro Alves <palves@redhat.com>
663
664 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
665 that "o" is ambiguous.
666
dca0f6c0
PA
6672019-06-13 Pedro Alves <palves@redhat.com>
668
669 * gdb.base/settings.c: New file.
670 * gdb.base/settings.exp: New file.
671
ccf46844
PA
6722019-06-13 Pedro Alves <palves@redhat.com>
673
674 * gdb.base/completion.exp: Fix comment typo.
675
b9a3f842
PA
6762019-06-13 Pedro Alves <palves@redhat.com>
677
678 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
679 foo --1" test.
680
d106773e
PA
6812019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
682
683 * gdb.fortran/block-data.f: New.
684 * gdb.fortran/block-data.exp: New.
685
fea82da0
TV
6862019-06-11 Tom de Vries <tdevries@suse.de>
687
688 PR testsuite/24521
689 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
690 message.
691
8c2e74f1
TV
6922019-06-11 Tom de Vries <tdevries@suse.de>
693
694 PR testsuite/24521
695 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
696
b49851c8
TV
6972019-06-11 Tom de Vries <tdevries@suse.de>
698
699 * boards/readnow.exp: New file.
700
a7067863
AB
7012019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
702
703 * gdb.fortran/vla-sizeof.exp: Update expected results.
704
1a3da2cd
AB
7052019-06-06 Amos Bird <amosbird@gmail.com>
706
707 * gdb.base/annota1.exp (thread_switch): Add test for
708 thread-exited annotation.
709
3847a7bf
TT
7102019-06-06 Tom Tromey <tromey@adacore.com>
711
712 * gdb.base/maint.exp: Expect command started/finished output.
713
0088ba59
AB
7142019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
715
716 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
717 comment.
718 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
719
312617a3
AB
7202019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
721
722 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
723 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
724 * gdb.arch/riscv-unwind-long-insn.c: New file.
725 * gdb.arch/riscv-unwind-long-insn.exp: New file.
726
e1f2e1a2
CB
7272019-06-04 Christian Biesinger <cbiesinger@google.com>
728
d3238f7d 729 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 730
206584bd
PW
7312019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
732
733 * lib/gdb.exp (help_list_trailer): New regexp variable
734 factorizing the help trailer message.
735 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
736 arg to allow to better factorize various tests.
737 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
738 (test_prefix_command_help): Use help_list_trailer.
739 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
740 * gdb.guile/scm-cmd.exp: Likewise.
741 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
742 * gdb.base/help.exp: Use test_user_defined_class_help.
743 * gdb.base/style.exp: Add tests for styling of help and apropos.
744 * lib/gdb-utils.exp (style): Add title and highlight styles.
745
708dc93e
PW
7462019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
747
748 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
749 $_shell_exitsignal.
750 * gdb.base/default.exp: Update for new convenience variables.
751
f49055a5
TT
7522019-05-29 Tom Tromey <tromey@adacore.com>
753
754 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
755 to "break complete ada" test case's regexp.
756
4330d61d
TT
7572019-05-29 Tom Tromey <tromey@adacore.com>
758
759 PR c++/20020:
760 * gdb.cp/constexpr-field.exp: New file.
761 * gdb.cp/constexpr-field.cc: New file.
762
000439d5
TT
7632019-05-29 Tom Tromey <tromey@adacore.com>
764
765 * gdb.base/finish.exp (finish_no_print): New proc.
766 (finish_tests): Call it.
767
5a01c34c
TV
7682019-05-24 Tom de Vries <tdevries@suse.de>
769
770 * gdb.dwarf2/gdb-add-index.exp: New file.
771
18125b16
TT
7722019-05-22 Tom Tromey <tromey@adacore.com>
773
774 * gdb.base/info-shared.exp (check_info_shared): Use "style".
775 * gdb.base/style.exp: Use "style".
776 * lib/gdb-utils.exp (style): New proc.
777
af1a8d03
TV
7782019-05-22 Tom de Vries <tdevries@suse.de>
779
780 * gdb.base/align.exp: Require c++11.
781
e7fe496b
TV
7822019-05-22 Tom de Vries <tdevries@suse.de>
783
784 PR testsuite/24586
785 * gdb.python/py-mi-var-info-path-expression.exp: Call
786 mi_skip_python_tests to check if python is supported.
787
8fca4da0
AH
7882019-05-22 Alan Hayward <alan.hayward@arm.com>
789
790 * gdb.arch/aarch64-pauth.c: New test.
791 * gdb.arch/aarch64-pauth.exp: New file.
792
b7060614
AH
7932019-05-22 Alan Hayward <alan.hayward@arm.com>
794
795 * README (Re-running Tests Outside The Testsuite): New section.
796
669d0468
TV
7972019-05-21 Tom de Vries <tdevries@suse.de>
798
799 * gdb.arch/amd64-eval.exp: Require c++11.
800 * gdb.base/max-depth.exp: Same.
801 * gdb.compile/compile-cplus-array-decay.exp: Same.
802 * gdb.cp/meth-typedefs.exp: Same.
803 * gdb.cp/subtypes.exp: Same.
804 * gdb.cp/temargs.exp: Same.
805
ce3ebcaa
AH
8062019-05-21 Alan Hayward <alan.hayward@arm.com>
807
808 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
809
34d11c68
AB
8102019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
811
812 PR gdb/18644
813 * gdb.fortran/complex.exp: Remove setup_kfail calls.
814 * gdb.fortran/printing-types.exp: Add new test.
815 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
816 testing.
817 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
818 setup_kfail call.
819
87781e84
AH
8202019-05-17 Alan Hayward <alan.hayward@arm.com>
821
822 * README (Running the Testsuite): Change example.
823 (Testsuite Parameters): Remove TRANSCRIPT.
824 * lib/gdb.exp: Remove TRANSCRIPT check.
825
b420b89e
AH
8262019-05-17 Alan Hayward <alan.hayward@arm.com>
827
828 * README (Testsuite Parameters): Add replay logging to
829 GDBSERVER_DEBUG.
830 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
831 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
832 as a comma separated list.
833 (gdb_debug_init): Override procedure.
834
408e9b8b
AH
8352019-05-17 Alan Hayward <alan.hayward@arm.com>
836
837 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
838 (gdb_write_cmd_file): New procedure.
839 * lib/gdbserver-support.exp (gdbserver_start): Call
840 gdbserver_write_cmd_file.
841 (gdbserver_write_cmd_file): New procedure.
842
f9e2e39d
AH
8432019-05-17 Alan Hayward <alan.hayward@arm.com>
844
845 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
846 (delete_breakpoints): Likewise.
847 (gdb_run_cmd): Likewise.
848 (gdb_start_cmd): Likewise.
849 (gdb_starti_cmd): Likewise.
850 (gdb_internal_error_resync): Likewise.
851 (gdb_test_multiple): Likewise.
852 (gdb_reinitialize_dir): Likewise.
853 (default_gdb_exit): Likewise.
854 (gdb_file_cmd): Mark kill as optional.
855 (default_gdb_start): Call gdb_stdin_log_init.
856 (send_gdb): Call gdb_stdin_log_write.
857 (rerun_to_main): Mark Y as an answer.
858 (gdb_stdin_log_init): New function.
859 (gdb_stdin_log_write): Likewise.
860
81f47ac2
AH
8612019-05-17 Alan Hayward <alan.hayward@arm.com>
862
863 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
864 * gdb.base/debug-expr.exp: Likewise.
865 * gdb.base/foll-fork.exp: Likewise.
866 * gdb.base/foll-vfork.exp: Likewise.
867 * gdb.base/fork-print-inferior-events.exp: Likewise.
868 * gdb.base/gdb-sigterm.exp: Likewise.
869 * gdb.base/gdbinit-history.exp: Likewise.
870 * gdb.base/osabi.exp: Likewise.
871 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
872 * gdb.base/ui-redirect.exp: Likewise.
873 * gdb.gdb/unittest.exp: Likewise.
874 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
875 * gdb.mi/mi-watch.exp: Likewise.
876 * gdb.mi/new-ui-mi-sync.exp: Likewise.
877 * gdb.mi/user-selected-context-sync.exp: Likewise.
878 * gdb.python/python.exp: Disable debug test when debugging.
879 * gdb.threads/check-libthread-db.exp: Disable when debugging.
880 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
881 Likewise.
882 * gdb.threads/stepi-random-signal.exp: Likewise.
883
29b52314
AH
8842019-05-17 Alan Hayward <alan.hayward@arm.com>
885
886 * Makefile.in: Pass through GDB_DEBUG.
887 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
888 (gdb,debug): Add board setting.
889 * lib/gdb.exp (default_gdb_start): Start debugging.
890 (gdb_debug_enabled): New procedure.
891 (gdb_debug_init): Likewise.
29b52314
AH
892
8932019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 894
29b52314
AH
895 * Makefile.in: Pass through GDB_DEBUG.
896 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
897 (gdb,debug): Add board setting.
898 * lib/gdb.exp (default_gdb_start): Start debugging.
899 (gdb_debug_enabled): New procedure.
900 (gdb_debug_init): Likewise.
29b52314 901
ca1285d1
AH
9022019-05-17 Alan Hayward <alan.hayward@arm.com>
903
904 * gdb.base/ui-redirect.exp: Add debug redirect tests.
905
f3a09c80
AH
9062019-05-17 Alan Hayward <alan.hayward@arm.com>
907
908 * gdb.base/ui-redirect.exp: Test redirection.
909
26648588
JV
9102019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
911
912 * gdb.mi/mi-complete.exp: New file.
913 * gdb.mi/mi-complete.cc: Likewise.
914
14237686
AB
9152019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
916
917 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
918 indexed and sliced arrays, and pointers to arrays.
919
e7bd7fba
TT
9202019-05-14 Tom Tromey <tromey@adacore.com>
921
922 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
923 styling test.
924
2764128d
TV
9252019-05-14 Tom de Vries <tdevries@suse.de>
926
927 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
928 selection entry encoding.
929
71bed2db
TT
9302019-05-10 Tom Tromey <tromey@adacore.com>
931
932 * gdb.ada/info_exc.exp: Add "complete" test.
933
63b667ad
TV
9342019-05-09 Tom de Vries <tdevries@suse.de>
935
936 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
937 CU-relative.
938
9cfd2b89
TV
9392019-05-09 Tom de Vries <tdevries@suse.de>
940
941 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
942 CU-relative.
943
2228ef77
XR
9442019-05-08 Joel Brobecker <brobecker@adacore.com>
945
946 * gdb.ada/frame_arg_lang.exp: New testcase.
947 * gdb.ada/frame_arg_lang/bla.adb: New file.
948 * gdb.ada/frame_arg_lang/pck.ads: New file.
949 * gdb.ada/frame_arg_lang/pck.adb: New file.
950 * gdb.ada/frame_arg_lang/foo.c: New file.
951
80e55b13
TT
9522019-05-08 Tom Tromey <tromey@adacore.com>
953
954 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
955
9d3421af
TT
9562019-05-08 Tom Tromey <tromey@adacore.com>
957
958 * gdb.base/ptype-offsets.exp: Update tests.
959
844333e2
TT
9602019-05-08 Tom Tromey <tromey@adacore.com>
961
962 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
963 cases.
964 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
965 "short".
966
988915ee
TT
9672019-05-08 Tom Tromey <tromey@adacore.com>
968
969 * gdb.ada/vla.exp: New file.
970 * gdb.ada/vla/vla.adb: New file.
971
7bd55dac
TV
9722019-05-07 Tom de Vries <tdevries@suse.de>
973
974 * gdb.base/index-cache.exp (ls_host): Fix return statement.
975
75f06e9d
TV
9762019-05-07 Tom de Vries <tdevries@suse.de>
977
978 PR testsuite/24522
979 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
980 section.
981
77e7aaa4
TV
9822019-05-07 Tom de Vries <tdevries@suse.de>
983
984 PR testsuite/24522
985 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
986 .debug_aranges section.
987
456ba0fa
TV
9882019-05-07 Tom de Vries <tdevries@suse.de>
989
990 PR testsuite/24159
991 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
992
5a56d6a6
TV
9932019-05-06 Tom de Vries <tdevries@suse.de>
994
995 * lib/gdb.exp (exec_has_index_section): New proc.
996 * gdb.base/index-cache.exp: Handle case that binfile contains an index
997 section.
998
9d6d4be8
TV
9992019-05-04 Tom de Vries <tdevries@suse.de>
1000
1001 * boards/cc-with-debug-names.exp: New file.
1002
222a8d25
TT
10032019-05-03 Tom Tromey <tromey@adacore.com>
1004
1005 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1006 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1007 * gdb.ada/char_enum.exp: Add test.
1008
0fdfd794
TV
10092019-05-03 Tom de Vries <tdevries@suse.de>
1010
1011 * boards/cc-with-gdb-index.exp: New file.
1012
80062eb9
AB
10132019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1014
1015 * gdb.rust/simple.exp: Add new test case.
1016 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1017 (main): Initialise an instance of the new struct.
1018
4504bbde
TT
10192019-05-01 Tom Tromey <tromey@adacore.com>
1020
1021 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1022 record.
1023 (NPR): New variable.
1024 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1025 test.
1026
d48e62f4
TT
10272019-05-01 Tom Tromey <tromey@adacore.com>
1028
1029 * gdb.ada/packed_array_assign.exp: Add packed assignment
1030 regression test.
1031
f59f30f5
TV
10322019-05-01 Tom de Vries <tdevries@suse.de>
1033
1034 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1035
b70bfc54
TV
10362019-05-01 Tom de Vries <tdevries@suse.de>
1037
1038 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1039
15f18d14
AT
10402019-04-30 Ali Tamur <tamur@google.com>
1041
1042 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1043
2ff0a947
TT
10442019-04-30 Tom Tromey <tromey@adacore.com>
1045
1046 * lib/ada.exp (find_ada_tool): New proc.
1047 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1048 * gdb.ada/catch_ex_std.exp: New file.
1049 * gdb.ada/catch_ex_std/foo.adb: New file.
1050 * gdb.ada/catch_ex_std/some_package.adb: New file.
1051 * gdb.ada/catch_ex_std/some_package.ads: New file.
1052
a776957c
TT
10532019-04-30 Tom Tromey <tromey@adacore.com>
1054
1055 PR c++/24470:
1056 * gdb.cp/temargs.cc: Add test code from PR.
1057
bc68014d
AB
10582019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1059
1060 * gdb.fortran/vla-datatypes.exp: Update expected results.
1061 * gdb.fortran/vla-ptype.exp: Likewise.
1062 * gdb.fortran/vla-type.exp: Likewise.
1063 * gdb.fortran/vla-value.exp: Likewise.
1064
f1fdc960
AB
10652019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1066
1067 * gdb.fortran/ptr-indentation.exp: Update expected results.
1068 * gdb.fortran/ptype-on-functions.exp: Likewise.
1069 * gdb.fortran/vla-ptr-info.exp: Likewise.
1070 * gdb.fortran/vla-value.exp: Likewise.
1071
bf7a4de1
AB
10722019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * gdb.fortran/ptype-on-functions.exp: New file.
1075 * gdb.fortran/ptype-on-functions.f90: New file.
1076
bbe75b9d
AB
10772019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1078
1079 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1080 case void string.
1081
1db455a7
AB
10822019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1083
1084 * gdb.fortran/complex.exp: Expand.
1085 * gdb.fortran/complex.f: Renamed to...
1086 * gdb.fortran/complex.f90: ...this, and extended to add more
1087 complex values.
1088
b6d03bb2
AB
10892019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1090
1091 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1092 MODULO, CMPLX.
1093
2e62ab40
AB
10942019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1095 Richard Bunt <richard.bunt@arm.com>
1096
1097 * gdb.base/max-depth.c: New file.
1098 * gdb.base/max-depth.exp: New file.
1099 * gdb.python/py-nested-maps.c: New file.
1100 * gdb.python/py-nested-maps.exp: New file.
1101 * gdb.python/py-nested-maps.py: New file.
1102 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1103 (test_all_common): Call test_max_depth.
1104 * gdb.fortran/max-depth.exp: New file.
1105 * gdb.fortran/max-depth.f90: New file.
1106 * gdb.go/max-depth.exp: New file.
1107 * gdb.go/max-depth.go: New file.
1108 * gdb.modula2/max-depth.exp: New file.
1109 * gdb.modula2/max-depth.c: New file.
1110 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1111
d2b584a5
TV
11122019-04-29 Tom de Vries <tdevries@suse.de>
1113
1114 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1115
136afab8
PW
11162019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1117
1118 * gdb.base/callexit.exp: Test may-call-functions off.
1119
725cbb63
KS
11202019-04-25 Keith Seitz <keiths@redhat.com>
1121
1122 PR c++/24367
1123 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1124 (another_incomplete_struct, test_incomplete): New definitions.
1125 (main): Use new definitions.
1126 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1127 functions.
1128
82433e3e
SDJ
11292019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1130
1131 PR corefiles/11608
1132 PR corefiles/18187
1133 * gdb.base/coredump-filter-build-id.exp: New file.
1134
dd06d4d6
AH
11352019-04-25 Alan Hayward <alan.hayward@arm.com>
1136
e79be6e5
SM
1137 * Makefile.in: Pass through GDBSERVER_DEBUG.
1138 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1139 (gdbserver,debug): Add board setting.
1140 * gdb.trace/tspeed.exp: Skip when debugging.
1141 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1142 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1143
1670072e
TT
11442019-04-24 Tom Tromey <tromey@adacore.com>
1145
1146 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1147 Rust.
1148
a59240a4
TT
11492019-04-24 Tom Tromey <tromey@adacore.com>
1150
1151 * gdb.arch/amd64-eval.exp: Test bitfield return.
1152 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1153 (class Foo) <return_bitfields>: New method.
1154 (main): Call it.
1155
b907456c
AB
11562019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1157
1158 * gdb.cp/many-args.cc: New file.
1159 * gdb.cp/many-args.exp: New file.
1160
5c565afd
TV
11612019-04-23 Tom de Vries <tdevries@suse.de>
1162
1163 PR gdb/24433
1164 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1165
ba22ff86
AH
11662019-04-23 Alan Hayward <alan.hayward@arm.com>
1167
1168 * gdb.trace/backtrace.exp: Use nopie flag.
1169 * gdb.trace/circ.exp: Likewise.
1170 * gdb.trace/collection.exp: Likewise.
1171 * gdb.trace/ftrace.exp: Likewise.
1172 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1173 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1174 * gdb.trace/qtro.exp: Likewise.
1175 * gdb.trace/read-memory.exp: Likewise.
1176 * gdb.trace/report.exp: Likewise.
1177 * gdb.trace/tfile.exp: Likewise.
1178 * gdb.trace/tfind.exp: Likewise.
1179 * gdb.trace/unavailable.exp: Likewise.
1180
7905fc35
PA
11812019-04-22 Pedro Alves <palves@redhat.com>
1182
1183 * gdb.base/solib-probes-nosharedlibrary.c,
1184 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1185
8ecb59f8
TT
11862019-04-19 Tom Tromey <tromey@adacore.com>
1187
1188 * gdb.ada/ptype_union.c: New file.
1189 * gdb.ada/ptype_union.exp: New file.
1190
62160ec9
TT
11912019-04-19 Tom Tromey <tromey@adacore.com>
1192
1193 PR symtab/24423:
1194 * gdb.base/list0.h (foo): Add a control-l character.
1195
36cd4ba5
TV
11962019-04-18 Tom de Vries <tdevries@suse.de>
1197
1198 PR gdb/24433
1199 * boards/local-board.exp: Set sysroot to "".
1200
b73715df
TV
12012019-04-18 Tom de Vries <tdevries@suse.de>
1202 Pedro Alves <palves@redhat.com>
1203
1204 PR gdb/24454
1205 * gdb.threads/vfork-follow-child-exec.c: New file.
1206 * gdb.threads/vfork-follow-child-exec.exp: New file.
1207 * gdb.threads/vfork-follow-child-exit.c: New file.
1208 * gdb.threads/vfork-follow-child-exit.exp: New file.
1209
4aa866af
LS
12102019-04-15 Leszek Swirski <leszeks@google.com>
1211
1212 * gdb.arch/amd64-eval.cc: New file.
1213 * gdb.arch/amd64-eval.exp: New file.
1214
e5a1a79a
AH
12152019-04-11 Alan Hayward <alan.hayward@arm.com>
1216
1217 * gdb.server/sysroot.c: New test.
1218 * gdb.server/sysroot.exp: New file.
1219 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1220 matching param.
1221
41077b66
AB
12222019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1223
1224 * gdb.base/align.exp: Extend test to cover structures containing
1225 only static fields.
1226
c30391f8
TV
12272019-04-11 Tom de Vries <tdevries@suse.de>
1228
1229 * boards/cc-with-dwz-m.exp: New file.
1230 * boards/cc-with-dwz.exp: New file.
1231 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1232
e242fd12
SM
12332019-04-09 Simon Marchi <simon.marchi@efficios.com>
1234
1235 * gdb.base/start-cpp.exp: New file.
1236 * gdb.base/start-cpp.cc: New file.
1237
2b0c8b01
KB
12382019-04-08 Kevin Buettner <kevinb@redhat.com>
1239
1240 * gdb.python/py-thrhandle.exp: Adjust tests to call
1241 thread_from_handle instead of thread_from_thread_handle.
1242
947210e5
KB
12432019-04-08 Kevin Buettner <kevinb@redhat.com>
1244
1245 * gdb.python/py-thrhandle.exp: Add tests for
1246 gdb.InferiorThread.handle.
1247
d7df6549
AB
12482019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1249
1250 * gdb.python/py-function.exp: Check calling helper function from
1251 all languages.
1252 * lib/gdb.exp (gdb_supported_languages): New proc.
1253
8bdc1658
AB
12542019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1255
1256 * gdb.base/complex-parts.c: New file.
1257 * gdb.base/complex-parts.exp: New file.
1258
05caa1d2
TT
12592019-04-01 Tom Tromey <tromey@adacore.com>
1260
1261 PR symtab/23331:
1262 * gdb.dwarf2/dw2-ranges-main.c: New file.
1263 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1264 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1265
7734102d
EZ
12662019-03-30 Simon Marchi <simark@simark.ca>
1267
1268 * gdb.base/default.exp: Add values for $_gdb_major and
1269 $_gdb_minor.
1270
188e1fa9
TT
12712019-03-29 Tom Tromey <tromey@adacore.com>
1272
1273 * gdb.base/help.exp: Tighten apropos regexp.
1274
2880242d
KS
12752019-03-29 Keith Seitz <keiths@redhat.com>
1276
1277 * gdb.fortran/array-bounds.exp: New file.
1278 * gdb.fortran/array-bounds.f90: New file.
1279
077cad8e
PW
12802019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1281
1282 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1283
80047cfc
PW
12842019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1285
1286 * gdb.multi/hello.c (main): Increase alarm timer.
1287
f489207e
SL
12882019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1289
1290 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1291 factor when no hardware watchpoint support.
1292
c92df149
AH
12932019-03-28 Alan Hayward <alan.hayward@arm.com>
1294 Pedro Alves <palves@redhat.com>
1295
1296 * boards/local-board.exp: set sysroot to /.
1297
933aebfa
AH
12982019-03-27 Alan Hayward <alan.hayward@arm.com>
1299
1300 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1301 in child.
1302
9f9aa852
AB
13032019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1304
1305 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1306 field.
1307 (make_container): Initialise new field.
1308 * gdb.python/py-prettyprint.exp: Add new tests.
1309 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1310 <display_hint>: New method.
1311
3714a195
AB
13122019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1313
1314 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1315 gdb_continue_to_breakpoint more throughout this test.
1316 (run_lang_tests) Supply unique test names, and use
1317 gdb_test_no_output.
1318
18c77628
AB
13192019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1320
1321 * gdb.base/finish-pretty.exp: Update expected results.
1322 * gdb.base/pretty-print.c: New file.
1323 * gdb.base/pretty-print.exp: New file.
1324
9a93502f
PA
13252019-03-25 Pedro Alves <palves@redhat.com>
1326
1327 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1328 move comments outside list. Append '-i "" eof' section.
1329
968aa7ae
AH
13302019-03-22 Alan Hayward <alan.hayward@arm.com>
1331
1332 * README: Add pie options.
1333 * gdb.base/break-interp.exp: Ensure pie is disabled.
1334 * gdb.base/dump.exp: Likewise.
1335 * lib/gdb.exp (gdb_compile): Add pie option.
1336
4c7d57e7
TT
13372019-03-19 Tom Tromey <tromey@adacore.com>
1338
1339 * gdb.mi/mi2-cli-display.c: New file.
1340 * gdb.mi/mi2-cli-display.exp: New file.
1341
bff8c71f
TT
13422019-03-18 Joel Brobecker <brobecker@adacore.com>
1343 Tom Tromey <tromey@adacore.com>
1344
1345 * gdb.ada/ptype_array/pck.adb: New file.
1346 * gdb.ada/ptype_array/pck.ads: New file.
1347 * gdb.ada/ptype_array/foo.adb: New file.
1348 * gdb.ada/ptype_array.exp: New file.
1349
d085f989
TT
13502019-03-14 Tom Tromey <tromey@adacore.com>
1351
1352 * gdb.base/style.exp: Add "set style sources" test.
1353
b4be1b06
SM
13542019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1355
1356 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1357 * mi-breakpoint-multiple-locations.exp: ... this.
1358 (make_breakpoints_pattern): New proc.
1359 (do_test): Add mi_version parameter, test -break-insert,
1360 -break-info and =breakpoint-created.
1361
7cde5fc2
AB
13622019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1363
1364 * config/default.exp: Remove 'load_lib gdb.exp'.
1365 * config/monitor.exp: Likewise.
1366 * config/sid.exp: Likewise.
1367 * config/sim.exp: Likewise.
1368 * config/slite.exp: Likewise.
1369 * config/unix.exp: Likewise.
1370 * gdb.base/default.exp: Remove unhelpful comment.
1371
efbecbc1
AB
13722019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1373
1374 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1375
0841c79a
AB
13762019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1377
1378 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1379
4a270568
AB
13802019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1381
1382 * gdb.fortran/type-kinds.exp: Update expected results.
1383
067630bd
AB
13842019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1385
1386 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1387
3be47f7a
AB
13882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1389
1390 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1391 function.
1392 (test_basic_parsing_of_type_kinds): Expand types tested.
1393 (test_parsing_invalid_type_kinds): New function.
1394
4d00f5d8
AB
13952019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1396
1397 * gdb.fortran/intrinsics.exp: New file.
1398 * gdb.fortran/intrinsics.f90: New file.
1399 * gdb.fortran/type-kinds.exp: New file.
1400
c8f91604
AB
14012019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 * gdb.fortran/dot-ops.exp: New file.
1404
dd9f2c76
AB
14052019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1406
1407 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1408 Check upper and lower case logical literals.
1409
84ec9724
AB
14102019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1411
1412 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1413 Remove duplicate tests.
1414
c3734e09
AH
14152019-03-06 Alan Hayward <alan.hayward@arm.com>
1416
1417 * lib/gdb.exp (builtin_cd): rename of cd.
1418 (cd): Override builtin.
1419
aa3cfbda
RB
14202019-03-06 Richard Bunt <richard.bunt@arm.com>
1421
1422 * gdb.fortran/function-calls.exp: New file.
1423 * gdb.fortran/function-calls.f90: New test.
1424
7b63ad86
RB
14252019-03-04 Richard Bunt <richard.bunt@arm.com>
1426
1427 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1428 on user program standard output.
1429 * gdb.fortran/short-circuit-argument-list.f90: Record function
1430 calls.
1431
01abb042
AH
14322019-02-28 Alan Hayward <alan.hayward@arm.com>
1433
c3734e09
AH
1434 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1435 failure.
01abb042 1436
92137da0
RO
14372019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1438
1439 PR gdb/8527
1440 * gdb.base/interrupt-daemon-attach.c,
1441 gdb.base/interrupt-daemon-attach.exp: New test.
1442
5862844d
PA
14432019-02-27 Pedro Alves <palves@redhat.com>
1444
1445 * gdb.base/page.exp: Add tests for "set width/height -1".
1446
8ed25214
PA
14472019-02-27 Pedro Alves <palves@redhat.com>
1448
1449 * gdb.base/page.exp: Add tests for "set/show width/height" with
1450 "infinite" values.
1451
6c28e44a
TT
14522019-02-27 Tom Tromey <tromey@adacore.com>
1453
1454 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1455 2.4.
1456 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1457 workaround.
1458
bf9a735e
AB
14592019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1460
1461 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1462 tests for structs with static members.
1463
8791793c
TT
14642019-02-26 Tom Tromey <tromey@adacore.com>
1465
1466 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1467 ValueError, not TypeError.
1468
bc2a507e
KB
14692019-02-26 Kevin Buettner <kevinb@redhat.com>
1470
1471 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1472 call from main program.
1473
e0e7d3bd
JB
14742019-02-23 Joel Brobecker <brobecker@adacore.com>
1475
1476 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1477 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1478 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1479 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1480 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1481
9600246d
KS
14822019-02-22 Keith Seitz <keiths@redhat.com>
1483
1484 PR symtab/23853
1485 * gdb.base/symlink-sourcefile.c: New file.
1486 * gdb.base/symlink-sourcefile.exp: New file.
1487
0c95f9ed
TT
14882019-02-20 Tom Tromey <tom@tromey.com>
1489
1490 * gdb.base/info_qt.exp: Update.
1491
6caa91b6
SM
14922019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1493
1494 * gdb.base/source.exp: Move "error in sourced script" code to
1495 the end.
1496 * gdb.base/source-error.gdb: Move contents to
1497 source-error-1.gdb. Add new code to source source-error-1.gdb.
1498 * gdb.base/source-error-1.gdb: New file, from previous
1499 source-error.gdb.
1500
6506371f
TT
15012019-02-17 Tom Tromey <tom@tromey.com>
1502
1503 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1504 for macro styling.
1505 * gdb.base/style.c (SOME_MACRO): New macro.
1506
a0087920
TT
15072019-02-17 Tom Tromey <tom@tromey.com>
1508
1509 * gdb.base/style.exp: Add line-wrapping tests.
1510 * gdb.base/page.exp: Add test for quitting during pagination.
1511
a2cd4f14
JB
15122019-02-17 Joel Brobecker <brobecker@adacore.com>
1513
1514 * gdb.ada/big_packed_array: New testcase.
1515 * gdb.ada/homonym.exp: Fix incorrect expected output for
1516 "break <homonym__get_value>" test.
1517
9d70ffbc
WP
15182019-02-13 Weimin Pan <weimin.pan@oracle.com>
1519
1520 PR breakpoints/21870
1521 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1522 and prepare_for_testing. Add comment.
1523 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1524 redundant cleanup call. Clean up comment.
1525
01c7ae81
WP
15262019-02-12 Weimin Pan <weimin.pan@oracle.com>
1527
1528 PR breakpoints/21870
1529 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1530 * gdb.arch/aarch64-dbreg-contents.c: New file.
1531
aff29d1c
JB
15322019-02-10 Joel Brobecker <brobecker@adacore.com>
1533
1534 * gdb.ada/mi_ref_changeable: New testcase.
1535
df0da8a2
AH
15362019-02-07 Alan Hayward <alan.hayward@arm.com>
1537
1538 * gdb.base/attach.exp: Add double attach test.
1539
bd447abb
SM
15402019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1541
1542 * lib/gdb.exp (default_gdb_start): Don't match pagination
1543 prompt.
1544 (gdb_init): Set stty_init.
1545
1dbc40b9
TT
15462019-01-27 Tom Tromey <tom@tromey.com>
1547
1548 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1549 skip_python_tests.
1550
353229bf
AH
15512019-01-24 Alan Hayward <alan.hayward@arm.com>
1552
1553 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1554 New structure.
1555 (struct struct_static_02_02): Likewise.
1556 (struct struct_static_02_03): Likewise.
1557 (struct struct_static_02_04): Likewise.
1558 (struct struct_static_04_01): Likewise.
1559 (struct struct_static_04_02): Likewise.
1560 (struct struct_static_04_03): Likewise.
1561 (struct struct_static_04_04): Likewise.
1562 (struct struct_static_06_01): Likewise.
1563 (struct struct_static_06_02): Likewise.
1564 (struct struct_static_06_03): Likewise.
1565 (struct struct_static_06_04): Likewise.
1566 (cmp_struct_static_02_01): Likewise.
1567 (cmp_struct_static_02_02): Likewise.
1568 (cmp_struct_static_02_03): Likewise.
1569 (cmp_struct_static_02_04): Likewise.
1570 (cmp_struct_static_04_01): Likewise.
1571 (cmp_struct_static_04_02): Likewise.
1572 (cmp_struct_static_04_03): Likewise.
1573 (cmp_struct_static_04_04): Likewise.
1574 (cmp_struct_static_06_01): Likewise.
1575 (cmp_struct_static_06_02): Likewise.
1576 (cmp_struct_static_06_03): Likewise.
1577 (cmp_struct_static_06_04): Likewise.
1578 (call_all): Test new structs.
1579 * gdb.base/infcall-nested-structs.exp: Likewise.
1580
73021deb
AH
15812019-01-21 Alan Hayward <alan.hayward@arm.com>
1582 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1583
fc65c7db
AH
15842019-01-21 Alan Hayward <alan.hayward@arm.com>
1585 * gdb.base/stack-protector.c: New test.
1586 * gdb.base/stack-protector.exp: New file.
1587 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1588 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1589 option.
1590 (gdb_compile): Remove stack protector for GCC and prevent
1591 recursion.
1592
c24bdb02
KS
15932019-01-16 Keith Seitz <keiths@redhat.com>
1594
1595 PR gdb/23773
1596 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1597
6f072a10
PFC
15982019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1599
1600 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1601 aliases.
1602 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1603 tests.
1604 * gdb.arch/powerpc-vector-regs.c: New file.
1605 * gdb.arch/powerpc-vector-regs.exp: New file.
1606
a7b8d682
PFC
16072019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1608
1609 * gdb.arch/altivec-regs.exp: Fix the list passed to
1610 gdb_expect_list when testing "info vector".
1611
6eb6fb67
AB
16122019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1613
1614 * gdb.base/style.exp: Don't include path in testname.
1615
b56f80d8
KS
16162019-01-10 Keith Seitz <keiths@redhat.com>
1617
1618 PR gdb/23712
1619 PR symtab/23010
1620 * gdb.dwarf2/multidictionary.exp: New file.
1621
041be526
SM
16222019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1623
1624 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1625 (test_gnuv3_style_demangling): ... this.
1626 (test_lucid_style_demangling): Remove.
1627 (test_arm_style_demangling): Remove.
1628 (test_hp_style_demangling): Remove.
1629 (do_tests): Remove calls to the above.
1630
d820d0c3
AB
16312019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1632
1633 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1634 case.
1635
f097f5ad
TT
16362019-01-06 Tom Tromey <tom@tromey.com>
1637
1638 PR gdb/28155:
1639 * gdb.dwarf2/typedef-void-finish.exp: New file.
1640
2cd8cc0b
TT
16412018-12-28 Tom Tromey <tom@tromey.com>
1642 Simon Marchi <simark@simark.ca>
1643
1644 * gdb.base/jit-exec.exp: New file.
1645 * gdb.base/jit-exec.c: New file.
1646 * gdb.base/jit-execd.c: New file.
1647
35fb8261
TT
16482018-12-28 Tom Tromey <tom@tromey.com>
1649
1650 * gdb.base/style.exp: Update test to check for address styling.
1651
47fd17cd
TT
16522018-12-28 Tom Tromey <tom@tromey.com>
1653
1654 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1655 message.
1656
d47032b7
TT
16572018-12-28 Tom Tromey <tom@tromey.com>
1658
1659 * gdb.base/style.exp: Add test for version number styling.
1660
af79b68d
TT
16612018-12-28 Tom Tromey <tom@tromey.com>
1662
1663 * gdb.base/style.exp: Add test for print_address_symbolic.
1664
0bb296cb
TT
16652018-12-28 Tom Tromey <tom@tromey.com>
1666
1667 * gdb.base/style.exp: Add test for breakpoint setting.
1668
80ae2043
TT
16692018-12-28 Tom Tromey <tom@tromey.com>
1670
1671 * gdb.base/style.exp: Add test for variable names.
1672
cbe56571
TT
16732018-12-28 Tom Tromey <tom@tromey.com>
1674
1675 * gdb.base/style.exp: New file.
1676 * gdb.base/style.c: New file.
1677
9162a27c
TT
16782018-12-28 Tom Tromey <tom@tromey.com>
1679
1680 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1681 "dumb".
1682 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1683 the TERM environment variable.
1684
bc543c90
TT
16852018-12-27 Tom Tromey <tom@tromey.com>
1686
1687 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1688 pagination test.
1689
6f0ffe50
AB
16902018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1691
1692 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1693 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1694
b5a1e557
PW
16952018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1696
1697 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1698 Filename a.adb changed to bp_fun_addr.adb.
1699 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1700
6e8b1ab2
JV
17012018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1702
1703 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1704 non-PIE executables.
1705 * README: Mention the gdb,nopie_flag board setting.
1706 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1707 non-PIE executable.
1708 * gdb.arch/amd64-entry-value.exp: Likewise.
1709 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1710 * gdb.arch/i386-float.exp: Likewise.
1711 * gdb.arch/i386-signal.exp: Likewise.
1712 * gdb.mi/mi-reg-undefined.exp: Likewise.
1713
d00a27c5
PM
17142018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1715
1716 PR gdb/23974
1717 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1718
161d081c
PW
17192018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1720
1721 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1722 Update order of results accordingly.
1723
b001de23
AB
17242018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1725
1726 * gdb.base/annota1.exp: Update a test regexp.
1727
99e1a184
AB
17282018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1729
1730 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1731
7a81c1e2
PW
17322018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1733
1734 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1735 (reuse_time): Initialize to REUSE_TIME_CAP.
1736 (check_rc): New function.
1737 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1738 Check pthread_create rc.
1739 (spawner_thread_func): Check pthread_create and pthread_join rc.
1740
73e8dc90
PA
17412018-12-08 Pedro Alves <palves@redhat.com>
1742
1743 * gdb.base/list.exp (test_forward_search): Rename to ...
1744 (test_forward_reverse_search): ... this. Also test reverse-search
1745 and the forward-search alias.
1746
13f2ed32
AB
17472018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1748
1749 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1750 local timeout variable before return, and remove all local timeout
1751 variable entirely.
1752 (gdb_load): Likewise.
1753
64d27cfc
TV
17542018-12-01 Tom de Vries <tdevries@suse.de>
1755
1756 * gdb.base/gdb-caching-proc.exp: New file.
1757
f63c03b4
SDJ
17582018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1759
1760 * Makefile.in (TIMESTAMP): New variable.
1761 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1762 command.
1763 (check-single-racy): Likewise.
1764 (check/%.exp): Likewise.
1765 (check-racy/%.exp): Likewise.
1766 (workers/%.worker): Likewise.
1767 (build-perf): Likewise.
1768 (check-perf): Likewise.
1769 * README: Describe new "TS" and "TS_FORMAT" variables.
1770 * print-ts.py: New file.
1771
1c97054b
BF
17722018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1773
1774 PR python/23714
1775 * gdb.python/python.exp: Test command repetition after
1776 gdb.execute.
1777
1871a62d
AB
17782018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1779
1780 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1781 is correctly aligned.
1782
fb5e1ed9
PW
17832018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1784
1785 * gdb.ada/info_auto_lang.exp: New testcase.
1786 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1787 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1788 * gdb.ada/info_auto_lang/some_c.c: New file.
1789
43d397ca
PW
17902018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1791
1792 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1793 FUNC_lang language syntax.
1794
beddd671
PW
17952018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1796
1797 * gdb.base/info_minsym.c: New file.
1798 * gdb.base/info_minsym.exp: New file.
1799
73fc52c4
TT
18002018-11-19 Tom Tromey <tom@tromey.com>
1801
1802 PR rust/23625:
1803 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1804 * gdb.rust/expr.exp: Update expected output. Change one test.
1805
994b876a
TT
18062018-11-19 Tom Tromey <tom@tromey.com>
1807
1808 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1809
6769f276
PA
18102018-11-19 Pedro Alves <palves@redhat.com>
1811
1812 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1813 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1814 see the expected warning.
1815
38a72da0
AH
18162018-11-16 Alan Hayward <alan.hayward@arm.com>
1817
1818 PR gdb/22736:
1819 * gdb.cp/infcall-nodebug-lib.c: New test.
1820 * gdb.cp/infcall-nodebug-main.c: New test.
1821 * gdb.cp/infcall-nodebug.exp: New file.
1822
53a89d6e
SM
18232018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1824
1825 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1826 completer tests.
1827
9325300d
TV
18282018-11-09 Tom de Vries <tdevries@suse.de>
1829
1830 * gdb.base/msym-lang.c: New test.
1831 * gdb.base/msym-lang.exp: New file.
1832 * gdb.base/msym-lang-main.c: New test.
1833
20f0d60d
TT
18342018-11-08 Tom Tromey <tom@tromey.com>
1835
1836 PR gdb/23555:
1837 PR gdb/23838:
1838 * gdb.base/warning.exp: New file.
1839
b5420128
JB
18402018-11-08 Jan Beulich <jbeulich@suse.com>
1841
1842 * testsuite/gdb.arch/i386-avx512.c,
1843 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1844
cd115d61
AB
18452018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1846
1847 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1848 point hardware.
1849
35ee2dc2
AB
18502018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1851
1852 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1853 * gdb.dwarf2/missing-type-name.exp: New file.
1854
31aceee8
TV
18552018-11-06 Tom de Vries <tdevries@suse.de>
1856
1857 * gdb.base/many-headers.c: New test.
1858 * gdb.base/many-headers.exp: New file.
1859
109be305
JW
18602018-11-06 Jim Wilson <jimw@sifive.com>
1861
1862 * gdb.base/code_elim.exp: For riscv, set additional_flags
1863 to include -msmall-data-limit=0.
1864
e2b7af72
JB
18652018-11-01 Joel Brobecker <brobecker@adacore.com>
1866
1867 * gdb.ada/watch_minus_l: New testcase.
1868
cdcda965
SM
18692018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1870
1871 * gdb.arch/aix-sighandle.c: New file.
1872 * gdb.arch/aix-sighandle.exp: New file.
1873
92dcebf3
AB
18742018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1875
1876 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1877 registers being unions.
1878
68b9ac18
TV
18792018-10-31 Tom de Vries <tdevries@suse.de>
1880
1881 * lib/valgrind.exp: New file.
1882 (vgdb_start, vgdb_stop): New procs, factored out of ...
1883 * gdb.base/valgrind-bt.exp: ... here, ...
1884 * gdb.base/valgrind-disp-step.exp: ... here and ...
1885 * gdb.base/valgrind-infcall.exp: ... here.
1886
1443936e
TV
18872018-10-31 Tom de Vries <tdevries@suse.de>
1888
1889 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1890
eb77c9df
AB
18912018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1892
1893 * gdb.dwarf2/void-type.c: New file.
1894 * gdb.dwarf2/void-type.exp: New file.
1895
82b5e646
PW
18962018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1897
1898 * gdb.base/info_qt.c: New file.
1899 * gdb.base/info_qt.exp: New file.
1900
8d619c01
EBM
19012018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1902
1903 * gdb.arch/powerpc-htm-regs.c: New file.
1904 * gdb.arch/powerpc-htm-regs.exp: New file.
1905
f2cf6173
EBM
19062018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1907
1908 * gdb.arch/powerpc-tar.c: New file.
1909 * gdb.arch/powerpc-tar.exp: New file.
1910
7ca18ed6
EBM
19112018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1912
1913 * gdb.arch/powerpc-ppr-dscr.c: New file.
1914 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1915
bfcc0eba
TV
19162018-10-25 Tom de Vries <tdevries@suse.de>
1917
1918 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1919
fe1a5cad
TV
19202018-10-24 Tom de Vries <tdevries@suse.de>
1921
1922 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1923 longer exists error.
1924
a76dc3b7
TV
19252018-10-24 Tom de Vries <tdevries@suse.de>
1926
1927 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1928
4df46df7
TV
19292018-10-24 Tom de Vries <tdevries@suse.de>
1930
1931 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1932 --db-attach in valgrind.
1933
0dbfcfff
AB
19342018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1935
1936 * gdb.arch/riscv-reg-aliases.c: New file.
1937 * gdb.arch/riscv-reg-aliases.exp: New file.
1938
b04480b1
AH
19392018-10-19 Alan Hayward <alan.hayward@arm.com>
1940
1941 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1942
2c6ac8d7
AH
19432018-10-19 Alan Hayward <alan.hayward@arm.com>
1944
1945 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1946
2bc69f25
AH
19472018-10-19 Alan Hayward <alan.hayward@arm.com>
1948
1949 * gdb.cp/ovldbreak.exp: Fix regexps.
1950
1f1ae3a3
AH
19512018-10-19 Alan Hayward <alan.hayward@arm.com>
1952
1953 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1954
94c18618
SDJ
19552018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1956
1957 PR cli/23785
1958 * gdb.base/restore.exp: New test to check if "restore" with an
1959 invalid file doesn't segfault.
1960
812cd6eb
TV
19612018-10-18 Tom de Vries <tdevries@suse.de>
1962
1963 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1964 * gdb.ada/excep_handle.exp: Same.
1965 * gdb.ada/mi_string_access.exp: Same.
1966 * gdb.ada/mi_var_union.exp: Same.
1967 * gdb.arch/arc-analyze-prologue.exp: Same.
1968 * gdb.arch/arc-decode-insn.exp: Same.
1969 * gdb.base/readnever.exp: Same.
1970 * gdb.fortran/printing-types.exp: Same.
1971 * gdb.guile/scm-lazy-string.exp: Same.
1972
c4b90788
TV
19732018-10-16 Tom de Vries <tdevries@suse.de>
1974
1975 PR gdb/23730
1976 * gdb.base/catch-follow-exec.c: Add copyright notice.
1977 * gdb.base/catch-follow-exec.exp: Rewrite to use
1978 gdb_spawn_with_cmdline_opts. Require gdb-native.
1979
8bca2978
SL
19802018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1981
1982 * gdb.trace/actions-changed.exp: Check for arch support.
1983 * gdb.trace/actions.exp: Likewise.
1984 * gdb.trace/ax.exp: Likewise.
1985 * gdb.trace/backtrace.exp: Likewise.
1986 * gdb.trace/change-loc.exp: Likewise.
1987 * gdb.trace/deltrace.exp: Likewise.
1988 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1989 * gdb.trace/ftrace.exp: Likewise.
1990 * gdb.trace/infotrace.exp: Check for arch support.
1991 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1992 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1993 * gdb.trace/mi-tsv-changed.exp: Likewise.
1994 * gdb.trace/packetlen.exp: Likewise.
1995 * gdb.trace/passc-dyn.exp: Likewise.
1996 * gdb.trace/passcount.exp: Likewise.
1997 * gdb.trace/pending.exp: Likewise.
1998 * gdb.trace/range-stepping.exp: Check for shlib support.
1999 * gdb.trace/report.exp: Check for arch support.
2000 * gdb.trace/save-trace.exp: Likewise.
2001 * gdb.trace/signal.exp: Check for signal support.
2002 * gdb.trace/tfind.exp: Check for arch support.
2003 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2004 * gdb.trace/trace-common.h: Add comment.
2005 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2006 * gdb.trace/trace-enable-disable.exp: Likewise.
2007 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2008 * gdb.trace/tracecmd.exp: Check for arch support.
2009 * gdb.trace/tspeed.exp: Check for shlib and target support.
2010 * gdb.trace/tstatus.exp: Check for arch support.
2011 * gdb.trace/tsv.exp: Likewise.
2012 * gdb.trace/while-dyn.exp: Likewise.
2013 * gdb.trace/while-stepping.exp: Likewise.
2014 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2015
f9c49bff
SM
20162018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2017
2018 * gdb.trace/tspeed.exp: Remove nowarnings.
2019 (prepare_for_trace_test): Declare "global ipalib".
2020 * gdb.trace/tspeed.c: Include unistd.h.
2021 (main): Remove superfluous printf argument.
2022
d4330bde
SL
20232018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2024
2025 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2026 directory prefix on the filename.
2027
8ecfd7bd
SDJ
20282018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2029
2030 * gdb.gdb/unittest.exp: Update expected message informing that
2031 selftests have been disabled.
2032 * gdb.server/unittest.exp: Likewise.
2033
58bbcd02
TV
20342018-10-09 Tom de Vries <tdevries@suse.de>
2035
2036 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2037 with runto_main.
2038
9f6b697b
WP
20392018-10-08 Weimin Pan <weimin.pan@oracle.com>
2040
2041 PR c++/16841
2042 * gdb.cp/virtbase2.cc: New file.
2043 * gdb.cp/virtbase2.exp: New file.
2044
add5ded5
TT
20452018-10-06 Tom Tromey <tom@tromey.com>
2046
2047 PR python/19399:
2048 * gdb.python/py-inferior.exp: Add architecture test.
2049
f9e48344
TT
20502018-10-06 Tom Tromey <tom@tromey.com>
2051
2052 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2053 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2054
2a8be203
TT
20552018-10-06 Tom Tromey <tom@tromey.com>
2056
2057 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2058 of a "throw" catchpoint.
2059
e04caa70
SDJ
20602018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2061
2062 * gdb.base/info-proc.exp: Update string expected from "help info
2063 proc".
2064
5ca8c39f
TT
20652018-10-04 Tom Tromey <tom@tromey.com>
2066
2067 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2068 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2069 (test_initial_complaints, test_empty_complaints): Update.
2070 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2071
3453e7e4
TT
20722018-10-04 Tom Tromey <tom@tromey.com>
2073
2074 PR cli/19551:
2075 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2076 * lib/gdb.exp (gdb_file_cmd): Update.
2077 * gdb.stabs/weird.exp (print_weird_var): Update.
2078 * gdb.server/solib-list.exp: Update.
2079 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2080 * gdb.mi/mi-cli.exp: Update.
2081 * gdb.linespec/linespec.exp: Update.
2082 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2083 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2084 * gdb.cp/cp-relocate.exp: Update.
2085 * gdb.base/sym-file.exp: Update.
2086 * gdb.base/relocate.exp: Update.
2087 * gdb.base/readnever.exp: Update.
2088 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2089 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2090 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2091 * gdb.base/code_elim.exp: Update.
2092 * gdb.base/break-unload-file.exp (test_break): Update.
2093 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2094 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2095 Update.
2096 * gdb.base/attach.exp (do_attach_tests): Update.
2097 * gdb.base/sepdebug.exp: Update.
2098 * gdb.python/py-section-script.exp: Update.
2099
6afcf761
TT
21002018-10-04 Tom Tromey <tom@tromey.com>
2101
2102 PR cli/22234:
2103 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2104 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2105 output.
2106
fef1b293
TT
21072018-10-04 Tom Tromey <tom@tromey.com>
2108
2109 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2110 set width and height to 0.
2111 (test_command_line_attach_run): Use -quiet.
2112
ca98345e
SL
21132018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2114
2115 * lib/gdb.exp (skip_ifunc_tests): New.
2116 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2117 other compile failures.
2118 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2119
ff34e6ae
SM
21202018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2121
2122 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2123 is_amd64_regs_target.
2124
6bb8890e
AH
21252018-10-01 Alan Hayward <alan.hayward@arm.com>
2126
2127 * gdb.arch/aarch64-sighandler-regs.c: New test.
2128 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2129 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2130
224d30d3
MM
21312018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2132
2133 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2134 assembly.
2135
f67ffa6a
AB
21362018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2137
2138 * gdb.base/frame-selection.exp: New file.
2139 * gdb.base/frame-selection.c: New file.
2140
9fc3183f
AH
21412018-09-27 Alan Hayward <alan.hayward@arm.com>
2142
2143 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2144 pthread barrier.
2145 (main): Likewise.
2146
d354055e
AB
21472018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2148
2149 * gdb.base/large-frame-1.c: New file.
2150 * gdb.base/large-frame-2.c: New file.
2151 * gdb.base/large-frame.exp: New file.
2152 * gdb.base/large-frame.h: New file.
2153
db727370
JL
21542018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2155
2156 PR gdb/20948
2157 * gdb.base/write_mem.exp: New test.
2158 * gdb.base/write_mem.c: Likewise.
2159
ae778caf
TT
21602018-09-23 Tom Tromey <tom@tromey.com>
2161
2162 PR python/18852:
2163 * gdb.python/py-parameter.exp: Add test for parameter that throws
2164 on "set".
2165
fd3ba736
TT
21662018-09-23 Tom Tromey <tom@tromey.com>
2167
2168 PR python/17284:
2169 * gdb.python/py-template.exp (test_template_arg): Add test for
2170 negative template argument number.
2171
39a24317
TT
21722018-09-23 Tom Tromey <tom@tromey.com>
2173
2174 PR python/14062:
2175 * gdb.python/python.exp: Add test for post_event error.
2176
f5769a2c
TT
21772018-09-23 Tom Tromey <tom@tromey.com>
2178
2179 PR python/18170:
2180 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2181 convert pointers to int and long.
2182
1c1e54f6
TT
21832018-09-23 Tom Tromey <tom@tromey.com>
2184
2185 PR python/20126:
2186 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2187 signed-ness conversion tests.
2188
fb4fa946
TT
21892018-09-23 Tom Tromey <tom@tromey.com>
2190
2191 PR python/18352;
2192 * gdb.python/py-value.exp (test_float_conversion): New proc.
2193 Use it.
2194
a466edac
HAQ
21952018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2196
2197 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2198
4ee9b0c5
SL
21992018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2200
2201 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2202 no readline.
2203 * gdb.base/utf8-identifiers.exp: Likewise.
2204 * gdb.cp/cpcompletion.exp: Likewise.
2205 * gdb.linespec/cpcompletion.exp: Likewise.
2206 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2207 * gdb.linespec/cpls-ops.exp: Likewise.
2208
23be8da7
RB
22092018-09-19 Richard Bunt <richard.bunt@arm.com>
2210 Chris January <chris.january@arm.com>
2211
2212 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2213 * gdb.fortran/short-circuit-argument-list.exp: New file.
2214 * gdb.fortran/short-circuit-argument-list.f90: New test.
2215
5031d0ae
SDJ
22162018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2217
2218 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2219 "arch=" keyword when executing "-stack-list-frames".
2220
b4c0d1a4
SDJ
22212018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2222
2223 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2224 "arch=" keyword when executing "-stack-list-frames".
2225
7a6d2b45
SDJ
22262018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2227
2228 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2229 break ada".
2230
8588b356
SM
22312018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2232
2233 PR python/23669
2234 * gdb.python/python.exp: Test gdb.execute("show commands").
2235
65e65158
TT
22362018-09-16 Tom Tromey <tom@tromey.com>
2237
2238 * gdb.base/new-ui.exp (do_execution_tests): Update.
2239 * gdb.base/dbx.exp (test_breakpoints): Update.
2240
bf326452
AH
22412018-09-14 Alan Hayward <alan.hayward@arm.com>
2242
2243 * lib/gdb.exp (gdb_simple_compile): Add proc.
2244 (is_elf_target): Use gdb_simple_compile.
2245 (skip_altivec_tests): Likewise.
2246 (skip_vsx_tests): Likewise.
2247 (skip_tsx_tests): Likewise.
2248 (skip_btrace_tests): Likewise.
2249 (skip_btrace_pt_tests): Likewise.
2250 (gdb_can_simple_compile): Likewise.
2251 (gdb_has_argv0): Likewise.
2252 (gdb_target_symbol_prefix): Likewise.
2253 (target_supports_scheduler_locking): Likewise.
2254
2361b0fb
TT
22552018-09-13 Tom Tromey <tom@tromey.com>
2256
2257 * Makefile.in (TAGS): Recognize proc_with_prefix and
2258 gdb_caching_proc.
2259
0ae1a321
SM
22602018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2261
2262 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2263 method.
2264
a40bf0c2
SM
22652018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2266
2267 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2268 and a few other Inferior properties when the Inferior is no
2269 longer valid.
2270
4a3fe98f
TT
22712018-09-13 Tom Tromey <tom@tromey.com>
2272
2273 PR rust/23650:
2274 * gdb.rust/simple.exp: Add test for enum field access error.
2275
098b2108
TT
22762018-09-13 Tom Tromey <tom@tromey.com>
2277
2278 PR rust/23626:
2279 * gdb.rust/simple.rs (EmptyEnum): New type.
2280 (main): Use it.
2281 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2282
1256af7d
SM
22832018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2284
2285 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2286 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2287 * gdb.python/py-symtab.exp: Update test printing an objfile.
2288
4aa8e6c2
SM
22892018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2290
2291 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2292 object.
2293
c221b2f7
AH
22942018-09-12 Alan Hayward <alan.hayward@arm.com>
2295
2296 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2297 (support_complex_tests): Use gdb_can_simple_compile.
2298 (is_ilp32_target): Likewise.
2299 (is_lp64_target): Likewise.
2300 (is_64_target): Likewise.
2301 (is_amd64_regs_target): Likewise.
2302 (is_aarch32_target): Likewise.
2303 (gdb_int128_helper): Likewise.
2304
6f1107b5
JK
23052018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2306
2307 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2308
1f5d1570
JG
23092018-09-10 Jerome Guitton <guitton@adacore.com>
2310
2311 * gdb.ada/same_component_name: Add test for case of tagged record
2312 with variable-length fields.
2313
cc330e39
XR
23142018-09-10 Xavier Roirand <roirand@adacore.com>
2315
2316 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2317 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2318 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2319 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2320
b9c50e9a
XR
23212018-09-10 Xavier Roirand <roirand@adacore.com>
2322
2323 * gdb.ada/mi_string_access.exp: New testcase.
2324 * gdb.ada/mi_string_access/bar.adb: New file.
2325 * gdb.ada/mi_string_access/pck.adb: New file.
2326 * gdb.ada/mi_string_access/pck.asd: New file.
2327
2963898f
XR
23282018-09-10 Xavier Roirand <roirand@adacore.com>
2329
2330 * gdb.ada/mi_var_union.exp: New testcase.
2331 * gdb.ada/mi_var_union/bar.adb: New file.
2332 * gdb.ada/mi_var_union/pck.adb: New file.
2333 * gdb.ada/mi_var_union/pck.asd: New file.
2334
1aac008f
TT
23352018-09-08 Tom Tromey <tom@tromey.com>
2336
2337 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2338
332cf4c9
TT
23392018-09-08 Tom Tromey <tom@tromey.com>
2340
2341 PR python/16047:
2342 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2343 (register_pretty_printers): Register new printer.
2344 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2345 test.
2346 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2347 (an_int_type3): New global.
2348
424da6cf
JB
23492018-09-08 Joel Brobecker <brobecker@adacore.com>
2350
2351 * gdb.ada/expr_with_funcall: New testcase.
2352
2a62dfa9
JB
23532018-09-08 Joel Brobecker <brobecker@adacore.com>
2354
2355 * gdb.ada/packed_array_assign: New testcase.
2356
96b6697f
AB
23572018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2358
2359 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2360 names, and add test prefixes to make test names unique.
2361
e4a62c65
TV
23622018-09-05 Tom de Vries <tdevries@suse.de>
2363
2364 * gdb.dwarf2/varval.exp: Add test.
2365
dd083ee2
GB
23662018-09-04 Gary Benson <gbenson@redhat.com>
2367
2368 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2369 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2370
aef9346c
TT
23712018-08-31 Tom Tromey <tom@tromey.com>
2372
2373 * gdb.rust/simple.rs: Rename second variable "v".
2374
c67f2e15
AB
23752018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2376
2377 * gdb.base/funcargs.c (use_a): New function.
2378 (recurse): Call use_a.
2379
078a0207
KS
23802018-08-29 Keith Seitz <keiths@redhat.com>
2381
2382 * gdb.compile/compile-cplus-anonymous.cc: New file.
2383 * gdb.compile/compile-cplus-anonymous.exp: New file.
2384 * gdb.compile/compile-cplus-array-decay.cc: New file.
2385 * gdb.compile/compile-cplus-array-decay.exp: New file.
2386 * gdb.compile/compile-cplus-inherit.cc: New file.
2387 * gdb.compile/compile-cplus-inherit.exp: New file.
2388 * gdb.compile/compile-cplus-member.cc: New file.
2389 * gdb.compile/compile-cplus-member.exp: New file.
2390 * gdb.compile/compile-cplus-method.cc: New file.
2391 * gdb.compile/compile-cplus-method.exp: New file.
2392 * gdb.compile/compile-cplus-mod.c: "New" file.
2393 * gdb.compile/compile-cplus-namespace.cc: New file.
2394 * gdb.compile/compile-cplus-namespace.exp: New file.
2395 * gdb.compile/compile-cplus-nested.cc: New file.
2396 * gdb.compile/compile-cplus-nested.exp: New file.
2397 * gdb.compile/compile-cplus-print.c: "New" file.
2398 * gdb.compile/compile-cplus-print.exp: "New" file.
2399 * gdb.compile/compile-cplus-virtual.cc: New file.
2400 * gdb.compile/compile-cplus-virtual.exp: New file.
2401 * gdb.compile/compile-cplus.c: "New" file.
2402 * gdb.compile/compile-cplus.exp: "New" file.
2403 * lib/compile-support.exp: New file.
2404
b0f492b9
GB
24052018-08-16 Gary Benson <gbenson@redhat.com>
2406
2407 PR gdb/13000:
2408 * gdb.base/batch-exit-status.exp: New file.
2409 * gdb.base/batch-exit-status.good-commands: Likewise.
2410 * gdb.base/batch-exit-status.bad-commands: Likewise.
2411
36eb4c5f
AH
24122018-08-29 Alan Hayward <alan.hayward@arm.com>
2413
2414 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2415 (struct struct02): Likewise.
2416 (struct struct03): Likewise.
2417 (struct struct04): Likewise.
2418 (struct struct_01_01): New struct.
2419 (struct struct_01_02): Likewise.
2420 (struct struct_01_03): Likewise.
2421 (struct struct_01_04): Likewise.
2422 (struct struct_02_01): Likewise.
2423 (struct struct_02_02): Likewise.
2424 (struct struct_02_03): Likewise.
2425 (struct struct_02_04): Likewise.
2426 (struct struct_04_01): Likewise.
2427 (struct struct_04_02): Likewise.
2428 (struct struct_04_03): Likewise.
2429 (struct struct_04_04): Likewise.
2430 (struct struct_05_01): Likewise.
2431 (struct struct_05_02): Likewise.
2432 (struct struct_05_03): Likewise.
2433 (struct struct_05_04): Likewise.
2434 (cmp_struct01): Remove function.
2435 (cmp_struct02): Likewise.
2436 (cmp_struct03): Likewise.
2437 (cmp_struct04): Likewise.
2438 (cmp_struct_01_01): Add Function.
2439 (cmp_struct_01_02): Likewise.
2440 (cmp_struct_01_03): Likewise.
2441 (cmp_struct_01_04): Likewise.
2442 (cmp_struct_02_01): Likewise.
2443 (cmp_struct_02_02): Likewise.
2444 (cmp_struct_02_03): Likewise.
2445 (cmp_struct_02_04): Likewise.
2446 (cmp_struct_04_01): Likewise.
2447 (cmp_struct_04_02): Likewise.
2448 (cmp_struct_04_03): Likewise.
2449 (cmp_struct_04_04): Likewise.
2450 (cmp_struct_05_01): Likewise.
2451 (cmp_struct_05_02): Likewise.
2452 (cmp_struct_05_03): Likewise.
2453 (cmp_struct_05_04): Likewise.
2454 (call_all): Add new structs.
2455 * gdb.base/infcall-nested-structs.exp: Likewise.
2456
3bf9c013
JV
24572018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2458
2459 * gdb.python/py-framefilter-mi.exp: Update regexp to
2460 check for "arch" field in frame output.
2461
450d1e88
KB
24622018-08-23 Kevin Buettner <kevinb@redhat.com>
2463
2464 * gdb.dwarf2/dw2-ranges-func.c: New file.
2465 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2466
ae739fe7
SM
24672018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2468
2469 * gdb.base/term.exp: Compare terminal settings with values from
2470 the inferior.
2471 * gdb.base/term.c: Get and set terminal settings.
2472
6d52907e
JV
24732018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2474
2475 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2476 accommodate new "arch" field in frame output.
2477 * gdb.mi/mi-return.exp: Likewise.
2478 * gdb.mi/mi-stack.exp: Likewise.
2479 * gdb.mi/mi-syn-frame.exp: Likewise.
2480 * gdb.mi/user-selected-context-sync.exp: Likewise.
2481
be2d111a
MS
24822018-08-19 Michael Spang <spang@google.com>
2483
2484 PR gdb/11786
2485 * gdb.base/gcore-tls-pie.c: New file.
2486 * gdb.base/gcore-tls-pie.exp: New file.
2487
ae3a7c47
KB
24882018-08-18 Kevin Buettner <kevinb@redhat.com>
2489
2490 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2491 * gdb.dwarf2/varval.c: New file.
2492 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2493
2ecae92e
AH
24942018-08-17 Alan Hayward <alan.hayward@arm.com>
2495
2496 PR gdb/18931
2497 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2498
c1854f1d
KS
24992018-08-16 Keith Seitz <keiths@redhat.com>
2500
2501 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2502 tests expected to pass.
2503
26fb3983
JV
25042018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2505
2506 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2507 -data-disassemble -a.
2508 (test_disassembly_bogus_args): Likewise.
2509
67943c00
AB
25102018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2511
2512 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2513
5ff2bbae
AB
25142018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2515
2516 * gdb.base/vla-optimized-out.exp: Add new test.
2517
e5bbcd0f
AB
25182018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2519
2520 * gdb.base/vla-optimized-out-o3.exp: Delete.
2521 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2522 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2523 deleted tests.
2524
9d4a934c
AB
25252018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2526
2527 PR gdb/18050:
2528 * gdb.server/extended-remote-restart.c: New file.
2529 * gdb.server/extended-remote-restart.exp: New file.
2530
045cf012
SM
25312018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2532
2533 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2534 "set variable index = 42".
2535
87d6a7aa
SM
25362018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2537
2538 * boards/index-cache-gdb.exp: New file.
2539 * gdb.dwarf2/index-cache.exp: New file.
2540 * gdb.dwarf2/index-cache.c: New file.
2541 * gdb.base/maint.exp: Check if we are using the index cache.
2542
96d68bd4
RO
25432018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2544
2545 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2546 MAKEFLAGS.
2547
5a699617
RO
25482018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2549
2550 * dg-extract-results.sh: Move to toplevel contrib.
2551 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2552 * Makefile.in (check-parallel-racy): Likewise.
2553
5bd18990
AB
25542018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2555
2556 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2557 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2558 tests if the target supports scheduler locking.
2559
3fbbcf47
TV
25602018-08-04 Tom de Vries <tdevries@suse.de>
2561
2562 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2563
3e1d3d8c
TT
25642018-08-02 Tom Tromey <tom@tromey.com>
2565
2566 PR symtab/16842.
2567 * gdb.cp/temargs.exp: Test "info address" of a template
2568 parameter.
2569
5abe0f0c
JV
25702018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2571
2572 * gdb.python/py-mi-var-info-path-expression.c: New file.
2573 * gdb.python/py-mi-var-info-path-expression.py: New file.
2574 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2575
fb66cde8
SDJ
25762018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2577
2578 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2579 error after "cannot resolve name" string.
2580
c708f4d2
AB
25812018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2582
2583 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2584 started.
2585 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2586
37cc0cae
TV
25872018-07-28 Tom de Vries <tdevries@suse.de>
2588
2589 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2590
63b4ecf7
TV
25912018-07-26 Tom de Vries <tdevries@suse.de>
2592
2593 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2594
3c3bb058
AB
25952018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2596
2597 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2598 is visible.
2599
9e7f3bbb
TV
26002018-07-26 Tom de Vries <tdevries@suse.de>
2601
2602 PR breakpoints/23366
2603 * gdb.base/catch-follow-exec.c: New test.
2604 * gdb.base/catch-follow-exec.exp: New file.
2605
16f808ec
TV
26062018-07-25 Tom de Vries <tdevries@suse.de>
2607
2608 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2609 vla-optimized-out.c.
2610
d7154a8d
JV
26112018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2612
2613 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2614 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2615
232a0032
TV
26162018-07-20 Tom de Vries <tdevries@suse.de>
2617
2618 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2619 NOCLONE macro.
2620 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2621
fbb1d502
TV
26222018-07-19 Tom de Vries <tdevries@suse.de>
2623
2624 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2625 regular expression.
2626
42dc7699
TV
26272018-07-18 Tom de Vries <tdevries@suse.de>
2628
2629 * gdb.base/vla-optimized-out.c: New test.
2630 * gdb.base/vla-optimized-out.exp: New file.
2631
7f1f7e23
SDJ
26322018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2633
2634 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2635 message "No address associated with hostname" when gdbserver
2636 cannot resolve the hostname.
2637
5759ebb3
PW
26382018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2639
2640 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2641 Add some test prefixes to make tests unique.
2642
3606ccab
PW
26432018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2644
2645 * gdb.base/frameapply.c: New file.
2646 * gdb.base/frameapply.exp: New file.
2647
529c08b2
PW
26482018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2649
2650 * gdb.base/skip.exp: Update expected error message.
2651
c7ab0aef
SDJ
26522018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2653 Jan Kratochvil <jan.kratochvil@redhat.com>
2654 Paul Fertser <fercerpav@gmail.com>
2655 Tsutomu Seki <sekiriki@gmail.com>
2656
2657 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2658 parameter.
2659 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2660 by default.
2661 * boards/native-gdbserver.exp: Likewise.
2662 * gdb.server/run-without-local-binary.exp: Improve regexp used
2663 for detecting when a remote debugging connection succeeds.
2664 * gdb.server/server-connect.exp: New file.
2665 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2666 Do not prefix the port number with ":".
2667 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2668 support for detecting and using it. Add '$debughost_gdbserver'
2669 to the list of arguments used to start gdbserver. Handle case
2670 when gdbserver cannot resolve a network name.
2671
16ff70dd
SDJ
26722018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2673
2674 PR c++/23373
2675 * gdb.base/ptype-offsets.cc (struct static_member): New
2676 struct.
2677 (main) <stmember>: New variable.
2678 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2679 with a static member in it.
2680
3541979f
AB
26812018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2682
2683 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2684 watchpoints enabled and disabled.
2685
c8ad9b9a
AB
26862018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2687
2688 * gdb.base/examine-backward.exp: Still run tests around address
2689 0x0, even if address 0x0 is not readable. Update the pattern for
2690 matching address 0x0 in expected output.
2691
e0e5e971
AB
26922018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2693
2694 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2695 malloc/free.
2696
1ea5da02
TV
26972018-07-04 Tom de Vries <tdevries@suse.de>
2698
2699 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2700
471b9d15
MR
27012018-07-02 Maciej W. Rozycki <macro@mips.com>
2702
2703 PR tdep/8282
2704 * gdb.arch/mips-disassembler-options.exp: New test.
2705 * gdb.arch/mips-disassembler-options.s: New test source.
2706
75acb486
PA
27072018-06-29 Pedro Alves <palves@redhat.com>
2708
2709 * gdb.threads/names.exp: Adjust expected "info threads" output.
2710
cd2bb709
PA
27112018-06-29 Pedro Alves <palves@redhat.com>
2712
2713 * gdb.opt/inline-break.exp (line number, address): Add "info
2714 break" tests.
2715
991ff292
PA
27162018-06-29 Pedro Alves <palves@redhat.com>
2717
2718 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2719 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2720 number and address and running to them.
2721
356819b6 27222018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
2723
2724 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2725
2512d7ef
JK
27262018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2727
2728 * lib/compiler.c: Remove executable permission flag.
2729
be1b6474
RB
27302018-06-28 Richard Bunt <richard.bunt@arm.com>
2731
2732 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2733 code.
2734 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2735
291f9a96
PT
27362018-06-28 Petr Tesarik <ptesarik@suse.cz>
2737
2738 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2739
ed6dfe51
PT
27402018-06-28 Petr Tesarik <ptesarik@suse.cz>
2741
2742 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2743 address argument is omitted.
2744
d4d429d5
PT
27452018-06-28 Petr Tesarik <ptesarik@suse.cz>
2746
2747 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2748
7ab6656f
OJ
27492018-06-27 Omair Javaid <omair.javaid@linaro.org>
2750
2751 PR gdb/21695
2752 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2753 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2754
a33ccfc7
TT
27552018-06-26 Tom Tromey <tom@tromey.com>
2756
2757 PR rust/22574:
2758 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2759 * gdb.rust/simple.rs (struct SimpleLayout): New.
2760
6d72d289
SM
27612018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2762
2763 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2764 "info registers" output.
2765
8363f9d5
RB
27662018-06-21 Richard Bunt <richard.bunt@arm.com>
2767
2768 * gdb.base/watchpoint-hw-attach.c: New test.
2769 * gdb.base/watchpoint-hw-attach.exp: New file.
2770
f00674fe
SM
27712018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2772
2773 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2774 through /bin/sh.
2775 * boards/dwarf4-gdb-index.exp: Likewise.
2776 * boards/fission-dwp.exp: Likewise.
2777
1d554008
UW
27782018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2779
2780 * gdb.base/float128.exp: Add comment and improved fail message
2781 to the failure case of "print large128" test.
2782
d0ac1c44
SM
27832018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2784
2785 * configure.ac: Remove AC_PREREQ.
2786 * configure: Re-generate.
2787
61b04dd0
PA
27882018-06-19 Pedro Alves <palves@redhat.com>
2789
2790 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2791 (func_extern_caller): New.
2792 (main): Call func_extern_caller.
2793 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2794 logic change.
2795
f63b508a
SM
27962018-06-18 Weimin Pan <weimin.pan@oracle.com>
2797
2798 PR gdb/16841
2799 * gdb.cp/typedef-base.cc: New file.
2800 * gdb.cp/typedef-base.exp: New file.
2801
0fe3a558
TV
28022018-06-18 Tom de Vries <tdevries@suse.de>
2803
2804 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2805
7010835a
AB
28062018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2807 Richard Bunt <Richard.Bunt@arm.com>
2808
2809 * gdb.threads/attach-slow-waitpid.c: New file.
2810 * gdb.threads/attach-slow-waitpid.exp: New file.
2811 * gdb.threads/slow-waitpid.c: New file.
2812
14897d65
PA
28132018-06-14 Pedro Alves <palves@redhat.com>
2814
2815 * gdb.base/fork-running-state.c: Include <errno.h>.
2816 (exit_if_relative_exits): New.
2817 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2818 exits.
2819 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2820 child exits.
2821
5d9a0608
TV
28222018-06-14 Tom de Vries <tdevries@suse.de>
2823
2824 PR cli/22573
2825 * gdb.base/finish-pretty.c: New test.
2826 * gdb.base/finish-pretty.exp: New file.
2827
11ae5818
PA
28282018-06-14 Pedro Alves <palves@redhat.com>
2829
2830 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2831 gdb's expected startup output.
2832
1d39de44
PA
28332018-06-14 Pedro Alves <palves@redhat.com>
2834
2835 * lib/selftest-support.exp (selftest_setup): Remove inlined
2836 function handling.
2837
70ee0000
TV
28382018-06-14 Tom de Vries <tdevries@suse.de>
2839
2840 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2841 matching of breakpoint printing.
2842
11f4b608
TV
28432018-06-13 Tom de Vries <tdevries@suse.de>
2844
2845 PR testsuite/23269
2846 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2847 (fork_child): ... here, and ...
2848 (fork_parent): ... here.
2849
28502018-06-12 Tom de Vries <tdevries@suse.de>
2851
2852 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2853
9516f85a
AB
28542018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2855 Stephen Roberts <stephen.roberts@arm.com>
2856
2857 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2858 rewrite test to describe action performed, rather than possible
2859 failure.
2860
5045b3d7
GB
28612018-06-08 Gary Benson <gbenson@redhat.com>
2862
2863 * gdb.threads/check-libthread-db.exp: New file.
2864 * gdb.threads/check-libthread-db.c: Likewise.
2865
c61b06a1
TT
28662018-06-05 Tom Tromey <tom@tromey.com>
2867
2868 * gdb.base/default.exp: Update expected "show version" output.
2869
eb6af809
TT
28702018-06-05 Tom Tromey <tom@tromey.com>
2871
2872 PR cli/12326:
2873 * gdb.cp/static-print-quit.exp: Update.
2874 * lib/gdb.exp (pagination_prompt): Update.
2875 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2876 * gdb.python/python.exp: Update.
2877
178d6a63
JB
28782018-06-04 Joel Brobecker <brobecker@adacore.com>
2879
2880 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2881
8e817061
JB
28822018-06-01 Joel Brobecker <brobecker@adacore.com>
2883
2884 * gdb.ada/bp_fun_addr: New testcase.
2885
e86ca25f
TT
28862018-06-01 Tom Tromey <tom@tromey.com>
2887
2888 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2889 results.
2890 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2891 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2892 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2893 * gdb.base/maint.exp (maint_pass_if): Update.
2894
4b2dfa9d
MR
28952018-05-31 Maciej W. Rozycki <macro@mips.com>
2896
2897 * gdb.base/endian.exp: New test.
2898 * gdb.base/endian.c: New test source.
2899
45f25d6c
AB
29002018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2901
2902 PR gdb/23203
2903 * gdb.base/bt-selected-frame.c: New file.
2904 * gdb.base/bt-selected-frame.exp: New file.
2905 * lib/gdb.exp (get_current_frame_number): New function.
2906
d9f6d7f8
MR
29072018-05-24 Maciej W. Rozycki <macro@mips.com>
2908 Pedro Alves <palves@redhat.com>
2909
2910 * gdb.threads/tls-core.c: Include <stdlib.h>
2911 (thread_proc): Call `abort'.
2912 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2913 (tls_core_test): New procedure, bits factored out from ...
2914 (top level): ... here. Test both native cores and gcore cores.
2915
ff1cf532
TT
29162018-05-23 Tom Tromey <tom@tromey.com>
2917
2918 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2919
b98664d3
TT
29202018-05-23 Tom Tromey <tom@tromey.com>
2921
2922 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2923 symfile_complaints.
2924 (test_short_complaints): Likewise.
2925 (test_empty_complaints): Likewise.
2926 (test_initial_complaints): Update.
2927
4e9668d0
TT
29282018-05-23 Tom Tromey <tom@tromey.com>
2929
2930 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2931
43ba33c7
TT
29322018-05-23 Tom Tromey <tom@tromey.com>
2933
2934 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2935 (test_short_complaints): Update.
2936
035522c0
PA
29372018-05-22 Pedro Alves <palves@redhat.com>
2938
2939 * gdb.base/remote.exp: Only gdb_start after compiling the
2940 testcase. Issue "disconnect" before testing "set remote" command
2941 defaults. Issue clean_restart before running to main.
2942
cc0be08f
PA
29432018-05-22 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.base/remote.exp: Adjust expected output of "show remote
2946 memory-write-packet-size". Add tests for "set remote
2947 memory-write-packet-size 0" and "set remote
2948 memory-write-packet-size fixed/limit".
2949
b1b60145
PA
29502018-05-22 Pedro Alves <palves@redhat.com>
2951
2952 PR gdb/22973
2953 * gdb.base/utf8-identifiers.c: New file.
2954 * gdb.base/utf8-identifiers.exp: New file.
2955
0ec848ad
PFC
29562018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2957
2958 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2959
2c3305f6
PFC
29602018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2961
2962 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2963
ce1e8424
TT
29642018-05-18 Tom Tromey <tom@tromey.com>
2965
2966 * gdb.base/ptype-offsets.exp: Update.
2967
ddfe970e
KS
29682018-05-17 Keith Seitz <keiths@redhat.com>
2969
2970 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2971 in expected breakpoint stop locations.
2972 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2973 move to proper scope to test variable values.
2974 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2975 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2976 New functions.
2977 (main): Call not_inline_func3.
2978 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2979 inline_func1, inline_func2, and inline_func3. Test that when each
2980 breakpoint is hit, GDB properly reports both the stop location
2981 and the backtrace. Repeat tests for temporary breakpoints.
2982
0726fcc6
MR
29832018-05-15 Maciej W. Rozycki <macro@mips.com>
2984
2985 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2986 rather then trying to access it in determining whether the PID
2987 of `gdbserver' could have been retrieved.
2988
8ee22052
AB
29892018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2990
2991 * gdb.arch/amd64-init-x87-values.S: New file.
2992 * gdb.arch/amd64-init-x87-values.exp: New file.
2993
7785df48
JK
29942018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2995
2996 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2997
56bcdbea
TT
29982018-05-04 Tom Tromey <tom@tromey.com>
2999
3000 PR python/22730:
3001 * gdb.python/python.exp: Test multi-line execute.
3002
a913fffb
TT
30032018-05-04 Tom Tromey <tom@tromey.com>
3004
3005 PR python/22731:
3006 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3007
7a2c85f2
TT
30082018-05-04 Tom Tromey <tom@tromey.com>
3009
3010 PR gdb/11750:
3011 * gdb.base/define.exp: Test defining a user command inside a user
3012 command.
3013 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3014
a3b60e45
JK
30152018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3016 Pedro Alves <palves@redhat.com>
3017
3018 PR breakpoints/19806 and support for PR external/20207.
3019 * gdb.base/watchpoint-unaligned.c: New file.
3020 * gdb.base/watchpoint-unaligned.exp: New file.
3021
45fe4a03
AB
30222018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3023
3024 * gdb.base/maint.exp: Make test names unique, use
3025 test_prefix_command_help to test 'help maint info', and remove
3026 repeated test of 'help maint'.
3027
9be2ae8f
TT
30282018-05-04 Tom Tromey <tom@tromey.com>
3029
3030 PR gdb/22619:
3031 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3032 behavior.
3033
11859c31
AB
30342018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3035
3036 * gdb.base/maint.exp: Process output from 'maint print registers'
3037 line at a time.
3038
089a9490
AB
30392018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3040
3041 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3042 timeout.
3043
9b0797e2
AB
30442018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3045
3046 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3047 filter pattern.
3048
f6ac5f3d
PA
30492018-05-02 Pedro Alves <palves@redhat.com>
3050
3051 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3052 to_log_command renames.
3053 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3054
77d3c63b
TT
30552018-05-02 Tom Tromey <tom@tromey.com>
3056
3057 * gdb.python/py-parameter.exp: Set test message.
3058
0489430a
TT
30592018-05-02 Tom Tromey <tom@tromey.com>
3060
3061 PR python/20084:
3062 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3063 PARAM_ZUINTEGER_UNLIMITED tests.
3064
1632f8ba
DR
30652018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3066
3067 PR rust/23124
3068 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3069 when casting.
3070
6d7bb824
TT
30712018-04-30 Tom Tromey <tom@tromey.com>
3072
3073 * gdb.python/py-type.exp: Check align attribute.
3074 * gdb.python/py-type.c: New "aligncheck" global.
3075
007e1530
TT
30762018-04-30 Tom Tromey <tom@tromey.com>
3077
3078 PR exp/17095:
3079 * gdb.dwarf2/dw2-align.exp: New file.
3080 * gdb.cp/align.exp: New file.
3081 * gdb.base/align.exp: New file.
3082 * lib/gdb.exp (gdb_int128_helper): New proc.
3083 (has_int128_c, has_int128_cxx): New caching procs.
3084
6873858b
TT
30852018-04-27 Tom Tromey <tom@tromey.com>
3086
3087 PR rust/22545:
3088 * gdb.rust/simple.exp: Add inclusive range tests.
3089
79188d8d
PA
30902018-04-26 Pedro Alves <palves@redhat.com>
3091
3092 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3093 ifunc breakpoint locations correctly of ifunc breakpoints set
3094 while the program resolves the ifunc.
3095
c7075ad5
PA
30962018-04-26 Pedro Alves <palves@redhat.com>
3097
3098 * gdb.base/gnu-ifunc-final.c: New file.
3099 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3100 * gdb.base/gnu-ifunc.exp (executable): Delete.
3101 (staticexecutable): Adjust.
3102 (lib_opts, exec_opts): Delete.
3103 (make_binsuffix, build, set-break): New procedures.
3104 (misc_tests): New, with tests factored out from the top level.
3105 (top level): Test different combinations of ifunc resolver name,
3106 resolver with and with debug info, and ifunc target with and
3107 without debug info. Wrap static tests with with_target_prefix.
3108
8388016d
PA
31092018-04-26 Pedro Alves <palves@redhat.com>
3110
3111 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3112 return type" warnings.
3113
249b5733
PA
31142018-04-25 Pedro Alves <palves@redhat.com>
3115
3116 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3117 killed".
3118 * gdb.base/kill-after-signal.exp: Likewise.
3119 * gdb.threads/kill.exp: Likewise.
3120
f67c0c91
SDJ
31212018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3122 Sergio Durigan Junior <sergiodj@redhat.com>
3123 Pedro Alves <palves@redhat.com>
3124
3125 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3126 regexps to expect for '[Inferior ... detached]' as well.
3127 * gdb.base/attach.exp: Likewise.
3128 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3129 "gdb_continue_to_end".
3130 (test_catch_syscall_with_wrong_args): Likewise.
3131 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3132 ']'. Don't set 'verbose' on.
3133 * gdb.base/foll-vfork.exp: Likewise.
3134 * gdb.base/fork-print-inferior-events.c: New file.
3135 * gdb.base/fork-print-inferior-events.exp: New file.
3136 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3137 '[Inferior ... has been killed]' message.
3138 * gdb.base/kill-after-signal.exp: Likewise.
3139 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3140 detach message.
3141 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3142 message.
3143 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3144 regexps to expect for '[Inferior ... detached]' as well.
3145 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3146
0a8ddac4
SM
31472018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3148
3149 PR gdb/23104
3150 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3151
d27d16bf
RB
31522018-04-19 Richard Bunt <richard.bunt@arm.com>
3153
3154 * gdb.threads/multiple-successive-infcall.c: New test.
3155 * gdb.threads/multiple-successive-infcall.exp: New file.
3156
a037790e
TT
31572018-04-17 Tom Tromey <tom@tromey.com>
3158
3159 * gdb.rust/simple.rs (Union): New type.
3160 (main): New local "u".
3161 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3162
e3a91079
AA
31632018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3164
3165 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3166 number information in output of "whereis" command.
3167 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3168
b744723f
AA
31692018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3170
3171 * gdb.ada/info_types.exp: Adjust expected output to the line
3172 numbers now printed by "info var/func/type".
3173 * gdb.base/completion.exp: Likewise.
3174 * gdb.base/included.exp: Likewise.
3175 * gdb.cp/cp-relocate.exp: Likewise.
3176 * gdb.cp/cplusfuncs.exp: Likewise.
3177 * gdb.cp/namespace.exp: Likewise.
3178 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3179
4a4495d6
MM
31802018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3181
3182 * gdb.btrace/cpu.exp: New.
3183
1d509aa6
MM
31842018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3185
3186 * gdb.base/step-indirect-call-thunk.exp: New.
3187 * gdb.base/step-indirect-call-thunk.c: New.
3188 * gdb.reverse/step-indirect-call-thunk.exp: New.
3189 * gdb.reverse/step-indirect-call-thunk.c: New.
3190
6295b6da
SM
31912018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3192
3193 * gdb.base/pie-fork.c: New file.
3194 * gdb.base/pie-fork.exp: New file.
3195
50146e70
TT
31962018-04-11 Tom Tromey <tom@tromey.com>
3197
3198 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3199
f50d8a2e
PA
32002018-04-10 Pedro Alves <palves@redhat.com>
3201
3202 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3203 exits. Instead loop running forever.
3204 (fork_parent): Run forever too.
3205
a0be7a36
SM
32062018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3207
3208 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3209 mi_continue_to_line.
3210 * gdb.mi/mi-stack.c (callee4): Add comment.
3211
9b73db36
SM
32122018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3213
3214 * gdb.mi/mi-stack.exp: Fix indentation.
3215
c912f608
SM
32162018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3217
3218 PR gdb/22979
3219 * gdb.arch/amd64-osabi.exp: New file.
3220
26540402
SM
32212018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3222
3223 PR gdb/22980
3224 * gdb.base/osabi.exp: New file.
3225
121ad66c 32262018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3227
3228 * gdb.cp/static-typedef-print.exp: New file.
3229 * gdb.cp/static-typedef-print.cc: New file.
3230
3fcded8f
JB
32312018-03-27 Joel Brobecker <brobecker@adacore.com>
3232
3233 * gdb.ada/varsize_limit: New testcase.
3234
59cc4834
JB
32352018-03-27 Joel Brobecker <brobecker@adacore.com>
3236
3237 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3238
3239 * gdb.ada/notcplusplus: New testcase.
3240
3241 * gdb.base/c-linkage-name.c: New file.
3242 * gdb.base/c-linkage-name.exp: New testcase.
3243
4ca59a9f
TT
32442018-03-26 Tom Tromey <tom@tromey.com>
3245
3246 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3247 * gdb.python/py-framefilter.py (name_error): New global.
3248 (ErrorInName.function): Use name_error.
3249
978d6c75
TT
32502018-03-26 Tom Tromey <tom@tromey.com>
3251
3252 PR backtrace/15582:
3253 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3254
b7fee5a3
KS
32552018-03-23 Keith Seitz <keiths@redhat.com>
3256
3257 PR c++/22968
3258 * gdb.cp/subtypes.exp: New file.
3259 * gdb.cp/subtypes.h: New file.
3260 * gdb.cp/subtypes.cc: New file.
3261 * gdb.cp/subtypes-2.cc: New file.
3262
376be529
AB
32632018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3264
3265 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3266 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3267 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3268 -nostartfiles when compiling the test. Confirm that all registers
3269 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3270
066cfa98
AB
32712018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3272
3273 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3274 option, syntax was wrong anyway.
3275 * gdb.arch/arm-disp-step.exp: Likewise.
3276 * gdb.arch/sparc64-regs.exp: Likewise.
3277 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3278 option, syntax was wrong anyway, switch to use
3279 prepare_for_testing.
3280 * gdb.arch/i386-disp-step.exp: Likewise.
3281
079670b9
AA
32822018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3283
3284 * gdb.ada/exec_changed.exp: Replace "target_info exists
3285 use_gdb_stub" by "use_gdb_stub".
3286 * gdb.ada/start.exp: Likewise.
3287 * gdb.base/async-shell.exp: Likewise.
3288 * gdb.base/attach-pie-misread.exp: Likewise.
3289 * gdb.base/attach-wait-input.exp: Likewise.
3290 * gdb.base/break-entry.exp: Likewise.
3291 * gdb.base/break-interp.exp: Likewise.
3292 * gdb.base/dprintf-detach.exp: Likewise.
3293 * gdb.base/nostdlib.exp: Likewise.
3294 * gdb.base/solib-nodir.exp: Likewise.
3295 * gdb.base/statistics.exp: Likewise.
3296 * gdb.base/testenv.exp: Likewise.
3297 * gdb.mi/mi-exec-run.exp: Likewise.
3298 * gdb.mi/mi-start.exp: Likewise.
3299 * gdb.multi/dummy-frame-restore.exp: Likewise.
3300 * gdb.multi/multi-arch-exec.exp: Likewise.
3301 * gdb.multi/multi-arch.exp: Likewise.
3302 * gdb.multi/tids.exp: Likewise.
3303 * gdb.multi/watchpoint-multi.exp: Likewise.
3304 * gdb.python/py-events.exp: Likewise.
3305 * gdb.threads/attach-into-signal.exp: Likewise.
3306 * gdb.threads/attach-stopped.exp: Likewise.
3307 * gdb.threads/threadapply.exp: Likewise.
3308 * lib/selftest-support.exp: Likewise.
3309
26d6cec4
AA
33102018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3311
3312 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3313
4ee89e90
SR
33142018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3315
3316 * gdb.perf/template-breakpoints.cc: New file.
3317 * gdb.perf/template-breakpoints.exp: New file.
3318 * gdb.perf/template-breakpoints.py: New file.
3319
92630041
TT
33202018-03-19 Tom Tromey <tom@tromey.com>
3321
3322 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3323 y0.
3324 * gdb.rust/simple.exp: Test bare identifier form of struct
3325 initializer.
3326
76727919
TT
33272018-03-19 Tom Tromey <tom@tromey.com>
3328
3329 * gdb.gdb/observer.exp: Remove.
3330
194ed413
AA
33312018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3332
3333 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3334 "qualified" option when setting breakpoints.
3335 * gdb.trace/backtrace.exp: Likewise.
3336 * gdb.trace/circ.exp: Likewise.
3337 * gdb.trace/collection.exp: Likewise.
3338 * gdb.trace/disconnected-tracing.exp: Likewise.
3339 * gdb.trace/ftrace-lock.exp: Likewise.
3340 * gdb.trace/ftrace.exp: Likewise.
3341 * gdb.trace/infotrace.exp: Likewise.
3342 * gdb.trace/packetlen.exp: Likewise.
3343 * gdb.trace/passc-dyn.exp: Likewise.
3344 * gdb.trace/qtro.exp: Likewise.
3345 * gdb.trace/read-memory.exp: Likewise.
3346 * gdb.trace/report.exp: Likewise.
3347 * gdb.trace/signal.exp: Likewise.
3348 * gdb.trace/status-stop.exp: Likewise.
3349 * gdb.trace/strace.exp: Likewise.
3350 * gdb.trace/tfind.exp: Likewise.
3351 * gdb.trace/trace-break.exp: Likewise.
3352 * gdb.trace/trace-condition.exp: Likewise.
3353 * gdb.trace/trace-mt.exp: Likewise.
3354 * gdb.trace/tstatus.exp: Likewise.
3355 * gdb.trace/tsv.exp: Likewise.
3356 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3357 * gdb.trace/unavailable.exp: Likewise.
3358 * gdb.trace/while-dyn.exp: Likewise.
3359
8b067d2c
AA
33602018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3361
3362 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3363 that libinproctrace is copied to the target.
3364
3ae9ce5d
TT
33652018-03-14 Tom Tromey <tom@tromey.com>
3366
3367 PR cli/14977:
3368 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3369 a null pointer.
3370 * gdb.base/wchar.exp: Likewise.
3371
b8c2339b
TT
33722018-03-14 Tom Tromey <tom@tromey.com>
3373
3374 PR cli/19918:
3375 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3376 flag.
3377
4872dc46
SM
33782018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3379
3380 PR gdb/22841
3381 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3382 "target" to remote_exec.
3383
e4fe3756
SM
33842018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3385
3386 PR gdb/22841
3387 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3388 ${board}_upload): Remove.
3389
e95a97d4
AA
33902018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3391
3392 * gdb.cp/watch-cp.cc: New test.
3393 * gdb.cp/watch-cp.exp: New file.
3394
dbbb1059
AB
33952018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3396
3397 * gdb.base/infcall-nested-structs.exp: New file.
3398 * gdb.base/infcall-nested-structs.c: New file.
3399 * gdb.base/float.exp: Add riscv support.
3400
ecc054c0
TP
34012018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3402
3403 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3404 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3405
25e3c82c
SDJ
34062018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3407
3408 * gdb.server/abspath.exp: New file.
3409 * lib/gdb.exp (with_cwd): New procedure.
3410
3083294d
SM
34112018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3412
3413 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3414 use it.
3415 (gdb_is_target_remote_prompt): New proc.
3416 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3417 (gdb_is_target_native): Pass prompt parameter to
3418 gdb_is_target_1.
3419
3275ef47
SM
34202018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3421
3422 * gdb.base/load-command.c: New file.
3423 * gdb.base/load-command.exp: New file.
3424 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3425 (gdb_is_target_1): ...this, and generalize for other targets
3426 than just remote.
3427 (gdb_is_target_remote): Use gdb_is_target_1.
3428 (gdb_is_target_native): use gdb_is_target_1.
3429
6893c19a
TT
34302018-02-26 Tom Tromey <tom@tromey.com>
3431
3432 PR python/16497:
3433 * gdb.python/py-framefilter.exp: Update test.
3434
2ddeaf8a
TT
34352018-02-26 Tom Tromey <tom@tromey.com>
3436
3437 * gdb.dwarf2/variant.c: New file.
3438 * gdb.dwarf2/variant.exp: New file.
3439
c9317f21
TT
34402018-02-26 Tom Tromey <tom@tromey.com>
3441
3442 * gdb.rust/simple.exp: Accept more possible results in enum test.
3443
6f6d0c26
SM
34442018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3445
3446 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3447 parentheses.
3448
11b03145
MR
34492018-02-23 Maciej W. Rozycki <macro@mips.com>
3450
3451 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3452 name of a variable: $actual_linejj -> $actual_line.
3453
54a27fe5
JB
34542018-02-21 John Baldwin <jhb@FreeBSD.org>
3455
3456 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3457
de65820c
MM
34582018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3459
3460 * gdb.btrace/buffer-size.exp: Do not force BTS.
3461
980548fd
PA
34622018-02-14 Pedro Alves <palves@redhat.com>
3463
3464 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3465 getting a "Quit".
3466
c4e12631
MM
34672018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3468
3469 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3470 Fix test name.
3471
c2e0e465
SM
34722018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3473
3474 * gdb.cp/m-static.exp: Check type of optimized out static
3475 member.
3476
f7216783
AB
34772018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3478
3479 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3480 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3481
0625771b
LS
34822018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3483 Leszek Swirski <leszeks@google.com>
3484
3485 * gdb.python/py-prettyprint.c
3486 (struct to_string_returns_value_inner,
3487 struct to_string_returns_value_wrapper): New.
3488 (main): Add tsrvw variable.
3489 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3490 ToStringReturnsValueWrapper): New classes.
3491 (register_pretty_printers): Register new pretty-printers.
3492 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3493 recursive pretty printer.
3494 * gdb.python/py-mi.exp: Likewise.
3495
59498c30
LS
34962018-02-01 Leszek Swirski <leszeks@google.com>
3497
3498 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3499 functions with the same name as an include file are parsed
3500 correctly.
3501
d4d38844
YQ
35022018-02-01 Yao Qi <yao.qi@linaro.org>
3503
3504 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3505 "\[^\r\n\]*".
3506
07e5f5cf
NP
35072018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3508
3509 * gdb.arch/powerpc-prologue-frame.s: New file.
3510 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3511 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3512
929b5ad4
JB
35132018-01-31 Joel Brobecker <brobecker@adacore.com>
3514
3515 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3516
e671cd59
PA
35172018-01-30 Pedro Alves <palves@redhat.com>
3518
3519 PR gdb/13211
3520 * gdb.base/interrupt-daemon.c: New.
3521 * gdb.base/interrupt-daemon.exp: New.
3522 * gdb.multi/multi-term-settings.c: New.
3523 * gdb.multi/multi-term-settings.exp: New.
3524
fc413dc4
JB
35252018-01-30 Joel Brobecker <brobecker@adacore.com>
3526
3527 * gdb.base/break.exp: Save the location where the breakpoint
3528 on break.c:47 was actually inserted when debugging the version
3529 compiled at -O2 and use it in the expected output of the "info
3530 break" test performed soon after.
3531
5c319bb2
PA
35322018-01-22 Pedro Alves <palves@redhat.com>
3533 Sergio Durigan Junior <sergiodj@redhat.com>
3534
3535 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3536 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3537
a9e40818
JB
35382018-01-22 Joel Brobecker <brobecker@adacore.com>
3539
3540 * gdb.base/break-include.c, gdb.base/break-include.inc,
3541 gdb.base/break-include.exp: New files.
3542 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3543 line number now being the actual line number where the breakpoint
3544 was inserted.
3545 * gdb.mi/mi-break.exp: Likewise.
3546 * gdb.mi/mi-reverse.exp: Likewise.
3547 * gdb.mi/mi-simplerun.exp: Ditto.
3548
e707fc44
AB
35492018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3550
3551 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3552 varobj.
3553 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3554
ae451627
AB
35552018-01-21 Don Breazeal <donb@codesourcery.com>
3556 Andrew Burgess <andrew.burgess@embecosm.com>
3557
3558 * gdb.mi/basics.c: Add new global.
3559 * gdb.mi/mi-frame-regs.exp: New file.
3560 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3561 case.
3562
b1b189e0
AB
35632018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3564
3565 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3566 non-parameter, and on an unknown symbol.
3567
fcfcc376
TT
35682018-01-19 Tom Tromey <tom@tromey.com>
3569
3570 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3571 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3572
634c1c31
AA
35732018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3574
3575 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3576 setrlimit and chdir to int.
3577
d6ad07fd
AA
35782018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3579
3580 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3581 function.
3582 (my_tend): Likewise.
3583 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3584 rationale of avoiding FP- and vector instructions.
3585
adf8243b
RK
35862018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3587
3588 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3589 "info reg" with "\[ \t\]*".
3590 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3591 "\[ \t\]+".
3592 * gdb.arch/s390-multiarch.exp: Ditto.
3593 * gdb.base/pc-fp.exp: Ditto.
3594 * gdb.reverse/i386-precsave.exp: Ditto.
3595 * gdb.reverse/i386-reverse.exp: Ditto.
3596 * gdb.reverse/i387-env-reverse.exp: Ditto.
3597 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3598
dcc06925
AA
35992018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3600
3601 * lib/gdb.exp (gdb_compile): Re-enable use of
3602 universal_compile_options for languages other than Rust.
3603
25d4fd80
AA
36042018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3605
3606 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3607
ee7f689e 36082018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
3609
3610 PR gdb/16577
3611 * gdb.base/solib-vanish.exp: New.
3612 * gdb.base/solib-vanish-main.c: New.
3613 * gdb.base/solib-vanish-lib1.c: New.
3614 * gdb.base/solib-vanish-lib2.c: New.
3615
d8447b6b
YQ
36162018-01-17 Yao Qi <yao.qi@linaro.org>
3617
3618 * gdb.compile/compile.exp: Match the address printed for
3619 frame in the output of command "bt".
3620
86d6a90c
TT
36212018-01-15 Tom Tromey <tom@tromey.com>
3622
3623 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3624 compute sp_reg.
3625
cbcdb1aa
AB
36262018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3627
3628 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3629 to prepare.
3630 (prepare): Return 0 on error, 1 on success.
3631
eea61984
PA
36322018-01-12 Pedro Alves <palves@redhat.com>
3633
3634 * gdb.base/continue-after-aborted-step-over.c: New.
3635 * gdb.base/continue-after-aborted-step-over.exp: New.
3636
6181e9c2
SM
36372018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3638
3639 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3640 options when not creating an executable.
3641
3cada740
PA
36422018-01-11 Pedro Alves <palves@redhat.com>
3643
3644 PR remote/22597
3645 * gdb.server/stop-reply-no-thread.c: New file.
3646 * gdb.server/stop-reply-no-thread.exp: New file.
3647
c63d3e8d
PA
36482018-01-10 Pedro Alves <palves@redhat.com>
3649
3650 PR gdb/22670
3651 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3652 functions too. Test setting breakpoints and printing C functions
3653 with no debug info too.
3654 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3655
d4c2a405
PA
36562018-01-10 Pedro Alves <palves@redhat.com>
3657
3658 PR gdb/22670
3659 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3660 a fail.
3661
8825213e
PA
36622018-01-10 Pedro Alves <palves@redhat.com>
3663
3664 PR gdb/22670
3665 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3666
605fd3c6
YQ
36672018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3668
3669 * gdb.server/unittest.exp: Match the output in non-development
3670 mode.
3671
1e5ded6c
YQ
36722018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3673
3674 * gdb.gdb/unittest.exp: Match output in non-development mode.
3675
30066b0b
JB
36762018-01-08 Joel Brobecker <brobecker@adacore.com>
3677
3678 * gdb.ada/access_tagged_param.exp: Relax expected output
3679 for value of "ObjL" in "continue" to pck.inspect breakpoint
3680 test.
3681
04bafb1e
XR
36822018-01-08 Joel Brobecker <brobecker@adacore.com>
3683
9f86398b
JB
3684 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3685 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 3686
e379cee6
PA
36872018-01-05 Pedro Alves <palves@redhat.com>
3688
3689 PR gdb/18653
3690 * gdb.base/libsegfault.exp: New.
3691
de63c46b
PA
36922018-01-05 Joel Brobecker <brobecker@adacore.com>
3693
3694 PR gdb/22670
3695 * gdb.ada/access_tagged_param.exp: New file.
3696 * gdb.ada/access_tagged_param/foo.adb: New file.
3697
f98fc17b
PA
36982018-01-05 Pedro Alves <palves@redhat.com>
3699
3700 PR gdb/22670
3701 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3702 exercise lower case too, and to exercise both full matching and
3703 wild matching.
3704
342f8240
JB
37052018-01-05 Joel Brobecker <brobecker@adacore.com>
3706
3707 * gdb.ada/rename_subscript_param: New testcase.
3708
7150d33c
JG
37092018-01-05 Jerome Guitton <guitton@adacore.com>
3710
3711 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3712
cc0e770c
JB
37132018-01-05 Joel Brobecker <brobecker@adacore.com>
3714
3715 * gdb.ada/convvar_comp: New testcase.
3716
672a41aa 37172018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
3718
3719 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3720 (My_Table): New global variable.
3721 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3722
7365ec2f
JB
37232018-01-04 Joel Brobecker <brobecker@adacore.com>
3724
3725 PR gdb/22670
3726 * gdb.ada/maint_with_ada: New testcase.
3727
289483b6
JB
37282018-01-04 Joel Brobecker <brobecker@adacore.com>
3729
3730 PR gdb/22670
3731 * gdb.ada/bp_c_mixed_case: New testcase.
3732
344420da
JB
37332018-01-04 Joel Brobecker <brobecker@adacore.com>
3734
3735 PR gdb/22670
3736 * gdb.ada/complete.exp: Add "complete break ada" test.
3737
66fc87a0
JB
37382018-01-04 Joel Brobecker <brobecker@adacore.com>
3739
3740 PR gdb/22670
3741 * gdb.ada/info_addr_mixed_case: New testcase.
3742
9f757bf7
XR
37432018-01-03 Xavier Roirand <roirand@adacore.com>
3744
3745 * gdb.ada/excep_handle.exp: New testcase.
3746 * gdb.ada/excep_handle/foo.adb: New file.
3747 * gdb.ada/excep_handle/pck.ads: New file.
3748
bd570f80
JB
37492018-01-03 Joel Brobecker <brobecker@adacore.com>
3750
3751 * gdb.base/step-line.c: Add extra empty line in copyright header.
3752 * gdb.base/step-line.inp: Likewise.
3753
9fe561ab
JB
37542018-01-02 Joel Brobecker <brobecker@adacore.com>
3755
3756 * gdb.ada/dyn_stride.exp: Add slice test.
3757
a405673c
JB
37582018-01-02 Joel Brobecker <brobecker@adacore.com>
3759
3760 * gdb.ada/dyn_stride: New testcase.
3761
cef0f868
SH
37622017-12-27 Stafford Horne <shorne@gmail.com>
3763
3764 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3765 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3766
b67d92b0
SH
37672017-12-27 Stafford Horne <shorne@gmail.com>
3768
3769 * gdb.base/reggroups.c: New file.
3770 * gdb.base/reggroups.exp: New file.
3771
eccab96d
JB
37722017-12-18 Joel Brobecker <brobecker@adacore.com>
3773
3774 * gdb.dwarf2/ada-valprint-error.c: New file.
3775 * gdb.dwarf2/ada-valprint-error.exp: New file.
3776
0e2da9f0
JB
37772017-12-18 Joel Brobecker <brobecker@adacore.com>
3778
3779 * gdb.ada/assign_arr: New testcase.
3780
cb923fcc
XR
37812017-12-18 Xavier Roirand <roirand@adacore.com>
3782
3783 * gdb.ada/funcall_ptr: New testcase.
3784
7c161838
SDJ
37852017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3786
3787 PR cli/16224
3788 * gdb.base/ptype-offsets.cc: New file.
3789 * gdb.base/ptype-offsets.exp: New file.
3790
1af17fd9
YQ
37912017-12-15 Yao Qi <yao.qi@linaro.org>
3792
3793 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3794 if XML is disabled.
3795
828d5846
XR
37962017-12-15 Xavier Roirand <roirand@adacore.com>
3797
3798 * gdb.ada/same_component_name: New testcase.
3799
79e8fcaa
JB
38002017-12-14 Joel Brobecker <brobecker@adacore.com>
3801
3802 * gdb.ada/str_binop_equal: New testcase.
3803
e05fa6f9
JB
38042017-12-14 Joel Brobecker <brobecker@adacore.com>
3805
3806 * gdb.ada/task_switch_in_core: New testcase.
3807
b89641ba
SM
38082017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3809
3810 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3811 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3812 call test_bkpt_qualified.
3813 (test_bkpt_qualified): New proc.
3814
6892d2e4
PA
38152017-12-13 Pedro Alves <palves@redhat.com>
3816
3817 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3818 Tighten regexp by matching with an anchor.
3819
a22ecf70
PA
38202017-12-13 Pedro Alves <palves@redhat.com>
3821
3822 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3823 ("expression with namespace"): New set of tests.
3824 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3825 (Nested::Test_NS::qux): New.
3826 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3827 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3828
9937536c
JB
38292017-12-13 Joel Brobecker <brobecker@adacore.com>
3830
3831 * gdb.base/server-del-break.c: New file.
3832 * gdb.base/server-del-break.exp: New file.
3833
fe49c6f5
SH
38342017-12-12 Stafford Horne <shorne@gmail.com>
3835
3836 * gdb.xml/tdesc-regs.exp: Add or1k support.
3837
c3d18620
SH
38382017-12-12 Stafford Horne <shorne@gmail.com>
3839
3840 * gdb.base/bp-permanent.c: Define nop of or1k.
3841
c5f9cfc8
JB
38422017-12-11 Joel Brobecker <brobecker@adacore.com>
3843
3844 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3845 output with components being reordered.
3846
a9c135fc
JB
38472017-12-11 Joel Brobecker <brobecker@adacore.com>
3848
3849 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3850 output with components being reordered.
3851
927aa2e7
JK
38522017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3853 Pedro Alves <palves@redhat.com>
3854
3855 * gdb.base/maint.exp (check for .gdb_index): Check also for
3856 .debug_names.
3857 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3858 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3859 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3860 (.gdb_index used after symbol reloading): Support also .debug_names.
3861 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3862
f17d9474
YQ
38632017-12-08 Yao Qi <yao.qi@linaro.org>
3864
3865 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3866 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3867
a0de8c21
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 test for breakpoint.
3872
a738ea1d
YQ
38732017-12-08 Yao Qi <yao.qi@linaro.org>
3874
3875 * gdb.arch/aarch64-tagged-pointer.c: New file.
3876 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3877
1cd9a73b
SDJ
38782017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3879
3880 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3881 "int".
3882
fa6eb693
KS
38832017-12-07 Keith Seitz <keiths@redhat.com>
3884
3885 PR breakpoints/22569
3886 * gdb.linespec/ls-errs.exp: Change expected result of "break
3887 -source this file has spaces.c -line 3".
3888 Check that an explicit source file followed by whitespace is
3889 identified as an invalid explicit location.
3890
883fd55a
KS
38912017-12-07 Keith Seitz <keiths@redhat.com>
3892
3893 * gdb.cp/nested-types.cc: New file.
3894 * gdb.cp/nested-types.exp: New file.
3895 * lib/cp-support.exp: Load data-structures.exp library.
3896 (debug_cp_test_ptype_class): New global.
3897 (cp_ptype_class_verbose, next_line): New procedures.
3898 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3899 Add and document new return value.
3900 Switch the list of lines to a queue.
3901 Add support for new `type' key for nested type definitions.
3902 Add debugging/troubleshooting messages.
3903 * lib/data-structures.exp: New file.
3904
ec72db3e
SM
39052017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3906
3907 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3908 with proc_with_prefix, don't use with_test_prefix.
3909
99598d71
TT
39102017-12-07 Tom Tromey <tom@tromey.com>
3911
3912 * gdb.base/break.exp: Add test for empty "commands".
3913
a8806230
YQ
39142017-12-07 Yao Qi <yao.qi@linaro.org>
3915
3916 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3917 malloc and catch syscall.
3918
824cc835
PM
39192017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3920
e79be6e5 3921 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
3922 tests for explicit locations.
3923
7cc244de
PA
39242017-12-06 Pedro Alves <palves@redhat.com>
3925
3926 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3927 force-disabling XML descriptions.
3928
50a1fdd5
PA
39292017-12-04 Pedro Alves <palves@redhat.com>
3930
3931 PR gdb/22499
3932 * gdb.arch/amd64-disp-step-avx.S: New file.
3933 * gdb.arch/amd64-disp-step-avx.exp: New file.
3934
f0fb2488
PA
39352017-12-03 Pedro Alves <palves@redhat.com>
3936
3937 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3938 and <string.h>.
3939 (parent_function): Print distinct messages when waitpid fails, or
3940 the child exits with a signal, or the child exits for an unhandled
3941 reason.
3942 * gdb.threads/process-dies-while-detaching.exp
3943 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3944 it. Wait for both inferior output and GDB's prompt. Use an
3945 indirect spawn id list.
3946 (do_detach): New parameter 'child_exit'. Use it to compute
3947 expected inferior output.
3948 (test_detach, test_detach_watch, test_detach_killed_outside):
3949 Adjust to pass down the expected child exit kind.
3950
97cbe998
SDJ
39512017-12-01 Joel Brobecker <brobecker@adacore.com>
3952 Sergio Durigan Junior <sergiodj@redhat.com>
3953 Pedro Alves <palves@redhat.com>
3954
3955 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3956
40fc416f
SDJ
39572017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3958
3959 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3960 to 'symbol-file' and 'add-symbol-file' can be
3961 position-independent.
3962
1cc75e92
YQ
39632017-12-01 Yao Qi <yao.qi@linaro.org>
3964
3965 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3966 the URL in copyright header.
3967 * gdb.arch/aarch64-fp.exp: Likewise.
3968 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3969 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3970 * gdb.base/expand-psymtabs.exp: Likewise.
3971 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3972 * gdb.fortran/common-block.exp: Likewise.
3973 * gdb.fortran/common-block.f90: Likewise.
3974 * gdb.fortran/logical.exp: Likewise.
3975 * gdb.fortran/vla-datatypes.f90: Likewise.
3976 * gdb.fortran/vla-sub.f90: Likewise.
3977
875fb7a7
JB
39782017-11-30 Joel Brobecker <brobecker@adacore.com>
3979
3980 * gdb.ada/repeat_dyn: New testcase.
3981
6f14765f
UW
39822017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3983
3984 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3985 Update for changed thread numbering.
3986 * gdb.cell/bt.exp: Update for changed GDB output.
3987
f1af7b94
SM
39882017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3989
3990 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3991 setting isremote by hand.
3992 * boards/dwarf4-gdb-index.exp: Likewise.
3993 * boards/fission.exp: Likewise.
3994 * boards/stabs.exp: Likewise.
3995
e3919f3e
PA
39962017-11-30 Pedro Alves <palves@redhat.com>
3997
3998 * gdb.linespec/cpls-ops.exp
3999 (check_explicit_skips_function_argument): Extract the underlying
4000 type of size_t instead of hardcoding it.
4001
bd69330d
PA
40022017-11-29 Pedro Alves <palves@redhat.com>
4003
4004 PR c++/19436
4005 * gdb.linespec/cpls-abi-tag.cc: New file.
4006 * gdb.linespec/cpls-abi-tag.exp: New file.
4007
a20714ff
PA
40082017-11-29 Pedro Alves <palves@redhat.com>
4009
4010 * gdb.base/langs.exp: Use -qualified.
4011 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4012 it.
4013 * gdb.cp/namespace.exp: Use -qualified.
4014 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4015 (overload-3, template-overload, template-ret-type, const-overload)
4016 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4017 procedures.
4018 (test_driver): Call them.
4019 * gdb.cp/save-bp-qualified.cc: New.
4020 * gdb.cp/save-bp-qualified.exp: New.
4021 * gdb.linespec/explicit.exp: Test -qualified.
4022 * lib/completion-support.exp (completion::explicit_opts_list): Add
4023 "-qualified".
4024 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4025
f6f1d339
PM
40262017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4027
4028 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4029
02ca603a
TT
40302017-11-29 Tom Tromey <tom@tromey.com>
4031
4032 * gdb.base/relocate.exp: Update invalid argument test.
4033 Add new tests for invalid arguments.
4034
ed6c0bfb
TP
40352017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4036
4037 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4038 Return 0 as a long.
4039 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4040
f106e10e
TP
40412017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4042
4043 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4044 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4045 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4046 func ().
4047 * gdb.cp/shadow.cc (B.func): Return 0.
4048
10329bb2
JB
40492017-11-27 Joel Brobecker <brobecker@adacore.com>
4050
4051 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4052 expected output in gdb_expect call to allow the exception
4053 message to be present as well. Fix syntax confusion to avoid
4054 TCL thinking that exception_name is an array.
4055
617cd4bc
UW
40562017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4057
4058 * gdb.arch/spu-info.c: Include <unistd.h>.
4059 (do_signal_test): Fix broken calls to write.
4060 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4061 Fix checks for empty mailboxes. Update signal tests for corrected
4062 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4063 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4064 * gdb.cell/arch.exp: Use standard_output_file.
4065 * gdb.cell/break.exp: Likewise.
4066 * gdb.cell/bt.exp: Likewise.
4067 * gdb.cell/core.exp: Likewise.
4068 * gdb.cell/dwarfaddr.exp: Likewise.
4069 * gdb.cell/ea-cache.exp: Likewise.
4070 * gdb.cell/ea-standalone.exp: Likewise.
4071 * gdb.cell/f-regs.exp: Likewise.
4072 * gdb.cell/fork.exp: Likewise.
4073 * gdb.cell/gcore.exp: Likewise.
4074 * gdb.cell/mem-access.exp: Likewise.
4075 * gdb.cell/ptype.exp: Likewise.
4076 * gdb.cell/registers.exp: Likewise.
4077 * gdb.cell/sizeof.exp: Likewise.
4078 * gdb.cell/solib-symbol.exp: Likewise.
4079 * gdb.cell/solib.exp: Likewise.
617cd4bc 4080
a81aaca0
PA
40812017-11-25 Pedro Alves <palves@redhat.com>
4082
4083 * gdb.base/complete-empty.exp: New file.
4084 * gdb.base/completion.exp: Adjust.
4085
6a3c6ee4
PA
40862017-11-25 Pedro Alves <palves@redhat.com>
4087
4088 * gdb.linespec/cpls-ops.cc: New file.
4089 * gdb.linespec/cpls-ops.exp: New file.
4090 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4091 factored out from ...
4092 (test_complete_prefix_range): ... this.
4093
8955eb2d
PA
40942017-11-24 Pedro Alves <palves@redhat.com>
4095
4096 * gdb.linespec/cpcompletion.exp: New file.
4097 * gdb.linespec/cpls-hyphen.cc: New file.
4098 * gdb.linespec/cpls.cc: New file.
4099 * gdb.linespec/cpls2.cc: New file.
4100 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4101 test to use test_gdb_complete_unique. Add label completion,
4102 keyword completion and explicit location completion tests.
4103 * lib/completion-support.exp: New file.
4104
e547c119
JB
41052017-11-24 Joel Brobecker <brobecker@adacore.com>
4106
4107 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4108 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4109 when hitting an exception catchpoint.
4110
7c3c1aa8
YQ
41112017-11-22 Yao Qi <yao.qi@linaro.org>
4112
4113 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4114
41bd68f5
SM
41152017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4116
4117 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4118 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4119 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4120
1daad298
YQ
41212017-11-22 Yao Qi <yao.qi@linaro.org>
4122
4123 * gdb.base/info-os.exp: Pass pthreads.
4124 * gdb.multi/multi-attach.exp: Likewise.
4125
88465e87
YQ
41262017-11-22 Yao Qi <yao.qi@linaro.org>
4127
4128 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4129 compiler.
4130
dc196b23
YQ
41312017-11-22 Yao Qi <yao.qi@linaro.org>
4132
4133 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4134 * gdb.base/break-interp.exp: Likewise.
4135 * gdb.base/jit-attach-pie.exp: Likewise.
4136
2400729e
UW
41372017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4138
4139 * gdb.base/float128.c (large128): New variable.
4140 * gdb.base/float128.exp: Add test to print largest __float128 value.
4141
7a26362d
UW
41422017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4143
4144 * gdb.arch/vsx-regs.exp: Update register content checks.
4145
ed0f4273
UW
41462017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4147
4148 * gdb.arch/ppc-longdouble.exp: New file.
4149 * gdb.arch/ppc-longdouble.c: Likewise.
4150
a25d69c6
PA
41512017-11-21 Pedro Alves <palves@redhat.com>
4152
4153 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4154
73fcf641
PA
41552017-11-20 Pedro Alves <palves@redhat.com>
4156
4157 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4158 (long_double_typedef): New typedefs.
4159 Use DEF on double and long double.
4160 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4161 cases.
4162 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4163 and 'long_double_ptr_same_size' locals. Use them to decide
4164 whether cast from array/function to float is valid/invalid.
4165
71a3c369
TT
41662017-11-17 Tom Tromey <tom@tromey.com>
4167
4168 * gdb.rust/traits.rs: New file.
4169 * gdb.rust/traits.exp: New file.
4170
ced9779b
JB
41712017-11-17 Joel Brobecker <brobecker@adacore.com>
4172
4173 * gdb.ada/minsyms: New testcase.
4174
a0922d80
PA
41752017-11-16 Pedro Alves <palves@redhat.com>
4176
4177 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4178 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4179
ea04e54c
PA
41802017-11-16 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4183 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4184
e849ea89
PA
41852017-11-16 Pedro Alves <palves@redhat.com>
4186
4187 * gdb.server/reconnect-ctrl-c.c: New file.
4188 * gdb.server/reconnect-ctrl-c.exp: New file.
4189
d8ae99a7
PM
41902017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4191
4192 * gdb.python/py-rbreak.exp: New file.
4193 * gdb.python/py-rbreak.c: New file.
4194 * gdb.python/py-rbreak-func2.c: New file.
4195
968a13f8
PA
41962017-11-16 Pedro Alves <palves@redhat.com>
4197
4198 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4199 pattern.
4200 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4201 GDB.
4202
71774bc9
SM
42032017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4204
4205 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4206 regex.
4207
ddbb44cf
SM
42082017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4209
4210 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4211 test names.
4212
584a564f
PA
42132017-11-09 Pedro Alves <palves@redhat.com>
4214
4215 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4216 factored out from ...
4217 (top level): ... here, and adjusted to avoid expecting beyond the
4218 prompt in a single gdb_test_multiple.
4219
5ed7a928
PA
42202017-11-09 Pedro Alves <palves@redhat.com>
4221
4222 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4223 output.
4224 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4225 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4226 * gdb.server/ext-run.exp ("kill" test): Likewise.
4227 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4228
a60e0738
PA
42292017-11-09 Pedro Alves <palves@redhat.com>
4230
4231 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4232 match till end of line.
4233
2c88253f
PA
42342017-11-09 Pedro Alves <palves@redhat.com>
4235
4236 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4237
c7a38517
PA
42382017-11-09 Pedro Alves <palves@redhat.com>
4239
4240 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4241 New procedures, factored out from ...
4242 (top level): ... here, and adjusted to avoid expecting beyond the
4243 prompt in one go.
4244
f29f4b6b
PA
42452017-11-09 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4248 output. Fix '?' match.
4249
286acbb5
JB
42502017-11-08 Joel Brobecker <brobecker@adacore.com>
4251
4252 * gdb.ada/scoped_watch: New testcase.
4253 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4254 which is actually correct.
4255 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4256 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4257
62d7ae92
PA
42582017-11-08 Pedro Alves <palves@redhat.com>
4259
4260 * gdb.gdb/complaints.exp (test_initial_complaints)
4261 (test_serial_complaints, test_short_complaints): Call
4262 complaint_internal instead of complaint.
4263
280ca31f
DT
42642017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4265
4266 * gdb.threads/tls-core.c: New file.
4267 * gdb.threads/tls-core.exp: Likewise.
4268
b5ec771e
PA
42692017-11-08 Pedro Alves <palves@redhat.com>
4270
4271 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4272 (p Exported_Capitalized): New test.
4273 (p exported_capitalized): New test.
4274
a02b41a7
PA
42752017-11-07 Pedro Alves <palves@redhat.com>
4276
4277 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4278
95e95a6d
PA
42792017-11-07 Pedro Alves <palves@redhat.com>
4280
4281 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4282 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4283 (disable_invalid, disable_inverted, disable_negative): New
4284 procedures.
4285 ("bad numbers"): New set of tests.
4286
cee62dbd
PA
42872017-11-07 Pedro Alves <palves@redhat.com>
4288
4289 * gdb.cp/ena-dis-br-range.exp: Add tests.
4290
cc638e86
PA
42912017-11-07 Pedro Alves <palves@redhat.com>
4292
4293 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4294
d0fe4701
XR
42952017-11-07 Xavier Roirand <roirand@adacore.com>
4296 Pedro Alves <palves@redhat.com>
4297
4298 * gdb.base/ena-dis-br.exp: Add reference to
4299 gdb.cp/ena-dis-br-range.exp.
4300 * gdb.cp/ena-dis-br-range.exp: New file.
4301 * gdb.cp/ena-dis-br-range.cc: New file.
4302
46f67f80
PA
43032017-11-06 Pedro Alves <palves@redhat.com>
4304
4305 * gdb.base/attach-non-pgrp-leader.c: New.
4306 * gdb.base/attach-non-pgrp-leader.exp: New.
4307
726e1356
PA
43082017-11-06 Pedro Alves <palves@redhat.com>
4309
4310 * configure.ac: No longer check for termio.h and sgtty.h.
4311 * configure: Regenerate.
4312 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4313 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4314 Remove termio and sgtty code.
4315
50ab6ace
YQ
43162017-11-03 Yao Qi <yao.qi@linaro.org>
4317
4318 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4319 in GDB is disabled.
4320
8e68731c
YQ
43212017-11-03 Yao Qi <yao.qi@linaro.org>
4322
4323 * gdb.python/py-thrhandle.exp: Skip it if python is not
4324 enabled.
4325
3a87ae65
SM
43262017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4327
4328 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4329 as a breakpoint command.
4330
484d8d36
MD
43312017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4332
4333 PR python/21213
4334 * gdb.python/py-infthread.exp: Test calling
4335 InferiorThread.inferior () multiple times in a row.
4336
4a27f119
KS
43372017-10-27 Keith Seitz <keiths@redhat.com>
4338
4339 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4340 Test "info break" for every inlined function breakpoint.
4341
bb11dd58
YQ
43422017-10-27 Yao Qi <yao.qi@linaro.org>
4343
4344 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4345
a43f3893
PF
43462017-10-26 Patrick Frants <osscontribute@gmail.com>
4347
4348 * gdb.cp/classes.exp (test_static_members): Test printing
4349 Outer::instance.
4350 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4351 (Inner::instance, Outer::instance): New.
4352
792ccf00
PA
43532017-10-24 Pedro Alves <palves@redhat.com>
4354
4355 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4356 extra console" test in two stages.
4357
eb2bfbad
PA
43582017-10-24 Pedro Alves <palves@redhat.com>
4359
4360 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4361
1f75a651
PA
43622017-10-24 Pedro Alves <palves@redhat.com>
4363
4364 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4365 loop.
4366
779990d9
PA
43672017-10-24 Pedro Alves <palves@redhat.com>
4368
4369 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4370 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4371
ad9b8f5d
PA
43722017-10-24 Pedro Alves <palves@redhat.com>
4373
4374 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4375 parameter and handle it. Don't output read value in test name.
4376
fee6da6e
PA
43772017-10-24 Pedro Alves <palves@redhat.com>
4378
4379 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4380 custom test name.
4381
10389c2c
PA
43822017-10-24 Pedro Alves <palves@redhat.com>
4383
4384 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4385 include the unstable output directory name in the test's name.
4386 (initial_setup_simple) <'set args'>: Use custom test name.
4387
a80e65a9
PA
43882017-10-24 Pedro Alves <palves@redhat.com>
4389
4390 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4391 with explicit test name.
4392
15763a09
PA
43932017-10-20 Pedro Alves <palves@redhat.com>
4394
4395 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4396 'wait -i'. Use gdb_assert and remote_close.
4397
49a4ce2e
AB
43982017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4399
4400 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4401 number from variable rather than hard-coded.
4402
a75868f5
PA
44032017-10-19 Pedro Alves <palves@redhat.com>
4404
4405 * gdb.base/long-inferior-output.c: New file.
4406 * gdb.base/long-inferior-output.exp: New file.
4407
c8ba13ad
KS
44082017-11-18 Keith Seitz <keiths@redhat.com>
4409
4410 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4411 method.
4412 (main): Call it.
4413 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4414 Add additional user-defined conversion operator tests.
4415
b27de576
PA
44162017-10-17 Pedro Alves <palves@redhat.com>
4417
4418 * boards/native-stdio-gdbserver.exp: Load "local-board".
4419
8484c955
PA
44202017-10-17 Pedro Alves <palves@redhat.com>
4421
4422 * gdb.base/quit-live.c: New file.
4423 * gdb.base/quit-live.exp: New file.
4424
83d5a34d
KS
44252017-10-16 Keith Seitz <keiths@redhat.com>
4426
4427 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4428 (class_with_protected_typedef, class_with_private_typedef)
4429 (struct_with_public_typedef, struct_with_protected_typedef)
4430 (struct_with_private_typedef): New classes/structs.
4431 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4432 typedefs and access specifiers.
4433
739b3f1d
PA
44342017-10-16 Pedro Alves <palves@redhat.com>
4435 Simon Marchi <simon.marchi@polymtl.ca>
4436
4437 * README (Local vs Remote vs Native): New section.
4438 * boards/local-board.exp: New file, with bits factored out from
4439 ...
4440 * boards/native-extended-gdbserver.exp: ... here. Load
4441 "local-board".
4442 * boards/native-gdbserver.exp: Load "local-board".
4443 (${board}_spawn, ${board}_exec): Delete.
4444 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4445 ...
4446 * boards/stdio-gdbserver-base.exp: ... this new file.
4447 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4448 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4449 procedure.
4450 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4451 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4452 stdio_gdbserver_command.
4453 (${board}_get_remote_address, ${board}_get_comm_port)
4454 (${board}_download, ${board}_upload): Delete.
4455 (get_target_remote_pipe_cmd): New.
4456
fe68b953
SM
44572017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4458
4459 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4460 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4461 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4462 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4463 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4464 remove with_test_prefix.
4465
300b6685
PA
44662017-10-13 Pedro Alves <palves@redhat.com>
4467
4468 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4469 * gdb.base/annota1.exp: Use it instead of is_remote.
4470 * gdb.base/annota3.exp: Use it instead of is_remote.
4471 * gdb.cp/annota2.exp: Use it instead of is_remote.
4472 * gdb.cp/annota3.exp: Use it instead of is_remote.
4473 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4474
50500caf
PA
44752017-10-13 Pedro Alves <palves@redhat.com>
4476
4477 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4478 (test_num_test_vars, run_and_count_vars, find_env)
4479 (test_set_unset_env, test_inherit_env_var): New procedures.
4480 (top level): Use them.
4481
dad0c6d2
PA
44822017-10-13 Pedro Alves <palves@redhat.com>
4483
4484 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4485 also skip on stub-like targets.
4486
8b0553c1
PA
44872017-10-13 Pedro Alves <palves@redhat.com>
4488
4489 PR gdb/22293
4490 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4491 (top level): Move some tests to ...
4492 (test_not_found): ... this new procedure.
4493 (top level): Call it.
4494
7594f623
PA
44952017-10-13 Pedro Alves <palves@redhat.com>
4496
4497 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4498 expect different "info terminal" output if testing with a
4499 non-native target.
4500
ebe3b402
PA
45012017-10-13 Pedro Alves <palves@redhat.com>
4502 Simon Marchi <simon.marchi@polymtl.ca>
4503
4504 PR python/12966
4505 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4506
42f1b161
PA
45072017-10-13 Pedro Alves <palves@redhat.com>
4508
4509 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4510 already.
4511
8d6ef72b
PA
45122017-10-13 Pedro Alves <palves@redhat.com>
4513
4514 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4515 is_remote.
4516
d7bcd5b8
PA
45172017-10-13 Pedro Alves <palves@redhat.com>
4518
4519 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4520 is_remote.
4521
df479dc6
PA
45222017-10-13 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4525 is set.
4526 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4527 instead of is_remote.
4528
23fb630a
PA
45292017-10-13 Pedro Alves <palves@redhat.com>
4530
4531 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4532 (top level): Add comment.
4533
cc77b1dc
PA
45342017-10-13 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.base/remote.exp (top level): Fix comment typo and add
4537 missing return.
4538
27c9e813
PA
45392017-10-13 Pedro Alves <palves@redhat.com>
4540 Simon Marchi <simon.marchi@polymtl.ca>
4541
4542 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4543 calls and add comments. Skip test if use_gdb_stub is set.
4544 (top level): Use "set cwd" command instead of "cd" command.
4545
5e830d98
PA
45462017-10-13 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4549 is_remote target check.
4550
f5ca0032
PA
45512017-10-13 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.base/scope.exp: Use build_executable + clean_restart +
4554 gdb_file_cmd instead of prepare_for_testing and no longer skip
4555 "before run" tests on is_remote target boards. Update comments.
4556 * boards/native-extended-gdbserver.exp
4557 (extended_gdbserver_load_last_file): New, factored out from ...
4558 (gdb_load): ... this. Move further below and add comment.
4559 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4560
8aed1c0d
PA
45612017-10-12 Pedro Alves <palves@redhat.com>
4562
4563 * gdb.base/attach.exp: Remove references to gdb64.
4564 * gdb.base/dbx.exp: Remove references to gdb64.
4565
cfa34c87
SM
45662017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4567 Pedro Alves <palves@redhat.com>
4568
4569 * gdb.base/label.exp: Remove is_remote target check.
4570
9192b7de
PA
45712017-10-12 Pedro Alves <palves@redhat.com>
4572
4573 * gdb.base/auvx.exp (coredir): Update comment.
4574 (top level) <core_works>: Use "set cwd" command instead of "cd"
4575 command.
4576
6bf0052d
PA
45772017-10-12 Pedro Alves <palves@redhat.com>
4578 Simon Marchi <simon.marchi@polymtl.ca>
4579
4580 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4581 target boards.
4582
e48ef82d
PA
45832017-10-12 Pedro Alves <palves@redhat.com>
4584 Simon Marchi <simon.marchi@polymtl.ca>
4585
4586 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4587 Instead skip if there's any gdb_protocol set.
4588
8d7aea57
SM
45892017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4590 Pedro Alves <palves@redhat.com>
4591
4592 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4593
30440677
PA
45942017-10-12 Pedro Alves <palves@redhat.com>
4595 Simon Marchi <simon.marchi@polymtl.ca>
4596
4597 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4598 instead of on dejagnu remote boards.
4599
4e04f045 46002017-10-12 Pedro Alves <palves@redhat.com>
175654b9 4601 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
4602
4603 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4604 checks. Use build_executable + clean_restart instead of
4605 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4606 of enabling non-stop after starting gdb.
4607
871a186e
PA
46082017-10-12 Pedro Alves <palves@redhat.com>
4609
4610 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4611 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4612 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4613 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4614
56d704da
AK
46152017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4616
4617 * gdb.arch/arc-tdesc-cpu.exp: New file.
4618 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4619
2f20e312
SM
46202017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4621
4622 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4623
65630365
PA
46242017-10-10 Pedro Alves <palves@redhat.com>
4625
4626 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4627 expect CLI output.
4628
bf469271
PA
46292017-10-10 Pedro Alves <palves@redhat.com>
4630
4631 * lib/selftest-support.exp (selftest_setup): Update for
4632 captured_command_loop's prototype change.
4633
777a42f1
PA
46342017-10-09 Pedro Alves <palves@redhat.com>
4635
4636 Test both arch1=>arch2 and arch2=>arch1.
4637
4638 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4639 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4640 factored out to...
4641 (append_arch1_options, append_arch2_options, append_arch_options)
4642 (build_executables): New procedures.
4643 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4644 local.
4645 (top level): Add new 'first_arch' testing axis.
4646
cbd2b4e3
PA
46472017-10-09 Pedro Alves <palves@redhat.com>
4648
4649 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4650 (barrier): New.
4651 (thread_start, all_started): New functions.
4652 (main): Spawn new thread and wait until it is scheduled.
4653 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4654 option.
4655 (do_test): Add 'selected_thread' parameter. Run to all_started
4656 instead of main. Explicitly set the breakpoint at main. Switch
4657 to the SELECTED_THREAD thread.
4658 (top level): Test handling the exec event with either the main
4659 thread or the second thread selected.
4660
5c9e4427
PA
46612017-10-09 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4664 logic. Move STOP marker after the value checks.
4665 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4666 regexp.
4667
b3b7c423
SL
46682017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4669
4670 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4671
3b4b2f16
UW
46722017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4673
4674 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4675 integer-to-dfp conversion.
4676 * gdb.base/dfp-test.exp: Likewise.
4677
5cd63fda
PA
46782017-10-04 Pedro Alves <palves@redhat.com>
4679
4680 * gdb.multi/hangout.c: Include <unistd.h>.
4681 (hangout_loop): New function.
4682 (main): Call alarm. Call hangout_loop in a loop.
4683 * gdb.multi/hello.c: Include <unistd.h>.
4684 (hello_loop): New function.
4685 (main): Call alarm. Call hangout_loop in a loop.
4686 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4687 inferior with the other selected.
4688
4c71c105
SM
46892017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4690
4691 * gdb.mi/list-thread-groups-available.exp: New file.
4692 * gdb.mi/list-thread-groups-available.c: New file.
4693
bc3b087d
SDJ
46942017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4695
4696 * gdb.base/set-cwd.exp: Make it available on
4697 native-extended-gdbserver.
4698
d092c5a2
SDJ
46992017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4700
4701 * gdb.base/set-cwd.c: New file.
4702 * gdb.base/set-cwd.exp: Likewise.
4703
45320ffa
TT
47042017-10-02 Tom Tromey <tom@tromey.com>
4705
4706 PR rust/22236:
4707 * gdb.rust/simple.rs (main): New variable "fslice".
4708 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4709
b3e3859b
TT
47102017-10-02 Tom Tromey <tom@tromey.com>
4711
4712 * gdb.rust/simple.exp: Test ptype of a slice.
4713
01af5e0d
TT
47142017-10-02 Tom Tromey <tom@tromey.com>
4715
4716 * gdb.rust/simple.exp: Test index of slice.
4717
a9bbfbd8
TT
47182017-09-27 Tom Tromey <tom@tromey.com>
4719
4720 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4721
df8899e5
TP
47222017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4723 Pedro Alves <palves@redhat.com>
4724
4725 * gdb.base/compare-sections.exp (get value of read-only section): Read
4726 as unsigned value.
4727 (corrupt read-only section): Likewise and don't set written if patching
4728 failed.
4729
757bf54b
KB
47302017-09-21 Kevin Buettner <kevinb@redhat.com>
4731
4732 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4733 files.
4734
06871ae8
PA
47352017-09-20 Pedro Alves <palves@redhat.com>
4736
4737 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4738 symbol names in gdb's output.
4739 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4740
e5f25bc5
PA
47412017-09-20 Pedro Alves <palves@redhat.com>
4742
4743 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4744 Rename to ...
4745 (test_list_ambiguous_symbol): ... this and add a symbol name
4746 parameter. Adjust.
4747 (test_list_ambiguous_function): Reimplement on top of
4748 test_list_ambiguous_symbol and also test listing ambiguous
4749 variables.
4750 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4751 (ambiguous_fun): ... this.
4752 (ambiguous_var): New.
4753 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4754 (ambiguous_fun): ... this.
4755 (ambiguous_var): New.
4756
4e5a4f58
JB
47572017-09-19 John Baldwin <jhb@FreeBSD.org>
4758
4759 * gdb.base/starti.c: New file.
4760 * gdb.base/starti.exp: New file.
4761 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4762
26e53f3e
PA
47632017-09-14 Pedro Alves <palves@redhat.com>
4764
4765 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4766 (top level): Use it instead of runto.
4767
cb791d59
TT
47682017-09-11 Tom Tromey <tom@tromey.com>
4769
4770 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4771
7c96f8c1
TT
47722017-09-11 Tom Tromey <tom@tromey.com>
4773
4774 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4775 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4776
469412dd
CW
47772017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4778
4779 * gdb.fortran/printing-types.exp: New file.
4780 * gdb.fortran/printing-types.exp: New file.
4781
e0f86435
BH
47822017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4783
4784 * gdb.fortran/vla-ptype.exp: Fix typos.
4785 * gdb.fortran/vla-value.exp: Same.
4786
9e9af4be
BH
47872017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4788
4789 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4790 * gdb.mi/mi-var-child-f.exp: Likewise.
4791 * gdb.mi/mi-vla-fortran.exp: Likewise.
4792
a5ad232b 47932017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
4794 Christoph Weinmann <christoph.t.weinmann@intel.com>
4795 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
4796
4797 * gdb.fortran/ptr-indentation.f90: New file.
4798 * gdb.fortran/ptr-indentation.exp: New file.
4799
5aec60eb
TT
48002017-09-05 Tom Tromey <tom@tromey.com>
4801
4802 PR gdb/22010:
4803 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4804
8f8f8152
TP
48052017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4806
4807 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4808
fbd1b771
JK
48092017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4810
4811 * gdb.threads/tls-nodebug-pie.c: New file.
4812 * gdb.threads/tls-nodebug-pie.exp: New file.
4813
5eb5f850
TT
48142017-09-05 Tom Tromey <tom@tromey.com>
4815
4816 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4817 for rust.
4818
ae780a21
SM
48192017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4820
4821 * gdb.multi/multi-arch-exec.exp: Test with different
4822 "follow-exec-mode" settings.
4823 (do_test): New procedure.
4824
3693fdb3
PA
48252017-09-04 Pedro Alves <palves@redhat.com>
4826
4827 * gdb.base/func-static.c (S::method const, S::method volatile)
4828 (S::method volatile const): New methods.
4829 (c_s, v_s, cv_s): New instances.
4830 (main): Call method() on them.
4831 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4832 (cannot_resolve): New procedure.
4833 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4834 print-quote-unquoted columns.
4835 (do_test): Test printing each scope too.
4836
e68cb8e0
PA
48372017-09-04 Pedro Alves <palves@redhat.com>
4838
4839 * gdb.base/local-static.exp: Also test with
4840 class::method::variable wholly quoted.
4841 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4842
858be34c
PA
48432017-09-04 Pedro Alves <palves@redhat.com>
4844
4845 * gdb.base/local-static.c: New.
4846 * gdb.base/local-static.cc: New.
4847 * gdb.base/local-static.exp: New.
4848
46a4882b
PA
48492017-09-04 Pedro Alves <palves@redhat.com>
4850
4851 * gdb.asm/asm-source.exp: Add casts to int.
4852 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4853 (dataglobal64_1, dataglobal64_2): New globals.
4854 * gdb.base/nodebug.exp: Test different expressions involving the
4855 new globals, with print, whatis and ptype. Add casts to int.
4856 * gdb.base/solib-display.exp: Add casts to int.
4857 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4858 * gdb.cp/m-static.exp: Add cast to int.
4859 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4860 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4861 tls variable with no debug info without a cast. Test with a cast
4862 to int too.
4863 * gdb.trace/entry-values.exp: Add casts.
4864
2c5a2be1
PA
48652017-09-04 Pedro Alves <palves@redhat.com>
4866
4867 * gdb.base/nodebug.exp: Test that ptype's error about functions
4868 with unknown return type includes the function name too.
4869
7022349d
PA
48702017-09-04 Pedro Alves <palves@redhat.com>
4871
4872 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4873 return type of munmap in infcall.
4874 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4875 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4876 type of ftell in infcall.
4877 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4878 type of getpid in infcall.
4879 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4880 infcall.
4881 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4882 Bail on failure to extract the pid.
4883 * gdb.base/nodebug.c: #include <stdint.h>.
4884 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4885 New functions.
4886 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4887 Change expected output of print/whatis/ptype with functions with
4888 no debug info. Test all supported languages. Call
4889 test_call_promotion.
4890 * gdb.compile/compile.exp: Adjust expected output to expect
4891 warning.
4892 * gdb.threads/siginfo-threads.exp: Likewise.
4893
54990598
PA
48942017-09-04 Pedro Alves <palves@redhat.com>
4895
4896 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4897 "prototypes". Test calling float functions via prototyped and
4898 unprototyped function pointers.
4899 (perform_all_tests): New parameter "prototypes". Pass it down.
4900 (top level): Pass down "prototypes" parameter to
4901 perform_all_tests.
4902
34d16ea2
SM
49032017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4904
4905 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4906 Test with nested loops.
4907
9521ecda
SM
49082017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4909
4910 * gdb.base/commands.exp: Call the new procedures.
4911 (loop_break_test, loop_continue_test): New procedures.
4912
80a65e9b
SM
49132017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4914
4915 * gdb.base/commands.exp: Call new procedure.
4916 (define_if_without_arg_test): New procedure.
4917
e439fa14
PA
49182017-09-04 Pedro Alves <palves@redhat.com>
4919
4920 * gdb.base/list-ambiguous.exp: New file.
4921 * gdb.base/list-ambiguous0.c: New file.
4922 * gdb.base/list-ambiguous1.c: New file.
4923 * gdb.base/list.exp (test_list_range): Adjust expected output.
4924
0a2dde4a
SDJ
49252017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4926
4927 * gdb.base/share-env-with-gdbserver.c: New file.
4928 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4929
5e89eb3a
SM
49302017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4931
4932 * gdb.base/commands.exp (gdbvar_simple_if_test,
4933 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4934 progvar_simple_if_test, progvar_simple_while_test,
4935 progvar_complex_if_while_test, user_defined_command_test,
4936 user_defined_command_args_eval,
4937 user_defined_command_args_stack_test,
4938 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4939 temporary_breakpoint_commands,
4940 gdb_test_no_prompt, redefine_hook_test,
4941 redefine_backtrace_test): Remove "global gdb_prompt".
4942
fd437cbc
SM
49432017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4944
4945 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4946 New proc, call it from toplevel.
4947
87215ad1
SDJ
49482017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4949
4950 PR remote/21852
4951 * gdb.server/normal.c: New file, copied from gdb.base.
4952 * gdb.server/run-without-local-binary.exp: New file.
4953
58afddc6
WP
49542017-08-07 Weimin Pan <weimin.pan@oracle.com>
4955
4956 * gdb.arch/sparc64-adi.exp: New file.
4957 * gdb.arch/sparc64-adi.c: New file.
4958
5277199a
PA
49592017-08-22 Pedro Alves <palves@redhat.com>
4960
4961 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4962 (top level): Add "list all overloads" tests.
4963
14278e1f
TT
49642017-08-22 Tom Tromey <tom@tromey.com>
4965
4966 * gdb.gdb/xfullpath.exp: Remove.
4967
bf223d3e
PA
49682017-08-21 Pedro Alves <palves@redhat.com>
4969
4970 PR gdb/19487
4971 * gdb.base/symbol-alias.c: New.
4972 * gdb.base/symbol-alias2.c: New.
4973 * gdb.base/symbol-alias.exp: New.
4974
c973d0aa
PA
49752017-08-21 Pedro Alves <palves@redhat.com>
4976
4977 * gdb.base/dfp-test.c
4978 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4979 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4980 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4981 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4982 * gdb.base/whatis-ptype-typedefs.c: New.
4983 * gdb.base/whatis-ptype-typedefs.exp: New.
4984 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4985 (an_int, an_int_type, an_int_type2): New globals.
4986 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4987 involving typedefs and cast expressions.
4988 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4989 (lookup_typedefs_function): New.
4990 (typedefs_pretty_printers_dict): New.
4991 (top level): Register lookup_typedefs_function in
4992 gdb.pretty_printers.
4993
6d580b63
YQ
49942017-08-18 Yao Qi <yao.qi@linaro.org>
4995
4996 * gdb.server/unittest.exp: New.
4997
206726fb
SDJ
49982017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4999
5000 PR gdb/21954
5001 * gdb.base/environ.exp: Add test to check if 'unset environment'
5002 works.
5003
bf0ec4c2
AA
50042017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5005
5006 * lib/gdb.exp (universal_compile_options): New caching proc.
5007 (gdb_compile): Suppress GCC's coloring of messages.
5008
d6382fff
TT
50092017-08-14 Tom Tromey <tom@tromey.com>
5010
5011 PR gdb/21675:
5012 * gdb.base/printcmds.exp (test_radices): New function.
5013 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5014 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5015 * lib/gdb.exp (get_integer_valueof): Use p/d.
5016
c2c2dd9f
SM
50172017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5018
5019 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5020 characters.
5021
fdffd6f4
TT
50222017-08-05 Tom Tromey <tom@tromey.com>
5023
5024 * gdb.rust/simple.exp: Allow String to appear in a different
5025 namespace.
5026
27d41eac
YQ
50272017-07-26 Yao Qi <yao.qi@linaro.org>
5028
5029 * gdb.gdb/unittest.exp: Invoke command
5030 "maintenance check xml-descriptions".
5031
031ed05d
AA
50322017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5033
5034 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5035 calling context.
5036 (hex128): Drop erroneous calculation of parameters.
5037
dcd27ddf
SM
50382017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5039
5040 * gdb.python/py-unwind.exp: Disable stack protection when
5041 building test file.
5042
47e77640
PA
50432017-07-20 Pedro Alves <palves@redhat.com>
5044
5045 * gdb.base/default.exp (set language): Adjust expected output.
5046
62d2a18a
PA
50472017-07-20 Pedro Alves <palves@redhat.com>
5048
5049 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5050 (test_minsym): ... this, and make static.
5051 (get_pck__foo__bar__minsym): Rename to ...
5052 (get_test_minsym): ... this.
5053 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5054 symbol names and comments.
5055 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5056 (get_test_minsym): ... this.
5057 (pck__foo__bar__minsym__2): Rename to ...
5058 (test_minsym): ... this.
5059 (main): Adjust.
5060
c45ec17c
PA
50612017-07-17 Pedro Alves <palves@redhat.com>
5062
5063 * gdb.base/completion.exp: Adjust expected output.
5064 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5065 the completer works.
5066
c6756f62
PA
50672017-07-17 Pedro Alves <palves@redhat.com>
5068
5069 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5070
5bd68487
AB
50712017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5072
5073 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5074
8880f2a9
TT
50752017-07-14 Tom Tromey <tom@tromey.com>
5076
5077 PR rust/21764:
5078 * gdb.rust/simple.exp: Add tests.
5079
65547233
TT
50802017-07-14 Tom Tromey <tom@tromey.com>
5081
5082 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5083
8f14146e
PA
50842017-07-14 Pedro Alves <palves@redhat.com>
5085
5086 * gdb.linespec/base/one/thefile.cc (z1): New function.
5087 * gdb.linespec/base/two/thefile.cc (z2): New function.
5088 * gdb.linespec/linespec.exp: Add tests.
5089
b4365d02
AB
50902017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5091
5092 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5093 to mi_create_breakpoint.
5094
5d2cbaa5
AB
50952017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5096
5097 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5098 mi_create_breakpoint.
5099
11cb5716
IB
51002017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5101
5102 * gdb.dlang/demangle.exp: Update for demangling changes.
5103
03278692
TT
51042017-07-09 Tom Tromey <tom@tromey.com>
5105
5106 * gdb.dwarf2/shortpiece.exp: New file.
5107
33c5cd75
DB
51082017-07-06 David Blaikie <dblaikie@gmail.com>
5109
5110 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5111 built from fissiont-multi-cu{1,2}.c.
5112 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5113 except putting 'main' and 'func' in separate CUs in the same DWO file.
5114 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5115 test.
5116 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5117 test.
5118
8455d262
PA
51192017-07-06 Pedro Alves <palves@redhat.com>
5120
5121 * gdb.python/py-unwind.exp: Test flushregs.
5122
dc4bde35
SDJ
51232017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5124
5125 PR cli/21688
5126 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5127 tests for alias commands and trailing whitespace.
5128
51ed89aa
SDJ
51292017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5130
5131 PR cli/21688
5132 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5133 procedure. Call it.
5134
eb17d413
PA
51352017-06-29 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.base/printcmds.exp: Add tests.
5138
41664b45
DG
51392017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5140
5141 PR gdb/21337
5142 * gdb.base/reread-readsym.exp: New file.
5143 * gdb.base/reread-readsym.c: New file.
5144
75312ae3
KB
51452017-06-21 Kevin Buettner <kevinb@redhat.com>
5146
5147 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5148 subpattern.
5149
66953522
PB
51502017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5151
5152 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5153 extended mnemonic.
5154 * gdb.arch/powerpc-power9.s: Likewise.
5155
5524b525
AA
51562017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5157
5158 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5159 on 32-bit x86 targets. Exploit is_*_target macros where
5160 appropriate.
5161
03c8af18
AA
51622017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5163
5164 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5165 register pieces.
5166
3bf31011
AA
51672017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5168
5169 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5170 located in one or more DWARF pieces.
5171
805acca0
AA
51722017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5173
5174 * lib/gdb.exp (get_endianness): New proc.
5175 * gdb.arch/aarch64-fp.exp: Use it.
5176 * gdb.arch/altivec-regs.exp: Likewise.
5177 * gdb.arch/e500-regs.exp: Likewise.
5178 * gdb.arch/vsx-regs.exp: Likewise.
5179 * gdb.base/dump.exp: Likewise.
5180 * gdb.base/funcargs.exp: Likewise.
5181 * gdb.base/gnu_vector.exp: Likewise.
5182 * gdb.dwarf2/formdata16.exp: Likewise.
5183 * gdb.dwarf2/implptrpiece.exp: Likewise.
5184 * gdb.dwarf2/nonvar-access.exp: Likewise.
5185 * gdb.python/py-inferior.exp: Likewise.
5186 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5187
e9352324
AA
51882017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5189
5190 PR gdb/21226
5191 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5192 stack value pieces are taken from the LSB end.
5193
d5d1163e
AA
51942017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5195
5196 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5197 variable at nonzero offset.
5198
0567c986
AA
51992017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5200
5201 * gdb.dwarf2/var-access.c: New file.
5202 * gdb.dwarf2/var-access.exp: New test.
5203 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5204
973e9aab
TT
52052017-06-12 Tom Tromey <tom@tromey.com>
5206
5207 * gdb.dwarf2/formdata16.exp: Add tests.
5208
d9109c80
TT
52092017-06-12 Tom Tromey <tom@tromey.com>
5210
5211 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5212
30a25466
TT
52132017-06-12 Tom Tromey <tom@tromey.com>
5214
5215 PR exp/16225:
5216 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5217 * gdb.arch/vsx-regs.exp: Update tests.
5218 * gdb.arch/s390-vregs.exp (hex128): New proc.
5219 Update test.
5220 * gdb.arch/altivec-regs.exp: Update tests.
5221
aefd8b33
SDJ
52222017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5223
5224 * gdb.base/startup-with-shell.c: New file.
5225 * gdb.base/startup-with-shell.exp: Likewise.
5226
2090129c
SDJ
52272017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5228
5229 * gdb.server/non-existing-program.exp: Update regex in order to
5230 reflect the fact that gdbserver is now using fork_inferior (with a
5231 shell) to startup the inferior.
5232
8e86a419
SM
52332017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5234
5235 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5236 support function calls from GDB.
5237
e6cf65f2
TT
52382017-05-21 Tom Tromey <tom@tromey.com>
5239
5240 PR rust/21466:
5241 * gdb.rust/unsized.exp: New file.
5242 * gdb.rust/unsized.rs: New file.
5243
43cc5389
TT
52442017-05-19 Tom Tromey <tom@tromey.com>
5245
5246 PR rust/21484:
5247 * gdb.rust/watch.exp: New file.
5248 * gdb.rust/watch.rs: New file.
5249
ec8df234
TT
52502017-05-18 Tom Tromey <tom@tromey.com>
5251
5252 * gdb.rust/simple.exp: Allow Box to be qualified.
5253
3e3e7fae
TP
52542017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5255
5256 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5257
59cc050d
PA
52582017-05-18 Pedro Alves <palves@redhat.com>
5259
5260 * gdb.base/fileio.c (test_write, test_read, test_close)
5261 (test_fstat): Don't print 'ret' in the fail path.
5262
c8f6abd1
PA
52632017-05-18 Pedro Alves <palves@redhat.com>
5264
5265 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5266 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5267 (test_system, test_rename, test_unlink, test_time): Change
5268 prototypes.
5269 * gdb.base/fileio.exp (stop_msg): Adjust.
5270
d2a03b77
PA
52712017-05-18 Pedro Alves <palves@redhat.com>
5272
5273 * gdb.base/fileio.c (null_str): New global.
5274 (test_stat): Use it.
5275 * gdb.base/fileio.exp: Remove nowarnings.
5276
0d5c6999
YQ
52772017-05-17 Yao Qi <yao.qi@linaro.org>
5278
5279 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5280
21873064
YQ
52812017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5282
5283 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5284 argument command.
5285 (top-level): Invoke test_set_inferior_tty.
5286
d512d31c
PA
52872017-05-04 Pedro Alves <palves@redhat.com>
5288
5289 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5290 Add parens to print call for Python 3.
5291
90cef2ed
KS
52922017-05-03 Keith Seitz <keiths@redhat.com>
5293
5294 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5295 (main): Call it.
5296
14f819c8
TW
52972017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5298
5299 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5300 to prev and next.
5301
913aeadd
TW
53022017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5303
5304 * gdb.python/py-record-btrace.exp: Remove test for
5305 gdb.BtraceInstruction.error.
5306
a3be24ad
TW
53072017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5308
5309 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5310
ae20e79a
TW
53112017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5312
5313 * gdb.python/py-record-btrace-threads.c: New file.
5314 * gdb.python/py-record-btrace-threads.exp: New file.
5315
45ce1b47
SDJ
53162017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5317
5318 PR testsuite/8595
5319 * gdb.base/environ.exp: Make test available in all architectures.
5320 Move bits related to "info program" testing to
5321 gdb.base/info-program.exp. Rewrite tests to use the two new
5322 procedures mentione below.
5323 (test_set_show_env_var) New procedure.
5324 (test_set_show_env_var_equal): Likewise.
5325 * gdb.base/info-program.exp: New file.
5326
e15c3eb4
KS
53272017-04-27 Keith Seitz <keiths@redhat.com>
5328
5329 * gdb.cp/oranking.cc (test15): New function.
5330 (main): Call test15 and declare additional variables for testing.
5331 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5332 "p foo101('abc')" tests.
5333 Add tests for cv qualifier overloads.
5334 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5335 "lvalue reference overload" test.
5336 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5337 "print value of f1 on Child&& in f2" test.
5338
3a3fd0fd
PA
53392017-04-19 Pedro Alves <palves@redhat.com>
5340
5341 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5342 procedure.
5343 (top level): Call it.
5344 * lib/gdb.exp (gdb_define_cmd): New procedure.
5345
53375380
PA
53462017-04-12 Pedro Alves <palves@redhat.com>
5347
5348 PR gdb/21323
5349 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5350 (wchar): New global.
5351 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5352 (do_test_wide_char, wide_char_types_no_program, top level): Add
5353 wchar_t testing.
5354
53e710ac
PA
53552017-04-12 Pedro Alves <palves@redhat.com>
5356
5357 PR c++/21323
5358 * gdb.cp/wide_char_types.c: New file.
5359 * gdb.cp/wide_char_types.exp: New file.
5360
0ad9d8c7
SDJ
53612017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5362
5363 PR gdb/21352
5364 * gdb.trace/tsv.exp: Add test for "tsave -r".
5365
b1b45502
IB
53662017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5367
5368 * gdb.dlang/watch-loc.c: New file.
5369 * gdb.dlang/watch-loc.exp: New file.
5370
ec13808e
JK
53712017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5372
5373 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5374
fe5f7374
AK
53752017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5376
5377 * gdb.arch/arc-analyze-prologue.S: New file.
5378 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5379
eea78757
AK
53802017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5381
5382 * gdb.arch/arc-decode-insn.S: New file.
5383 * gdb.arch/arc-decode-insn.exp: Likewise.
5384
5badf10a
IR
53852017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5386
5387 PR tdep/20928
5388 * gdb.arch/sparc64-regs.exp: New file.
5389 * gdb.arch/sparc64-regs.S: Likewise.
5390
cee59b3f
TW
53912017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5392
5393 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5394 and memory view on Python 3.
5395
c0f55cc6
AV
53962017-03-20 Artemiy Volkov <artemiyv@acm.org>
5397 Keith Seitz <keiths@redhat.com>
5398
5399 PR gdb/14441
5400 * gdb.cp/demangle.exp: Add rvalue reference tests.
5401 * gdb.cp/rvalue-ref-casts.cc: New file.
5402 * gdb.cp/rvalue-ref-casts.exp: New file.
5403 * gdb.cp/rvalue-ref-overload.cc: New file.
5404 * gdb.cp/rvalue-ref-overload.exp: New file.
5405 * gdb.cp/rvalue-ref-params.cc: New file.
5406 * gdb.cp/rvalue-ref-params.exp: New file.
5407 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5408 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5409 * gdb.cp/rvalue-ref-types.cc: New file.
5410 * gdb.cp/rvalue-ref-types.exp: New file.
5411 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5412 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5413
51457a05
MAL
54142017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5415
5416 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5417 New procedure.
5418
5b291c04
MAL
54192017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5420
5421 * lib/mi-support.exp (mi_gdb_test): Add additional message
5422 for unexpected output.
5423
59a56148
AA
54242017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5425
5426 * gdb.base/examine-backward.c (Barrier): New character array
5427 constant, to ensure that TestStrings is preceded by a string
5428 terminator.
5429
7942e96e
AA
54302017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5431
5432 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5433 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5434 and implicit pointer into such a location.
5435
6ebac3fb
DE
54362017-03-16 Doug Evans <dje@google.com>
5437
5438 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5439
ec3b243d
TP
54402017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5441
5442 * gdb.cp/m-static.exp: Fix expectation for prototype of
5443 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5444
54452017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5446
5447 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5448 * gdb.guile/scm-lazy-string.c: New file.
5449 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5450 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5451 for pointer, array, typedef lazy strings.
5452
2cc36e25 54532017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5454
5455 PR python/17728, python/18439, python/18779
5456 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5457 * gdb.python/py-lazy-string.c (pointer): New typedef.
5458 (main): New locals ptr, array, typedef_ptr.
5459 * gdb.python/py-value.exp: Move lazy string tests to ...
5460 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5461 array, typedef lazy strings.
ec3b243d 5462
0efcde63
AK
54632017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5464
5465 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5466 Add optional 'test' parameter.
5467
7978d7c3
SM
54682017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5469
5470 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5471 Skip for versions of DejaGnu < 1.5.
5472
896c0c1e
SM
54732017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5474
5475 * lib/gdb.exp (dejagnu_version): New proc.
5476 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5477 Use dejagnu_version.
5478
5f4d1085
KS
54792017-03-10 Keith Seitz <keiths@redhat.com>
5480
5481 PR c++/8128
5482 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5483 type from destructor regexps.
5484 Add a branch which actually passes the test.
5485 Adjust "ptype t5i" test names.
5486
1de05205
PA
54872017-03-08 Pedro Alves <palves@redhat.com>
5488
5489 * gdb.base/step-over-exit.exp: Add explicit test message.
5490
c65d6b55
PA
54912017-03-08 Pedro Alves <palves@redhat.com>
5492
5493 PR gdb/18360
5494 * gdb.threads/interrupt-while-step-over.c: New file.
5495 * gdb.threads/interrupt-while-step-over.exp: New file.
5496
2e86a283
PA
54972017-03-08 Pedro Alves <palves@redhat.com>
5498
5499 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5500 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5501
25dcbff6
PA
55022017-03-08 Pedro Alves <palves@redhat.com>
5503
5504 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5505 PKRU as not supported as a PASS.
5506
dc9366eb
PA
55072017-03-08 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5510 prefix instead of $binfile1/$binfile2.
5511 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5512 in test message.
5513 * gdb.python/py-completion.exp: Use "load python file" as test
5514 messages instead of unstable path names.
5515
6e5d74e7
PA
55162017-03-08 Pedro Alves <palves@redhat.com>
5517 Jan Kratochvil <jan.kratochvil@redhat.com>
5518
5519 PR cli/21218
5520 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5521 New proc.
5522 (top level): Call it.
5523
9753a2f6
PA
55242017-03-08 Pedro Alves <palves@redhat.com>
5525
5526 PR tui/21216
5527 * gdb.tui/tui-nl-filtered-output.exp: New file.
5528
1a4dd9dd
PA
55292017-03-08 Pedro Alves <palves@redhat.com>
5530
5531 * gdb.base/completion.exp: Move TUI completion tests to ...
5532 * gdb.tui/completion.exp: ... this new file.
5533
7cbbff33
PA
55342017-03-08 Pedro Alves <palves@redhat.com>
5535
5536 * gdb.base/tui-disasm-long-lines.c,
5537 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5538 gdb.base/tui-layout.exp: Move to ...
5539 * gdb.tui/: ... this new directory.
5540
5f6fd321
PA
55412017-03-07 Pedro Alves <palves@redhat.com>
5542
5543 * gdb.base/tui-layout.c: New file.
5544 * gdb.base/tui-layout.exp: New file.
5545
44959fa8
PA
55462017-03-07 Pedro Alves <palves@redhat.com>
5547
5548 * gdb.base/tui-layout.c: Rename to ...
5549 * gdb.base/tui-disasm-long-lines.c: ... this.
5550 * gdb.base/tui-layout.exp: Rename to ...
5551 * gdb.base/tui-disasm-long-lines.exp: ... this.
5552
f8c4e718
PA
55532017-03-07 Pedro Alves <palves@redhat.com>
5554
5555 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5556
6dbb839a 55572017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
5558
5559 * i386-mpx-call.c: New file.
5560 * i386-mpx-call.exp: New file.
5561
65b48a81
PB
55622017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5563
5564 * gdb.arch/powerpc-power.exp: Delete test.
5565 * gdb.arch/powerpc-power.s: Likewise.
5566 * gdb.disasm/disassembler-options.exp: New test.
5567 * gdb.arch/powerpc-altivec.exp: Likewise.
5568 * gdb.arch/powerpc-altivec.s: Likewise.
5569 * gdb.arch/powerpc-altivec2.exp: Likewise.
5570 * gdb.arch/powerpc-altivec2.s: Likewise.
5571 * gdb.arch/powerpc-altivec3.exp: Likewise.
5572 * gdb.arch/powerpc-altivec3.s: Likewise.
5573 * gdb.arch/powerpc-power7.exp: Likewise.
5574 * gdb.arch/powerpc-power7.s: Likewise.
5575 * gdb.arch/powerpc-power8.exp: Likewise.
5576 * gdb.arch/powerpc-power8.s: Likewise.
5577 * gdb.arch/powerpc-power9.exp: Likewise.
5578 * gdb.arch/powerpc-power9.s: Likewise.
5579 * gdb.arch/powerpc-vsx.exp: Likewise.
5580 * gdb.arch/powerpc-vsx.s: Likewise.
5581 * gdb.arch/powerpc-vsx2.exp: Likewise.
5582 * gdb.arch/powerpc-vsx2.s: Likewise.
5583 * gdb.arch/powerpc-vsx3.exp: Likewise.
5584 * gdb.arch/powerpc-vsx3.s: Likewise.
5585 * gdb.arch/arm-disassembler-options.exp: Likewise.
5586 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5587 * gdb.arch/s390-disassembler-options.exp: Likewise.
5588
17cd4947
LM
55892017-02-23 Luis Machado <lgustavo@codesourcery.com>
5590
5591 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5592 (check_supported_features): ... this. Changed return type to void.
5593 (supports_rdseed): New static global.
5594 (rdseed): Check supports_rdseed.
5595 (initialize): Call check_supported_features.
5596
2039d74e
EBM
55972017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5598
5599 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5600 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5601 and lqarx/stqcx.
5602 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5603 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5604
a51d7ecf
EBM
56052017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5606
5607 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5608 uppercase.
5609
0224619f
JK
56102017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5611
5612 * gdb.dwarf2/formdata16.c: New file.
5613 * gdb.dwarf2/formdata16.exp: New file.
5614 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5615
216f72a1
JK
56162017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5617
5618 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5619 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5620 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5621 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5622 DW_AT_GNU_*.
5623
43988095
JK
56242017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5625
5626 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5627
99e8a4f9
SDJ
56282017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5629
5630 PR gdb/21164
5631 * gdb.base/maint.exp: Add testcases for when the commands do
5632 not have arguments.
5633
b58a8c0c
TP
56342017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5635
5636 * gdb.cp/chained-calls.exp: Use p instead of P.
5637
4e746bb6
TW
56382017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5639
5640 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5641 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5642
3f77c769
TT
56432017-02-14 Tom Tromey <tom@tromey.com>
5644
5645 PR python/13598:
5646 * gdb.python/py-events.exp: Add before_prompt event tests.
5647
075beec0
AA
56482017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5649
5650 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5651
bf5f525c
LM
56522017-02-13 Luis Machado <lgustavo@codesourcery.com>
5653
5654 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5655 (main): Call my_unique_function_name.
5656 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5657 completion of patterns with a single match.
5658 Add missing -re switches to gdb_test_multiple calls.
5659
13a66184
LM
56602017-02-13 Luis Machado <lgustavo@codesourcery.com>
5661
5662 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5663 return if core file is not recognized.
5664
26a06916
SM
56652017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5666
5667 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5668 and extra UIs.
5669
b761ca9e
SM
56702017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5671
5672 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5673 proc_with_prefix.
5674
b964bee0
TT
56752017-02-10 Tom Tromey <tom@tromey.com>
5676
5677 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5678
18da0c51
MG
56792017-02-10 Martin Galvan <martingalvan@sourceware.org>
5680
5681 PR gdb/21122
5682 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5683
604c4576
JG
56842017-02-08 Jerome Guitton <guitton@adacore.com>
5685
5686 * gdb.base/define.exp: Add test for command abbreviations
5687 in define.
5688
20b477a7
LM
56892017-02-06 Luis Machado <lgustavo@codesourcery.com>
5690
5691 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5692 * gdb.reverse/insn-reverse-x86.c: New file.
5693
3f7b46f2
IR
56942017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5695
5696 PR tdep/20936
5697 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5698
f0fd41c1
TT
56992017-02-03 Tom Tromey <tom@tromey.com>
5700
5701 PR rust/21097:
5702 * gdb.rust/simple.exp: Add new tests.
5703
5be5dbf0
PA
57042017-02-02 Pedro Alves <palves@redhat.com>
5705
5706 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5707 tests.
5708
7346ef59
AA
57092017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5710
5711 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5712 taking a 2-byte value out of a 4-byte DWARF implicit value on
5713 big-endian targets.
5714 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5715 logic. Add test cases for DW_OP_implicit.
5716
787f0025
MM
57172017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5718
5719 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5720
68777c29
MM
57212017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5722
5723 * gdb.btrace/enable.exp: Call gdb_exit before
5724 skip_gdbserver_tests.
5725
0a1c7e28
MM
57262017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5727
5728 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5729 GDBFLAGS.
5730
b5ac99b0
MM
57312017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5732
5733 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5734 the test is skipped.
5735 * gdb.btrace/data.exp: Likewise.
5736 * gdb.btrace/delta.exp: Likewise.
5737 * gdb.btrace/dlopen.exp: Likewise.
5738 * gdb.btrace/enable-running.exp: Likewise.
5739 * gdb.btrace/enable.exp: Likewise.
5740 * gdb.btrace/exception.exp: Likewise.
5741 * gdb.btrace/function_call_history.exp: Likewise.
5742 * gdb.btrace/gcore.exp: Likewise.
5743 * gdb.btrace/instruction_history.exp: Likewise.
5744 * gdb.btrace/multi-thread-step.exp: Likewise.
5745 * gdb.btrace/nohist.exp: Likewise.
5746 * gdb.btrace/non-stop.exp: Likewise.
5747 * gdb.btrace/reconnect.exp: Likewise.
5748 * gdb.btrace/record_goto-step.exp: Likewise.
5749 * gdb.btrace/record_goto.exp: Likewise.
5750 * gdb.btrace/rn-dl-bind.exp: Likewise.
5751 * gdb.btrace/segv.exp: Likewise.
5752 * gdb.btrace/step.exp: Likewise.
5753 * gdb.btrace/stepi.exp: Likewise.
5754 * gdb.btrace/tailcall-only.exp: Likewise.
5755 * gdb.btrace/tailcall.exp: Likewise.
5756 * gdb.btrace/tsx.exp: Likewise.
5757 * gdb.btrace/unknown_functions.exp: Likewise.
5758 * gdb.btrace/vdso.exp: Likewise.
5759
cd4007e4
MM
57602017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5761
5762 * gdb.btrace/enable-running.c: New.
5763 * gdb.btrace/enable-running.exp: New.
5764
2735833d
WT
57652017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5766
5767 * gdb.arch/amd64-gs_base.c: New file.
5768 * gdb.arch/amd64-gs_base.exp: New file.
5769
b51e1e94
LM
57702017-01-26 Luis Machado <lgustavo@codesourcery.com>
5771
5772 * lib/memory.exp: Remove spurious empty newlines.
5773
72ca0410
SM
57742017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5775
5776 * gdb.python/py-bad-printers.exp: Load python file using "source".
5777 * gdb.python/py-events.exp: Likewise.
5778 * gdb.python/py-evsignal.exp: Likewise.
5779 * gdb.python/py-evthreads.exp: Likewise.
5780 * gdb.python/py-frame-args.exp: Likewise.
5781 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5782 * gdb.python/py-framefilter-mi.exp: Likewise.
5783 * gdb.python/py-framefilter.exp: Likewise.
5784 * gdb.python/py-mi.exp: Likewise.
5785 * gdb.python/py-pp-maint.exp: Likewise.
5786 * gdb.python/py-pp-registration.exp: Likewise.
5787 * gdb.python/py-prettyprint.exp: Likewise.
5788 (run_lang_tests): Likewise.
5789 * gdb.python/py-typeprint.exp: Likewise.
5790
e309aa65
LM
57912017-01-26 Luis Machado <lgustavo@codesourcery.com>
5792
5793 * lib/memory.exp: New file.
5794 * lib/gdb.exp: Load memory.exp.
5795 * gdb.base/memattr.exp (delete_memory): Move proc to
5796 lib/memory.exp and rename to delete_memory_regions.
5797 Replace delete_memory with delete_memory_regions.
5798 Cleanup memory regions before tests.
5799 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5800 before tests.
5801
515aff23
LM
58022017-01-26 Luis Machado <lgustavo@codesourcery.com>
5803
5804 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5805 files.
5806 (initialize): New function conditionally defined.
5807 (testcases): Move within conditional block.
5808 (main): Call initialize.
5809 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5810 of gdb.reverse/insn-reverse.c.
5811 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5812 gdb.reverse/insn-reverse.c.
5813
d8b49cf0
YQ
58142017-01-26 Yao Qi <yao.qi@linaro.org>
5815
5816 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5817 disassemble on address 0.
5818
f13a9a0c
YQ
58192017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5820 Yao Qi <yao.qi@linaro.org>
5821
5822 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5823 * gdb.dwarf2/implptr-64bit.S: Remove.
5824 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5825 variables in caller's context. Add DW_OP_implicit_value.
5826
5ac95241
YQ
58272017-01-25 Yao Qi <yao.qi@linaro.org>
5828
5829 * lib/dwarf.exp (Dwarf::_location): Handle
5830 DW_OP_GNU_implicit_pointer with proper size.
5831
23e82930
LM
58322017-01-20 Luis Machado <lgustavo@codesourcery.com>
5833
5834 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5835 and add untested calls.
5836
d334ae25
LM
58372017-01-20 Luis Machado <lgustavo@codesourcery.com>
5838
5839 * gdb.python/python.exp: Check line number against what GDB thinks
5840 the line number is for func1.
5841
f5e6296e
IB
58422017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5843
5844 * gdb.dlang/debug-expr.exp: New file.
5845
5b362f04
LM
58462016-12-23 Luis Machado <lgustavo@codesourcery.com>
5847
5848 Fix test names for the following files:
5849
5850 * gdb.ada/exec_changed.exp
5851 * gdb.ada/info_types.exp
5852 * gdb.arch/aarch64-atomic-inst.exp
5853 * gdb.arch/aarch64-fp.exp
5854 * gdb.arch/altivec-abi.exp
5855 * gdb.arch/altivec-regs.exp
5856 * gdb.arch/amd64-byte.exp
5857 * gdb.arch/amd64-disp-step.exp
5858 * gdb.arch/amd64-dword.exp
5859 * gdb.arch/amd64-entry-value-inline.exp
5860 * gdb.arch/amd64-entry-value-param.exp
5861 * gdb.arch/amd64-entry-value-paramref.exp
5862 * gdb.arch/amd64-entry-value.exp
5863 * gdb.arch/amd64-i386-address.exp
5864 * gdb.arch/amd64-invalid-stack-middle.exp
5865 * gdb.arch/amd64-invalid-stack-top.exp
5866 * gdb.arch/amd64-optimout-repeat.exp
5867 * gdb.arch/amd64-prologue-skip.exp
5868 * gdb.arch/amd64-prologue-xmm.exp
5869 * gdb.arch/amd64-stap-special-operands.exp
5870 * gdb.arch/amd64-stap-wrong-subexp.exp
5871 * gdb.arch/amd64-tailcall-cxx.exp
5872 * gdb.arch/amd64-tailcall-noret.exp
5873 * gdb.arch/amd64-tailcall-ret.exp
5874 * gdb.arch/amd64-tailcall-self.exp
5875 * gdb.arch/amd64-word.exp
5876 * gdb.arch/arm-bl-branch-dest.exp
5877 * gdb.arch/arm-disp-step.exp
5878 * gdb.arch/arm-neon.exp
5879 * gdb.arch/arm-single-step-kernel-helper.exp
5880 * gdb.arch/avr-flash-qualifier.exp
5881 * gdb.arch/disp-step-insn-reloc.exp
5882 * gdb.arch/e500-abi.exp
5883 * gdb.arch/e500-regs.exp
5884 * gdb.arch/ftrace-insn-reloc.exp
5885 * gdb.arch/i386-avx512.exp
5886 * gdb.arch/i386-bp_permanent.exp
5887 * gdb.arch/i386-byte.exp
5888 * gdb.arch/i386-cfi-notcurrent.exp
5889 * gdb.arch/i386-disp-step.exp
5890 * gdb.arch/i386-dr3-watch.exp
5891 * gdb.arch/i386-float.exp
5892 * gdb.arch/i386-gnu-cfi.exp
5893 * gdb.arch/i386-mpx-map.exp
5894 * gdb.arch/i386-mpx-sigsegv.exp
5895 * gdb.arch/i386-mpx-simple_segv.exp
5896 * gdb.arch/i386-mpx.exp
5897 * gdb.arch/i386-permbkpt.exp
5898 * gdb.arch/i386-prologue.exp
5899 * gdb.arch/i386-signal.exp
5900 * gdb.arch/i386-size-overlap.exp
5901 * gdb.arch/i386-unwind.exp
5902 * gdb.arch/i386-word.exp
5903 * gdb.arch/mips-fcr.exp
5904 * gdb.arch/powerpc-d128-regs.exp
5905 * gdb.arch/powerpc-stackless.exp
5906 * gdb.arch/ppc64-atomic-inst.exp
5907 * gdb.arch/s390-stackless.exp
5908 * gdb.arch/s390-tdbregs.exp
5909 * gdb.arch/s390-vregs.exp
5910 * gdb.arch/sparc-sysstep.exp
5911 * gdb.arch/thumb-bx-pc.exp
5912 * gdb.arch/thumb-singlestep.exp
5913 * gdb.arch/thumb2-it.exp
5914 * gdb.arch/vsx-regs.exp
5915 * gdb.asm/asm-source.exp
5916 * gdb.base/a2-run.exp
5917 * gdb.base/advance.exp
5918 * gdb.base/all-bin.exp
5919 * gdb.base/anon.exp
5920 * gdb.base/args.exp
5921 * gdb.base/arithmet.exp
5922 * gdb.base/async-shell.exp
5923 * gdb.base/async.exp
5924 * gdb.base/attach-pie-noexec.exp
5925 * gdb.base/attach-twice.exp
5926 * gdb.base/auto-load.exp
5927 * gdb.base/bang.exp
5928 * gdb.base/bitfields.exp
5929 * gdb.base/break-always.exp
5930 * gdb.base/break-caller-line.exp
5931 * gdb.base/break-entry.exp
5932 * gdb.base/break-inline.exp
5933 * gdb.base/break-on-linker-gcd-function.exp
5934 * gdb.base/break-probes.exp
5935 * gdb.base/break.exp
5936 * gdb.base/breakpoint-shadow.exp
5937 * gdb.base/call-ar-st.exp
5938 * gdb.base/call-sc.exp
5939 * gdb.base/call-signal-resume.exp
5940 * gdb.base/call-strs.exp
5941 * gdb.base/callfuncs.exp
5942 * gdb.base/catch-fork-static.exp
5943 * gdb.base/catch-gdb-caused-signals.exp
5944 * gdb.base/catch-load.exp
5945 * gdb.base/catch-signal-fork.exp
5946 * gdb.base/catch-signal.exp
5947 * gdb.base/catch-syscall.exp
5948 * gdb.base/charset.exp
5949 * gdb.base/checkpoint.exp
5950 * gdb.base/chng-syms.exp
5951 * gdb.base/code-expr.exp
5952 * gdb.base/code_elim.exp
5953 * gdb.base/commands.exp
5954 * gdb.base/completion.exp
5955 * gdb.base/complex.exp
5956 * gdb.base/cond-expr.exp
5957 * gdb.base/condbreak.exp
5958 * gdb.base/consecutive.exp
5959 * gdb.base/continue-all-already-running.exp
5960 * gdb.base/coredump-filter.exp
5961 * gdb.base/corefile.exp
5962 * gdb.base/dbx.exp
5963 * gdb.base/debug-expr.exp
5964 * gdb.base/define.exp
5965 * gdb.base/del.exp
5966 * gdb.base/disabled-location.exp
5967 * gdb.base/disasm-end-cu.exp
5968 * gdb.base/disasm-optim.exp
5969 * gdb.base/display.exp
5970 * gdb.base/duplicate-bp.exp
5971 * gdb.base/ena-dis-br.exp
5972 * gdb.base/ending-run.exp
5973 * gdb.base/enumval.exp
5974 * gdb.base/environ.exp
5975 * gdb.base/eu-strip-infcall.exp
5976 * gdb.base/eval-avoid-side-effects.exp
5977 * gdb.base/eval-skip.exp
5978 * gdb.base/exitsignal.exp
5979 * gdb.base/expand-psymtabs.exp
5980 * gdb.base/filesym.exp
5981 * gdb.base/find-unmapped.exp
5982 * gdb.base/finish.exp
5983 * gdb.base/float.exp
5984 * gdb.base/foll-exec-mode.exp
5985 * gdb.base/foll-exec.exp
5986 * gdb.base/foll-fork.exp
5987 * gdb.base/fortran-sym-case.exp
5988 * gdb.base/freebpcmd.exp
5989 * gdb.base/func-ptr.exp
5990 * gdb.base/func-ptrs.exp
5991 * gdb.base/funcargs.exp
5992 * gdb.base/gcore-buffer-overflow.exp
5993 * gdb.base/gcore-relro-pie.exp
5994 * gdb.base/gcore-relro.exp
5995 * gdb.base/gcore.exp
5996 * gdb.base/gdb1090.exp
5997 * gdb.base/gdb11530.exp
5998 * gdb.base/gdb11531.exp
5999 * gdb.base/gdb1821.exp
6000 * gdb.base/gdbindex-stabs.exp
6001 * gdb.base/gdbvars.exp
6002 * gdb.base/hbreak.exp
6003 * gdb.base/hbreak2.exp
6004 * gdb.base/included.exp
6005 * gdb.base/infcall-input.exp
6006 * gdb.base/inferior-died.exp
6007 * gdb.base/infnan.exp
6008 * gdb.base/info-macros.exp
6009 * gdb.base/info-os.exp
6010 * gdb.base/info-proc.exp
6011 * gdb.base/info-shared.exp
6012 * gdb.base/info-target.exp
6013 * gdb.base/infoline.exp
6014 * gdb.base/interp.exp
6015 * gdb.base/interrupt.exp
6016 * gdb.base/jit-reader.exp
6017 * gdb.base/jit-simple.exp
6018 * gdb.base/kill-after-signal.exp
6019 * gdb.base/kill-detach-inferiors-cmd.exp
6020 * gdb.base/label.exp
6021 * gdb.base/langs.exp
6022 * gdb.base/ldbl_e308.exp
6023 * gdb.base/line-symtabs.exp
6024 * gdb.base/linespecs.exp
6025 * gdb.base/list.exp
6026 * gdb.base/long_long.exp
6027 * gdb.base/longest-types.exp
6028 * gdb.base/maint.exp
6029 * gdb.base/max-value-size.exp
6030 * gdb.base/memattr.exp
6031 * gdb.base/mips_pro.exp
6032 * gdb.base/morestack.exp
6033 * gdb.base/moribund-step.exp
6034 * gdb.base/multi-forks.exp
6035 * gdb.base/nested-addr.exp
6036 * gdb.base/nextoverexit.exp
6037 * gdb.base/noreturn-finish.exp
6038 * gdb.base/noreturn-return.exp
6039 * gdb.base/nostdlib.exp
6040 * gdb.base/offsets.exp
6041 * gdb.base/opaque.exp
6042 * gdb.base/pc-fp.exp
6043 * gdb.base/permissions.exp
6044 * gdb.base/print-symbol-loading.exp
6045 * gdb.base/prologue-include.exp
6046 * gdb.base/psymtab.exp
6047 * gdb.base/ptype.exp
6048 * gdb.base/random-signal.exp
6049 * gdb.base/randomize.exp
6050 * gdb.base/range-stepping.exp
6051 * gdb.base/readline-ask.exp
6052 * gdb.base/recpar.exp
6053 * gdb.base/recurse.exp
6054 * gdb.base/relational.exp
6055 * gdb.base/restore.exp
6056 * gdb.base/return-nodebug.exp
6057 * gdb.base/return.exp
6058 * gdb.base/run-after-attach.exp
6059 * gdb.base/save-bp.exp
6060 * gdb.base/scope.exp
6061 * gdb.base/sect-cmd.exp
6062 * gdb.base/set-lang-auto.exp
6063 * gdb.base/set-noassign.exp
6064 * gdb.base/setvar.exp
6065 * gdb.base/sigall.exp
6066 * gdb.base/sigbpt.exp
6067 * gdb.base/siginfo-addr.exp
6068 * gdb.base/siginfo-infcall.exp
6069 * gdb.base/siginfo-obj.exp
6070 * gdb.base/siginfo.exp
6071 * gdb.base/signals-state-child.exp
6072 * gdb.base/signest.exp
6073 * gdb.base/sigstep.exp
6074 * gdb.base/sizeof.exp
6075 * gdb.base/skip.exp
6076 * gdb.base/solib-corrupted.exp
6077 * gdb.base/solib-nodir.exp
6078 * gdb.base/solib-search.exp
6079 * gdb.base/stack-checking.exp
6080 * gdb.base/stale-infcall.exp
6081 * gdb.base/stap-probe.exp
6082 * gdb.base/start.exp
6083 * gdb.base/step-break.exp
6084 * gdb.base/step-bt.exp
6085 * gdb.base/step-line.exp
6086 * gdb.base/step-over-exit.exp
6087 * gdb.base/step-over-syscall.exp
6088 * gdb.base/step-resume-infcall.exp
6089 * gdb.base/step-test.exp
6090 * gdb.base/store.exp
6091 * gdb.base/structs3.exp
6092 * gdb.base/sym-file.exp
6093 * gdb.base/symbol-without-target_section.exp
6094 * gdb.base/term.exp
6095 * gdb.base/testenv.exp
6096 * gdb.base/ui-redirect.exp
6097 * gdb.base/until.exp
6098 * gdb.base/unwindonsignal.exp
6099 * gdb.base/value-double-free.exp
6100 * gdb.base/vla-datatypes.exp
6101 * gdb.base/vla-ptr.exp
6102 * gdb.base/vla-sideeffect.exp
6103 * gdb.base/volatile.exp
6104 * gdb.base/watch-cond-infcall.exp
6105 * gdb.base/watch-cond.exp
6106 * gdb.base/watch-non-mem.exp
6107 * gdb.base/watch-read.exp
6108 * gdb.base/watch-vfork.exp
6109 * gdb.base/watchpoint-cond-gone.exp
6110 * gdb.base/watchpoint-delete.exp
6111 * gdb.base/watchpoint-hw-hit-once.exp
6112 * gdb.base/watchpoint-hw.exp
6113 * gdb.base/watchpoint-stops-at-right-insn.exp
6114 * gdb.base/watchpoints.exp
6115 * gdb.base/wchar.exp
6116 * gdb.base/whatis-exp.exp
6117 * gdb.btrace/buffer-size.exp
6118 * gdb.btrace/data.exp
6119 * gdb.btrace/delta.exp
6120 * gdb.btrace/dlopen.exp
6121 * gdb.btrace/enable.exp
6122 * gdb.btrace/exception.exp
6123 * gdb.btrace/function_call_history.exp
6124 * gdb.btrace/gcore.exp
6125 * gdb.btrace/instruction_history.exp
6126 * gdb.btrace/nohist.exp
6127 * gdb.btrace/reconnect.exp
6128 * gdb.btrace/record_goto-step.exp
6129 * gdb.btrace/record_goto.exp
6130 * gdb.btrace/rn-dl-bind.exp
6131 * gdb.btrace/segv.exp
6132 * gdb.btrace/step.exp
6133 * gdb.btrace/stepi.exp
6134 * gdb.btrace/tailcall-only.exp
6135 * gdb.btrace/tailcall.exp
6136 * gdb.btrace/tsx.exp
6137 * gdb.btrace/unknown_functions.exp
6138 * gdb.btrace/vdso.exp
6139 * gdb.compile/compile-ifunc.exp
6140 * gdb.compile/compile-ops.exp
6141 * gdb.compile/compile-print.exp
6142 * gdb.compile/compile-setjmp.exp
6143 * gdb.cp/abstract-origin.exp
6144 * gdb.cp/ambiguous.exp
6145 * gdb.cp/annota2.exp
6146 * gdb.cp/annota3.exp
6147 * gdb.cp/anon-ns.exp
6148 * gdb.cp/anon-struct.exp
6149 * gdb.cp/anon-union.exp
6150 * gdb.cp/arg-reference.exp
6151 * gdb.cp/baseenum.exp
6152 * gdb.cp/bool.exp
6153 * gdb.cp/breakpoint.exp
6154 * gdb.cp/bs15503.exp
6155 * gdb.cp/call-c.exp
6156 * gdb.cp/casts.exp
6157 * gdb.cp/chained-calls.exp
6158 * gdb.cp/class2.exp
6159 * gdb.cp/classes.exp
6160 * gdb.cp/cmpd-minsyms.exp
6161 * gdb.cp/converts.exp
6162 * gdb.cp/cp-relocate.exp
6163 * gdb.cp/cpcompletion.exp
6164 * gdb.cp/cpexprs.exp
6165 * gdb.cp/cplabel.exp
6166 * gdb.cp/cplusfuncs.exp
6167 * gdb.cp/cpsizeof.exp
6168 * gdb.cp/ctti.exp
6169 * gdb.cp/derivation.exp
6170 * gdb.cp/destrprint.exp
6171 * gdb.cp/dispcxx.exp
6172 * gdb.cp/enum-class.exp
6173 * gdb.cp/exception.exp
6174 * gdb.cp/exceptprint.exp
6175 * gdb.cp/expand-psymtabs-cxx.exp
6176 * gdb.cp/expand-sals.exp
6177 * gdb.cp/extern-c.exp
6178 * gdb.cp/filename.exp
6179 * gdb.cp/formatted-ref.exp
6180 * gdb.cp/fpointer.exp
6181 * gdb.cp/gdb1355.exp
6182 * gdb.cp/gdb2495.exp
6183 * gdb.cp/hang.exp
6184 * gdb.cp/impl-this.exp
6185 * gdb.cp/infcall-dlopen.exp
6186 * gdb.cp/inherit.exp
6187 * gdb.cp/iostream.exp
6188 * gdb.cp/koenig.exp
6189 * gdb.cp/local.exp
6190 * gdb.cp/m-data.exp
6191 * gdb.cp/m-static.exp
6192 * gdb.cp/mb-ctor.exp
6193 * gdb.cp/mb-inline.exp
6194 * gdb.cp/mb-templates.exp
6195 * gdb.cp/member-name.exp
6196 * gdb.cp/member-ptr.exp
6197 * gdb.cp/meth-typedefs.exp
6198 * gdb.cp/method.exp
6199 * gdb.cp/method2.exp
6200 * gdb.cp/minsym-fallback.exp
6201 * gdb.cp/misc.exp
6202 * gdb.cp/namelessclass.exp
6203 * gdb.cp/namespace-enum.exp
6204 * gdb.cp/namespace-nested-import.exp
6205 * gdb.cp/namespace.exp
6206 * gdb.cp/nextoverthrow.exp
6207 * gdb.cp/no-dmgl-verbose.exp
6208 * gdb.cp/non-trivial-retval.exp
6209 * gdb.cp/noparam.exp
6210 * gdb.cp/nsdecl.exp
6211 * gdb.cp/nsimport.exp
6212 * gdb.cp/nsnested.exp
6213 * gdb.cp/nsnoimports.exp
6214 * gdb.cp/nsrecurs.exp
6215 * gdb.cp/nsstress.exp
6216 * gdb.cp/nsusing.exp
6217 * gdb.cp/operator.exp
6218 * gdb.cp/oranking.exp
6219 * gdb.cp/overload-const.exp
6220 * gdb.cp/overload.exp
6221 * gdb.cp/ovldbreak.exp
6222 * gdb.cp/ovsrch.exp
6223 * gdb.cp/paren-type.exp
6224 * gdb.cp/parse-lang.exp
6225 * gdb.cp/pass-by-ref.exp
6226 * gdb.cp/pr-1023.exp
6227 * gdb.cp/pr-1210.exp
6228 * gdb.cp/pr-574.exp
6229 * gdb.cp/pr10687.exp
6230 * gdb.cp/pr12028.exp
6231 * gdb.cp/pr17132.exp
6232 * gdb.cp/pr17494.exp
6233 * gdb.cp/pr9067.exp
6234 * gdb.cp/pr9167.exp
6235 * gdb.cp/pr9631.exp
6236 * gdb.cp/printmethod.exp
6237 * gdb.cp/psmang.exp
6238 * gdb.cp/psymtab-parameter.exp
6239 * gdb.cp/ptype-cv-cp.exp
6240 * gdb.cp/ptype-flags.exp
6241 * gdb.cp/re-set-overloaded.exp
6242 * gdb.cp/ref-types.exp
6243 * gdb.cp/rtti.exp
6244 * gdb.cp/scope-err.exp
6245 * gdb.cp/shadow.exp
6246 * gdb.cp/smartp.exp
6247 * gdb.cp/static-method.exp
6248 * gdb.cp/static-print-quit.exp
6249 * gdb.cp/temargs.exp
6250 * gdb.cp/templates.exp
6251 * gdb.cp/try_catch.exp
6252 * gdb.cp/typedef-operator.exp
6253 * gdb.cp/typeid.exp
6254 * gdb.cp/userdef.exp
6255 * gdb.cp/using-crash.exp
6256 * gdb.cp/var-tag.exp
6257 * gdb.cp/virtbase.exp
6258 * gdb.cp/virtfunc.exp
6259 * gdb.cp/virtfunc2.exp
6260 * gdb.cp/vla-cxx.exp
6261 * gdb.disasm/t01_mov.exp
6262 * gdb.disasm/t02_mova.exp
6263 * gdb.disasm/t03_add.exp
6264 * gdb.disasm/t04_sub.exp
6265 * gdb.disasm/t05_cmp.exp
6266 * gdb.disasm/t06_ari2.exp
6267 * gdb.disasm/t07_ari3.exp
6268 * gdb.disasm/t08_or.exp
6269 * gdb.disasm/t09_xor.exp
6270 * gdb.disasm/t10_and.exp
6271 * gdb.disasm/t11_logs.exp
6272 * gdb.disasm/t12_bit.exp
6273 * gdb.disasm/t13_otr.exp
6274 * gdb.dlang/circular.exp
6275 * gdb.dwarf2/arr-stride.exp
6276 * gdb.dwarf2/arr-subrange.exp
6277 * gdb.dwarf2/atomic-type.exp
6278 * gdb.dwarf2/bad-regnum.exp
6279 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6280 * gdb.dwarf2/callframecfa.exp
6281 * gdb.dwarf2/clztest.exp
6282 * gdb.dwarf2/corrupt.exp
6283 * gdb.dwarf2/data-loc.exp
6284 * gdb.dwarf2/dup-psym.exp
6285 * gdb.dwarf2/dw2-anon-mptr.exp
6286 * gdb.dwarf2/dw2-anonymous-func.exp
6287 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6288 * gdb.dwarf2/dw2-bad-unresolved.exp
6289 * gdb.dwarf2/dw2-basic.exp
6290 * gdb.dwarf2/dw2-canonicalize-type.exp
6291 * gdb.dwarf2/dw2-case-insensitive.exp
6292 * gdb.dwarf2/dw2-common-block.exp
6293 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6294 * gdb.dwarf2/dw2-compressed.exp
6295 * gdb.dwarf2/dw2-const.exp
6296 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6297 * gdb.dwarf2/dw2-cu-size.exp
6298 * gdb.dwarf2/dw2-dup-frame.exp
6299 * gdb.dwarf2/dw2-entry-value.exp
6300 * gdb.dwarf2/dw2-icycle.exp
6301 * gdb.dwarf2/dw2-ifort-parameter.exp
6302 * gdb.dwarf2/dw2-inline-break.exp
6303 * gdb.dwarf2/dw2-inline-param.exp
6304 * gdb.dwarf2/dw2-intercu.exp
6305 * gdb.dwarf2/dw2-intermix.exp
6306 * gdb.dwarf2/dw2-lexical-block-bare.exp
6307 * gdb.dwarf2/dw2-linkage-name-trust.exp
6308 * gdb.dwarf2/dw2-minsym-in-cu.exp
6309 * gdb.dwarf2/dw2-noloc.exp
6310 * gdb.dwarf2/dw2-op-call.exp
6311 * gdb.dwarf2/dw2-op-out-param.exp
6312 * gdb.dwarf2/dw2-opt-structptr.exp
6313 * gdb.dwarf2/dw2-param-error.exp
6314 * gdb.dwarf2/dw2-producer.exp
6315 * gdb.dwarf2/dw2-ranges-base.exp
6316 * gdb.dwarf2/dw2-ref-missing-frame.exp
6317 * gdb.dwarf2/dw2-reg-undefined.exp
6318 * gdb.dwarf2/dw2-regno-invalid.exp
6319 * gdb.dwarf2/dw2-restore.exp
6320 * gdb.dwarf2/dw2-restrict.exp
6321 * gdb.dwarf2/dw2-single-line-discriminators.exp
6322 * gdb.dwarf2/dw2-strp.exp
6323 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6324 * gdb.dwarf2/dw2-unresolved.exp
6325 * gdb.dwarf2/dw2-var-zero-addr.exp
6326 * gdb.dwarf2/dw4-sig-types.exp
6327 * gdb.dwarf2/dwz.exp
6328 * gdb.dwarf2/dynarr-ptr.exp
6329 * gdb.dwarf2/enum-type.exp
6330 * gdb.dwarf2/gdb-index.exp
6331 * gdb.dwarf2/implptr-64bit.exp
6332 * gdb.dwarf2/implptr-optimized-out.exp
6333 * gdb.dwarf2/implptr.exp
6334 * gdb.dwarf2/implref-array.exp
6335 * gdb.dwarf2/implref-const.exp
6336 * gdb.dwarf2/implref-global.exp
6337 * gdb.dwarf2/implref-struct.exp
6338 * gdb.dwarf2/mac-fileno.exp
6339 * gdb.dwarf2/main-subprogram.exp
6340 * gdb.dwarf2/member-ptr-forwardref.exp
6341 * gdb.dwarf2/method-ptr.exp
6342 * gdb.dwarf2/missing-sig-type.exp
6343 * gdb.dwarf2/nonvar-access.exp
6344 * gdb.dwarf2/opaque-type-lookup.exp
6345 * gdb.dwarf2/pieces-optimized-out.exp
6346 * gdb.dwarf2/pieces.exp
6347 * gdb.dwarf2/pr10770.exp
6348 * gdb.dwarf2/pr13961.exp
6349 * gdb.dwarf2/staticvirtual.exp
6350 * gdb.dwarf2/subrange.exp
6351 * gdb.dwarf2/symtab-producer.exp
6352 * gdb.dwarf2/trace-crash.exp
6353 * gdb.dwarf2/typeddwarf.exp
6354 * gdb.dwarf2/valop.exp
6355 * gdb.dwarf2/watch-notconst.exp
6356 * gdb.fortran/array-element.exp
6357 * gdb.fortran/charset.exp
6358 * gdb.fortran/common-block.exp
6359 * gdb.fortran/complex.exp
6360 * gdb.fortran/derived-type-function.exp
6361 * gdb.fortran/derived-type.exp
6362 * gdb.fortran/logical.exp
6363 * gdb.fortran/module.exp
6364 * gdb.fortran/multi-dim.exp
6365 * gdb.fortran/nested-funcs.exp
6366 * gdb.fortran/print-formatted.exp
6367 * gdb.fortran/subarray.exp
6368 * gdb.fortran/vla-alloc-assoc.exp
6369 * gdb.fortran/vla-datatypes.exp
6370 * gdb.fortran/vla-history.exp
6371 * gdb.fortran/vla-ptr-info.exp
6372 * gdb.fortran/vla-ptype-sub.exp
6373 * gdb.fortran/vla-ptype.exp
6374 * gdb.fortran/vla-sizeof.exp
6375 * gdb.fortran/vla-type.exp
6376 * gdb.fortran/vla-value-sub-arbitrary.exp
6377 * gdb.fortran/vla-value-sub-finish.exp
6378 * gdb.fortran/vla-value-sub.exp
6379 * gdb.fortran/vla-value.exp
6380 * gdb.fortran/whatis_type.exp
6381 * gdb.go/chan.exp
6382 * gdb.go/handcall.exp
6383 * gdb.go/hello.exp
6384 * gdb.go/integers.exp
6385 * gdb.go/methods.exp
6386 * gdb.go/package.exp
6387 * gdb.go/strings.exp
6388 * gdb.go/types.exp
6389 * gdb.go/unsafe.exp
6390 * gdb.guile/scm-arch.exp
6391 * gdb.guile/scm-block.exp
6392 * gdb.guile/scm-breakpoint.exp
6393 * gdb.guile/scm-cmd.exp
6394 * gdb.guile/scm-disasm.exp
6395 * gdb.guile/scm-equal.exp
6396 * gdb.guile/scm-frame-args.exp
6397 * gdb.guile/scm-frame-inline.exp
6398 * gdb.guile/scm-frame.exp
6399 * gdb.guile/scm-iterator.exp
6400 * gdb.guile/scm-math.exp
6401 * gdb.guile/scm-objfile.exp
6402 * gdb.guile/scm-ports.exp
6403 * gdb.guile/scm-symbol.exp
6404 * gdb.guile/scm-symtab.exp
6405 * gdb.guile/scm-value-cc.exp
6406 * gdb.guile/types-module.exp
6407 * gdb.linespec/break-ask.exp
6408 * gdb.linespec/cpexplicit.exp
6409 * gdb.linespec/explicit.exp
6410 * gdb.linespec/keywords.exp
6411 * gdb.linespec/linespec.exp
6412 * gdb.linespec/ls-dollar.exp
6413 * gdb.linespec/ls-errs.exp
6414 * gdb.linespec/skip-two.exp
6415 * gdb.linespec/thread.exp
6416 * gdb.mi/mi-async.exp
6417 * gdb.mi/mi-basics.exp
6418 * gdb.mi/mi-break.exp
6419 * gdb.mi/mi-catch-load.exp
6420 * gdb.mi/mi-cli.exp
6421 * gdb.mi/mi-cmd-param-changed.exp
6422 * gdb.mi/mi-console.exp
6423 * gdb.mi/mi-detach.exp
6424 * gdb.mi/mi-disassemble.exp
6425 * gdb.mi/mi-eval.exp
6426 * gdb.mi/mi-file-transfer.exp
6427 * gdb.mi/mi-file.exp
6428 * gdb.mi/mi-fill-memory.exp
6429 * gdb.mi/mi-inheritance-syntax-error.exp
6430 * gdb.mi/mi-linespec-err-cp.exp
6431 * gdb.mi/mi-logging.exp
6432 * gdb.mi/mi-memory-changed.exp
6433 * gdb.mi/mi-read-memory.exp
6434 * gdb.mi/mi-record-changed.exp
6435 * gdb.mi/mi-reg-undefined.exp
6436 * gdb.mi/mi-regs.exp
6437 * gdb.mi/mi-return.exp
6438 * gdb.mi/mi-reverse.exp
6439 * gdb.mi/mi-simplerun.exp
6440 * gdb.mi/mi-solib.exp
6441 * gdb.mi/mi-stack.exp
6442 * gdb.mi/mi-stepi.exp
6443 * gdb.mi/mi-syn-frame.exp
6444 * gdb.mi/mi-until.exp
6445 * gdb.mi/mi-var-block.exp
6446 * gdb.mi/mi-var-child.exp
6447 * gdb.mi/mi-var-cmd.exp
6448 * gdb.mi/mi-var-cp.exp
6449 * gdb.mi/mi-var-display.exp
6450 * gdb.mi/mi-var-invalidate.exp
6451 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6452 * gdb.mi/mi-vla-fortran.exp
6453 * gdb.mi/mi-watch.exp
6454 * gdb.mi/mi2-var-child.exp
6455 * gdb.mi/user-selected-context-sync.exp
6456 * gdb.modula2/unbounded-array.exp
6457 * gdb.multi/dummy-frame-restore.exp
6458 * gdb.multi/multi-arch-exec.exp
6459 * gdb.multi/multi-arch.exp
6460 * gdb.multi/tids.exp
6461 * gdb.multi/watchpoint-multi.exp
6462 * gdb.opencl/callfuncs.exp
6463 * gdb.opencl/convs_casts.exp
6464 * gdb.opencl/datatypes.exp
6465 * gdb.opencl/operators.exp
6466 * gdb.opencl/vec_comps.exp
6467 * gdb.opt/clobbered-registers-O2.exp
6468 * gdb.opt/inline-break.exp
6469 * gdb.opt/inline-bt.exp
6470 * gdb.opt/inline-cmds.exp
6471 * gdb.opt/inline-locals.exp
6472 * gdb.pascal/case-insensitive-symbols.exp
6473 * gdb.pascal/floats.exp
6474 * gdb.pascal/gdb11492.exp
6475 * gdb.python/lib-types.exp
6476 * gdb.python/py-arch.exp
6477 * gdb.python/py-as-string.exp
6478 * gdb.python/py-bad-printers.exp
6479 * gdb.python/py-block.exp
6480 * gdb.python/py-breakpoint-create-fail.exp
6481 * gdb.python/py-breakpoint.exp
6482 * gdb.python/py-caller-is.exp
6483 * gdb.python/py-cmd.exp
6484 * gdb.python/py-explore-cc.exp
6485 * gdb.python/py-explore.exp
6486 * gdb.python/py-finish-breakpoint.exp
6487 * gdb.python/py-finish-breakpoint2.exp
6488 * gdb.python/py-frame-args.exp
6489 * gdb.python/py-frame-inline.exp
6490 * gdb.python/py-frame.exp
6491 * gdb.python/py-framefilter-mi.exp
6492 * gdb.python/py-infthread.exp
6493 * gdb.python/py-lazy-string.exp
6494 * gdb.python/py-linetable.exp
6495 * gdb.python/py-mi-events.exp
6496 * gdb.python/py-mi-objfile.exp
6497 * gdb.python/py-mi.exp
6498 * gdb.python/py-objfile.exp
6499 * gdb.python/py-pp-integral.exp
6500 * gdb.python/py-pp-maint.exp
6501 * gdb.python/py-pp-re-notag.exp
6502 * gdb.python/py-pp-registration.exp
6503 * gdb.python/py-recurse-unwind.exp
6504 * gdb.python/py-strfns.exp
6505 * gdb.python/py-symbol.exp
6506 * gdb.python/py-symtab.exp
6507 * gdb.python/py-sync-interp.exp
6508 * gdb.python/py-typeprint.exp
6509 * gdb.python/py-unwind-maint.exp
6510 * gdb.python/py-unwind.exp
6511 * gdb.python/py-value-cc.exp
6512 * gdb.python/py-xmethods.exp
6513 * gdb.reverse/amd64-tailcall-reverse.exp
6514 * gdb.reverse/break-precsave.exp
6515 * gdb.reverse/break-reverse.exp
6516 * gdb.reverse/consecutive-precsave.exp
6517 * gdb.reverse/consecutive-reverse.exp
6518 * gdb.reverse/finish-precsave.exp
6519 * gdb.reverse/finish-reverse-bkpt.exp
6520 * gdb.reverse/finish-reverse.exp
6521 * gdb.reverse/fstatat-reverse.exp
6522 * gdb.reverse/getresuid-reverse.exp
6523 * gdb.reverse/i386-precsave.exp
6524 * gdb.reverse/i386-reverse.exp
6525 * gdb.reverse/i386-sse-reverse.exp
6526 * gdb.reverse/i387-env-reverse.exp
6527 * gdb.reverse/i387-stack-reverse.exp
6528 * gdb.reverse/insn-reverse.exp
6529 * gdb.reverse/machinestate-precsave.exp
6530 * gdb.reverse/machinestate.exp
6531 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6532 * gdb.reverse/pipe-reverse.exp
6533 * gdb.reverse/readv-reverse.exp
6534 * gdb.reverse/recvmsg-reverse.exp
6535 * gdb.reverse/rerun-prec.exp
6536 * gdb.reverse/s390-mvcle.exp
6537 * gdb.reverse/step-precsave.exp
6538 * gdb.reverse/step-reverse.exp
6539 * gdb.reverse/time-reverse.exp
6540 * gdb.reverse/until-precsave.exp
6541 * gdb.reverse/until-reverse.exp
6542 * gdb.reverse/waitpid-reverse.exp
6543 * gdb.reverse/watch-precsave.exp
6544 * gdb.reverse/watch-reverse.exp
6545 * gdb.rust/generics.exp
6546 * gdb.rust/methods.exp
6547 * gdb.rust/modules.exp
6548 * gdb.rust/simple.exp
6549 * gdb.server/connect-with-no-symbol-file.exp
6550 * gdb.server/ext-attach.exp
6551 * gdb.server/ext-restart.exp
6552 * gdb.server/ext-wrapper.exp
6553 * gdb.server/file-transfer.exp
6554 * gdb.server/server-exec-info.exp
6555 * gdb.server/server-kill.exp
6556 * gdb.server/server-mon.exp
6557 * gdb.server/wrapper.exp
6558 * gdb.stabs/exclfwd.exp
6559 * gdb.stabs/gdb11479.exp
6560 * gdb.threads/clone-new-thread-event.exp
6561 * gdb.threads/corethreads.exp
6562 * gdb.threads/current-lwp-dead.exp
6563 * gdb.threads/dlopen-libpthread.exp
6564 * gdb.threads/gcore-thread.exp
6565 * gdb.threads/sigstep-threads.exp
6566 * gdb.threads/watchpoint-fork.exp
6567 * gdb.trace/actions-changed.exp
6568 * gdb.trace/backtrace.exp
6569 * gdb.trace/change-loc.exp
6570 * gdb.trace/circ.exp
6571 * gdb.trace/collection.exp
6572 * gdb.trace/disconnected-tracing.exp
6573 * gdb.trace/ftrace.exp
6574 * gdb.trace/mi-trace-frame-collected.exp
6575 * gdb.trace/mi-trace-unavailable.exp
6576 * gdb.trace/mi-traceframe-changed.exp
6577 * gdb.trace/mi-tsv-changed.exp
6578 * gdb.trace/no-attach-trace.exp
6579 * gdb.trace/passc-dyn.exp
6580 * gdb.trace/qtro.exp
6581 * gdb.trace/range-stepping.exp
6582 * gdb.trace/read-memory.exp
6583 * gdb.trace/save-trace.exp
6584 * gdb.trace/signal.exp
6585 * gdb.trace/status-stop.exp
6586 * gdb.trace/tfile.exp
6587 * gdb.trace/trace-break.exp
6588 * gdb.trace/trace-buffer-size.exp
6589 * gdb.trace/trace-condition.exp
6590 * gdb.trace/tracefile-pseudo-reg.exp
6591 * gdb.trace/tstatus.exp
6592 * gdb.trace/unavailable.exp
6593 * gdb.trace/while-dyn.exp
6594 * gdb.trace/while-stepping.exp
6595
34c41c68
DE
65962016-12-22 Doug Evans <xdje42@gmail.com>
6597
6598 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6599 and msymbols.
6600
16e69324
YQ
66012016-12-19 Yao Qi <yao.qi@linaro.org>
6602
6603 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6604 (test_with_self): Don't call do_steps_and_nexts, and remove
6605 code about stepping into xmalloc.
6606
f94f411b
YQ
66072016-12-09 Yao Qi <yao.qi@linaro.org>
6608
6609 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6610
66112016-12-09 Yao Qi <yao.qi@linaro.org>
6612
6613 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6614
f1b5deee
PA
66152016-12-09 Pedro Alves <palves@redhat.com>
6616
6617 * gdb.base/all-architectures-0.exp: New file.
6618 * gdb.base/all-architectures-1.exp: New file.
6619 * gdb.base/all-architectures-2.exp: New file.
6620 * gdb.base/all-architectures-3.exp: New file.
6621 * gdb.base/all-architectures-4.exp: New file.
6622 * gdb.base/all-architectures-5.exp: New file.
6623 * gdb.base/all-architectures-6.exp: New file.
6624 * gdb.base/all-architectures-7.exp: New file.
6625 * gdb.base/all-architectures.exp.in: New file.
6626
364ca42e
YQ
66272016-12-09 Yao Qi <yao.qi@linaro.org>
6628
6629 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6630
107c2d62
LM
66312016-12-02 Luis Machado <lgustavo@codesourcery.com>
6632
6633 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6634 possible.
6635 Remove useless pattern-matching code.
6636
df3ee9ca
PA
66372016-12-02 Pedro Alves <palves@redhat.com>
6638
6639 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6640 procedure.
6641 (top level): Call it.
6642
ec835369
PA
66432016-12-02 Pedro Alves <palves@redhat.com>
6644
6645 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6646 New procedure.
6647 (top level): Call it.
6648
01770bbd
PA
66492016-12-02 Pedro Alves <palves@redhat.com>
6650
6651 PR cli/20559
6652 * gdb.base/commands.exp (user_defined_command_args_eval): New
6653 procedure.
6654 (top level): Call it.
6655
008459ea
LM
66562016-12-02 Luis Machado <lgustavo@codesourcery.com>
6657
6658 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6659 timeout handling.
6660
0c1b455e
TT
66612016-12-02 Tom Tromey <tom@tromey.com>
6662
6663 * gdb.dwarf2/main-subprogram.c: New file.
6664 * gdb.dwarf2/main-subprogram.exp: New file.
6665
018572b8
LM
66662016-12-01 Luis Machado <lgustavo@codesourcery.com>
6667
6668 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6669 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6670 gdb_test_no_output for a couple of cases.
6671 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6672
84c93cd5
LM
66732016-12-01 Luis Machado <lgustavo@codesourcery.com>
6674
6675 Fix test names and standardize compilation error messages throughout
6676 the following files:
6677
6678 * gdb.ada/start.exp
6679 * gdb.arch/alpha-step.exp
6680 * gdb.arch/e500-prologue.exp
6681 * gdb.arch/ftrace-insn-reloc.exp
6682 * gdb.arch/gdb1291.exp
6683 * gdb.arch/gdb1431.exp
6684 * gdb.arch/gdb1558.exp
6685 * gdb.arch/i386-dr3-watch.exp
6686 * gdb.arch/i386-sse-stack-align.exp
6687 * gdb.arch/ia64-breakpoint-shadow.exp
6688 * gdb.arch/pa-nullify.exp
6689 * gdb.arch/powerpc-aix-prologue.exp
6690 * gdb.arch/thumb-bx-pc.exp
6691 * gdb.base/annota1.exp
6692 * gdb.base/annota3.exp
6693 * gdb.base/arrayidx.exp
6694 * gdb.base/assign.exp
6695 * gdb.base/attach.exp
6696 * gdb.base/auxv.exp
6697 * gdb.base/bang.exp
6698 * gdb.base/bfp-test.exp
6699 * gdb.base/bigcore.exp
6700 * gdb.base/bitfields2.exp
6701 * gdb.base/break-fun-addr.exp
6702 * gdb.base/break-probes.exp
6703 * gdb.base/call-rt-st.exp
6704 * gdb.base/callexit.exp
6705 * gdb.base/catch-fork-kill.exp
6706 * gdb.base/charset.exp
6707 * gdb.base/checkpoint.exp
6708 * gdb.base/comprdebug.exp
6709 * gdb.base/constvars.exp
6710 * gdb.base/coredump-filter.exp
6711 * gdb.base/cursal.exp
6712 * gdb.base/cvexpr.exp
6713 * gdb.base/detach.exp
6714 * gdb.base/display.exp
6715 * gdb.base/dmsym.exp
6716 * gdb.base/dprintf-pending.exp
6717 * gdb.base/dso2dso.exp
6718 * gdb.base/dtrace-probe.exp
6719 * gdb.base/dump.exp
6720 * gdb.base/enum_cond.exp
6721 * gdb.base/exe-lock.exp
6722 * gdb.base/exec-invalid-sysroot.exp
6723 * gdb.base/execl-update-breakpoints.exp
6724 * gdb.base/exprs.exp
6725 * gdb.base/fileio.exp
6726 * gdb.base/find.exp
6727 * gdb.base/finish.exp
6728 * gdb.base/fixsection.exp
6729 * gdb.base/foll-vfork.exp
6730 * gdb.base/frame-args.exp
6731 * gdb.base/gcore.exp
6732 * gdb.base/gdb1250.exp
6733 * gdb.base/global-var-nested-by-dso.exp
6734 * gdb.base/gnu-ifunc.exp
6735 * gdb.base/hashline1.exp
6736 * gdb.base/hashline2.exp
6737 * gdb.base/hashline3.exp
6738 * gdb.base/hbreak-in-shr-unsupported.exp
6739 * gdb.base/huge.exp
6740 * gdb.base/infcall-input.exp
6741 * gdb.base/info-fun.exp
6742 * gdb.base/info-shared.exp
6743 * gdb.base/jit-simple.exp
6744 * gdb.base/jit-so.exp
6745 * gdb.base/jit.exp
6746 * gdb.base/jump.exp
6747 * gdb.base/label.exp
6748 * gdb.base/lineinc.exp
6749 * gdb.base/logical.exp
6750 * gdb.base/longjmp.exp
6751 * gdb.base/macscp.exp
6752 * gdb.base/miscexprs.exp
6753 * gdb.base/new-ui-echo.exp
6754 * gdb.base/new-ui-pending-input.exp
6755 * gdb.base/new-ui.exp
6756 * gdb.base/nodebug.exp
6757 * gdb.base/nofield.exp
6758 * gdb.base/offsets.exp
6759 * gdb.base/overlays.exp
6760 * gdb.base/pending.exp
6761 * gdb.base/pointers.exp
6762 * gdb.base/pr11022.exp
6763 * gdb.base/printcmds.exp
6764 * gdb.base/prologue.exp
6765 * gdb.base/ptr-typedef.exp
6766 * gdb.base/realname-expand.exp
6767 * gdb.base/relativedebug.exp
6768 * gdb.base/relocate.exp
6769 * gdb.base/remote.exp
6770 * gdb.base/reread.exp
6771 * gdb.base/return2.exp
6772 * gdb.base/savedregs.exp
6773 * gdb.base/sep.exp
6774 * gdb.base/sepdebug.exp
6775 * gdb.base/sepsymtab.exp
6776 * gdb.base/set-inferior-tty.exp
6777 * gdb.base/setshow.exp
6778 * gdb.base/shlib-call.exp
6779 * gdb.base/sigaltstack.exp
6780 * gdb.base/siginfo-addr.exp
6781 * gdb.base/signals.exp
6782 * gdb.base/signull.exp
6783 * gdb.base/sigrepeat.exp
6784 * gdb.base/so-impl-ld.exp
6785 * gdb.base/solib-display.exp
6786 * gdb.base/solib-overlap.exp
6787 * gdb.base/solib-search.exp
6788 * gdb.base/solib-symbol.exp
6789 * gdb.base/structs.exp
6790 * gdb.base/structs2.exp
6791 * gdb.base/symtab-search-order.exp
6792 * gdb.base/twice.exp
6793 * gdb.base/unload.exp
6794 * gdb.base/varargs.exp
6795 * gdb.base/watchpoint-solib.exp
6796 * gdb.base/watchpoint.exp
6797 * gdb.base/whatis.exp
6798 * gdb.base/wrong_frame_bt_full.exp
6799 * gdb.btrace/dlopen.exp
6800 * gdb.cell/ea-standalone.exp
6801 * gdb.cell/ea-test.exp
6802 * gdb.cp/dispcxx.exp
6803 * gdb.cp/gdb2384.exp
6804 * gdb.cp/method2.exp
6805 * gdb.cp/nextoverthrow.exp
6806 * gdb.cp/pr10728.exp
6807 * gdb.disasm/am33.exp
6808 * gdb.disasm/h8300s.exp
6809 * gdb.disasm/mn10300.exp
6810 * gdb.disasm/sh3.exp
6811 * gdb.dwarf2/dw2-dir-file-name.exp
6812 * gdb.fortran/complex.exp
6813 * gdb.fortran/library-module.exp
6814 * gdb.guile/scm-pretty-print.exp
6815 * gdb.guile/scm-symbol.exp
6816 * gdb.guile/scm-type.exp
6817 * gdb.guile/scm-value.exp
6818 * gdb.linespec/linespec.exp
6819 * gdb.mi/gdb701.exp
6820 * gdb.mi/gdb792.exp
6821 * gdb.mi/mi-breakpoint-changed.exp
6822 * gdb.mi/mi-dprintf-pending.exp
6823 * gdb.mi/mi-dprintf.exp
6824 * gdb.mi/mi-exit-code.exp
6825 * gdb.mi/mi-pending.exp
6826 * gdb.mi/mi-solib.exp
6827 * gdb.mi/new-ui-mi-sync.exp
6828 * gdb.mi/pr11022.exp
6829 * gdb.mi/user-selected-context-sync.exp
6830 * gdb.opt/solib-intra-step.exp
6831 * gdb.python/py-events.exp
6832 * gdb.python/py-finish-breakpoint.exp
6833 * gdb.python/py-mi.exp
6834 * gdb.python/py-prettyprint.exp
6835 * gdb.python/py-shared.exp
6836 * gdb.python/py-symbol.exp
6837 * gdb.python/py-template.exp
6838 * gdb.python/py-type.exp
6839 * gdb.python/py-value.exp
6840 * gdb.reverse/solib-precsave.exp
6841 * gdb.reverse/solib-reverse.exp
6842 * gdb.server/solib-list.exp
6843 * gdb.stabs/weird.exp
6844 * gdb.threads/reconnect-signal.exp
6845 * gdb.threads/stepi-random-signal.exp
6846 * gdb.trace/actions.exp
6847 * gdb.trace/ax.exp
6848 * gdb.trace/backtrace.exp
6849 * gdb.trace/change-loc.exp
6850 * gdb.trace/deltrace.exp
6851 * gdb.trace/ftrace-lock.exp
6852 * gdb.trace/ftrace.exp
6853 * gdb.trace/infotrace.exp
6854 * gdb.trace/mi-tracepoint-changed.exp
6855 * gdb.trace/packetlen.exp
6856 * gdb.trace/passcount.exp
6857 * gdb.trace/pending.exp
6858 * gdb.trace/range-stepping.exp
6859 * gdb.trace/report.exp
6860 * gdb.trace/stap-trace.exp
6861 * gdb.trace/tfind.exp
6862 * gdb.trace/trace-break.exp
6863 * gdb.trace/trace-condition.exp
6864 * gdb.trace/trace-enable-disable.exp
6865 * gdb.trace/trace-mt.exp
6866 * gdb.trace/tracecmd.exp
6867 * gdb.trace/tspeed.exp
6868 * gdb.trace/tsv.exp
6869 * lib/perftest.exp
6870
fb9feb35
LM
68712016-12-01 Luis Machado <lgustavo@codesourcery.com>
6872
6873 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6874 with gdb_test_no_output.
6875 Use command as test name.
6876
cd2ddb6c
LM
68772016-12-01 Luis Machado <lgustavo@codesourcery.com>
6878
6879 Fix test names starting with uppercase throughout the files.
6880
6881 * gdb.ada/assign_1.exp
6882 * gdb.ada/boolean_expr.exp
6883 * gdb.base/arrayidx.exp
6884 * gdb.base/del.exp
6885 * gdb.base/gcore-buffer-overflow.exp
6886 * gdb.base/testenv.exp
6887 * gdb.compile/compile.exp
6888 * gdb.python/py-framefilter-invalidarg.exp
6889 * gdb.python/py-framefilter.exp
6890
bb95117e
LM
68912016-12-01 Luis Machado <lgustavo@codesourcery.com>
6892
6893 Fix test names starting with uppercase throughout the files.
6894
6895 * gdb.ada/array_return.exp
6896 * gdb.ada/expr_delims.exp
6897 * gdb.ada/mi_dyn_arr.exp
6898 * gdb.ada/mi_interface.exp
6899 * gdb.ada/mi_var_array.exp
6900 * gdb.ada/watch_arg.exp
6901 * gdb.arch/alpha-step.exp
6902 * gdb.arch/altivec-regs.exp
6903 * gdb.arch/e500-regs.exp
6904 * gdb.arch/powerpc-d128-regs.exp
6905 * gdb.base/arrayidx.exp
6906 * gdb.base/break.exp
6907 * gdb.base/checkpoint.exp
6908 * gdb.base/debug-expr.exp
6909 * gdb.base/dmsym.exp
6910 * gdb.base/radix.exp
6911 * gdb.base/sepdebug.exp
6912 * gdb.base/testenv.exp
6913 * gdb.base/watch_thread_num.exp
6914 * gdb.base/watchpoint-cond-gone.exp
6915 * gdb.cell/break.exp
6916 * gdb.cell/ea-cache.exp
6917 * gdb.compile/compile.exp
6918 * gdb.cp/gdb2495.exp
6919 * gdb.gdb/selftest.exp
6920 * gdb.gdb/xfullpath.exp
6921 * gdb.go/hello.exp
6922 * gdb.go/integers.exp
6923 * gdb.objc/basicclass.exp
6924 * gdb.pascal/hello.exp
6925 * gdb.pascal/integers.exp
6926 * gdb.python/py-breakpoint.exp
6927 * gdb.python/py-cmd.exp
6928 * gdb.python/py-linetable.exp
6929 * gdb.python/py-xmethods.exp
6930 * gdb.python/python.exp
6931 * gdb.reverse/consecutive-precsave.exp
6932 * gdb.reverse/finish-precsave.exp
6933 * gdb.reverse/i386-precsave.exp
6934 * gdb.reverse/machinestate-precsave.exp
6935 * gdb.reverse/sigall-precsave.exp
6936 * gdb.reverse/solib-precsave.exp
6937 * gdb.reverse/step-precsave.exp
6938 * gdb.reverse/until-precsave.exp
6939 * gdb.reverse/watch-precsave.exp
6940 * gdb.threads/leader-exit.exp
6941 * gdb.threads/pthreads.exp
6942 * gdb.threads/wp-replication.exp
6943 * gdb.trace/actions.exp
6944 * gdb.trace/mi-tsv-changed.exp
6945 * gdb.trace/tsv.exp
6946
de97fdd4
LM
69472016-12-01 Luis Machado <lgustavo@codesourcery.com>
6948
6949 Fix test names starting with uppercase throughout the files.
6950
6951 * gdb.arch/i386-bp_permanent.exp
6952 * gdb.arch/i386-gnu-cfi.exp
6953 * gdb.base/disasm-end-cu.exp
6954 * gdb.base/macscp.exp
6955 * gdb.base/pending.exp
6956 * gdb.base/watch_thread_num.exp
6957 * gdb.cp/exception.exp
6958 * gdb.cp/gdb2495.exp
6959 * gdb.cp/local.exp
6960 * gdb.python/py-evsignal.exp
6961 * gdb.python/python.exp
6962 * gdb.trace/tracecmd.exp
6963
9f058c10
LM
69642016-12-01 Luis Machado <lgustavo@codesourcery.com>
6965
6966 Fix test names starting with uppercase throughout the files.
6967
6968 * gdb.base/charset.exp
6969 * gdb.base/eval.exp
6970 * gdb.base/multi-forks.exp
6971 * gdb.guile/scm-progspace.exp
6972 * gdb.opencl/datatypes.exp
6973 * gdb.python/py-block.exp
6974 * gdb.python/py-function.exp
6975 * gdb.python/py-symbol.exp
6976 * gdb.python/py-symtab.exp
6977 * gdb.python/py-xmethods.exp
6978 * gdb.reverse/break-precsave.exp
6979 * gdb.reverse/break-reverse.exp
6980 * gdb.reverse/consecutive-precsave.exp
6981 * gdb.reverse/consecutive-reverse.exp
6982 * gdb.reverse/finish-precsave.exp
6983 * gdb.reverse/finish-reverse-bkpt.exp
6984 * gdb.reverse/finish-reverse.exp
6985 * gdb.reverse/fstatat-reverse.exp
6986 * gdb.reverse/getresuid-reverse.exp
6987 * gdb.reverse/i386-precsave.exp
6988 * gdb.reverse/i386-reverse.exp
6989 * gdb.reverse/i386-sse-reverse.exp
6990 * gdb.reverse/i387-stack-reverse.exp
6991 * gdb.reverse/insn-reverse.exp
6992 * gdb.reverse/machinestate-precsave.exp
6993 * gdb.reverse/machinestate.exp
6994 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6995 * gdb.reverse/pipe-reverse.exp
6996 * gdb.reverse/readv-reverse.exp
6997 * gdb.reverse/recvmsg-reverse.exp
6998 * gdb.reverse/rerun-prec.exp
6999 * gdb.reverse/s390-mvcle.exp
7000 * gdb.reverse/sigall-precsave.exp
7001 * gdb.reverse/sigall-reverse.exp
7002 * gdb.reverse/solib-precsave.exp
7003 * gdb.reverse/solib-reverse.exp
7004 * gdb.reverse/step-precsave.exp
7005 * gdb.reverse/step-reverse.exp
7006 * gdb.reverse/time-reverse.exp
7007 * gdb.reverse/until-precsave.exp
7008 * gdb.reverse/until-reverse.exp
7009 * gdb.reverse/waitpid-reverse.exp
7010 * gdb.reverse/watch-precsave.exp
7011 * gdb.reverse/watch-reverse.exp
7012
cdc7edd7
LM
70132016-12-01 Luis Machado <lgustavo@codesourcery.com>
7014
7015 Fix test names starting with uppercase throughout the files.
7016
7017 * gdb.arch/i386-mpx-simple_segv.exp
7018 * gdb.arch/i386-mpx.exp
7019 * gdb.arch/i386-permbkpt.exp
7020 * gdb.arch/pa-nullify.exp
7021 * gdb.arch/powerpc-d128-regs.exp
7022 * gdb.arch/vsx-regs.exp
7023 * gdb.base/bfp-test.exp
7024 * gdb.base/break.exp
7025 * gdb.base/breakpoint-shadow.exp
7026 * gdb.base/callfuncs.exp
7027 * gdb.base/charset.exp
7028 * gdb.base/commands.exp
7029 * gdb.base/completion.exp
7030 * gdb.base/dfp-test.exp
7031 * gdb.base/echo.exp
7032 * gdb.base/ending-run.exp
7033 * gdb.base/eval.exp
7034 * gdb.base/expand-psymtabs.exp
7035 * gdb.base/float128.exp
7036 * gdb.base/floatn.exp
7037 * gdb.base/foll-exec-mode.exp
7038 * gdb.base/gdb1056.exp
7039 * gdb.base/gdb11531.exp
7040 * gdb.base/kill-after-signal.exp
7041 * gdb.base/multi-forks.exp
7042 * gdb.base/overlays.exp
7043 * gdb.base/pending.exp
7044 * gdb.base/sepdebug.exp
7045 * gdb.base/testenv.exp
7046 * gdb.base/valgrind-db-attach.exp
7047 * gdb.base/watch_thread_num.exp
7048 * gdb.base/watchpoint-cond-gone.exp
7049 * gdb.base/watchpoint.exp
7050 * gdb.base/watchpoints.exp
7051 * gdb.cp/arg-reference.exp
7052 * gdb.cp/baseenum.exp
7053 * gdb.cp/operator.exp
7054 * gdb.cp/shadow.exp
7055 * gdb.dwarf2/dw2-op-out-param.exp
7056 * gdb.dwarf2/dw2-reg-undefined.exp
7057 * gdb.go/chan.exp
7058 * gdb.go/hello.exp
7059 * gdb.go/integers.exp
7060 * gdb.go/methods.exp
7061 * gdb.go/package.exp
7062 * gdb.guile/scm-parameter.exp
7063 * gdb.guile/scm-progspace.exp
7064 * gdb.guile/scm-value.exp
7065 * gdb.mi/mi-pending.exp
7066 * gdb.mi/user-selected-context-sync.exp
7067 * gdb.multi/multi-attach.exp
7068 * gdb.multi/tids.exp
7069 * gdb.opt/clobbered-registers-O2.exp
7070 * gdb.pascal/floats.exp
7071 * gdb.pascal/integers.exp
7072 * gdb.python/py-block.exp
7073 * gdb.python/py-events.exp
7074 * gdb.python/py-parameter.exp
7075 * gdb.python/py-symbol.exp
7076 * gdb.python/py-symtab.exp
7077 * gdb.python/py-type.exp
7078 * gdb.python/py-value.exp
7079 * gdb.python/py-xmethods.exp
7080 * gdb.python/python.exp
7081 * gdb.reverse/break-precsave.exp
7082 * gdb.reverse/consecutive-precsave.exp
7083 * gdb.reverse/finish-precsave.exp
7084 * gdb.reverse/i386-precsave.exp
7085 * gdb.reverse/machinestate-precsave.exp
7086 * gdb.reverse/sigall-precsave.exp
7087 * gdb.reverse/solib-precsave.exp
7088 * gdb.reverse/step-precsave.exp
7089 * gdb.reverse/until-precsave.exp
7090 * gdb.reverse/watch-precsave.exp
7091 * gdb.server/ext-attach.exp
7092 * gdb.server/ext-restart.exp
7093 * gdb.server/ext-run.exp
7094 * gdb.server/ext-wrapper.exp
7095 * gdb.stabs/gdb11479.exp
7096 * gdb.stabs/weird.exp
7097 * gdb.threads/attach-many-short-lived-threads.exp
7098 * gdb.threads/kill.exp
7099 * gdb.threads/watchpoint-fork.exp
7100
bc6c7af4
LM
71012016-12-01 Luis Machado <lgustavo@codesourcery.com>
7102
7103 Fix test names starting with uppercase throughout all the files below.
7104
7105 * gdb.ada/array_return.exp
7106 * gdb.ada/catch_ex.exp
7107 * gdb.ada/info_exc.exp
7108 * gdb.ada/mi_catch_ex.exp
7109 * gdb.ada/mi_dyn_arr.exp
7110 * gdb.ada/mi_ex_cond.exp
7111 * gdb.ada/mi_exc_info.exp
7112 * gdb.ada/mi_interface.exp
7113 * gdb.ada/mi_task_arg.exp
7114 * gdb.ada/mi_task_info.exp
7115 * gdb.ada/mi_var_array.exp
7116 * gdb.arch/alpha-step.exp
7117 * gdb.arch/amd64-disp-step.exp
7118 * gdb.arch/arm-disp-step.exp
7119 * gdb.arch/disp-step-insn-reloc.exp
7120 * gdb.arch/e500-prologue.exp
7121 * gdb.arch/ftrace-insn-reloc.exp
7122 * gdb.arch/gdb1558.exp
7123 * gdb.arch/i386-bp_permanent.exp
7124 * gdb.arch/i386-disp-step.exp
7125 * gdb.arch/i386-float.exp
7126 * gdb.arch/i386-gnu-cfi.exp
7127 * gdb.arch/ia64-breakpoint-shadow.exp
7128 * gdb.arch/mips16-thunks.exp
7129 * gdb.arch/pa-nullify.exp
7130 * gdb.arch/powerpc-aix-prologue.exp
7131 * gdb.arch/powerpc-power.exp
7132 * gdb.arch/ppc-dfp.exp
7133 * gdb.arch/s390-tdbregs.exp
7134 * gdb.arch/spu-info.exp
7135 * gdb.arch/spu-ls.exp
7136 * gdb.arch/thumb-bx-pc.exp
7137 * gdb.base/advance.exp
7138 * gdb.base/annota-input-while-running.exp
7139 * gdb.base/arrayidx.exp
7140 * gdb.base/asmlabel.exp
7141 * gdb.base/async.exp
7142 * gdb.base/attach-wait-input.exp
7143 * gdb.base/auto-connect-native-target.exp
7144 * gdb.base/batch-preserve-term-settings.exp
7145 * gdb.base/bfp-test.exp
7146 * gdb.base/bigcore.exp
7147 * gdb.base/bp-permanent.exp
7148 * gdb.base/break-always.exp
7149 * gdb.base/break-fun-addr.exp
7150 * gdb.base/break-idempotent.exp
7151 * gdb.base/break-main-file-remove-fail.exp
7152 * gdb.base/break-probes.exp
7153 * gdb.base/break-unload-file.exp
7154 * gdb.base/break.exp
7155 * gdb.base/call-ar-st.exp
7156 * gdb.base/call-rt-st.exp
7157 * gdb.base/call-sc.exp
7158 * gdb.base/call-signal-resume.exp
7159 * gdb.base/call-strs.exp
7160 * gdb.base/callexit.exp
7161 * gdb.base/callfuncs.exp
7162 * gdb.base/catch-gdb-caused-signals.exp
7163 * gdb.base/catch-signal-siginfo-cond.exp
7164 * gdb.base/catch-syscall.exp
7165 * gdb.base/compare-sections.exp
7166 * gdb.base/cond-eval-mode.exp
7167 * gdb.base/condbreak-call-false.exp
7168 * gdb.base/consecutive-step-over.exp
7169 * gdb.base/cursal.exp
7170 * gdb.base/disabled-location.exp
7171 * gdb.base/disasm-end-cu.exp
7172 * gdb.base/display.exp
7173 * gdb.base/double-prompt-target-event-error.exp
7174 * gdb.base/dprintf-bp-same-addr.exp
7175 * gdb.base/dprintf-detach.exp
7176 * gdb.base/dprintf-next.exp
7177 * gdb.base/dprintf-non-stop.exp
7178 * gdb.base/dprintf-pending.exp
7179 * gdb.base/dso2dso.exp
7180 * gdb.base/ending-run.exp
7181 * gdb.base/enum_cond.exp
7182 * gdb.base/examine-backward.exp
7183 * gdb.base/exe-lock.exp
7184 * gdb.base/exec-invalid-sysroot.exp
7185 * gdb.base/execl-update-breakpoints.exp
7186 * gdb.base/execution-termios.exp
7187 * gdb.base/fileio.exp
7188 * gdb.base/fixsection.exp
7189 * gdb.base/foll-exec-mode.exp
7190 * gdb.base/foll-exec.exp
7191 * gdb.base/fork-running-state.exp
7192 * gdb.base/frame-args.exp
7193 * gdb.base/fullpath-expand.exp
7194 * gdb.base/func-ptr.exp
7195 * gdb.base/gcore-relro-pie.exp
7196 * gdb.base/gdb1090.exp
7197 * gdb.base/gdb1555.exp
7198 * gdb.base/global-var-nested-by-dso.exp
7199 * gdb.base/gnu-ifunc.exp
7200 * gdb.base/hbreak-in-shr-unsupported.exp
7201 * gdb.base/hbreak-unmapped.exp
7202 * gdb.base/hook-stop.exp
7203 * gdb.base/infcall-input.exp
7204 * gdb.base/info-fun.exp
7205 * gdb.base/info-shared.exp
7206 * gdb.base/interrupt-noterm.exp
7207 * gdb.base/jit-so.exp
7208 * gdb.base/jit.exp
7209 * gdb.base/line-symtabs.exp
7210 * gdb.base/list.exp
7211 * gdb.base/longjmp.exp
7212 * gdb.base/macscp.exp
7213 * gdb.base/max-value-size.exp
7214 * gdb.base/nodebug.exp
7215 * gdb.base/nofield.exp
7216 * gdb.base/overlays.exp
7217 * gdb.base/paginate-after-ctrl-c-running.exp
7218 * gdb.base/paginate-bg-execution.exp
7219 * gdb.base/paginate-inferior-exit.exp
7220 * gdb.base/pending.exp
7221 * gdb.base/pr11022.exp
7222 * gdb.base/printcmds.exp
7223 * gdb.base/ptr-typedef.exp
7224 * gdb.base/ptype.exp
7225 * gdb.base/randomize.exp
7226 * gdb.base/range-stepping.exp
7227 * gdb.base/realname-expand.exp
7228 * gdb.base/relativedebug.exp
7229 * gdb.base/remote.exp
7230 * gdb.base/savedregs.exp
7231 * gdb.base/sepdebug.exp
7232 * gdb.base/set-noassign.exp
7233 * gdb.base/shlib-call.exp
7234 * gdb.base/shreloc.exp
7235 * gdb.base/sigaltstack.exp
7236 * gdb.base/sigbpt.exp
7237 * gdb.base/siginfo-addr.exp
7238 * gdb.base/siginfo-obj.exp
7239 * gdb.base/siginfo-thread.exp
7240 * gdb.base/signest.exp
7241 * gdb.base/signull.exp
7242 * gdb.base/sigrepeat.exp
7243 * gdb.base/skip.exp
7244 * gdb.base/so-impl-ld.exp
7245 * gdb.base/solib-corrupted.exp
7246 * gdb.base/solib-disc.exp
7247 * gdb.base/solib-display.exp
7248 * gdb.base/solib-overlap.exp
7249 * gdb.base/solib-search.exp
7250 * gdb.base/solib-symbol.exp
7251 * gdb.base/source-execution.exp
7252 * gdb.base/sss-bp-on-user-bp-2.exp
7253 * gdb.base/sss-bp-on-user-bp.exp
7254 * gdb.base/stack-checking.exp
7255 * gdb.base/stale-infcall.exp
7256 * gdb.base/step-break.exp
7257 * gdb.base/step-line.exp
7258 * gdb.base/step-over-exit.exp
7259 * gdb.base/step-test.exp
7260 * gdb.base/structs.exp
7261 * gdb.base/sym-file.exp
7262 * gdb.base/symtab-search-order.exp
7263 * gdb.base/term.exp
7264 * gdb.base/type-opaque.exp
7265 * gdb.base/unload.exp
7266 * gdb.base/until-nodebug.exp
7267 * gdb.base/until.exp
7268 * gdb.base/unwindonsignal.exp
7269 * gdb.base/watch-cond.exp
7270 * gdb.base/watch-non-mem.exp
7271 * gdb.base/watch_thread_num.exp
7272 * gdb.base/watchpoint-reuse-slot.exp
7273 * gdb.base/watchpoint-solib.exp
7274 * gdb.base/watchpoint.exp
7275 * gdb.btrace/dlopen.exp
7276 * gdb.cell/arch.exp
7277 * gdb.cell/break.exp
7278 * gdb.cell/bt.exp
7279 * gdb.cell/core.exp
7280 * gdb.cell/data.exp
7281 * gdb.cell/dwarfaddr.exp
7282 * gdb.cell/ea-cache.exp
7283 * gdb.cell/ea-standalone.exp
7284 * gdb.cell/ea-test.exp
7285 * gdb.cell/f-regs.exp
7286 * gdb.cell/fork.exp
7287 * gdb.cell/gcore.exp
7288 * gdb.cell/mem-access.exp
7289 * gdb.cell/ptype.exp
7290 * gdb.cell/registers.exp
7291 * gdb.cell/sizeof.exp
7292 * gdb.cell/solib-symbol.exp
7293 * gdb.cell/solib.exp
7294 * gdb.compile/compile-tls.exp
7295 * gdb.cp/exception.exp
7296 * gdb.cp/gdb2495.exp
7297 * gdb.cp/local.exp
7298 * gdb.cp/mb-inline.exp
7299 * gdb.cp/mb-templates.exp
7300 * gdb.cp/pr10687.exp
7301 * gdb.cp/pr9167.exp
7302 * gdb.cp/scope-err.exp
7303 * gdb.cp/templates.exp
7304 * gdb.cp/virtfunc.exp
7305 * gdb.dwarf2/dw2-dir-file-name.exp
7306 * gdb.dwarf2/dw2-single-line-discriminators.exp
7307 * gdb.fortran/complex.exp
7308 * gdb.fortran/library-module.exp
7309 * gdb.guile/guile.exp
7310 * gdb.guile/scm-cmd.exp
7311 * gdb.guile/scm-frame-inline.exp
7312 * gdb.guile/scm-objfile.exp
7313 * gdb.guile/scm-pretty-print.exp
7314 * gdb.guile/scm-symbol.exp
7315 * gdb.guile/scm-type.exp
7316 * gdb.guile/scm-value.exp
7317 * gdb.linespec/keywords.exp
7318 * gdb.linespec/ls-errs.exp
7319 * gdb.linespec/macro-relative.exp
7320 * gdb.linespec/thread.exp
7321 * gdb.mi/mi-breakpoint-changed.exp
7322 * gdb.mi/mi-dprintf-pending.exp
7323 * gdb.mi/mi-fullname-deleted.exp
7324 * gdb.mi/mi-logging.exp
7325 * gdb.mi/mi-pending.exp
7326 * gdb.mi/mi-solib.exp
7327 * gdb.mi/new-ui-mi-sync.exp
7328 * gdb.mi/user-selected-context-sync.exp
7329 * gdb.multi/dummy-frame-restore.exp
7330 * gdb.multi/multi-arch-exec.exp
7331 * gdb.multi/remove-inferiors.exp
7332 * gdb.multi/watchpoint-multi-exit.exp
7333 * gdb.opt/solib-intra-step.exp
7334 * gdb.perf/backtrace.exp
7335 * gdb.perf/single-step.exp
7336 * gdb.perf/skip-command.exp
7337 * gdb.perf/skip-prologue.exp
7338 * gdb.perf/solib.exp
7339 * gdb.python/lib-types.exp
7340 * gdb.python/py-as-string.exp
7341 * gdb.python/py-bad-printers.exp
7342 * gdb.python/py-block.exp
7343 * gdb.python/py-breakpoint.exp
7344 * gdb.python/py-cmd.exp
7345 * gdb.python/py-events.exp
7346 * gdb.python/py-evthreads.exp
7347 * gdb.python/py-finish-breakpoint.exp
7348 * gdb.python/py-finish-breakpoint2.exp
7349 * gdb.python/py-frame-inline.exp
7350 * gdb.python/py-frame.exp
7351 * gdb.python/py-inferior.exp
7352 * gdb.python/py-infthread.exp
7353 * gdb.python/py-mi.exp
7354 * gdb.python/py-objfile.exp
7355 * gdb.python/py-pp-maint.exp
7356 * gdb.python/py-pp-registration.exp
7357 * gdb.python/py-prettyprint.exp
7358 * gdb.python/py-recurse-unwind.exp
7359 * gdb.python/py-shared.exp
7360 * gdb.python/py-symbol.exp
7361 * gdb.python/py-symtab.exp
7362 * gdb.python/py-template.exp
7363 * gdb.python/py-type.exp
7364 * gdb.python/py-unwind-maint.exp
7365 * gdb.python/py-unwind.exp
7366 * gdb.python/py-value.exp
7367 * gdb.python/python.exp
7368 * gdb.reverse/finish-reverse-bkpt.exp
7369 * gdb.reverse/insn-reverse.exp
7370 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7371 * gdb.reverse/solib-precsave.exp
7372 * gdb.reverse/solib-reverse.exp
7373 * gdb.stabs/gdb11479.exp
7374 * gdb.stabs/weird.exp
7375 * gdb.threads/fork-child-threads.exp
7376 * gdb.threads/fork-plus-threads.exp
7377 * gdb.threads/fork-thread-pending.exp
7378 * gdb.threads/forking-threads-plus-breakpoint.exp
7379 * gdb.threads/hand-call-in-threads.exp
7380 * gdb.threads/interrupted-hand-call.exp
7381 * gdb.threads/linux-dp.exp
7382 * gdb.threads/local-watch-wrong-thread.exp
7383 * gdb.threads/next-while-other-thread-longjmps.exp
7384 * gdb.threads/non-ldr-exit.exp
7385 * gdb.threads/pending-step.exp
7386 * gdb.threads/print-threads.exp
7387 * gdb.threads/process-dies-while-detaching.exp
7388 * gdb.threads/process-dies-while-handling-bp.exp
7389 * gdb.threads/pthreads.exp
7390 * gdb.threads/queue-signal.exp
7391 * gdb.threads/reconnect-signal.exp
7392 * gdb.threads/signal-command-handle-nopass.exp
7393 * gdb.threads/signal-command-multiple-signals-pending.exp
7394 * gdb.threads/signal-delivered-right-thread.exp
7395 * gdb.threads/signal-sigtrap.exp
7396 * gdb.threads/sigthread.exp
7397 * gdb.threads/staticthreads.exp
7398 * gdb.threads/stepi-random-signal.exp
7399 * gdb.threads/thread-unwindonsignal.exp
7400 * gdb.threads/thread_check.exp
7401 * gdb.threads/thread_events.exp
7402 * gdb.threads/tid-reuse.exp
7403 * gdb.threads/tls-nodebug.exp
7404 * gdb.threads/tls-shared.exp
7405 * gdb.threads/tls-so_extern.exp
7406 * gdb.threads/tls.exp
7407 * gdb.threads/wp-replication.exp
7408 * gdb.trace/actions-changed.exp
7409 * gdb.trace/actions.exp
7410 * gdb.trace/backtrace.exp
7411 * gdb.trace/change-loc.exp
7412 * gdb.trace/collection.exp
7413 * gdb.trace/deltrace.exp
7414 * gdb.trace/disconnected-tracing.exp
7415 * gdb.trace/entry-values.exp
7416 * gdb.trace/ftrace-lock.exp
7417 * gdb.trace/ftrace.exp
7418 * gdb.trace/infotrace.exp
7419 * gdb.trace/mi-trace-frame-collected.exp
7420 * gdb.trace/mi-trace-unavailable.exp
7421 * gdb.trace/mi-traceframe-changed.exp
7422 * gdb.trace/mi-tracepoint-changed.exp
7423 * gdb.trace/mi-tsv-changed.exp
7424 * gdb.trace/no-attach-trace.exp
7425 * gdb.trace/packetlen.exp
7426 * gdb.trace/passc-dyn.exp
7427 * gdb.trace/passcount.exp
7428 * gdb.trace/pending.exp
7429 * gdb.trace/pr16508.exp
7430 * gdb.trace/qtro.exp
7431 * gdb.trace/range-stepping.exp
7432 * gdb.trace/read-memory.exp
7433 * gdb.trace/report.exp
7434 * gdb.trace/save-trace.exp
7435 * gdb.trace/signal.exp
7436 * gdb.trace/stap-trace.exp
7437 * gdb.trace/status-stop.exp
7438 * gdb.trace/strace.exp
7439 * gdb.trace/tfile.exp
7440 * gdb.trace/tfind.exp
7441 * gdb.trace/trace-break.exp
7442 * gdb.trace/trace-condition.exp
7443 * gdb.trace/trace-enable-disable.exp
7444 * gdb.trace/trace-mt.exp
7445 * gdb.trace/tracecmd.exp
7446 * gdb.trace/tracefile-pseudo-reg.exp
7447 * gdb.trace/tspeed.exp
7448 * gdb.trace/tstatus.exp
7449 * gdb.trace/tsv.exp
7450 * gdb.trace/unavailable.exp
7451 * gdb.trace/while-dyn.exp
7452 * gdb.trace/while-stepping.exp
7453 * lib/gdb-guile.exp
7454 * lib/gdb.exp
7455 * lib/mi-support.exp
7456 * lib/pascal.exp
7457 * lib/perftest.exp
7458 * lib/prelink-support.exp
7459 * lib/selftest-support.exp
7460
ad02e4fe
SM
74612016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7462
7463 * Makefile.in: Include disable-implicit-rules.mk.
7464
22347e55
AA
74652016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7466
7467 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7468 non-byte-aligned bit fields.
7469
da5b30da
AA
74702016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7471
7472 PR gdb/12616
7473 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7474 respects the DW_AT_data_bit_offset attribute.
7475
b593ecca
SM
74762016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7477
7478 * gdb.base/default.exp: Fix output of "set language".
7479
3b165252
SM
74802016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7481
7482 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7483 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7484 make.
7485 * configure.ac: Remove checks for the make program.
7486 * configure: Re-generate.
7487
1a2f3d7f
KB
74882016-11-16 Kevin Buettner <kevinb@redhat.com>
7489
7490 * gdb.python/py-recurse-unwind.c (main): Add loop.
7491 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7492 to read_register() and gdb.parse_and_eval(). Make each code
7493 call a separate case that can be individually tested.
7494 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7495 proc. Call cont_and_backtrace for each of the code paths that
7496 we want to test in the unwinder.
7497
b7f38fda
AA
74982016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7499
7500 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7501 the definition of struct S.
7502
1f8db343
CM
75032016-11-11 Catherine Moore <clm@codesourcery.com>
7504
7505 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7506
fad0c9fb
PA
75072016-11-09 Pedro Alves <palves@redhat.com>
7508
7509 * gdb.base/commands.exp (runto_or_return): New procedure.
7510 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7511 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7512 (progvar_simple_while_test, progvar_complex_if_while_test)
7513 (if_while_breakpoint_command_test)
7514 (infrun_breakpoint_command_test, breakpoint_command_test)
7515 (user_defined_command_test, watchpoint_command_test)
7516 (test_command_prompt_position, redefine_hook_test)
7517 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7518 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7519 multi_line_input and multi_line. Remove gdb_expect and
7520 gdb_stop_suppressing_tests uses.
7521 * lib/gdb.exp (valnum_re): New global.
7522 (multi_line_input): New procedure.
7523
8354c62c
SM
75242016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7525
7526 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7527 Remove.
7528 (test_setup): Define with proc_with_prefix.
7529 (test_cli_inferior): Likewise.
7530 (test_cli_thread): Likewise.
7531 (test_cli_frame): Likewise.
7532 (test_cli_select_frame): Likewise.
7533 (test_cli_up_down): Likewise.
7534 (test_mi_thread_select): Likewise.
7535 (test_mi_stack_select_frame): Likewise.
7536 (test_cli_in_mi_inferior): Likewise.
7537 (test_cli_in_mi_thread): Likewise.
7538 (test_cli_in_mi_frame): Likewise.
7539 (top level): Do not use with_test_prefix_procname.
7540
64f367a2
PA
75412016-11-09 Pedro Alves <palves@redhat.com>
7542
7543 * gdb.base/commands.exp (gdbvar_simple_if_test)
7544 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7545 (progvar_simple_if_test, progvar_simple_while_test)
7546 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7547 (infrun_breakpoint_command_test, breakpoint_command_test)
7548 (user_defined_command_test, watchpoint_command_test)
7549 (test_command_prompt_position, deprecated_command_test)
7550 (bp_deleted_in_command, temporary_breakpoint_commands)
7551 (stray_arg0_test, source_file_with_indented_comment)
7552 (recursive_source_test, if_commands_test)
7553 (error_clears_commands_left, redefine_hook_test)
7554 (redefine_backtrace_test): Use proc_with_prefix.
7555 * lib/gdb.exp (proc_with_prefix): New proc.
7556
0bb65f1e
AA
75572016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7558
7559 * gdb.base/tui-layout.c: New file.
7560 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7561 disassembly window contains very long lines.
7562
7353f247
TT
75632016-11-08 Tom Tromey <tom@tromey.com>
7564
7565 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7566 depend on Python 2.
7567
30a7bb83
TT
75682016-11-08 Tom Tromey <tom@tromey.com>
7569
7570 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7571 New method.
7572
cdf5a07c
MG
75732016-10-29 Manish Goregaokar <manish@mozilla.com>
7574
2806dc7e 7575 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 7576
51a789c3
MG
75772016-10-27 Manish Goregaokar <manish@mozilla.com>
7578
2806dc7e
PA
7579 * gdb.rust/simple.rs: Add test for univariant enums without
7580 discriminants and for encoded struct-like enums.
51a789c3 7581
f610ab6d
PA
75822016-10-28 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7585 gdb_test_multiple, tighten regexps and match symtabs and line
7586 tables incrementally.
7587
b129b0ca
LM
75882016-10-28 Luis Machado <lgustavo@codesourcery.com>
7589
7590 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7591 general.
7592
ecf45d2c
SL
75932016-10-25 Luis Machado <lgustavo@codesourcery.com>
7594
7595 * gdb.base/exec-invalid-sysroot.exp: New file.
7596
b8d38ee4
JK
75972016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7598
7599 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7600
f90fd8c2
JK
76012016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7602
7603 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7604
2d2476aa
MR
76052016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7606
2806dc7e
PA
7607 * gdb.base/killed-outside.exp: Remove $options from a call to
7608 `prepare_for_testing'.
2d2476aa 7609
e42b25a0
SM
76102016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7611
7612 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7613 Change test message.
7614
3ccdb432
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 Update comment.
7619
5bad3170
SM
76202016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7621
7622 * gdb.trace/mi-trace-save.exp: New file.
7623
5ad9dba7
YQ
76242016-10-13 Yao Qi <yao.qi@linaro.org>
7625
7626 * gdb.base/code_elim.exp (get_var_address): Remove.
7627 * gdb.base/relocate.exp: Likewise.
7628 * gdb.base/shreloc.exp: Likewise.
7629 * lib/gdb.exp (get_var_address): New.
7630
62df7e21
YQ
76312016-10-13 Yao Qi <yao.qi@linaro.org>
7632
7633 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7634 floating point tests if $skip_float_test is false.
7635
4dac951e
LM
76362016-10-12 Luis Machado <lgustavo@codesourcery.com>
7637
7638 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7639 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7640 argc values.
7641 Add 1 to argc so we guarantee distinct initial/modified argc values.
7642
8f1a8fc4
JK
76432016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7644
7645 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7646
16c85b5d
JK
76472016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7648
7649 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7650 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7651 * gdb.arch/vsx-regs.exp: Likewise.
7652
1d0e042a
YQ
76532016-10-07 Yao Qi <yao.qi@linaro.org>
7654
7655 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7656
68dadef5
MM
76572016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7658
7659 * gdb.python/python.exp: Test decode_line("*0").
7660
33fa2c6e
DE
76612016-10-06 Doug Evans <dje@google.com>
7662
7663 * gdb.python/py-value.exp (test_value_creation): Add test for large
7664 unsigned 64-bit value.
7665
9c37b5ae
TT
76662016-10-06 Tom Tromey <tom@tromey.com>
7667
7668 * gdb.compile/compile.exp: Change java tests to rust.
7669 * gdb.base/setshow.exp: Change java tests to rust.
7670 * gdb.base/default.exp: Remove java from language list.
7671 * README (Examples): Update language example.
7672 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7673 test.
7674 * lib/gdb.exp (skip_java_tests): Remove.
7675 * lib/java.exp: Remove.
7676 * gdb.java: Remove.
7677
78b86327
MR
76782016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7679
7680 * gdb.arch/mips-fcr.exp: New test.
7681 * gdb.arch/mips-fcr.c: Source for the new test.
7682
7470adbb
MR
76832016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7684
7685 * gdb.base/solib-disc.exp: Use `standard_output_file'
7686 throughout.
7687
4a556533
PA
76882016-10-06 Pedro Alves <palves@redhat.com>
7689
7690 * gdb.base/jit-simple-dl.c: New file.
7691 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7692 * gdb.base/jit-simple.c: ... this.
7693 * gdb.base/jit-simple.exp (jit_run): Delete.
7694 (build_jit): New proc.
7695 (jit_test_reread): Recompile either the main program or the shared
7696 library, depending on what is being tested. Skip changing address
7697 if caller wants to. Compare before/after addresses. If testing
7698 standalone, explicitly load the binary. Test "maint info
7699 breakpoints".
7700 (top level): Add "standalone vs shared lib" and "change address"
7701 vs "same address" axes.
7702
5a122fbc
PA
77032016-10-06 Pedro Alves <palves@redhat.com>
7704
7705 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7706 call.
7707 (jit_run): Delete.
7708 (jit_test_reread): Use with_test_prefix. Reload the main binary
7709 explicitly. Compare the before/after addresses of the JIT
7710 descriptor.
7711
ee8da4b8
DE
77122016-08-15 Doug Evans <dje@google.com>
7713
7714 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7715 for single bitfields is bool.
7716 * gdb.xml/tdesc-regs.exp: Ditto.
7717
f389f6fe
JK
77182016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7719
7720 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7721
fdebf1a4
YQ
77222016-10-05 Yao Qi <yao.qi@linaro.org>
7723
7724 * lib/gdb.exp (support_complex_tests): Return zero if
7725 gdb_skip_float_test return true.
7726
9c36d954 77272016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7728 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
7729
7730 PR gdb/20487
7731 * gdb.mi/user-selected-context-sync.exp: New file.
7732 * gdb.mi/user-selected-context-sync.c: New file.
7733
4034d0ff 77342016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7735 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
7736
7737 PR gdb/20487
7738 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7739 =thread-select-event check.
7740
a4297203
PB
77412016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7742
7743 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7744 the compulsory L operand changes.
7745 * gdb.arch/powerpc-power.s: Likewise.
7746
bb805577
JK
77472016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7748
7749 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7750 * gdb.base/jit-attach-pie.c: New file.
7751 * gdb.base/jit-attach-pie.exp: New file.
7752
6d61dee5
PA
77532016-09-28 Pedro Alves <palves@redhat.com>
7754
7755 * gdb.base/infcall-input.c: New file.
7756 * gdb.base/infcall-input.exp: New file.
7757
f73842fc
YQ
77582016-09-22 Yao Qi <yao.qi@linaro.org>
7759
7760 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7761 (gdb_exit): Rename it to ...
7762 (gdbserver_gdb_exit): ... Close GDBserver.
7763 (gdb_exit): New proc, call gdbserver_gdb_exit.
7764 (mi_gdb_exit): Likewise.
7765
90681dab
YQ
77662016-09-22 Yao Qi <yao.qi@linaro.org>
7767
7768 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7769 path.
7770 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7771 Remove duplication.
7772
9c211fd8
YQ
77732016-09-22 Yao Qi <yao.qi@linaro.org>
7774
7775 * lib/gdbserver-support.exp: Check the existence of
7776 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7777
ad0a504f
AK
77782016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7779
7780 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7781
36cf1806
TT
77822016-09-21 Tom Tromey <tom@tromey.com>
7783
7784 PR gdb/20604:
7785 * gdb.base/quit.exp: New file.
7786
74172ecf
SM
77872016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7788
7789 * .gitignore: New file.
7790
3d0ec882
MR
77912016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7792
7793 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7794 throughout.
7795
8193adea
AA
77962016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7797
7798 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7799
d41a5c09
JK
78002016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7801
7802 * gdb.cp/casts.cc (decltype): Move it ...
7803 (main): ... with its call to ...
7804 * gdb.cp/casts03.cc: ... a new file.
7805 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7806
d2dfe700
JK
78072016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7808
7809 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7810
e2a92b16
PB
78112016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7812
7813 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7814 and sync up the test with tests in gas/testsuite/gas/ppc.
7815 * gdb.arch/powerpc-power.exp: Likewise.
7816
49b4de64
JK
78172016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7818
7819 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7820
2c29df25
SDJ
78212016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7822 Jan Kratochvil <jan.kratochvil@redhat.com>
7823
7824 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7825 make m1's definition to be different from m2's. Use 'dummy' as an
7826 argument for probe 'two'.
7827
cc3c2846
JB
78282016-09-10 Jon Beniston <jon@beniston.com>
7829
7830 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7831 for sim target.
7832
e1b2624a
AA
78332016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7834
7835 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7836 variable declaration.
7837 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7838 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7839 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7840 received HWCAP as its argument.
7841
4295e285
PA
78422016-09-06 Pedro Alves <palves@redhat.com>
7843
7844 * gdb.base/new-ui-pending-input.c: New file.
7845 * gdb.base/new-ui-pending-input.exp: New file.
7846 * gdb.exp (clear_gdb_spawn_id): New procedure.
7847 (with_spawn_id): Check whether gdb_spawn_id exists before
7848 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7849 on exit.
7850
00d5215e
UW
78512016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7852
7853 * gdb.base/float128.c: New file.
7854 * gdb.base/float128.exp: Likewise.
7855 * gdb.base/floatn.c: Likewise.
7856 * gdb.base/floatn.exp: Likewise.
7857
a9ff5f12
UW
78582016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7859
7860 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7861
f245535c
PA
78622016-09-05 Pedro Alves <palves@redhat.com>
7863
7864 PR backtrace/19927
7865 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7866 unwinders are immediately called as side effect of "source" or
7867 "disable unwinder" commands.
7868 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7869
ae9cf263
YQ
78702016-09-02 Yao Qi <yao.qi@linaro.org>
7871
7872 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7873 is true and $type is "float" or "double".
7874
27aba047
YQ
78752016-09-02 Yao Qi <yao.qi@linaro.org>
7876
7877 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7878 true.
7879 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7880 * gdb.base/call-rt-st.exp: Likewise.
7881 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7882 return value instead of gdb,skip_float_test.
7883 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7884 (do_function_calls): Use its return value instead of
7885 gdb,skip_float_test.
7886 * gdb.base/finish.exp: Likewise.
7887 * gdb.base/funcargs.exp: Likewise.
7888 * gdb.base/return.exp: Likewise.
7889 * gdb.base/return2.exp: Likewise.
7890 * gdb.base/varargs.exp: Likewise.
7891 * lib/gdb.exp (gdb_skip_float_test): Change it to
7892 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7893
5af962df
AA
78942016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7895
7896 * gdb.multi/tids.exp: Test "thread apply all".
7897
7fac6910
JK
78982016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7899
7900 * gdb.base/default.exp (tty): Remove.
7901
bb1fe4ac
KB
79022016-08-24 Kevin Buettner <kevinb@redhat.com>
7903
2806dc7e
PA
7904 * gdb.python/py-recurse-unwind.c: New file.
7905 * gdb.python/py-recurse-unwind.py: New file.
7906 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 7907
0a1ddfa6
SM
79082016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7909
7910 * gdb.base/set-inferior-tty.exp: New file.
7911 * gdb.base/set-inferior-tty.c: New file.
7912
d9de1fe3
PA
79132016-08-23 Pedro Alves <palves@redhat.com>
7914
7915 PR gdb/20494
7916 * gdb.base/new-ui-echo.c: New file.
7917 * gdb.base/new-ui-echo.exp: New file.
7918
e9d9abd7
YQ
79192016-08-23 Yao Qi <yao.qi@linaro.org>
7920
7921 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7922 gdbserver_spawn.
7923 * gdb.server/connect-without-multi-process.exp (do_test):
7924 Likewise.
7925
3589529e
YQ
79262016-08-23 Yao Qi <yao.qi@linaro.org>
7927
7928 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7929 standalone_txt. Delete gdb_txt and standalone_txt on host
7930 and target. Spawn the binary on target. Copy files from
7931 target to host.
7932
6bb90213
PA
79332016-08-22 Pedro Alves <palves@redhat.com>
7934
7935 PR gdb/20505
7936 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7937 with_test_prefix. Factor out bits to ...
7938 (test_no_vdso): ... this new procedure.
7939
20c2c024
CL
79402016-08-19 Carl Love <cel@us.ibm.com>
7941
7942 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7943 maintaining separate logic for constructing the output path.
7944 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7945 * gdb.arch/ppc-dfp.exp: Likewise.
7946 * gdb.arch/ppc-fp.exp: Likewise.
7947 * gdb.arch/vsx-regs.exp: Likewise.
7948 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7949 binprefix for generating the additional binary files.
7950
0646e07d
PA
79512016-08-19 Pedro Alves <palves@redhat.com>
7952
7953 * gdb.trace/mi-trace-frame-collected.exp
7954 (test_trace_frame_collected): On x32, expect two registers.
7955
46da9242
CL
79562016-08-18 Carl Love <cel@us.ibm.com>
7957
7958 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7959 and sync up the test with tests in gas/testsuite/gas/ppc.
7960 * gdb.arch/powerpc-power.exp: Likewise.
7961
eb2332d7
SM
79622016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7963
7964 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7965 expected error message.
7966
63c61e04
SM
79672016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7968
7969 * gdb.multi/remove-inferiors.exp: New file.
7970 * gdb.multi/remove-inferiors.c: New file.
7971
7b17065f
YQ
79722016-08-12 Yao Qi <yao.qi@linaro.org>
7973
7974 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7975 argument list.
7976
01d3dedf
PA
79772016-08-10 Pedro Alves <palves@redhat.com>
7978
7979 PR gdb/19187
7980 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7981 setup_kfails.
7982
3eb7562a
PA
79832016-08-09 Pedro Alves <palves@redhat.com>
7984 Simon Marchi <simon.marchi@ericsson.com>
7985
7986 PR gdb/20418
7987 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7988 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7989
80614914
PA
79902016-08-09 Pedro Alves <palves@redhat.com>
7991
7992 PR mi/20431
7993 * gdb.mi/mi-cmd-error.exp: New file.
7994
f348d89a
PA
79952016-08-09 Pedro Alves <palves@redhat.com>
7996
7997 PR gdb/18653
7998 * gdb.base/signals-state-child.c: New file.
7999 * gdb.base/signals-state-child.exp: New file.
8000 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8001
e5ca03b4
PA
80022016-08-09 Pedro Alves <palves@redhat.com>
8003
8004 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8005
282a0691
TT
80062016-08-03 Tom Tromey <tom@tromey.com>
8007
8008 PR python/18565:
8009 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8010
41bfcd63
YQ
80112016-08-01 Yao Qi <yao.qi@linaro.org>
8012
8013 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8014 variable mode to "multi-process" if $multi_process is 1, otherwise
8015 set it to "single-process".
8016
e3465b24
YQ
80172016-08-01 Yao Qi <yao.qi@linaro.org>
8018
8019 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8020 * gdb.cp/cpexprs.exp: Likewise.
8021 * gdb.cp/m-static.exp: Likewise.
8022
0b31a4bc
TT
80232016-07-26 Tom Tromey <tom@tromey.com>
8024
8025 PR python/20190:
8026 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8027 test.
8028
e0461dbb
MM
80292016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8030
8031 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8032 selecting assembly source files.
8033 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8034 assembly source files.
8035 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8036 assembly source files.
8037 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8038 selecting assembly source files.
8039
8194e927
SM
80402016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8041
8042 * gdb.base/new-ui.exp (do_test_invalid_args): New
8043 procedure.
8044
c0272db5
TW
80452016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8046
8047 * gdb.btrace/reconnect.c: New file.
8048 * gdb.btrace/reconnect.exp: New file.
8049
e3487908
GKB
80502016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8051
8052 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8053 to test_catch_syscall_group.
8054 (test_catch_syscall_group): New.
8055
12df5c00
TT
80562016-07-21 Tom Tromey <tom@tromey.com>
8057
8058 * gdb.rust/simple.rs (main): Use empty struct expression.
8059 * gdb.rust/simple.exp: Add tests for empty struct expression.
8060
bae62ee2
YQ
80612016-07-21 Yao Qi <yao.qi@linaro.org>
8062
8063 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8064 if gdb_skip_xml_test is true on some targets.
8065
b1b53fb3
YQ
80662016-07-21 Yao Qi <yao.qi@linaro.org>
8067
8068 * gdb.server/solib-list.exp: Unset last_loaded_file.
8069
027d97f8
JK
80702016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8071
8072 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8073 "step into captured_main (args)".
8074
7674d381
JK
80752016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8076
8077 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8078
72b5d099
JK
80792016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8080
8081 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8082
1f960ced
PA
80832016-07-19 Pedro Alves <palves@redhat.com>
8084
8085 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8086 * gdb.opt/inline-bt.exp: Likewise.
8087 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8088 additional_flags=-Winline.
8089 * gdb.opt/inline-locals.exp: Likewise.
8090 * gdb.opt/inline-markers.c (ATTR): Define.
8091 (inlined_fn): Use it.
8092
f25827c1
YQ
80932016-07-19 Yao Qi <yao.qi@linaro.org>
8094
8095 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8096 (test_with_self): Remove some code. Remove argument executable.
8097 (top-level): Use do_self_tests.
8098
37539ebe
DB
80992016-07-15 Zachary Welch <zwelch@codesourcery.com>
8100 Don Breazeal <donb@codesourcery.com>
8101
8102 * gdb.base/maint.exp: Escape paths used in regular expressions.
8103 * gdb.stabs/weird.exp: Likewise.
8104
dac790e1
TT
81052016-07-13 Tom Tromey <tom@tromey.com>
8106
8107 PR python/15620, PR python/18620:
8108 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8109 (test_bkpt_events): New procs.
8110
93daf339
TT
81112016-07-13 Tom Tromey <tom@tromey.com>
8112
8113 PR python/17698:
8114 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8115 test.
8116 (test_watchpoints): Likewise.
8117 (test_bkpt_pending): New proc.
8118
6571a381
TT
81192016-07-13 Tom Tromey <tom@tromey.com>
8120
8121 PR cli/18053:
8122 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8123 completion test.
8124
e8732474
JK
81252016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8126
8127 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8128 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8129 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8130 f_label.
8131 (g): Rename g_end_lbl to g_label.
8132 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8133 low_pc and high_pc.
8134 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8135
e0f3fd7c
TT
81362016-07-12 Tom Tromey <tom@tromey.com>
8137
8138 PR python/19293:
8139 * gdb.python/py-unwind-maint.exp: Update tests.
8140
3cfe46b6
YQ
81412016-07-12 Yao Qi <yao.qi@linaro.org>
8142
8143 * lib/selftest-support.exp (selftest_setup): Match the output
8144 when captured_main is inlined.
8145
4f19a0e6
WT
81462016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8147
8148 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8149 New variables.
8150 (print this%a, print this%b, print this): New tests.
8151 * gdb.fortran/derived-types.f90 (this): New object and
8152 initialization.
8153
986cf455
SM
81542016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8155
8156 * gdb.ada/arraydim.exp: Remove extra directory level in build
8157 directory.
8158
f0464b23
SM
81592016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8160
8161 * lib/ada.exp: Remove extra directory level in build directory.
8162 * gdb.ada/cond_lang.exp: Likewise.
8163 * gdb.ada/exec_changed.exp: Likewise.
8164 * gdb.ada/lang_switch.exp: Likewise.
8165
42d94011
MG
81662016-07-06 Manish Goregaokar <manish@mozilla.com>
8167
2806dc7e
PA
8168 * simple.rs: Add test for raw pointer subscripting.
8169 * simple.exp: Add test expectations.
42d94011 8170
647c264c
YQ
81712016-07-05 Yao Qi <yao.qi@linaro.org>
8172
8173 * gdb.mi/mi-reverse.exp: Match =record-started output.
8174
20aa2c60
PA
81752016-07-01 Pedro Alves <palves@redhat.com>
8176
8177 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8178 procedure.
8179 (jit_reader_test): Test the jit reader's unwinder.
8180 * gdb.base/jithost.c (jit_function_00_code): New global.
8181 (main): Use memcpy to fill in the mmapped code, instead of poking
8182 bytes manually here.
8183 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8184 value.
8185 (read_debug_info): Save the function's range.
8186 (read_sp): New function.
8187 (unwind_frame): Use it. Also unwind RBP.
8188 (get_frame_id): Use read_sp.
8189 (gdb_init_reader): Use calloc instead of malloc.
8190 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8191 parameter. Use gdb_test_multiple.
8192
ced2dffb
PA
81932016-07-01 Pedro Alves <palves@redhat.com>
8194 Antoine Tremblay <antoine.tremblay@ericsson.com>
8195
8196 * gdb.threads/process-dies-while-detaching.c: New file.
8197 * gdb.threads/process-dies-while-detaching.exp: New file.
8198
63000888
PA
81992016-07-01 Pedro Alves <palves@redhat.com>
8200
8201 * gdb.multi/watchpoint-multi-exit.c: New file.
8202 * gdb.multi/watchpoint-multi-exit.exp: New file.
8203
038d4868
PA
82042016-06-30 Pedro Alves <palves@redhat.com>
8205
8206 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8207 unset inferior_spawn_id.
8208
994e9c83
PA
82092016-06-30 Pedro Alves <palves@redhat.com>
8210
8211 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8212 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8213
e5653468
YQ
82142016-06-29 Yao Qi <yao.qi@linaro.org>
8215
8216 * gdb.base/return.c: Add copyright header.
8217
803b47e5
TT
82182016-06-29 Tom Tromey <tom@tromey.com>
8219
8220 PR python/20129:
8221 * gdb.python/py-framefilter.exp: Add tests for setting priority
8222 and disabling of non-existent frame filter.
8223
28244707
YQ
82242016-06-29 Yao Qi <yao.qi@linaro.org>
8225
8226 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8227 0x0f07ff.
8228
a31d2f06
YQ
82292016-06-28 Yao Qi <yao.qi@linaro.org>
8230
8231 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8232 triplets. Start gdb, execute catch syscall, and continue. Check
8233 gdb's output to determine catch syscall is supported.
8234
921d8f54
MG
82352016-06-27 Manish Goregaokar <manish@mozilla.com>
8236
25d49b86
PA
8237 * gdb.rust/simple.rs: Add test for returning unit in a function.
8238 * gdb.rust/simple.exp: Add expectation for functions returning
8239 unit.
921d8f54 8240
f4952523
PMR
82412016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8242
8243 * gdb.python/py-breakpoint-create-fail.c,
8244 gdb.python/py-breakpoint-create-fail.exp,
8245 gdb.python/py-breakpoint-create-fail.py: New testcase.
8246
fccb08f8
MG
82472016-06-25 Manish Goregaokar <manish@mozilla.com>
8248
8249 PR gdb/20239
8250 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8251 * gdb.rust/simple.exp: Add test expectations for new NonZero
8252 tests.
fccb08f8 8253
6b850546
DT
82542016-06-24 David Taylor <dtaylor@emc.com>
8255
8256 * gdb.base/offsets.exp: New file.
8257 * gdb.base/offsets.c: New file.
8258
17621150
TT
82592016-06-23 Tom Tromey <tom@tromey.com>
8260
8261 PR gdb/16483:
8262 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8263 before any filters are loaded.
8264
04d59df6
WT
82652016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8266
8267 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8268 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8269 structs.
8270 * gdb.fortran/derived-type-function.exp: New file.
8271 * gdb.fortran/derived-type-function.f90: New file.
8272
8273
ac69f786
PA
82742016-06-21 Pedro Alves <palves@redhat.com>
8275
8276 * gdb.base/new-ui.exp: New file.
8277 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8278 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8279 (with_spawn_id): New procedure.
8280
49940788
PA
82812016-06-21 Pedro Alves <palves@redhat.com>
8282
8283 * gdb.mi/mi-exec-run.exp: New file.
8284
ef274d26
PA
82852016-06-21 Pedro Alves <palves@redhat.com>
8286
8287 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8288 breakpoint command's output on the main UI.
8289 (test_break): New procedure, factored out from calls in the top
8290 level.
8291 (top level): Use foreach_with_prefix to test MI as main UI and as
8292 separate UI.
8293
468afe6c
PA
82942016-06-21 Pedro Alves <palves@redhat.com>
8295
8296 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8297 (test_awatch_creation_and_listing)
8298 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8299 Remove 'type' parameter.
8300 (test_watchpoint_all): New parameter mi_mode. Remove
8301 with_test_prefix.
8302 (top level): Use foreach_with_prefix, and add main/separate UI MI
8303 testing axis.
8304
51f77c37
PA
83052016-06-21 Pedro Alves <palves@redhat.com>
8306
8307 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8308 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8309 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8310 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8311 (gdb_main_spawn_id, mi_spawn_id): Declare and
8312 comment.
8313 (mi_create_inferior_pty): New procedure,
8314 factored out from default_mi_gdb_start.
8315 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8316 procedures.
8317 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8318 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8319 Use mi_create_inferior_pty.
8320 (mi_gdb_start): Use eval to pass down args list.
8321
8980e177
PA
83222016-06-21 Pedro Alves <palves@redhat.com>
8323
8324 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8325 * gdb.opt/inline-cmds.exp: Add MI tests.
8326
f38d3ad1
PA
83272016-06-21 Pedro Alves <palves@redhat.com>
8328
8329 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8330
45db7c09
PA
83312016-06-21 Pedro Alves <palves@redhat.com>
8332
8333 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8334 (top level): Use it instead of mi_execute_to.
8335
5a069ab3
PA
83362016-06-21 Pedro Alves <palves@redhat.com>
8337
8338 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8339 (cont_handler_str): New.
8340 (signal_stop_handler): Set stop_handler_str instead of printing to
8341 stdout.
8342 (continue_handler): Set cont_handler_str instead of printing to
8343 stdout.
8344 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8345 mi_send_resuming_command. Print stop_handler_str and
8346 cont_handler_str instead of expecting the python events print
8347 directly.
8348
2838cc1d
SD
83492016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8350
8351 * gdb.base/jit-reader.exp: New file.
8352 * gdb.base/jithost.c: New file.
8353 * gdb.base/jithost.h: New file.
8354 * gdb.base/jitreader.c : New file.
8355 * gdb.base/jit-protocol.h: New file.
8356
21a77091
YQ
83572016-06-17 Yao Qi <yao.qi@linaro.org>
8358
8359 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8360 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8361 and detach-on-fork. Adjust tests.
8362 (top level): Invoke break_cond_on_syscall with combinations of
8363 syscall, follow-fork-mode and detach-on-fork.
8364
f50bf8e5
YQ
83652016-06-17 Yao Qi <yao.qi@linaro.org>
8366
8367 * gdb.base/step-over-exit.c: New.
8368 * gdb.base/step-over-exit.exp: New.
8369
a28d8e50
YTL
83702016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8371
8372 * gdb.base/float.exp: Add target check for nds32*-*-*.
8373 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8374
cad8e26d
AB
83752016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8376
8377 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8378 for unsupported target features.
8379 * gdb.base/call-rt-st.exp: Likewise.
8380 * gdb.base/call-sc.exp: Likewise.
8381 * gdb.base/call-signal-resume.exp: Likewise.
8382 * gdb.base/call-strs.exp: Likewise.
8383 * gdb.base/callexit.exp: Likewise.
8384 * gdb.base/callfuncs.exp: Likewise.
8385 * gdb.base/nodebug.exp: Likewise.
8386 * gdb.base/printcmds.exp: Likewise.
8387 * gdb.base/ptype.exp: Likewise.
8388 * gdb.base/structs.exp: Likewise.
8389 * gdb.base/unwindonsignal.exp: Likewise.
8390 * gdb.cp/gdb2495.exp: Likewise.
8391 * gdb.cp/templates.exp: Likewise.
8392 * gdb.cp/virtfunc.exp: Likewise.
8393 * gdb.threads/hand-call-in-threads.exp: Likewise.
8394 * gdb.threads/interrupted-hand-call.exp: Likewise.
8395 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8396
347dc102
TT
83972016-06-10 Tom Tromey <tom@tromey.com>
8398
8399 PR rust/20110:
8400 * gdb.rust/expr.exp: Add test for integer constant larger than
8401 i32.
8402
5e13cf25
BH
84032016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8404
8405 * gdb.fortran/nested-funcs.exp: New.
8406 * gdb.fortran/nested-funcs.f90: New.
8407
bb556f1f
TK
84082016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8409
8410 * gdb.base/examine-backward.c: New file.
8411 * gdb.base/examine-backward.exp: New file.
8412
38b022b4
SM
84132016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8414
8415 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8416 matching.
8417
1b40ec05
TT
84182016-06-02 Tom Tromey <tom@tromey.com>
8419
8420 PR python/18984:
8421 * gdb.python/py-shared.exp: Add solib_name test.
8422
193bd378
SM
84232016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8424
8425 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8426
3326303b
MG
84272016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8428
8429 PR c++/19893
8430 * gdb.dwarf2/implref.exp: Rename to...
8431 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8432 * gdb.dwarf2/implref-array.c: New file.
8433 * gdb.dwarf2/implref-array.exp: Likewise.
8434 * gdb.dwarf2/implref-global.c: Likewise.
8435 * gdb.dwarf2/implref-global.exp: Likewise.
8436 * gdb.dwarf2/implref-struct.c: Likewise.
8437 * gdb.dwarf2/implref-struct.exp: Likewise.
8438
825c8ef2
AT
84392016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8440
8441 * gdb.trace/trace-condition.exp: Add 64bit tests.
8442
2320162a
AT
84432016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8444
8445 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8446 bits types.
8447 (main): Adapt to 8 to 64 bits types.
8448 * gdb.trace/trace-condition.exp: Add new tests.
8449
a7818233
AT
84502016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8451
8452 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8453
0d336466
AT
84542016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8455
8456 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8457 Move condition tests...
8458 * gdb.trace/trace-condition.exp: Here.
8459
7faeb45a
AT
84602016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8461
8462 * gdb.trace/trace-condition.exp: Add counter-case tests.
8463
e385593e
JK
84642016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8465
8466 PR c++/15231
8467 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8468 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8469
744608cc
PA
84702016-05-27 Pedro Alves <palves@redhat.com>
8471
8472 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8473 New procedure.
8474 (top level): Call it, and bail out of DejaGnu is known to be bad.
8475
ac775bf4
AB
84762016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8477
8478 * gdb.base/whatis.c: Extend the test case.
8479 * gdb.base/whatis.exp: Add additional tests.
8480
2bbad2ea
BH
84812016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8482
8483* gdb.fortran/type.f90: Add pointer variable.
8484* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8485
8b70175d
BH
84862016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8487
8488 * gdb.fortran/vla-type.exp: Fix testcase name.
8489
86d8a848
BH
84902016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8491
8492 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8493
e188eb36
BH
84942016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8495
8496 * gdb.fortran/type.f90: Add nested structures.
8497 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8498 * gdb.fortran/derived-type.exp: Adapt expected output.
8499 * gdb.fortran/vla-type.exp: Adapt expected output.
8500
9b2db1fd
BH
85012016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8502
8503 * gdb.fortran/whatis_type.exp: Adapt expected output.
8504
72b17055
BH
85052016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8506
8507 * gdb.fortran/print_type.exp: Fix expected output.
8508 * gdb.fortran/whatis_type.exp: Fix expected output.
8509
3cd81d8d
BH
85102016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8511
8512 * gdb.fortran/whatis_type.exp: Use multi_line.
8513
ddae9462
TT
85142016-05-24 Tom Tromey <tom@tromey.com>
8515
8516 PR python/17386:
8517 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8518 use value as an index.
8519
1957f6b8
TT
85202016-05-23 Tom Tromey <tom@tromey.com>
8521
8522 PR python/17981:
8523 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8524 no-breakpoint case.
8525
026a9174
PA
85262016-05-24 Pedro Alves <palves@redhat.com>
8527
8528 PR gdb/19828
8529 * gdb.threads/clone-attach-detach.c: New file.
8530 * gdb.threads/clone-attach-detach.exp: New file.
8531
e70a7231
FR
85322016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8533
8534 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8535
0f6ed0e0
TT
85362016-05-23 Tom Tromey <tom@tromey.com>
8537
8538 PR python/19438, PR python/18393:
8539 * gdb.python/py-progspace.exp: Add "dir" test.
8540 * gdb.python/py-objfile.exp: Add "dir" test.
8541
ffd19d61
YQ
85422016-05-23 Yao Qi <yao.qi@linaro.org>
8543
8544 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8545 * gdb.arch/thumb2-it.exp: Likewise.
8546
9e8f9b05
SM
85472016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8548
8549 * gdb.mi/mi-threads-interrupt.c: New file.
8550 * gdb.mi/mi-threads-interrupt.exp: New file.
8551
61c6156d
SM
85522016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8553
8554 PR gdb/18077
8555 * gdb.mi/mi-async-run.exp: New file.
8556 * gdb.mi/mi-async-run.c: New file.
8557
67218854
TT
85582016-05-17 Tom Tromey <tom@tromey.com>
8559 Manish Goregaokar <manishsmail@gmail.com>
8560
8561 * lib/rust-support.exp: New file.
8562 * lib/gdb.exp (skip_rust_tests): New proc.
8563 (build_executable_from_specs): Handle rust.
8564 * lib/future.exp (gdb_find_rustc): New proc.
8565 (gdb_default_target_compile): Handle rust.
8566 * gdb.rust/expr.exp: New file.
8567 * gdb.rust/generics.exp: New file.
8568 * gdb.rust/generics.rs: New file.
8569 * gdb.rust/methods.exp: New file.
8570 * gdb.rust/methods.rs: New file.
8571 * gdb.rust/modules.exp: New file.
8572 * gdb.rust/modules.rs: New file.
8573 * gdb.rust/simple.exp: New file.
8574 * gdb.rust/simple.rs: New file.
8575
c44af4eb
TT
85762016-05-17 Tom Tromey <tom@tromey.com>
8577
8578 * gdb.base/default.exp (set language): Add rust.
8579
dcd1f979
TT
85802016-05-17 Tom Tromey <tom@tromey.com>
8581
8582 * gdb.gdb/unittest.exp: New file.
8583
155b7f57
YQ
85842016-05-16 Yao Qi <yao.qi@linaro.org>
8585
8586 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8587 shell_prompt. Update shell_prompt_re.
8588
8ddd5a6c
DE
85892016-05-12 Doug Evans <dje@google.com>
8590
8591 PR symtab/19999
8592 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8593 $options when building executable.
8594 * gdb.dwarf2/fission-loclists-pie.S: New file.
8595 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8596
02e370d9
SM
85972016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8598
8599 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8600 of [is_remote target],
8601
8929ad8b
SM
86022016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8603
8604 * lib/gdb.exp (use_gdb_stub): New procedure.
8605
6c447423
DE
86062016-05-03 Yunlian Jiang <yunlian@google.com>
8607 Doug Evans <dje@google.com>
8608
8609 PR symtab/19914
8610 * gdb.dwarf2/dwp-sepdebug.c: New file.
8611 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8612
444e826c
SM
86132016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8614
8615 * gdb.base/detach.exp: Remove is_remote check.
8616
740feeaa
SM
86172016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8618
8619 * gdb.base/annota-input-while-running.exp: Don't check for
8620 [is_remote target]. Enable annotations after running to main.
8621 Remove unused "set test..." line.
8622
9080ac9d
SM
86232016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8624
8625 * gdb.trace/trace-enable-disable.exp: New file.
8626 * gdb.trace/trace-enable-disable.c: New file.
8627
952ebca5
SM
86282016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8629
8630 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8631 use it in info sharedlibrary test.
8632 * gdb.trace/ftrace-lock.exp: Likewise.
8633 * gdb.trace/ftrace.exp: Likewise.
8634 * gdb.trace/range-stepping.exp: Likewise.
8635 * gdb.trace/trace-break.exp: Likewise.
8636 * gdb.trace/trace-condition.exp: Likewise.
8637 * gdb.trace/trace-mt.exp: Likewise.
8638
d9019901
SM
86392016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8640
8641 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8642 (gdb_load_shlib): ... this.
8643 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8644 gdb_load_shlib.
8645 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8646 * gdb.base/ctxobj.exp: Likewise.
8647 * gdb.base/dprintf-pending.exp: Likewise.
8648 * gdb.base/dso2dso.exp: Likewise.
8649 * gdb.base/fixsection.exp: Likewise.
8650 * gdb.base/gcore-relro.exp: Likewise.
8651 * gdb.base/gdb1555.exp: Likewise.
8652 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8653 * gdb.base/gnu-ifunc.exp: Likewise.
8654 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8655 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8656 * gdb.base/pending.exp: Likewise.
8657 * gdb.base/print-file-var.exp: Likewise.
8658 * gdb.base/print-symbol-loading.exp: Likewise.
8659 * gdb.base/shlib-call.exp: Likewise.
8660 * gdb.base/shreloc.exp: Likewise.
8661 * gdb.base/so-impl-ld.exp: Likewise.
8662 * gdb.base/solib-disc.exp: Likewise.
8663 * gdb.base/solib-nodir.exp: Likewise.
8664 * gdb.base/solib-overlap.exp: Likewise.
8665 * gdb.base/solib-symbol.exp: Likewise.
8666 * gdb.base/solib-weak.exp (do_test): Likewise.
8667 * gdb.base/sym-file.exp: Likewise.
8668 * gdb.base/symtab-search-order.exp: Likewise.
8669 * gdb.base/type-opaque.exp: Likewise.
8670 * gdb.base/unload.exp: Likewise.
8671 * gdb.base/watchpoint-solib.exp: Likewise.
8672 * gdb.compile/compile.exp: Likewise.
8673 * gdb.cp/gdb2384.exp: Likewise.
8674 * gdb.cp/infcall-dlopen.exp: Likewise.
8675 * gdb.cp/re-set-overloaded.exp: Likewise.
8676 * gdb.fortran/library-module.exp: Likewise.
8677 * gdb.opt/solib-intra-step.exp: Likewise.
8678 * gdb.python/py-finish-breakpoint.exp: Likewise.
8679 * gdb.python/py-shared.exp: Likewise.
8680 * gdb.reverse/solib-precsave.exp: Likewise.
8681 * gdb.reverse/solib-reverse.exp: Likewise.
8682 * gdb.server/solib-list.exp: Likewise.
8683 * gdb.threads/dlopen-libpthread.exp: Likewise.
8684 * gdb.threads/tls-shared.exp: Likewise.
8685 * gdb.threads/tls-so_extern.exp: Likewise.
8686 * gdb.trace/change-loc.exp: Likewise.
8687 * gdb.trace/ftrace-lock.exp: Likewise.
8688 * gdb.trace/ftrace.exp: Likewise.
8689 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8690 * gdb.trace/pending.exp: Likewise.
8691 * gdb.trace/range-stepping.exp: Likewise.
8692 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8693 (strace_info_marker): Likewise.
8694 (strace_probe_marker): Likewise.
8695 (strace_trace_on_same_addr): Likewise.
8696 (strace_trace_on_diff_addr): Likewise.
8697 * gdb.trace/trace-break.exp: Likewise.
8698 * gdb.trace/trace-condition.exp: Likewise.
8699 * gdb.trace/trace-mt.exp: Likewise.
8700
fca4cfd9
SM
87012016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8702
8703 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8704 result of gdb_remote_download.
8705 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8706 * gdb.base/dso2dso.exp: Likewise.
8707 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8708 * gdb.base/print-file-var.exp: Likewise.
8709 * gdb.base/shlib-call.exp: Likewise.
8710 * gdb.base/shreloc.exp: Likewise.
8711 * gdb.base/solib-overlap.exp: Likewise.
8712 * gdb.base/solib-weak.exp (do_test): Likewise.
8713 * gdb.base/unload.exp: Likewise.
8714
11cf4ffb
YQ
87152016-04-27 Yao Qi <yao.qi@linaro.org>
8716
8717 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8718 exists.
8719
3e2e34f8
KB
87202016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8721
8722 * vla-type.exp: Print structure from toplevel.
8723
8f07e298
BH
87242016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8725
8726 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8727 of dynamic types.
8728 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8729 of dynamic types.
8730
9920b434
BH
87312016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8732
8733 * gdb.fortran/vla-type.f90: New file.
8734 * gdb.fortran/vla-type.exp: New file.
8735
f3abeff5
YQ
87362016-04-25 Yao Qi <yao.qi@linaro.org>
8737
8738 * gdb.base/branch-to-self.c: New file.
8739 * gdb.base/branch-to-self.exp: New file.
8740
0a5d52f0
YQ
87412016-04-22 Yao Qi <yao.qi@linaro.org>
8742
8743 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8744 more after $hex.
8745
495346f6
YQ
87462016-04-22 Yao Qi <yao.qi@linaro.org>
8747
8748 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8749 * gdb.base/annota3.exp: Likewise.
8750
4a7e075c
YQ
87512016-04-22 Yao Qi <yao.qi@linaro.org>
8752
8753 * gdb.reverse/step-precsave.exp: Do one step and test program
8754 stops in "callee" and do multiple steps until program goes out
8755 of "callee".
8756 * gdb.reverse/step-reverse.exp: Likewise.
8757
5b061e98
YQ
87582016-04-22 Yao Qi <yao.qi@linaro.org>
8759
8760 * gdb.trace/signal.exp: Also pass if
8761 $tracepoint_hits($i) > $iterations.
8762
5c5dc57f
YQ
87632016-04-22 Yao Qi <yao.qi@linaro.org>
8764
8765 * gdb.trace/signal.c: New file.
8766 * gdb.trace/signal.exp: New file.
8767
a55411b9
DE
87682016-04-19 Doug Evans <xdje42@gmail.com>
8769
8770 * gdb.base/bad-file.exp: New file.
8771
a22df60a
MG
87722016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8773
8774 * gdb.dwarf2/implref.exp: New file.
8775
0c13f7e5
BH
87762016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8777
8778 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8779 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8780 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8781 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8782 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8783 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8784 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8785 * lib/fortran.exp (fortran_int4): New procedure.
8786 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8787 (fortran_logical4): Likewise.
8788
9b9b09e9
BH
87892016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8790
8791 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8792
a14d1f4d
BH
87932016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8794
8795 * lib/compiler.c: Add Intel specific preprocessor macros.
8796 * lib/compiler.cc: Likewise.
25d49b86 8797
7d49b1d0
LM
87982016-04-13 Luis Machado <lgustavo@codesourcery.com>
8799
8800 * gdb.server/connect-with-no-symbol-file.c: New file.
8801 * gdb.server/connect-with-no-symbol-file.exp: New file.
8802
8392fa22
SM
88032016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8804
8805 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8806
8c4c4aeb
SM
88072016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8808
8809 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8810 standard output directory.
8811
45e3745e
AT
88122016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8813
8814 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8815
e26b7e41
MM
88162016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8817
8818 * gdb.btrace/instruction_history.c (loop): Add declaration.
8819
8ce09462
AT
88202016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8821
8822 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8823
2e88a1ea
SM
88242016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8825
8826 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8827 parentheses to print.
8828 (continue_handler): Likewise.
8829
f48e22e3
SM
88302016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8831
8832 * gdb.server/solib-list.exp: Remove is_remote check.
8833 Pass shlib= to gdb_compile. Don't link shared library with
8834 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8835 Run binary filename through "readlink -f" on the target.
8836
096be756
PA
88372016-04-08 Pedro Alves <palves@redhat.com>
8838
8839 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8840 interpreter filename as argument to gdbserver_spawn.
8841 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8842 Return empty if $last_loaded_file does not exist.
8843
06500533
JK
88442016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8845
8846 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8847 * gdb.base/jit-main.c: Use exit after usage.
8848
2d35e871
JK
88492016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8850
8851 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8852 GDBHISTSIZE prior to the tests.
8853 * gdb.base/gdbinit-history.exp: Likewise.
8854
88552016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
8856
8857 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8858 instead of build_executable. Use gdb_load_shlibs.
8859
c8064e7e
YQ
88602016-04-07 Yao Qi <yao.qi@linaro.org>
8861
8862 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8863 Execute "si" command.
8864
bde47561
YQ
88652016-04-07 Yao Qi <yao.qi@linaro.org>
8866
8867 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8868 number instead of the comments on some line.
8869
b16f8a3b
DB
88702016-04-06 Don Breazeal <donb@codesourcery.com>
8871
8872 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8873 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8874
c2f901df
SM
88752016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8876
8877 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8878 standard_output_file. Remove unused binfile variable.
8879
ac17fda0
CU
88802016-04-05 Catalin Udma <catalin.udma@freescale.com>
8881
8882 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8883 * gdb.python/py-mi-objfile.exp: Match "list main" output
8884 in console format.
8885
03a8c4df
SM
88862016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8887
8888 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8889 absolute.
8890
6e774b13
SM
88912016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8892
8893 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8894 absolute.
8895 * gdb.trace/ftrace.exp: Likewise.
8896 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8897 targets as well.
8898 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8899 (gdb_load_shlibs): Copy libraries to test directory when testing
8900 natively. Only set solib-search-path if testing remotely.
8901 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8902
7817ea46
SM
89032016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8904
8905 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8906 gdb_download. Use it even if the target is not remote.
8907 * gdb.base/jit.exp (compile_jit_test): Likewise.
8908 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8909 output directory if the destination board is local, otherwise use
8910 the standard remote_download from DejaGnu.
8911 (gdb_download): Remove.
8912 (gdb_load_shlibs): Use gdb_remote_download instead of
8913 gdb_download.
8914 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8915 Use gdb_remote_download instead of gdb_download. Use it even if
8916 the target is not remote.
8917 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8918 instead of gdb_download.
8919
7beb7f68
SM
89202016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8921
8922 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8923 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8924 run.
8925
cc63428a
AV
89262016-04-01 Artemiy Volkov <artemiyv@acm.org>
8927
8928 PR gdb/19820
8929 * gdb.base/printcmds.exp: Add artificial arrays tests.
8930
64cdf930
PA
89312016-03-31 Pedro Alves <palves@redhat.com>
8932
8933 PR gdb/19858
8934 * gdb.base/jit-main.c: Include unistd.h.
8935 (ATTACH): Define to 0 if not already defined.
8936 (wait_for_gdb, mypid): New globals.
8937 (WAIT_FOR_GDB): New macro.
8938 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8939 some breakpoint locations.
8940 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8941 New procedures.
8942 (one_jit_test): Add REATTACH parameter, and handle it. Use
8943 continue_to_test_location.
8944 (top level): Test attach, and adjusts calls to one_jit_test.
8945
40dea8cb
PA
89462016-03-31 Pedro Alves <palves@redhat.com>
8947
8948 PR gdb/19858
8949 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8950 BINSUFFIX parameter, and handle it.
8951 (top level): Adjust calls compile_jit_test.
8952
e7ea3ec7
CU
89532016-03-31 Catalin Udma <catalin.udma@freescale.com>
8954
8955 PR python/19743
8956 * gdb.python/py-mi-events-gdb.py: New file.
8957 * gdb.python/py-mi-events.c: New file.
8958 * gdb.python/py-mi-events.exp: New file.
8959
e6359af3
YQ
89602016-03-30 Yao Qi <yao.qi@linaro.org>
8961
8962 * gdb.reverse/until-precsave.exp: Match function name only.
8963 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8964 Move malloc to a condition block.
8965 * gdb.reverse/until-reverse.exp: Match function name only.
8966
a4105d04
MK
89672016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8968
8969 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8970 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8971 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8972 variable for GPR 0 instead of assuming it is register 0.
8973 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8974 * lib/trace-support.exp: Add s390 registers.
8975
bfa6adb9
YQ
89762016-03-29 Yao Qi <yao.qi@linaro.org>
8977
8978 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8979
1e6697ea
YQ
89802016-03-24 Yao Qi <yao.qi@linaro.org>
8981
8982 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8983 test message.
8984
64bcd522
AA
89852016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8986
8987 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8988 maintaining separate logic for constructing the output path.
8989
7868401b
DB
89902016-03-16 Don Breazeal <donb@codesourcery.com>
8991
8992 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8993 Retry fork and waitpid on interrupted system call errors.
8994 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8995 Use with_timeout_factor to increase timeout by factor of 10.
8996
1cafadb4
DB
89972016-03-15 Don Breazeal <donb@codesourcery.com>
8998
8999 * gdb.cp/scope-err.cc: New test program.
9000 * gdb.cp/scope-err.exp: New test script.
9001 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9002 lines and "set breakpoint here" comment.
9003 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9004 Fixed some whitespace and format issues.
9005 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9006 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9007
81516450
DE
90082016-03-15 Doug Evans <dje@google.com>
9009
9010 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9011 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9012 All callers updated. Add tests for enums, mixed flags register.
9013
aa52b601
DE
90142016-03-15 Doug Evans <dje@google.com>
9015
9016 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9017 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9018
fa4ff313
SM
90192016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9020
9021 * gdb.base/default.exp: Add $_as_string to the list of expected
9022 convenience functions.
9023
f2403c39
AB
90242016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9025
9026 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9027
f2f3ccb9
SM
90282016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9029
9030 * gdb.python/py-as-string.exp: New file.
9031 * gdb.python/py-as-string.c: New file.
9032
00dbd492
PA
90332016-03-09 Pedro Alves <palves@redhat.com>
9034
9035 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9036 signal" -> "Thread NN received signal" output change.
9037 * gdb.threads/ia64-sigill.exp: Likewise.
9038 * gdb.threads/linux-dp.exp: Likewise.
9039 * gdb.threads/manythreads.exp: Likewise.
9040 * gdb.threads/pending-step.exp: Likewise.
9041 * gdb.threads/print-threads.exp: Likewise.
9042 * gdb.threads/sigstep-threads.exp: Likewise.
9043 * gdb.threads/staticthreads.exp: Likewise.
9044 * gdb.threads/tls.exp: Likewise.
9045
1e6697ea
YQ
90462016-03-09 Pedro Alves <palves@redhat.com>
9047
9048 * gdb.base/command-line-input.exp: New file.
9049
b04fd3be
MK
90502016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9051
9052 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9053 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9054 * gdb.trace/pending.exp: Accept leading dot before function name.
9055 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9056 * lib/trace-support.exp: Set registers for ppc.
9057
98fa59e9
MK
90582016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9059
9060 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9061 use it for disassembly; accept .main in addition to main in backtrace.
9062
f77198c8
MK
90632016-03-09 Wei-cheng Wang <cole945@gmail.com>
9064 Marcin Kościelnicki <koriakin@0x04.net>
9065
9066 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9067 (gdb_recursion_test_ptr): New global variable.
9068 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9069 gdb_recursion_test.
9070 (gdb_c_test): Ditto.
9071
ba84e0da
MK
90722016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9073
9074 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9075 ordering.
9076
4366d36e
MK
90772016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9078
9079 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9080 (bar): Add bar_start_lbl label.
9081 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9082 of foo/bar for emitting DWARF and tracing.
9083
5eb264df
SDJ
90842016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9085
9086 * analyze-racy-logs.py: Set executable bit.
9087
fb6a751f
SDJ
90882016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9089
9090 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9091 (CHECK_TARGET_TMP): Likewise.
9092 (check-single-racy): New rule.
9093 (check-parallel-racy): Likewise.
9094 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9095 (do-check-parallel-racy): New rule.
9096 (check-racy/%.exp): Likewise.
9097 * README (Racy testcases): New section.
9098 * analyze-racy-logs.py: New file.
9099
bdf7e230
DE
91002016-03-03 Doug Evans <dje@google.com>
9101
9102 * gdb.base/skip.exp: Use with_test_prefix.
9103
4719d415
YQ
91042016-03-03 Yao Qi <yao.qi@linaro.org>
9105
9106 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9107 Invoke step_over_syscall "clone" and break_cond_on_syscall
9108 "clone".
9109 * gdb.base/step-over-clone.c: New file.
9110
ea507862
YQ
91112016-03-03 Yao Qi <yao.qi@linaro.org>
9112
9113 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9114 code format.
9115
8fc8cbda
YQ
91162016-03-03 Yao Qi <yao.qi@linaro.org>
9117
9118 * gdb.base/disp-step-fork.c: Rename to ...
9119 * gdb.base/step-over-fork.c: ... it. New file.
9120 * gdb.base/disp-step-vfork.c: Rename to ...
9121 * gdb.base/step-over-vfork.c: ... it. New file.
9122 * gdb.base/disp-step-syscall.exp: Rename to ...
9123 * gdb.base/step-over-syscall.exp: ... it. New file.
9124 (disp_step_cross_syscall): Rename to ...
9125 (step_over_syscall): ... it.
9126
92fa70b0
YQ
91272016-03-03 Yao Qi <yao.qi@linaro.org>
9128
9129 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9130 If target supports condition evaluation on target, invoke
9131 break_cond_on_syscall for fork and vfork.
9132
e197ad3c
YQ
91332016-03-03 Yao Qi <yao.qi@linaro.org>
9134
9135 * gdb.base/disp-step-syscall.exp: Don't invoke
9136 support_displaced_stepping.
9137 (disp_step_cross_syscall): Test with displaced stepping off and
9138 on if supported.
9139
0b47da9f
YQ
91402016-03-03 Yao Qi <yao.qi@linaro.org>
9141
9142 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9143 proc.
9144 (setup): New proc.
9145 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9146 and setup.
9147
065ab6dc
BH
91482016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9149
9150 * gdb.fortran/vla-history.exp: Remove breakpoint.
9151
07e448ad 91522016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9153
25d49b86
PA
9154 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9155 exceeds timeout.
07e448ad 9156
9ac2d526 91572016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9158
25d49b86
PA
9159 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9160 breakpoint.
9ac2d526 9161
17807369
BH
91622016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9163
9164 * gdb.mi/vla.f90: Nullify pointer after declaration.
9165
86e501af
PA
91662016-03-01 Pedro Alves <palves@redhat.com>
9167
9168 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9169
1e903e32
PA
91702016-03-01 Pedro Alves <palves@redhat.com>
9171
9172 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9173 before anything else.
9174 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9175 _GNU_SOURCE here.
9176 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9177 before anything else.
9178 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9179
6ccb54e2
PA
91802016-03-01 Pedro Alves <palves@redhat.com>
9181
9182 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9183
30ca9da1
YQ
91842016-03-01 Yao Qi <yao.qi@linaro.org>
9185
9186 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9187 prepare_for_testing.
9188
dc856b38
YQ
91892016-03-01 Yao Qi <yao.qi@linaro.org>
9190
9191 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9192
4a932159
AA
91932016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9194
9195 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9196 manually constructing the output path.
9197
f2489477
AA
91982016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9199
9200 * gdb.arch/s390-stackless.S: New.
9201 * gdb.arch/s390-stackless.exp: New.
9202
38899f16
IB
92032016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9204
9205 * gdb.dlang/circular.c: New file.
9206 * gdb.dlang/circular.exp: New file.
9207
9fde51ed
YQ
92082016-02-26 Yao Qi <yao.qi@linaro.org>
9209
9210 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9211 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9212 (testcases): Update.
9213
ce90fefe
YQ
92142016-02-26 Yao Qi <yao.qi@linaro.org>
9215
9216 * gdb.reverse/aarch64.c: Rename to ...
9217 * gdb.reverse/insn-reverse.c: ... it.
9218 * gdb.reverse/aarch64.exp: Rename to ...
9219 * gdb.reverse/insn-reverse.exp: ... it.
9220
3263bceb
YQ
92212016-02-26 Yao Qi <yao.qi@linaro.org>
9222
9223 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9224 (testcase_ftype): New.
9225 (testcases): New array.
9226 (n_testcases): New.
9227 (main): Call each element in testcases.
9228 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9229 (read_testcase): New.
9230 Do the tests in a loop.
9231
6cb59ff1
YQ
92322016-02-25 Yao Qi <yao.qi@linaro.org>
9233
9234 * gdb.base/branches.c: Remove.
9235
ae91f625
MK
92362016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9237
9238 PR gdb/13808
9239 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9240
678b48b7
MK
92412016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9242
9243 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9244
7337a6f2
MK
92452016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9246
9247 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9248 change x86_64 call_insn to 'callq'.
9249
861ca91f
AT
92502016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9251
9252 * gdb.trace/tfile-avx.c: Move to...
9253 * gdb.trace/tracefile-pseudo-reg.c: Here.
9254 * gdb.trace/tfile-avx.exp: Move to...
9255 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9256
bf74e428
GB
92572016-02-24 Gary Benson <gbenson@redhat.com>
9258
9259 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9260 message on attach.
9261
cce0e923
DE
92622016-02-23 Doug Evans <dje@google.com>
9263
9264 * gdb.base/skip.c (test_skip): New function.
9265 (end_test_skip_file_and_function): New function.
9266 (test_skip_file_and_function): New function.
9267 * gdb.base/skip1.c (test_skip): New function.
9268 (skip1_test_skip_file_and_function): New function.
9269 * gdb.base/skip.exp: Add tests for new skip options.
9270 * gdb.base/skip-solib.exp: Update expected output.
9271 * gdb.perf/skip-command.cc: New file.
9272 * gdb.perf/skip-command.exp: New file.
9273 * gdb.perf/skip-command.py: New file.
9274
4000e47e
MK
92752016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9276
9277 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9278 info registers pattern.
9279
24f75ead
IB
92802016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9281
9282 * lib/future.exp: Add D support.
9283 (gdb_find_gdc): New proc.
9284 (gdb_default_target_compile): Add D support.
9285
fbb7bcbe
WW
92862016-02-18 Wei-cheng Wang <cole945@gmail.com>
9287
9288 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9289 user+system time.
9290 (trace_speed_test): Determine the iteration count for a time
9291 between 15..30 seconds.
9292
012b3a21
WT
92932016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9294
9295 * gdb.arch/i386-mpx-sigsegv.c: New file.
9296 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9297 * gdb.arch/i386-mpx-simple_segv.c: New file.
9298 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9299
2d5189bd
YQ
93002016-02-18 Yao Qi <yao.qi@linaro.org>
9301
9302 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9303 Don't call setup_kfail.
9304
40fb20d0
YQ
93052016-02-18 Yao Qi <yao.qi@linaro.org>
9306
9307 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9308 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9309
21b1f8d2
DE
93102016-02-16 Doug Evans <dje@google.com>
9311
9312 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9313 * gdb.base/skip1.c: Ditto.
9314 * gdb.base/skip.exp: Whitespace cleanup.
9315
4041ed77
DB
93162016-02-16 Don Breazeal <donb@codesourcery.com>
9317
9318 PR remote/19496
9319 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9320 Remove kfail for PR remote/19496.
9321
c4ef31bf
SM
93222016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9323
9324 * lib/gdb.exp (standard_temp_file): Return a path specific to
9325 the runtest invocation.
9326
266b65b3
SM
93272016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9328
9329 * gdb.trace/save-trace.exp: Change relative path to be in the
9330 standard output directory.
9331
a7a0a6a9
JK
93322016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9333
9334 * gdb.arch/i386-prologue.c: Add missing prototypes.
9335
c99dbb42
JK
93362016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9337
9338 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9339 * gdb.arch/i386-prologue.exp: Likewise.
9340 * gdb.arch/i386-size.exp: Likewise.
9341
aa480355
SM
93422016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9343
9344 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9345 define object file path.
9346 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9347 file path.
9348 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9349 standard_output_file to define binfile.
9350
ba881f50
JK
93512016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9352
9353 Fix compatibility with recent gfortran-5.3.1.
9354 * gdb.fortran/vla-history.exp (print vla1 allocated)
9355 (print vla2 allocated, print $2, print $3): Remove
9356 (print $4): Rename to ...
9357 (print $2): ... here.
9358 (print $9): Rename to ...
9359 (print $5): ... here.
9360 (print $10): Rename to ...
9361 (print $6): ... here.
9362 * gdb.fortran/vla.f90: Add pvla initialization.
9363
e9fb005c
JK
93642016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9365
9366 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9367 New test.
9368 * gdb.fortran/vla-value-sub.exp: Likewise.
9369
e44e00ff
MK
93702016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9371
9372 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9373
97e94151
SM
93742016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9375
9376 * i386-biarch-core.exp: Define corefile using
9377 standard_output_file.
9378
01113bc1
YQ
93792016-02-12 Yao Qi <yao.qi@linaro.org>
9380
9381 * gdb.arch/arm-single-step-kernel-helper.c: New.
9382 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9383
33b4777c
MM
93842016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9385
9386 * gdb.btrace/tailcall-only.exp: New.
9387 * gdb.btrace/tailcall-only.c: New.
9388 * gdb.btrace/x86_64-tailcall-only.S: New.
9389 * gdb.btrace/i686-tailcall-only.S: New.
9390
acc23c11
PA
93912016-02-11 Pedro Alves <palves@redhat.com>
9392
9393 * README (Parallel testing): Add missing double quotes.
9394
e352bf0a
PA
93952016-02-11 Pedro Alves <palves@redhat.com>
9396
9397 * README (Parallel testing): New section.
9398 (GDB_PARALLEL): Rewrite.
9399 (FORCE_PARALLEL): Document.
9400
9f5fed78
MK
94012016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9402
9403 * gdb.trace/tfile-avx.c: New test.
9404 * gdb.trace/tfile-avx.exp: New test.
9405
9ef9e6a6
KS
94062016-02-09 Keith Seitz <keiths@redhat.com>
9407
9408 PR breakpoints/19546
9409 * gdb.base/infcall-exec.c: New file.
9410 * gdb.base/infcall-exec2.c: New file.
9411 * gdb.base/infcall-exec.exp: New file.
9412
a96e36da
KS
94132016-02-09 Keith Seitz <keiths@redhat.com>
9414
9415 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9416 (toplevel): Call test_bkpt_address.
9417
9f61929f
KS
94182016-02-09 Keith Seitz <keiths@redhat.com>
9419
9420 PR python/19506
9421 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9422 (toplevel): Call test_bkpt_address.
9423
1e94266c
SM
94242016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9425
9426 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9427 to AC_OUTPUT.
9428 * configure: Regenerate.
9429
2a7f3dff
PA
94302016-02-09 Pedro Alves <palves@redhat.com>
9431
9432 PR breakpoints/19548
9433 * gdb.base/execl-update-breakpoints.c (some_function): New
9434 function.
9435 (main): Call it.
9436 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9437 Tighten expected GDB output.
9438
2151ccc5
SM
94392016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9440
9441 * Makefile.in (ALL_SUBDIRS): Remove.
9442 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9443 (distclean maintainer-clean realclean): Likewise.
9444 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9445 * configure: Regenerate.
9446 * gdb.ada/Makefile.in: Delete.
9447 * gdb.arch/Makefile.in: Likewise.
9448 * gdb.asm/Makefile.in: Likewise.
9449 * gdb.base/Makefile.in: Likewise.
9450 * gdb.btrace/Makefile.in: Likewise.
9451 * gdb.cell/Makefile.in: Likewise.
9452 * gdb.compile/Makefile.in: Likewise.
9453 * gdb.cp/Makefile.in: Likewise.
9454 * gdb.disasm/Makefile.in: Likewise.
9455 * gdb.dlang/Makefile.in: Likewise.
9456 * gdb.dwarf2/Makefile.in: Likewise.
9457 * gdb.fortran/Makefile.in: Likewise.
9458 * gdb.gdb/Makefile.in: Likewise.
9459 * gdb.go/Makefile.in: Likewise.
9460 * gdb.guile/Makefile.in: Likewise.
9461 * gdb.java/Makefile.in: Likewise.
9462 * gdb.linespec/Makefile.in: Likewise.
9463 * gdb.mi/Makefile.in: Likewise.
9464 * gdb.modula2/Makefile.in: Likewise.
9465 * gdb.multi/Makefile.in: Likewise.
9466 * gdb.objc/Makefile.in: Likewise.
9467 * gdb.opencl/Makefile.in: Likewise.
9468 * gdb.opt/Makefile.in: Likewise.
9469 * gdb.pascal/Makefile.in: Likewise.
9470 * gdb.perf/Makefile.in: Likewise.
9471 * gdb.python/Makefile.in: Likewise.
9472 * gdb.reverse/Makefile.in: Likewise.
9473 * gdb.server/Makefile.in: Likewise.
9474 * gdb.stabs/Makefile.in: Likewise.
9475 * gdb.threads/Makefile.in: Likewise.
9476 * gdb.trace/Makefile.in: Likewise.
9477 * gdb.xml/Makefile.in: Likewise.
9478 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9479 GDB_PARALLEL.
9480 (standard_output_file): Remove check for GDB_PARALLEL, always
9481 return path in outputs/$subdir/$testname.
9482
437277d4
SM
94832016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9484
9485 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9486 (site.exp): Assign abs_srcdir to tcl's srcdir.
9487
31d913c7
YQ
94882016-02-04 Yao Qi <yao.qi@linaro.org>
9489
9490 * gdb.base/foll-exec-mode.c: Include limits.h.
9491 (main): Add parameters argc and argv. Get directory from
9492 argv[0].
9493 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9494 compilation.
9495 * gdb.base/foll-exec.c: Include limits.h.
9496 (main): Add parameters argc and argv.
9497 Get directory from argv[0].
9498 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9499 Adjust tests on the number of lines as source code changed.
9500 * gdb.base/foll-vfork-exit.c: Include limits.h.
9501 (main): Add one line of statement before vfork.
9502 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9503 (main): Add parameters argc and argv. Get directory from
9504 argv[0].
9505 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9506 (setup_gdb): Set tbreak to skip some source lines.
9507 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9508 (main): Add parameters argc and argv. Get directory from
9509 argv[0].
9510 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9511 compilation.
9512 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9513 (main): Add parameters argc and argv. Get directory from
9514 argv[0].
9515 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9516 compilation.
9517
9482b9fb
DE
95182016-02-01 Doug Evans <dje@google.com>
9519
9520 * gdb.base/skip.exp: Clean up multiple references to same test name.
9521
6b2e4f10
PA
95222016-02-01 Pedro Alves <palves@redhat.com>
9523
ccb6afd6 9524 PR remote/19496
6b2e4f10
PA
9525 * gdb.threads/forking-threads-plus-breakpoint.exp
9526 (displaced_stepping_supported): New global.
9527 (probe_displaced_stepping_support): New procedure.
9528 (do_test): Add 'displaced' parameter, and use it.
9529 (top level): Check for displaced stepping support. Add displaced
9530 stepping on/off testing axis.
9531
37a8db1a
AB
95322016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9533
9534 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9535 pointer. Don't perform further tests on the unassociated pointer
9536 if the first test fails.
9537
5fdf6324
AB
95382016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9539
9540 * gdb.base/max-value-size.c: New file.
9541 * gdb.base/max-value-size.exp: New file.
9542 * gdb.base/huge.exp: Disable max-value-size for this test.
9543
935c6144
IB
95442016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9545
9546 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9547
7fe8399d
YQ
95482016-01-28 Yao Qi <yao.qi@linaro.org>
9549
9550 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9551
a2077e25
PA
95522016-01-25 Pedro Alves <palves@redhat.com>
9553
9554 PR threads/19461
9555 * gdb.base/fork-running-state.c: New file.
9556 * gdb.base/fork-running-state.exp: New file.
9557
1d2736d4
PA
95582016-01-25 Pedro Alves <palves@redhat.com>
9559
9560 PR gdb/19494
9561 * gdb.base/catch-fork-kill.c: New file.
9562 * gdb.base/catch-fork-kill.exp: New file.
9563
f1da4b11
PA
95642016-01-25 Pedro Alves <palves@redhat.com>
9565
9566 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9567 Delete, moved to lib/gdb.exp.
9568 * gdb.threads/forking-threads-plus-breakpoint.exp
9569 (foreach_with_prefix): Likewise.
9570 * gdb.threads/process-dies-while-handling-bp.exp
9571 (foreach_with_prefix): Likewise.
9572 * lib/gdb.exp (foreach_with_prefix): New procedure.
9573
45f38546
MK
95742016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9575
9576 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9577 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9578
dc29a1ce
MK
95792016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9580
9581 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9582 endian targets.
9583
092127d7
JK
95842016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9585 Pedro Alves <palves@redhat.com>
9586
9587 Fix testsuite compatibility with Guile.
9588 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9589 number.
9590
31d765d3
JK
95912016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9592
9593 Fix testsuite compatibility with Guile.
9594 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9595 (thread 1): New test for backtrace through signal handler.
9596
1ac78c04
YQ
95972016-01-22 Yao Qi <yao.qi@linaro.org>
9598
9599 PR testsuite/19491
9600 * gdb.base/multi-forks.c: Include
9601 ../lib/unbuffer_output.c
9602 (main): Call gdb_unbuffer_output.
9603
4f5946a8
DE
96042016-01-21 Doug Evans <dje@google.com>
9605
9606 * lib/ada.exp (gdb_compile_ada): Fix typo.
9607
305e13e6
JB
96082016-01-21 Joel Brobecker <brobecker@adacore.com>
9609
9610 * gdb.base/break-fun-addr.exp: New file.
9611 * gdb.base/break-fun-addr1.c: New file.
9612 * gdb.base/break-fun-addr2.c: New file.
9613
5f5dfff6
SM
96142016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9615
9616 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9617 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9618 enum flag values.
9619
fd356fa2
AA
96202016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9621
9622 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9623 when GDB can not set the vector return value. Add more comments
9624 for clarification.
9625
9df22175
AT
96262016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9627
9628 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9629 command.
9630
41d1845e
SM
96312016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9632
9633 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9634
01ac6840
SM
96352016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9636
9637 * Makefile.in (check-single): Pass --status to runtest.
9638 (check/%.exp): Likewise.
9639
96402016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9641
9642 * Makefile.in (check-parallel): Propagate return code from make
9643 do-check-parallel.
9644
bd0a71fa
MK
96452016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9646
9647 * gdb.trace/ftrace.exp: Fix expected message on continue.
9648 * gdb.trace/pending.exp: Fix expected message on continue.
9649 * gdb.trace/trace-break.exp: Fix expected message on continue.
9650
8bcbad33
SM
96512016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9652
9653 * lib/gdb.exp (gdb_test): Remove unused global references.
9654
f303dbd6
PA
96552016-01-18 Pedro Alves <palves@redhat.com>
9656
9657 * gdb.base/async-shell.exp: Adjust expected output.
9658 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9659 * gdb.base/siginfo-thread.exp: Adjust expected output.
9660 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9661 * gdb.java/jnpe.exp: Adjust expected output.
9662 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9663 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9664 * gdb.threads/leader-exit.exp: Adjust expected output.
9665 * gdb.threads/manythreads.exp: Adjust expected output.
9666 * gdb.threads/pthreads.exp: Adjust expected output.
9667 * gdb.threads/schedlock.exp: Adjust expected output.
9668 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9669 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9670 expected output.
9671 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9672 output.
9673 * gdb.threads/sigthread.exp: Adjust expected output.
9674 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9675
b2789696
YQ
96762016-01-18 Yao Qi <yao.qi@linaro.org>
9677
9678 * gdb.guile/scm-section-script.c: Replace @progbits with
9679 %progbits.
9680 * gdb.python/py-section-script.c: Likewise.
9681
71ef29a8
PA
96822016-01-15 Pedro Alves <palves@redhat.com>
9683
9684 * gdb.multi/tids.exp: Test star wildcard ranges.
9685
3f5b7598
PA
96862016-01-15 Pedro Alves <palves@redhat.com>
9687
9688 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9689 command from "thread apply" invocation.
9690 (thr_apply_info_thr_invalid): Default the expected output to the
9691 input tid list.
9692 (top level): Add tests that use convenience variables. Add tests
9693 for "thread apply" with a valid TID list, but missing the command.
9694
663f6d42
PA
96952016-01-13 Pedro Alves <palves@redhat.com>
9696
9697 * gdb.base/default.exp: Expect $_gthread as well.
9698 * gdb.multi/tids.exp: Test $_gthread.
9699 * gdb.threads/thread-specific.exp: Test $_gthread.
9700
c84f6bbf
PA
97012016-01-13 Pedro Alves <palves@redhat.com>
9702
9703 * gdb.multi/tids.exp: Test "info threads -gid".
9704
22a02324
PA
97052016-01-13 Pedro Alves <palves@redhat.com>
9706
9707 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9708 Breakpoint.thread.
9709 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9710
5d5658a1
PA
97112016-01-07 Pedro Alves <palves@redhat.com>
9712
9713 * gdb.base/break.exp: Adjust to output changes.
9714 * gdb.base/hbreak2.exp: Likewise.
9715 * gdb.base/sepdebug.exp: Likewise.
9716 * gdb.base/watch_thread_num.exp: Likewise.
9717 * gdb.linespec/keywords.exp: Likewise.
9718 * gdb.multi/info-threads.exp: Likewise.
9719 * gdb.threads/thread-find.exp: Likewise.
9720 * gdb.multi/tids.c: New file.
9721 * gdb.multi/tids.exp: New file.
9722
84654457
PA
97232016-01-13 Pedro Alves <palves@redhat.com>
9724
9725 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9726
e3940304
PA
97272016-01-13 Pedro Alves <palves@redhat.com>
9728
9729 * gdb.base/default.exp: Expect $_inferior as well.
9730 * gdb.multi/base.exp: Test $_inferior.
9731
a911d87a
PA
97322016-01-13 Pedro Alves <palves@redhat.com>
9733
9734 PR breakpoints/19388
9735 * gdb.base/catch-signal-siginfo-cond.c: New file.
9736 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9737
82075af2
JS
97382016-01-12 Josh Stone <jistone@redhat.com>
9739 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9740
9741 * gdb.base/catch-syscall.c (do_execve): New variable.
9742 (main): Conditionally trigger an execve.
9743 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9744 (test_catch_syscall_execve): New, check entry/return across execve.
9745 (do_syscall_tests): Call test_catch_syscall_execve.
9746
e46eeedd
PA
97472016-01-12 Pedro Alves <palves@redhat.com>
9748
9749 * gdb.base/random-signal.exp (do_test): New procedure, with body
9750 of testcase moved in.
9751
01d8c27e
JK
97522016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9753 Pedro Alves <palves@redhat.com>
9754
9755 * gdb.base/funcargs.exp (finish from indirectly called function):
9756 Reintroduce the case for 'First'.
9757
9a706302
JK
97582016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9759 Pedro Alves <palves@redhat.com>
9760
9761 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9762 (tcatch_vfork_then_child_follow_exec)
9763 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9764 identification.
9765
c0ecb95f
JK
97662016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9767
9768 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9769 and repeats to unlimited.
9770 * gdb.python/py-value.exp: Likewise.
9771 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9772 and repeats to unlimited.
9773
6cfc1fcb
JK
97742016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9775
9776 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9777 and reordering the functions.
9778 * gdb.multi/hangout.c: Likewise.
9779 * gdb.multi/hello.c: Likewise.
9780
582a1b00
SM
97812016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9782
9783 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9784 absolute.
9785 (SingleStatisticTestResult.report): Use dict.keys instead of
9786 dict.iterkeys.
9787
79bc59cb
PA
97882016-01-06 Pedro Alves <palves@redhat.com>
9789
9790 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9791
43368e1d
MM
97922016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9793
9794 * gdb.btrace/dlopen.exp: New.
9795 * gdb.btrace/dlopen.c: New.
9796 * gdb.btrace/dlopen-dso.c: New.
9797
79fad5b8
SL
97982015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9799
9800 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9801 PATTERN argument is optional.
9802
ab8314b3
JB
98032015-12-24 Joel Brobecker <brobecker@adacore.com>
9804
9805 * lib/ada.exp (target_compile_ada_from_dir): New function.
9806 (gdb_compile_ada): Reimplement avoiding the use of project files.
9807 * gdb.ada/gnat_ada.gpr: Delete.
9808 * gdb.ada/cond_lang.exp: Adjust test to make path before
9809 filename optional.
9810 * gdb.ada/small_reg_param.exp: Likewise.
9811
fe33faff
SM
98122015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9813
9814 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9815
6d265cb4
TP
98162015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9817
9818 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9819 case.
9820
10125099
SM
98212015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9822
9823 * gdb.base/break.exp: Remove dead code.
9824 * gdb.base/sepdebug.exp: Likewise.
9825
3ca22649
SM
98262015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9827
9828 * gdb.asm/asm-source.exp: Remove HP-UX references.
9829 * gdb.base/annota1.exp: Likewise.
9830 * gdb.base/annota3.exp: Likewise.
9831 * gdb.base/attach.exp: Likewise.
9832 * gdb.base/bigcore.exp: Likewise.
9833 * gdb.base/break.exp: Likewise.
9834 * gdb.base/call-ar-st.exp: Likewise.
9835 * gdb.base/callfuncs.exp: Likewise.
9836 * gdb.base/catch-fork-static.exp: Likewise.
9837 * gdb.base/display.exp: Likewise.
9838 * gdb.base/foll-exec-mode.exp: Likewise.
9839 * gdb.base/foll-exec.exp: Likewise.
9840 * gdb.base/foll-fork.exp: Likewise.
9841 * gdb.base/foll-vfork.exp: Likewise.
9842 * gdb.base/funcargs.exp: Likewise.
9843 * gdb.base/hbreak2.exp: Likewise.
9844 * gdb.base/inferior-died.exp: Likewise.
9845 * gdb.base/interrupt.exp: Likewise.
9846 * gdb.base/multi-forks.exp: Likewise.
9847 * gdb.base/nodebug.exp: Likewise.
9848 * gdb.base/sepdebug.exp: Likewise.
9849 * gdb.base/solib1.c: Likewise.
9850 * gdb.base/step-test.exp: Likewise.
9851 * gdb.mi/non-stop.c: Likewise.
9852 * gdb.mi/pthreads.c: Likewise.
9853 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9854 * gdb.threads/pthreads.c: Likewise.
9855 * gdb.threads/staticthreads.exp: Likewise.
9856 * lib/future.exp: Likewise.
9857 * lib/gdb.exp: Likewise.
9858 * gdb.base/so-indr-cl.c: Remove.
9859 * gdb.base/so-indr-cl.exp: Likewise.
9860 * gdb.base/solib.c: Likewise.
9861 * gdb.base/solib.exp: Likewise.
9862 * gdb.base/solib2.c: Likewise.
9863
b6304613
SM
98642015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9865
9866 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9867 * gdb.base/call-ar-st.exp: Likewise.
9868 * gdb.base/callfuncs.exp: Likewise.
9869 * gdb.base/condbreak.exp: Likewise.
9870 * gdb.base/constvars.exp: Likewise.
9871 * gdb.base/hbreak2.exp: Likewise.
9872 * gdb.base/langs.exp: Likewise.
9873 * gdb.base/list.exp: Likewise.
9874 * gdb.base/long_long.exp: Likewise.
9875 * gdb.base/ptype.exp: Likewise.
9876 * gdb.base/scope.exp: Likewise.
9877 * gdb.base/signals.exp: Likewise.
9878 * gdb.base/so-impl-ld.exp: Likewise.
9879 * gdb.base/varargs.exp: Likewise.
9880 * gdb.base/volatile.exp: Likewise.
9881 * gdb.base/whatis.exp: Likewise.
9882 * gdb.cp/cplusfuncs.exp: Likewise.
9883 * gdb.cp/inherit.exp: Likewise.
9884 * gdb.cp/local.exp: Likewise.
9885 * gdb.cp/member-ptr.exp: Likewise.
9886 * gdb.cp/method.exp: Likewise.
9887 * gdb.cp/overload.exp: Likewise.
9888 * gdb.cp/templates.exp: Likewise.
9889 * gdb.stabs/weird.exp: Likewise.
9890 * lib/compiler.c: Likewise.
9891 * lib/compiler.cc: Likewise.
9892 * lib/cp-support.exp: Likewise.
9893 * lib/gdb.exp: Likewise.
9894
bf401b07
SM
98952015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9896
9897 * configure.ac: Remove HP-UX case.
9898 * configure: Regenerate.
9899
aff9c0f8
SM
99002015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9901
9902 * lib/gdb.exp (gdb_compile): Add function doc.
9903
a6904d5a
PA
99042015-12-17 Pedro Alves <palves@redhat.com>
9905
9906 PR threads/19354
9907 * gdb.multi/info-threads.exp: New file.
9908
a22279dd
YQ
99092015-12-15 Yao Qi <yao.qi@linaro.org>
9910
9911 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9912 is aarch64*-*-*.
9913
0588c796
SL
99142015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9915
9916 * gdb.base/history-duplicates.exp: Skip if no readline support.
9917
5d978e17
SL
99182015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9919
9920 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9921
7e763b86
SL
99222015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9923
9924 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9925
87a3a92c
SL
99262015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9927
9928 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9929 ctrl-C if nointerrupts target property is set.
9930 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9931 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9932 * gdb.base/paginate-bg-execution.exp: Likewise.
9933 * gdb.base/paginate-execution-startup.exp: Likewise.
9934 * gdb.base/random-signal.exp: Likewise.
9935 * gdb.base/range-stepping.exp: Likewise.
9936 * gdb.cp/annota2.exp: Likewise.
9937 * gdb.cp/annota3.exp: Likewise.
9938 * gdb.gdb/selftest.exp: Likewise.
9939 * gdb.threads/continue-pending-status.exp: Likewise.
9940 * gdb.threads/leader-exit.exp: Likewise.
9941 * gdb.threads/manythreads.exp: Likewise.
9942 * gdb.threads/pthreads.exp: Likewise.
9943 * gdb.threads/schedlock.exp: Likewise.
9944 * gdb.threads/sigthread.exp: Likewise.
9945
a8f077dc
DB
99462015-12-11 Don Breazeal <donb@codesourcery.com>
9947
9948 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9949 remote.
9950 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9951 * gdb.base/foll-exec.exp (main): Enable for target remote.
9952 * gdb.base/foll-fork.exp (main): Likewise.
9953 * gdb.base/foll-vfork.exp (main): Likewise.
9954 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9955 (proc continue_to_exit_bp_loc): Use clean_restart.
9956 * gdb.base/pie-execl.exp (main): Disable for target remote.
9957 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9958 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9959 * gdb.threads/execl.exp (main): Likewise.
9960 * gdb.threads/fork-child-threads.exp (main): Likewise.
9961 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9962 remote.
9963 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9964 remote.
9965 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9966 pid.tid style ptids, instead of just tid.
9967 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9968 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9969 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9970 ptids, instead of just tid.
9971
3b2464a8
AB
99722015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9973
9974 * gdb.base/list.exp (test_list_forward): Add end of file error
9975 test.
9976 (test_repeat_list_command): Add end of file error test.
9977 (test_list_backwards): Add beginning of file error test.
9978
a0def019
AB
99792015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9980
9981 * gdb.base/list.exp (test_list_invalid_args): New function,
9982 defined, and called.
9983
5c000dff
AB
99842015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9985
9986 * gdb.base/list.exp (test_list): Make test names unique.
9987
f1637ebe
YQ
99882015-12-11 Yao Qi <yao.qi@linaro.org>
9989
9990 * gdb.base/coremaker2.c: Remove.
9991
36d6fc0a
PA
99922015-12-10 Pedro Alves <palves@redhat.com>
9993
9994 * gdb.multi/base.exp: Remove stale "spaces" references.
9995
762f7747
PA
99962015-12-10 Pedro Alves <palves@redhat.com>
9997
9998 * gdb.multi/base.exp: Don't use nowarnings.
9999 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10000 * gdb.multi/hangout.c: Include stdio.h.
10001 * gdb.multi/hello.c: Include stdlib.h.
10002 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10003 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10004 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10005
28d2bfb9
AB
100062015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10007
10008 * gdb.dwarf2/dw2-ranges-base.c: New file.
10009 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10010 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10011 support additional line table, and debug ranges generation.
10012 (Dwarf::ranges): New function, generate .debug_ranges.
10013 (Dwarf::lines): Support generating simple line table programs.
10014 (Dwarf::assemble): Initialise new namespace variables.
10015
5fc2beac
KB
100162015-12-09 Kevin Buettner <kevinb@redhat.com>
10017
10018 * gdb.base/async.exp (proc test_background): Add case for
10019 asynchronous execution not supported.
10020
1c35a88f
LM
100212015-12-09 Luis Machado <lgustavo@codesourcery.com>
10022
10023 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10024 format and change test names to make them unique.
10025
b593e3d9
RK
100262015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10027 Pedro Alves <pedro@redhat.com>
10028
10029 PR gdb/18702
10030 Add checking of floatformats setup on x86_64 hosts.
10031 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10032 (smallval, bigval): New labels/constants.
10033 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10034 float" after loading bigval and smallval.
10035
d72413e6
PMR
100362015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10037
10038 * gdb.ada/fun_overload_menu.exp: New testcase.
10039 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10040
ece66d65
JS
100412015-12-04 Josh Stone <jistone@redhat.com>
10042
10043 * gdb.base/catch-fork-static.exp: New.
10044
41d0efca
YQ
100452015-12-03 Yao Qi <yao.qi@linaro.org>
10046
10047 * gdb.base/sizeof.c: Don't include stdio.h and
10048 ../lib/unbuffer_output.c.
10049 (main): New variable 'size' and 'value'. Remove printf and
10050 gdb_unbuffer_output. Assign return value to size and value.
10051 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10052 at the beginning.
10053 (check_sizeof): Check the result by printing variable 'size'.
10054 (check_valueof): Check the result by printing variable 'value'.
10055
99fd02d9
YQ
100562015-12-01 Yao Qi <yao.qi@linaro.org>
10057
10058 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10059 for aarch64*-*-linux* target.
10060
f2faf941
PA
100612015-11-30 Pedro Alves <palves@redhat.com>
10062
10063 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10064
04bf20c5
PA
100652015-11-30 Pedro Alves <palves@redhat.com>
10066
10067 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10068 Handle non-stop mode vCont replies.
10069
09df4675
PA
100702015-11-30 Pedro Alves <palves@redhat.com>
10071
10072 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10073 prepare_for_testing. Start gdb with "set non-stop on" appended to
10074 GDBFLAGS. Lax expected stop output.
10075
58b584af
YQ
100762015-11-27 Yao Qi <yao.qi@linaro.org>
10077
10078 * gdb.arch/arm-neon.exp: New.
10079 * gdb.arch/arm-neon.c: New.
10080
dfcb77a8
YQ
100812015-11-27 Yao Qi <yao.qi@linaro.org>
10082
10083 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10084
88e8ec1b
YQ
100852015-11-27 Yao Qi <yao.qi@linaro.org>
10086
10087 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10088 frames-invalid annotation.
10089
bfde72c2
YQ
100902015-11-27 Yao Qi <yao.qi@linaro.org>
10091
10092 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10093
f6512a69
SM
100942015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10095
10096 * gdb.threads/names.exp: New file.
10097 * gdb.threads/names.c: New file.
10098 * README: Mention gdb,no_thread_names.
10099
46a3515b
MM
101002015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10101
10102 PR 19297
10103 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10104 support" error.
10105
62147a22
PA
101062015-11-24 Pedro Alves <palves@redhat.com>
10107
10108 PR 17539
10109 * gdb.base/display.exp: Expect displays to be sorted in ascending
10110 order. Use multi_line.
10111 * gdb.base/solib-display.exp: Likewise.
10112
2f341b6e
PA
101132015-11-24 Pedro Alves <palves@redhat.com>
10114
10115 PR 17539
25d49b86
PA
10116 * gdb.base/display.exp: Expect displays to be sorted in ascending
10117 order. Use multi_line.
10118 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10119
7e0aa6aa
PA
101202015-11-24 Pedro Alves <palves@redhat.com>
10121
10122 PR 17539
10123 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10124 threads in ascending order.
10125 * gdb.base/foll-fork.exp: Likewise.
10126 * gdb.base/foll-vfork.exp: Likewise.
10127 * gdb.base/multi-forks.exp: Likewise.
10128 * gdb.mi/mi-nonstop.exp: Likewise.
10129 * gdb.mi/mi-nsintrall.exp: Likewise.
10130 * gdb.multi/base.exp: Likewise.
10131 * gdb.multi/multi-arch.exp: Likewise.
10132 * gdb.python/py-inferior.exp: Likewise.
10133 * gdb.threads/break-while-running.exp: Likewise.
10134 * gdb.threads/execl.exp: Likewise.
10135 * gdb.threads/gcore-thread.exp: Likewise.
10136 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10137 * gdb.threads/kill.exp: Likewise.
10138 * gdb.threads/linux-dp.exp: Likewise.
10139 * gdb.threads/multiple-step-overs.exp: Likewise.
10140 * gdb.threads/next-bp-other-thread.exp: Likewise.
10141 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10142 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10143 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10144 * gdb.threads/thread-find.exp: Likewise.
10145 * gdb.threads/tls.exp: Likewise.
10146 * lib/mi-support.exp (mi_reverse_list): Delete.
10147 (mi_check_thread_states): No longer reverse list.
10148
2cc57ad8
PA
101492015-11-24 Pedro Alves <palves@redhat.com>
10150
10151 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10152 use lowercase.
10153
c93e8391
SM
101542015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10155
10156 * gdb.trace/actions.c: Include trace-common.h.
10157 (main): Add a location for a fast tracepoint.
10158 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10159 the normal tracepoints.
10160 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10161
045ccf91
SM
101622015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10163
10164 * save-trace.exp: Factor out code to these...
10165 (gdb_save_tracepoints): New.
10166 (gdb_load_tracepoints): New.
10167 (do_save_load_test): New.
10168
5506f9f6
KB
101692015-11-23 Kevin Buettner <kevinb@redhat.com>
10170
10171 * gdb.base/asmlabel.exp: New test.
10172 * gdb.base/asmlabel.c: New test case.
10173
16c3b12f
JB
101742015-11-23 Joel Brobecker <brobecker@adacore.com>
10175
10176 * gdb.base/wrong_frame_bt_full-main.c: New file.
10177 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10178 * gdb.base/wrong_frame_bt_full.exp: New file.
10179
155bfbd3
JB
101802015-11-23 Joel Brobecker <brobecker@adacore.com>
10181
10182 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10183
bb097445
JM
101842015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10185
206853a0 10186 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10187 pstate register when comparing registers values in
10188 sparc64-*-linux-gnu targets to avoid spurious differences.
10189
9c88ed8f
JM
101902015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10191
206853a0 10192 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10193
96161e25
SL
101942015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10195
10196 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10197 as type argument to gdb_compile.
10198 * gdb.base/nested-subp2.exp: Likewise.
10199 * gdb.base/nested-subp3.exp: Likewise.
10200
340c2830
DV
102012015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10202
10203 * lib/dwarf.exp (_note): Fix left shift of negative value.
10204 * gdb.trace/trace-condition.exp: Likewise.
10205
c1862d0f
YQ
102062015-11-13 Yao Qi <yao.qi@linaro.org>
10207
10208 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10209 comments about d10v.
10210 (test_scalar_returns): Likewise.
10211 * gdb.base/d10v.ld: Remove.
10212 * gdb.base/overlays.exp: Remove the target triplet checking for
10213 d10v-*-*.
10214 * gdb.base/structs.exp (test_struct_returns): Remove the
10215 comments about d10v.
10216 (test_struct_calls): Likewise.
10217
77ae9c19
YQ
102182015-11-13 Yao Qi <yao.qi@linaro.org>
10219
10220 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10221 * gdb.base/gnu_vector.c: Don't include stdio.h.
10222 (main): Don't print res and call add_some_intvecs.
10223
430e004e
MK
102242015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10225
10226 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10227 macro.
10228 (func5): Removed.
10229 (func4): Use FAST_TRACEPOINT_LABEL.
10230 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10231 macro.
10232 (func): Removed.
10233 (thread_function): Use FAST_TRACEPOINT_LABEL.
10234 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10235 (func): Remove.
10236 (marker): Use FAST_TRACEPOINT_LABEL.
10237 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10238 (pendfunc1): Remove.
10239 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10240 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10241 (foo): Remove.
10242 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10243 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10244 macro.
10245 (func): Remove.
10246 (marker): Use FAST_TRACEPOINT_LABEL.
10247 * gdb.trace/trace-common.h: New header.
10248 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10249 macro.
10250 (func): Remove.
10251 (marker): Use FAST_TRACEPOINT_LABEL.
10252 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10253 (func): Remove.
10254 (thread_function): Use FAST_TRACEPOINT_LABEL.
10255
6e7675a7
MK
102562015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10257
10258 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10259 in front.
10260 * gdb.trace/change-loc.exp: Use global pcreg definition.
10261 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10262 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10263 in front.
10264 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10265 * gdb.trace/pending.exp: Likewise.
10266 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10267 * gdb.trace/trace-break.exp: Likewise.
10268 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10269 in front.
10270 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10271 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10272 in front.
10273 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10274
dddc0e16
JB
102752015-11-09 Joel Brobecker <brobecker@adacore.com>
10276
10277 * gdb.ada/fin_fun_out: New testcase.
10278
c6f0b406
KB
102792015-11-07 Kevin Buettner <kevinb@redhat.com>
10280
10281 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10282 value associated with DW_AT_byte_size.
10283 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10284 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10285 DW_AT_upper_bound.
10286
f01dcfd9
KB
102872015-11-07 Kevin Buettner <kevinb@redhat.com>
10288
10289 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10290 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10291 version.
10292 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10293 gdb.dwarf2/dw2-canonicalize-type.exp,
10294 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10295 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10296 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10297 provided by gdb_target_symbol_prefix_flags_asm.
10298 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10299 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10300 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10301 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10302 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10303 macros where needed). Use this macro for symbols which require
10304 the prefix provided by SYMBOL_PREFIX.
10305
2223449a
KB
103062015-11-05 Kevin Buettner <kevinb@redhat.com>
10307
10308 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10309 New procs.
10310 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10311 representing expressions, of more than one list element.
10312 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10313 to prepend linker symbol prefix to f.
10314 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10315 table_1 and table_2.
10316 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10317 Likewise, for f and g.
10318 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10319 for ptr.
10320 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10321 for main.
10322 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10323 table_1_ptr and table_2_ptr.
10324
6f2f1a3a
JK
103252015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10326 Joel Brobecker <brobecker@adacore.com>
10327
10328 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10329
566c56c9
MK
103302015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10331
10332 * gdb.reverse/s390-mvcle.c: New test.
10333 * gdb.reverse/s390-mvcle.exp: New file.
10334 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10335
d5f0636b
MK
103362015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10337
10338 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10339
7ad8b86c
MK
103402015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10341
10342 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10343 reaching marker2.
10344 * gdb.reverse/getresuid-reverse.exp: Likewise.
10345 * gdb.reverse/pipe-reverse.exp: Likewise.
10346 * gdb.reverse/readv-reverse.exp: Likewise.
10347 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10348 * gdb.reverse/time-reverse.exp: Likewise.
10349 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10350
4081c0f1
YQ
103512015-10-30 Yao Qi <yao.qi@linaro.org>
10352
10353 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10354 (empty_cycle): Remove.
10355 (main): Don't call empty_cycle. Don't use watch_count_done.
10356 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10357 empty_cycle. Rewrite the code counting HW watchpoints.
10358
452b4ba5
MK
103592015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10360
10361 * gdb.reverse/fstatat-reverse.c: New test.
10362 * gdb.reverse/fstatat-reverse.exp: New file.
10363 * gdb.reverse/getresuid-reverse.c: New test.
10364 * gdb.reverse/getresuid-reverse.exp: New file.
10365 * gdb.reverse/pipe-reverse.c: New test.
10366 * gdb.reverse/pipe-reverse.exp: New file.
10367 * gdb.reverse/readv-reverse.c: New test.
10368 * gdb.reverse/readv-reverse.exp: New file.
10369 * gdb.reverse/recvmsg-reverse.c: New test.
10370 * gdb.reverse/recvmsg-reverse.exp: New file.
10371 * gdb.reverse/time-reverse.c: New test.
10372 * gdb.reverse/time-reverse.exp: New file.
10373 * gdb.reverse/waitpid-reverse.c: New test.
10374 * gdb.reverse/waitpid-reverse.exp: New file.
10375
5e2e7507
JK
103762015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10377
10378 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10379
0fde2c53
DE
103802015-10-26 Doug Evans <dje@google.com>
10381
10382 PR symtab/17391
10383 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10384 * gdb.dwarf2/bad-regnum.c: New file.
10385 * gdb.dwarf2/bad-regnum.exp: New file.
10386
1a70ae97
DE
103872015-10-26 Doug Evans <dje@google.com>
10388
10389 PR python/18938
10390 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10391 file.
10392
27dc26ab
JK
103932015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10394
10395 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10396 for a change by "Mention language in compile error message".
10397
bed91f4d
SM
103982015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10399
10400 PR python/18073
10401 * gdb.python/py-type.c (C::a_method): New.
10402 (C::a_const_method): New.
10403 (C::a_static_method): New.
10404 (a_function): New.
10405 * gdb.python/py-type.exp (test_fields): Test getting fields
10406 from function and method.
10407
3f2f83dd
KB
104082015-10-21 Keven Boell <keven.boell@intel.com>
10409
10410 * gdb.fortran/vla-alloc-assoc.exp: New file.
10411 * gdb.fortran/vla-datatypes.exp: New file.
10412 * gdb.fortran/vla-datatypes.f90: New file.
10413 * gdb.fortran/vla-history.exp: New file.
10414 * gdb.fortran/vla-ptype-sub.exp: New file.
10415 * gdb.fortran/vla-ptype.exp: New file.
10416 * gdb.fortran/vla-sizeof.exp: New file.
10417 * gdb.fortran/vla-sub.f90: New file.
10418 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10419 * gdb.fortran/vla-value-sub-finish.exp: New file.
10420 * gdb.fortran/vla-value-sub.exp: New file.
10421 * gdb.fortran/vla-value.exp: New file.
10422 * gdb.fortran/vla-ptr-info.exp: New file.
10423 * gdb.mi/mi-vla-fortran.exp: New file.
10424 * gdb.mi/vla.f90: New file.
10425
27145d50
SL
104262015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10427
10428 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10429 of hardwired timeout value.
10430
5f3ff4f8
JK
104312015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10432 Pedro Alves <palves@redhat.com>
10433
10434 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10435 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10436
bfd09d20
JS
104372015-10-19 Josh Stone <jistone@redhat.com>
10438
10439 * gdb.base/catch-syscall.c: Include <sched.h>.
10440 (unknown_syscall): New variable.
10441 (main): Trigger a vfork and an unknown syscall.
10442 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10443 (unknown_syscall_number): Likewise.
10444 (check_call_to_syscall): Accept an optional syscall pattern.
10445 (check_return_from_syscall): Likewise.
10446 (check_continue): Likewise.
10447 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10448 (test_catch_syscall_skipping_return): New test toggling off 'catch
10449 syscall' to step over the syscall return, then toggling back on.
10450 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10451 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10452 (do_syscall_tests): Call test_catch_syscall_without_args and
10453 test_catch_syscall_mid_vfork.
10454 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10455 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10456
b32b93c6
AS
104572015-10-19 Andrew Stubbs <ams@codesourcery.com>
10458
10459 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10460 print g_vE): Add new pass patterns.
10461 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10462 print various symbol names for vptr fields.
10463
9d622bda
AB
104642015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10465
10466 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10467 results.
10468
0fd8ac1c
YQ
104692015-10-12 Yao Qi <yao.qi@linaro.org>
10470
10471 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10472
34240514
YQ
104732015-10-12 Yao Qi <yao.qi@linaro.org>
10474
10475 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10476 is aarch64*-*-linux*.
10477
8240f442
YQ
104782015-10-12 Yao Qi <yao.qi@linaro.org>
10479
10480 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10481 (can_relocate_bcond_true): ... it.
10482 (can_relocate_bcond_false): New function.
10483 (foo): Likewise.
10484 (can_relocate_bl): Likewise.
10485 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10486 can_relocate_bl.
10487
2520f728
PMR
104882015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10489
10490 * gdb.base/nested-addr.c: New file.
10491 * gdb.base/nested-addr.exp: New testcase.
10492
abcef95a
MM
104932015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10494
10495 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10496 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10497 its output. Ignore the output of "record goto begin" and instead
10498 check that GDB is replaying.
10499
145e3ddb
PA
105002015-10-09 Pedro Alves <palves@redhat.com>
10501
10502 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10503 (top level): Use it in the run with no args test.
10504
d5d8c4e1
IB
105052015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10506
10507 * gdb.dlang/properties.exp: New file.
10508
06e635ef
SL
105092015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10510
10511 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10512 whether or not address 0x1000 is mapped on the target.
10513
e019fd1d
SM
105142015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10515
10516 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10517 build.
10518
77ba2a67
MM
105192015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10520
10521 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10522 instruction-history test.
10523
c60eb31f
DE
105242015-09-28 Doug Evans <dje@google.com>
10525
10526 * gdb.base/gcore.c (array_func): Add reference to static_array.
10527
9a3c8263
SM
105282015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10529
10530 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10531 source line.
10532
9720e656
SL
105332015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10534
10535 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10536 short or char as base type.
10537
938d3bf2
SL
105382015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10539
10540 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10541 to allow any size enum.
10542
e6c2c623
PMR
105432015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10544
10545 * gdb.ada/array_ptr_renaming.exp: New testcase.
10546 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10547 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10548
06da0f77
PL
105492015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10550
10551 * gdb.trace/ftrace-lock.c: New file.
10552 * gdb.trace/ftrace-lock.exp: New file.
10553
4f51c22a
PL
105542015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10555
10556 * gdb.arch/insn-reloc.c: New file.
10557 * gdb.arch/ftrace-insn-reloc.exp: New file.
10558
7041adf4
PL
105592015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10560
10561 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10562 instruction.
10563 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10564 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10565 * gdb.trace/range-stepping.c: Likewise.
10566 * gdb.trace/trace-break.c: Likewise.
10567 * gdb.trace/trace-mt.c (thread_function): Likewise.
10568 * gdb.trace/ftrace.c (marker): Likewise.
10569 * gdb.trace/trace-condition.c (marker): Likewise.
10570 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10571 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10572 is_aarch64_target.
10573
015d2e7e
DE
105742015-09-18 Doug Evans <xdje42@gmail.com>
10575
10576 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10577 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10578
26b188a2
SL
105792015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10580
10581 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10582 the breakpoint.
10583
79dc332b
SL
105842015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10585
10586 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10587 the pending breakpoint. Remove timeout override for "Run till
10588 MI pending breakpoint on pendfunc3 on thread 2" test.
10589
f57929f2
SL
105902015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10591
10592 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10593 filename pattern.
10594
3f469b17
SL
105952015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10596
10597 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10598 in breakpoint filename pattern.
10599
515b89b3
SL
106002015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10601
7800dbe4
SL
10602 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10603
106042015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10605
515b89b3
SL
10606 * gdb.linespec/explicit.exp: Check for readline support for
10607 tab-completion tests. Fix obvious typo.
10608
d2939ba2
MM
106092015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10610
10611 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10612 and replay.
10613
cbb55fa7
MM
106142015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10615
10616 * gdb.btrace/non-stop.c: New.
10617 * gdb.btrace/non-stop.exp: New.
10618
43691ca1
PL
106192015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10620 Yao Qi <yao.qi@linaro.org>
10621
10622 * gdb.trace/trace-condition.c: New file.
10623 * gdb.trace/trace-condition.exp: New file.
10624
d78908cf
WW
106252015-09-16 Wei-cheng Wang <cole945@gmail.com>
10626
10627 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10628 for testing bytecode compilation.
10629
1ed415e2
PA
106302015-09-16 Pedro Alves <palves@redhat.com>
10631 Sandra Loosemore <sandra@codesourcery.com>
10632
10633 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10634 (SECONDS): Redefine.
10635 (main): Call pthread_kill and alarm early.
10636 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10637 support.
10638 (test): If the target can't hardware step and doesn't support
10639 displaced stepping, increase the timeout.
10640
d136eff5
PA
106412015-09-16 Pedro Alves <palves@redhat.com>
10642
10643 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10644 (enable_debug): New procedures.
10645 (test): Use them. Bail out if waiting for threads fails.
10646 (top level): Bail out if a test fails.
10647
991f019c
YQ
106482015-09-16 Yao Qi <yao.qi@linaro.org>
10649
10650 * gdb.asm/asm-source.exp: Set asm-arch for
10651 aarch64*-*-* target.
10652 * gdb.asm/aarch64.inc: New file.
10653
bfca584f
PMR
106542015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10655
10656 * gdb.ada/array_of_variable_length.exp: New testcase.
10657 * gdb.ada/array_of_variable_length/foo.adb: New file.
10658 * gdb.ada/array_of_variable_length/pck.adb: New file.
10659 * gdb.ada/array_of_variable_length/pck.ads: New file.
10660
b326e587
DE
106612015-09-15 Doug Evans <dje@google.com>
10662
10663 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10664 of function static local variable.
10665
5382cfab
PW
106662015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10667
10668 * gdb.threads/tls-so_extern.exp: New test file.
10669 * gdb.threads/tls-so_extern.c: New test file.
10670 * gdb.threads/tls-so_extern_main.c: New test file.
10671
141c5cc4
JK
106722015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10673
10674 * gdb.opt/solib-intra-step-lib.c: New file.
10675 * gdb.opt/solib-intra-step-main.c: New file.
10676 * gdb.opt/solib-intra-step.exp: New file.
10677
d15dcecd
PA
106782015-09-15 Pedro Alves <palves@redhat.com>
10679
10680 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10681 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10682
4c2f2a79
PA
106832015-09-14 Pedro Alves <palves@redhat.com>
10684
10685 * gdb.base/hook-stop-continue.c: Delete.
10686 * gdb.base/hook-stop-continue.exp: Delete.
10687 * gdb.base/hook-stop-frame.c: Delete.
10688 * gdb.base/hook-stop-frame.exp: Delete.
10689 * gdb.base/hook-stop.c: New file.
10690 * gdb.base/hook-stop.exp: New file.
10691
919e6dbe
PMR
106922015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10693
10694 * gdb.ada/access_to_packed_array.exp: New testcase.
10695 * gdb.ada/access_to_packed_array/foo.adb: New file.
10696 * gdb.ada/access_to_packed_array/pack.adb: New file.
10697 * gdb.ada/access_to_packed_array/pack.ads: New file.
10698
157280a4
MM
106992015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10700
10701 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10702 buffer size test.
10703
2fd33e94
DB
107042015-09-11 Don Breazeal <donb@codesourcery.com>
10705
10706 * gdb.base/foll-exec.c: Add copyright header. Fix
10707 formatting issues.
10708 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10709 (do_exec_tests): Use clean_restart in place of zap_session,
10710 and for test initialization. Fix formatting issues. Use
10711 fail in place of perror.
10712 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10713 an expect statement to match an expression with output from
10714 the program under debug.
10715 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10716 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10717 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10718 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10719 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10720
e70b6e8e
DE
107212015-09-09 Doug Evans <dje@google.com>
10722
10723 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10724
7a551a51
DE
107252015-09-09 Doug Evans <dje@google.com>
10726
10727 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10728
4c666f84
DE
107292015-09-09 Doug Evans <dje@google.com>
10730
10731 * gdb.base/savedregs.exp: Fix typo.
10732
243a9253
PA
107332015-09-09 Pedro Alves <palves@redhat.com>
10734
10735 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10736
c0fa8fbd
SL
107372015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10738
10739 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10740 command actually switches threads. Give up on remaining
10741 tests if target fails to stop at breakpoint.
10742
cd7c1778
PMR
107432015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10744
10745 * gdb.ada/funcall_char.exp: New testcase.
10746 * gdb.ada/funcall_char/foo.adb: New file.
10747
dc5c8746
PMR
107482015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10749
10750 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10751 expected outputs. Add two testcases for completing ambiguous
10752 functions.
10753 * gdb.ada/complete/aux_pck.adb: New file.
10754 * gdb.ada/complete/aux_pck.ads: New file.
10755 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10756 Ambiguous_Func functions.
10757 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10758 * gdb.ada/complete/pck.adb: Likewise.
10759
4e83a1e7
UW
107602015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10761
10762 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10763 failures to run the test program under GDB.
10764
8ce74153
LM
107652015-08-26 Luis Machado <lgustavo@codesourcery.com>
10766
10767 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10768 to C.
10769
e9756d52
PP
107702015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10771
10772 * gdb.base/run-after-attach.exp: New test file.
10773 * gdb.base/run-after-attach.c: New test file.
10774
8d37573b
DB
107752015-08-26 Don Breazeal <donb@codesourcery.com>
10776
10777 * gdb.base/foll-exec-2.c: New test program.
10778 * gdb.base/foll-exec-2.exp: New test.
10779
63e43d3a
PMR
107802015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10781
10782 * gdb.base/nested-subp1.exp: New file.
10783 * gdb.base/nested-subp1.c: New file.
10784 * gdb.base/nested-subp2.exp: New file.
10785 * gdb.base/nested-subp2.c: New file.
10786 * gdb.base/nested-subp3.exp: New file.
10787 * gdb.base/nested-subp3.c: New file.
10788
3d40fbb5
PA
107892015-08-24 Pedro Alves <palves@redhat.com>
10790
10791 * gdb.server/connect-without-multi-process.c: New file.
10792 * gdb.server/connect-without-multi-process.exp: New file.
10793
4422ac93
LM
107942015-08-24 Luis Machado <lgustavo@codesourcery.com>
10795
10796 * gdb.opt/inline-markers.c: Make z int.
10797
91dddb86
LM
107982015-08-24 Luis Machado <lgustavo@codesourcery.com>
10799
10800 * gdb.opt/inline-markers.c: Make z volatile.
10801
a48847ee
LM
108022015-08-24 Luis Machado <lgustavo@codesourcery.com>
10803
10804 * gdb.opt/inline-bt.c: New volatile global z.
10805 * gdb.opt/inline-cmds.c: Likewise.
10806 * gdb.opt/inline-locals.c: Likewise.
10807 * gdb.opt/inline-markers.c: New extern global z.
10808 (marker): Use z.
10809 (inline_fn): Likewise.
10810
0ebbc52b
PA
108112015-08-24 Pedro Alves <palves@redhat.com>
10812
10813 * config/m32r-stub.exp: Remove file.
10814 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10815 * gdb.base/call-rt-st.exp: Likewise.
10816 * gdb.base/call-strs.exp: Likewise.
10817 * gdb.base/default.exp: Remove references to h8300-*-hms and
10818 *-*-udi*.
10819 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10820
77c365df
AA
108212015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10822
10823 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10824 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10825 and "return" use KFAIL when GDB can not read/write the vector
10826 return value.
10827
4313b8c0
GB
108282015-08-21 Gary Benson <gbenson@redhat.com>
10829
10830 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10831
0e433b32
PA
108322015-08-20 Pedro Alves <palves@redhat.com>
10833
10834 * gdb.server/solib-list.exp: No longer expect an interior stop in
10835 non-stop mode.
10836
221e1a37
PA
108372015-08-20 Pedro Alves <palves@redhat.com>
10838
10839 * gdb.server/connect-stopped-target.c: New file.
10840 * gdb.server/connect-stopped-target.exp: New file.
10841
40e3ad0e
PA
108422015-08-20 Pedro Alves <palves@redhat.com>
10843
10844 * gdb.dwarf2/comp-unit-lang.exp: New file.
10845 * gdb.dwarf2/comp-unit-lang.c: New file.
10846
af39b327
PMR
108472015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10848
10849 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10850 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10851
7d45c7c3 108522015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 10853
7d45c7c3
KB
10854 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10855 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10856
4d6cceb4
DE
108572015-08-18 Doug Evans <dje@google.com>
10858 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10859
10860 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10861 skip_python_tests. New arg prompt_regexp.
10862 (skip_python_tests): New function.
10863 * lib/mi-support.exp (mi_skip_python_tests): New function.
10864 * gdb.python/py-mi-objfile-gdb.py: New file.
10865 * gdb.python/py-mi-objfile.c: New file.
10866 * gdb.python/py-mi-objfile.exp: New file.
10867
ad89c2aa
KS
108682015-08-17 Keith Seitz <keiths@redhat.com>
10869
10870 * gdb.linespec/explicit.exp: Move strace test from here ...
10871 * gdb.trace/strace.exp: ... to here.
10872
e3ae3c43
PP
108732015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10874
10875 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10876 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10877
604b2636
DE
108782015-08-14 Doug Evans <xdje42@gmail.com>
10879
10880 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10881 inferior before selecting a new file.
10882
6ff0ba5f
DE
108832015-08-14 Doug Evans <xdje42@gmail.com>
10884
10885 * gdb.mi/mi-disassemble.exp: Update.
10886 * gdb.base/disasm-optim.S: New file.
10887 * gdb.base/disasm-optim.c: New file.
10888 * gdb.base/disasm-optim.h: New file.
10889 * gdb.base/disasm-optim.exp: New file.
10890
9ca98f92
KS
108912015-08-14 Keith Seitz <keiths@redhat.com>
10892
10893 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10894 "evaluated-by".
10895
52bbc560
JB
108962015-08-13 Joel Brobecker <brobecker@adacore.com>
10897
10898 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10899
5d8c3ed3
PMR
109002015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10901
10902 * gdb.ada/fun_renaming.exp: New testcase.
10903 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10904 * gdb.ada/fun_renaming/pack.adb: New file.
10905 * gdb.ada/fun_renaming/pack.ads: New file.
10906
ea8812bc
KS
109072015-08-12 Keith Seitz <keiths@redhat.com>
10908
10909 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10910 gdb_get_line_number.
10911
4dafcdeb
JB
109122015-08-12 Joel Brobecker <brobecker@adacore.com>
10913
10914 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10915 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10916 gdb.base/dso2dso.exp: New files.
10917
5ba32597
SDJ
109182015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10919 Pedro Alves <palves@redhat.com>
10920 Keith Seitz <keiths@redhat.com>
10921
10922 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10923 GDBFLAGS.
10924
b6dafabf
PP
109252015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10926
10927 * gdb.base/gdbhistsize-history.exp
10928 (test_histsize_history_setting): Use save_vars.
10929 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10930 Use save_vars.
10931 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10932 * gdb.base/readline.exp: Use save_vars.
10933
abe8e607
PP
109342015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10935
10936 * lib/gdb.exp (save_vars): New proc.
10937
629500fa
KS
109382015-08-11 Keith Seitz <keiths@redhat.com>
10939
10940 * gdb.base/help.exp: Update help_breakpoint_text.
10941
eb8c4e2e
KS
109422015-08-11 Keith Seitz <keiths@redhat.com>
10943
10944 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10945 (at toplevel): Call test_explicit_breakpoints.
10946 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10947 breakpoints.
10948 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10949 breakpoint conditions, "-cond".
10950
87f0e720
KS
109512015-08-11 Keith Seitz <keiths@redhat.com>
10952
10953 * gdb.linespec/3explicit.c: New file.
10954 * gdb.linespec/cpexplicit.cc: New file.
10955 * gdb.linespec/cpexplicit.exp: New file.
10956 * gdb.linespec/explicit.c: New file.
10957 * gdb.linespec/explicit.exp: New file.
10958 * gdb.linespec/explicit2.c: New file.
10959 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10960 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10961 before using in the matching pattern.
10962 Clarify that `prefix' is a regular expression.
10963
f00aae0f
KS
109642015-08-11 Keith Seitz <keiths@redhat.com>
10965
10966 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10967 test.
10968 Add tests for missing ",FMT" and ",".
10969
e27852be
DE
109702015-08-10 Doug Evans <dje@google.com>
10971 Keith Seitz <keiths@redhat.com>
10972
10973 PR gdb/17960
10974 * gdb.base/completion.exp: Add location completer tests.
10975
7f03bd92
PA
109762015-08-07 Pedro Alves <palves@redhat.com>
10977
10978 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10979 tests here.
10980 (top level): Run do_test with and without displaced stepping.
10981
3fc8eb30
PA
109822015-08-07 Pedro Alves <palves@redhat.com>
10983
10984 * gdb.base/valgrind-disp-step.c: New file.
10985 * gdb.base/valgrind-disp-step.exp: New file.
10986
d4569d7b
PA
109872015-08-07 Pedro Alves <palves@redhat.com>
10988
10989 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10990 Delete function.
10991 (main): Add alarm. Run an infinite loop instead of calling
10992 wait_threads.
10993 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10994 comment.
10995 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10996 Delete function.
10997 (main): Add alarm. Run an infinite loop instead of calling
10998 wait_threads.
10999 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11000 comment.
11001
e1316e60
PA
110022015-08-07 Pedro Alves <palves@redhat.com>
11003
11004 * gdb.base/checkpoint-ns.exp: New file.
11005 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11006 standard_testfile.
11007
da8c46d2
MM
110082015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11009
11010 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11011 * gdb.btrace/instruction_history.exp: Update.
11012 * gdb.btrace/tsx.exp: New.
11013 * gdb.btrace/tsx.c: New.
11014
de1c2c52
PA
110152015-08-06 Pedro Alves <palves@redhat.com>
11016
11017 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11018 increase timeout.
11019 * gdb.reverse/until-precsave.exp: Bump timeouts.
11020
782e0bf4
PA
110212015-08-06 Pedro Alves <palves@redhat.com>
11022
11023 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11024
83e97ed0
PA
110252015-08-06 Pedro Alves <palves@redhat.com>
11026
11027 PR gdb/18749
11028 * gdb.threads/process-dies-while-handling-bp.c: New file.
11029 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11030
863d01bd
PA
110312015-08-06 Pedro Alves <palves@redhat.com>
11032
11033 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11034 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11035
0a39bb32
PA
110362015-08-05 Pedro Alves <palves@redhat.com>
11037
11038 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11039 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11040
ee2d2b10
SL
110412015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11042
11043 * gdb.base/bp-permanent.exp: Report test as unsupported if
11044 the target cannot stop at the permanent breakpoint.
11045
4e1bdb00
DE
110462015-08-03 Doug Evans <dje@google.com>
11047
11048 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11049 10000.
11050
3d338901
DE
110512015-08-03 Doug Evans <dje@google.com>
11052
11053 * Makefile.in (workers/%.worker, build-perf): New rule.
11054 (GDB_PERFTEST_MODE): New variable.
11055 (check-perf): Use it.
11056 (clean): Clean up gdb.perf parallel build subdirs.
11057 * lib/build-piece.exp: New file.
11058 * lib/gdb.exp (make_gdb_parallel_path): New function
11059 (standard_output_file, standard_temp_file): Call it.
11060 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11061 of $GDB_PARALLEL.
11062 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11063
af061d3e
DE
110642015-08-03 Doug Evans <dje@google.com>
11065
8e1afc81 11066 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11067 (LOG_FILE_NAME): New global.
11068 (TextReporter.__init__): Initialize self.txt_sum.
11069 (TextReporter.report): Add support for multiple data-points.
11070 Move report to perftest.sum, put raw data in perftest.log.
11071 (TextReporter.start): Open sum and log files.
11072 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11073 * gdb.perf/lib/perftest/testresult.py
11074 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11075
2c8c5d37
PA
110762015-07-31 Pedro Alves <palves@redhat.com>
11077
11078 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11079 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11080 kill_wait_spawned_process instead of explicit "kill -9".
11081 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11082 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11083 kill_wait_spawned_process.
11084 * gdb.base/attach-twice.exp: Likewise.
11085 * gdb.base/attach.exp: Likewise.
11086 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11087 gdb_test_multiple.
11088 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11089 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11090 kill_wait_spawned_process.
11091 * gdb.base/valgrind-infcall.exp: Likewise.
11092 * gdb.multi/multi-attach.exp: Likewise.
11093 * gdb.python/py-prompt.exp: Likewise.
11094 * gdb.python/py-sync-interp.exp: Likewise.
11095 * gdb.server/ext-attach.exp: Likewise.
11096 * gdb.threads/attach-into-signal.exp (corefunc): Use
11097 spawn_wait_for_attach, spawn_id_get_pid and
11098 kill_wait_spawned_process.
11099 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11100 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11101 spawn_id_get_pid and kill_wait_spawned_process.
11102 * gdb.threads/attach-stopped.exp (corefunc): Use
11103 spawn_wait_for_attach, spawn_id_get_pid and
11104 kill_wait_spawned_process.
11105 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11106 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11107 kill_wait_spawned_process instead of explicit "kill -9".
11108 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11109 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11110 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11111 processes. Don't map cygwin/windows pids here. Now returns a
11112 spawn id list.
11113
032a0fca
SL
111142015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11115
11116 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11117 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11118 correct patch.
11119
61a934ca
SL
111202015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11121
11122 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11123
4bc4d428
SL
111242015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11125
11126 Reapply:
11127 2014-05-21 Mark Wielaard <mjw@redhat.com>
11128
11129 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11130
998d452a
PA
111312015-07-30 Pedro Alves <palves@redhat.com>
11132
11133 * linux-low.c (handle_extended_wait): Set the child's last
11134 reported status to TARGET_WAITKIND_STOPPED.
11135
69dde7dc
PA
111362015-07-30 Pedro Alves <palves@redhat.com>
11137
11138 PR threads/18600
11139 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11140 only shows inferior 1.
11141
4dd63d48
PA
111422015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11143 Pedro Alves <palves@redhat.com>
11144
11145 PR threads/18600
11146 * gdb.threads/fork-plus-threads.c: New file.
11147 * gdb.threads/fork-plus-threads.exp: New file.
11148
d618e4c5
PP
111492015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11150
11151 * gdb.base/batch-preserve-term-settings.exp
11152 (test_terminal_settings_preserved_after_cli_exit): Use
11153 send_quit_command.
11154
1eef6428
PA
111552015-07-29 Pedro Alves <palves@redhat.com>
11156 Don Breazeal <donb@codesourcery.com>
11157
11158 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11159 output from both inferior_spawn_id and gdb_spawn_id.
11160
7da5b897
SDJ
111612015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11162
11163 * gdb.threads/attach-into-signal.exp (corefunc): Use
11164 with_test_prefix on nested loops, uniquefying the test messages.
11165
dac804df
SDJ
111662015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11167
11168 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11169 commit.
11170
06265e53
PP
111712015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11172
11173 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11174 New proc.
11175 (test_terminal_settings_preserved_after_sigterm): New test.
11176
18206ca3
PP
111772015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11178
11179 * gdb.base/batch-preserve-term-settings.exp
11180 (test_terminal_settings_preserved_after_cli_exit): New test.
11181
90074d11
PP
111822015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11183
11184 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11185 manipulation of saved_gdbflags.
11186 (test_terminal_settings_preserved): Remove global declaration of
11187 the unused variable pagination_prompt. Remove manipulation of
11188 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11189 GDBFLAGS.
11190
eb1a7902
PA
111912015-07-29 Pedro Alves <palves@redhat.com>
11192
11193 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11194
8b75dd3b
PA
111952015-07-29 Pedro Alves <palves@redhat.com>
11196
11197 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11198 at the top.
11199
dedad4e3
PA
112002015-07-29 Pedro Alves <palves@redhat.com>
11201
11202 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11203 (main): Call gdb_unbuffer_output.
11204 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11205 (main): Call gdb_unbuffer_output.
11206 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11207 (main): Call gdb_unbuffer_output.
11208 * gdb.base/call-strs.exp: Adjust to step over the
11209 gdb_unbuffer_output call.
11210 * gdb.base/catch-gdb-caused-signals.c: Include
11211 "../lib/unbuffer_output.c".
11212 (main): Call gdb_unbuffer_output.
11213 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11214 (main): Call gdb_unbuffer_output.
11215 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11216 (main): Call gdb_unbuffer_output.
11217 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11218 (main): Call gdb_unbuffer_output.
11219 * gdb.base/shlib-call.exp: Adjust to step over the
11220 gdb_unbuffer_output call.
11221 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11222 (main): Call gdb_unbuffer_output.
11223 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11224 (main): Call gdb_unbuffer_output.
11225 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11226 (main): Rename to ...
11227 (test): ... this.
11228 (main): Reimplement.
11229 * gdb.base/varargs.exp: Run to test instead of to main.
11230 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11231 (main): Call gdb_unbuffer_output.
11232
58789a91
PA
112332015-07-29 Pedro Alves <palves@redhat.com>
11234
11235 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11236 factore out from mi_continue_dprintf. For call-style dprintfs,
11237 expect dprintf output out of $inferior_spawn_id.
11238 (mi_continue_dprintf): Use mi_expect_dprintf.
11239 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11240 (main): Call gdb_unbuffer_output.
11241
e8376742
PA
112422015-07-29 Pedro Alves <palves@redhat.com>
11243
11244 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11245 (default_mi_gdb_start): Set inferior_spawn_id instead of
11246 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11247 gdb_spawn_id.
11248 (mi_gdb_test): Always expect inferior output from both
11249 $inferior_spawn_id and $gdb_spawn_id.
11250
08280010
PA
112512015-07-29 Pedro Alves <palves@redhat.com>
11252
11253 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11254 send_inferior and $inferior_spawn_id.
11255
4d30e432
PA
112562015-07-29 Pedro Alves <palves@redhat.com>
11257
11258 * gdb.gdb/complaints.exp (test_initial_complaints)
11259 (test_serial_complaints, test_short_complaints): Use
11260 gdb_test_stdio.
11261 (test_empty_complaint): Handle $inferior_spawn_id !=
11262 $gdb_spawn_id.
11263
0d30a335
PA
112642015-07-29 Pedro Alves <palves@redhat.com>
11265
11266 * gdb.base/varargs.exp: Use gdb_test_stdio.
11267
39413b29
PA
112682015-07-29 Pedro Alves <palves@redhat.com>
11269
11270 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11271
7cb000a9
PA
112722015-07-29 Pedro Alves <palves@redhat.com>
11273
11274 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11275
d7b8ac82
PA
112762015-07-29 Pedro Alves <palves@redhat.com>
11277
11278 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11279 parameter into two new parameters, "inf_result" and "gdb_result".
11280 Expect inferior output and gdb output from $inferior_spawn_id and
11281 $gdb_spawn_id, respectively. Adjust all callers.
11282
789c3a0c
PA
112832015-07-29 Pedro Alves <palves@redhat.com>
11284
11285 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11286 of gdb_test_sequence.
11287
77e760c3
PA
112882015-07-29 Pedro Alves <palves@redhat.com>
11289
11290 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11291 (saw_spurious_output): Expect inferior output from
11292 $inferior_spawn_id. Use gdb_test_stdio.
11293
8396d2cd
PA
112942015-07-29 Pedro Alves <palves@redhat.com>
11295
11296 * gdb.base/dprintf.exp: Use standard_testfile. Change
11297 prepare_for_testing call.
11298 (srcfile): Don't set.
11299 (restart): New procedure.
11300 (test_dprintf): New procecure, use to continue over dprintfs.
11301 (test_call, test_agent): New procedures, tests moved here.
11302 Restart gdb and recreate dprintfs. Adjust expected output.
11303
2051d61f
PA
113042015-07-29 Pedro Alves <palves@redhat.com>
11305
11306 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11307
452397af
PA
113082015-07-29 Pedro Alves <palves@redhat.com>
11309
11310 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11311
8aed9555
PA
113122015-07-29 Pedro Alves <palves@redhat.com>
11313
11314 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11315 gdb_test_stdio.
11316
188a61b4
PA
113172015-07-29 Pedro Alves <palves@redhat.com>
11318
11319 * lib/gdb.exp (gdb_test_stdio): New procedure.
11320
12264a45
PA
113212015-07-29 Pedro Alves <palves@redhat.com>
11322
11323 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11324
23ffc893
PA
113252015-07-29 Pedro Alves <palves@redhat.com>
11326
11327 * gdb.base/call-signal-resume.exp: Remove check for
11328 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11329 * gdb.base/unwindonsignal.exp: Likewise.
11330 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11331 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11332
65566918
PA
113332015-07-29 Pedro Alves <palves@redhat.com>
11334
11335 * gdb.base/siginfo-addr.c (pass): New function.
11336 (handler): Call it iff si_addr is correct.
11337 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11338 Set a breakpoint at "pass" and continue to it.
11339
d60a9221
SDJ
113402015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11341
11342 * gdb.python/py-objfile.exp: Make some tests have unique names.
11343 * gdb.python/py-pp-registration.exp: Likewise.
11344
bde40b8f
PA
113452015-07-28 Pedro Alves <palves@redhat.com>
11346
11347 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11348
13e1dec8
SM
113492015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11350
11351 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11352
da33c9a7
SM
113532015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11354
11355 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11356
077836f7
PP
113572015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11358
11359 * gdb.base/gdb-sigterm-2.exp: New test.
11360
b8cc7b2e
DE
113612015-07-25 Doug Evans <xdje42@gmail.com>
11362
11363 Revert:
11364 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11365 (workers/%.worker, build-perf): New rule.
11366 (GDB_PERFTEST_MODE): New variable.
11367 (check-perf): Use it.
11368 (clean): Clean up gdb.perf parallel build subdirs.
11369 * lib/build-piece.exp: New file.
11370 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11371 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11372 name.
11373 (standard_temp_file): Ditto.
11374 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11375 of $GDB_PARALLEL.
11376
c8bd4544
DE
113772015-07-24 Doug Evans <dje@google.com>
11378
11379 * gdb.perf/lib/perftest/utils.py: New file.
11380 * gdb.perf/gm-hello.cc: New file.
11381 * gdb.perf/gm-pervasive-typedef.cc: New file.
11382 * gdb.perf/gm-pervasive-typedef.h: New file.
11383 * gdb.perf/gm-std.cc: New file.
11384 * gdb.perf/gm-std.h: New file.
11385 * gdb.perf/gm-use-cerr.cc: New file.
11386 * gdb.perf/gm-utils.h: New file.
11387 * gdb.perf/gmonster-null-lookup.py: New file.
11388 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11389 * gdb.perf/gmonster-print-cerr.py: New file.
11390 * gdb.perf/gmonster-ptype-string.py: New file.
11391 * gdb.perf/gmonster-runto-main.py: New file.
11392 * gdb.perf/gmonster-select-file.py: New file.
11393 * gdb.perf/gmonster1-null-lookup.exp: New file.
11394 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11395 * gdb.perf/gmonster1-print-cerr.exp: New file.
11396 * gdb.perf/gmonster1-ptype-string.exp: New file.
11397 * gdb.perf/gmonster1-runto-main.exp: New file.
11398 * gdb.perf/gmonster1-select-file.exp: New file.
11399 * gdb.perf/gmonster1.cc: New file.
11400 * gdb.perf/gmonster1.exp: New file.
11401 * gdb.perf/gmonster2-null-lookup.exp: New file.
11402 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11403 * gdb.perf/gmonster2-print-cerr.exp: New file.
11404 * gdb.perf/gmonster2-ptype-string.exp: New file.
11405 * gdb.perf/gmonster2-runto-main.exp: New file.
11406 * gdb.perf/gmonster2-select-file.exp: New file.
11407 * gdb.perf/gmonster2.cc: New file.
11408 * gdb.perf/gmonster2.exp: New file.
11409
6eab34f3
DE
114102015-07-24 Doug Evans <dje@google.com>
11411
11412 * gdb.perf/README: New file.
11413 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11414 * lib/gen-perf-test.exp: New file.
11415
63738bfd
DE
114162015-07-24 Doug Evans <dje@google.com>
11417
11418 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11419 (PerfTest::startup): New function.
11420 (PerfTest::run): Return result of calling body.
11421 (PerfTest::assemble): Rewrite.
11422 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11423 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11424 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11425 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11426 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11427
7b606f95
DE
114282015-07-24 Doug Evans <dje@google.com>
11429
11430 * lib/gdb.exp (clean_restart): Make executable optional.
11431
a97b16b8
DE
114322015-07-24 Doug Evans <dje@google.com>
11433
11434 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11435 compiler_info references.
11436 * gdb.cp/temargs.exp: Ditto.
11437 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11438 (get_compiler_info): Early exit if already computed. Set compiler_info
11439 to "unknown" if there was a problem.
11440 (test_compiler_info): Add function comment. Call get_compiler_info.
11441
35baa57f
DE
114422015-07-24 Doug Evans <dje@google.com>
11443
11444 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11445 (workers/%.worker, build-perf): New rule.
11446 (GDB_PERFTEST_MODE): New variable.
11447 (check-perf): Use it.
11448 (clean): Clean up gdb.perf parallel build subdirs.
11449 * lib/build-piece.exp: New file.
11450 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11451 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11452 name.
11453 (standard_temp_file): Ditto.
11454 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11455 of $GDB_PARALLEL.
11456
6ebea266
DE
114572015-07-24 Doug Evans <dje@google.com>
11458
11459 * lib/future.exp (gdb_default_target_compile): New option
11460 "early_flags".
11461 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11462 --as-needed.
11463
1e76a7e9
SDJ
114642015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11465
11466 * gdb.base/catch-syscall.exp: Call gdb_exit before
11467 gdb_skip_xml_test.
11468
5068630a
PA
114692015-07-24 Pedro Alves <palves@redhat.com>
11470
11471 * gdb.python/py-events.exp: Accept output between the stop event
11472 and the prompt.
11473 * gdb.python/py-evsignal.exp: Likewise.
11474 * gdb.python/py-evthreads.exp: Likewise.
11475
77598427
PA
114762015-07-24 Pedro Alves <palves@redhat.com>
11477
11478 PR gdb/18717
11479 * gdb.threads/non-ldr-exit.c: New file.
11480 * gdb.threads/non-ldr-exit.exp: New file.
11481
11e6c98f
YQ
114822015-07-24 Yao Qi <yao.qi@linaro.org>
11483
11484 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11485 restarting process.
11486
51aee833
YQ
114872015-07-24 Yao Qi <yao.qi@linaro.org>
11488
11489 * gdb.server/ext-restart.exp: New file.
11490
8cfe207c
YQ
114912015-07-24 Yao Qi <yao.qi@linaro.org>
11492
11493 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11494 argument options.
11495 * gdb.server/ext-wrapper.exp: New file.
11496
cc12ce38
DE
114972015-07-23 Doug Evans <dje@google.com>
11498
11499 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11500 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11501
d0d84780
PMR
115022015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11503
11504 * gdb.ada/var_arr_typedef.exp: New testcase.
11505 * gdb.ada/var_arr_typedef/pack.adb: New file.
11506 * gdb.ada/var_arr_typedef/pack.ads: New file.
11507 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11508
8b558f79
JB
115092015-07-20 Joel Brobecker <brobecker@adacore.com>
11510
11511 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11512
775a3298
JK
115132015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11514
11515 * gdb.arch/i386-biarch-core.exp: Replace istarget
11516 by "complete set gnutarget". Remove expectation for the "core-file"
11517 command.
11518
db1ff28b
JK
115192015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11520
11521 Revert the previous commit:
11522 Tests for validate symbol file using build-id.
11523
0a94970d
JK
115242015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11525
11526 Tests for validate symbol file using build-id.
11527 * gdb.base/solib-mismatch-lib.c: New file.
11528 * gdb.base/solib-mismatch-libmod.c: New file.
11529 * gdb.base/solib-mismatch.c: New file.
11530 * gdb.base/solib-mismatch.exp: New file.
11531
03346981
SL
115322015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11533
11534 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11535 nios2-*-linux*.
11536 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11537 * gdb.base/siginfo.exp: Likewise.
11538 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11539
42422cc7
PL
115402015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11541
11542 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11543 Move it to ...
11544 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11545 ... here.
11546 * gdb.trace/range-stepping.exp: Check that the target supports
11547 range stepping.
11548
cfa68bae
JK
115492015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11550
11551 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11552
8ffdba26
PA
115532015-07-14 Pedro Alves <palves@redhat.com>
11554
11555 * gdb.base/killed-outside.exp: New file.
11556 * gdb.base/killed-outside.c: New file.
11557
218a5a11
JK
115582015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11559
11560 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11561 (n at main): New.
11562 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11563
e03ed3c6
AA
115642015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11565
11566 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11567 infcall tests instead of setting up for KFAIL.
11568
485668e5
MM
115692015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11570
11571 * gdb.btrace/record_goto-step.exp: New.
11572
08464196
JK
115732015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11574
11575 PR compile/18484
11576 * gdb.compile/compile.c (struct struct_type): Add volatile to
11577 selffield's type.
11578 * gdb.compile/compile.exp
11579 (compile code struct_object.selffield = &struct_object): Skip further
11580 struct_object tests if this one xfails.
11581
bcf5c1d9
RC
115822015-07-08 Robert O'Callahan <robert@ocallahan.org>
11583
11584 PR exp/18617
11585 * gdb.trace/ax.exp: Add test.
11586
4931af25
YQ
115872015-07-07 Yao Qi <yao.qi@linaro.org>
11588
11589 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11590 instead of istarget "aarch64*-*-*".
11591 * gdb.arch/aarch64-fp.exp: Likewise.
11592 * gdb.base/float.exp: Likewise.
11593 * gdb.reverse/aarch64.exp: Likewise.
11594 * lib/gdb.exp (is_aarch64_target): New proc.
11595
9fcf688e
YQ
115962015-07-07 Yao Qi <yao.qi@linaro.org>
11597
11598 * lib/gdb.exp (is_aarch32_target): New proc.
11599 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11600 instead of "istarget "arm*-*-*"".
11601 * gdb.arch/arm-disp-step.exp: Likewise.
11602 * gdb.arch/thumb-bx-pc.exp: Likewise.
11603 * gdb.arch/thumb-prologue.exp: Likewise.
11604 * gdb.arch/thumb-singlestep.exp: Likewise.
11605 * gdb.base/disp-step-syscall.exp: Likewise.
11606 * gdb.base/float.exp: Likewise.
11607
fbd8d50d
YQ
116082015-07-07 Yao Qi <yao.qi@linaro.org>
11609
11610 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11611 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11612
71be1fdc
YQ
116132015-07-07 Yao Qi <yao.qi@linaro.org>
11614
11615 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11616 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11617 if it exists.
11618 * gdb.multi/multi-arch.exp: Likewise.
11619
3e221d36
SM
116202015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11621
11622 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11623 print.
11624
d441430b
YQ
116252015-07-07 Yao Qi <yao.qi@linaro.org>
11626
11627 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11628
06f810bd
MG
116292015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11630
11631 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11632 '[' and ']' characters.
11633
5e61e7c0
IB
116342015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11635
11636 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11637
28bf096c
PA
116382015-06-29 Pedro Alves <palves@redhat.com>
11639
11640 PR threads/18127
11641 * gdb.threads/hand-call-new-thread.c: New file.
11642 * gdb.threads/hand-call-new-thread.c: New file.
11643
ee93cd5e
KS
116442015-06-26 Keith Seitz <keiths@redhat.com>
11645 Doug Evans <dje@google.com>
11646
11647 PR 16253
11648 * gdb.cp/var-tag-2.cc: New file.
11649 * gdb.cp/var-tag-3.cc: New file.
11650 * gdb.cp/var-tag-4.cc: New file.
11651 * gdb.cp/var-tag.cc: New file.
11652 * gdb.cp/var-tag.exp: New file.
11653
fc637f04
PP
116542015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11655
11656 * gdb.base/history-duplicates.exp: New test.
11657
2e52ae68
PP
116582015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11659
11660 * gdb.base/completion.exp: Test the completion of the "focus"
11661 command.
11662
6e22494e
JK
116632015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11664
11665 * gdb.arch/amd64-prologue-skip.S: New file.
11666 * gdb.arch/amd64-prologue-skip.exp: New file.
11667
bf7b9cd9
SM
116682015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11669
11670 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11671 is_address_zero_readable check.
11672
201e8dfd
PB
116732015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11674
11675 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11676 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11677
5cd867b4
YQ
116782015-06-24 Yao Qi <yao.qi@linaro.org>
11679
11680 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11681 linux targets.
11682
4d7be007
YQ
116832015-06-24 Yao Qi <yao.qi@linaro.org>
11684
11685 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11686 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11687 * gdb.base/siginfo-thread.exp: Likewise.
11688
07fcd301
YQ
116892015-06-22 Yao Qi <yao.qi@linaro.org>
11690
11691 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11692
52042a00
YQ
116932015-06-22 Yao Qi <yao.qi@linaro.org>
11694
11695 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11696 aarch64*-*-*.
11697 (skip_hw_watchpoint_tests): Likewise.
11698
74bd41ce
PP
116992015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11700
11701 * gdb.base/gdbinit-history.exp: Test the interaction between
11702 setting GDBHISTSIZE and setting the history size via .gdbinit.
11703
bc460514
PP
117042015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11705
11706 PR gdb/16999
11707 * gdb.base/gdbhistsize-history.exp: New test.
11708
b58c513b
PP
117092015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11710
11711 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11712 with GDBHISTSIZE.
11713 * gdb.base/readline.exp: Likewise.
11714
92046791
YQ
117152015-06-17 Yao Qi <yao.qi@linaro.org>
11716
11717 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11718 line.
11719
2093d2d3
PP
117202015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11721
11722 * gdb.base/gdbinit-history.exp: Add test case to check that
11723 an unlimited history file does not get truncated on exit.
11724
e6c693af
AA
117252015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11726
11727 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11728 (VECTOR): New macro. Use it...
11729 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11730 ...for these typedefs.
11731 (int8, char1, int1, double1): New typedefs.
11732 (struct just_int2, struct two_int2): New structures.
11733 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11734 (add_structvecs, add_singlevecs): New functions.
11735 (main): Call add_some_intvecs twice.
11736 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11737 the compile and exit upon failure. Try compiling for the "native"
11738 architecture. Test inferior function calls with vector arguments
11739 and vector return value handling with "finish" and "return".
11740
c74f7d1c
JT
117412015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11742
11743 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11744 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11745 PE file.
11746 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11747
98aa42ee
AT
117482015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11749
11750 PR breakpoints/16465
11751 * gdb.mi/mi-dprintf-pending.c: New file.
11752 * gdb.mi/mi-dprintf-pending.exp: New test.
11753 * gdb.mi/mi-dprintf-pendshr.c: New file.
11754
7d73c23c 117552015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 11756 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
11757
11758 * gdb.arch/i386-mpx-map.c: New file.
11759 * gdb.arch/i386-mpx-map.exp: New File.
11760
117612015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11762
11763 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11764 * gdb.arch/i386-mpx.exp: Indentation fixed.
11765
117662015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11767
11768 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11769 function and improved indentation.
11770 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11771 gdb_test_multiple. Added additional tests to skip the test.
11772
117732015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11774
11775 * gdb.arch/i386-avx512.c: Change path in include file.
11776 * gdb.arch/i386-avx512.exp: Change include dir path
11777 compilation flag.
11778 * gdb.arch/i386-mpx.c: Change path in include file.
11779 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11780 flag.
11781
d5eba19a
JK
117822015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11783
11784 * gdb.compile/compile-print.exp (compile print *vararray@3)
11785 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11786
7f361056
JK
117872015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11788
11789 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11790 (do not keep jit in memory): ... this.
11791 (expect 5): Change it to ...
11792 (expect no 5): ... this.
11793
3b462ec2
SM
117942015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11795
11796 PR gdb/15564
11797 * gdb.mi/mi-detach.exp: New file.
11798
e0619de6
JK
117992015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11800
11801 PR symtab/18392
11802 * gdb.arch/amd64-tailcall-self.S: New file.
11803 * gdb.arch/amd64-tailcall-self.c: New file.
11804 * gdb.arch/amd64-tailcall-self.exp: New file.
11805
e970cb34
DB
118062015-05-28 Don Breazeal <donb@codesourcery.com>
11807
11808 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11809 tests for remote targets by checking is_target_gdbserver.
11810
b2e2f908
DE
118112015-05-27 Doug Evans <dje@google.com>
11812
11813 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11814 * gdb.dwarf2/opaque-type-lookup.c: New file.
11815 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11816
82c7be31
DE
118172015-05-26 Doug Evans <dje@google.com>
11818
11819 * gdb.cp/iostream.cc: New file.
11820 * gdb.cp/iostream.exp: New file.
11821
b4f54984
DE
118222015-05-26 Doug Evans <dje@google.com>
11823
11824 * gdb.dwarf2/dw2-op-call.exp: Update.
11825 * gdb.dwarf2/dw4-sig-types.exp: Update.
11826 * gdb.dwarf2/implptr.exp: Update.
11827 * gdb.mi/mi-cmd-param-changed.exp: Update.
11828
4ea6efe9
DE
118292015-05-26 Doug Evans <dje@google.com>
11830
11831 * gdb.python/py-lazy-string.c: New file.
11832 * gdb.python/py-lazy-string.exp: New file.
11833 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11834 (main): Update. Add estring3.
11835 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11836 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11837
f6bb7db3
YQ
118382015-05-26 Omair Javaid <omair.javaid@linaro.org>
11839 Yao Qi <yao.qi@linaro.org>
11840
11841 * gdb.reverse/aarch64.c: New.
11842 * gdb.reverse/aarch64.exp: New.
11843
a81bfbd0
OJ
118442015-05-26 Omair Javaid <omair.javaid@linaro.org>
11845
25d49b86
PA
11846 * lib/gdb.exp (supports_process_record): Return true for
11847 aarch64*-linux*.
a81bfbd0
OJ
11848 (supports_reverse): Likewise.
11849
158bf1b4
PP
118502015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11851
11852 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11853 Use with_test_prefix.
11854
a0145030
AB
118552015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11856
11857 * gdb.base/completion.exp: Add test for completion of layout
11858 names.
11859
ebe3b578
AB
118602015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11861
11862 * lib/gdb.exp (skip_tui_tests): New proc.
11863 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11864
84204ed7
PA
118652015-05-19 Pedro Alves <palves@redhat.com>
11866
11867 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11868 Save the whole env array instead of just HOME. Unset HISTSIZE in
11869 the environment while testing. Restore whole environment
11870 afterwards.
11871
37442ce1
DE
118722015-05-16 Doug Evans <xdje42@gmail.com>
11873
11874 * gdb.guile/scm-ports.c: New file.
11875 * gdb.guile/scm-ports.exp: Add memory port tests.
11876
36de76f9
JK
118772015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11878
11879 * gdb.compile/compile-print.c: New file.
11880 * gdb.compile/compile-print.exp: New file.
11881
3a9558c4
JK
118822015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11883
11884 * gdb.compile/compile-ops.exp: Cast param to void.
11885 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11886 (compile code struct_object.selffield = &struct_object): Add xfail.
11887
aa715135
JG
118882015-05-15 Joel Brobecker <brobecker@adacore.com>
11889
11890 * gdb.ada/arr_enum_with_gap: New testcase.
11891
931e5bc3
JG
118922015-05-15 Joel Brobecker <brobecker@adacore.com>
11893
11894 * gdb.ada/byte_packed_arr: New testcase.
11895
9cd4d857
JB
118962015-05-15 Joel Brobecker <brobecker@adacore.com>
11897
11898 * gdb.ada/pckd_neg: New testcase.
11899
ebfd00d2
PP
119002015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11901
11902 PR gdb/17820
11903 * gdb.base/gdbinit-history.exp: New test.
11904 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11905 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11906
4c082a81
SC
119072015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11908
11909 * gdb.python/py-xmethods.cc: Enhance test case.
11910 * gdb.python/py-xmethods.exp: New tests.
11911 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11912 function.
11913 (B_indexoper): Likewise.
11914 (global_dm_list) : Add new xmethod worker functions.
11915
f7797074
SDJ
119162015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11917
11918 * gdb.base/coredump-filter.exp: Correctly unset
11919 "coredump_var_addr" array.
11920
a4674e4e
PA
119212015-05-08 Pedro Alves <palves@redhat.com>
11922
11923 * gdb.server/non-existing-program.exp: Unset spawn_id.
11924
df2eb078
SC
119252015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11926
11927 PR python/18291
11928 * gdb.python/py-xmethods.exp: Add tests.
11929
422349a3
YQ
119302015-05-08 Yao Qi <yao.qi@linaro.org>
11931
11932 PR gdb/18208
11933 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11934 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11935 function set_coredump_filter, and remove remote_exec call.
11936 Remove argument ipid. Callers update.
11937 (top level): Don't get inferior's PID.
11938
63fc80ce
AA
119392015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11940
11941 * gdb.base/watch_thread_num.exp: Skip test on targets without
11942 access watchpoints.
11943
80ad801e
PA
119442015-05-06 Pedro Alves <palves@redhat.com>
11945
11946 PR server/18081
11947 * gdb.server/non-existing-program.exp: New file.
11948
0fa7fe50
JB
119492015-05-05 Joel Brobecker <brobecker@adacore.com>
11950
11951 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11952
3ea89b92
PMR
119532015-05-05 Joel Brobecker <brobecker@adacore.com>
11954
11955 * gdb.ada/out_of_line_in_inlined: New testcase.
11956
87b8eff0
JB
119572015-05-05 Joel Brobecker <brobecker@adacore.com>
11958
11959 * gdb.ada/var_rec_arr: New testcase.
11960
5fccc635
YQ
119612015-04-30 Yao Qi <yao.qi@linaro.org>
11962
11963 * gdb.base/break-idempotent.exp: If
11964 skip_hw_watchpoint_multi_tests returns true, skip the tests
11965 on "rwatch" and "awatch".
11966
42d38f42
YQ
119672015-04-30 Yao Qi <yao.qi@linaro.org>
11968
11969 * gdb.base/relativedebug.exp: Invoke gdb command
11970 "info sharedlibrary", and if libc.so doesn't have debug info,
11971 skip the test.
11972
2ce1cdbf
DE
119732015-04-29 Doug Evans <dje@google.com>
11974
11975 * gdb.python/py-xmethods.exp: Add ptype tests.
11976 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11977 get_result_type method.
11978
f24a38c5
LM
119792015-04-29 Luis Machado <lgustavo@codesourcery.com>
11980
11981 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11982 the target does not support hardware watchpoints.
11983
ecbf2b3c
LM
119842015-04-29 Luis Machado <lgustavo@codesourcery.com>
11985
11986 * gdb.base/break-always.exp: Abort testing if writing to memory
11987 causes an error.
11988
34f5f757
DE
119892015-04-28 Doug Evans <dje@google.com>
11990
11991 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11992 * gdb.python/py-pp-registration.exp: ... here. New file.
11993 * gdb.python/py-pp-registration.c: New file.
11994 * gdb.python/py-pp-registration.py: New file.
11995
69b4374a
DE
119962015-04-28 Doug Evans <dje@google.com>
11997
11998 * gdb.python/py-bad-printers.c: New file.
11999 * gdb.python/py-bad-printers.py: New file.
12000 * gdb.python/py-bad-printers.exp: New file.
12001
59fb7612
SS
120022015-04-28 Sasha Smundak <asmundak@google.com>
12003
12004 * gdb.python/py-type.exp: New test.
12005
2631b16a
AW
120062015-04-28 Andy Wingo <wingo@igalia.com>
12007
12008 * gdb.python/py-parameter.exp:
12009 * gdb.guile/scm-parameter.exp: Escape the path that we are
12010 matching against, as it might contain characters that are special
12011 to regular expressions.
12012
460efde1
JB
120132015-04-27 Joel Brobecker <brobecker@adacore.com>
12014
12015 * gdb.ada/rec_comp: New testcase.
12016
2d369d8e
SDJ
120172015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12018
12019 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12020 before using it.
12021
cf75d6c3
AB
120222015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12023
12024 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12025 new tests for verilog output.
12026
8dbe7ca5
YQ
120272015-04-24 Yao Qi <yao.qi@linaro.org>
12028
12029 * boards/remote-gdbserver-on-localhost.exp: New file.
12030
4ef9fb2f
PA
120312015-04-23 Pedro Alves <palves@redhat.com>
12032
12033 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12034 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12035 "end of file", remove $inferior_spawn_id from the indirect list.
12036
0a803169
PA
120372015-04-23 Pedro Alves <palves@redhat.com>
12038
12039 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12040
749ef8f8
PA
120412015-04-23 Pedro Alves <palves@redhat.com>
12042
12043 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12044 on $any_spawn_id instead of only on $gdb_spawn_id.
12045
8aae4344
PM
120462015-04-21 Pierre Muller <muller@sourceware.org>
12047
12048 PR pascal/17815
12049 * lib/pascal.exp (gpc_compile): Add new option "class".
12050 (fpc_compile): Likewise.
12051 * gdb.pascal/case-insensitive-symbols.pas: New file.
12052 * gdb.pascal/case-insensitive-symbols.exp: New file.
12053
1586c8fb
GB
120542015-04-20 Gary Benson <gbenson@redhat.com>
12055
12056 * gdb.base/attach.exp: Fix three extended remote failures.
12057
1b6e6f5c
GB
120582015-04-17 Gary Benson <gbenson@redhat.com>
12059
12060 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12061 the main executable over the remote protocol.
12062
e797481d
PA
120632015-04-16 Pedro Alves <palves@redhat.com>
12064
12065 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12066 a new gdbserver if gdbserver_reconnect_p is set.
12067
1ca99c42
PA
120682015-04-16 Pedro Alves <palves@redhat.com>
12069
12070 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12071 is set, don't exit gdbserver.
12072
af9fd6f8
AA
120732015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12074
12075 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12076 appropriate .insn, such that an older assembler can be used.
12077 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12078 the z/Architecture instruction set on 31-bit targets as well.
12079
04ff1e61
AA
120802015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12081
12082 * gdb.go/handcall.exp: Remove all logic related to the first
12083 breakpoint and rely on go_runto_main instead.
12084 * gdb.go/strings.exp: Likewise.
12085 * gdb.go/unsafe.exp: Likewise.
12086 * gdb.go/hello.exp: Likewise. Also rename the remaining
12087 breakpoint marker to "breakpoint 1".
12088 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12089 * gdb.go/strings.go: Likewise.
12090 * gdb.go/unsafe.go: Likewise.
12091 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12092 "set breakpoint 2 here" and rename the remaining breakpoint marker
12093 to "breakpoint 1".
12094
40d2f8d6
SM
120952015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12096
12097 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12098 if itertools.imap is not present.
12099 * gdb.python/py-objfile.exp: Add parentheses.
12100 * gdb.python/py-type.exp: Same.
12101 * gdb.python/py-unwind-maint.py: Same.
12102
8cbc97c6
YQ
121032015-04-15 Yao Qi <yao.qi@linaro.org>
12104
12105 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12106 of ":$ptr_size" and set its form explicitly.
12107
45fd756c
YQ
121082015-04-15 Pedro Alves <palves@redhat.com>
12109 Yao Qi <yao.qi@linaro.org>
12110
12111 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12112 timeout by factor of 4.
12113 (test_regular_watch): Likewise.
12114 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12115 * gdb.reverse/sigall-reverse.exp: Likewise.
12116 * gdb.reverse/until-precsave.exp: Likewise.
12117 * lib/gdb.exp (with_timeout_factor): New proc.
12118 (gdb_expect): Move some code to ...
12119 (get_largest_timeout): ... here. New procedure.
12120
9e811bc3
LM
121212015-04-14 Luis Machado <lgustavo@codesourcery.com>
12122
12123 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12124
0ff6fcb2
LM
121252015-04-13 Luis Machado <lgustavo@codesourcery.com>
12126
12127 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12128 to write to the .text section.
12129
7578d5f7
LM
121302015-04-13 Luis Machado <lgustavo@codesourcery.com>
12131
12132 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12133 Handle the case of targets that do not provide PID information.
12134
2efe15c4
YQ
121352015-04-13 Yao Qi <yao.qi@linaro.org>
12136
12137 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12138 and use expect instead of gdb_expect.
12139
8cd8f2f8
SDJ
121402015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12141
12142 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12143 "coredump_var_addr" to avoid naming conflict with other testcases.
12144
9ee41772
PA
121452015-04-10 Pedro Alves <palves@redhat.com>
12146
12147 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12148 gdb_test_sequence and gdb_assert.
12149
07473109
PA
121502015-04-10 Pedro Alves <palves@redhat.com>
12151
12152 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12153 test messages that don't include the breakpoint address.
12154
de3db44c
YQ
121552015-04-10 Yao Qi <yao.qi@linaro.org>
12156
12157 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12158 false for some offset and width combinations which aren't
12159 supported by linux kernel.
12160
c79d856c
PA
121612015-04-10 Pedro Alves <palves@redhat.com>
12162
12163 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12164 procedure, factored out from ...
12165 (top level): ... here. Add "set displaced-stepping" testing axis.
12166 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12167 parameter "displaced". Use it.
12168 (top level): Use foreach and add "set displaced-stepping" testing
12169 axis.
12170
ebc90b50
PA
121712015-04-10 Pedro Alves <palves@redhat.com>
12172
12173 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12174 Remove comment.
12175 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12176 both the address of the instruction that triggers the watchpoint
12177 and the address of the instruction immediately after, and use
12178 those addresses for the test. Fix comment.
12179
8f572e5c
PA
121802015-04-10 Pedro Alves <palves@redhat.com>
12181
12182 * gdb.base/sigstep.exp (breakpoint_to_handler)
12183 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12184 Test "backtrace" in handler.
12185 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12186 (top level): Add new "displaced" test axis to
12187 breakpoint_to_handler, breakpoint_to_handler_entry and
12188 breakpoint_over_handler.
12189
8d707a12
PA
121902015-04-10 Pedro Alves <palves@redhat.com>
12191
12192 PR gdb/18216
12193 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12194
ef713951
YQ
121952015-04-10 Yao Qi <yao.qi@linaro.org>
12196
12197 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12198 (test_add_rn_pc): New function.
12199 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12200 (top level): Invoke test_add_rn_pc.
12201
906d60cf
PA
122022015-04-10 Pedro Alves <palves@redhat.com>
12203
12204 PR gdb/13858
12205 * gdb.base/step-over-no-symbols.exp: New file.
12206
f2983cc3
AW
122072015-04-09 Andy Wingo <wingo@igalia.com>
12208
12209 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12210 after the Python tests.
12211
6d62641c
SDJ
122122015-04-08 Keith Seitz <keiths@redhat.com>
12213
12214 PR python/16699
12215 * gdb.python/py-completion.exp: New tests for completion.
12216 * gdb.python/py-completion.py (CompleteLimit1): New class.
12217 (CompleteLimit2): Likewise.
12218 (CompleteLimit3): Likewise.
12219 (CompleteLimit4): Likewise.
12220 (CompleteLimit5): Likewise.
12221 (CompleteLimit6): Likewise.
12222 (CompleteLimit7): Likewise.
12223
f3770638
PA
122242015-04-08 Pedro Alves <palves@redhat.com>
12225
12226 PR gdb/18214
12227 PR gdb/18216
12228 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12229 function.
12230 (main): Install it as SIGUSR1 handler.
12231 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12232 parameter. Always use "setup" as prefix. Toggle "set
12233 displaced-stepping" off/on depending on global. Don't switch to
12234 thread 1 here.
12235 (top level): Add displaced stepping "off/on" test axis. Update
12236 "setup" calls. Wrap each subtest with with_test_prefix. Test
12237 continuing with a queued signal in each thread.
12238
4496bed7
PA
122392015-04-08 Pedro Alves <palves@redhat.com>
12240
12241 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12242 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12243 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12244 Return early if running to main fails.
12245 * gdb.trace/while-stepping.exp: Likewise.
12246
b97fde92
PA
122472015-04-07 Pedro Alves <palves@redhat.com>
12248
12249 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12250 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12251 interact with inferior program.
12252
f71c18e7
PA
122532015-04-07 Pedro Alves <palves@redhat.com>
12254
12255 * lib/gdb.exp (inferior_spawn_id): New global.
12256 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12257 spawn id after processing the user code.
12258 (default_gdb_start): Set inferior_spawn_id.
12259 (send_inferior): New procedure.
12260 * lib/gdbserver-support.exp (gdbserver_start): Set
12261 inferior_spawn_id.
12262 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12263
6423214f
PA
122642015-04-07 Pedro Alves <palves@redhat.com>
12265
12266 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12267 * lib/gdbserver-support.exp (gdbserver_start): Make
12268 $server_spawn_id global.
12269 (gdbserver_start): Don't wait for gdbserver's spawn id with
12270 expect_background.
12271 (close_gdbserver): New procedure.
12272 (gdb_exit): Rename the default version and reimplement.
12273
71c0ee8c
PA
122742015-04-07 Pedro Alves <palves@redhat.com>
12275
72f4393d 12276 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12277 append the substituted item, not the original item.
12278
203bc29b
PA
122792015-04-07 Pedro Alves <palves@redhat.com>
12280
12281 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12282 gdb_expect.
12283
508a3ddf
PA
122842015-04-07 Pedro Alves <palves@redhat.com>
12285
12286 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12287 output appearing once only.
12288
9f6dbe2b
PA
122892015-04-07 Pedro Alves <palves@redhat.com>
12290
12291 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12292 that doesn't expect anything. Return early if running to main
12293 fails.
12294
337532fa
YQ
122952015-04-07 Yao Qi <yao.qi@linaro.org>
12296
12297 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12298 (child_function): Call alarm.
12299 (main): Move call to alarm into the loop.
12300 * gdb.threads/non-stop-fair-events.exp: Build program with
12301 -DTIMEOUT=$timeout.
12302
01b622d4
DE
123032015-04-06 Doug Evans <xdje42@gmail.com>
12304
12305 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12306 Fix dest parameter to board_info.
12307 (fpc_compile): Ditto.
12308 (gdb_compile_pascal): Rename dest arg to destfile.
12309
961f4160
PMR
123102015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12311
12312 * gdb.ada/funcall_ref.exp: New file.
12313 * gdb.ada/funcall_ref/foo.adb: New file.
12314
cafda597
YQ
123152015-04-02 Yao Qi <yao.qi@linaro.org>
12316
12317 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12318 is remote.
12319
fed040c6
GB
123202015-04-02 Gary Benson <gbenson@redhat.com>
12321
12322 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12323
d11916aa
SS
123242015-04-01 Sasha Smundak <asmundak@google.com>
12325
12326 * gdb.python/py-unwind-maint.c: New file.
12327 * gdb.python/py-unwind-maint.exp: New test.
12328 * gdb.python/py-unwind-maint.py: New file.
12329 * gdb.python/py-unwind.c: New file.
12330 * gdb.python/py-unwind.exp: New test.
12331 * gdb.python/py-unwind.py: New test.
12332
a1471180
PA
123332015-04-01 Pedro Alves <palves@redhat.com>
12334
12335 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12336 to fail instead of non-existent $test.
12337
0bbeccb1
PA
123382015-04-01 Pedro Alves <palves@redhat.com>
12339
12340 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12341 GDBFLAGS if not empty.
12342
3c724c8c
PMR
123432015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12344
12345 * gdb.ada/complete.exp: Remove "multi_line".
12346 * gdb.ada/info_exc.exp: Remove "multi_line".
12347 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12348 * gdb.ada/ptype_field.exp: Remove "multi_line".
12349 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12350 * gdb.ada/tagged.exp: Remove "multi_line".
12351 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12352 [multi_line ...]
12353 * gdb.btrace/delta.exp: Likewise.
12354 * gdb.btrace/exception.exp: Likewise.
12355 * gdb.btrace/function_call_history.exp: Likewise.
12356 * gdb.btrace/instruction_history.exp: Likewise.
12357 * gdb.btrace/nohist.exp: Likewise.
12358 * gdb.btrace/record_goto.exp: Likewise.
12359 * gdb.btrace/segv.exp: Likewise.
12360 * gdb.btrace/stepi.exp: Likewise.
12361 * gdb.btrace/tailcall.exp: Likewise.
12362 * gdb.btrace/unknown_functions.exp: Likewise.
12363 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12364 * lib/gdb.exp: Add the "multi_line" helper.
12365
4eec2deb
PA
123662015-04-01 Pedro Alves <palves@redhat.com>
12367
12368 * gdb.threads/tid-reuse.c: New file.
12369 * gdb.threads/tid-reuse.exp: New file.
12370
df8411da
SDJ
123712015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12372
12373 PR corefiles/16092
12374 * gdb.base/coredump-filter.c: New file.
12375 * gdb.base/coredump-filter.exp: Likewise.
12376
6ef37366
PM
123772015-03-27 Petr Machata <pmachata@redhat.com>
12378
12379 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12380 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12381 (Dwarf::assemble): Initialize them.
12382 (Dwarf::lines): New function.
12383
7ec911b0
JT
123842015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12385
12386 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12387 SYMBOL_PREFIX for x86_64-*-cygwin.
12388
ff908ebf
AW
123892015-03-26 Andy Wingo <wingo@igalia.com>
12390
12391 PR symtab/18148
12392 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12393 const_value but not a location.
12394 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12395 location defined in non-main CUs are visible.
12396
6d5f0679
YQ
123972015-03-26 Yao Qi <yao.qi@linaro.org>
12398
12399 PR testsuite/18139
12400 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12401 Add a line number entry for the same line.
12402 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12403 Add a line number entry for the same line.
12404
2898689b
YQ
124052015-03-26 Yao Qi <yao.qi@linaro.org>
12406
12407 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12408 .int 0.
12409 (func): Likewise. Add .Lfunc_1 label.
12410 Use .Lfunc_1 label.
12411 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12412 .int 0.
12413 (func): Likewise.
12414 Use .Lfunc_1 label.
12415
85180498
YQ
124162015-03-26 Yao Qi <yao.qi@linaro.org>
12417
12418 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12419 Call gdb_compile instead to compile each .s files without debug
12420 information.
12421
8aa08a8d
YQ
124222015-03-26 Yao Qi <yao.qi@linaro.org>
12423
12424 * gdb.base/savedregs.exp (process_saved_regs): Make
12425 "Saved registers:" optional in the pattern.
12426
66849923
MM
124272015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12428
12429 * gdb.btrace/next.exp: Merged into step.exp.
12430 * gdb.btrace/finish.exp: Merged into step.exp.
12431 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12432 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12433 "record goto" and checking the exact replay position.
12434 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12435 check for "Recording format" in "info record" output.
12436 * gdb.btrace/record_goto.exp: Choose test file based on target.
12437 * gdb.btrace/x86-record_goto.S: Renamed into ...
12438 * gdb.btrace/x86_64-record_goto.S: ... this.
12439 * gdb.btrace/i686-record_goto.S: New.
12440 * gdb.btrace/x86-tailcall.S: Renamed into ...
12441 * gdb.btrace/x86_64-tailcall.S: ... this.
12442 * gdb.btrace/i686-tailcall.S: New.
12443 * gdb.btrace/x86-tailcall.c: Renamed into ...
12444 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12445 separate statements. Update test.
12446 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12447 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12448 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12449 * gdb.btrace/tailcall.exp: Choose test file based on target.
12450 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12451
11cc1b74
MM
124522015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12453
12454 * gdb.btrace/exception.exp: Increase BTS buffer size.
12455
a25d8bf9
PA
124562015-03-24 Pedro Alves <palves@redhat.com>
12457
12458 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12459
856e7dd6
PA
124602015-03-24 Pedro Alves <palves@redhat.com>
12461
12462 * gdb.threads/schedlock.exp (test_step): No longer expect that
12463 "set scheduler-locking step" with "next" over a function call runs
12464 threads unlocked.
12465
ad235a41
AT
124662015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12467
12468 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12469
15630549
AT
124702015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12471
12472 PR breakpoints/16466
12473 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12474 * gdb.mi/mi-pending.c (thread_func): New function.
12475 (int main): Add threading support required.
12476 * gdb.mi/mi-pending.exp: Add tests for this issue.
12477 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12478 (pendfunc2): Remove stdio dependency.
12479 * gdb.mi/mi-pendshr2.c: New file.
12480
693dca06
KS
124812015-03-23 Keith Seitz <keiths@redhat.com>
12482
12483 * gdb.linespec/keywords.c: New file.
12484 * gdb.linespec/keywords.exp: New file.
12485
7e993ebf
KS
124862015-03-23 Keith Seitz <keiths@redhat.com>
12487
12488 PR gdb/18021
12489 * gdb.dwarf2/staticvirtual.exp: New test.
12490
bc23328c
JK
124912015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12492
12493 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12494 * README: Remove HP-UX and gdb.hp.
12495 (configuration):
12496 * configure: Regenerate.
12497 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12498 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12499 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12500 gdb.hp/gdb.defects/Makefile.
12501 * gdb.hp/Makefile.in: File deleted.
12502 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12503 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12504 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12505 * gdb.hp/gdb.aCC/run.c: File deleted.
12506 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12507 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12508 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12509 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12510 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12511 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12512 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12513 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12514 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12515 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12516 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12517 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12518 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12519 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12520 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12521 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12522 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12523 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12524 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12525 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12526 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12527 * gdb.hp/gdb.compat/average.c: File deleted.
12528 * gdb.hp/gdb.compat/sum.c: File deleted.
12529 * gdb.hp/gdb.compat/xdb.c: File deleted.
12530 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12531 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12532 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12533 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12534 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12535 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12536 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12537 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12538 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12539 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12540 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12541 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12542 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12543 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12544 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12545 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12546 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12547 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12548 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12549 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12550 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12551 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12552 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12553 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12554 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12555 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12556 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12557 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12558 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12559 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12560 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12561 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12562 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12563 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12564 * gdb.hp/tools/odump: File deleted.
12565
8bf3b159
PA
125662015-03-19 Pedro Alves <palves@redhat.com>
12567
12568 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12569 (saw_thread_3): New globals.
12570 (top level): Increment them when an event for the corresponding
12571 thread is seen.
12572 (no thread starvation): New test.
12573
eb54c8bf
PA
125742015-03-19 Pedro Alves <palves@redhat.com>
12575
12576 * gdb.threads/continue-pending-status.c: New file.
12577 * gdb.threads/continue-pending-status.exp: New file.
12578
32d2e5d6
PA
125792015-03-18 Pedro Alves <palves@redhat.com>
12580
12581 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12582 Use gdb_is_target_remote instead of is_remote. Use
12583 gdb_test_multiple instead of gdb_expect. Exit early if
12584 gdb_test_multiple hits its internal matches. Tighten stepi tests
12585 expected output. Fail on exit with any signal, instead of just
12586 SIGILL.
12587
f68f11b7
YQ
125882015-03-18 Yao Qi <yao.qi@linaro.org>
12589
12590 PR tdep/18107
12591 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12592 variable.
12593 * gdb.base/catch-syscall.exp: Don't skip it on
12594 aarch64*-*-linux* target. Remove elements in all_syscalls.
12595 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12596 target.
12597 (setup_all_syscalls): New proc.
12598
ca5fd19b
YQ
125992015-03-16 Yao Qi <yao.qi@linaro.org>
12600
12601 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12602 (top level): Skip tests if valid_addr_p returns false for
12603 $cmd1 or $cmd2.
12604
85642ba0
AW
126052015-03-11 Andy Wingo <wingo@igalia.com>
12606
12607 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12608
e03f9645
YQ
126092015-03-11 Yao Qi <yao.qi@linaro.org>
12610
12611 * gdb.base/catch-syscall.exp: Fix typo in comments.
12612
5d0962b2
YQ
126132015-03-11 Yao Qi <yao.qi@linaro.org>
12614
12615 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12616
b2df3cef
PA
126172015-03-09 Pedro Alves <palves@redhat.com>
12618
12619 * dg-extract-results.py: Delete.
12620
ef878e53
PA
126212015-03-09 Pedro Alves <palves@redhat.com>
12622
12623 Merge dg-extract-results.sh from GCC upstream (r218843).
12624
12625 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12626 * dg-extract-results.sh: Use --text with grep to avoid issues with
12627 binary files. Fall back to cat -v, if that doesn't work.
12628
9494d219
PA
126292015-03-05 Pedro Alves <palves@redhat.com>
12630
12631 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12632
a8d9763a
SM
126332015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12634
12635 * lib/mi-support.exp (mi_expect_interrupt): Accept
12636 alternative event for when in all-stop mode.
12637
be9957b8
PA
126382015-03-04 Pedro Alves <palves@redhat.com>
12639
12640 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12641
d57be0f4 126422015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
12643
12644 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12645
c214c7cf
AA
126462015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12647
12648 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12649 regexps for GDB's current line display, accept a hex address
12650 preceding the line number.
12651
6d74a497
AA
126522015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12653
12654 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12655 the 'arch1' variable for "s390*-linux*" targets.
12656
511aee7c
PA
126572015-03-04 Pedro Alves <palves@redhat.com>
12658
12659 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12660 (main): Pass missing retval argument to pthread_join call.
12661
95e50b27
PA
126622015-03-02 Pedro Alves <palves@redhat.com>
12663
12664 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12665 (top level): Call do_test with non-stop as well.
12666
28054d69
PA
126672015-03-02 Pedro Alves <palves@redhat.com>
12668
12669 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12670 -1.
12671
4fa5d7b4
AA
126722015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12673
12674 * gdb.arch/s390-vregs.exp: New test.
12675 * gdb.arch/s390-vregs.S: New file.
12676
97c18565
PA
126772015-02-27 Pedro Alves <palves@redhat.com>
12678
12679 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12680 call to catch_command_errors.
12681 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12682 catch_command_errors.
12683
a37bfa30
PA
126842015-02-27 Pedro Alves <palves@redhat.com>
12685
12686 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12687 "true" for boolean result.
12688 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12689 prototype of main.
12690
6f98576f
PA
126912015-02-27 Pedro Alves <palves@redhat.com>
12692
12693 * lib/unbuffer_output.c: New file.
12694 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12695 (main): Call gdb_unbuffer_output.
12696
eba5ab56
YQ
126972015-02-27 Yao Qi <yao.qi@linaro.org>
12698
12699 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12700 target.
12701
0def5aaa
DE
127022015-02-26 Doug Evans <dje@google.com>
12703
12704 * gdb.cp/class2.cc (Dbase, D): New classes.
12705 (main): New local delta.
12706 * gdb.cp/class2.exp: Test printing delta.
12707 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12708 (dynbar): New global.
12709 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12710
081a1c2c
JK
127112015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12712
12713 * gdb.compile/compile-ifunc.c: New file.
12714 * gdb.compile/compile-ifunc.exp: New file.
12715
2f41223f
AT
127162015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12717
12718 * gdb.base/structs.exp: Check for correct struct on finish.
12719
03eddd80
YQ
127202015-02-26 Yao Qi <yao.qi@linaro.org>
12721
12722 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12723 is zero.
12724
80c57053
JK
127252015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12726
12727 * gdb.arch/cordic.ko.bz2: New file.
12728 * gdb.arch/cordic.ko.debug.bz2: New file.
12729 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12730
21613c12
YQ
127312015-02-25 Yao Qi <yao.qi@linaro.org>
12732
12733 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12734 aarch64*-*-* target.
12735
d8b901ed
PA
127362015-02-23 Pedro Alves <palves@redhat.com>
12737
12738 * lib/gdb.exp (delete_breakpoints): Rewrite using
12739 gdb_test_multiple.
12740
e5b85ead
PA
127412015-02-23 Pedro Alves <palves@redhat.com>
12742
12743 * gdb.base/info-os.c: Include stdlib.h.
12744
85c3a371
DE
127452015-02-22 Doug Evans <xdje42@gmail.com>
12746
12747 PR symtab/17855
12748 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12749 is read after symbols have been re-read.
12750 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12751 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12752
96553a0c
DE
127532015-02-21 Doug Evans <dje@google.com>
12754
12755 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12756
97a0c697
JK
127572015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12758
12759 PR corefiles/17808
12760 * gdb.arch/i386-biarch-core.core.bz2: New file.
12761 * gdb.arch/i386-biarch-core.exp: New file.
12762
a47cd6e9
PA
127632015-02-21 Pedro Alves <palves@redhat.com>
12764
12765 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12766 runto_main fails.
12767
c5facdc4
PA
127682015-02-20 Pedro Alves <palves@redhat.com>
12769
12770 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12771 info probes.
12772
2db9a427
PA
127732015-02-20 Pedro Alves <palves@redhat.com>
12774
12775 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12776
60fb7e9e
PA
127772015-02-20 Pedro Alves <palves@redhat.com>
12778
12779 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12780 clean_restart before gdb_target_supports_trace.
12781
5c5019c2
PA
127822015-02-20 Pedro Alves <palves@redhat.com>
12783
12784 PR threads/18006
12785 * gdb.threads/clone-thread_db.c: New file.
12786 * gdb.threads/clone-thread_db.exp: New file.
12787
c9587f88
AT
127882015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12789
12790 PR breakpoints/16812
12791 * gdb.base/catch-gdb-caused-signals.c: New file.
12792 * gdb.base/catch-gdb-caused-signals.exp: New file.
12793
f6a88844
JM
127942015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12795
12796 * configure: Regenerated.
12797 * configure.ac: Use GDB_AC_TRANSFORM.
12798 * aclocal.m4: sinclude ../transform.m4.
12799
497c491b
JM
128002015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12801
12802 * lib/dtrace.exp: New file.
12803 * gdb.base/dtrace-probe.exp: Likewise.
12804 * gdb.base/dtrace-probe.d: Likewise.
12805 * gdb.base/dtrace-probe.c: Likewise.
12806 * lib/pdtrace.in: Likewise.
12807 * configure.ac: Output variables with the transformed names of
12808 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12809 * configure: Regenerated.
12810
03e98035
JM
128112015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12812
12813 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12814 expected message when trying to access $_probe_* convenience
12815 variables while not on a probe.
12816
63cc30e9
JK
128172015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12818
12819 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12820
0703599a
PA
128212015-02-11 Pedro Alves <pedro@codesourcery.com>
12822
12823 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12824 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12825
7e60a48e
DE
128262015-02-10 Doug Evans <xdje42@gmail.com>
12827
12828 * lib/gdb.exp (gdb_load): Always return a result.
12829
01b088bc
PA
128302015-02-10 Pedro Alves <palves@redhat.com>
12831
12832 * gdb.threads/signal-sigtrap.c: New file.
12833 * gdb.threads/signal-sigtrap.exp: New file.
12834
b05ec7a5
AT
128352015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12836
12837 * gdb.trace/no-attach-trace.c: New file.
12838 * gdb.trace/no-attach-trace.exp: New file.
12839
a2c2acaf
MW
128402015-02-09 Mark Wielaard <mjw@redhat.com>
12841
12842 * gdb.dwarf2/atomic.c: New file.
12843 * gdb.dwarf2/atomic-type.exp: Likewise.
12844
31fd9caa
MM
128452015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12846
12847 * gdb.btrace/buffer-size.exp: Update "info record" output.
12848 * gdb.btrace/delta.exp: Update "info record" output.
12849 * gdb.btrace/enable.exp: Update "info record" output.
12850 * gdb.btrace/finish.exp: Update "info record" output.
12851 * gdb.btrace/instruction_history.exp: Update "info record" output.
12852 * gdb.btrace/next.exp: Update "info record" output.
12853 * gdb.btrace/nexti.exp: Update "info record" output.
12854 * gdb.btrace/step.exp: Update "info record" output.
12855 * gdb.btrace/stepi.exp: Update "info record" output.
12856 * gdb.btrace/nohist.exp: Update "info record" output.
12857
d33501a5
MM
128582015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12859
12860 * gdb.btrace/buffer-size: New.
12861
f4abbc16
MM
128622015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12863
12864 * gdb.btrace/delta.exp: Update "info record" output.
12865 * gdb.btrace/enable.exp: Update "info record" output.
12866 * gdb.btrace/finish.exp: Update "info record" output.
12867 * gdb.btrace/instruction_history.exp: Update "info record" output.
12868 * gdb.btrace/next.exp: Update "info record" output.
12869 * gdb.btrace/nexti.exp: Update "info record" output.
12870 * gdb.btrace/step.exp: Update "info record" output.
12871 * gdb.btrace/stepi.exp: Update "info record" output.
12872 * gdb.btrace/nohist.exp: Update "info record" output.
12873
b9d61307
SM
128742015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12875
12876 PR gdb/15678
12877 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12878
e584fdbc
PA
128792015-02-06 Pedro Alves <palves@redhat.com>
12880
12881 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12882 macro.
12883 (seconds_left, again): New globals.
12884 (main): Wait seconds_left in a 1-second sleep loop instead of
12885 sleeping 180 seconds. If 'again' is set, reset the seconds
12886 counter.
12887 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12888 'again' in the inferior before detaching. Print the seconds left.
12889 (options): New global.
12890 (top level): Build program with -DTIMEOUT=$timeout.
12891
77f41761
PA
128922015-02-06 Pedro Alves <palves@redhat.com>
12893
12894 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12895 determine how many seconds to pass to 'alarm'.
12896 * gdb.base/gdb-sigterm.exp (top level): Build program with
12897 -DTIMEOUT=$timeout.
12898 (do_test): Return success/failure indication. Add more verbose
12899 logging. Don't fail if 200 single steps are seen. Instead, fail
12900 when the test times out.
12901 (passes): New global.
12902 (top level): Break the testing loop if testing fails on any
12903 iteration. Use gdb_assert.
12904
b9394193
DB
129052015-02-04 Don Breazeal <donb@codesourcery.com>
12906
12907 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12908 and initialize them.
12909 (ipc_cleanup): New function.
12910 (main): Don't declare shmid, semid, and msqid. Add a call to
12911 atexit so that we call ipc_cleanup on exit.
12912
42d9e528
PA
129132015-02-04 Pedro Alves <palves@redhat.com>
12914
12915 * boards/native-extended-gdbserver.exp: Remove any target variant
12916 specifications from the board name before clearing the isremote
12917 flag from board_info.
12918
ae6ae975
DE
129192015-01-31 Doug Evans <xdje42@gmail.com>
12920
12921 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12922
cfb069a8
GB
129232015-01-31 Gary Benson <gbenson@redhat.com>
12924
12925 * gdb.base/completion.exp: Disable completion limiting for
12926 existing tests. Add new tests to check completion limiting.
12927 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12928
5dd31d79
DE
129292015-01-31 Doug Evans <xdje42@gmail.com>
12930
12931 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12932
9f050062
DE
129332015-01-31 Doug Evans <xdje42@gmail.com>
12934
12935 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12936 entries. Duplicate file section script entries.
12937 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12938 inlined entries. Add test for safe-path rejection.
12939 * gdb.python/py-section-script.c: Add duplicate inlined section script
12940 entries. Duplicate file section script entries.
12941 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12942 inlined entries. Add test for safe-path rejection.
12943
df25ebbd
JB
129442015-01-29 Joel Brobecker <brobecker@adacore.com>
12945
12946 * gdb.ada/disc_arr_bound: New testcase.
12947
4a0ca9ec
JB
129482015-01-29 Joel Brobecker <brobecker@adacore.com>
12949
12950 * gdb.ada/mi_var_array: New testcase.
12951
3a8b707a
DE
129522015-01-27 Doug Evans <dje@google.com>
12953
12954 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12955 Add test for objfile.filename, objfile.username after objfile
12956 has been unloaded.
12957
f8313f6e
JB
129582015-01-26 Joel Brobecker <brobecker@adacore.com>
12959
12960 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12961 the second test to print the name attribute of value
12962 returned by the call to gdb.lookup_type, and adjust
12963 the expected output accordingly.
12964
37bc665e
MW
129652015-01-25 Mark Wielaard <mjw@redhat.com>
12966
12967 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12968 * gdb.base/disp-step-fork.c: Include unistd.h.
12969 * gdb.base/siginfo-obj.c: Include stdio.h.
12970 * gdb.base/siginfo-thread.c: Likewise.
12971 * gdb.mi/non-stop.c: Include unistd.h.
12972 * gdb.mi/nsthrexec.c: Include stdio.h.
12973 * gdb.mi/pthreads.c: Include unistd.h.
12974 * gdb.modula2/unbounded1.c (main): Declare returns int.
12975 * gdb.reverse/consecutive-reverse.c: Likewise.
12976 * gdb.threads/create-fail.c: Include unistd.h.
12977 * gdb.threads/killed.c: Likewise.
12978 * gdb.threads/linux-dp.c: Likewise.
12979 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12980 * gdb.threads/non-ldr-exc-2.c: Likewise.
12981 * gdb.threads/non-ldr-exc-3.c: Likewise.
12982 * gdb.threads/non-ldr-exc-4.c: Likewise.
12983 * gdb.threads/pthreads.c: Include unistd.h.
12984 (main): Declare returns int.
12985 * gdb.threads/tls-main.c (foo): New declaration.
12986 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12987
f7e5394d
SM
129882015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12989
12990 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12991 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12992
743649fd
MW
129932015-01-15 Mark Wielaard <mjw@redhat.com>
12994
12995 * gdb.base/noreturn-return.c: New file.
12996 * gdb.base/noreturn-return.exp: New file.
12997 * gdb.base/noreturn-finish.c: New file.
12998 * gdb.base/noreturn-finish.exp: New file.
12999
198297aa
PA
130002015-01-23 Pedro Alves <palves@redhat.com>
13001
13002 * gdb.threads/continue-pending-after-query.c: New file.
13003 * gdb.threads/continue-pending-after-query.exp: New file.
13004
717cf30c
AG
130052015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13006 Simon Marchi <simon.marchi@ericsson.com>
13007
13008 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13009 * gdb.base/valgrind-db-attach.exp: Same.
13010 * gdb.base/valgrind-infcall.exp: Same.
13011 * lib/mi-support.exp (default_mi_gdb_start): Same.
13012 * lib/prompt.exp (default_prompt_gdb_start): Same.
13013 * lib/gdb.exp (default_gdb_spawn): Same.
13014 (gdb_interact): New.
13015
13016
4b62a76e
JK
130172015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13018
13019 * gdb.compile/compile.exp (pointer to jit function): New test.
13020
b4cdae6f
WW
130212015-01-17 Wei-cheng Wang <cole945@gmail.com>
13022
13023 * lib/gdb.exp (supports_process_record): Return true for
13024 powerpc*-*-linux*.
13025 (supports_reverse): Likewise.
13026
d221e7ef
DB
130272015-01-15 Don Breazeal <donb@codesourcery.com>
13028
13029 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13030 instead of checking whether the target board is remote and
13031 use spawn_wait_for_attach instead of exec/sleep.
13032 * gdb.base/attach-twice.exp: Likewise.
13033
bafffb51
JB
130342015-01-15 Joel Brobecker <brobecker@adacore.com>
13035
13036 * gdb.ada/var_arr_attrs: New testcase.
13037
5589af0e
PA
130382015-01-14 Pedro Alves <palves@redhat.com>
13039 Joel Brobecker <brobecker@adacore.com>
13040
13041 PR gdb/17525
13042 * gdb.base/bp-cmds-execution-x-script.c: New file.
13043 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13044 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13045
6c400b59
PA
130462015-01-14 Pedro Alves <palves@redhat.com>
13047
13048 PR cli/17828
13049 * gdb.base/batch-preserve-term-settings.c: New file.
13050 * gdb.base/batch-preserve-term-settings.exp: New file.
13051
e02c96a7
DE
130522015-01-13 Doug Evans <dje@google.com>
13053
13054 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13055 binary.
13056
576fd14c
JB
130572015-01-13 Joel Brobecker <brobecker@adacore.com>
13058
13059 * Makefile.in (clean mostlyclean): Do not delete *.py.
13060
04dccad0
JB
130612015-01-13 Joel Brobecker <brobecker@adacore.com>
13062
13063 * gdb.python/py-lookup-type.exp: New file.
13064
3d230f71
PA
130652015-01-12 Pedro Alves <palves@redhat.com>
13066
13067 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13068 restore GDBFLAGS before returning.
13069
7e67715d
JK
130702015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13071
13072 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13073 is_amd64_regs_target and is_x86_like_target.
13074
f2e0d4b4
DE
130752015-01-11 Doug Evans <xdje42@gmail.com>
13076
13077 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13078 is given without an explicit form.
13079 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13080 attributes.
13081 * gdb.dwarf/corrupt.exp: Ditto.
13082 * gdb.dwarf2/enum-type.exp: Ditto.
13083 * gdb.trace/entry-values.exp: Ditto.
13084 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13085
439250fb
DE
130862015-01-11 Doug Evans <xdje42@gmail.com>
13087
13088 PR gdb/15830
13089 * gdb.base/maint.exp: Remove references to "maint demangle".
13090 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13091 Add tests for explicitly specifying language to demangle.
13092 * gdb.dlang/demangle.exp: Ditto.
13093
ede9f622
PA
130942015-01-09 Pedro Alves <palves@redhat.com>
13095
13096 * gdb.threads/non-stop-fair-events.c: New file.
13097 * gdb.threads/non-stop-fair-events.exp: New file.
13098
a7b796db
PA
130992015-01-09 Pedro Alves <palves@redhat.com>
13100
13101 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13102 the global scope. Set a breakpoint after all threads are started
13103 rather than stepping over two source lines. Expect the prompt.
13104 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13105 global.
13106 (NUM): Now 15.
13107 (main): Use threads_started_barrier to wait for all threads to
13108 start. Main thread no longer calls thread_function. Exit after
13109 180 seconds.
13110 (loop): New function.
13111 (thread_function): Wait on threads_started_barrier barrier. Call
13112 'loop' at each iteration.
13113 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13114 threads have started, instead of hardcoding number of "next"
13115 steps. Use an access watchpoint instead of a write watchpoint.
13116
9665ffdd
PA
131172015-01-09 Pedro Alves <palves@redhat.com>
13118
13119 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13120 (thread_func): Wait on barrier.
13121 (main): Wait for all threads to start before stopping GDB.
13122 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13123 global.
13124 (thread1_func, thread2_func): Wait on barrier.
13125 (main): Wait for all threads to start before stopping GDB.
13126 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13127 New global.
13128 (thread1_func, thread2_func): Wait on barrier.
13129 (main): Wait for all threads to start before stopping GDB.
13130
c945a99f
PA
131312015-01-09 Pedro Alves <palves@redhat.com>
13132
13133 * gdb.threads/attach-many-short-lived-threads.c: New file.
13134 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13135
c1a747c1
PA
131362014-01-09 Pedro Alves <palves@redhat.com>
13137
13138 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13139 instead of to thread 2.
13140 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13141 Add barrier around each pthread_create call instead of around all
13142 calls.
13143 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13144 Set a break on thread_function and have the child threads hit it
13145 one at at a time.
13146
60b3033e
PA
131472015-01-09 Pedro Alves <palves@redhat.com>
13148
13149 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13150 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13151 false.
13152 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13153 checking whether the target board is remote.
13154 * gdb.multi/multi-attach.exp: Likewise.
13155 * gdb.python/py-sync-interp.exp: Likewise.
13156 * gdb.server/ext-attach.exp: Likewise.
13157 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13158 tests that need to attach, instead of checking whether the target
13159 board is remote at the top of the file.
13160
acc018ac
YQ
131612015-01-08 Yao Qi <yao@codesourcery.com>
13162
13163 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13164
50a18af8
JK
131652015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13166
13167 Fix testcase compilation.
13168 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13169
8503d6e1
JB
131702015-01-06 Joel Brobecker <brobecker@adacore.com>
13171
13172 * gdb.python/py-type.exp: Add a couple test about empty
13173 array creation, and negative-length array creation.
13174
cc73dbcc
DE
131752015-01-02 Doug Evans <xdje42@gmail.com>
13176
13177 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13178
0300bbc7
DE
131792015-01-02 Doug Evans <dje@google.com>
13180
13181 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13182
9d85a0ec
YQ
131832014-12-29 Yao Qi <yao@codesourcery.com>
13184
13185 * gdb.trace/entry-values.exp: Update comments. Rename variable
13186 bar_call_foo to returned_from_foo.
13187
87186c6a
MMN
131882014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13189
13190 PR gdb/17394
13191 * gdb.linespec/break-asm-file.c: New file.
13192 * gdb.linespec/break-asm-file.exp: New file.
13193 * gdb.linespec/break-asm-file0.s: New file.
13194 * gdb.linespec/break-asm-file1.s: New file.
13195
1bab7383
YQ
131962014-12-18 Nigel Stephens <nigel@mips.com>
13197 Maciej W. Rozycki <macro@codesourcery.com>
13198
13199 * gdb.base/float.exp: Handle the new output from "info float" on
13200 MIPS targets.
13201
1bc1068a
JK
132022014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13203
13204 Fix MinGW compilation.
13205 * gdb.compile/compile-ops.exp: Update untested message if
13206 !skip_compile_feature_tests.
13207 * gdb.compile/compile-setjmp.exp: Likewise.
13208 * gdb.compile/compile-tls.exp: Likewise.
13209 * gdb.compile/compile.exp: Likewise.
13210 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13211 supported on this host".
13212
b6615d10
DE
132132014-12-16 Doug Evans <xdje42@gmail.com>
13214
13215 * boards/stabs.exp: New file.
13216
25dda427
AA
132172014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13218
13219 * gdb.base/completion.exp: Adjust to format changes of "maint
13220 print user-registers".
13221
bf330350
CU
132222014-12-16 Catalin Udma <catalin.udma@freescale.com>
13223
13224 PR server/17457
13225 * gdb.arch/aarch64-fp.c: New file.
13226 * gdb.arch/aarch64-fp.exp: New file.
13227
395cf596
SDJ
132282014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13229
13230 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13231 r210637, r210913, r211666, r215400, r215817).
13232
13233 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13234 * dg-extract-results.py: New file.
13235 * dg-extract-results.sh: Use it if the environment seems
13236 suitable.
13237
13238 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13239
13240 * dg-extract-results.py (parse_run): Handle warnings that
13241 are printed before a test harness is run.
13242
13243 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13244
13245 * dg-extract-results.py (Named): Remove __cmp__ method.
13246 (output_variation): Use a key to sort variation.harnesses.
13247
13248 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13249
13250 * dg-extract-results.py: For Python 3, force sys.stdout to
13251 handle surrogate escape sequences.
13252 (safe_open): New function.
13253 (output_segment, main): Use it.
13254
13255 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13256
13257 * dg-extract-results.py (Prog.result_re): Include options
13258 in test name.
13259
13260 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13261
13262 * dg-extract-results.py (output_variation): Always sort if
13263 do_sum.
13264
e882ef3c
SM
132652014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13266
13267 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13268 as long as we get pagination notifications.
13269
4992aa20
JM
132702014-12-15 Jason Merrill <jason@redhat.com>
13271
13272 * Makefile.in (check-gdb.%): Restore.
13273 * README: Mention it.
13274
c1b5a1a6
JB
132752014-12-13 Joel Brobecker <brobecker@adacore.com>
13276
13277 * gdb.ada/str_uninit: New testcase.
13278
5537b577
JK
132792014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13280
13281 PR symtab/17642
13282 * gdb.base/vla-stub-define.c: New file.
13283 * gdb.base/vla-stub.c: New file.
13284 * gdb.base/vla-stub.exp: New file.
13285
bb2ec1b3
TT
132862014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13287 Jan Kratochvil <jan.kratochvil@redhat.com>
13288 Tom Tromey <tromey@redhat.com>
13289
13290 * configure.ac: Add gdb.compile/.
13291 * configure: Regenerate.
13292 * gdb.compile/Makefile.in: New file.
13293 * gdb.compile/compile-ops.exp: New file.
13294 * gdb.compile/compile-ops.c: New file.
13295 * gdb.compile/compile-tls.c: New file.
13296 * gdb.compile/compile-tls.exp: New file.
13297 * gdb.compile/compile-constvar.S: New file.
13298 * gdb.compile/compile-constvar.c: New file.
13299 * gdb.compile/compile-mod.c: New file.
13300 * gdb.compile/compile-nodebug.c: New file.
13301 * gdb.compile/compile-setjmp-mod.c: New file.
13302 * gdb.compile/compile-setjmp.c: New file.
13303 * gdb.compile/compile-setjmp.exp: New file.
13304 * gdb.compile/compile-shlib.c: New file.
13305 * gdb.compile/compile.c: New file.
13306 * gdb.compile/compile.exp: New file.
13307 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13308
4ff709eb
TT
133092014-12-12 Tom Tromey <tromey@redhat.com>
13310
13311 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13312 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13313
6dddd6a5
DE
133142014-12-12 Doug Evans <dje@google.com>
13315
13316 * lib/gdb-python.exp (get_python_valueof): New function.
13317 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13318
71c24708
AA
133192014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13320
13321 * gdb.base/completion.exp: Add test for completion of "info
13322 registers ".
13323
3e29f34a
MR
133242014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13325
13326 * gdb.base/func-ptrs.c: New file.
13327 * gdb.base/func-ptrs.exp: New file.
13328
fc126975
SM
133292014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13330
13331 PR breakpoints/17012
13332 * gdb.base/dprintf-detach.c: New file.
13333 * gdb.base/dprintf-detach.exp: New file.
13334
0a46d518
SM
133352014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13336
13337 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13338 * lib/gdb.exp (target_is_gdbserver): New procedure.
13339
a0be3e44
DE
133402014-12-08 Doug Evans <dje@google.com>
13341
13342 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13343
df1b803a
YQ
133442014-12-05 Yao Qi <yao@codesourcery.com>
13345
13346 * gdb.guile/scm-error.exp: Remove the third argument to
13347 gdb_remote_download.
13348 * gdb.guile/scm-frame-args.exp: Likewise.
13349 * gdb.guile/scm-section-script.exp: Likewise.
13350
ddb9f679
YQ
133512014-12-05 Yao Qi <yao@codesourcery.com>
13352
13353 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13354
86e4ed39
DE
133552014-12-04 Doug Evans <dje@google.com>
13356
13357 * gdb.python/py-objfile.exp: Add tests for
13358 objfile.add_separate_debug_file.
13359
7c50a931
DE
133602014-12-04 Doug Evans <dje@google.com>
13361
13362 * lib/gdb.exp (get_build_id): New function.
13363 (build_id_debug_filename_get): Rewrite to use it.
13364 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13365
621661e3
MR
133662014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13367
13368 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13369 `method(long)', not just 0x0.
13370 * gdb.cp/nsalias.exp: Align code labels to 4.
13371 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13372 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13373 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13374 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13375 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13376 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13377
29f0c3b7
DE
133782014-12-02 Doug Evans <dje@google.com>
13379
e1e061e7 13380 PR symtab/17602
29f0c3b7 13381 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13382 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13383 * gdb.cp/anon-ns.exp: Update.
13384
162078c8
NB
133852014-12-02 Nick Bull <nicholaspbull@gmail.com>
13386
13387 * gdb.python/py-events.py (inferior_call_handler): New.
13388 (register_changed_handler, memory_changed_handler): New.
13389 (test_events.invoke): Register new handlers.
13390 * gdb.python/py-events.exp: Add tests for inferior call,
13391 memory_changed and register_changed events.
13392
fdb09caf
AA
133932014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13394
13395 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13396 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13397 if the linker doesn't understand this.
13398
55cfb2c4
SM
133992014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13400
13401 * gdb.python/python.exp: Change expected reply to help().
13402
9e8cd6df
YQ
134032014-12-01 Yao Qi <yao@codesourcery.com>
13404
13405 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13406 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13407 * configure: Re-generated.
13408
6c659fc2
SC
134092014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13410
13411 * gdb.cp/chained-calls.cc: New file.
13412 * gdb.cp/chained-calls.exp: New file.
13413 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13414
d7fc3181
SM
134152014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13416
13417 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13418 * gdb.dwarf2/symtab-producer.exp: Same.
13419 * gdb.gdb/python-interrupts.exp: Same.
13420 * gdb.gdb/python-selftest.exp: Same.
13421 * gdb.python/py-linetable.exp: Same.
13422 * gdb.python/py-type.exp: Same.
13423 * gdb.python/py-value-cc.exp: Same.
13424 * gdb.python/py-value.exp: Same.
13425
10e79639
YQ
134262014-11-28 Yao Qi <yao@codesourcery.com>
13427
13428 * gdb.base/break-probes.exp: Match library name prefixed with
13429 sysroot.
13430
f28a0564
SM
134312014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13432
13433 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13434 test expected output. Add parentheses for the call to print.
13435 Remove L suffix from integers.
13436
3fe1ce1d
DE
134372014-11-26 Doug Evans <dje@google.com>
13438
13439 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13440
84429e27
YQ
134412014-11-22 Yao Qi <yao@codesourcery.com>
13442
13443 * gdb.trace/entry-values.c: Remove asms.
13444 (foo): Add foo_label.
13445 (bar): Add bar_label.
13446 * gdb.trace/entry-values.exp: Remove code computing foo's
13447 length and bar's length.
13448 (Dwarf::assemble): Invoke function_range for bar and use
13449 MACRO_AT_func for foo.
13450
26741859
YQ
134512014-11-22 Yao Qi <yao@codesourcery.com>
13452
13453 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13454 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13455 Use .Lgcc43_procstart instead of gcc43.
13456
45e44d27
JB
134572014-11-21 Joel Brobecker <brobecker@adacore.com>
13458
13459 * gdb.ada/n_arr_bound: New testcase.
13460
458c8db8
SDJ
134612014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13462
13463 PR breakpoints/10737
13464 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13465 test_catch_syscall_multi_arch.
13466 (test_catch_syscall_multi_arch): New function.
13467
43f3e411
DE
134682014-11-20 Doug Evans <xdje42@gmail.com>
13469
13470 * gdb.base/maint.exp: Update expected output.
13471
0d7b2549
AA
134722014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13473
13474 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13475 4-byte instruction on S390.
13476
8908fca5
JB
134772014-11-19 Joel Brobecker <brobecker@adacore.com>
13478
13479 * gdb.ada/arr_arr: New testcase.
13480
4a46959e
JB
134812014-11-19 Joel Brobecker <brobecker@adacore.com>
13482
13483 * gdb.ada/pkd_arr_elem: New Testcase.
13484
470e2f4e
LM
134852014-11-18 Luis Machado <lgustavo@codesourcery.com>
13486
13487 * gdb.reverse/break-precsave: Expect completion message for
13488 core file reads.
13489 * gdb.reverse/consecutive-precsave.exp: Likewise.
13490 * gdb.reverse/finish-precsave.exp: Likewise.
13491 * gdb.reverse/i386-precsave.exp: Likewise.
13492 * gdb.reverse/machinestate-precsave.exp: Likewise.
13493 * gdb.reverse/sigall-precsave.exp: Likewise.
13494 * gdb.reverse/solib-precsave.exp: Likewise.
13495 * gdb.reverse/step-precsave.exp: Likewise.
13496 * gdb.reverse/until-precsave.exp: Likewise.
13497 * gdb.reverse/watch-precsave.exp: Likewise.
13498
a267f3ad
AA
134992014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13500
13501 * gdb.base/bp-permanent.c: Include unistd.h.
13502 * gdb.python/py-framefilter-mi.c (main): Add return type.
13503 * gdb.python/py-framefilter.c (main): Likewise.
13504 * gdb.trace/actions-changed.c (main): Likewise.
13505
12084a9a
AA
135062014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13507
13508 * gdb.mi/until.c: Add eye-catchers.
13509 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13510 line numbers.
13511
dc7e1a77
AA
135122014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13513
13514 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13515 function header variants in break1.c.
13516 * gdb.base/ena-dis-br.exp: Likewise.
13517 * gdb.base/hbreak2.exp: Likewise.
13518 * gdb.reverse/until-precsave.exp: Drop references to removed
13519 non-prototype function header variants in ur1.c.
13520 * gdb.reverse/until-reverse.exp: Likewise.
13521
41c77605
PM
135222014-11-17 Petr Machata <pmachata@redhat.com>
13523
13524 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13525 ${_cu_offset_size} bytes abbrev offset.
13526
34248c3a
DE
135272014-11-15 Doug Evans <xdje42@gmail.com>
13528
13529 PR symtab/17559
13530 * gdb.base/line-symtabs.exp: New file.
13531 * gdb.base/line-symtabs.c: New file.
13532 * gdb.base/line-symtabs.h: New file.
13533
646da059
YQ
135342014-11-14 Yao Qi <yao@codesourcery.com>
13535
13536 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13537 (func): Add label func_label.
13538 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13539 Replace low_pc and high_pc with MACRO_AT_range.
13540 Replace name, low_pc and high_pc with MACRO_AT_func.
13541
9301ebe6
YQ
135422014-11-14 Yao Qi <yao@codesourcery.com>
13543
13544 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13545 Replace name, low_pc and high_pc with MACRO_AT_func.
13546
f166b542
YQ
135472014-11-14 Yao Qi <yao@codesourcery.com>
13548
13549 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13550 produce debug information.
13551 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13552
0f6e71e3
YQ
135532014-11-14 Yao Qi <yao@codesourcery.com>
13554
13555 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13556 object and get function length.
13557 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13558 with MACRO_AT_func.
13559 (top-level): Replace gdb_compile and clean_restart with
13560 prepare_for_testing.
13561 * gdb.dwarf2/main.c (main): Add label main_label.
13562
876c4df9
YQ
135632014-11-14 Yao Qi <yao@codesourcery.com>
13564
13565 * lib/dwarf.exp (function_range): New procedure.
13566 (Dwarf::_handle_macro_at_func): New procedure.
13567 (Dwarf::_handle_macro_at_range): New procedure.
13568 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13569
02ad9cf1
YQ
135702014-11-14 Yao Qi <yao@codesourcery.com>
13571
13572 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13573 (_handle_attribute): New procedure.
13574
a59add0c
AA
135752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13576
13577 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13578 * gdb.base/call-sc.c (zed): Likewise.
13579 * gdb.base/checkpoint.c (main): Likewise.
13580 * gdb.base/dump.c (main): Likewise.
13581 * gdb.base/gcore.c (main): Likewise.
13582 * gdb.base/huge.c (main): Likewise.
13583 * gdb.base/multi-forks.c (main): Likewise.
13584 * gdb.base/pr10179-a.c (main): Likewise.
13585 * gdb.base/savedregs.c (main): Likewise.
13586 * gdb.base/sigaltstack.c (main): Likewise.
13587 * gdb.base/siginfo.c (main): Likewise.
13588 * gdb.base/structs.c (zed): Likewise.
13589 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13590 * gdb.mi/mi-syn-frame.c (main): Likewise.
13591 * gdb.mi/until.c (foo, main): Likewise.
13592 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13593 * gdb.base/solib-weak.c (foo): Declare.
13594 * gdb.base/attach-twice.c: Include stdio.h.
13595 * gdb.base/weaklib1.c: Likewise.
13596 * gdb.base/weaklib2.c: Likewise.
13597 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13598 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13599 unistd.h.
13600 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13601 * gdb.mi/mi-exit-code.c: Likewise.
13602 * gdb.base/break-interp-lib.c: Include string.h.
13603 * gdb.base/coremaker.c: Likewise.
13604 * gdb.base/testenv.c: Likewise.
13605 * gdb.python/py-finish-breakpoint.c: Likewise.
13606 * gdb.base/inferior-died.c: Include sys/wait.h.
13607 * gdb.base/fileio.c: Include time.h.
13608 * gdb.base/async-shell.c: Include unistd.h.
13609 * gdb.base/dprintf-non-stop.c: Likewise.
13610 * gdb.base/info-os.c: Likewise.
13611 * gdb.mi/mi-console.c: Likewise.
13612 * gdb.mi/watch-nonstop.c: Likewise.
13613 * gdb.python/py-events.c: Likewise.
13614 * gdb.base/async.c (baz): Move up before its invocation.
13615 * gdb.base/code_elim2.c (my_global_func): Likewise.
13616 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13617 * gdb.base/advance.c (func2): Likewise.
13618
3b5d5997
AA
136192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13620
13621 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13622 variant.
13623 * gdb.base/annota3.c: Likewise.
13624 * gdb.base/async.c: Likewise.
13625 * gdb.base/average.c: Likewise.
13626 * gdb.base/call-ar-st.c: Likewise.
13627 * gdb.base/call-rt-st.c: Likewise.
13628 * gdb.base/call-sc.c: Likewise.
13629 * gdb.base/call-strs.c: Likewise.
13630 * gdb.base/ending-run.c: Likewise.
13631 * gdb.base/execd-prog.c: Likewise.
13632 * gdb.base/exprs.c: Likewise.
13633 * gdb.base/foll-exec.c: Likewise.
13634 * gdb.base/foll-fork.c: Likewise.
13635 * gdb.base/foll-vfork.c: Likewise.
13636 * gdb.base/funcargs.c: Likewise.
13637 * gdb.base/gcore.c: Likewise.
13638 * gdb.base/jump.c: Likewise.
13639 * gdb.base/langs0.c: Likewise.
13640 * gdb.base/langs1.c: Likewise.
13641 * gdb.base/langs2.c: Likewise.
13642 * gdb.base/mips_pro.c: Likewise.
13643 * gdb.base/nodebug.c: Likewise.
13644 * gdb.base/opaque0.c: Likewise.
13645 * gdb.base/opaque1.c: Likewise.
13646 * gdb.base/recurse.c: Likewise.
13647 * gdb.base/run.c: Likewise.
13648 * gdb.base/scope0.c: Likewise.
13649 * gdb.base/scope1.c: Likewise.
13650 * gdb.base/setshow.c: Likewise.
13651 * gdb.base/setvar.c: Likewise.
13652 * gdb.base/shmain.c: Likewise.
13653 * gdb.base/shr1.c: Likewise.
13654 * gdb.base/shr2.c: Likewise.
13655 * gdb.base/sigall.c: Likewise.
13656 * gdb.base/signals.c: Likewise.
13657 * gdb.base/so-indr-cl.c: Likewise.
13658 * gdb.base/solib2.c: Likewise.
13659 * gdb.base/structs.c: Likewise.
13660 * gdb.base/sum.c: Likewise.
13661 * gdb.base/vforked-prog.c: Likewise.
13662 * gdb.base/watchpoint.c: Likewise.
13663 * gdb.reverse/shr2.c: Likewise.
13664 * gdb.reverse/until-reverse.c: Likewise.
13665 * gdb.reverse/ur1.c: Likewise.
13666 * gdb.reverse/watch-reverse.c: Likewise.
13667
066a77c5
AA
136682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13669
13670 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13671 variant.
13672 * gdb.base/sepdebug.exp: Drop references to removed code.
13673
4f204ea5
AA
136742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13675
13676 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13677 variant. Preserve original line numbering.
13678 * gdb.base/list1.c: Likewise.
13679
3b377a3a
AA
136802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13681
13682 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13683 variant.
13684 * gdb.base/break1.c: Likewise.
13685 * gdb.base/break.exp: Drop references to removed code.
13686
e444df73
AA
136872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13688
13689 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13690 variant.
13691
8008f2a7
AA
136922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13693
13694 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13695
a5a06887
AA
136962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13697
13698 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13699 logic into perform_all_tests() and invoke it with and without
13700 function header prototypes.
13701 (do_function_calls): Remove conditional XFAIL for PR 5318.
13702 (rerun_and_prepare): Remove duplicate code.
13703 (perform_all_tests): New. Main logic moved here.
13704
44dba9b9
AA
137052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13706
13707 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13708 code guarded by #ifdef NO_PROTOTYPES.
13709 (t_double_many_args): Likewise.
13710 (DEF_FUNC_MANY_ARGS_1): Likewise.
13711 (DEF_FUNC_VALUES_1): Likewise.
13712 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13713 guarded by #ifdef PROTOTYPES.
13714
d1fbcd56
AA
137152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13716
13717 * gdb.mi/mi-console.c: Add eye-catcher.
13718 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13719 instead of literal line number.
13720
b0e59b8f
AA
137212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13722
13723 * gdb.base/shr2.c: Add eye-catcher.
13724 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13725 line number.
13726
78f98cca
AA
137272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13728
13729 * gdb.base/jump.c: Add eye-catchers.
13730 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13731 numbers.
13732
58fa2af0
AA
137332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13734
13735 * gdb.base/execd-prog.c: Add eye-catchers.
13736 * gdb.base/foll-exec.c: Likewise.
13737 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13738 line numbers.
13739
04e5059b
AA
137402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13741
13742 * gdb.base/ending-run.c: Add eye-catchers.
13743 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13744 literal line numbers.
13745
dbfdb174
AA
137462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13747
13748 * gdb.base/call-rt-st.c: Add eye-catchers.
13749 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13750 literal line numbers.
13751
888a2ade
AA
137522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13753
13754 * gdb.base/call-ar-st.c: Add eye-catchers.
13755 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13756 literal line numbers.
13757
6acc2dde
AA
137582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13759
13760 * gdb.base/average.c: Add eye-catchers.
13761 * gdb.base/sum.c: Likewise.
13762 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13763 regexps dynamically.
13764
9ecfcd1d
AA
137652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13766
13767 * gdb.base/solib1.c: Add eye-catchers.
13768 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13769 literal line numbers.
13770
78708b7c
PA
137712014-11-12 Pedro Alves <palves@redhat.com>
13772
13773 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13774 leader has exited.
13775
af48d08f
PA
137762014-11-12 Pedro Alves <palves@redhat.com>
13777
13778 * gdb.arch/i386-bp_permanent.c: New file.
13779 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13780 (srcfile): Set to i386-bp_permanent.c.
13781 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13782 that stepi does not execute the 'leave' instruction, instead of
13783 testing it does execute.
13784 * gdb.base/bp-permanent.c: New file.
13785 * gdb.base/bp-permanent.exp: New file.
13786
af3768e9
DE
137872014-11-10 Doug Evans <xdje42@gmail.com>
13788
13789 PR symtab/17564
13790 * gdb.base/symtab-search-order.exp: New file.
13791 * gdb.base/symtab-search-order.c: New file.
13792 * gdb.base/symtab-search-order-1.c: New file.
13793 * gdb.base/symtab-search-order-shlib-1.c: New file.
13794
9de00a4a
PA
137952014-11-07 Pedro Alves <palves@redhat.com>
13796
13797 PR gdb/17511
13798 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13799 i?86-*-linux*.
13800
e0f52461
SC
138012014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13802
13803 PR c++/17494
13804 * gdb.cp/pr17494.cc: New file.
13805 * gdb.cp/pr17494.exp: New file.
13806
6ce8c980
YQ
138072014-11-02 Yao Qi <yao@codesourcery.com>
13808
13809 * gdb.python/python.exp: Get working directory and match the
13810 output of "set extended-prompt \\w " with it.
13811
02be9a71
DE
138122014-10-30 Doug Evans <dje@google.com>
13813
13814 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13815 in objfiles.
13816 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13817 in progspaces.
13818
3bdff46b
LM
138192014-10-30 Janis Johnson <janisjo@codesourcery.com>
13820
13821 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13822 * gdb.base/realname-expand.exp: Likewise.
13823 * gdb.linespec/macro-relative.exp: Likewise.
13824
ab917dfb
PA
138252014-10-29 Pedro Alves <palves@redhat.com>
13826
13827 PR gdb/17408
13828 * gdb.threads/schedlock.c (some_function): New function.
13829 (call_function): New global.
13830 (MAYBE_CALL_SOME_FUNCTION): New macro.
13831 (thread_function): Call it.
13832 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13833 and use it instead of a global counter. Adjust all callers.
13834 (get_current_thread): Use "find current thread" for test message
13835 here rather than having all callers pass down the same string.
13836 (goto_loop): New procedure, factored out from ...
13837 (my_continue): ... this.
13838 (step_ten_loops): Change parameter from test message to command to
13839 use. Adjust.
13840 (list_count): Delete global.
13841 (check_result): New procedure, factored out from duplicate top
13842 level code.
13843 (continue tests): Wrap in with_test_prefix.
13844 (test_step): New procedure, factored out from duplicate top level
13845 code.
13846 (top level): Test "step" in combination with all scheduler-locking
13847 modes. Test "next" in combination with all scheduler-locking
13848 modes, and in combination with stepping over a function call or
13849 not.
13850 * gdb.threads/next-bp-other-thread.c: New file.
13851 * gdb.threads/next-bp-other-thread.exp: New file.
13852
d3d4baed
PA
138532014-10-29 Pedro Alves <palves@redhat.com>
13854
13855 PR python/17372
13856 * gdb.python/python.exp: Test a multi-line command that spawns
13857 interactive Python.
13858 * gdb.base/multi-line-starts-subshell.exp: New file.
13859
563e8d85
YQ
138602014-10-29 Yao Qi <yao@codesourcery.com>
13861
13862 * gdb.base/fileio.exp: Make directories on host.
13863
0ea4d52e
YQ
138642014-10-29 Yao Qi <yao@codesourcery.com>
13865
13866 * gdb.base/fileio.c (test_write): Close the file.
13867
7f5ef605
PA
138682014-10-28 Pedro Alves <palves@redhat.com>
13869
13870 PR gdb/12623
13871 * gdb.base/sigstep.c (no_handler): New global.
13872 (main): If 'no_handler is true, set the signal handlers to
13873 SIG_IGN.
13874 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13875 with_sw_watch and no_handler parameters. Handle them.
13876 (top level) <stepping over handler when stopped at a breakpoint
13877 test>: Add a test axis for testing with a software watchpoint, and
13878 another for testing with the signal handler set to SIG_IGN.
13879 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13880 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13881
abbdbd03
PA
138822014-10-28 Pedro Alves <palves@redhat.com>
13883
13884 PR gdb/17511
13885 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13886 * gdb.base/sigstep.exp (other_handler_location): New global.
13887 (advance): Support stepping into the signal handler, and running
13888 commands while in the handler.
13889 (in_handler_map): New global.
13890 (top level): In the advance test, add combinations for getting
13891 into the handler with stepping commands, and for running commands
13892 in the handler. Add comment descripting the advancei tests.
13893
1df4399f
PA
138942014-10-28 Pedro Alves <palves@redhat.com>
13895
13896 * gdb.base/sigstep.exp: Use build_executable instead of
13897 prepare_for_testing.
13898 (top level): Move code that starts GDB, runs to main and creates a
13899 display to ...
13900 (restart): ... this new procedure.
13901 (top level): Move backtrace from signal handler test to ...
13902 (validate_backtrace): ... this new procedure.
13903 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13904 with_test_prefix. Always restart GDB.
13905 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13906 with_test_prefix. Always restart GDB. No need to delete
13907 breakpoints after the test.
13908 (test_skip_handler): Remove prefix parameter.
13909 (skip_over_handler, breakpoint_to_handler)
13910 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13911 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13912 restart GDB. No need to delete breakpoints after the test.
13913 (top level): Use foreach to call the test procedures with
13914 different commands.
13915
a5b6e449
PA
139162014-10-28 Pedro Alves <palves@redhat.com>
13917
13918 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13919 instead of GNATS numbers.
13920 * gdb.base/sigbpt.exp: Likewise.
13921 * gdb.base/siginfo.exp: Likewise.
13922 * gdb.base/sigstep.exp: Likewise.
13923
e5f8a7cc
PA
139242014-10-27 Pedro Alves <palves@redhat.com>
13925
13926 * gdb.base/sigstep.c (dummy): New global.
13927 (main): Issue a couple writes to the new global.
13928 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13929 procedures.
13930 (skip_over_handler): Use test_skip_handler.
13931 (top level): Call skip_over_handler for stepi and nexti too.
13932 (breakpoint_over_handler): Use test_skip_handler.
13933 (top level): Call breakpoint_over_handler for stepi and nexti too.
13934
763905a3
YQ
139352014-10-27 Yao Qi <yao@codesourcery.com>
13936
13937 * gdb.trace/tfile.c (adjust_function_address)
13938 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13939 function descriptor.
13940
6f259a23
DB
139412014-10-24 Don Breazeal <donb@codesourcery.com>
13942
13943 * gdb.base/foll-fork.exp (test_follow_fork,
13944 catch_fork_child_follow): Check for updated fork messages emitted
13945 from infrun.c.
13946 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13947 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13948 vfork_and_exec_child_follow_through_step): Check for updated vfork
13949 messages emitted from infrun.c.
13950
09dd9a69
PA
139512014-10-24 Pedro Alves <palves@redhat.com>
13952
13953 * gdb.base/corefile.exp: Remove references to ultrix.
13954 * gdb.base/interrupt.exp: Likewise.
13955 * gdb.base/whatis.exp: Likewise.
13956 * gdb.gdb/selftest.exp: Likewise.
13957 * gdb.threads/manythreads.exp: Likewise.
13958 * gdb.threads/print-threads.exp: Likewise.
13959 * gdb.threads/pthreads.exp:: Likewise.
13960 * gdb.threads/schedlock.exp: Likewise.
13961
3433cfa5
SC
139622014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13963
13964 * gdb.cp/non-trivial-retval.cc: Add a test case.
13965 * gdb.cp/non-trivial-retval.exp: Add a test.
13966
092f880b
YQ
139672014-10-20 Yao Qi <yao@codesourcery.com>
13968
13969 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13970 * gdb.python/py-objfile-script-gdb.py: New file.
13971 * gdb.python/py-objfile-script.exp: Update reference to
13972 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13973 of remote_download. Remove the dest file.
13974
acbdb7f3
YQ
139752014-10-20 Yao Qi <yao@codesourcery.com>
13976
13977 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13978 * gdb.base/step-line.exp: Likewise.
13979 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13980 * gdb.dwarf2/dw2-basic.exp: Likewise.
13981 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13982 * gdb.dwarf2/dw2-filename.exp: Likewise.
13983 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13984 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13985 * gdb.dwarf2/dw2-producer.exp: Likewise.
13986 * gdb.dwarf2/mac-fileno.exp: Likewise.
13987 * gdb.python/py-frame-args.exp: Likewise.
13988 * gdb.python/py-framefilter.exp: Likewise.
13989 * gdb.python/py-mi.exp: Likewise.
13990 * gdb.python/py-objfile-script.exp: Likewise
13991 * gdb.python/py-pp-integral.exp: Likewise.
13992 * gdb.python/py-pp-re-notag.exp: Likewise.
13993 * gdb.python/py-prettyprint.exp: Likewise.
13994 * gdb.python/py-section-script.exp: Likewise.
13995 * gdb.python/py-typeprint.exp: Likewise.
13996 * gdb.python/py-xmethods.exp: Likewise.
13997 * gdb.stabs/weird.exp: Likewise.
13998 * gdb.xml/tdesc-regs.exp: Likewise.
13999
bd286a29
KCY
140002014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14001
14002 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14003 (out_cu): Use addr_len for the size of addresses.
14004 (out_line): Likewise. Size DW_LNE_set_address instruction
14005 according to addr_len.
14006 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14007 (FUNC): Add START_INSNS to definition.
14008
673dc4a0
YQ
140092014-10-18 Yao Qi <yao@codesourcery.com>
14010
14011 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14012 gdb_has_argv0 return true.
14013 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14014 check [target_info exists noargs], check [gdb_has_argv0]
14015 instead.
14016 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14017 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14018 procedures.
14019
4ffbba72
DE
140202014-10-17 Doug Evans <dje@google.com>
14021
14022 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14023 event.
14024 * gdb.python/py-events.py: Add clear_objfiles event.
14025
d096d8c1
DE
140262014-10-17 Doug Evans <dje@google.com>
14027
14028 * gdb.python/py-objfile.exp: Test progspace attribute.
14029
a80db015
LM
140302014-10-17 Luis Machado <lgustavo@codesourcery.com>
14031
14032 * gdb.guile/scm-breakpoint.exp: Do not assume any
14033 directory separators when matching source file paths.
14034 * gdb.python/py-breakpoint.exp: Likewise.
14035 * gdb.reverse/break-precsave.exp: Likewise.
14036 * gdb.reverse/break-reverse.exp: Likewise.
14037 * gdb.reverse/consecutive-precsave.exp: Likewise.
14038 * gdb.reverse/finish-precsave.exp: Likewise.
14039 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14040 * gdb.reverse/finish-reverse.exp: Likewise.
14041 * gdb.reverse/i386-precsave.exp: Likewise.
14042 * gdb.reverse/i387-env-reverse.exp: Likewise.
14043 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14044 * gdb.reverse/machinestate-precsave.exp: Likewise.
14045 * gdb.reverse/machinestate.exp: Likewise.
14046 * gdb.reverse/sigall-precsave.exp: Likewise.
14047 * gdb.reverse/solib-precsave.exp: Likewise.
14048 * gdb.reverse/step-precsave.exp: Likewise.
14049 * gdb.reverse/until-precsave.exp: Likewise.
14050 * gdb.reverse/watch-precsave.exp: Likewise.
14051 * gdb.reverse/watch-reverse.exp: Likewise.
14052
b22089ab
YQ
140532014-10-17 Yao Qi <yao@codesourcery.com>
14054
14055 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14056 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14057
6c4486e6
PA
140582014-10-17 Pedro Alves <palves@redhat.com>
14059
14060 PR gdb/17471
14061 * gdb.base/bg-execution-repeat.c: New file.
14062 * gdb.base/bg-execution-repeat.exp: New file.
14063
0ff33695
PA
140642014-10-17 Pedro Alves <palves@redhat.com>
14065
14066 PR gdb/17300
14067 * gdb.base/continue-all-already-running.c: New file.
14068 * gdb.base/continue-all-already-running.exp: New file.
14069
6fdebc3d
PA
140702014-10-17 Pedro Alves <palves@redhat.com>
14071
14072 PR gdb/17472
14073 * gdb.base/annota-input-while-running.c: New file.
14074 * gdb.base/annota-input-while-running.exp: New file.
14075
32a8097b
PA
140762014-10-17 Pedro Alves <palves@redhat.com>
14077
14078 * gdb.base/callfuncs.exp: emove references to osf.
14079 * gdb.base/sigall.exp: Likewise.
14080 * gdb.gdb/selftest.exp: Likewise.
14081 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14082 * gdb.mi/non-stop.c: Likewise.
14083 * gdb.mi/pthreads.c: Likewise.
14084 * gdb.reverse/sigall-precsave.exp: Likewise.
14085 * gdb.reverse/sigall-reverse.exp: Likewise.
14086 * gdb.threads/pthreads.c: Likewise.
14087 * gdb.threads/pthreads.exp: Likewise.
14088
7a3517ff
YQ
140892014-10-17 Yao Qi <yao@codesourcery.com>
14090
14091 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14092 check 'target_info exists noargs'.
14093 (test_command_prompt_position): Likewise.
14094 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14095 Remove "set args".
14096 (progvar_simple_while_test): Likewise.
14097 (progvar_complex_if_while_test): Likewise.
14098 (if_while_breakpoint_command_test): Likewise.
14099 (infrun_breakpoint_command_test): Likewise.
14100 (breakpoint_command_test): Likewise.
14101 (watchpoint_command_test): Likewise.
14102 (bp_deleted_in_command_test): Likewise.
14103 (temporary_breakpoint_commands): Likewise.
14104
bb99c472
YQ
141052014-10-16 Yao Qi <yao@codesourcery.com>
14106
14107 * gdb.base/remotetimeout.exp: Remove noargs checking.
14108
7c16b83e
PA
141092014-10-15 Pedro Alves <palves@redhat.com>
14110
14111 PR breakpoints/9649
14112 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14113 * gdb.base/breakpoint-in-ro-region.exp
14114 (probe_target_hardware_step): New procedure.
14115 (top level): Probe hardware stepping and hardware breakpoint
14116 support. Test stepping through a read-only region, with both
14117 "breakpoint auto-hw" on and off and both "always-inserted" on and
14118 off.
14119
35a49624
IB
141202014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14121
14122 * gdb.dlang/demangle.exp: Update for demangling changes.
14123
2d1c107c
SC
141242014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14125
14126 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14127 * gdb.cp/non-trivial-retval.exp: Add new tests.
14128
778811d5
SC
141292014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14130
14131 PR c++/13403
14132 PR c++/15154
14133 * gdb.cp/non-trivial-retval.cc: New file.
14134 * gdb.cp/non-trivial-retval.exp: New file.
14135
10c5f0a8
YQ
141362014-10-15 Yao Qi <yao@codesourcery.com>
14137
14138 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14139 remote host.
14140
65d7b369
YQ
141412014-10-15 Yao Qi <yao@codesourcery.com>
14142
14143 * gdb.python/py-symbol.exp: Match file base name if host is
14144 remote, otherwise match file name with dir name.
14145 * gdb.python/py-symtab.exp: Likewise.
14146 * gdb.python/python.exp: Likewise.
14147
46dc1394
YQ
141482014-10-15 Yao Qi <yao@codesourcery.com>
14149
14150 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14151 pattern.
14152 * gdb.python/py-symtab.exp: Likewise.
14153 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14154 locationn.
14155
c40cc657
JB
141562014-10-14 Joel Brobecker <brobecker@adacore.com>
14157
14158 * gdb.ada/addr_arith: New testcase.
14159
2abf49e1
MR
141602014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14161
14162 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14163 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14164 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14165 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14166
f7088df3
SDJ
141672014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14168
14169 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14170 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14171 * gdb.arch/stap-eval-lang-ada.exp: New file.
14172
4dc06805
YQ
141732014-10-14 Yao Qi <yao@codesourcery.com>
14174
14175 * gdb.mi/mi-var-child.c (nothing1): New function.
14176 (nothing2): New function.
14177 (do_children_tests): Set function pointers by nothing1 and
14178 nothing2.
14179 * gdb.mi/mi-var-child.exp: Step over new added statements.
14180 Update test to match the new output.
14181 * gdb.mi/var-cmd.c (nothing1): New function.
14182 (nothing2): New function.
14183 (do_children_tests): Set function pointers by nothing1 and
14184 nothing2.
14185 * gdb.mi/mi-var-display.exp: Update test to match output.
14186 Step to the line specified by $line_dct_nothing.
14187 Increase the number of lines to step.
14188
46a93de2
YQ
141892014-10-14 Yao Qi <yao@codesourcery.com>
14190
14191 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14192 tests.
14193 * gdb.mi/mi2-var-child.exp: Likewise.
14194
14ea52ee
DE
141952014-10-13 Doug Evans <dje@google.com>
14196
14197 * gdb.python/py-objfile.exp: Change name of file name test.
14198
e5c6e92b
DE
141992014-10-13 Doug Evans <dje@google.com>
14200
14201 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14202 from the start of the CU.
14203
c780cc2f
JK
142042014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14205 Yao Qi <yao@codesourcery.com>
14206
14207 Fix "save breakpoints" for "catch" command.
14208 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14209 Remove -nonewline. Match also the added "main" line.
14210
99894e11
JK
142112014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14212
14213 Fix "save breakpoints" for "disable $bpnum" command.
14214 * gdb.base/save-bp.c (main): Add label.
14215 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14216
6e1ac5a3
JK
142172014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14218
14219 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14220
754dd2b0
YQ
142212014-10-11 Yao Qi <yao@codesourcery.com>
14222
14223 * gdb.server/server-kill.exp: Execute command
14224 "set remote trace-status-packet on" before "tstatus".
14225
f90183d7
YQ
142262014-10-11 Yao Qi <yao@codesourcery.com>
14227
14228 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14229 (main): Call getppid.
14230 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14231 and continue to it. Read variable "server_pid".
14232
bf40a607
YQ
142332014-10-11 Yao Qi <yao@codesourcery.com>
14234
14235 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14236
052ca370
YQ
142372014-10-11 Yao Qi <yao@codesourcery.com>
14238
14239 * gdb.threads/thread-find.exp: Don't execute command
14240 "info threads".
14241 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14242 * gdb.threads/linux-dp.exp: Don't check the condition
14243 $threads_created equals to zero.
14244
3831839c
PA
142452014-10-10 Pedro Alves <palves@redhat.com>
14246
14247 * gdb.base/bigcore.exp: Remove references to IRIX.
14248 * gdb.base/funcargs.exp: Likewise.
14249 * gdb.base/interrupt.exp: Likewise.
14250 * gdb.base/mips_pro.exp: Likewise.
14251 * gdb.base/nodebug.exp: Likewise.
14252 * gdb.base/setvar.exp: Likewise.
14253 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14254
8b9a549d
PA
142552014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14256 Pedro Alves <palves@redhat.com>
14257
14258 PR symtab/14466
14259 * gdb.base/vdso-warning.c: New file.
14260 * gdb.base/vdso-warning.exp: New file.
14261
d48ba5e8
DE
142622014-10-02 Doug Evans <dje@google.com>
14263
14264 * gdb.base/structs.c (main): Don't run forever.
14265
2278c276
PA
142662014-10-02 Pedro Alves <palves@redhat.com>
14267
14268 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14269 (top level) <stop threads 1, stop threads 2>: Use it.
14270
b57bacec
PA
142712014-10-02 Pedro Alves <palves@redhat.com>
14272
14273 * gdb.threads/break-while-running.exp (test): Add new
14274 'update_thread_list' argument. Skip "info threads" if false.
14275 (top level): Add new 'update_thread_list' axis.
14276
13fd3ff3
PA
142772014-10-02 Pedro Alves <palves@redhat.com>
14278
14279 PR breakpoints/17431
14280 * gdb.base/execl-update-breakpoints.c: New file.
14281 * gdb.base/execl-update-breakpoints.exp: New file.
14282
0fec99e8
PA
142832014-10-01 Pedro Alves <palves@redhat.com>
14284
14285 * gdb.base/breakpoint-in-ro-region.c: New file.
14286 * gdb.base/breakpoint-in-ro-region.exp: New file.
14287
2ddf4301
SM
142882014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14289
14290 * gdb.mi/mi-exit-code.exp: New file.
14291 * gdb.mi/mi-exit-code.c: New file.
14292
6a5f3f43
YQ
142932014-09-30 Yao Qi <yao@codesourcery.com>
14294
14295 * lib/prelink-support.exp (build_executable_own_libs): Error if
14296 the target isn't native.
14297
345bcc73
YQ
142982014-09-30 Yao Qi <yao@codesourcery.com>
14299
14300 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14301 false.
14302
a25a5a45
PA
143032014-09-22 Pedro Alves <palves@redhat.com>
14304
14305 * gdb.threads/break-while-running.exp: New file.
14306 * gdb.threads/break-while-running.c: New file.
14307
00ba3162
YQ
143082014-09-19 Yao Qi <yao@codesourcery.com>
14309
14310 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14311 Invoke test. Restart GDB with --readnow and invoke test again.
14312
c3b7b696
YQ
143132014-09-19 Yao Qi <yao@codesourcery.com>
14314
14315 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14316 proc set_breakpoint_on_gcd_function. Invoke
14317 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14318 invoke set_breakpoint_on_gcd_function again.
14319
2b4fd423
DE
143202014-09-18 Doug Evans <dje@google.com>
14321
14322 * gdb.dwarf2/symtab-producer.exp: New file.
14323
a5947601
SDJ
143242014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14325
14326 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14327 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14328 * gdb.base/global-var-nested-by-dso.c: Likewise.
14329 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14330
91c19059
SDJ
143312014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14332 Pedro Alves <palves@redhat.com>
14333
14334 * gdb.base/watch-bitfields.exp: Pass string other than test file
14335 name to prepare_for_testing.
14336 (watch): New procedure.
14337 (expect_watchpoint): Use with_test_prefix.
14338 (top level): Factor out tests to ...
14339 (test_watch_location, test_regular_watch): ... these new
14340 procedures, and use with_test_prefix and gdb_continue_to_end.
14341
bb9d5f81
PP
143422014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14343
14344 PR breakpoints/12526
14345 * gdb.base/watch-bitfields.exp: New file.
14346 * gdb.base/watch-bitfields.c: New file.
14347
635856f5
PA
143482014-09-16 Pedro Alves <palves@redhat.com>
14349
14350 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14351 software and hardware addresses, not software address against
14352 itself.
14353
7280ceea
PA
143542014-09-16 Pedro Alves <palves@redhat.com>
14355
14356 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14357 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14358
428b16bd
PA
143592014-09-16 Pedro Alves <palves@redhat.com>
14360
14361 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14362 files.
14363 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14364 "*-*-vxworks*" throughout.
14365 * gdb.base/break.exp: Likewise.
14366 * gdb.base/default.exp: Likewise.
14367 * gdb.base/scope.exp: Likewise.
14368 * gdb.base/sepdebug.exp: Likewise.
14369 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14370 throughout.
14371 * gdb.base/run.c: Likewise.
14372 * gdb.base/sepdebug.c: Likewise.
14373 * gdb.hp/gdb.aCC/run.c: Likewise.
14374 * gdb.reverse/until-reverse.c: Likewise.
14375 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14376
666d413c
YQ
143772014-09-16 Yao Qi <yao@codesourcery.com>
14378
14379 * boards/local-remote-host-native.exp: New file.
14380
57cbd724
DE
143812014-09-14 Doug Evans <xdje42@gmail.com>
14382
14383 * gdb.threads/queue-signal.c (thread_count): New variable.
14384 (thread_count_mutex, thread_count_condvar): New variables.
14385 (incr_thread_count, wait_all_threads_running): New functions.
14386 (main): Wait for all threads to be in their thread functions.
14387
81219e53
DE
143882014-09-13 Doug Evans <xdje42@gmail.com>
14389
14390 * gdb.threads/queue-signal.c: New file.
14391 * gdb.threads/queue-signal.exp: New file.
14392
3714cea7
DE
143932014-09-13 Doug Evans <xdje42@gmail.com>
14394
14395 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14396 be consistent with what default_gdb_init uses.
14397 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14398 the plain text of the prompt. Add some logging printfs.
14399 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14400
fa43b1d7
PA
144012014-09-12 Pedro Alves <palves@redhat.com>
14402
14403 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14404 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14405 * gdb.arch/i386-size-overlap.exp: Likewise.
14406 * gdb.arch/i386-size.exp: Likewise.
14407 * gdb.arch/i386-unwind.exp: Likewise.
14408 * gdb.base/a2-run.exp: Likewise.
14409 * gdb.base/break.exp: Likewise.
14410 * gdb.base/charset.exp: Likewise.
14411 * gdb.base/chng-syms.exp: Likewise.
14412 * gdb.base/commands.exp: Likewise.
14413 * gdb.base/dbx.exp: Likewise.
14414 * gdb.base/find.exp: Likewise.
14415 * gdb.base/funcargs.exp: Likewise.
14416 * gdb.base/jit-simple.exp: Likewise.
14417 * gdb.base/reread.exp: Likewise.
14418 * gdb.base/sepdebug.exp: Likewise.
14419 * gdb.base/step-bt.exp: Likewise.
14420 * gdb.cp/mb-inline.exp: Likewise.
14421 * gdb.cp/mb-templates.exp: Likewise.
14422 * gdb.objc/basicclass.exp: Likewise.
14423 * gdb.threads/killed.exp: Likewise.
14424
9d9bf2df
EBM
144252014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14426
14427 PR tdep/17379
14428 * gdb.arch/powerpc-stackless.S: New file.
14429 * gdb.arch/powerpc-stackless.exp: New file.
14430
1cf2f1b0
JK
144312014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14432
14433 * gdb.base/attach.c: Include unistd.h.
14434 (main): Call alarm. Add label postloop.
14435 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14436 gdb_breakpoint, gdb_continue_to_breakpoint.
14437 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14438
98880d46
PA
144392014-09-11 Pedro Alves <palves@redhat.com>
14440
14441 PR gdb/17347
14442 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14443 * gdb.base/attach.exp (test_command_line_attach_run): New
14444 procedure.
14445 (top level): Call it.
14446
4c92ff2c
PA
144472014-09-11 Pedro Alves <palves@redhat.com>
14448
14449 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14450 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14451 (do_command_attach_tests): Use spawn_wait_for_attach.
14452 * gdb.base/solib-overlap.exp: Likewise.
14453 * gdb.multi/multi-attach.exp: Likewise.
14454 * gdb.python/py-prompt.exp: Likewise.
14455 * gdb.python/py-sync-interp.exp: Likewise.
14456 * gdb.server/ext-attach.exp: Likewise.
14457
3adc1a7d
GKB
144582014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14459
14460 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14461 command in testcase. Simplify testcase.
14462
96334934
JB
144632014-09-10 Joel Brobecker <brobecker@adacore.com>
14464
14465 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14466
eb479039
JB
144672014-09-10 Joel Brobecker <brobecker@adacore.com>
14468
14469 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14470
deede10c
JB
144712014-09-10 Joel Brobecker <brobecker@adacore.com>
14472
14473 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14474
7828a5f5
JB
144752014-09-10 Joel Brobecker <brobecker@adacore.com>
14476
14477 * gdb.dwarf2/dynarr-ptr.c: New file.
14478 * gdb.dwarf2/dynarr-ptr.exp: New file.
14479
33aeebcf
MR
144802014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14481
14482 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14483 of 30 rather than hardcoding 120 for a slow test case. Take the
14484 `gdb,timeout' target setting into account for this calculation.
14485 Don't extend the timeout for the test cases that don't need it.
14486
7b415901
MR
144872014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14488
14489 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14490 a factor of 2 for a slow test case. Take the `gdb,timeout'
14491 target setting into account for this calculation.
14492 * gdb.reverse/until-precsave.exp: Increase the timeout by
14493 a factor of 15 and 3 respectively rather than adding 120
14494 for a pair of slow test cases. Take the `gdb,timeout'
14495 target setting into account for this calculation.
14496
4a40f85a
MR
144972014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14498
14499 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14500 timeout, don't pass one down to gdb_expect.
14501 (gdb_expect): Rework timeout selection.
14502
09635af7
MR
145032014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14504
14505 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14506 exception on timeout.
14507 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14508 (gdbserver_start_extended): Catch any `gdbserver_start' error
14509 exceptions.
14510 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14511 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14512 `gdbserver_gdb_load' error exceptions.
14513
2bdd10b7
MR
145142014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14515
14516 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14517 120 on waiting for the TCP socket to open.
14518
316935f0
DE
145192014-09-09 Doug Evans <xdje42@gmail.com>
14520
14521 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14522 _caller_matches, _any_caller_is, _any_caller_matches.
14523
83740597
DE
145242014-09-09 Doug Evans <xdje42@gmail.com>
14525
14526 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14527
4c122fc3
YQ
145282014-09-09 Yao Qi <yao@codesourcery.com>
14529
14530 * gdb.mi/mi-var-display.exp: Set print symbol off.
14531
a9f116cb
GKB
145322014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14533
14534 PR gdb/17035
14535 * gdb.base/commands.exp: Add tests to verify user-defined
14536 commands with empty bodies.
14537 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14538 python commands in `show user command`.
14539 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14540 scheme commands in `show user command`.
14541
c75bd3a2
JK
145422014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14543
14544 PR python/17355
14545 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14546 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14547 * gdb.python/py-framefilter-invalidarg.exp: New file.
14548 * gdb.python/py-framefilter-invalidarg.py: New file.
14549
faa42425
DE
145502014-09-06 Doug Evans <xdje42@gmail.com>
14551
14552 PR 15276
14553 * gdb.python/py-caller-is.c: New file.
14554 * gdb.python/py-caller-is.exp: New file.
14555
474ca4f6
SDJ
145562014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14557
14558 PR gdb/17235
14559 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14560 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14561
eb0b0463
SDJ
145622014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14563
14564 PR fortran/17237
14565 * gdb.fortran/print-formatted.exp: New file.
14566 * gdb.fortran/print-formatted.f90: Likewise.
14567
5f3b99cf
SS
145682014-09-03 Sasha Smundak <asmundak@google.com>
14569
14570 * gdb.python/py-frame.exp: Test Frame.read_register.
14571
7d793aa9
SDJ
145722014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14573
14574 PR python/16699
14575 * gdb.python/py-completion.exp: New file.
14576 * gdb.python/py-completion.py: Likewise.
14577
fb0576e9
DE
145782014-08-28 Doug Evans <dje@google.com>
14579
14580 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14581 eax,etc. are live with values set by gdb and thus the compiler can't
14582 use them.
14583 * gdb.arch/i386-pseudo.c (main): Ditto.
14584
ee92b0dd
DE
145852014-08-27 Doug Evans <dje@google.com>
14586
14587 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14588
6649db35
DE
145892014-08-25 Doug Evans <dje@google.com>
14590
14591 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14592 (main): Ditto.
14593
564b7600
DE
145942014-08-25 Doug Evans <dje@google.com>
14595
14596 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14597
3881fb67
YQ
145982014-08-24 Yao Qi <yao@codesourcery.com>
14599
14600 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14601 symbol off.
14602 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14603
a05a36a5
DE
146042014-08-22 Doug Evans <dje@google.com>
14605
14606 PR 17276
14607 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14608 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14609 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14610
7c343b48
YQ
146112014-08-22 Yao Qi <yao@codesourcery.com>
14612
14613 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14614 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14615 * gdb.python/python.exp: Likewise. Use .py file on the host
14616 instead of the build.
14617
22fd09ae
JK
146182014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14619
14620 * gdb.threads/gcore-stale-thread.c: New file.
14621 * gdb.threads/gcore-stale-thread.exp: New file.
14622
a8454a7c
PA
146232014-08-21 Pedro Alves <palves@redhat.com>
14624
14625 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14626 * gdb.base/gcore-relro-pie.exp: Likewise.
14627 * gdb.base/gcore-relro.exp: Likewise.
14628 * gdb.base/gcore.exp: Likewise.
14629 * gdb.base/print-symbol-loading.exp: Likewise.
14630 * gdb.threads/gcore-thread.exp: Likewise.
14631 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14632
2a31c623
PA
146332014-08-20 Pedro Alves <palves@redhat.com>
14634 Jan Kratochvil <jan.kratochvil@redhat.com>
14635
14636 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14637 configure.
14638 (EXPECT): Handle READ1 being set.
14639 (all): Depend on EXTRA_RULES.
14640 (check-read1, expect-read1, read1.so, read1): New rules.
14641 * README (Testsuite Parameters): Document the READ1 make variable.
14642 (Race detection): New section.
14643 * configure: Regenerate.
14644 * configure.ac: If build==host==target, and running under a
14645 GNU/glibc system, add read1 to the extra Makefile rules.
14646 (EXTRA_RULES): AC_SUBST it.
14647 * lib/read1.c: New file.
14648
d36430db
JB
146492014-08-20 Joel Brobecker <brobecker@adacore.com>
14650
14651 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14652 the handling of variables declared as a typedef to an array
14653 which a DW_AT_data_location attribute.
14654
9a0dc9e3
PA
146552014-08-19 Andrew Burgess <aburgess@broadcom.com>
14656 Pedro Alves <palves@redhat.com>
14657
14658 PR symtab/14604
14659 PR symtab/14605
14660 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14661 gdb_test.
14662
0718a8da
PA
146632014-08-19 Pedro Alves <palves@redhat.com>
14664
14665 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14666
13b448cd
YQ
146672014-08-19 Yao Qi <yao@codesourcery.com>
14668
14669 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14670 right line.
14671
1cbf5077
DB
146722014-08-18 David Blaikie <dblaikie@gmail.com>
14673
14674 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14675
bf0fae19
JB
146762014-08-18 Joel Brobecker <brobecker@adacore.com>
14677
14678 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14679 attribute in array range.
14680
3c8c5dcc
JB
146812014-08-18 Joel Brobecker <brobecker@adacore.com>
14682
14683 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14684
e66d4446
SC
146852014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14686
14687 PR c++/17132
14688 * gdb.cp/pr17132.cc: New file.
14689 * gdb.cp/pr17132.exp: New file.
14690
940df408
SC
146912014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14692
14693 * gdb.python/py-xmethods.py (A_getarrayind)
14694 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14695 Use 'print' with function call syntax.
14696 (E_method_matcher.match): Fix tab vs space indentation mixup.
14697
ebcc6c3a
YQ
146982014-08-15 Yao Qi <yao@codesourcery.com>
14699
14700 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14701 false.
14702
775e0f04
YQ
147032014-08-15 Yao Qi <yao@codesourcery.com>
14704
14705 * gdb.cp/casts.exp: Set print symbol off.
14706 * gdb.cp/class2.exp: Likewise.
14707 * gdb.cp/overload.exp: Likewise.
14708 * gdb.cp/templates.exp: Likewise.
14709
d769e349
DE
147102014-08-11 Doug Evans <dje@google.com>
14711
14712 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14713 (test_load_shlib): Update.
14714
20c6f1e1
YQ
147152014-08-09 Yao Qi <yao@codesourcery.com>
14716
14717 * gdb.base/display.exp: Invoke is_address_zero_readable.
14718 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14719 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14720 * gdb.base/hbreak-unmapped.exp: Return if
14721 is_address_zero_readable returns true.
14722 * gdb.base/signest.exp: Likewise.
14723 * gdb.base/signull.exp: Likewise.
14724 * gdb.base/sigbpt.exp: Likewise.
14725 * gdb.guile/scm-disasm.exp: Do the test if
14726 is_address_zero_readable returns false.
14727 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14728 * gdb.python/py-arch.exp: Likewise.
14729 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14730 * lib/gdb.exp (is_address_zero_readable): New proc.
14731
5792e8e3
YQ
147322014-08-09 Yao Qi <yao@codesourcery.com>
14733
14734 PR testsuite/13443
14735 * gdb.mi/mi-var-display.exp: Make test messages unique.
14736
3cecbbbe
TT
147372014-08-04 Tom Tromey <tromey@redhat.com>
14738
14739 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14740 target 0".
14741
00b51ff5
TT
147422014-08-04 Tom Tromey <tromey@redhat.com>
14743
14744 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14745 "target_resume".
14746
6908c509
JB
147472014-08-01 Joel Brobecker <brobecker@adacore.com>
14748
14749 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14750 inner_vla_struct_object_size.
14751 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14752 as xfail.
14753
cc6563d2
PA
147542014-07-30 Pedro Alves <palves@redhat.com>
14755
14756 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14757 comment.
14758
7e09a223
YQ
147592014-07-29 Yao Qi <yao@codesourcery.com>
14760
14761 PR gdb/17206
14762 * gdb.base/until-nodebug.exp: New.
14763
7ebdbe92
DE
147642014-07-28 Doug Evans <xdje42@gmail.com>
14765
14766 PR guile/17203
14767 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14768 previously existing parameter, and previously ambiguously spelled
14769 parameter.
14770
fdb1adc6
WN
147712014-07-28 Will Newton <will.newton@linaro.org>
14772
14773 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14774
186fcde0
DE
147752014-07-26 Ludovic Courtès <ludo@gnu.org>
14776 Doug Evans <xdje42@gmail.com>
14777
14778 PR guile/17146
14779 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14780
70509625
PA
147812014-07-25 Pedro Alves <palves@redhat.com>
14782
14783 * gdb.threads/signal-command-handle-nopass.c: New file.
14784 * gdb.threads/signal-command-handle-nopass.exp: New file.
14785 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14786 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14787 * gdb.threads/signal-delivered-right-thread.c: New file.
14788 * gdb.threads/signal-delivered-right-thread.exp: New file.
14789
c3f814a1
PA
147902014-07-25 Pedro Alves <palves@redhat.com>
14791
14792 * gdb.base/double-prompt-target-event-error.exp
14793 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14794 match.
14795 (cancel_pagination_in_target_event): Rework double prompt
14796 detection.
14797 * gdb.base/paginate-after-ctrl-c-running.exp
14798 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14799 <return>' match.
14800 * gdb.base/paginate-bg-execution.exp
14801 (test_bg_execution_pagination_return)
14802 (test_bg_execution_pagination_cancel): Remove '-notransfer
14803 <return>' matches.
14804 * gdb.base/paginate-execution-startup.exp
14805 (test_fg_execution_pagination_return)
14806 (test_fg_execution_pagination_cancel): Remove '-notransfer
14807 <return>' matches.
14808 * gdb.base/paginate-inferior-exit.exp
14809 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14810 match.
14811 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14812 * lib/gdb.exp (pagination_prompt): Run text through
14813 string_to_regexp.
14814 (gdb_test_multiple): Match $pagination_prompt instead of
14815 "<return>".
14816 (string_to_regexp): Move to lib/gdb-utils.exp.
14817
e214cf6c
JK
148182014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14819
14820 * gdb.arch/amd64-entry-value-paramref.S: New file.
14821 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14822 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14823 * gdb.arch/amd64-optimout-repeat.S: New file.
14824 * gdb.arch/amd64-optimout-repeat.c: New file.
14825 * gdb.arch/amd64-optimout-repeat.exp: New file.
14826
17d0c5c8
JK
148272014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14828
14829 PR gdb/17170
14830 * gdb.base/statistics.exp: New file.
14831
b8b8facf
DE
148322014-07-17 Doug Evans <dje@google.com>
14833
74b49205 14834 PR gdb/17170
b8b8facf
DE
14835 * gdb.base/maint.exp: Update testing of per-command stats.
14836
1b5d0ab3
PA
148372014-07-16 Pedro Alves <palves@redhat.com>
14838
14839 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14840 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14841 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14842 (tfile_write_buf): New functions.
14843 (add_memory_block): Rewrite using the above.
14844 (adjust_function_address): New function.
14845 (FUNCTION_ADDRESS): New macro.
14846 (write_basic_trace_file): Remove short_x local, and use
14847 tfile_write_16. Change type of func_addr local to unsigned long
14848 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14849 here. Cast argument of add_memory_block to char pointer.
14850 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14851 (main): Remove parameters.
14852 * gdb.trace/tfile.exp: Remove nowarnings.
14853
4d974e88
SM
148542014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14855
14856 * gdb.base/debug-expr.exp: Test string evaluation with
14857 "debug expression" on.
14858
41e99568
PA
148592014-07-15 Pedro Alves <palves@redhat.com>
14860
14861 * gdb.base/reread.exp: Use clean_restart.
14862
487d9753
PL
148632014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14864
14865 * gdb.arch/avr-flash-qualifer.c: New.
14866 * gdb.arch/avr-flash-qualifer.exp: New.
14867
cc1c52ad
PA
148682014-07-14 Pedro Alves <palves@redhat.com>
14869
14870 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14871 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14872
1e973570
PA
148732014-07-14 Pedro Alves <palves@redhat.com>
14874
14875 * gdb.base/double-prompt-target-event-error.c: New file.
14876 * gdb.base/double-prompt-target-event-error.exp: New file.
14877
93d6eb10
PA
148782014-07-14 Pedro Alves <palves@redhat.com>
14879
14880 PR gdb/17072
14881 * gdb.base/paginate-inferior-exit.c: New file.
14882 * gdb.base/paginate-inferior-exit.exp: New file.
14883
0017922d
PA
148842014-07-14 Pedro Alves <palves@redhat.com>
14885
14886 PR gdb/17072
14887 * gdb.base/paginate-bg-execution.c: New file.
14888 * gdb.base/paginate-bg-execution.exp: New file.
14889
94696ad3
PA
148902014-07-14 Pedro Alves <palves@redhat.com>
14891
14892 PR gdb/17072
14893 * gdb.base/paginate-execution-startup.c: New file.
14894 * gdb.base/paginate-execution-startup.exp: New file.
14895 * lib/gdb.exp (pagination_prompt): New global.
14896 (default_gdb_spawn): New procedure, factored out from
14897 default_gdb_spawn.
14898 (default_gdb_start): Adjust to call default_gdb_spawn.
14899 (gdb_spawn): New procedure.
14900
bd293940
PA
149012014-07-14 Pedro Alves <palves@redhat.com>
14902
14903 * lib/gdb.exp (gdb_assert): New procedure.
14904 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14905
c933f875
PA
149062014-07-14 Pedro Alves <palves@redhat.com>
14907
14908 * gdb.base/execution-termios.c: New file.
14909 * gdb.base/execution-termios.exp: New file.
14910
d98b7a16
TT
149112014-07-14 Tom Tromey <tromey@redhat.com>
14912
14913 * gdb.cp/vla-cxx.cc: New file.
14914 * gdb.cp/vla-cxx.exp: New file.
14915
548740d6
TT
149162014-07-14 Tom Tromey <tromey@redhat.com>
14917
14918 * gdb.reverse/rerun-prec.c: New file.
14919 * gdb.reverse/rerun-prec.exp: New file.
14920
a25eb028
MR
149212014-07-12 Maciej W. Rozycki <macro@mips.com>
14922 Maciej W. Rozycki <macro@codesourcery.com>
14923
14924 * lib/gdb-utils.exp: New file.
14925 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14926 inline `gdb_init_command' processing.
14927 (gdb_start_cmd): Likewise.
14928 * lib/mi-support.exp (mi_run_cmd): Likewise.
14929 * README: Document `gdb_init_command' and `gdb_init_commands'.
14930
218c2655
JK
149312014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14932
14933 Fix false FAIL running under a very long directory name.
14934 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14935 and "set print elements 10000". Twice.
14936
5401fde3
YQ
149372014-07-11 Yao Qi <yao@codesourcery.com>
14938
14939 * gdb.base/exprs.exp: "set print symbol off".
14940
e76126e8
PA
149412014-07-11 Pedro Alves <palves@redhat.com>
14942
14943 * gdb.threads/kill.c: New file.
14944 * gdb.threads/kill.exp: New file.
14945
2d6f0de6
YQ
149462014-07-10 Yao Qi <yao@codesourcery.com>
14947
14948 * gdb.trace/tfile.c (write_basic_trace_file)
14949 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14950 address written to trace file.
14951
7180e04a
PA
149522014-07-09 Pedro Alves <palves@redhat.com>
14953
14954 * gdb.base/attach-wait-input.exp: New file.
14955 * gdb.base/attach-wait-input.c: New file.
14956
9a9a7608
AB
149572014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14958
14959 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14960 setting up test structures.
14961 (main): Call new test function.
14962 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14963 test function, continue into test function and walk test
14964 structures.
14965
161ac41e
YQ
149662014-07-02 Yao Qi <yao@codesourcery.com>
14967
14968 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14969 'bar_start' at the beginning of functions 'foo' and 'bar'
14970 respectively.
14971 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14972 instead of 'foo' and 'bar'.
14973
1f267ae3
MM
149742014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14975
14976 * gdb.btrace/segv.exp: New.
14977 * gdb.btrace/segv.c: New.
14978
2b239efb
LM
149792014-07-02 Luis Machado <lgustavo@codesourcery.com>
14980
14981 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14982 instruction.
14983
cf363f18
MW
149842014-06-30 Mark Wielaard <mjw@redhat.com>
14985
14986 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14987 vulture, vilify, villar): New volatile array constants.
14988 (vindictive, vegetation): New const volatile array constants.
14989 * gdb.base/volatile.exp: Test volatile and const volatile array
14990 types.
14991
aebf9d24
AA
149922014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14993
14994 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14995 target lacks support for awatch, rwatch, or hbreak.
14996
b67a2c6f
YQ
149972014-06-27 Yao Qi <yao@codesourcery.com>
14998
14999 * gdb.multi/dummy-frame-restore.exp: New.
15000 * gdb.multi/dummy-frame-restore.c: New.
15001
aef92902
MM
150022014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15003
15004 * gdb.btrace/gcore.exp: New.
15005
8e9db26e
PA
150062014-06-23 Pedro Alves <palves@redhat.com>
15007
15008 * gdb.base/watchpoint-reuse-slot.c: New file.
15009 * gdb.base/watchpoint-reuse-slot.exp: New file.
15010
70afc5b7
SC
150112014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15012
15013 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15014 progspace's filename in 'info', 'enable' and 'disable' command
15015 tests.
15016
b972bd9c
JK
150172014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15018
15019 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15020 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15021 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15022
125f8a3d
GB
150232014-06-20 Gary Benson <gbenson@redhat.com>
15024
15025 * gdb.arch/i386-avx.exp: Fix include file location.
15026 * gdb.arch/i386-sse.exp: Likewise.
15027
3ed9baed
IB
150282014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15029
15030 * gdb.dlang/expression.exp: New file.
15031
034f788c
PA
150322014-06-19 Pedro Alves <palves@redhat.com>
15033
15034 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15035 out from ...
15036 (top level): ... here. Iterate running tests under different
15037 scheduler-locking settings.
15038
45371d0c
LM
150392014-06-18 Luis Machado <lgustavo@codesourcery.com>
15040
15041 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15042 to DW_FORM_addr and use non-zero addresses.
15043
5d376983
SC
150442014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15045
15046 PR gdb/17017
15047 * gdb.python/py-xmethods.cc: Add global function call counters and
15048 increment them in their respective functions. Remove "cout"
15049 statements.
15050 * gdb.python/py-xmethods.exp: Make tests check the global function
15051 call counters instead of depending on inferior IO.
15052
a1aa2221
LM
150532014-06-18 Don Breazeal <donb@codesourcery.com>
15054
15055 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15056 Deleted procedure.
15057 (explicit_fork_parent_follow): Deleted procedure.
15058 (explicit_fork_child_follow): Deleted procedure.
15059 (test_follow_fork): New procedure.
15060 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15061 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15062 procedure calls.
15063
0fc05997
YQ
150642014-06-17 Yao Qi <yao@codesourcery.com>
15065
15066 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15067 CP1252.
15068
70795c52
LM
150692014-06-17 Luis Machado <lgustavo@codesourcery.com>
15070
15071 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15072 Initialize ptr and S explicitly.
15073 (skip_type_update_when_not_use_rtti_test): Likewise.
15074
6be47f0c
KS
150752014-06-16 Keith Seitz <keiths@redhat.com>
15076
15077 PR mi/15863
15078 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15079 the inferior is started.
15080
d03de421
PA
150812014-06-16 Pedro Alves <palves@redhat.com>
15082
15083 * gdb.base/break-main-file-remove-fail.c: New file.
15084 * gdb.base/break-main-file-remove-fail.exp: New file.
15085 * gdb.base/break-unload-file.exp: Use build_executable instead of
15086 prepare_for_testing.
15087 (test_break): New parameter "initial_load". Handle it.
15088 (top level): Add initial_load cmdline/file axis.
15089
f9579b99
TT
150902014-06-12 Tom Tromey <tromey@redhat.com>
15091
15092 * gdb.base/completion.exp: Don't use directory name in test.
15093
3657956b
GB
150942014-06-09 Gary Benson <gbenson@redhat.com>
15095
15096 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15097 separate the always-available ANSI-standard signals from the
15098 signals that require checking.
15099 (main): Likewise.
15100 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15101 Likewise.
15102 (main): Likewise.
15103
4186eb54
KS
151042014-06-07 Keith Seitz <keiths@redhat.com>
15105
15106 Revert:
15107 PR c++/16253
15108 * gdb.cp/var-tag.cc: New file.
15109 * gdb.cp/var-tag.exp: New file.
15110 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15111 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15112 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15113 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15114
25326a28 151152014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15116
15117 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15118
829155c9
PA
151192014-06-06 Pedro Alves <palves@redhat.com>
15120
15121 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15122 in target debug output instead of looking at RSP packets,
15123 disabling the test on any target that uses hardware stepping.
15124 Update comments.
15125
61c8d22e
PA
151262014-06-06 Pedro Alves <palves@redhat.com>
15127
15128 * gdb.base/break-unload-file.exp: Fix typo.
15129
d9a47287
YQ
151302014-06-06 Yao Qi <yao@codesourcery.com>
15131
15132 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15133 from "jit_function" to "^jit_function".
15134
e5e01dbf
YQ
151352014-06-06 Yao Qi <yao@codesourcery.com>
15136
15137 * gdb.base/async.c (foo): Add one statement.
15138 * gdb.base/async.exp: Get the next instruction address and
15139 match the output of "nexti" by instruction address. Match
15140 the hex address in the output of "finish".
15141
73ba372c
GB
151422014-06-06 Gary Benson <gbenson@redhat.com>
15143
15144 * gdb.base/call-signals.c: Remove preprocessor conditionals
15145 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15146 SIGSEGV and SIGTERM.
15147 * gdb.base/sigall.c: Likewise.
15148 * gdb.base/unwindonsignal.c: Likewise.
15149 * gdb.reverse/sigall-reverse.c: Likewise.
15150
831517df
YQ
151512014-06-06 Yao Qi <yao@codesourcery.com>
15152
15153 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15154 readable, skip the test.
15155
b8b91e98
YQ
151562014-06-06 Yao Qi <yao@codesourcery.com>
15157
15158 * gdb.threads/staticthreads.c (thread_function): Move the line
15159 setting breakpoint on forward.
15160 * gdb.threads/staticthreads.exp: Update comments.
15161
fb934770
LC
151622014-06-05 Ludovic Courtès <ludo@gnu.org>
15163
15164 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15165 "history-append! type error".
15166
6ef284bd
SM
151672014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15168
15169 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15170 erroneous dprintf expected input.
15171
a872e241
DE
151722014-06-04 Doug Evans <xdje42@gmail.com>
15173
15174 * gdb.guile/scm-generics.exp: Delete.
15175
16f691fb
DE
151762014-06-04 Doug Evans <xdje42@gmail.com>
15177
15178 * gdb.guile/scm-breakpoint.exp: Update.
15179 Add tests for breakpoint registration.
15180
012370f6
TT
151812014-06-04 Tom Tromey <tromey@redhat.com>
15182
15183 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15184 VLA-in-union.
15185 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15186 inner_vla_struct, vla_union types. Initialize objects of those
15187 types and compute their sizes.
15188
9f5a4cef
HZ
151892014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15190 Hui Zhu <hui@codesourcery.com>
15191
15192 * gdb.base/fileio.exp: Add test for shell not available as well as
15193 available.
15194 * gdb.base/fileio.c (test_system): Check for shell twice.
15195
90a45c4d
YQ
151962014-06-04 Yao Qi <yao@codesourcery.com>
15197
15198 * gdb.base/auto-connect-native-target.exp: Remove redundant
15199 space from the regexp pattern.
15200
70017e41
YQ
152012014-06-04 Yao Qi <yao@codesourcery.com>
15202
15203 * gdb.base/default.exp: Replace "child" with "native" in
15204 regexp pattern.
15205
883964a7
SC
152062014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15207
15208 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15209 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15210 * gdb.python/py-xmethods.py: Python script supporting the
15211 new testcase and tests.
15212
ef370185
JB
152132014-06-03 Joel Brobecker <brobecker@adacore.com>
15214 Pedro Alves <palves@redhat.com>
15215
15216 PR breakpoints/17000
15217 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15218 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15219
1e2ccb61
BM
152202014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15221
15222 * gdb.base/subst.exp: Add tests to verify partial path matching
15223 output.
15224
c6ec5ab2
PA
152252014-06-03 Pedro Alves <palves@redhat.com>
15226
15227 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15228 target that doesn't use software single-stepping.
15229
835c559f
PA
152302014-06-03 Pedro Alves <palves@redhat.com>
15231
15232 PR breakpoints/17000
15233 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15234 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15235
06eb1586
DE
152362014-06-02 Doug Evans <xdje42@gmail.com>
15237
15238 * gdb.guile/scm-parameter.exp: New file.
15239
e698b8c4
DE
152402014-06-02 Doug Evans <xdje42@gmail.com>
15241
15242 * gdb.guile/scm-cmd.c: New file.
15243 * gdb.guile/scm-cmd.exp: New file.
15244
ded03782
DE
152452014-06-02 Doug Evans <xdje42@gmail.com>
15246
15247 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15248 pretty-printer lookup.
15249 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15250 (make-pp_s-printer): Call it.
15251 (make-pretty-printer-from-dict): New function.
15252 (lookup-pretty-printer-maker-from-dict): New function.
15253 (*pretty-printer*): Simplify.
15254 (make-objfile-pp_s-printer): New function.
15255 (install-objfile-pretty-printers!): New function.
15256 (make-progspace-pp_s-printer): New function.
15257 (install-progspace-pretty-printers!): New function.
15258 * gdb.guile/scm-progspace.c: New file.
15259 * gdb.guile/scm-progspace.exp: New file.
15260
41fac0cf
PA
152612014-06-02 Pedro Alves <palves@redhat.com>
15262
15263 * gdb.base/dprintf-bp-same-addr.c: New file.
15264 * gdb.base/dprintf-bp-same-addr.exp: New file.
15265
96ae5695
EBM
152662014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15267
15268 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15269 * gdb.arch/powerpc-power.s: Likewise.
15270
da02b3a8
JB
152712014-06-02 Joel Brobecker <brobecker@adacore.com>
15272
15273 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15274
c72b2e7b
YQ
152752014-06-01 Yao Qi <yao@codesourcery.com>
15276
15277 * gdb.base/watchpoint.exp (test_watch_location): Check null
15278 pointer can be dereferenced. If not, do the test, otherwise
15279 skip it.
15280
53e8a631
AB
152812014-05-30 Andrew Burgess <aburgess@broadcom.com>
15282
15283 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15284 results.
15285 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15286
938f0e2f
AB
152872014-05-30 Andrew Burgess <aburgess@broadcom.com>
15288
15289 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15290 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15291 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15292 * gdb.arch/amd64-invalid-stack-top.c: New file.
15293 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15294
9ba6657a
PA
152952014-05-30 Pedro Alves <palves@redhat.com>
15296
15297 PR breakpoints/17000
15298 * gdb.base/sss-bp-on-user-bp.c: New file.
15299 * gdb.base/sss-bp-on-user-bp.exp: New file.
15300
522c09bf
DB
153012014-05-30 David Blaikie <dblaikie@gmail.com>
15302
15303 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15304 gnu_inline semantics via attribute.
15305 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15306 source explicitly specifies the required semantics.
15307
bf4ef81e
MR
153082014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15309
15310 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15311
329ea579
PA
153122014-05-29 Pedro Alves <palves@redhat.com>
15313 Tom Tromey <tromey@redhat.com>
15314
15315 * gdb.base/async-shell.exp: Don't enable target-async.
15316 * gdb.base/async.exp
15317 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15318 parameter. Adjust.
15319 (top level): Don't test with "target-async".
15320 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15321 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15322 * gdb.base/inferior-died.exp: Don't enable target-async.
15323 * gdb.base/interrupt-noterm.exp: Likewise.
15324 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15325 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15326 * gdb.mi/mi-nonstop.exp: Likewise.
15327 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15328 * gdb.mi/mi-nsintrall.exp: Likewise.
15329 * gdb.mi/mi-nsmoribund.exp: Likewise.
15330 * gdb.mi/mi-nsthrexec.exp: Likewise.
15331 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15332 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15333 * gdb.python/py-evsignal.exp: Don't enable target-async.
15334 * gdb.python/py-evthreads.exp: Likewise.
15335 * gdb.python/py-prompt.exp: Likewise.
15336 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15337 * gdb.server/solib-list.exp: Don't enable target-async.
15338 * gdb.threads/thread-specific-bp.exp: Likewise.
15339 * lib/mi-support.exp: Adjust to use mi-async.
15340
fd664c91
PA
153412014-05-29 Pedro Alves <palves@redhat.com>
15342
15343 PR gdb/13860
15344 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15345 reason, even in sync mode.
15346
251bde03
PA
153472014-05-29 Pedro Alves <palves@redhat.com>
15348 Hui Zhu <hui@codesourcery.com>
15349
15350 PR PR15693
15351 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15352 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15353 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15354 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15355
7f3c0343
JB
153562014-05-28 Joel Brobecker <brobecker@adacore.com>
15357
15358 * config/monitor.exp (gdb_target_monitor): Replace use of
15359 "set remotebaud" by "set serial baud".
15360
b2715b27
AW
153612014-05-26 Andy Wingo <wingo@igalia.com>
15362
15363 * gdb.guile/scm-breakpoint.exp:
15364 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15365 properties instead of gdb-object-properties.
15366
498a4489
YQ
153672014-05-26 Yao Qi <yao@codesourcery.com>
15368
15369 * gdb.server/no-thread-db.exp: Specify source file name
15370 explicitly when setting a breakpoint.
15371
589fdceb
MM
153722014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15373
15374 * gdb.btrace/vdso.c: New.
15375 * gdb.btrace/vdso.exp: New.
15376
e9089e05
MM
153772014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15378
15379 * gdb.base/gcore.exp (capture_command_output): Move ...
15380 * lib/gdb.exp (capture_command_output): ... here.
15381
67b5c0c1
MM
153822014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15383
15384 * gdb.btrace/data.exp: Test memory access during btrace replay.
15385
a2199296
SM
153862014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15387
15388 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15389
17b2616c
PA
153902014-05-21 Pedro Alves <palves@redhat.com>
15391
15392 PR gdb/13860
15393 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15394 (top level): Test that output related to execution commands is
15395 sent to the console with CLI commands, but not with MI commands.
15396 Test that breakpoint events are always mirrored to the console.
15397 Also expect the new source line to be output after a "next" in
15398 async mode too. Make it a pass/fail test.
15399 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15400 output.
15401 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15402
5166082f
PA
154032014-05-21 Pedro Alves <palves@redhat.com>
15404
15405 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15406 Use them to test variations of "list" after reaching a breakpoint.
15407 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15408 Test "list" with listsize 10 after reaching a breakpoint.
15409 * gdb.python/python.exp (decode_line current location line
15410 number): Adjust expected line number.
15411
2f25d70f
SM
154122014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15413
15414 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15415 behavior for $args, pass it directly to "run".
15416
ff604a67
MR
154172014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15418
15419 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15420 30000 to 65536.
15421
6a3cb8e8
PA
154222014-05-21 Pedro Alves <palves@redhat.com>
15423
15424 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15425 auto-connect-native-target off".
15426 * gdb.base/auto-connect-native-target.c: New file.
15427 * gdb.base/auto-connect-native-target.exp: New file.
15428
4ebfc96e
PA
154292014-05-21 Pedro Alves <palves@redhat.com>
15430
15431 * gdb.base/default.exp: Test "target native" instead of "target
15432 child".
15433
36d46afb
MW
154342014-05-21 Mark Wielaard <mjw@redhat.com>
15435
15436 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15437
5876f503
JK
154382014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15439
15440 Fix TLS access for -static -pthread.
15441 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15442 <HAVE_TLS> (thread_function, main): Initialize it.
15443 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15444 Add clean_restart.
15445 <$have_tls != "">: Check TLSVAR.
15446
0256a6ac
PA
154472014-05-21 Pedro Alves <palves@redhat.com>
15448
15449 * gdb.base/dcache-line-read-error.c: New.
15450 * gdb.base/dcache-line-read-error.exp: New.
15451
936d2992
PA
154522014-05-20 Pedro Alves <palves@redhat.com>
15453
15454 * gdb.base/compare-sections.c: New file.
15455 * gdb.base/compare-sections.exp: New file.
15456
802e8e6d
PA
154572014-05-20 Pedro Alves <palves@redhat.com>
15458
15459 * gdb.base/break-idempotent.c: New file.
15460 * gdb.base/break-idempotent.exp: New file.
15461
e59fa00f
MM
154622014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15463
15464 * gdb.btrace/nohist.exp: New.
15465
8b696e31
YQ
154662014-05-20 Yao Qi <yao@codesourcery.com>
15467
15468 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15469 gdb.reverse directory and gdb_reverse_timeout exists in board
15470 setting.
15471 * README: Document gdb_reverse_timeout.
15472
73c9764f
YQ
154732014-05-20 Yao Qi <yao@codesourcery.com>
15474
15475 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15476 'test_file_name'. Treat args as a string instead of a list.
15477 (gdb_init): Rename argument 'args' by 'test_file_name'.
15478
f1f4348a
JK
154792014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15480
15481 * gdb.arch/powerpc-power.exp: New file.
15482 * gdb.arch/powerpc-power.s: New file.
15483
0dbe70ce
DE
154842014-05-16 Doug Evans <dje@google.com>
15485
15486 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15487 * gdb.base/completion.exp: Check that all expected files exist
15488 before doing file completion.
0dbe70ce 15489
8d551b02
DE
154902014-05-16 Doug Evans <dje@google.com>
15491
15492 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15493 Update.
15494 (do_syscall_tests_without_xml): Update.
15495
73eb7709
PA
154962014-05-16 Pedro Alves <palves@redhat.com>
15497
15498 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15499 instead of "unknown output after running".
15500
3fae92fc
YQ
155012014-05-16 Yao Qi <yao@codesourcery.com>
15502
15503 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15504 file1.txt from host at the end.
15505 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15506
c2b2ccc5
DE
155072014-05-15 Doug Evans <dje@google.com>
15508
15509 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15510 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15511 loading file. Add test for TU lookup.
15512
8c217a4b
SM
155132014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15514
15515 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15516 calling "-exec-arguments" or "set args" before running the
15517 inferior.
15518
3deb39c6
SM
155192014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15520
15521 * lib/mi-support.exp (mi_expect_stop): Expect message for
15522 inferiors that exit with non-zero exit code.
15523
71a79f8c
YQ
155242014-05-14 Yao Qi <yao@codesourcery.com>
15525
15526 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15527 match absolute path on remote host.
15528 (test_file_list_exec_source_files): Remove "/" from the
15529 pattern.
15530
f23fcd46
YQ
155312014-05-14 Yao Qi <yao@codesourcery.com>
15532
15533 * boards/local-remote-host-notty.exp (${board}_file): New
15534 proc.
15535
9404b58f
KM
155362014-05-07 Kyle McMartin <kyle@redhat.com>
15537
15538 Pushed by Joel Brobecker <brobecker@adacore.com>.
15539 * gdb.arch/aarch64-atomic-inst.c: New file.
15540 * gdb.arch/aarch64-atomic-inst.exp: New file.
15541
5e45f04c
YQ
155422014-05-07 Yao Qi <yao@codesourcery.com>
15543
15544 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15545 in current context" too.
15546
c888a17d
KS
155472014-05-05 Keith Seitz <keiths@redhat.com>
15548
15549 * gdb.linespec/ls-dollar.exp: Add test for linespec
15550 file:convenience_variable.
15551
290a839c
YQ
155522014-05-05 Yao Qi <yao@codesourcery.com>
15553
15554 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15555 traceframes into tfile and ctf trace files. Read data from
15556 trace file and test collected data.
15557 (gdb_collect_locals_test): Likewise.
15558 (gdb_unavailable_registers_test): Likewise.
15559 (gdb_unavailable_floats): Likewise.
15560 (gdb_collect_globals_test): Likewise.
15561 (top-level): Append "ctf" to trace_file_targets if GDB
15562 supports.
15563
b5262cd0
YQ
155642014-05-05 Yao Qi <yao@codesourcery.com>
15565
15566 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15567 code to ...
15568 (gdb_collect_args_test_1): ... it. New proc.
15569 (gdb_collect_locals_test): Move some code to ...
15570 (gdb_collect_locals_test_1): ... it. New proc.
15571 (gdb_unavailable_registers_test): Move some code to ...
15572 (gdb_unavailable_registers_test_1): ... it. New proc.
15573 (gdb_unavailable_floats): Move some code to ...
15574 (gdb_unavailable_floats_1): ... it. New proc.
15575
30a1e6cc
SDJ
155762014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15577
15578 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15579 probes to test for bitness recognition.
15580 * gdb.arch/amd64-stap-optional-prefix.exp
15581 (test_probe_value_without_reg): New procedure.
15582 Add code to test for different kinds of bitness.
15583
f33da99a
SDJ
155842014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15585
15586 PR breakpoints/16889
15587 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15588 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15589
5b80f00d
PA
155902014-05-01 Pedro Alves <palves@redhat.com>
15591
15592 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15593 gdb_file_cmd if no file is specified.
15594 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15595 last_loaded_file to set the remote exec-file.
15596
f8c2a73c
PA
155972014-05-01 Pedro Alves <palves@redhat.com>
15598
15599 * boards/local-remote-host.exp: New file.
15600
be6e8ac7
PA
156012014-05-01 Pedro Alves <palves@redhat.com>
15602
15603 * boards/local-remote-host.exp: Rename to ...
15604 * boards/local-remote-host-notty.exp: ... this.
15605
cac0dc8f
JB
156062014-04-28 Joel Brobecker <brobecker@adacore.com>
15607
15608 * gdb.ada/dyn_arrayidx: New testcase.
15609
9730e6cc
YQ
156102014-04-26 Yao Qi <yao@codesourcery.com>
15611
15612 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15613 and compute the length of function main. Save it in
15614 $main_length.
15615 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15616 (top-level): Use gdb_compile to compile objects into
15617 executable and restart GDB. Remove invocation to
15618 prepare_for_testing.
15619
7ae1a6a6
PA
156202014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15621 Pedro Alves <palves@redhat.com>
15622
15623 PR server/16255
15624 * gdb.multi/multi-attach.c: New file.
15625 * gdb.multi/multi-attach.exp: New file.
15626
4082afcc
PA
156272014-04-25 Pedro Alves <palves@redhat.com>
15628
15629 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15630 user.
15631 (top level): Test that "set remote conditional-breakpoints-packet
15632 off" works as intended.
15633 * gdb.base/dprintf.exp: Test that "set remote
15634 breakpoint-commands-packet off" works as intended.
15635 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15636 New function.
15637 (top level): Call it.
15638 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15639 remote fast-tracepoints-packet off" works as intended.
15640 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15641 * lib/gdb.exp (gdb_is_target_remote): ... here.
15642
2abc3f8d
DB
156432014-04-24 David Blaikie <dblaikie@gmail.com>
15644
15645 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15646 ensure clang would not discard them.
15647 * gdb.base/gdbvars.c: Ditto.
15648 * gdb.base/memattr.c: Ditto.
15649 * gdb.base/whatis.c: Ditto.
15650 * gdb.python/py-prettyprint.c: Ditto.
15651 * gdb.trace/actions.c: Ditto.
15652 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15653 ensure clang would not discard it.
15654
bfd39632
DB
156552014-04-24 David Blaikie <dblaikie@gmail.com>
15656
15657 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15658 clang to emit the full definition of type required by the test
15659 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15660
22842ff6
DB
156612014-04-24 David Blaikie <dblaikie@gmail.com>
15662
15663 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15664 coax Clang into emitting the definition of the type.
15665 * gdb.cp/pr10728-x.h (y): Ditto.
15666 * gdb.cp/pr10728-y.cc (y): Ditto.
15667
c2e827ad
DB
156682014-04-24 David Blaikie <dblaikie@gmail.com>
15669
15670 * gdb.base/label.exp: XFAIL label related tests under Clang.
15671 * gdb.cp/cplabel.exp: Ditto.
15672 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15673 under Clang those using labels.
15674
4c2d33e7
YQ
156752014-04-25 Yao Qi <yao@codesourcery.com>
15676
15677 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15678 double_label.
15679 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15680 partial_label and double_label.
15681
56083b99
DB
156822014-04-24 David Blaikie <dblaikie@gmail.com>
15683
15684 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15685
25d4e99d
DB
156862014-04-24 David Blaikie <dblaikie@gmail.com>
15687
15688 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15689 of the function to work across GCC and Clang.
15690 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15691 pointer types (const void ** const V void **).
15692
01f9f808
MS
156932014-04-24 Michael Sturm <michael.sturm@mintel.com>
15694 Walfred Tedeschi <walfred.tedeschi@intel.com>
15695
15696 * Makefile.in (EXECUTABLES): Added i386-avx512.
15697 * gdb.arch/i386-avx512.c: New file.
15698 * gdb.arch/i386-avx512.exp: Likewise.
15699
4b48d439
KS
157002014-04-23 Keith Seitz <keiths@redhat.com>
15701
15702 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15703 (mi_make_breakpoint_table): New procedure.
15704 (mi_create_breakpoint): Use mi_make_breakpoint
15705 and return the result.
15706 (mi_make_breakpoint): New procedure.
15707 (mi_build_kv_pairs): New procedure.
15708
15709 * gdb.mi/mi-break.exp: Remove unused globals,
15710 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15711 All callers updated.
15712 * gdb.mi/mi-dprintf.exp: Use variable to track command
15713 number.
15714 Update all callers of mi_create_breakpoint and use
15715 mi_make_breakpoint_table.
15716 Remove any unused global variables.
15717 * gdb.mi/mi-nonstop.exp: Likewise.
15718 * gdb.mi/mi-nsintrall.exp: Likewise.
15719 * gdb.mi/mi-nsmoribund.exp: Likewise.
15720 * gdb.mi/mi-nsthrexec.exp: Likewise.
15721 * gdb.mi/mi-reverse.exp: Likewise.
15722 * gdb.mi/mi-simplerun.exp: Likewise.
15723 * gdb.mi/mi-stepn.exp: Likewise.
15724 * gdb.mi/mi-syn-frame.exp: Likewise.
15725 * gdb.mi/mi-until.exp: Likewise.
15726 * gdb.mi/mi-var-cp.exp: Likewise.
15727 * gdb.mi/mi-var-display.exp: Likewise.
15728 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15729 * gdb.mi/mi2-var-child.exp: Likewise.
15730 * gdb.mi/mi-vla-c99.exp: Likewise.
15731 * lib/mi-support.exp: Likewise.
15732
15733 From Ian Lance Taylor <iant@cygnus.com>:
15734 * lib/gdb.exp (parse_args): New procedure.
15735
08351840
PA
157362014-04-23 Pedro Alves <palves@redhat.com>
15737
15738 * gdb.base/break-unload-file.c: New file.
15739 * gdb.base/break-unload-file.exp: New file.
15740 * gdb.base/sym-file-lib.c (baz): New function.
15741 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15742 field.
15743 (load): Store the segment's mapped size.
15744 (unload): New function.
15745 (unload_shlib): New function.
15746 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15747 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15748 set a breakpoint at baz, and call it.
15749 * gdb.base/sym-file.exp: New tests for stale breakpoint
15750 instructions.
15751
076855f9
PA
157522014-04-23 Pedro Alves <palves@redhat.com>
15753
15754 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15755 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15756 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15757 * gdb.base/hbreak-unmapped.c: New file.
15758 * gdb.base/hbreak-unmapped.exp: New file.
15759 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15760 * lib/gdb.exp (gdb_is_target_remote): ... here.
15761
483805cf
PA
157622014-04-22 Pedro Alves <palves@redhat.com>
15763
15764 * gdb.base/consecutive-step-over.c: New file.
15765 * gdb.base/consecutive-step-over.exp: New file.
15766
06d97543
PA
157672014-04-22 Pedro Alves <palves@redhat.com>
15768
15769 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15770 instead of send_gdb/gdb_expect.
15771
b4429ea2
YQ
157722014-04-22 Yao Qi <yao@codesourcery.com>
15773
15774 * lib/trace-support.exp (generate_tracefile): New procedure.
15775 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15776 return 0.
15777 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15778 if generate_tracefile returns 1.
15779
51d48146
PA
157802014-04-18 Tom Tromey <palves@redhat.com>
15781 Pedro alves <tromey@redhat.com>
15782
15783 PR backtrace/15558
15784 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15785 with a backtrace limit.
15786 * gdb.python/py-frame-inline.exp: Test running to an inline
15787 function with a backtrace limit, and printing the newest frame.
15788 * gdb.python/py-frame-inline.c (main): Call f.
15789
bd1dce5f
MS
157902014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15791
15792 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15793
40d1a503
MS
157942014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15795
15796 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15797 Drop prefix from unsupported source file path.
15798
389b98f7
YQ
157992014-04-17 Yao Qi <yao@codesourcery.com>
15800
15801 * lib/gdb.exp (with_target_charset): New proc.
15802 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15803 with_target_charset.
15804 (test_print_strings): Likewise.
15805 (test_repeat_bytes): Likewise.
15806 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15807 for some tests.
15808
22869d73
KS
158092014-04-16 Keith Seitz <keiths@redhat.com>
15810
15811 PR gdb/15827
15812 * gdb.dwarf2/corrupt.c: New file.
15813 * gdb.dwarf2/corrupt.exp: New file.
15814
c4f87ca6
KS
158152014-04-16 Keith Seitz <keiths@redhat.com>
15816
15817 PR c++/16597
15818 * gdb.cp/namelessclass.cc: New file.
15819 * gdb.cp/namelessclass.exp: New file.
15820 * gdb.cp/namelessclass.S: New file.
15821
ab19de87
DE
158222014-04-16 Doug Evans <dje@google.com>
15823
15824 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15825 Add comment.
15826 (gdbserver_default_get_comm_port): New function.
15827 (gdbserver_start): Check if board file provided
15828 "gdbserver,get_comm_port" and use it if so.
15829 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15830 (gdb,socketport): Set to "stdio".
15831 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15832 (stdio_gdbserver_template): Delete.
15833 (${board}_get_remote_address): Update.
15834 (${board}_build_remote_cmd): Delete.
15835 (${board}_get_comm_port): New function.
15836 (${board}_spawn): Update.
15837 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15838 Delete.
15839 (${board}_get_remote_address): Update.
15840 (${board}_get_comm_port): New function.
15841
fc98a809
AB
158422014-04-16 Andrew Burgess <aburgess@broadcom.com>
15843
15844 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15845 appearing in any order.
15846
87fd9e6e
DE
158472014-04-15 Doug Evans <dje@google.com>
15848
15849 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15850 uninitialized value of "description".
15851
099fc3ea
KS
158522014-04-15 Keith Seitz <keiths@redhat.com>
15853
15854 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15855 Remove unused globals.
15856 (test_running_the_program): Likewise.
15857 (test_controlled_execution): Likewise.
15858 (test_controlling_breakpoints): Likewise.
15859 (test_program_termination): Likewise.
15860
5da151d4
KS
158612014-04-15 Keith Seitz <keiths@redhat.com>
15862
15863 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15864 unused globals.
15865 (test_rbreak_creation_and_listing): Likewise.
15866 (test_ignore_count): Likewise.
15867 (test_error): Likewise.
15868
35e5d2f0
PA
158692014-04-15 Pedro Alves <palves@redhat.com>
15870
15871 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15872 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15873 sym-file-loader.c.
15874 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15875 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15876 to sym-file-loader.c.
15877 (struct library): Forward declare.
15878 (load_shlib, lookup_function): Change prototypes.
15879 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15880 (translate_offset): Remove declarations.
15881 (get_text_addr): New declaration.
15882 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15883 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15884 sym-file-loader.h.
15885 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15886 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15887 here from sym-file-loader.h.
15888 (struct library): New structure.
15889 (load_shlib, lookup_function): Change prototypes and adjust to
15890 work with a struct library.
15891 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15892 (translate_offset): Make static.
15893 (get_text_addr): New function.
15894 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15895
eb4c1710
PA
158962014-04-15 Pedro Alves <palves@redhat.com>
15897
15898 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15899
2d1baf52
PA
159002014-04-15 Pedro Alves <palves@redhat.com>
15901
15902 * gdb.base/sym-file-loader.c: Include <limits.h>.
15903 (SELF_LINK): New define.
15904 (get_origin): New function.
15905 (load_shlib): Use it.
15906 * gdb.base/sym-file.exp: Don't early return if the target is
15907 remote. Use runto_main, and issue fail is that fails. Use
15908 gdb_load_shlibs.
15909 (shlib_name): Delete.
15910 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15911
7dd6df01
PA
159122014-04-15 Pedro Alves <palves@redhat.com>
15913
15914 * gdb.base/sym-file.exp: Remove regex characters from test
15915 message. Don't refer to breakpoint numbers in test messages.
15916
b50c8614
KS
159172014-04-14 Keith Seitz <keiths@redhat.com>
15918
15919 PR c++/16253
15920 * gdb.cp/var-tag.cc: New file.
15921 * gdb.cp/var-tag.exp: New file.
15922 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15923 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15924 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15925 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15926
3d567982
TT
159272014-04-14 Tom Tromey <tromey@redhat.com>
15928
15929 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15930 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15931 type.
15932 * gdb.cp/enum-class.exp: New file.
15933 * gdb.cp/enum-class.cc: New file.
15934
0626fc76
TT
159352014-04-14 Tom Tromey <tromey@redhat.com>
15936
15937 * gdb.dwarf2/enum-type.exp: New file.
15938
dca325b3
SA
159392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15940
15941 * gdb.mi/mi-vla-c99.exp: New file.
15942 * gdb.mi/vla.c: New file.
15943
5854b38a
SA
159442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15945
15946 * gdb.base/vla-datatypes.c: New file.
15947 * gdb.base/vla-datatypes.exp: New file.
15948
463bb957
SA
159492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15950
15951 * gdb.base/vla-ptr.c: New file.
15952 * gdb.base/vla-ptr.exp: New file.
15953
3dd170be
SA
159542014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15955
15956 * gdb.dwarf2/count.exp: New file.
15957
5ecaaa66
SA
159582014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15959
15960 * gdb.base/vla-sideeffect.c: New file.
15961 * gdb.base/vla-sideeffect.exp: New file.
15962
41f1ada5
DB
159632014-04-14 David Blaikie <dblaikie@gmail.com>
15964
15965 * gdb.mi/non-stop.c: Add return value for non-void function return
15966 statement.
15967 * gdb.threads/staticthreads.c: Ditto.
15968
0be03e84
DE
159692014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15970 Doug Evans <xdje42@gmail.com>
15971
15972 * gdb.guile/scm-value.c: Improve test case.
15973 * gdb.guile/scm-value.exp: Add new test.
15974
f180a1fb
DB
159752014-04-11 David Blaikie <dblaikie@gmail.com>
15976
15977 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15978 override Clang's default.
15979
6b662e19
JB
159802014-04-11 Joel Brobecker <brobecker@adacore.com>
15981
15982 Revert the following changes (regressions):
15983
15984 * gdb.base/vla-sideeffect.c: New file.
15985 * gdb.base/vla-sideeffect.exp: New file.
15986
15987 * gdb.dwarf2/count.exp: New file.
15988
15989 * gdb.base/vla-multi.c: New file.
15990 * gdb.base/vla-multi.exp: New file.
15991
15992 * gdb.base/vla-ptr.c: New file.
15993 * gdb.base/vla-ptr.exp: New file.
15994
15995 * gdb.base/vla-datatypes.c: New file.
15996 * gdb.base/vla-datatypes.exp: New file.
15997
15998 * gdb.mi/mi-vla-c99.exp: New file.
15999 * gdb.mi/vla.c: New file.
16000
245a5f0b
KS
160012014-04-11 Keith Seitz <keiths@redhat.com>
16002
16003 PR c++/16675
16004 * gdb.cp/cpsizeof.exp: New file.
16005 * gdb.cp/cpsizeof.cc: New file.
16006
58a84dcf
SA
160072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16008
191a8a90
JB
16009 * gdb.mi/mi-vla-c99.exp: New file.
16010 * gdb.mi/vla.c: New file.
58a84dcf 16011
c8655f75
SA
160122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16013
16014 * gdb.base/vla-datatypes.c: New file.
16015 * gdb.base/vla-datatypes.exp: New file.
16016
024e13b4
SA
160172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16018
16019 * gdb.base/vla-ptr.c: New file.
16020 * gdb.base/vla-ptr.exp: New file.
16021
1a237e0e
SA
160222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16023
16024 * gdb.base/vla-multi.c: New file.
16025 * gdb.base/vla-multi.exp: New file.
16026
504f3432
SA
160272014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16028
16029 * gdb.dwarf2/count.exp: New file.
16030
3bce8237
SA
160312014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16032
191a8a90
JB
16033 * gdb.base/vla-sideeffect.c: New file.
16034 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16035
322f9c21
YQ
160362014-04-11 Yao Qi <yao@codesourcery.com>
16037
16038 * gdb.base/completion.exp: Check file exists before running tests
16039 on file completion.
16040
d708bcd1
PA
160412014-04-10 Pedro Alves <palves@redhat.com>
16042
16043 * gdb.base/cond-eval-mode.c: New file.
16044 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16045 prepare_for_testing to build the new file. Check result of
16046 runto_main.
16047 (test_break, test_watch): New procedures.
16048 (top level): Use them.
16049
ae1d2761
PM
160502014-04-08 Pierre Muller <muller@sourceware.org>
16051
16052 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16053 Ctrl-V use for mingw hosts.
16054
7af389b8
SC
160552014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16056
16057 * gdb.python/py-value.c: Improve test case.
16058 * gdb.python/py-value.exp: Add new test.
16059
5e703181
DE
160602014-04-07 David Blaikie <dblaikie@gmail.com>
16061
16062 * lib/compiler.c: Identify the clang compiler.
16063 * lib/compiler.cc: Ditto.
16064
9810b410
YQ
160652014-04-03 Yao Qi <yao@codesourcery.com>
16066
16067 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16068
98d1b8dc
AB
160692014-04-01 Anton Blanchard <anton@samba.org>
16070
16071 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16072 messages unique.
16073
3114cea1
AB
160742014-04-01 Anton Blanchard <anton@samba.org>
16075
16076 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16077 prepare_for_testing.
16078
62f7182c
AB
160792014-04-01 Anton Blanchard <anton@samba.org>
16080
16081 * gdb.arch/ppc64-atomic-inst.c: Remove.
16082 * gdb.arch/ppc64-atomic-inst.S: New file.
16083 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16084
770e7fc7
DE
160852014-03-31 Doug Evans <dje@google.com>
16086
16087 * gdb.base/print-symbol-loading-lib.c: New file.
16088 * gdb.base/print-symbol-loading-main.c: New file.
16089 * gdb.base/print-symbol-loading.exp: New file.
16090
46e2bafa
YQ
160912014-03-31 Yao Qi <yao@codesourcery.com>
16092
16093 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16094
8776cfe9
JB
160952014-03-28 Joel Brobecker <brobecker@adacore.com>
16096
16097 * gdb.ada/mi_dyn_arr: New testcase.
16098
5d1ef361
DE
160992014-03-27 Doug Evans <dje@google.com>
16100
16101 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16102
b5bee914
YQ
161032014-03-27 Yao Qi <yao@codesourcery.com>
16104
16105 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16106 if target is nios2-*-*.
16107
0d4d0e77
YQ
161082014-03-26 Yao Qi <yao@codesourcery.com>
16109
16110 * lib/gdb.exp (readline_is_used): New proc.
16111 * gdb.base/completion.exp: Move tests on command complete up.
16112 Skip the rest of tests if readline is not used.
16113 * gdb.ada/complete.exp: Skp the test if readline is not
16114 used.
16115 * gdb.base/filesym.exp: Likewise.
16116 * gdb.base/macscp.exp: Likewise.
16117 * gdb.base/readline-ask.exp: Likewise.
16118 * gdb.base/readline.exp: Likewise.
16119 * gdb.python/py-cmd.exp: Likewise.
16120 * gdb.trace/tfile.exp: Likewise.
16121
29361eee
YQ
161222014-03-26 Yao Qi <yao@codesourcery.com>
16123
16124 * gdb.base/macscp.exp: Fix code format issues.
16125
bc9a5525
UW
161262014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16127
16128 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16129 * gdb.asm/powerpc64le.inc: New file.
16130
d3839ede
PA
161312014-03-25 Pedro Alves <palves@redhat.com>
16132 Doug Evans <dje@google.com>
16133
16134 * gdb.base/source-execution.c: New file.
16135 * gdb.base/source-execution.exp: New file.
16136 * gdb.base/source-execution.gdb: New file.
16137
01672a57
DE
161382014-03-24 Doug Evans <dje@google.com>
16139
16140 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16141 using fission.
16142
88bbeca9
HZ
161432014-03-24 Hui Zhu <hui@codesourcery.com>
16144 Pedro Alves <palves@redhat.com>
16145
16146 PR breakpoints/16101
16147 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16148 test pass/fail messages. Detect missing support for dprintf when
16149 breakpoints are actually inserted.
16150 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16151 breakpoints are actually inserted.
16152 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16153 fails.
16154
d2348791
JK
161552014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16156
16157 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16158
feef67ab
DE
161592014-03-22 Doug Evans <xdje42@gmail.com>
16160
16161 * gdb.python/python.exp (python not supported): Verify multi-line
16162 python command issues an error.
25d743f9 16163 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16164 guile command issues an error.
feef67ab 16165
ecebef6a
MR
161662014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16167
16168 * gdb.threads/thread-specific.exp: Handle the lack of usable
16169 $this_breakpoint and $this_thread.
16170
ccdd1909
HZ
161712014-03-21 Hui Zhu <hui@codesourcery.com>
16172
16173 * gdb.base/attach.exp (do_command_attach_tests): New.
16174
beb460e8
PA
161752014-03-20 Tom Tromey <tromey@redhat.com>
16176 Pedro Alves <palves@redhat.com>
16177
16178 PR cli/15718
16179 * gdb.base/condbreak-call-false.c: New file.
16180 * gdb.base/condbreak-call-false.exp: New file.
16181
40acf43a
PA
161822014-03-20 Pedro Alves <palves@redhat.com>
16183
16184 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16185 Delete.
16186 (block_signals, unblock_signals): Delete.
16187 (child_function_2, main): Remove references to deleted variable
16188 and functions.
16189
9f5e1e02
PA
161902014-03-20 Pedro Alves <palves@redhat.com>
16191
16192 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16193 Use pthread_kill to signal thread 2.
16194 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16195 Adjust to make the test send itself a signal rather than using the
16196 host's "kill" command.
16197
99619bea
PA
161982014-03-20 Pedro Alves <palves@redhat.com>
16199
16200 * gdb.threads/multiple-step-overs.c: New file.
16201 * gdb.threads/multiple-step-overs.exp: New file.
16202 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16203 Adjust expected infrun debug output.
16204
2adfaa28
PA
162052014-03-20 Pedro Alves <palves@redhat.com>
16206
16207 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16208 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16209
31e77af2
PA
162102014-03-20 Pedro Alves <palves@redhat.com>
16211
16212 PR breakpoints/7143
16213 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16214 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16215 of gdb_test_multiple.
16216 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16217 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16218
b9f437de
PA
162192014-03-20 Pedro Alves <palves@redhat.com>
16220
16221 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16222 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16223
05adc73e
PA
162242014-03-19 Pedro Alves <palves@redhat.com>
16225
16226 * gdb.base/async.exp: Remove early return.
16227
6048b950
PA
162282014-03-19 Pedro Alves <palves@redhat.com>
16229
16230 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16231
8bcfb00a
PA
162322014-03-19 Pedro Alves <palves@redhat.com>
16233
16234 * gdb.base/async.exp (test_background): Expect \r\n after
16235 "completed." in the fail pattern.
16236
884e37dc
PA
162372014-03-19 Pedro Alves <palves@redhat.com>
16238
16239 * gdb.base/async.exp (test_background): New procedure.
16240 Use it for all background execution command tests.
16241
148e57e2
PA
162422014-03-19 Pedro Alves <palves@redhat.com>
16243
16244 * gdb.base/async.exp: Use prepare_for_testing.
16245
f48088c7
PA
162462014-03-19 Pedro Alves <palves@redhat.com>
16247
16248 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16249 the same line.
16250
e2f6c966
PA
162512014-03-19 Pedro Alves <palves@redhat.com>
16252
16253 * gdb.base/async.c (main): Add "jump here" and "until here" line
16254 marker comments.
16255 * gdb.base/async.exp (jump_here): New global.
16256 (jump& test): Use it.
16257 (until_here): New global.
16258 (until& test): Use it.
16259
c30568d4
PA
162602014-03-19 Pedro Alves <palves@redhat.com>
16261
16262 * gdb.base/async.exp: Don't frob gdb_protocol.
16263
0172b6a7
DE
162642014-03-18 Doug Evans <xdje42@gmail.com>
16265
16266 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16267 Fix spelling of exec-done-display.
16268
06c868a8
JK
162692014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16270
16271 PR gdb/15358
16272 * gdb.base/gdb-sigterm.c: New file.
16273 * gdb.base/gdb-sigterm.exp: New file.
16274
0c7e1a46
PA
162752014-03-18 Pedro Alves <palves@redhat.com>
16276
16277 PR gdb/13860
16278 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16279 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16280 solib-event.
16281
f7c77d93
JB
162822014-03-17 Joel Brobecker <brobecker@adacore.com>
16283
16284 * gdb.ada/pckd_arr_ren: New testcase.
16285
5a1e8c7a
DE
162862014-03-13 Doug Evans <xdje42@gmail.com>
16287
16288 PR guile/16612
16289 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16290 collect after discarding symbols.
16291
350e1a76
DE
162922014-03-13 Ludovic Courtès <ludo@gnu.org>
16293 Doug Evans <xdje42@gmail.com>
16294
16295 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16296 to history survives a gc.
16297
a69900ae
PA
162982014-03-13 Pedro Alves <palves@redhat.com>
16299
16300 * gdb.base/default.exp: Don't test "target procfs".
16301
5db9f0bd
PA
163022014-03-13 Pedro Alves <palves@redhat.com>
16303
16304 * gdb.base/default.exp: Update "target child" and "target procfs"
16305 tests to not expect "Unix".
16306
b3ccfe11
TT
163072014-03-12 Tom Tromey <tromey@redhat.com>
16308
16309 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16310 New procs. Add target-async tests.
16311 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16312 Add target-async tests.
16313
646f4417
AA
163142014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16315
16316 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16317 'func_start' and 'func_end' for the beginning and end of the
16318 function code, respectively.
16319 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16320 'func_end' instead of 'func' and 'main'.
16321
288c211f
AA
163222014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16323
16324 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16325 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16326 generate the debug info assembler source.
16327
e0c0f156
AA
163282014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16329
16330 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16331 * gdb.dwarf2/arr-subrange.exp: Likewise.
16332 * gdb.dwarf2/dwz.exp: Likewise.
16333 * gdb.dwarf2/method-ptr.exp: Likewise.
16334 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16335 * gdb.dwarf2/subrange.exp: Likewise.
16336 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16337 * gdb.dwarf2/implptrpiece.exp: Likewise.
16338 * gdb.dwarf2/nostaticblock.exp: Likewise.
16339
0e5c4555
AA
163402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16341
16342 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16343 directory to absolute path name arguments.
16344
5ec18f2b
JG
163452014-03-10 Joel Brobecker <brobecker@adacore.com>
16346
16347 * gdb.ada/tagged_access: New testcase.
16348
847fc4f2
MM
163492014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16350
16351 * gdb.btrace/data.exp: Update expected output.
16352
cc3da688
YQ
163532014-03-06 Yao Qi <yao@codesourcery.com>
16354
16355 * gdb.trace/pr16508.exp: New file.
16356
0f26cec1
PA
163572014-03-05 Pedro Alves <palves@redhat.com>
16358
16359 PR gdb/16575
16360 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16361 procedure.
16362 (top level): Adjust to use it. Add tests that exercise breakpoint
16363 interaction with the code-cache.
16364
7a5a839f
LC
163652014-02-26 Ludovic Courtès <ludo@gnu.org>
16366
16367 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16368 test for 'history-append!'.
16369
31aa7e4e
JB
163702014-02-26 Joel Brobecker <brobecker@adacore.com>
16371
16372 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16373 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16374 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16375 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16376 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16377 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16378
1b588015
JB
163792014-02-26 Joel Brobecker <brobecker@adacore.com>
16380
16381 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16382 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16383 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16384
55426c9d
JB
163852014-02-26 Joel Brobecker <brobecker@adacore.com>
16386
16387 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16388
dc53a7ad
JB
163892014-02-26 Joel Brobecker <brobecker@adacore.com>
16390
16391 * gdb.dwarf2/arr-stride.c: New file.
16392 * gdb.dwarf2/arr-stride.exp: New file.
16393
12ab52e9
PA
163942014-02-26 Pedro Alves <palves@redhat.com>
16395
16396 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16397 that won't ever trigger. Make sure that GDB reports the correct
16398 breakpoint that caused the stop.
16399
849c862e
JK
164002014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16401
16402 PR gdb/16626
16403 * gdb.base/auto-load-script: New file.
16404 * gdb.base/auto-load.c: New file.
16405 * gdb.base/auto-load.exp: New file.
16406
71b7d793
JK
16407 PR gdb/16626
16408 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16409
e2f0d509
JK
164102014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16411
16412 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16413 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16414
50cc37c8
DE
164152014-02-24 Doug Evans <dje@google.com>
16416
16417 * lib/gdb.exp (run_on_host): Log error output if program fails.
16418
ea4758f2
PA
164192014-02-21 Pedro Alves <palves@redhat.com>
16420
16421 * gdb.threads/step-after-sr-lock.c: Rename to ...
16422 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16423 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16424 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16425 ... this.
16426
d7b30f67
SDJ
164272014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16428
16429 PR tdep/16397
16430 * gdb.arch/amd64-stap-special-operands.exp: New file.
16431 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16432 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16433 * gdb.arch/amd64-stap-triplet.S: Likewise.
16434 * gdb.arch/amd64-stap-triplet.c: Likewise.
16435
83deb43f
JB
164362014-02-20 Joel Brobecker <brobecker@adacore.com>
16437
16438 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16439 in .section pseudo-op.
16440
adde2bff
DE
164412014-02-20 lin zuojian <manjian2006@gmail.com>
16442 Joel Brobecker <brobecker@adacore.com>
16443 Doug Evans <xdje42@gmail.com>
16444
16445 PR symtab/16581
16446 * gdb.dwarf2/dw2-icycle.S: New file.
16447 * gdb.dwarf2/dw2-icycle.c: New file.
16448 * gdb.dwarf2/dw2-icycle.exp: New file.
16449
f7bd0f78
SC
164502014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16451
16452 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16453 operations on gdb.Value objects.
16454 * gdb.python/py-value-cc.exp: Add new test to test operations on
16455 gdb.Value objects.
16456
c17ef0d5
DE
164572014-02-18 Doug Evans <dje@google.com>
16458
16459 * Makefile.in (TESTS): New variable.
16460 (expanded_tests, expanded_tests_or_none): New variables
16461 (check-single): Pass $(expanded_tests_or_none) to runtest.
16462 (check-parallel): Only run tests in $(TESTS) if non-empty.
16463 (check/no-matching-tests-found): New rule.
16464 * README: Document TESTS makefile variable.
16465
5dd3176f
DE
164662014-02-18 Doug Evans <dje@google.com>
16467
16468 * Makefile.in (check-parallel): rm -rf outputs temp.
16469
0b10be4f
JK
164702014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16471
16472 Fix "ERROR: no fileid for" in the testsuite.
16473 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16474
85f224e7
DE
164752014-02-12 Doug Evans <dje@google.com>
16476
16477 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16478 (MISCELLANEOUS): New variable.
16479 (clean): rm -rf $(MISCELLANEOUS).
16480 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16481 dwp live in the same directory as symlinks, with each symlink pointed
16482 to a differently named file in a different directory.
16483
149b30ff
DE
164842014-02-11 Doug Evans <dje@google.com>
16485
16486 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16487 of Tcl file commands.
16488
1dfdac32
MK
164892014-02-10 Mark Kettenis <kettenis@gnu.org>
16490
16491 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16492 "kill -SIGUSR1 -1".
16493
aa4fb036
JB
164942014-02-10 Joel Brobecker <brobecker@adacore.com>
16495
16496 * gdb.ada/tick_length_array_enum_idx: New testcase.
16497
ed3ef339
DE
164982014-02-10 Doug Evans <xdje42@gmail.com>
16499
16500 * configure.ac (AC_OUTPUT): Add gdb.guile.
16501 * configure: Regenerate.
16502 * lib/gdb-guile.exp: New file.
16503 * lib/gdb.exp (get_target_charset): New function.
16504 * gdb.base/help.exp: Update expected output from "apropos apropos".
16505 * gdb.guile/Makefile.in: New file.
16506 * gdb.guile/guile.exp: New file.
16507 * gdb.guile/scm-arch.c: New file.
16508 * gdb.guile/scm-arch.exp: New file.
16509 * gdb.guile/scm-block.c: New file.
16510 * gdb.guile/scm-block.exp: New file.
16511 * gdb.guile/scm-breakpoint.c: New file.
16512 * gdb.guile/scm-breakpoint.exp: New file.
16513 * gdb.guile/scm-disasm.c: New file.
16514 * gdb.guile/scm-disasm.exp: New file.
16515 * gdb.guile/scm-equal.c: New file.
16516 * gdb.guile/scm-equal.exp: New file.
16517 * gdb.guile/scm-error.exp: New file.
16518 * gdb.guile/scm-error.scm: New file.
16519 * gdb.guile/scm-frame-args.c: New file.
16520 * gdb.guile/scm-frame-args.exp: New file.
16521 * gdb.guile/scm-frame-args.scm: New file.
16522 * gdb.guile/scm-frame-inline.c: New file.
16523 * gdb.guile/scm-frame-inline.exp: New file.
16524 * gdb.guile/scm-frame.c: New file.
16525 * gdb.guile/scm-frame.exp: New file.
16526 * gdb.guile/scm-generics.exp: New file.
16527 * gdb.guile/scm-gsmob.exp: New file.
16528 * gdb.guile/scm-iterator.c: New file.
16529 * gdb.guile/scm-iterator.exp: New file.
16530 * gdb.guile/scm-math.c: New file.
16531 * gdb.guile/scm-math.exp: New file.
16532 * gdb.guile/scm-objfile-script-gdb.in: New file.
16533 * gdb.guile/scm-objfile-script.c: New file.
16534 * gdb.guile/scm-objfile-script.exp: New file.
16535 * gdb.guile/scm-objfile.c: New file.
16536 * gdb.guile/scm-objfile.exp: New file.
16537 * gdb.guile/scm-ports.exp: New file.
16538 * gdb.guile/scm-pretty-print.c: New file.
16539 * gdb.guile/scm-pretty-print.exp: New file.
16540 * gdb.guile/scm-pretty-print.scm: New file.
16541 * gdb.guile/scm-section-script.c: New file.
16542 * gdb.guile/scm-section-script.exp: New file.
16543 * gdb.guile/scm-section-script.scm: New file.
16544 * gdb.guile/scm-symbol.c: New file.
16545 * gdb.guile/scm-symbol.exp: New file.
16546 * gdb.guile/scm-symtab-2.c: New file.
16547 * gdb.guile/scm-symtab.c: New file.
16548 * gdb.guile/scm-symtab.exp: New file.
16549 * gdb.guile/scm-type.c: New file.
16550 * gdb.guile/scm-type.exp: New file.
16551 * gdb.guile/scm-value-cc.cc: New file.
16552 * gdb.guile/scm-value-cc.exp: New file.
16553 * gdb.guile/scm-value.c: New file.
16554 * gdb.guile/scm-value.exp: New file.
16555 * gdb.guile/source2.scm: New file.
16556 * gdb.guile/types-module.cc: New file.
16557 * gdb.guile/types-module.exp: New file.
16558
7026a7c1
YQ
165592014-02-10 Yao Qi <yao@codesourcery.com>
16560
16561 PR testsuite/16543
16562 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16563 * configure: Regenerated.
16564 * Makefile.in: New file.
16565
6c466447
AS
165662014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16567
16568 * gdb.python/py-framefilter.exp: Fix typo.
16569
6e854735
YQ
165702014-02-08 Yao Qi <yao@codesourcery.com>
16571
16572 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16573 that no =breakpoint-modified is emitted when breakpoints are
16574 modified through MI commands.
16575
d137e6dc
PA
165762014-02-07 Pedro Alves <pedro@codesourcery.com>
16577 Pedro Alves <palves@redhat.com>
16578
16579 * gdb.threads/step-after-sr-lock.c: New file.
16580 * gdb.threads/step-after-sr-lock.exp: New file.
16581
b5ee5a50
PA
165822014-02-07 Pedro Alves <palves@redhat.com>
16583
16584 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16585
3c77faf3
JK
165862014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16587
16588 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16589 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16590
6dddc817
DE
165912014-02-06 Doug Evans <xdje42@gmail.com>
16592
16593 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16594 output.
16595
16596 * gdb.gdb/python-interrupts.exp: New file.
16597
de7b2893
YQ
165982014-02-05 Yao Qi <yao@codesourcery.com>
16599
16600 * gdb.trace/report.exp (use_collected_data): Test the output
16601 of "info threads" and "info inferiors".
16602
66d032ac
YQ
166032014-02-05 Yao Qi <yao@codesourcery.com>
16604
16605 Revert this patch:
16606
16607 2013-05-24 Yao Qi <yao@codesourcery.com>
16608
16609 * gdb.trace/tfile.exp: Test inferior and thread.
16610
591a12a1
UW
166112014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16612
16613 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16614 on a function.
16615 * gdb.base/step-bt.c: Call hello via function pointer to make
16616 sure its first instruction is executed on powerpc64le-linux.
16617
0ff3e01f
UW
166182014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16619
16620 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16621
084ee545
UW
166222014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16623
16624 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16625 of the test patterns for use on little-endian systems.
16626
6ed14ff3
UW
166272014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16628
16629 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16630 (decimal_vector): Fix for little-endian.
16631
401e27fd
JM
166322014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16633
16634 * gdb.arch/sparc-sysstep.exp: New file.
16635 * gdb.arch/sparc-sysstep.c: Likewise.
16636
16637 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16638
8b924729
EBM
166392014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16640
16641 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16642
fb151210
JB
166432014-01-23 Tom Tromey <tromey@redhat.com>
16644
16645 * gdb.ada/array_char_idx: New testcase.
16646
0740f8d8
TT
166472014-01-23 Tom Tromey <tromey@redhat.com>
16648
16649 PR python/16487:
16650 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16651 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16652 classes.
16653
21909fa1
TT
166542014-01-23 Tom Tromey <tromey@redhat.com>
16655
16656 PR python/16491:
16657 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16658 string from an inferior frame.
16659 * gdb.python/py-framefilter-mi.exp: Update.
16660
87ce2a04
DE
166612014-01-22 Doug Evans <dje@google.com>
16662
16663 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16664
237b092b
AA
166652014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16666
16667 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16668
d674a709
AA
166692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16670
16671 * gdb.trace/entry-values.exp: Remove excess space character from
16672 regex patterns. Handle s390 call instruction.
16673
20fa3390
AA
166742014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16675
16676 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16677 define "*_start" label. Make "name" static.
16678 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16679 ${name} by references to ${name}_start.
16680
78466714
AA
166812014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16682
16683 * gdb.base/info-macros.exp: Remove "debug" from the compile
16684 options.
16685
ec9f644a
IB
166862014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16687
16688 * gdb.dlang/demangle.exp: New file.
16689
94b1b47e
IB
166902014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16691
16692 * gdb.dlang/primitive-types.exp: New file.
16693
7f420862
IB
166942014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16695
16696 * configure.ac: Create gdb.dlang/Makefile.
16697 * configure: Regenerate.
16698 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16699 * gdb.dlang/Makefile.in: New file.
16700 * lib/d-support.exp: New file.
16701 * lib/gdb.exp (skip_d_tests): New proc.
16702
52834460
MM
167032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16704
16705 * gdb.btrace/delta.exp: Check reverse stepi.
16706 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16707 * gdb.btrace/finish.exp: New.
16708 * gdb.btrace/next.exp: New.
16709 * gdb.btrace/nexti.exp: New.
16710 * gdb.btrace/record_goto.c: Add comments.
16711 * gdb.btrace/step.exp: New.
16712 * gdb.btrace/stepi.exp: New.
16713 * gdb.btrace/multi-thread-step.c: New.
16714 * gdb.btrace/multi-thread-step.exp: New.
16715 * gdb.btrace/rn-dl-bind.c: New.
16716 * gdb.btrace/rn-dl-bind.exp: New.
16717 * gdb.btrace/data.c: New.
16718 * gdb.btrace/data.exp: New.
16719 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16720
6e07b1d2
MM
167212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16722
16723 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16724 * gdb.btrace/exception.exp: Update.
16725 * gdb.btrace/instruction_history.exp: Update.
16726 * gdb.btrace/record_goto.exp: Update.
16727 * gdb.btrace/tailcall.exp: Update.
16728 * gdb.btrace/unknown_functions.exp: Update.
16729 * gdb.btrace/delta.exp: New.
16730
0b722aec
MM
167312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16732
16733 * gdb.btrace/record_goto.exp: Add backtrace test.
16734 * gdb.btrace/tailcall.exp: Add backtrace test.
16735
066ce621
MM
167362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16737
16738 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16739 * gdb.btrace/record_goto.c: New.
16740 * gdb.btrace/record_goto.exp: New.
16741 * gdb.btrace/x86-record_goto.S: New.
16742
0688d04e
MM
167432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16744
16745 * gdb.btrace/function_call_history.exp: Update tests.
16746 * gdb.btrace/instruction_history.exp: Update tests.
16747
8710b709
MM
167482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16749
16750 * gdb.btrace/function_call_history.exp: Fix expected field
16751 order for "record function-call-history".
16752 Add new tests for "record function-call-history /c".
16753 * gdb.btrace/exception.cc: New.
16754 * gdb.btrace/exception.exp: New.
16755 * gdb.btrace/tailcall.exp: New.
16756 * gdb.btrace/x86-tailcall.S: New.
16757 * gdb.btrace/x86-tailcall.c: New.
16758 * gdb.btrace/unknown_functions.c: New.
16759 * gdb.btrace/unknown_functions.exp: New.
16760 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16761
5de9129b
MM
167622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16763
16764 * gdb.btrace/instruction_history.exp: Update.
16765 * gdb.btrace/function_call_history.exp: Update.
16766
23a7fe75
MM
167672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16768
16769 * gdb.btrace/function_call_history.exp: Fix expected function
16770 trace.
16771 * gdb.btrace/instruction_history.exp: Initialize traced.
16772 Remove traced_functions.
16773
724c7dd8
MM
167742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16775
16776 * gdb.btrace/function_call_history.exp: Update
16777 * gdb.btrace/instruction_history.exp: Update.
16778
6d78d93b
MM
167792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16780
16781 * gdb.btrace/enable.exp: Update expected text.
16782
93a360cc
OJ
167832014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16784
16785 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16786 bytes.
16787
3772b53f
MR
167882014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16789
16790 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16791
596662fa
OJ
167922014-01-15 Omair Javaid <omair.javaid@linaro.org>
16793
16794 * lib/gdb.exp (supports_process_record): Return true for
16795 arm*-linux*. (supports_reverse): Likewise.
16796
b5b08fb4
SC
167972014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16798
16799 PR python/15464
16800 PR python/16113
16801 * gdb.python/py-type.c: Enhance test case.
16802 * gdb.python/py-value-cc.cc: Likewise
16803 * gdb.python/py-type.exp: Add new tests.
16804 * gdb.python/py-value-cc.exp: Likewise
16805
52d7fb13
AA
168062014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16807 Pedro Alves <palves@redhat.com>
16808
16809 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16810 Make "name" extern.
16811 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16812 references to ${name}_start by references to ${name}.
16813
a2cd8cfe
JB
168142014-01-10 Joel Brobecker <brobecker@adacore.com>
16815
16816 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16817
4e23fced
JB
168182014-01-10 Joel Brobecker <brobecker@adacore.com>
16819
16820 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16821
c6a9e42c
PA
168222014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16823 Pedro Alves <palves@redhat.com>
16824
16825 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 16826 mi_gdb_target_load.
c6a9e42c 16827
b7ea362b
PA
168282014-01-08 Pedro Alves <palves@redhat.com>
16829
16830 * gdb.threads/reconnect-signal.c: New file.
16831 * gdb.threads/reconnect-signal.exp: New file.
16832
5e3f4fab
EBM
168332014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16834
16835 * gdb.base/source-dir.exp: New file.
16836
79301218
JB
168372014-01-07 Joel Brobecker <brobecker@adacore.com>
16838
16839 * gdb.ada/mi_interface: New testcase.
16840
8e355c5d
JB
168412014-01-07 Joel Brobecker <brobecker@adacore.com>
16842
16843 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16844 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16845 gdb.ada/pp-rec-component/pck.ads: New files.
16846
c0d48811
JB
168472014-01-07 Joel Brobecker <brobecker@adacore.com>
16848
16849 * gdb.python/py-pp-integral.c: New file.
16850 * gdb.python/py-pp-integral.py: New file.
16851 * gdb.python/py-pp-integral.exp: New file.
16852
17b609c3 16853For older changes see ChangeLog-1993-2013.
c906108c 16854\f
8d8cb839
EZ
16855;; Local Variables:
16856;; mode: change-log
16857;; left-margin: 8
16858;; fill-column: 74
16859;; version-control: never
16860;; End:
902f2ccb 16861
42a4f53d 16862 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
16863 Copying and distribution of this file, with or without modification,
16864 are permitted provided the copyright notice and this notice are preserved.
This page took 3.506205 seconds and 4 git commands to generate.