]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Add check for readline support to more GDB tab-completion tests.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
26655f53
SL
12019-08-04 Sandra Loosemore <sandra@codesourcery.com>
2
3 * lib/completion-support.exp (test_gdb_complete_none): Skip
4 tab completion tests if no readline support.
5 (test_gdb_complete_unique_re): Likewise.
6 (test_gdb_complete_multiple): Likewise.
7
db4dc13e
PW
82019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9
10 * gdb.base/info_sources.exp: New file.
11 * gdb.base/info_sources.c: New file.
12 * gdb.base/info_sources_base.c: New file.
13
0eba165a
PFC
142019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15
16 * gdb.base/batch-exit-status.exp: Call test_exit_status with
17 prefix argument.
18 (test_exit_status): Add prefix argument.
19
59bd512b
TV
202019-08-01 Tom de Vries <tdevries@suse.de>
21
22 PR testsuite/24863
23 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
24 calling exp_continue for new thread and thread exited messages.
25
2a3ad588
TV
262019-08-01 Tom de Vries <tdevries@suse.de>
27
28 PR testsuite/24863
29 * gdb.base/structs.exp: Fix check-read1 timeout using
30 gdb_test_sequence.
31 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
32
117eb594
TV
332019-08-01 Tom de Vries <tdevries@suse.de>
34
35 PR testsuite/24863
36 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
37 line.
38
ed591340
TV
392019-08-01 Tom de Vries <tdevries@suse.de>
40
41 PR testsuite/24863
42 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
43
aa3b6533
TT
442019-07-30 Tom Tromey <tromey@adacore.com>
45
46 * gdb.ada/display_nested.exp: New file.
47 * gdb.ada/display_nested/foo.adb: New file.
48 * gdb.ada/display_nested/pack.adb: New file.
49 * gdb.ada/display_nested/pack.ads: New file.
50
2906593f
CB
512019-07-30 Christian Biesinger <cbiesinger@google.com>
52
53 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
54 namespace.
55 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
56
0f575925
TV
572019-07-30 Tom de Vries <tdevries@suse.de>
58
59 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
60 instead.
61
b13057d9
TV
622019-07-30 Tom de Vries <tdevries@suse.de>
63
64 PR testsuite/24834
65 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
66 (exec_is_pie): New proc.
67
5c4dde85
CB
682019-07-29 Christian Biesinger <cbiesinger@google.com>
69
70 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
71
c620ed88
CB
722019-07-29 Christian Biesinger <cbiesinger@google.com>
73
74 * gdb.python/py-objfile.c: Add global and static vars.
75 * gdb.python/py-objfile.exp: Test new functions Objfile.
76 lookup_global_symbol and lookup_static_symbol.
77
3d235706
TT
782019-07-29 Tom Tromey <tom@tromey.com>
79
80 * lib/tuiterm.exp (Term::_csi_@): New proc.
81 (Term::_csi_X): Don't move cursor.
82
c7e4c0a6
PW
832019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
84
85 * gdb.base/options.exp: Update backtrace - completion to
86 new option -frame-info.
87 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
88 Test new 'set print frame-info'. Test backtrace -frame-info
89 overriding 'set print frame-info'.
90 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
91 Test new 'set print frame-info'.
92 Verify consistency of backtrace with and without filters, with and
93 without -no-filters.
94 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
95 default.
96
de28a3b7
TV
972019-07-29 Tom de Vries <tdevries@suse.de>
98
99 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
100 no arguments".
101
507dd60e
TV
1022019-07-29 Tom de Vries <tdevries@suse.de>
103
104 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
105 is a substring of the first for "complete non-unique file name".
106
5beafce9
TV
1072019-07-29 Tom de Vries <tdevries@suse.de>
108
109 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
110 with ".*".
111
2d274232
TV
1122019-07-29 Tom de Vries <tdevries@suse.de>
113
114 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
115 Pass prompt_regexp parameter to gdb_test_multiple calls.
116
9197cd8b
TV
1172019-07-29 Tom de Vries <tdevries@suse.de>
118
119 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
120 print registers" regexps.
121
b528dae0
TV
1222019-07-29 Tom de Vries <tdevries@suse.de>
123
124 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
125
d17725d7
TV
1262019-07-29 Tom de Vries <tdevries@suse.de>
127
128 PR gdb/24855
129 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
130 (skip_python_tests_prompt): Add prompt_regexp argument to
131 gdb_test_multiple calls.
132
52b75bf1
TT
1332019-07-27 Tom Tromey <tom@tromey.com>
134
135 * gdb.tui/main.exp: New file.
136
2b1d00c2
TT
1372019-07-27 Tom Tromey <tom@tromey.com>
138
139 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
140 optional.
141 * gdb.tui/empty.exp: New file.
142
ded631d5
TT
1432019-07-27 Tom Tromey <tom@tromey.com>
144
145 * lib/tuiterm.exp (spawn): New proc.
146 (Term::resize): New proc.
147 * gdb.tui/resize.exp: New file.
148
58ac439d
TT
1492019-07-27 Tom Tromey <tom@tromey.com>
150
151 * gdb.tui/list.exp: New file.
152
fe1f56ee
TT
1532019-07-27 Tom Tromey <tom@tromey.com>
154
155 * gdb.tui/regs.exp: New file.
156
f790b310
TT
1572019-07-27 Tom Tromey <tom@tromey.com>
158
159 * gdb.tui/basic.exp: Add "layout split" test.
160
d95fc6ee
TT
1612019-07-27 Tom Tromey <tom@tromey.com>
162
163 * gdb.tui/basic.exp: Add "layout asm" test.
164
c3786b3a
TT
1652019-07-27 Tom Tromey <tom@tromey.com>
166
167 * lib/tuiterm.exp: New file.
168 * gdb.tui/basic.exp: New file.
169
98a617f8
KB
1702019-07-27 Kevin Buettner <kevinb@redhat.com>
171
172 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
173 Enable tests associated with this flag. Adjust regex
174 referencing "foo_low" to now refer to "foo_cold" instead.
175
5c076da4
KB
1762019-07-27 Kevin Buettner <kevinb@redhat.com>
177
178 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
179 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
180 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
181 foo_cold. Revise comments to match.
182 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
183 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
184 were wrapped into this proc; Call do_test in loop from outermost
185 level.
186 (foo_low): Rename all occurrences to "foo_cold".
187 (backtrace from baz): New test.
188 (x2/i foo_cold): New test.
189 (info line *foo_cold): New test.
190
1512d3b7
TV
1912019-07-26 Tom de Vries <tdevries@suse.de>
192
193 * gdb.arch/i386-pkru.exp: Fix unterminated string.
194
297989a1
TV
1952019-07-25 Tom de Vries <tdevries@suse.de>
196
197 PR testsuite/24830
198 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
199 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
200 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
201 (skip_libstdcxx_probe_tests): ... here.
202 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
203
b3b965fb
TV
2042019-07-24 Tom de Vries <tdevries@suse.de>
205
206 PR testsuite/24807
207 * gdb.objc/basicclass.m: Include stdio.h.
208 * gdb.objc/nondebug.m: Same.
209 * gdb.objc/objcdecode.m: Same.
210
4625b4d0
TV
2112019-07-24 Tom de Vries <tdevries@suse.de>
212
213 PR testsuite/24612
214 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
215 additional_flags.
216
024a5840
TV
2172019-07-24 Tom de Vries <tdevries@suse.de>
218
219 PR testsuite/24831
220 * gdb.multi/tids.exp: Update error messages for info threads.
221
c76ddaa3
TV
2222019-07-24 Tom de Vries <tdevries@suse.de>
223
224 * gdb.base/info-types.exp: Allow info types to print info for more than
225 one file.
226
9a618ef6
TV
2272019-07-23 Tom de Vries <tdevries@suse.de>
228
229 PR testsuite/24842
230 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
231 gdb_spawn_with_cmdline_opts.
232
40eadf04
SP
2332019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
234
235 * gdb.arch/arm-cmse-sgstubs.c: New test.
236 * gdb.arch/arm-cmse-sgstubs.exp: New file.
237
5ba29434
TV
2382019-07-23 Tom de Vries <tdevries@suse.de>
239
240 PR testsuite/24711
241 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
242 issuing next command.
243
a8e9d247
AB
2442019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
245
246 * gdb.ada/info_auto_lang.exp: Update expected results.
247 * gdb.base/info-types.c: Add additional types to check.
248 * gdb.base/info-types.exp: Update expected results.
249
eb86c5e2
AB
2502019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
251
252 * gdb.base/info-types.c: New file.
253 * gdb.base/info-types.exp: New file.
254
01e175fe
AB
2552019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
256
257 * gdb.arch/riscv-bp-infcall.c: New file.
258 * gdb.arch/riscv-bp-infcall.exp: New file.
259
6b78c3f8
AB
2602019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 PR breakpoints/24541
263 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
264
da738167
TV
2652019-07-14 Tom de Vries <tdevries@suse.de>
266
267 PR testsuite/24760
268 * gdb.objc/basicclass.exp: Fix unterminated string.
269
0d4e84ed
AB
2702019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
271 Andrew Burgess <andrew.burgess@embecosm.com>
272
273 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
274 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
275 negative bounds.
276 * gdb.fortran/vla-value.exp: Print elements of an array with
277 negative bounds.
278 * gdb.fortran/vla.f90: Setup an array with negative bounds for
279 testing.
280
021d8588
AB
2812019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
282
283 * gdb.base/options.exp (expect_string): Dequote strings in
284 results.
285 (test-string): Test strings with different quoting and reindent.
286
f06f1252
TT
2872019-07-10 Tom Tromey <tromey@adacore.com>
288
289 * gdb.ada/mi_ex_cond.exp: Update expected results.
290 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
291 * gdb.ada/mi_catch_ex.exp: Update expected results.
292 * gdb.ada/mi_catch_assert.exp: Update expected results.
293 * gdb.ada/catch_ex.exp (catch_exception_info)
294 (catch_exception_entry, catch_assert_entry)
295 (catch_unhandled_entry): Update.
296 * gdb.ada/catch_assert_if.exp: Update expected results.
297
b863685d
RB
2982019-07-10 Richard Bunt <richard.bunt@arm.com>
299 Stephen Roberts <stephen.roberts@arm.com>
300
301 * gdb.base/define.exp: Restore original prompt.
302
cb1e4e32
PA
3032019-07-09 Pedro Alves <palves@redhat.com>
304
305 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
306 breakpoints" output.
307 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
308 * gdb.python/py-breakpoint.exp: No longer expect that "catch
309 throw" creates breakpoint.
310 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
311 'type="catchpoint"'.
312
b58a68fe
PA
3132019-07-09 Pedro Alves <palves@redhat.com>
314
315 PR c++/15468
316 * gdb.cp/except-multi-location-lib.cc: New.
317 * gdb.cp/except-multi-location-main.cc: New.
318 * gdb.cp/except-multi-location.exp: New.
319
0826779b
PW
3202019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
321
322 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
323 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
324 argument and update callers.
325
5b0e2db4
AB
3262019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
327
328 * gdb.arch/amd64-break-on-asm-line.S: New file.
329 * gdb.arch/amd64-break-on-asm-line.exp: New file.
330
1f6f6e21
PW
3312019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
332
333 * gdb.base/printcmds.exp: Test printing C string and
334 C wide string convenience vars without transiting via the inferior.
335 Also make test names unique.
336
ea142fbf
AH
3372019-07-08 Alan Hayward <alan.hayward@arm.com>
338
339 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
340
213fd9fa
PA
3412019-07-04 Pedro Alves <palves@redhat.com>
342
343 * lib/gdb.exp (foreach_with_prefix): Don't return early if
344 body returned ok(0), break(3) or continue(4).
345 * gdb.testsuite/foreach_with_prefix.exp: New file.
346
2b40fda7
AH
3472019-07-04 Alan Hayward <alan.hayward@arm.com>
348
349 * gdb.server/unittest.exp: Allow 0 unit tests to run.
350
a26c8de0
PA
3512019-07-03 Pedro Alves <palves@redhat.com>
352
353 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
354 "return -code".
355
5f4ba3e7
PA
3562019-07-03 Pedro Alves <palves@redhat.com>
357
358 PR cli/24732
359 * gdb.base/shell.exp: Load completion-support.exp.
360 Adjust expected error output. Add completion tests.
361
a994424f
PA
3622019-07-03 Pedro Alves <palves@redhat.com>
363
364 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
365 string_to_regexp.
366
3d9be6f5
PA
3672019-07-03 Pedro Alves <palves@redhat.com>
368
369 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
370 (expect_integer): Adjust to expect "-string".
371 (expect_string): New.
372 (all_options): Expect "-string".
373 (test-flag, test-boolean): Adjust to expect "-string".
374 (test-string): New proc.
375 (top level): Call it.
376
41fc454c
PA
3772019-07-03 Pedro Alves <palves@redhat.com>
378
379 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
380 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
381 the expected output in the success.
382
b2b2a215
PA
3832019-07-03 Pedro Alves <palves@redhat.com>
384
385 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
386 Split one gdb_test_multiple call in two to avoid a race.
387
fdbc9870
PA
3882019-07-03 Pedro Alves <palves@redhat.com>
389
390 * gdb.base/with.c: New file.
391 * gdb.base/with.exp: New file.
392
c6ac8931
PA
3932019-07-03 Pedro Alves <palves@redhat.com>
394
395 * gdb.base/settings.exp: Replace all references to "maint
396 test-settings set" with references to "maint set test-settings",
397 and all references to "maint test-settings show" with references
398 to "maint show test-settings".
399
970f9d09
PA
4002019-07-03 Pedro Alves <palves@redhat.com>
401
402 * gdb.base/settings.exp (test-string): Adjust expected out when
403 testing "maint test-settings show filename"
404
54d66006
PA
4052019-07-02 Pedro Alves <palves@redhat.com>
406
407 * gdb.base/options.exp (test-info-threads): New procedure.
408 (top level): Call it.
409
10d06d82
TT
4102019-06-28 Tom Tromey <tromey@adacore.com>
411
412 * gdb.dwarf2/ada-linkage-name.c: New file.
413 * gdb.dwarf2/ada-linkage-name.exp: New file.
414
3d507ff2
TT
4152019-06-27 Tom Tromey <tromey@adacore.com>
416
417 * gdb.cp/constexpr-field.exp: Use setup_xfail.
418
8af58ffe
TV
4192019-06-26 Tom de Vries <tdevries@suse.de>
420
421 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
422
22e21752
TV
4232019-06-26 Tom de Vries <tdevries@suse.de>
424
425 * gdb.base/index-cache.exp: Add back missing debug option.
426
b65b566c
PW
4272019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
428
429 * gdb.base/alias.exp: Test non matching/non existing prefixes.
430
5c2c8c69
TV
4312019-06-25 Tom de Vries <tdevries@suse.de>
432
433 PR testsuite/24727
434 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
435
164e3873
TV
4362019-06-24 Tom de Vries <tdevries@suse.de>
437
438 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
439
824eacee
TV
4402019-06-24 Tom de Vries <tdevries@suse.de>
441
442 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
443 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
444 * gdb.trace/unavailable-dwarf-piece.exp: Same.
445
385b97d3
TV
4462019-06-24 Tom de Vries <tdevries@suse.de>
447
448 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
449
c596f180
TV
4502019-06-21 Tom de Vries <tdevries@suse.de>
451
452 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
453
b13a7d03
TV
4542019-06-21 Tom de Vries <tdevries@suse.de>
455
456 PR testsuite/24518
457 PR ada/24713
458 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
459 index.
460
899277ae
TT
4612019-06-19 Tom Tromey <tromey@adacore.com>
462
463 * gdb.ada/length_cond.exp: Add intro comment.
464
680e1bee
TT
4652019-06-19 Tom Tromey <tromey@adacore.com>
466
467 * gdb.ada/length_cond.exp: New file.
468 * gdb.ada/length_cond/length_cond.adb: New file.
469 * gdb.ada/length_cond/pck.adb: New file.
470 * gdb.ada/length_cond/pck.ads: New file.
471
0ed4690a
TV
4722019-06-18 Tom de Vries <tdevries@suse.de>
473
474 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
475
d20ed5fd
TT
4762019-06-18 Tom Tromey <tromey@adacore.com>
477
478 * gdb.base/list0.h: Add comment explaining control character.
479
86e04673
TV
4802019-06-18 Tom de Vries <tdevries@suse.de>
481
482 * boards/fission.exp: Break up long debug_flags line.
483
c4973306
SM
4842019-06-16 Tom de Vries <tdevries@suse.de>
485
486 PR gdb/24445
487 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
488 generated index.
489
93cb9841
AB
4902019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
491
492 PR gdb/24686
493 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
494 improve detection of bug gdb/24541.
495
399aaebd
SM
4962019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
497
498 PR gdb/24669
499 * gdb.base/index-cache.exp (uses_readnow,
500 expecting_index_cache_use): Define global variable.
501 (test_cache_enabled_miss, test_cache_enabled_hit): Use
502 expecting_index_cache_use.
503
584a927c
AB
5042019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
505 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * gdb.fortran/pointers.f90: New file.
508 * gdb.fortran/print_type.exp: New file.
509 * gdb.fortran/vla-ptype.exp: Adapt expected results.
510 * gdb.fortran/vla-type.exp: Likewise.
511 * gdb.fortran/vla-value.exp: Likewise.
512 * gdb.mi/mi-vla-fortran.exp: Likewise.
513
30056ea0
AB
5142019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
515
516 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
517 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
518 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
519 as a stop reason.
520
ec8e2b6d
AB
5212019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
522
523 * gdb.base/annota1.exp: Update expected results.
524 * gdb.cp/annota2.exp: Likewise.
525 * gdb.cp/annota3.exp: Likewise.
526
09e4c4e1
AB
5272019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * gdb.base/style-logging.exp: Remove path from test name.
530
0735b091
TT
5312019-06-14 Tom Tromey <tromey@adacore.com>
532
533 PR gdb/24502:
534 * gdb.base/style-logging.exp: New file.
535
f5686554
TT
5362019-06-14 Tom Tromey <tromey@adacore.com>
537
538 * gdb.base/symfile-warn.exp: New file.
539 * gdb.base/symfile-warn.c: New file.
540
a0c1ffed
TT
5412019-06-14 Tom Tromey <tromey@adacore.com>
542
543 * gdb.base/annotate-symlink.exp: New file.
544
f411722c
TT
5452019-06-14 Tom Tromey <tromey@adacore.com>
546
547 * gdb.ada/set_wstr.exp: Add reassignment test.
548
4268ec18
TT
5492019-06-14 Tom Tromey <tromey@adacore.com>
550
551 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
552 'unchecked_access and 'unrestricted_access as well.
553
9a9e394b
TT
5542019-06-14 Tom Tromey <tromey@adacore.com>
555
556 PR ada/24539:
557 * gdb.ada/vla.exp: Update tests.
558 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
559 pragma.
560
4c048731
PA
5612019-06-13 Pedro Alves <palves@redhat.com>
562
563 * gdb.base/settings.exp (test-integer): Test junk after
564 "unlimited".
565
6665660a
PA
5662019-06-13 Pedro Alves <palves@redhat.com>
567
568 * gdb.base/options.exp (test-thread-apply): New.
569 (top level): Call it.
570
5d707134
PA
5712019-06-13 Pedro Alves <palves@redhat.com>
572
573 * gdb.base/options.exp (test-frame-apply): New.
574 (top level): Test print commands with different "frame apply"
575 prefixes.
576
e2a689da
PA
5772019-06-13 Pedro Alves <palves@redhat.com>
578
e79be6e5 579 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
580 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
581 'max_completions' parameter and handle it.
582 (test_gdb_completion_offers_commands): New.
583
90a1ef87
PA
5842019-06-13 Pedro Alves <palves@redhat.com>
585
586 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
587
d4c16835
PA
5882019-06-13 Pedro Alves <palves@redhat.com>
589
590 * gdb.base/options.exp (test-backtrace): New.
591 (top level): Call it.
592
2daf894e
PA
5932019-06-13 Pedro Alves <palves@redhat.com>
594
595 * gdb.guile/scm-frame-args.exp: Use "set print
596 raw-frame-arguments" instead of "set print raw frame-arguments".
597 * gdb.python/py-frame-args.exp: Likewise.
598
e6ed716c
PA
5992019-06-13 Pedro Alves <palves@redhat.com>
600
601 * gdb.compile/compile.exp: Adjust expected output to option
602 processing changes.
603
7d8062de
PA
6042019-06-13 Pedro Alves <palves@redhat.com>
605
606 * gdb.base/options.exp: Build executable.
607 (test-print): New procedure.
608 (top level): Call it, once for "print" and another for "compile
609 print".
610
9d0faba9
PA
6112019-06-13 Pedro Alves <palves@redhat.com>
612
613 * gdb.base/options.c: New file.
614 * gdb.base/options.exp: New file.
615
dee7b4c8
PA
6162019-06-13 Pedro Alves <palves@redhat.com>
617
618 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
619 that "o" is ambiguous.
620
dca0f6c0
PA
6212019-06-13 Pedro Alves <palves@redhat.com>
622
623 * gdb.base/settings.c: New file.
624 * gdb.base/settings.exp: New file.
625
ccf46844
PA
6262019-06-13 Pedro Alves <palves@redhat.com>
627
628 * gdb.base/completion.exp: Fix comment typo.
629
b9a3f842
PA
6302019-06-13 Pedro Alves <palves@redhat.com>
631
632 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
633 foo --1" test.
634
d106773e
PA
6352019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
636
637 * gdb.fortran/block-data.f: New.
638 * gdb.fortran/block-data.exp: New.
639
fea82da0
TV
6402019-06-11 Tom de Vries <tdevries@suse.de>
641
642 PR testsuite/24521
643 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
644 message.
645
8c2e74f1
TV
6462019-06-11 Tom de Vries <tdevries@suse.de>
647
648 PR testsuite/24521
649 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
650
b49851c8
TV
6512019-06-11 Tom de Vries <tdevries@suse.de>
652
653 * boards/readnow.exp: New file.
654
a7067863
AB
6552019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
656
657 * gdb.fortran/vla-sizeof.exp: Update expected results.
658
1a3da2cd
AB
6592019-06-06 Amos Bird <amosbird@gmail.com>
660
661 * gdb.base/annota1.exp (thread_switch): Add test for
662 thread-exited annotation.
663
3847a7bf
TT
6642019-06-06 Tom Tromey <tromey@adacore.com>
665
666 * gdb.base/maint.exp: Expect command started/finished output.
667
0088ba59
AB
6682019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
669
670 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
671 comment.
672 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
673
312617a3
AB
6742019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
675
676 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
677 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
678 * gdb.arch/riscv-unwind-long-insn.c: New file.
679 * gdb.arch/riscv-unwind-long-insn.exp: New file.
680
e1f2e1a2
CB
6812019-06-04 Christian Biesinger <cbiesinger@google.com>
682
d3238f7d 683 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 684
206584bd
PW
6852019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
686
687 * lib/gdb.exp (help_list_trailer): New regexp variable
688 factorizing the help trailer message.
689 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
690 arg to allow to better factorize various tests.
691 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
692 (test_prefix_command_help): Use help_list_trailer.
693 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
694 * gdb.guile/scm-cmd.exp: Likewise.
695 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
696 * gdb.base/help.exp: Use test_user_defined_class_help.
697 * gdb.base/style.exp: Add tests for styling of help and apropos.
698 * lib/gdb-utils.exp (style): Add title and highlight styles.
699
708dc93e
PW
7002019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
701
702 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
703 $_shell_exitsignal.
704 * gdb.base/default.exp: Update for new convenience variables.
705
f49055a5
TT
7062019-05-29 Tom Tromey <tromey@adacore.com>
707
708 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
709 to "break complete ada" test case's regexp.
710
4330d61d
TT
7112019-05-29 Tom Tromey <tromey@adacore.com>
712
713 PR c++/20020:
714 * gdb.cp/constexpr-field.exp: New file.
715 * gdb.cp/constexpr-field.cc: New file.
716
000439d5
TT
7172019-05-29 Tom Tromey <tromey@adacore.com>
718
719 * gdb.base/finish.exp (finish_no_print): New proc.
720 (finish_tests): Call it.
721
5a01c34c
TV
7222019-05-24 Tom de Vries <tdevries@suse.de>
723
724 * gdb.dwarf2/gdb-add-index.exp: New file.
725
18125b16
TT
7262019-05-22 Tom Tromey <tromey@adacore.com>
727
728 * gdb.base/info-shared.exp (check_info_shared): Use "style".
729 * gdb.base/style.exp: Use "style".
730 * lib/gdb-utils.exp (style): New proc.
731
af1a8d03
TV
7322019-05-22 Tom de Vries <tdevries@suse.de>
733
734 * gdb.base/align.exp: Require c++11.
735
e7fe496b
TV
7362019-05-22 Tom de Vries <tdevries@suse.de>
737
738 PR testsuite/24586
739 * gdb.python/py-mi-var-info-path-expression.exp: Call
740 mi_skip_python_tests to check if python is supported.
741
8fca4da0
AH
7422019-05-22 Alan Hayward <alan.hayward@arm.com>
743
744 * gdb.arch/aarch64-pauth.c: New test.
745 * gdb.arch/aarch64-pauth.exp: New file.
746
b7060614
AH
7472019-05-22 Alan Hayward <alan.hayward@arm.com>
748
749 * README (Re-running Tests Outside The Testsuite): New section.
750
669d0468
TV
7512019-05-21 Tom de Vries <tdevries@suse.de>
752
753 * gdb.arch/amd64-eval.exp: Require c++11.
754 * gdb.base/max-depth.exp: Same.
755 * gdb.compile/compile-cplus-array-decay.exp: Same.
756 * gdb.cp/meth-typedefs.exp: Same.
757 * gdb.cp/subtypes.exp: Same.
758 * gdb.cp/temargs.exp: Same.
759
ce3ebcaa
AH
7602019-05-21 Alan Hayward <alan.hayward@arm.com>
761
762 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
763
34d11c68
AB
7642019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
765
766 PR gdb/18644
767 * gdb.fortran/complex.exp: Remove setup_kfail calls.
768 * gdb.fortran/printing-types.exp: Add new test.
769 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
770 testing.
771 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
772 setup_kfail call.
773
87781e84
AH
7742019-05-17 Alan Hayward <alan.hayward@arm.com>
775
776 * README (Running the Testsuite): Change example.
777 (Testsuite Parameters): Remove TRANSCRIPT.
778 * lib/gdb.exp: Remove TRANSCRIPT check.
779
b420b89e
AH
7802019-05-17 Alan Hayward <alan.hayward@arm.com>
781
782 * README (Testsuite Parameters): Add replay logging to
783 GDBSERVER_DEBUG.
784 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
785 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
786 as a comma separated list.
787 (gdb_debug_init): Override procedure.
788
408e9b8b
AH
7892019-05-17 Alan Hayward <alan.hayward@arm.com>
790
791 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
792 (gdb_write_cmd_file): New procedure.
793 * lib/gdbserver-support.exp (gdbserver_start): Call
794 gdbserver_write_cmd_file.
795 (gdbserver_write_cmd_file): New procedure.
796
f9e2e39d
AH
7972019-05-17 Alan Hayward <alan.hayward@arm.com>
798
799 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
800 (delete_breakpoints): Likewise.
801 (gdb_run_cmd): Likewise.
802 (gdb_start_cmd): Likewise.
803 (gdb_starti_cmd): Likewise.
804 (gdb_internal_error_resync): Likewise.
805 (gdb_test_multiple): Likewise.
806 (gdb_reinitialize_dir): Likewise.
807 (default_gdb_exit): Likewise.
808 (gdb_file_cmd): Mark kill as optional.
809 (default_gdb_start): Call gdb_stdin_log_init.
810 (send_gdb): Call gdb_stdin_log_write.
811 (rerun_to_main): Mark Y as an answer.
812 (gdb_stdin_log_init): New function.
813 (gdb_stdin_log_write): Likewise.
814
81f47ac2
AH
8152019-05-17 Alan Hayward <alan.hayward@arm.com>
816
817 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
818 * gdb.base/debug-expr.exp: Likewise.
819 * gdb.base/foll-fork.exp: Likewise.
820 * gdb.base/foll-vfork.exp: Likewise.
821 * gdb.base/fork-print-inferior-events.exp: Likewise.
822 * gdb.base/gdb-sigterm.exp: Likewise.
823 * gdb.base/gdbinit-history.exp: Likewise.
824 * gdb.base/osabi.exp: Likewise.
825 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
826 * gdb.base/ui-redirect.exp: Likewise.
827 * gdb.gdb/unittest.exp: Likewise.
828 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
829 * gdb.mi/mi-watch.exp: Likewise.
830 * gdb.mi/new-ui-mi-sync.exp: Likewise.
831 * gdb.mi/user-selected-context-sync.exp: Likewise.
832 * gdb.python/python.exp: Disable debug test when debugging.
833 * gdb.threads/check-libthread-db.exp: Disable when debugging.
834 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
835 Likewise.
836 * gdb.threads/stepi-random-signal.exp: Likewise.
837
29b52314
AH
8382019-05-17 Alan Hayward <alan.hayward@arm.com>
839
840 * Makefile.in: Pass through GDB_DEBUG.
841 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
842 (gdb,debug): Add board setting.
843 * lib/gdb.exp (default_gdb_start): Start debugging.
844 (gdb_debug_enabled): New procedure.
845 (gdb_debug_init): Likewise.
29b52314
AH
846
8472019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 848
29b52314
AH
849 * Makefile.in: Pass through GDB_DEBUG.
850 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
851 (gdb,debug): Add board setting.
852 * lib/gdb.exp (default_gdb_start): Start debugging.
853 (gdb_debug_enabled): New procedure.
854 (gdb_debug_init): Likewise.
29b52314 855
ca1285d1
AH
8562019-05-17 Alan Hayward <alan.hayward@arm.com>
857
858 * gdb.base/ui-redirect.exp: Add debug redirect tests.
859
f3a09c80
AH
8602019-05-17 Alan Hayward <alan.hayward@arm.com>
861
862 * gdb.base/ui-redirect.exp: Test redirection.
863
26648588
JV
8642019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
865
866 * gdb.mi/mi-complete.exp: New file.
867 * gdb.mi/mi-complete.cc: Likewise.
868
14237686
AB
8692019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
870
871 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
872 indexed and sliced arrays, and pointers to arrays.
873
e7bd7fba
TT
8742019-05-14 Tom Tromey <tromey@adacore.com>
875
876 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
877 styling test.
878
2764128d
TV
8792019-05-14 Tom de Vries <tdevries@suse.de>
880
881 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
882 selection entry encoding.
883
71bed2db
TT
8842019-05-10 Tom Tromey <tromey@adacore.com>
885
886 * gdb.ada/info_exc.exp: Add "complete" test.
887
63b667ad
TV
8882019-05-09 Tom de Vries <tdevries@suse.de>
889
890 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
891 CU-relative.
892
9cfd2b89
TV
8932019-05-09 Tom de Vries <tdevries@suse.de>
894
895 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
896 CU-relative.
897
2228ef77
XR
8982019-05-08 Joel Brobecker <brobecker@adacore.com>
899
900 * gdb.ada/frame_arg_lang.exp: New testcase.
901 * gdb.ada/frame_arg_lang/bla.adb: New file.
902 * gdb.ada/frame_arg_lang/pck.ads: New file.
903 * gdb.ada/frame_arg_lang/pck.adb: New file.
904 * gdb.ada/frame_arg_lang/foo.c: New file.
905
80e55b13
TT
9062019-05-08 Tom Tromey <tromey@adacore.com>
907
908 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
909
9d3421af
TT
9102019-05-08 Tom Tromey <tromey@adacore.com>
911
912 * gdb.base/ptype-offsets.exp: Update tests.
913
844333e2
TT
9142019-05-08 Tom Tromey <tromey@adacore.com>
915
916 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
917 cases.
918 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
919 "short".
920
988915ee
TT
9212019-05-08 Tom Tromey <tromey@adacore.com>
922
923 * gdb.ada/vla.exp: New file.
924 * gdb.ada/vla/vla.adb: New file.
925
7bd55dac
TV
9262019-05-07 Tom de Vries <tdevries@suse.de>
927
928 * gdb.base/index-cache.exp (ls_host): Fix return statement.
929
75f06e9d
TV
9302019-05-07 Tom de Vries <tdevries@suse.de>
931
932 PR testsuite/24522
933 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
934 section.
935
77e7aaa4
TV
9362019-05-07 Tom de Vries <tdevries@suse.de>
937
938 PR testsuite/24522
939 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
940 .debug_aranges section.
941
456ba0fa
TV
9422019-05-07 Tom de Vries <tdevries@suse.de>
943
944 PR testsuite/24159
945 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
946
5a56d6a6
TV
9472019-05-06 Tom de Vries <tdevries@suse.de>
948
949 * lib/gdb.exp (exec_has_index_section): New proc.
950 * gdb.base/index-cache.exp: Handle case that binfile contains an index
951 section.
952
9d6d4be8
TV
9532019-05-04 Tom de Vries <tdevries@suse.de>
954
955 * boards/cc-with-debug-names.exp: New file.
956
222a8d25
TT
9572019-05-03 Tom Tromey <tromey@adacore.com>
958
959 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
960 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
961 * gdb.ada/char_enum.exp: Add test.
962
0fdfd794
TV
9632019-05-03 Tom de Vries <tdevries@suse.de>
964
965 * boards/cc-with-gdb-index.exp: New file.
966
80062eb9
AB
9672019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
968
969 * gdb.rust/simple.exp: Add new test case.
970 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
971 (main): Initialise an instance of the new struct.
972
4504bbde
TT
9732019-05-01 Tom Tromey <tromey@adacore.com>
974
975 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
976 record.
977 (NPR): New variable.
978 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
979 test.
980
d48e62f4
TT
9812019-05-01 Tom Tromey <tromey@adacore.com>
982
983 * gdb.ada/packed_array_assign.exp: Add packed assignment
984 regression test.
985
f59f30f5
TV
9862019-05-01 Tom de Vries <tdevries@suse.de>
987
988 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
989
b70bfc54
TV
9902019-05-01 Tom de Vries <tdevries@suse.de>
991
992 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
993
15f18d14
AT
9942019-04-30 Ali Tamur <tamur@google.com>
995
996 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
997
2ff0a947
TT
9982019-04-30 Tom Tromey <tromey@adacore.com>
999
1000 * lib/ada.exp (find_ada_tool): New proc.
1001 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1002 * gdb.ada/catch_ex_std.exp: New file.
1003 * gdb.ada/catch_ex_std/foo.adb: New file.
1004 * gdb.ada/catch_ex_std/some_package.adb: New file.
1005 * gdb.ada/catch_ex_std/some_package.ads: New file.
1006
a776957c
TT
10072019-04-30 Tom Tromey <tromey@adacore.com>
1008
1009 PR c++/24470:
1010 * gdb.cp/temargs.cc: Add test code from PR.
1011
bc68014d
AB
10122019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1013
1014 * gdb.fortran/vla-datatypes.exp: Update expected results.
1015 * gdb.fortran/vla-ptype.exp: Likewise.
1016 * gdb.fortran/vla-type.exp: Likewise.
1017 * gdb.fortran/vla-value.exp: Likewise.
1018
f1fdc960
AB
10192019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1020
1021 * gdb.fortran/ptr-indentation.exp: Update expected results.
1022 * gdb.fortran/ptype-on-functions.exp: Likewise.
1023 * gdb.fortran/vla-ptr-info.exp: Likewise.
1024 * gdb.fortran/vla-value.exp: Likewise.
1025
bf7a4de1
AB
10262019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1027
1028 * gdb.fortran/ptype-on-functions.exp: New file.
1029 * gdb.fortran/ptype-on-functions.f90: New file.
1030
bbe75b9d
AB
10312019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1032
1033 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1034 case void string.
1035
1db455a7
AB
10362019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1037
1038 * gdb.fortran/complex.exp: Expand.
1039 * gdb.fortran/complex.f: Renamed to...
1040 * gdb.fortran/complex.f90: ...this, and extended to add more
1041 complex values.
1042
b6d03bb2
AB
10432019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1044
1045 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1046 MODULO, CMPLX.
1047
2e62ab40
AB
10482019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1049 Richard Bunt <richard.bunt@arm.com>
1050
1051 * gdb.base/max-depth.c: New file.
1052 * gdb.base/max-depth.exp: New file.
1053 * gdb.python/py-nested-maps.c: New file.
1054 * gdb.python/py-nested-maps.exp: New file.
1055 * gdb.python/py-nested-maps.py: New file.
1056 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1057 (test_all_common): Call test_max_depth.
1058 * gdb.fortran/max-depth.exp: New file.
1059 * gdb.fortran/max-depth.f90: New file.
1060 * gdb.go/max-depth.exp: New file.
1061 * gdb.go/max-depth.go: New file.
1062 * gdb.modula2/max-depth.exp: New file.
1063 * gdb.modula2/max-depth.c: New file.
1064 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1065
d2b584a5
TV
10662019-04-29 Tom de Vries <tdevries@suse.de>
1067
1068 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1069
136afab8
PW
10702019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1071
1072 * gdb.base/callexit.exp: Test may-call-functions off.
1073
725cbb63
KS
10742019-04-25 Keith Seitz <keiths@redhat.com>
1075
1076 PR c++/24367
1077 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1078 (another_incomplete_struct, test_incomplete): New definitions.
1079 (main): Use new definitions.
1080 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1081 functions.
1082
82433e3e
SDJ
10832019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1084
1085 PR corefiles/11608
1086 PR corefiles/18187
1087 * gdb.base/coredump-filter-build-id.exp: New file.
1088
dd06d4d6
AH
10892019-04-25 Alan Hayward <alan.hayward@arm.com>
1090
e79be6e5
SM
1091 * Makefile.in: Pass through GDBSERVER_DEBUG.
1092 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1093 (gdbserver,debug): Add board setting.
1094 * gdb.trace/tspeed.exp: Skip when debugging.
1095 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1096 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1097
1670072e
TT
10982019-04-24 Tom Tromey <tromey@adacore.com>
1099
1100 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1101 Rust.
1102
a59240a4
TT
11032019-04-24 Tom Tromey <tromey@adacore.com>
1104
1105 * gdb.arch/amd64-eval.exp: Test bitfield return.
1106 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1107 (class Foo) <return_bitfields>: New method.
1108 (main): Call it.
1109
b907456c
AB
11102019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1111
1112 * gdb.cp/many-args.cc: New file.
1113 * gdb.cp/many-args.exp: New file.
1114
5c565afd
TV
11152019-04-23 Tom de Vries <tdevries@suse.de>
1116
1117 PR gdb/24433
1118 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1119
ba22ff86
AH
11202019-04-23 Alan Hayward <alan.hayward@arm.com>
1121
1122 * gdb.trace/backtrace.exp: Use nopie flag.
1123 * gdb.trace/circ.exp: Likewise.
1124 * gdb.trace/collection.exp: Likewise.
1125 * gdb.trace/ftrace.exp: Likewise.
1126 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1127 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1128 * gdb.trace/qtro.exp: Likewise.
1129 * gdb.trace/read-memory.exp: Likewise.
1130 * gdb.trace/report.exp: Likewise.
1131 * gdb.trace/tfile.exp: Likewise.
1132 * gdb.trace/tfind.exp: Likewise.
1133 * gdb.trace/unavailable.exp: Likewise.
1134
7905fc35
PA
11352019-04-22 Pedro Alves <palves@redhat.com>
1136
1137 * gdb.base/solib-probes-nosharedlibrary.c,
1138 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1139
8ecb59f8
TT
11402019-04-19 Tom Tromey <tromey@adacore.com>
1141
1142 * gdb.ada/ptype_union.c: New file.
1143 * gdb.ada/ptype_union.exp: New file.
1144
62160ec9
TT
11452019-04-19 Tom Tromey <tromey@adacore.com>
1146
1147 PR symtab/24423:
1148 * gdb.base/list0.h (foo): Add a control-l character.
1149
36cd4ba5
TV
11502019-04-18 Tom de Vries <tdevries@suse.de>
1151
1152 PR gdb/24433
1153 * boards/local-board.exp: Set sysroot to "".
1154
b73715df
TV
11552019-04-18 Tom de Vries <tdevries@suse.de>
1156 Pedro Alves <palves@redhat.com>
1157
1158 PR gdb/24454
1159 * gdb.threads/vfork-follow-child-exec.c: New file.
1160 * gdb.threads/vfork-follow-child-exec.exp: New file.
1161 * gdb.threads/vfork-follow-child-exit.c: New file.
1162 * gdb.threads/vfork-follow-child-exit.exp: New file.
1163
4aa866af
LS
11642019-04-15 Leszek Swirski <leszeks@google.com>
1165
1166 * gdb.arch/amd64-eval.cc: New file.
1167 * gdb.arch/amd64-eval.exp: New file.
1168
e5a1a79a
AH
11692019-04-11 Alan Hayward <alan.hayward@arm.com>
1170
1171 * gdb.server/sysroot.c: New test.
1172 * gdb.server/sysroot.exp: New file.
1173 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1174 matching param.
1175
41077b66
AB
11762019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1177
1178 * gdb.base/align.exp: Extend test to cover structures containing
1179 only static fields.
1180
c30391f8
TV
11812019-04-11 Tom de Vries <tdevries@suse.de>
1182
1183 * boards/cc-with-dwz-m.exp: New file.
1184 * boards/cc-with-dwz.exp: New file.
1185 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1186
e242fd12
SM
11872019-04-09 Simon Marchi <simon.marchi@efficios.com>
1188
1189 * gdb.base/start-cpp.exp: New file.
1190 * gdb.base/start-cpp.cc: New file.
1191
2b0c8b01
KB
11922019-04-08 Kevin Buettner <kevinb@redhat.com>
1193
1194 * gdb.python/py-thrhandle.exp: Adjust tests to call
1195 thread_from_handle instead of thread_from_thread_handle.
1196
947210e5
KB
11972019-04-08 Kevin Buettner <kevinb@redhat.com>
1198
1199 * gdb.python/py-thrhandle.exp: Add tests for
1200 gdb.InferiorThread.handle.
1201
d7df6549
AB
12022019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1203
1204 * gdb.python/py-function.exp: Check calling helper function from
1205 all languages.
1206 * lib/gdb.exp (gdb_supported_languages): New proc.
1207
8bdc1658
AB
12082019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1209
1210 * gdb.base/complex-parts.c: New file.
1211 * gdb.base/complex-parts.exp: New file.
1212
05caa1d2
TT
12132019-04-01 Tom Tromey <tromey@adacore.com>
1214
1215 PR symtab/23331:
1216 * gdb.dwarf2/dw2-ranges-main.c: New file.
1217 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1218 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1219
7734102d
EZ
12202019-03-30 Simon Marchi <simark@simark.ca>
1221
1222 * gdb.base/default.exp: Add values for $_gdb_major and
1223 $_gdb_minor.
1224
188e1fa9
TT
12252019-03-29 Tom Tromey <tromey@adacore.com>
1226
1227 * gdb.base/help.exp: Tighten apropos regexp.
1228
2880242d
KS
12292019-03-29 Keith Seitz <keiths@redhat.com>
1230
1231 * gdb.fortran/array-bounds.exp: New file.
1232 * gdb.fortran/array-bounds.f90: New file.
1233
077cad8e
PW
12342019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1235
1236 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1237
80047cfc
PW
12382019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1239
1240 * gdb.multi/hello.c (main): Increase alarm timer.
1241
f489207e
SL
12422019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1243
1244 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1245 factor when no hardware watchpoint support.
1246
c92df149
AH
12472019-03-28 Alan Hayward <alan.hayward@arm.com>
1248 Pedro Alves <palves@redhat.com>
1249
1250 * boards/local-board.exp: set sysroot to /.
1251
933aebfa
AH
12522019-03-27 Alan Hayward <alan.hayward@arm.com>
1253
1254 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1255 in child.
1256
9f9aa852
AB
12572019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1258
1259 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1260 field.
1261 (make_container): Initialise new field.
1262 * gdb.python/py-prettyprint.exp: Add new tests.
1263 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1264 <display_hint>: New method.
1265
3714a195
AB
12662019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1267
1268 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1269 gdb_continue_to_breakpoint more throughout this test.
1270 (run_lang_tests) Supply unique test names, and use
1271 gdb_test_no_output.
1272
18c77628
AB
12732019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1274
1275 * gdb.base/finish-pretty.exp: Update expected results.
1276 * gdb.base/pretty-print.c: New file.
1277 * gdb.base/pretty-print.exp: New file.
1278
9a93502f
PA
12792019-03-25 Pedro Alves <palves@redhat.com>
1280
1281 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1282 move comments outside list. Append '-i "" eof' section.
1283
968aa7ae
AH
12842019-03-22 Alan Hayward <alan.hayward@arm.com>
1285
1286 * README: Add pie options.
1287 * gdb.base/break-interp.exp: Ensure pie is disabled.
1288 * gdb.base/dump.exp: Likewise.
1289 * lib/gdb.exp (gdb_compile): Add pie option.
1290
4c7d57e7
TT
12912019-03-19 Tom Tromey <tromey@adacore.com>
1292
1293 * gdb.mi/mi2-cli-display.c: New file.
1294 * gdb.mi/mi2-cli-display.exp: New file.
1295
bff8c71f
TT
12962019-03-18 Joel Brobecker <brobecker@adacore.com>
1297 Tom Tromey <tromey@adacore.com>
1298
1299 * gdb.ada/ptype_array/pck.adb: New file.
1300 * gdb.ada/ptype_array/pck.ads: New file.
1301 * gdb.ada/ptype_array/foo.adb: New file.
1302 * gdb.ada/ptype_array.exp: New file.
1303
d085f989
TT
13042019-03-14 Tom Tromey <tromey@adacore.com>
1305
1306 * gdb.base/style.exp: Add "set style sources" test.
1307
b4be1b06
SM
13082019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1309
1310 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1311 * mi-breakpoint-multiple-locations.exp: ... this.
1312 (make_breakpoints_pattern): New proc.
1313 (do_test): Add mi_version parameter, test -break-insert,
1314 -break-info and =breakpoint-created.
1315
7cde5fc2
AB
13162019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1317
1318 * config/default.exp: Remove 'load_lib gdb.exp'.
1319 * config/monitor.exp: Likewise.
1320 * config/sid.exp: Likewise.
1321 * config/sim.exp: Likewise.
1322 * config/slite.exp: Likewise.
1323 * config/unix.exp: Likewise.
1324 * gdb.base/default.exp: Remove unhelpful comment.
1325
efbecbc1
AB
13262019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1327
1328 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1329
0841c79a
AB
13302019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1331
1332 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1333
4a270568
AB
13342019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1335
1336 * gdb.fortran/type-kinds.exp: Update expected results.
1337
067630bd
AB
13382019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1339
1340 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1341
3be47f7a
AB
13422019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1343
1344 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1345 function.
1346 (test_basic_parsing_of_type_kinds): Expand types tested.
1347 (test_parsing_invalid_type_kinds): New function.
1348
4d00f5d8
AB
13492019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1350
1351 * gdb.fortran/intrinsics.exp: New file.
1352 * gdb.fortran/intrinsics.f90: New file.
1353 * gdb.fortran/type-kinds.exp: New file.
1354
c8f91604
AB
13552019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1356
1357 * gdb.fortran/dot-ops.exp: New file.
1358
dd9f2c76
AB
13592019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1360
1361 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1362 Check upper and lower case logical literals.
1363
84ec9724
AB
13642019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1365
1366 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1367 Remove duplicate tests.
1368
c3734e09
AH
13692019-03-06 Alan Hayward <alan.hayward@arm.com>
1370
1371 * lib/gdb.exp (builtin_cd): rename of cd.
1372 (cd): Override builtin.
1373
aa3cfbda
RB
13742019-03-06 Richard Bunt <richard.bunt@arm.com>
1375
1376 * gdb.fortran/function-calls.exp: New file.
1377 * gdb.fortran/function-calls.f90: New test.
1378
7b63ad86
RB
13792019-03-04 Richard Bunt <richard.bunt@arm.com>
1380
1381 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1382 on user program standard output.
1383 * gdb.fortran/short-circuit-argument-list.f90: Record function
1384 calls.
1385
01abb042
AH
13862019-02-28 Alan Hayward <alan.hayward@arm.com>
1387
c3734e09
AH
1388 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1389 failure.
01abb042 1390
92137da0
RO
13912019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1392
1393 PR gdb/8527
1394 * gdb.base/interrupt-daemon-attach.c,
1395 gdb.base/interrupt-daemon-attach.exp: New test.
1396
5862844d
PA
13972019-02-27 Pedro Alves <palves@redhat.com>
1398
1399 * gdb.base/page.exp: Add tests for "set width/height -1".
1400
8ed25214
PA
14012019-02-27 Pedro Alves <palves@redhat.com>
1402
1403 * gdb.base/page.exp: Add tests for "set/show width/height" with
1404 "infinite" values.
1405
6c28e44a
TT
14062019-02-27 Tom Tromey <tromey@adacore.com>
1407
1408 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1409 2.4.
1410 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1411 workaround.
1412
bf9a735e
AB
14132019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1414
1415 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1416 tests for structs with static members.
1417
8791793c
TT
14182019-02-26 Tom Tromey <tromey@adacore.com>
1419
1420 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1421 ValueError, not TypeError.
1422
bc2a507e
KB
14232019-02-26 Kevin Buettner <kevinb@redhat.com>
1424
1425 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1426 call from main program.
1427
e0e7d3bd
JB
14282019-02-23 Joel Brobecker <brobecker@adacore.com>
1429
1430 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1431 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1432 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1433 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1434 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1435
9600246d
KS
14362019-02-22 Keith Seitz <keiths@redhat.com>
1437
1438 PR symtab/23853
1439 * gdb.base/symlink-sourcefile.c: New file.
1440 * gdb.base/symlink-sourcefile.exp: New file.
1441
0c95f9ed
TT
14422019-02-20 Tom Tromey <tom@tromey.com>
1443
1444 * gdb.base/info_qt.exp: Update.
1445
6caa91b6
SM
14462019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1447
1448 * gdb.base/source.exp: Move "error in sourced script" code to
1449 the end.
1450 * gdb.base/source-error.gdb: Move contents to
1451 source-error-1.gdb. Add new code to source source-error-1.gdb.
1452 * gdb.base/source-error-1.gdb: New file, from previous
1453 source-error.gdb.
1454
6506371f
TT
14552019-02-17 Tom Tromey <tom@tromey.com>
1456
1457 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1458 for macro styling.
1459 * gdb.base/style.c (SOME_MACRO): New macro.
1460
a0087920
TT
14612019-02-17 Tom Tromey <tom@tromey.com>
1462
1463 * gdb.base/style.exp: Add line-wrapping tests.
1464 * gdb.base/page.exp: Add test for quitting during pagination.
1465
a2cd4f14
JB
14662019-02-17 Joel Brobecker <brobecker@adacore.com>
1467
1468 * gdb.ada/big_packed_array: New testcase.
1469 * gdb.ada/homonym.exp: Fix incorrect expected output for
1470 "break <homonym__get_value>" test.
1471
9d70ffbc
WP
14722019-02-13 Weimin Pan <weimin.pan@oracle.com>
1473
1474 PR breakpoints/21870
1475 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1476 and prepare_for_testing. Add comment.
1477 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1478 redundant cleanup call. Clean up comment.
1479
01c7ae81
WP
14802019-02-12 Weimin Pan <weimin.pan@oracle.com>
1481
1482 PR breakpoints/21870
1483 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1484 * gdb.arch/aarch64-dbreg-contents.c: New file.
1485
aff29d1c
JB
14862019-02-10 Joel Brobecker <brobecker@adacore.com>
1487
1488 * gdb.ada/mi_ref_changeable: New testcase.
1489
df0da8a2
AH
14902019-02-07 Alan Hayward <alan.hayward@arm.com>
1491
1492 * gdb.base/attach.exp: Add double attach test.
1493
bd447abb
SM
14942019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1495
1496 * lib/gdb.exp (default_gdb_start): Don't match pagination
1497 prompt.
1498 (gdb_init): Set stty_init.
1499
1dbc40b9
TT
15002019-01-27 Tom Tromey <tom@tromey.com>
1501
1502 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1503 skip_python_tests.
1504
353229bf
AH
15052019-01-24 Alan Hayward <alan.hayward@arm.com>
1506
1507 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1508 New structure.
1509 (struct struct_static_02_02): Likewise.
1510 (struct struct_static_02_03): Likewise.
1511 (struct struct_static_02_04): Likewise.
1512 (struct struct_static_04_01): Likewise.
1513 (struct struct_static_04_02): Likewise.
1514 (struct struct_static_04_03): Likewise.
1515 (struct struct_static_04_04): Likewise.
1516 (struct struct_static_06_01): Likewise.
1517 (struct struct_static_06_02): Likewise.
1518 (struct struct_static_06_03): Likewise.
1519 (struct struct_static_06_04): Likewise.
1520 (cmp_struct_static_02_01): Likewise.
1521 (cmp_struct_static_02_02): Likewise.
1522 (cmp_struct_static_02_03): Likewise.
1523 (cmp_struct_static_02_04): Likewise.
1524 (cmp_struct_static_04_01): Likewise.
1525 (cmp_struct_static_04_02): Likewise.
1526 (cmp_struct_static_04_03): Likewise.
1527 (cmp_struct_static_04_04): Likewise.
1528 (cmp_struct_static_06_01): Likewise.
1529 (cmp_struct_static_06_02): Likewise.
1530 (cmp_struct_static_06_03): Likewise.
1531 (cmp_struct_static_06_04): Likewise.
1532 (call_all): Test new structs.
1533 * gdb.base/infcall-nested-structs.exp: Likewise.
1534
73021deb
AH
15352019-01-21 Alan Hayward <alan.hayward@arm.com>
1536 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1537
fc65c7db
AH
15382019-01-21 Alan Hayward <alan.hayward@arm.com>
1539 * gdb.base/stack-protector.c: New test.
1540 * gdb.base/stack-protector.exp: New file.
1541 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1542 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1543 option.
1544 (gdb_compile): Remove stack protector for GCC and prevent
1545 recursion.
1546
c24bdb02
KS
15472019-01-16 Keith Seitz <keiths@redhat.com>
1548
1549 PR gdb/23773
1550 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1551
6f072a10
PFC
15522019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1553
1554 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1555 aliases.
1556 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1557 tests.
1558 * gdb.arch/powerpc-vector-regs.c: New file.
1559 * gdb.arch/powerpc-vector-regs.exp: New file.
1560
a7b8d682
PFC
15612019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1562
1563 * gdb.arch/altivec-regs.exp: Fix the list passed to
1564 gdb_expect_list when testing "info vector".
1565
6eb6fb67
AB
15662019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1567
1568 * gdb.base/style.exp: Don't include path in testname.
1569
b56f80d8
KS
15702019-01-10 Keith Seitz <keiths@redhat.com>
1571
1572 PR gdb/23712
1573 PR symtab/23010
1574 * gdb.dwarf2/multidictionary.exp: New file.
1575
041be526
SM
15762019-01-09 Simon Marchi <simon.marchi@ericsson.com>
1577
1578 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1579 (test_gnuv3_style_demangling): ... this.
1580 (test_lucid_style_demangling): Remove.
1581 (test_arm_style_demangling): Remove.
1582 (test_hp_style_demangling): Remove.
1583 (do_tests): Remove calls to the above.
1584
d820d0c3
AB
15852019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
1586
1587 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1588 case.
1589
f097f5ad
TT
15902019-01-06 Tom Tromey <tom@tromey.com>
1591
1592 PR gdb/28155:
1593 * gdb.dwarf2/typedef-void-finish.exp: New file.
1594
2cd8cc0b
TT
15952018-12-28 Tom Tromey <tom@tromey.com>
1596 Simon Marchi <simark@simark.ca>
1597
1598 * gdb.base/jit-exec.exp: New file.
1599 * gdb.base/jit-exec.c: New file.
1600 * gdb.base/jit-execd.c: New file.
1601
35fb8261
TT
16022018-12-28 Tom Tromey <tom@tromey.com>
1603
1604 * gdb.base/style.exp: Update test to check for address styling.
1605
47fd17cd
TT
16062018-12-28 Tom Tromey <tom@tromey.com>
1607
1608 * gdb.base/style.exp: Add test for styling of "Reading symbols"
1609 message.
1610
d47032b7
TT
16112018-12-28 Tom Tromey <tom@tromey.com>
1612
1613 * gdb.base/style.exp: Add test for version number styling.
1614
af79b68d
TT
16152018-12-28 Tom Tromey <tom@tromey.com>
1616
1617 * gdb.base/style.exp: Add test for print_address_symbolic.
1618
0bb296cb
TT
16192018-12-28 Tom Tromey <tom@tromey.com>
1620
1621 * gdb.base/style.exp: Add test for breakpoint setting.
1622
80ae2043
TT
16232018-12-28 Tom Tromey <tom@tromey.com>
1624
1625 * gdb.base/style.exp: Add test for variable names.
1626
cbe56571
TT
16272018-12-28 Tom Tromey <tom@tromey.com>
1628
1629 * gdb.base/style.exp: New file.
1630 * gdb.base/style.c: New file.
1631
9162a27c
TT
16322018-12-28 Tom Tromey <tom@tromey.com>
1633
1634 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1635 "dumb".
1636 * gdb.base/readline.exp (operate_and_get_next): Save and restore
1637 the TERM environment variable.
1638
bc543c90
TT
16392018-12-27 Tom Tromey <tom@tromey.com>
1640
1641 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1642 pagination test.
1643
6f0ffe50
AB
16442018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1645
1646 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1647 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1648
b5a1e557
PW
16492018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1650
1651 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1652 Filename a.adb changed to bp_fun_addr.adb.
1653 gdb.ada/bp_fun_addr.exp: Update test accordingly.
1654
6e8b1ab2
JV
16552018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
1656
1657 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1658 non-PIE executables.
1659 * README: Mention the gdb,nopie_flag board setting.
1660 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1661 non-PIE executable.
1662 * gdb.arch/amd64-entry-value.exp: Likewise.
1663 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1664 * gdb.arch/i386-float.exp: Likewise.
1665 * gdb.arch/i386-signal.exp: Likewise.
1666 * gdb.mi/mi-reg-undefined.exp: Likewise.
1667
d00a27c5
PM
16682018-12-21 Paul Marechal <paul.marechal@ericsson.com>
1669
1670 PR gdb/23974
1671 * gdb.base/info-os.exp: Check return for unknown "info os" type.
1672
161d081c
PW
16732018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1674
1675 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1676 Update order of results accordingly.
1677
b001de23
AB
16782018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
1679
1680 * gdb.base/annota1.exp: Update a test regexp.
1681
99e1a184
AB
16822018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1683
1684 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1685
7a81c1e2
PW
16862018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1687
1688 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1689 (reuse_time): Initialize to REUSE_TIME_CAP.
1690 (check_rc): New function.
1691 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1692 Check pthread_create rc.
1693 (spawner_thread_func): Check pthread_create and pthread_join rc.
1694
73e8dc90
PA
16952018-12-08 Pedro Alves <palves@redhat.com>
1696
1697 * gdb.base/list.exp (test_forward_search): Rename to ...
1698 (test_forward_reverse_search): ... this. Also test reverse-search
1699 and the forward-search alias.
1700
13f2ed32
AB
17012018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
1702
1703 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1704 local timeout variable before return, and remove all local timeout
1705 variable entirely.
1706 (gdb_load): Likewise.
1707
64d27cfc
TV
17082018-12-01 Tom de Vries <tdevries@suse.de>
1709
1710 * gdb.base/gdb-caching-proc.exp: New file.
1711
f63c03b4
SDJ
17122018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
1713
1714 * Makefile.in (TIMESTAMP): New variable.
1715 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1716 command.
1717 (check-single-racy): Likewise.
1718 (check/%.exp): Likewise.
1719 (check-racy/%.exp): Likewise.
1720 (workers/%.worker): Likewise.
1721 (build-perf): Likewise.
1722 (check-perf): Likewise.
1723 * README: Describe new "TS" and "TS_FORMAT" variables.
1724 * print-ts.py: New file.
1725
1c97054b
BF
17262018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
1727
1728 PR python/23714
1729 * gdb.python/python.exp: Test command repetition after
1730 gdb.execute.
1731
1871a62d
AB
17322018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
1733
1734 * gdb.opt/inline-break.exp: Add test that info breakpoint output
1735 is correctly aligned.
1736
fb5e1ed9
PW
17372018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1738
1739 * gdb.ada/info_auto_lang.exp: New testcase.
1740 * gdb.ada/info_auto_lang/global_pack.ads: New file.
1741 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1742 * gdb.ada/info_auto_lang/some_c.c: New file.
1743
43d397ca
PW
17442018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1745
1746 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1747 FUNC_lang language syntax.
1748
beddd671
PW
17492018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1750
1751 * gdb.base/info_minsym.c: New file.
1752 * gdb.base/info_minsym.exp: New file.
1753
73fc52c4
TT
17542018-11-19 Tom Tromey <tom@tromey.com>
1755
1756 PR rust/23625:
1757 * gdb.rust/simple.exp: Add ptype test. Update expected output.
1758 * gdb.rust/expr.exp: Update expected output. Change one test.
1759
994b876a
TT
17602018-11-19 Tom Tromey <tom@tromey.com>
1761
1762 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1763
6769f276
PA
17642018-11-19 Pedro Alves <palves@redhat.com>
1765
1766 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
1767 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
1768 see the expected warning.
1769
38a72da0
AH
17702018-11-16 Alan Hayward <alan.hayward@arm.com>
1771
1772 PR gdb/22736:
1773 * gdb.cp/infcall-nodebug-lib.c: New test.
1774 * gdb.cp/infcall-nodebug-main.c: New test.
1775 * gdb.cp/infcall-nodebug.exp: New file.
1776
53a89d6e
SM
17772018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
1778
1779 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
1780 completer tests.
1781
9325300d
TV
17822018-11-09 Tom de Vries <tdevries@suse.de>
1783
1784 * gdb.base/msym-lang.c: New test.
1785 * gdb.base/msym-lang.exp: New file.
1786 * gdb.base/msym-lang-main.c: New test.
1787
20f0d60d
TT
17882018-11-08 Tom Tromey <tom@tromey.com>
1789
1790 PR gdb/23555:
1791 PR gdb/23838:
1792 * gdb.base/warning.exp: New file.
1793
b5420128
JB
17942018-11-08 Jan Beulich <jbeulich@suse.com>
1795
1796 * testsuite/gdb.arch/i386-avx512.c,
1797 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1798
cd115d61
AB
17992018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
1800
1801 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1802 point hardware.
1803
35ee2dc2
AB
18042018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
1805
1806 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1807 * gdb.dwarf2/missing-type-name.exp: New file.
1808
31aceee8
TV
18092018-11-06 Tom de Vries <tdevries@suse.de>
1810
1811 * gdb.base/many-headers.c: New test.
1812 * gdb.base/many-headers.exp: New file.
1813
109be305
JW
18142018-11-06 Jim Wilson <jimw@sifive.com>
1815
1816 * gdb.base/code_elim.exp: For riscv, set additional_flags
1817 to include -msmall-data-limit=0.
1818
e2b7af72
JB
18192018-11-01 Joel Brobecker <brobecker@adacore.com>
1820
1821 * gdb.ada/watch_minus_l: New testcase.
1822
cdcda965
SM
18232018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1824
1825 * gdb.arch/aix-sighandle.c: New file.
1826 * gdb.arch/aix-sighandle.exp: New file.
1827
92dcebf3
AB
18282018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1829
1830 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1831 registers being unions.
1832
68b9ac18
TV
18332018-10-31 Tom de Vries <tdevries@suse.de>
1834
1835 * lib/valgrind.exp: New file.
1836 (vgdb_start, vgdb_stop): New procs, factored out of ...
1837 * gdb.base/valgrind-bt.exp: ... here, ...
1838 * gdb.base/valgrind-disp-step.exp: ... here and ...
1839 * gdb.base/valgrind-infcall.exp: ... here.
1840
1443936e
TV
18412018-10-31 Tom de Vries <tdevries@suse.de>
1842
1843 * lib/gdb.exp (get_valueof): Don't output read value in test name.
1844
eb77c9df
AB
18452018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1846
1847 * gdb.dwarf2/void-type.c: New file.
1848 * gdb.dwarf2/void-type.exp: New file.
1849
82b5e646
PW
18502018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1851
1852 * gdb.base/info_qt.c: New file.
1853 * gdb.base/info_qt.exp: New file.
1854
8d619c01
EBM
18552018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1856
1857 * gdb.arch/powerpc-htm-regs.c: New file.
1858 * gdb.arch/powerpc-htm-regs.exp: New file.
1859
f2cf6173
EBM
18602018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1861
1862 * gdb.arch/powerpc-tar.c: New file.
1863 * gdb.arch/powerpc-tar.exp: New file.
1864
7ca18ed6
EBM
18652018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1866
1867 * gdb.arch/powerpc-ppr-dscr.c: New file.
1868 * gdb.arch/powerpc-ppr-dscr.exp: New file.
1869
bfcc0eba
TV
18702018-10-25 Tom de Vries <tdevries@suse.de>
1871
1872 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1873
fe1a5cad
TV
18742018-10-24 Tom de Vries <tdevries@suse.de>
1875
1876 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1877 longer exists error.
1878
a76dc3b7
TV
18792018-10-24 Tom de Vries <tdevries@suse.de>
1880
1881 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1882
4df46df7
TV
18832018-10-24 Tom de Vries <tdevries@suse.de>
1884
1885 * gdb.base/valgrind-db-attach.exp: Handle removed support for
1886 --db-attach in valgrind.
1887
0dbfcfff
AB
18882018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
1889
1890 * gdb.arch/riscv-reg-aliases.c: New file.
1891 * gdb.arch/riscv-reg-aliases.exp: New file.
1892
b04480b1
AH
18932018-10-19 Alan Hayward <alan.hayward@arm.com>
1894
1895 * gdb.python/py-cmd.exp: Check for gdb_prompt.
1896
2c6ac8d7
AH
18972018-10-19 Alan Hayward <alan.hayward@arm.com>
1898
1899 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1900
2bc69f25
AH
19012018-10-19 Alan Hayward <alan.hayward@arm.com>
1902
1903 * gdb.cp/ovldbreak.exp: Fix regexps.
1904
1f1ae3a3
AH
19052018-10-19 Alan Hayward <alan.hayward@arm.com>
1906
1907 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1908
94c18618
SDJ
19092018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
1910
1911 PR cli/23785
1912 * gdb.base/restore.exp: New test to check if "restore" with an
1913 invalid file doesn't segfault.
1914
812cd6eb
TV
19152018-10-18 Tom de Vries <tdevries@suse.de>
1916
1917 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1918 * gdb.ada/excep_handle.exp: Same.
1919 * gdb.ada/mi_string_access.exp: Same.
1920 * gdb.ada/mi_var_union.exp: Same.
1921 * gdb.arch/arc-analyze-prologue.exp: Same.
1922 * gdb.arch/arc-decode-insn.exp: Same.
1923 * gdb.base/readnever.exp: Same.
1924 * gdb.fortran/printing-types.exp: Same.
1925 * gdb.guile/scm-lazy-string.exp: Same.
1926
c4b90788
TV
19272018-10-16 Tom de Vries <tdevries@suse.de>
1928
1929 PR gdb/23730
1930 * gdb.base/catch-follow-exec.c: Add copyright notice.
1931 * gdb.base/catch-follow-exec.exp: Rewrite to use
1932 gdb_spawn_with_cmdline_opts. Require gdb-native.
1933
8bca2978
SL
19342018-10-12 Sandra Loosemore <sandra@codesourcery.com>
1935
1936 * gdb.trace/actions-changed.exp: Check for arch support.
1937 * gdb.trace/actions.exp: Likewise.
1938 * gdb.trace/ax.exp: Likewise.
1939 * gdb.trace/backtrace.exp: Likewise.
1940 * gdb.trace/change-loc.exp: Likewise.
1941 * gdb.trace/deltrace.exp: Likewise.
1942 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1943 * gdb.trace/ftrace.exp: Likewise.
1944 * gdb.trace/infotrace.exp: Check for arch support.
1945 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1946 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1947 * gdb.trace/mi-tsv-changed.exp: Likewise.
1948 * gdb.trace/packetlen.exp: Likewise.
1949 * gdb.trace/passc-dyn.exp: Likewise.
1950 * gdb.trace/passcount.exp: Likewise.
1951 * gdb.trace/pending.exp: Likewise.
1952 * gdb.trace/range-stepping.exp: Check for shlib support.
1953 * gdb.trace/report.exp: Check for arch support.
1954 * gdb.trace/save-trace.exp: Likewise.
1955 * gdb.trace/signal.exp: Check for signal support.
1956 * gdb.trace/tfind.exp: Check for arch support.
1957 * gdb.trace/trace-break.exp: Check for arch and shlib support.
1958 * gdb.trace/trace-common.h: Add comment.
1959 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1960 * gdb.trace/trace-enable-disable.exp: Likewise.
1961 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
1962 * gdb.trace/tracecmd.exp: Check for arch support.
1963 * gdb.trace/tspeed.exp: Check for shlib and target support.
1964 * gdb.trace/tstatus.exp: Check for arch support.
1965 * gdb.trace/tsv.exp: Likewise.
1966 * gdb.trace/while-dyn.exp: Likewise.
1967 * gdb.trace/while-stepping.exp: Likewise.
1968 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1969
f9c49bff
SM
19702018-10-12 Simon Marchi <simon.marchi@ericsson.com>
1971
1972 * gdb.trace/tspeed.exp: Remove nowarnings.
1973 (prepare_for_trace_test): Declare "global ipalib".
1974 * gdb.trace/tspeed.c: Include unistd.h.
1975 (main): Remove superfluous printf argument.
1976
d4330bde
SL
19772018-10-11 Sandra Loosemore <sandra@codesourcery.com>
1978
1979 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1980 directory prefix on the filename.
1981
8ecfd7bd
SDJ
19822018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
1983
1984 * gdb.gdb/unittest.exp: Update expected message informing that
1985 selftests have been disabled.
1986 * gdb.server/unittest.exp: Likewise.
1987
58bbcd02
TV
19882018-10-09 Tom de Vries <tdevries@suse.de>
1989
1990 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1991 with runto_main.
1992
9f6b697b
WP
19932018-10-08 Weimin Pan <weimin.pan@oracle.com>
1994
1995 PR c++/16841
1996 * gdb.cp/virtbase2.cc: New file.
1997 * gdb.cp/virtbase2.exp: New file.
1998
add5ded5
TT
19992018-10-06 Tom Tromey <tom@tromey.com>
2000
2001 PR python/19399:
2002 * gdb.python/py-inferior.exp: Add architecture test.
2003
f9e48344
TT
20042018-10-06 Tom Tromey <tom@tromey.com>
2005
2006 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2007 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2008
2a8be203
TT
20092018-10-06 Tom Tromey <tom@tromey.com>
2010
2011 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2012 of a "throw" catchpoint.
2013
e04caa70
SDJ
20142018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2015
2016 * gdb.base/info-proc.exp: Update string expected from "help info
2017 proc".
2018
5ca8c39f
TT
20192018-10-04 Tom Tromey <tom@tromey.com>
2020
2021 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2022 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2023 (test_initial_complaints, test_empty_complaints): Update.
2024 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2025
3453e7e4
TT
20262018-10-04 Tom Tromey <tom@tromey.com>
2027
2028 PR cli/19551:
2029 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2030 * lib/gdb.exp (gdb_file_cmd): Update.
2031 * gdb.stabs/weird.exp (print_weird_var): Update.
2032 * gdb.server/solib-list.exp: Update.
2033 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2034 * gdb.mi/mi-cli.exp: Update.
2035 * gdb.linespec/linespec.exp: Update.
2036 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2037 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2038 * gdb.cp/cp-relocate.exp: Update.
2039 * gdb.base/sym-file.exp: Update.
2040 * gdb.base/relocate.exp: Update.
2041 * gdb.base/readnever.exp: Update.
2042 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2043 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2044 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2045 * gdb.base/code_elim.exp: Update.
2046 * gdb.base/break-unload-file.exp (test_break): Update.
2047 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2048 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2049 Update.
2050 * gdb.base/attach.exp (do_attach_tests): Update.
2051 * gdb.base/sepdebug.exp: Update.
2052 * gdb.python/py-section-script.exp: Update.
2053
6afcf761
TT
20542018-10-04 Tom Tromey <tom@tromey.com>
2055
2056 PR cli/22234:
2057 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2058 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2059 output.
2060
fef1b293
TT
20612018-10-04 Tom Tromey <tom@tromey.com>
2062
2063 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2064 set width and height to 0.
2065 (test_command_line_attach_run): Use -quiet.
2066
ca98345e
SL
20672018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2068
2069 * lib/gdb.exp (skip_ifunc_tests): New.
2070 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2071 other compile failures.
2072 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2073
ff34e6ae
SM
20742018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2075
2076 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2077 is_amd64_regs_target.
2078
6bb8890e
AH
20792018-10-01 Alan Hayward <alan.hayward@arm.com>
2080
2081 * gdb.arch/aarch64-sighandler-regs.c: New test.
2082 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2083 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2084
224d30d3
MM
20852018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2086
2087 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2088 assembly.
2089
f67ffa6a
AB
20902018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2091
2092 * gdb.base/frame-selection.exp: New file.
2093 * gdb.base/frame-selection.c: New file.
2094
9fc3183f
AH
20952018-09-27 Alan Hayward <alan.hayward@arm.com>
2096
2097 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2098 pthread barrier.
2099 (main): Likewise.
2100
d354055e
AB
21012018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2102
2103 * gdb.base/large-frame-1.c: New file.
2104 * gdb.base/large-frame-2.c: New file.
2105 * gdb.base/large-frame.exp: New file.
2106 * gdb.base/large-frame.h: New file.
2107
db727370
JL
21082018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2109
2110 PR gdb/20948
2111 * gdb.base/write_mem.exp: New test.
2112 * gdb.base/write_mem.c: Likewise.
2113
ae778caf
TT
21142018-09-23 Tom Tromey <tom@tromey.com>
2115
2116 PR python/18852:
2117 * gdb.python/py-parameter.exp: Add test for parameter that throws
2118 on "set".
2119
fd3ba736
TT
21202018-09-23 Tom Tromey <tom@tromey.com>
2121
2122 PR python/17284:
2123 * gdb.python/py-template.exp (test_template_arg): Add test for
2124 negative template argument number.
2125
39a24317
TT
21262018-09-23 Tom Tromey <tom@tromey.com>
2127
2128 PR python/14062:
2129 * gdb.python/python.exp: Add test for post_event error.
2130
f5769a2c
TT
21312018-09-23 Tom Tromey <tom@tromey.com>
2132
2133 PR python/18170:
2134 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2135 convert pointers to int and long.
2136
1c1e54f6
TT
21372018-09-23 Tom Tromey <tom@tromey.com>
2138
2139 PR python/20126:
2140 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2141 signed-ness conversion tests.
2142
fb4fa946
TT
21432018-09-23 Tom Tromey <tom@tromey.com>
2144
2145 PR python/18352;
2146 * gdb.python/py-value.exp (test_float_conversion): New proc.
2147 Use it.
2148
a466edac
HAQ
21492018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2150
2151 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2152
4ee9b0c5
SL
21532018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2154
2155 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2156 no readline.
2157 * gdb.base/utf8-identifiers.exp: Likewise.
2158 * gdb.cp/cpcompletion.exp: Likewise.
2159 * gdb.linespec/cpcompletion.exp: Likewise.
2160 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2161 * gdb.linespec/cpls-ops.exp: Likewise.
2162
23be8da7
RB
21632018-09-19 Richard Bunt <richard.bunt@arm.com>
2164 Chris January <chris.january@arm.com>
2165
2166 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2167 * gdb.fortran/short-circuit-argument-list.exp: New file.
2168 * gdb.fortran/short-circuit-argument-list.f90: New test.
2169
5031d0ae
SDJ
21702018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2171
2172 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2173 "arch=" keyword when executing "-stack-list-frames".
2174
b4c0d1a4
SDJ
21752018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2176
2177 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2178 "arch=" keyword when executing "-stack-list-frames".
2179
7a6d2b45
SDJ
21802018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2181
2182 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2183 break ada".
2184
8588b356
SM
21852018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2186
2187 PR python/23669
2188 * gdb.python/python.exp: Test gdb.execute("show commands").
2189
65e65158
TT
21902018-09-16 Tom Tromey <tom@tromey.com>
2191
2192 * gdb.base/new-ui.exp (do_execution_tests): Update.
2193 * gdb.base/dbx.exp (test_breakpoints): Update.
2194
bf326452
AH
21952018-09-14 Alan Hayward <alan.hayward@arm.com>
2196
2197 * lib/gdb.exp (gdb_simple_compile): Add proc.
2198 (is_elf_target): Use gdb_simple_compile.
2199 (skip_altivec_tests): Likewise.
2200 (skip_vsx_tests): Likewise.
2201 (skip_tsx_tests): Likewise.
2202 (skip_btrace_tests): Likewise.
2203 (skip_btrace_pt_tests): Likewise.
2204 (gdb_can_simple_compile): Likewise.
2205 (gdb_has_argv0): Likewise.
2206 (gdb_target_symbol_prefix): Likewise.
2207 (target_supports_scheduler_locking): Likewise.
2208
2361b0fb
TT
22092018-09-13 Tom Tromey <tom@tromey.com>
2210
2211 * Makefile.in (TAGS): Recognize proc_with_prefix and
2212 gdb_caching_proc.
2213
0ae1a321
SM
22142018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2215
2216 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2217 method.
2218
a40bf0c2
SM
22192018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2220
2221 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2222 and a few other Inferior properties when the Inferior is no
2223 longer valid.
2224
4a3fe98f
TT
22252018-09-13 Tom Tromey <tom@tromey.com>
2226
2227 PR rust/23650:
2228 * gdb.rust/simple.exp: Add test for enum field access error.
2229
098b2108
TT
22302018-09-13 Tom Tromey <tom@tromey.com>
2231
2232 PR rust/23626:
2233 * gdb.rust/simple.rs (EmptyEnum): New type.
2234 (main): Use it.
2235 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2236
1256af7d
SM
22372018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2238
2239 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2240 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2241 * gdb.python/py-symtab.exp: Update test printing an objfile.
2242
4aa8e6c2
SM
22432018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2244
2245 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2246 object.
2247
c221b2f7
AH
22482018-09-12 Alan Hayward <alan.hayward@arm.com>
2249
2250 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2251 (support_complex_tests): Use gdb_can_simple_compile.
2252 (is_ilp32_target): Likewise.
2253 (is_lp64_target): Likewise.
2254 (is_64_target): Likewise.
2255 (is_amd64_regs_target): Likewise.
2256 (is_aarch32_target): Likewise.
2257 (gdb_int128_helper): Likewise.
2258
6f1107b5
JK
22592018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2260
2261 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2262
1f5d1570
JG
22632018-09-10 Jerome Guitton <guitton@adacore.com>
2264
2265 * gdb.ada/same_component_name: Add test for case of tagged record
2266 with variable-length fields.
2267
cc330e39
XR
22682018-09-10 Xavier Roirand <roirand@adacore.com>
2269
2270 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2271 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2272 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2273 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2274
b9c50e9a
XR
22752018-09-10 Xavier Roirand <roirand@adacore.com>
2276
2277 * gdb.ada/mi_string_access.exp: New testcase.
2278 * gdb.ada/mi_string_access/bar.adb: New file.
2279 * gdb.ada/mi_string_access/pck.adb: New file.
2280 * gdb.ada/mi_string_access/pck.asd: New file.
2281
2963898f
XR
22822018-09-10 Xavier Roirand <roirand@adacore.com>
2283
2284 * gdb.ada/mi_var_union.exp: New testcase.
2285 * gdb.ada/mi_var_union/bar.adb: New file.
2286 * gdb.ada/mi_var_union/pck.adb: New file.
2287 * gdb.ada/mi_var_union/pck.asd: New file.
2288
1aac008f
TT
22892018-09-08 Tom Tromey <tom@tromey.com>
2290
2291 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2292
332cf4c9
TT
22932018-09-08 Tom Tromey <tom@tromey.com>
2294
2295 PR python/16047:
2296 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2297 (register_pretty_printers): Register new printer.
2298 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2299 test.
2300 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2301 (an_int_type3): New global.
2302
424da6cf
JB
23032018-09-08 Joel Brobecker <brobecker@adacore.com>
2304
2305 * gdb.ada/expr_with_funcall: New testcase.
2306
2a62dfa9
JB
23072018-09-08 Joel Brobecker <brobecker@adacore.com>
2308
2309 * gdb.ada/packed_array_assign: New testcase.
2310
96b6697f
AB
23112018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2312
2313 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2314 names, and add test prefixes to make test names unique.
2315
e4a62c65
TV
23162018-09-05 Tom de Vries <tdevries@suse.de>
2317
2318 * gdb.dwarf2/varval.exp: Add test.
2319
dd083ee2
GB
23202018-09-04 Gary Benson <gbenson@redhat.com>
2321
2322 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2323 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2324
aef9346c
TT
23252018-08-31 Tom Tromey <tom@tromey.com>
2326
2327 * gdb.rust/simple.rs: Rename second variable "v".
2328
c67f2e15
AB
23292018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * gdb.base/funcargs.c (use_a): New function.
2332 (recurse): Call use_a.
2333
078a0207
KS
23342018-08-29 Keith Seitz <keiths@redhat.com>
2335
2336 * gdb.compile/compile-cplus-anonymous.cc: New file.
2337 * gdb.compile/compile-cplus-anonymous.exp: New file.
2338 * gdb.compile/compile-cplus-array-decay.cc: New file.
2339 * gdb.compile/compile-cplus-array-decay.exp: New file.
2340 * gdb.compile/compile-cplus-inherit.cc: New file.
2341 * gdb.compile/compile-cplus-inherit.exp: New file.
2342 * gdb.compile/compile-cplus-member.cc: New file.
2343 * gdb.compile/compile-cplus-member.exp: New file.
2344 * gdb.compile/compile-cplus-method.cc: New file.
2345 * gdb.compile/compile-cplus-method.exp: New file.
2346 * gdb.compile/compile-cplus-mod.c: "New" file.
2347 * gdb.compile/compile-cplus-namespace.cc: New file.
2348 * gdb.compile/compile-cplus-namespace.exp: New file.
2349 * gdb.compile/compile-cplus-nested.cc: New file.
2350 * gdb.compile/compile-cplus-nested.exp: New file.
2351 * gdb.compile/compile-cplus-print.c: "New" file.
2352 * gdb.compile/compile-cplus-print.exp: "New" file.
2353 * gdb.compile/compile-cplus-virtual.cc: New file.
2354 * gdb.compile/compile-cplus-virtual.exp: New file.
2355 * gdb.compile/compile-cplus.c: "New" file.
2356 * gdb.compile/compile-cplus.exp: "New" file.
2357 * lib/compile-support.exp: New file.
2358
b0f492b9
GB
23592018-08-16 Gary Benson <gbenson@redhat.com>
2360
2361 PR gdb/13000:
2362 * gdb.base/batch-exit-status.exp: New file.
2363 * gdb.base/batch-exit-status.good-commands: Likewise.
2364 * gdb.base/batch-exit-status.bad-commands: Likewise.
2365
36eb4c5f
AH
23662018-08-29 Alan Hayward <alan.hayward@arm.com>
2367
2368 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2369 (struct struct02): Likewise.
2370 (struct struct03): Likewise.
2371 (struct struct04): Likewise.
2372 (struct struct_01_01): New struct.
2373 (struct struct_01_02): Likewise.
2374 (struct struct_01_03): Likewise.
2375 (struct struct_01_04): Likewise.
2376 (struct struct_02_01): Likewise.
2377 (struct struct_02_02): Likewise.
2378 (struct struct_02_03): Likewise.
2379 (struct struct_02_04): Likewise.
2380 (struct struct_04_01): Likewise.
2381 (struct struct_04_02): Likewise.
2382 (struct struct_04_03): Likewise.
2383 (struct struct_04_04): Likewise.
2384 (struct struct_05_01): Likewise.
2385 (struct struct_05_02): Likewise.
2386 (struct struct_05_03): Likewise.
2387 (struct struct_05_04): Likewise.
2388 (cmp_struct01): Remove function.
2389 (cmp_struct02): Likewise.
2390 (cmp_struct03): Likewise.
2391 (cmp_struct04): Likewise.
2392 (cmp_struct_01_01): Add Function.
2393 (cmp_struct_01_02): Likewise.
2394 (cmp_struct_01_03): Likewise.
2395 (cmp_struct_01_04): Likewise.
2396 (cmp_struct_02_01): Likewise.
2397 (cmp_struct_02_02): Likewise.
2398 (cmp_struct_02_03): Likewise.
2399 (cmp_struct_02_04): Likewise.
2400 (cmp_struct_04_01): Likewise.
2401 (cmp_struct_04_02): Likewise.
2402 (cmp_struct_04_03): Likewise.
2403 (cmp_struct_04_04): Likewise.
2404 (cmp_struct_05_01): Likewise.
2405 (cmp_struct_05_02): Likewise.
2406 (cmp_struct_05_03): Likewise.
2407 (cmp_struct_05_04): Likewise.
2408 (call_all): Add new structs.
2409 * gdb.base/infcall-nested-structs.exp: Likewise.
2410
3bf9c013
JV
24112018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2412
2413 * gdb.python/py-framefilter-mi.exp: Update regexp to
2414 check for "arch" field in frame output.
2415
450d1e88
KB
24162018-08-23 Kevin Buettner <kevinb@redhat.com>
2417
2418 * gdb.dwarf2/dw2-ranges-func.c: New file.
2419 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2420
ae739fe7
SM
24212018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2422
2423 * gdb.base/term.exp: Compare terminal settings with values from
2424 the inferior.
2425 * gdb.base/term.c: Get and set terminal settings.
2426
6d52907e
JV
24272018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2428
2429 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2430 accommodate new "arch" field in frame output.
2431 * gdb.mi/mi-return.exp: Likewise.
2432 * gdb.mi/mi-stack.exp: Likewise.
2433 * gdb.mi/mi-syn-frame.exp: Likewise.
2434 * gdb.mi/user-selected-context-sync.exp: Likewise.
2435
be2d111a
MS
24362018-08-19 Michael Spang <spang@google.com>
2437
2438 PR gdb/11786
2439 * gdb.base/gcore-tls-pie.c: New file.
2440 * gdb.base/gcore-tls-pie.exp: New file.
2441
ae3a7c47
KB
24422018-08-18 Kevin Buettner <kevinb@redhat.com>
2443
2444 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2445 * gdb.dwarf2/varval.c: New file.
2446 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2447
2ecae92e
AH
24482018-08-17 Alan Hayward <alan.hayward@arm.com>
2449
2450 PR gdb/18931
2451 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2452
c1854f1d
KS
24532018-08-16 Keith Seitz <keiths@redhat.com>
2454
2455 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2456 tests expected to pass.
2457
26fb3983
JV
24582018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2459
2460 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2461 -data-disassemble -a.
2462 (test_disassembly_bogus_args): Likewise.
2463
67943c00
AB
24642018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2465
2466 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2467
5ff2bbae
AB
24682018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2469
2470 * gdb.base/vla-optimized-out.exp: Add new test.
2471
e5bbcd0f
AB
24722018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2473
2474 * gdb.base/vla-optimized-out-o3.exp: Delete.
2475 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2476 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2477 deleted tests.
2478
9d4a934c
AB
24792018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2480
2481 PR gdb/18050:
2482 * gdb.server/extended-remote-restart.c: New file.
2483 * gdb.server/extended-remote-restart.exp: New file.
2484
045cf012
SM
24852018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2486
2487 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2488 "set variable index = 42".
2489
87d6a7aa
SM
24902018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2491
2492 * boards/index-cache-gdb.exp: New file.
2493 * gdb.dwarf2/index-cache.exp: New file.
2494 * gdb.dwarf2/index-cache.c: New file.
2495 * gdb.base/maint.exp: Check if we are using the index cache.
2496
96d68bd4
RO
24972018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2498
2499 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2500 MAKEFLAGS.
2501
5a699617
RO
25022018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2503
2504 * dg-extract-results.sh: Move to toplevel contrib.
2505 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2506 * Makefile.in (check-parallel-racy): Likewise.
2507
5bd18990
AB
25082018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2509
2510 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2511 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2512 tests if the target supports scheduler locking.
2513
3fbbcf47
TV
25142018-08-04 Tom de Vries <tdevries@suse.de>
2515
2516 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2517
3e1d3d8c
TT
25182018-08-02 Tom Tromey <tom@tromey.com>
2519
2520 PR symtab/16842.
2521 * gdb.cp/temargs.exp: Test "info address" of a template
2522 parameter.
2523
5abe0f0c
JV
25242018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2525
2526 * gdb.python/py-mi-var-info-path-expression.c: New file.
2527 * gdb.python/py-mi-var-info-path-expression.py: New file.
2528 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2529
fb66cde8
SDJ
25302018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2531
2532 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2533 error after "cannot resolve name" string.
2534
c708f4d2
AB
25352018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2536
2537 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2538 started.
2539 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2540
37cc0cae
TV
25412018-07-28 Tom de Vries <tdevries@suse.de>
2542
2543 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2544
63b4ecf7
TV
25452018-07-26 Tom de Vries <tdevries@suse.de>
2546
2547 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2548
3c3bb058
AB
25492018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2550
2551 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2552 is visible.
2553
9e7f3bbb
TV
25542018-07-26 Tom de Vries <tdevries@suse.de>
2555
2556 PR breakpoints/23366
2557 * gdb.base/catch-follow-exec.c: New test.
2558 * gdb.base/catch-follow-exec.exp: New file.
2559
16f808ec
TV
25602018-07-25 Tom de Vries <tdevries@suse.de>
2561
2562 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
2563 vla-optimized-out.c.
2564
d7154a8d
JV
25652018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
2566
2567 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2568 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2569
232a0032
TV
25702018-07-20 Tom de Vries <tdevries@suse.de>
2571
2572 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2573 NOCLONE macro.
2574 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2575
fbb1d502
TV
25762018-07-19 Tom de Vries <tdevries@suse.de>
2577
2578 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2579 regular expression.
2580
42dc7699
TV
25812018-07-18 Tom de Vries <tdevries@suse.de>
2582
2583 * gdb.base/vla-optimized-out.c: New test.
2584 * gdb.base/vla-optimized-out.exp: New file.
2585
7f1f7e23
SDJ
25862018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
2587
2588 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2589 message "No address associated with hostname" when gdbserver
2590 cannot resolve the hostname.
2591
5759ebb3
PW
25922018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2593
2594 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2595 Add some test prefixes to make tests unique.
2596
3606ccab
PW
25972018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2598
2599 * gdb.base/frameapply.c: New file.
2600 * gdb.base/frameapply.exp: New file.
2601
529c08b2
PW
26022018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2603
2604 * gdb.base/skip.exp: Update expected error message.
2605
c7ab0aef
SDJ
26062018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2607 Jan Kratochvil <jan.kratochvil@redhat.com>
2608 Paul Fertser <fercerpav@gmail.com>
2609 Tsutomu Seki <sekiriki@gmail.com>
2610
2611 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2612 parameter.
2613 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2614 by default.
2615 * boards/native-gdbserver.exp: Likewise.
2616 * gdb.server/run-without-local-binary.exp: Improve regexp used
2617 for detecting when a remote debugging connection succeeds.
2618 * gdb.server/server-connect.exp: New file.
2619 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2620 Do not prefix the port number with ":".
2621 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
2622 support for detecting and using it. Add '$debughost_gdbserver'
2623 to the list of arguments used to start gdbserver. Handle case
2624 when gdbserver cannot resolve a network name.
2625
16ff70dd
SDJ
26262018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
2627
2628 PR c++/23373
2629 * gdb.base/ptype-offsets.cc (struct static_member): New
2630 struct.
2631 (main) <stmember>: New variable.
2632 * gdb.base/ptype-offsets.exp: Add test for printing a struct
2633 with a static member in it.
2634
3541979f
AB
26352018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
2636
2637 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2638 watchpoints enabled and disabled.
2639
c8ad9b9a
AB
26402018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2641
2642 * gdb.base/examine-backward.exp: Still run tests around address
2643 0x0, even if address 0x0 is not readable. Update the pattern for
2644 matching address 0x0 in expected output.
2645
e0e5e971
AB
26462018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2647
2648 * gdb.base/share-env-with-gdbserver.c (main): Add call to
2649 malloc/free.
2650
1ea5da02
TV
26512018-07-04 Tom de Vries <tdevries@suse.de>
2652
2653 * gdb.dwarf2/dw2-error.exp: Update expected error message.
2654
471b9d15
MR
26552018-07-02 Maciej W. Rozycki <macro@mips.com>
2656
2657 PR tdep/8282
2658 * gdb.arch/mips-disassembler-options.exp: New test.
2659 * gdb.arch/mips-disassembler-options.s: New test source.
2660
75acb486
PA
26612018-06-29 Pedro Alves <palves@redhat.com>
2662
2663 * gdb.threads/names.exp: Adjust expected "info threads" output.
2664
cd2bb709
PA
26652018-06-29 Pedro Alves <palves@redhat.com>
2666
2667 * gdb.opt/inline-break.exp (line number, address): Add "info
2668 break" tests.
2669
991ff292
PA
26702018-06-29 Pedro Alves <palves@redhat.com>
2671
2672 * gdb.opt/inline-break.c (func1): Add "break here" marker.
2673 * gdb.opt/inline-break.exp: Test setting breakpoints by line
2674 number and address and running to them.
2675
356819b6 26762018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
2677
2678 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2679
2512d7ef
JK
26802018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2681
2682 * lib/compiler.c: Remove executable permission flag.
2683
be1b6474
RB
26842018-06-28 Richard Bunt <richard.bunt@arm.com>
2685
2686 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2687 code.
2688 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2689
291f9a96
PT
26902018-06-28 Petr Tesarik <ptesarik@suse.cz>
2691
2692 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2693
ed6dfe51
PT
26942018-06-28 Petr Tesarik <ptesarik@suse.cz>
2695
2696 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2697 address argument is omitted.
2698
d4d429d5
PT
26992018-06-28 Petr Tesarik <ptesarik@suse.cz>
2700
2701 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2702
7ab6656f
OJ
27032018-06-27 Omair Javaid <omair.javaid@linaro.org>
2704
2705 PR gdb/21695
2706 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2707 * gdb.base/infoline-reloc-main-from-zero.c: New file.
2708
a33ccfc7
TT
27092018-06-26 Tom Tromey <tom@tromey.com>
2710
2711 PR rust/22574:
2712 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2713 * gdb.rust/simple.rs (struct SimpleLayout): New.
2714
6d72d289
SM
27152018-06-22 Simon Marchi <simon.marchi@ericsson.com>
2716
2717 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2718 "info registers" output.
2719
8363f9d5
RB
27202018-06-21 Richard Bunt <richard.bunt@arm.com>
2721
2722 * gdb.base/watchpoint-hw-attach.c: New test.
2723 * gdb.base/watchpoint-hw-attach.exp: New file.
2724
f00674fe
SM
27252018-06-20 Simon Marchi <simon.marchi@ericsson.com>
2726
2727 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2728 through /bin/sh.
2729 * boards/dwarf4-gdb-index.exp: Likewise.
2730 * boards/fission-dwp.exp: Likewise.
2731
1d554008
UW
27322018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
2733
2734 * gdb.base/float128.exp: Add comment and improved fail message
2735 to the failure case of "print large128" test.
2736
d0ac1c44
SM
27372018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2738
2739 * configure.ac: Remove AC_PREREQ.
2740 * configure: Re-generate.
2741
61b04dd0
PA
27422018-06-19 Pedro Alves <palves@redhat.com>
2743
2744 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2745 (func_extern_caller): New.
2746 (main): Call func_extern_caller.
2747 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2748 logic change.
2749
f63b508a
SM
27502018-06-18 Weimin Pan <weimin.pan@oracle.com>
2751
2752 PR gdb/16841
2753 * gdb.cp/typedef-base.cc: New file.
2754 * gdb.cp/typedef-base.exp: New file.
2755
0fe3a558
TV
27562018-06-18 Tom de Vries <tdevries@suse.de>
2757
2758 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2759
7010835a
AB
27602018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2761 Richard Bunt <Richard.Bunt@arm.com>
2762
2763 * gdb.threads/attach-slow-waitpid.c: New file.
2764 * gdb.threads/attach-slow-waitpid.exp: New file.
2765 * gdb.threads/slow-waitpid.c: New file.
2766
14897d65
PA
27672018-06-14 Pedro Alves <palves@redhat.com>
2768
2769 * gdb.base/fork-running-state.c: Include <errno.h>.
2770 (exit_if_relative_exits): New.
2771 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2772 exits.
2773 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2774 child exits.
2775
5d9a0608
TV
27762018-06-14 Tom de Vries <tdevries@suse.de>
2777
2778 PR cli/22573
2779 * gdb.base/finish-pretty.c: New test.
2780 * gdb.base/finish-pretty.exp: New file.
2781
11ae5818
PA
27822018-06-14 Pedro Alves <palves@redhat.com>
2783
2784 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2785 gdb's expected startup output.
2786
1d39de44
PA
27872018-06-14 Pedro Alves <palves@redhat.com>
2788
2789 * lib/selftest-support.exp (selftest_setup): Remove inlined
2790 function handling.
2791
70ee0000
TV
27922018-06-14 Tom de Vries <tdevries@suse.de>
2793
2794 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2795 matching of breakpoint printing.
2796
11f4b608
TV
27972018-06-13 Tom de Vries <tdevries@suse.de>
2798
2799 PR testsuite/23269
2800 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2801 (fork_child): ... here, and ...
2802 (fork_parent): ... here.
2803
28042018-06-12 Tom de Vries <tdevries@suse.de>
2805
2806 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2807
9516f85a
AB
28082018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
2809 Stephen Roberts <stephen.roberts@arm.com>
2810
2811 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2812 rewrite test to describe action performed, rather than possible
2813 failure.
2814
5045b3d7
GB
28152018-06-08 Gary Benson <gbenson@redhat.com>
2816
2817 * gdb.threads/check-libthread-db.exp: New file.
2818 * gdb.threads/check-libthread-db.c: Likewise.
2819
c61b06a1
TT
28202018-06-05 Tom Tromey <tom@tromey.com>
2821
2822 * gdb.base/default.exp: Update expected "show version" output.
2823
eb6af809
TT
28242018-06-05 Tom Tromey <tom@tromey.com>
2825
2826 PR cli/12326:
2827 * gdb.cp/static-print-quit.exp: Update.
2828 * lib/gdb.exp (pagination_prompt): Update.
2829 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
2830 * gdb.python/python.exp: Update.
2831
178d6a63
JB
28322018-06-04 Joel Brobecker <brobecker@adacore.com>
2833
2834 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2835
8e817061
JB
28362018-06-01 Joel Brobecker <brobecker@adacore.com>
2837
2838 * gdb.ada/bp_fun_addr: New testcase.
2839
e86ca25f
TT
28402018-06-01 Tom Tromey <tom@tromey.com>
2841
2842 * gdb.xml/tdesc-regs.exp (load_description): Update expected
2843 results.
2844 * gdb.dwarf2/method-ptr.exp: Set language to C++.
2845 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2846 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2847 * gdb.base/maint.exp (maint_pass_if): Update.
2848
4b2dfa9d
MR
28492018-05-31 Maciej W. Rozycki <macro@mips.com>
2850
2851 * gdb.base/endian.exp: New test.
2852 * gdb.base/endian.c: New test source.
2853
45f25d6c
AB
28542018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
2855
2856 PR gdb/23203
2857 * gdb.base/bt-selected-frame.c: New file.
2858 * gdb.base/bt-selected-frame.exp: New file.
2859 * lib/gdb.exp (get_current_frame_number): New function.
2860
d9f6d7f8
MR
28612018-05-24 Maciej W. Rozycki <macro@mips.com>
2862 Pedro Alves <palves@redhat.com>
2863
2864 * gdb.threads/tls-core.c: Include <stdlib.h>
2865 (thread_proc): Call `abort'.
2866 * gdb.threads/tls-core.exp: Generate a core with core_find too.
2867 (tls_core_test): New procedure, bits factored out from ...
2868 (top level): ... here. Test both native cores and gcore cores.
2869
ff1cf532
TT
28702018-05-23 Tom Tromey <tom@tromey.com>
2871
2872 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2873
b98664d3
TT
28742018-05-23 Tom Tromey <tom@tromey.com>
2875
2876 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2877 symfile_complaints.
2878 (test_short_complaints): Likewise.
2879 (test_empty_complaints): Likewise.
2880 (test_initial_complaints): Update.
2881
4e9668d0
TT
28822018-05-23 Tom Tromey <tom@tromey.com>
2883
2884 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2885
43ba33c7
TT
28862018-05-23 Tom Tromey <tom@tromey.com>
2887
2888 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2889 (test_short_complaints): Update.
2890
035522c0
PA
28912018-05-22 Pedro Alves <palves@redhat.com>
2892
2893 * gdb.base/remote.exp: Only gdb_start after compiling the
2894 testcase. Issue "disconnect" before testing "set remote" command
2895 defaults. Issue clean_restart before running to main.
2896
cc0be08f
PA
28972018-05-22 Pedro Alves <palves@redhat.com>
2898
2899 * gdb.base/remote.exp: Adjust expected output of "show remote
2900 memory-write-packet-size". Add tests for "set remote
2901 memory-write-packet-size 0" and "set remote
2902 memory-write-packet-size fixed/limit".
2903
b1b60145
PA
29042018-05-22 Pedro Alves <palves@redhat.com>
2905
2906 PR gdb/22973
2907 * gdb.base/utf8-identifiers.c: New file.
2908 * gdb.base/utf8-identifiers.exp: New file.
2909
0ec848ad
PFC
29102018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2911
2912 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2913
2c3305f6
PFC
29142018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
2915
2916 * gdb.arch/powerpc-vsx-gcore.exp: New file.
2917
ce1e8424
TT
29182018-05-18 Tom Tromey <tom@tromey.com>
2919
2920 * gdb.base/ptype-offsets.exp: Update.
2921
ddfe970e
KS
29222018-05-17 Keith Seitz <keiths@redhat.com>
2923
2924 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2925 in expected breakpoint stop locations.
2926 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2927 move to proper scope to test variable values.
2928 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2929 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2930 New functions.
2931 (main): Call not_inline_func3.
2932 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2933 inline_func1, inline_func2, and inline_func3. Test that when each
2934 breakpoint is hit, GDB properly reports both the stop location
2935 and the backtrace. Repeat tests for temporary breakpoints.
2936
0726fcc6
MR
29372018-05-15 Maciej W. Rozycki <macro@mips.com>
2938
2939 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2940 rather then trying to access it in determining whether the PID
2941 of `gdbserver' could have been retrieved.
2942
8ee22052
AB
29432018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
2944
2945 * gdb.arch/amd64-init-x87-values.S: New file.
2946 * gdb.arch/amd64-init-x87-values.exp: New file.
2947
7785df48
JK
29482018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2949
2950 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2951
56bcdbea
TT
29522018-05-04 Tom Tromey <tom@tromey.com>
2953
2954 PR python/22730:
2955 * gdb.python/python.exp: Test multi-line execute.
2956
a913fffb
TT
29572018-05-04 Tom Tromey <tom@tromey.com>
2958
2959 PR python/22731:
2960 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2961
7a2c85f2
TT
29622018-05-04 Tom Tromey <tom@tromey.com>
2963
2964 PR gdb/11750:
2965 * gdb.base/define.exp: Test defining a user command inside a user
2966 command.
2967 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2968
a3b60e45
JK
29692018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2970 Pedro Alves <palves@redhat.com>
2971
2972 PR breakpoints/19806 and support for PR external/20207.
2973 * gdb.base/watchpoint-unaligned.c: New file.
2974 * gdb.base/watchpoint-unaligned.exp: New file.
2975
45fe4a03
AB
29762018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2977
2978 * gdb.base/maint.exp: Make test names unique, use
2979 test_prefix_command_help to test 'help maint info', and remove
2980 repeated test of 'help maint'.
2981
9be2ae8f
TT
29822018-05-04 Tom Tromey <tom@tromey.com>
2983
2984 PR gdb/22619:
2985 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2986 behavior.
2987
11859c31
AB
29882018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2989
2990 * gdb.base/maint.exp: Process output from 'maint print registers'
2991 line at a time.
2992
089a9490
AB
29932018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
2994
2995 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2996 timeout.
2997
9b0797e2
AB
29982018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
2999
3000 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3001 filter pattern.
3002
f6ac5f3d
PA
30032018-05-02 Pedro Alves <palves@redhat.com>
3004
3005 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3006 to_log_command renames.
3007 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3008
77d3c63b
TT
30092018-05-02 Tom Tromey <tom@tromey.com>
3010
3011 * gdb.python/py-parameter.exp: Set test message.
3012
0489430a
TT
30132018-05-02 Tom Tromey <tom@tromey.com>
3014
3015 PR python/20084:
3016 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3017 PARAM_ZUINTEGER_UNLIMITED tests.
3018
1632f8ba
DR
30192018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3020
3021 PR rust/23124
3022 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3023 when casting.
3024
6d7bb824
TT
30252018-04-30 Tom Tromey <tom@tromey.com>
3026
3027 * gdb.python/py-type.exp: Check align attribute.
3028 * gdb.python/py-type.c: New "aligncheck" global.
3029
007e1530
TT
30302018-04-30 Tom Tromey <tom@tromey.com>
3031
3032 PR exp/17095:
3033 * gdb.dwarf2/dw2-align.exp: New file.
3034 * gdb.cp/align.exp: New file.
3035 * gdb.base/align.exp: New file.
3036 * lib/gdb.exp (gdb_int128_helper): New proc.
3037 (has_int128_c, has_int128_cxx): New caching procs.
3038
6873858b
TT
30392018-04-27 Tom Tromey <tom@tromey.com>
3040
3041 PR rust/22545:
3042 * gdb.rust/simple.exp: Add inclusive range tests.
3043
79188d8d
PA
30442018-04-26 Pedro Alves <palves@redhat.com>
3045
3046 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3047 ifunc breakpoint locations correctly of ifunc breakpoints set
3048 while the program resolves the ifunc.
3049
c7075ad5
PA
30502018-04-26 Pedro Alves <palves@redhat.com>
3051
3052 * gdb.base/gnu-ifunc-final.c: New file.
3053 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3054 * gdb.base/gnu-ifunc.exp (executable): Delete.
3055 (staticexecutable): Adjust.
3056 (lib_opts, exec_opts): Delete.
3057 (make_binsuffix, build, set-break): New procedures.
3058 (misc_tests): New, with tests factored out from the top level.
3059 (top level): Test different combinations of ifunc resolver name,
3060 resolver with and with debug info, and ifunc target with and
3061 without debug info. Wrap static tests with with_target_prefix.
3062
8388016d
PA
30632018-04-26 Pedro Alves <palves@redhat.com>
3064
3065 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3066 return type" warnings.
3067
249b5733
PA
30682018-04-25 Pedro Alves <palves@redhat.com>
3069
3070 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3071 killed".
3072 * gdb.base/kill-after-signal.exp: Likewise.
3073 * gdb.threads/kill.exp: Likewise.
3074
f67c0c91
SDJ
30752018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3076 Sergio Durigan Junior <sergiodj@redhat.com>
3077 Pedro Alves <palves@redhat.com>
3078
3079 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3080 regexps to expect for '[Inferior ... detached]' as well.
3081 * gdb.base/attach.exp: Likewise.
3082 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3083 "gdb_continue_to_end".
3084 (test_catch_syscall_with_wrong_args): Likewise.
3085 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3086 ']'. Don't set 'verbose' on.
3087 * gdb.base/foll-vfork.exp: Likewise.
3088 * gdb.base/fork-print-inferior-events.c: New file.
3089 * gdb.base/fork-print-inferior-events.exp: New file.
3090 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3091 '[Inferior ... has been killed]' message.
3092 * gdb.base/kill-after-signal.exp: Likewise.
3093 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3094 detach message.
3095 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3096 message.
3097 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3098 regexps to expect for '[Inferior ... detached]' as well.
3099 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3100
0a8ddac4
SM
31012018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3102
3103 PR gdb/23104
3104 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3105
d27d16bf
RB
31062018-04-19 Richard Bunt <richard.bunt@arm.com>
3107
3108 * gdb.threads/multiple-successive-infcall.c: New test.
3109 * gdb.threads/multiple-successive-infcall.exp: New file.
3110
a037790e
TT
31112018-04-17 Tom Tromey <tom@tromey.com>
3112
3113 * gdb.rust/simple.rs (Union): New type.
3114 (main): New local "u".
3115 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3116
e3a91079
AA
31172018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3118
3119 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3120 number information in output of "whereis" command.
3121 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3122
b744723f
AA
31232018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3124
3125 * gdb.ada/info_types.exp: Adjust expected output to the line
3126 numbers now printed by "info var/func/type".
3127 * gdb.base/completion.exp: Likewise.
3128 * gdb.base/included.exp: Likewise.
3129 * gdb.cp/cp-relocate.exp: Likewise.
3130 * gdb.cp/cplusfuncs.exp: Likewise.
3131 * gdb.cp/namespace.exp: Likewise.
3132 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3133
4a4495d6
MM
31342018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3135
3136 * gdb.btrace/cpu.exp: New.
3137
1d509aa6
MM
31382018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3139
3140 * gdb.base/step-indirect-call-thunk.exp: New.
3141 * gdb.base/step-indirect-call-thunk.c: New.
3142 * gdb.reverse/step-indirect-call-thunk.exp: New.
3143 * gdb.reverse/step-indirect-call-thunk.c: New.
3144
6295b6da
SM
31452018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3146
3147 * gdb.base/pie-fork.c: New file.
3148 * gdb.base/pie-fork.exp: New file.
3149
50146e70
TT
31502018-04-11 Tom Tromey <tom@tromey.com>
3151
3152 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3153
f50d8a2e
PA
31542018-04-10 Pedro Alves <palves@redhat.com>
3155
3156 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3157 exits. Instead loop running forever.
3158 (fork_parent): Run forever too.
3159
a0be7a36
SM
31602018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3161
3162 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3163 mi_continue_to_line.
3164 * gdb.mi/mi-stack.c (callee4): Add comment.
3165
9b73db36
SM
31662018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3167
3168 * gdb.mi/mi-stack.exp: Fix indentation.
3169
c912f608
SM
31702018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3171
3172 PR gdb/22979
3173 * gdb.arch/amd64-osabi.exp: New file.
3174
26540402
SM
31752018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3176
3177 PR gdb/22980
3178 * gdb.base/osabi.exp: New file.
3179
121ad66c 31802018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3181
3182 * gdb.cp/static-typedef-print.exp: New file.
3183 * gdb.cp/static-typedef-print.cc: New file.
3184
3fcded8f
JB
31852018-03-27 Joel Brobecker <brobecker@adacore.com>
3186
3187 * gdb.ada/varsize_limit: New testcase.
3188
59cc4834
JB
31892018-03-27 Joel Brobecker <brobecker@adacore.com>
3190
3191 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3192
3193 * gdb.ada/notcplusplus: New testcase.
3194
3195 * gdb.base/c-linkage-name.c: New file.
3196 * gdb.base/c-linkage-name.exp: New testcase.
3197
4ca59a9f
TT
31982018-03-26 Tom Tromey <tom@tromey.com>
3199
3200 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3201 * gdb.python/py-framefilter.py (name_error): New global.
3202 (ErrorInName.function): Use name_error.
3203
978d6c75
TT
32042018-03-26 Tom Tromey <tom@tromey.com>
3205
3206 PR backtrace/15582:
3207 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3208
b7fee5a3
KS
32092018-03-23 Keith Seitz <keiths@redhat.com>
3210
3211 PR c++/22968
3212 * gdb.cp/subtypes.exp: New file.
3213 * gdb.cp/subtypes.h: New file.
3214 * gdb.cp/subtypes.cc: New file.
3215 * gdb.cp/subtypes-2.cc: New file.
3216
376be529
AB
32172018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3218
3219 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3220 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3221 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3222 -nostartfiles when compiling the test. Confirm that all registers
3223 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3224
066cfa98
AB
32252018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3226
3227 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3228 option, syntax was wrong anyway.
3229 * gdb.arch/arm-disp-step.exp: Likewise.
3230 * gdb.arch/sparc64-regs.exp: Likewise.
3231 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3232 option, syntax was wrong anyway, switch to use
3233 prepare_for_testing.
3234 * gdb.arch/i386-disp-step.exp: Likewise.
3235
079670b9
AA
32362018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3237
3238 * gdb.ada/exec_changed.exp: Replace "target_info exists
3239 use_gdb_stub" by "use_gdb_stub".
3240 * gdb.ada/start.exp: Likewise.
3241 * gdb.base/async-shell.exp: Likewise.
3242 * gdb.base/attach-pie-misread.exp: Likewise.
3243 * gdb.base/attach-wait-input.exp: Likewise.
3244 * gdb.base/break-entry.exp: Likewise.
3245 * gdb.base/break-interp.exp: Likewise.
3246 * gdb.base/dprintf-detach.exp: Likewise.
3247 * gdb.base/nostdlib.exp: Likewise.
3248 * gdb.base/solib-nodir.exp: Likewise.
3249 * gdb.base/statistics.exp: Likewise.
3250 * gdb.base/testenv.exp: Likewise.
3251 * gdb.mi/mi-exec-run.exp: Likewise.
3252 * gdb.mi/mi-start.exp: Likewise.
3253 * gdb.multi/dummy-frame-restore.exp: Likewise.
3254 * gdb.multi/multi-arch-exec.exp: Likewise.
3255 * gdb.multi/multi-arch.exp: Likewise.
3256 * gdb.multi/tids.exp: Likewise.
3257 * gdb.multi/watchpoint-multi.exp: Likewise.
3258 * gdb.python/py-events.exp: Likewise.
3259 * gdb.threads/attach-into-signal.exp: Likewise.
3260 * gdb.threads/attach-stopped.exp: Likewise.
3261 * gdb.threads/threadapply.exp: Likewise.
3262 * lib/selftest-support.exp: Likewise.
3263
26d6cec4
AA
32642018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3265
3266 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3267
4ee89e90
SR
32682018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3269
3270 * gdb.perf/template-breakpoints.cc: New file.
3271 * gdb.perf/template-breakpoints.exp: New file.
3272 * gdb.perf/template-breakpoints.py: New file.
3273
92630041
TT
32742018-03-19 Tom Tromey <tom@tromey.com>
3275
3276 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3277 y0.
3278 * gdb.rust/simple.exp: Test bare identifier form of struct
3279 initializer.
3280
76727919
TT
32812018-03-19 Tom Tromey <tom@tromey.com>
3282
3283 * gdb.gdb/observer.exp: Remove.
3284
194ed413
AA
32852018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3286
3287 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3288 "qualified" option when setting breakpoints.
3289 * gdb.trace/backtrace.exp: Likewise.
3290 * gdb.trace/circ.exp: Likewise.
3291 * gdb.trace/collection.exp: Likewise.
3292 * gdb.trace/disconnected-tracing.exp: Likewise.
3293 * gdb.trace/ftrace-lock.exp: Likewise.
3294 * gdb.trace/ftrace.exp: Likewise.
3295 * gdb.trace/infotrace.exp: Likewise.
3296 * gdb.trace/packetlen.exp: Likewise.
3297 * gdb.trace/passc-dyn.exp: Likewise.
3298 * gdb.trace/qtro.exp: Likewise.
3299 * gdb.trace/read-memory.exp: Likewise.
3300 * gdb.trace/report.exp: Likewise.
3301 * gdb.trace/signal.exp: Likewise.
3302 * gdb.trace/status-stop.exp: Likewise.
3303 * gdb.trace/strace.exp: Likewise.
3304 * gdb.trace/tfind.exp: Likewise.
3305 * gdb.trace/trace-break.exp: Likewise.
3306 * gdb.trace/trace-condition.exp: Likewise.
3307 * gdb.trace/trace-mt.exp: Likewise.
3308 * gdb.trace/tstatus.exp: Likewise.
3309 * gdb.trace/tsv.exp: Likewise.
3310 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3311 * gdb.trace/unavailable.exp: Likewise.
3312 * gdb.trace/while-dyn.exp: Likewise.
3313
8b067d2c
AA
33142018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3315
3316 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3317 that libinproctrace is copied to the target.
3318
3ae9ce5d
TT
33192018-03-14 Tom Tromey <tom@tromey.com>
3320
3321 PR cli/14977:
3322 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3323 a null pointer.
3324 * gdb.base/wchar.exp: Likewise.
3325
b8c2339b
TT
33262018-03-14 Tom Tromey <tom@tromey.com>
3327
3328 PR cli/19918:
3329 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3330 flag.
3331
4872dc46
SM
33322018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3333
3334 PR gdb/22841
3335 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3336 "target" to remote_exec.
3337
e4fe3756
SM
33382018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3339
3340 PR gdb/22841
3341 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3342 ${board}_upload): Remove.
3343
e95a97d4
AA
33442018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3345
3346 * gdb.cp/watch-cp.cc: New test.
3347 * gdb.cp/watch-cp.exp: New file.
3348
dbbb1059
AB
33492018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3350
3351 * gdb.base/infcall-nested-structs.exp: New file.
3352 * gdb.base/infcall-nested-structs.c: New file.
3353 * gdb.base/float.exp: Add riscv support.
3354
ecc054c0
TP
33552018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3356
3357 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3358 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3359
25e3c82c
SDJ
33602018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3361
3362 * gdb.server/abspath.exp: New file.
3363 * lib/gdb.exp (with_cwd): New procedure.
3364
3083294d
SM
33652018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3366
3367 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3368 use it.
3369 (gdb_is_target_remote_prompt): New proc.
3370 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3371 (gdb_is_target_native): Pass prompt parameter to
3372 gdb_is_target_1.
3373
3275ef47
SM
33742018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3375
3376 * gdb.base/load-command.c: New file.
3377 * gdb.base/load-command.exp: New file.
3378 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3379 (gdb_is_target_1): ...this, and generalize for other targets
3380 than just remote.
3381 (gdb_is_target_remote): Use gdb_is_target_1.
3382 (gdb_is_target_native): use gdb_is_target_1.
3383
6893c19a
TT
33842018-02-26 Tom Tromey <tom@tromey.com>
3385
3386 PR python/16497:
3387 * gdb.python/py-framefilter.exp: Update test.
3388
2ddeaf8a
TT
33892018-02-26 Tom Tromey <tom@tromey.com>
3390
3391 * gdb.dwarf2/variant.c: New file.
3392 * gdb.dwarf2/variant.exp: New file.
3393
c9317f21
TT
33942018-02-26 Tom Tromey <tom@tromey.com>
3395
3396 * gdb.rust/simple.exp: Accept more possible results in enum test.
3397
6f6d0c26
SM
33982018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3399
3400 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3401 parentheses.
3402
11b03145
MR
34032018-02-23 Maciej W. Rozycki <macro@mips.com>
3404
3405 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3406 name of a variable: $actual_linejj -> $actual_line.
3407
54a27fe5
JB
34082018-02-21 John Baldwin <jhb@FreeBSD.org>
3409
3410 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3411
de65820c
MM
34122018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3413
3414 * gdb.btrace/buffer-size.exp: Do not force BTS.
3415
980548fd
PA
34162018-02-14 Pedro Alves <palves@redhat.com>
3417
3418 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3419 getting a "Quit".
3420
c4e12631
MM
34212018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3422
3423 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3424 Fix test name.
3425
c2e0e465
SM
34262018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3427
3428 * gdb.cp/m-static.exp: Check type of optimized out static
3429 member.
3430
f7216783
AB
34312018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3432
3433 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3434 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3435
0625771b
LS
34362018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3437 Leszek Swirski <leszeks@google.com>
3438
3439 * gdb.python/py-prettyprint.c
3440 (struct to_string_returns_value_inner,
3441 struct to_string_returns_value_wrapper): New.
3442 (main): Add tsrvw variable.
3443 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3444 ToStringReturnsValueWrapper): New classes.
3445 (register_pretty_printers): Register new pretty-printers.
3446 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3447 recursive pretty printer.
3448 * gdb.python/py-mi.exp: Likewise.
3449
59498c30
LS
34502018-02-01 Leszek Swirski <leszeks@google.com>
3451
3452 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3453 functions with the same name as an include file are parsed
3454 correctly.
3455
d4d38844
YQ
34562018-02-01 Yao Qi <yao.qi@linaro.org>
3457
3458 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3459 "\[^\r\n\]*".
3460
07e5f5cf
NP
34612018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3462
3463 * gdb.arch/powerpc-prologue-frame.s: New file.
3464 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3465 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3466
929b5ad4
JB
34672018-01-31 Joel Brobecker <brobecker@adacore.com>
3468
3469 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3470
e671cd59
PA
34712018-01-30 Pedro Alves <palves@redhat.com>
3472
3473 PR gdb/13211
3474 * gdb.base/interrupt-daemon.c: New.
3475 * gdb.base/interrupt-daemon.exp: New.
3476 * gdb.multi/multi-term-settings.c: New.
3477 * gdb.multi/multi-term-settings.exp: New.
3478
fc413dc4
JB
34792018-01-30 Joel Brobecker <brobecker@adacore.com>
3480
3481 * gdb.base/break.exp: Save the location where the breakpoint
3482 on break.c:47 was actually inserted when debugging the version
3483 compiled at -O2 and use it in the expected output of the "info
3484 break" test performed soon after.
3485
5c319bb2
PA
34862018-01-22 Pedro Alves <palves@redhat.com>
3487 Sergio Durigan Junior <sergiodj@redhat.com>
3488
3489 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3490 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3491
a9e40818
JB
34922018-01-22 Joel Brobecker <brobecker@adacore.com>
3493
3494 * gdb.base/break-include.c, gdb.base/break-include.inc,
3495 gdb.base/break-include.exp: New files.
3496 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3497 line number now being the actual line number where the breakpoint
3498 was inserted.
3499 * gdb.mi/mi-break.exp: Likewise.
3500 * gdb.mi/mi-reverse.exp: Likewise.
3501 * gdb.mi/mi-simplerun.exp: Ditto.
3502
e707fc44
AB
35032018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3504
3505 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3506 varobj.
3507 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3508
ae451627
AB
35092018-01-21 Don Breazeal <donb@codesourcery.com>
3510 Andrew Burgess <andrew.burgess@embecosm.com>
3511
3512 * gdb.mi/basics.c: Add new global.
3513 * gdb.mi/mi-frame-regs.exp: New file.
3514 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3515 case.
3516
b1b189e0
AB
35172018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3518
3519 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3520 non-parameter, and on an unknown symbol.
3521
fcfcc376
TT
35222018-01-19 Tom Tromey <tom@tromey.com>
3523
3524 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3525 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3526
634c1c31
AA
35272018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3528
3529 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3530 setrlimit and chdir to int.
3531
d6ad07fd
AA
35322018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3533
3534 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3535 function.
3536 (my_tend): Likewise.
3537 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3538 rationale of avoiding FP- and vector instructions.
3539
adf8243b
RK
35402018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3541
3542 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3543 "info reg" with "\[ \t\]*".
3544 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3545 "\[ \t\]+".
3546 * gdb.arch/s390-multiarch.exp: Ditto.
3547 * gdb.base/pc-fp.exp: Ditto.
3548 * gdb.reverse/i386-precsave.exp: Ditto.
3549 * gdb.reverse/i386-reverse.exp: Ditto.
3550 * gdb.reverse/i387-env-reverse.exp: Ditto.
3551 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3552
dcc06925
AA
35532018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3554
3555 * lib/gdb.exp (gdb_compile): Re-enable use of
3556 universal_compile_options for languages other than Rust.
3557
25d4fd80
AA
35582018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3559
3560 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3561
ee7f689e 35622018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
3563
3564 PR gdb/16577
3565 * gdb.base/solib-vanish.exp: New.
3566 * gdb.base/solib-vanish-main.c: New.
3567 * gdb.base/solib-vanish-lib1.c: New.
3568 * gdb.base/solib-vanish-lib2.c: New.
3569
d8447b6b
YQ
35702018-01-17 Yao Qi <yao.qi@linaro.org>
3571
3572 * gdb.compile/compile.exp: Match the address printed for
3573 frame in the output of command "bt".
3574
86d6a90c
TT
35752018-01-15 Tom Tromey <tom@tromey.com>
3576
3577 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3578 compute sp_reg.
3579
cbcdb1aa
AB
35802018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3581
3582 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3583 to prepare.
3584 (prepare): Return 0 on error, 1 on success.
3585
eea61984
PA
35862018-01-12 Pedro Alves <palves@redhat.com>
3587
3588 * gdb.base/continue-after-aborted-step-over.c: New.
3589 * gdb.base/continue-after-aborted-step-over.exp: New.
3590
6181e9c2
SM
35912018-01-11 Simon Marchi <simon.marchi@ericsson.com>
3592
3593 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3594 options when not creating an executable.
3595
3cada740
PA
35962018-01-11 Pedro Alves <palves@redhat.com>
3597
3598 PR remote/22597
3599 * gdb.server/stop-reply-no-thread.c: New file.
3600 * gdb.server/stop-reply-no-thread.exp: New file.
3601
c63d3e8d
PA
36022018-01-10 Pedro Alves <palves@redhat.com>
3603
3604 PR gdb/22670
3605 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
3606 functions too. Test setting breakpoints and printing C functions
3607 with no debug info too.
3608 * gdb.ada/bp_c_mixed_case/qux.c: New file.
3609
d4c2a405
PA
36102018-01-10 Pedro Alves <palves@redhat.com>
3611
3612 PR gdb/22670
3613 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3614 a fail.
3615
8825213e
PA
36162018-01-10 Pedro Alves <palves@redhat.com>
3617
3618 PR gdb/22670
3619 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3620
605fd3c6
YQ
36212018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3622
3623 * gdb.server/unittest.exp: Match the output in non-development
3624 mode.
3625
1e5ded6c
YQ
36262018-01-08 Simon Marchi <simon.marchi@ericsson.com>
3627
3628 * gdb.gdb/unittest.exp: Match output in non-development mode.
3629
30066b0b
JB
36302018-01-08 Joel Brobecker <brobecker@adacore.com>
3631
3632 * gdb.ada/access_tagged_param.exp: Relax expected output
3633 for value of "ObjL" in "continue" to pck.inspect breakpoint
3634 test.
3635
04bafb1e
XR
36362018-01-08 Joel Brobecker <brobecker@adacore.com>
3637
9f86398b
JB
3638 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3639 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 3640
e379cee6
PA
36412018-01-05 Pedro Alves <palves@redhat.com>
3642
3643 PR gdb/18653
3644 * gdb.base/libsegfault.exp: New.
3645
de63c46b
PA
36462018-01-05 Joel Brobecker <brobecker@adacore.com>
3647
3648 PR gdb/22670
3649 * gdb.ada/access_tagged_param.exp: New file.
3650 * gdb.ada/access_tagged_param/foo.adb: New file.
3651
f98fc17b
PA
36522018-01-05 Pedro Alves <palves@redhat.com>
3653
3654 PR gdb/22670
3655 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
3656 exercise lower case too, and to exercise both full matching and
3657 wild matching.
3658
342f8240
JB
36592018-01-05 Joel Brobecker <brobecker@adacore.com>
3660
3661 * gdb.ada/rename_subscript_param: New testcase.
3662
7150d33c
JG
36632018-01-05 Jerome Guitton <guitton@adacore.com>
3664
3665 * gdb.ada/arr_acc_idx_w_gap: New testcase.
3666
cc0e770c
JB
36672018-01-05 Joel Brobecker <brobecker@adacore.com>
3668
3669 * gdb.ada/convvar_comp: New testcase.
3670
672a41aa 36712018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
3672
3673 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3674 (My_Table): New global variable.
3675 * testsuite/gdb.ada/array_char_idx.exp: Add test.
3676
7365ec2f
JB
36772018-01-04 Joel Brobecker <brobecker@adacore.com>
3678
3679 PR gdb/22670
3680 * gdb.ada/maint_with_ada: New testcase.
3681
289483b6
JB
36822018-01-04 Joel Brobecker <brobecker@adacore.com>
3683
3684 PR gdb/22670
3685 * gdb.ada/bp_c_mixed_case: New testcase.
3686
344420da
JB
36872018-01-04 Joel Brobecker <brobecker@adacore.com>
3688
3689 PR gdb/22670
3690 * gdb.ada/complete.exp: Add "complete break ada" test.
3691
66fc87a0
JB
36922018-01-04 Joel Brobecker <brobecker@adacore.com>
3693
3694 PR gdb/22670
3695 * gdb.ada/info_addr_mixed_case: New testcase.
3696
9f757bf7
XR
36972018-01-03 Xavier Roirand <roirand@adacore.com>
3698
3699 * gdb.ada/excep_handle.exp: New testcase.
3700 * gdb.ada/excep_handle/foo.adb: New file.
3701 * gdb.ada/excep_handle/pck.ads: New file.
3702
bd570f80
JB
37032018-01-03 Joel Brobecker <brobecker@adacore.com>
3704
3705 * gdb.base/step-line.c: Add extra empty line in copyright header.
3706 * gdb.base/step-line.inp: Likewise.
3707
9fe561ab
JB
37082018-01-02 Joel Brobecker <brobecker@adacore.com>
3709
3710 * gdb.ada/dyn_stride.exp: Add slice test.
3711
a405673c
JB
37122018-01-02 Joel Brobecker <brobecker@adacore.com>
3713
3714 * gdb.ada/dyn_stride: New testcase.
3715
cef0f868
SH
37162017-12-27 Stafford Horne <shorne@gmail.com>
3717
3718 * gdb.xml/extra-regs.xml: Add example foo reggroup.
3719 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3720
b67d92b0
SH
37212017-12-27 Stafford Horne <shorne@gmail.com>
3722
3723 * gdb.base/reggroups.c: New file.
3724 * gdb.base/reggroups.exp: New file.
3725
eccab96d
JB
37262017-12-18 Joel Brobecker <brobecker@adacore.com>
3727
3728 * gdb.dwarf2/ada-valprint-error.c: New file.
3729 * gdb.dwarf2/ada-valprint-error.exp: New file.
3730
0e2da9f0
JB
37312017-12-18 Joel Brobecker <brobecker@adacore.com>
3732
3733 * gdb.ada/assign_arr: New testcase.
3734
cb923fcc
XR
37352017-12-18 Xavier Roirand <roirand@adacore.com>
3736
3737 * gdb.ada/funcall_ptr: New testcase.
3738
7c161838
SDJ
37392017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
3740
3741 PR cli/16224
3742 * gdb.base/ptype-offsets.cc: New file.
3743 * gdb.base/ptype-offsets.exp: New file.
3744
1af17fd9
YQ
37452017-12-15 Yao Qi <yao.qi@linaro.org>
3746
3747 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3748 if XML is disabled.
3749
828d5846
XR
37502017-12-15 Xavier Roirand <roirand@adacore.com>
3751
3752 * gdb.ada/same_component_name: New testcase.
3753
79e8fcaa
JB
37542017-12-14 Joel Brobecker <brobecker@adacore.com>
3755
3756 * gdb.ada/str_binop_equal: New testcase.
3757
e05fa6f9
JB
37582017-12-14 Joel Brobecker <brobecker@adacore.com>
3759
3760 * gdb.ada/task_switch_in_core: New testcase.
3761
b89641ba
SM
37622017-12-13 Simon Marchi <simon.marchi@ericsson.com>
3763
3764 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3765 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3766 call test_bkpt_qualified.
3767 (test_bkpt_qualified): New proc.
3768
6892d2e4
PA
37692017-12-13 Pedro Alves <palves@redhat.com>
3770
3771 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3772 Tighten regexp by matching with an anchor.
3773
a22ecf70
PA
37742017-12-13 Pedro Alves <palves@redhat.com>
3775
3776 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3777 ("expression with namespace"): New set of tests.
3778 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3779 (Nested::Test_NS::qux): New.
3780 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3781 defaults to 'start_quote_char' and 'end_quote_char' parameters.
3782
9937536c
JB
37832017-12-13 Joel Brobecker <brobecker@adacore.com>
3784
3785 * gdb.base/server-del-break.c: New file.
3786 * gdb.base/server-del-break.exp: New file.
3787
fe49c6f5
SH
37882017-12-12 Stafford Horne <shorne@gmail.com>
3789
3790 * gdb.xml/tdesc-regs.exp: Add or1k support.
3791
c3d18620
SH
37922017-12-12 Stafford Horne <shorne@gmail.com>
3793
3794 * gdb.base/bp-permanent.c: Define nop of or1k.
3795
c5f9cfc8
JB
37962017-12-11 Joel Brobecker <brobecker@adacore.com>
3797
3798 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3799 output with components being reordered.
3800
a9c135fc
JB
38012017-12-11 Joel Brobecker <brobecker@adacore.com>
3802
3803 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3804 output with components being reordered.
3805
927aa2e7
JK
38062017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3807 Pedro Alves <palves@redhat.com>
3808
3809 * gdb.base/maint.exp (check for .gdb_index): Check also for
3810 .debug_names.
3811 * gdb.dlang/watch-loc.c (.debug_aranges): New.
3812 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3813 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3814 (.gdb_index used after symbol reloading): Support also .debug_names.
3815 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3816
f17d9474
YQ
38172017-12-08 Yao Qi <yao.qi@linaro.org>
3818
3819 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3820 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3821
a0de8c21
YQ
38222017-12-08 Yao Qi <yao.qi@linaro.org>
3823
3824 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3825 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3826
a738ea1d
YQ
38272017-12-08 Yao Qi <yao.qi@linaro.org>
3828
3829 * gdb.arch/aarch64-tagged-pointer.c: New file.
3830 * gdb.arch/aarch64-tagged-pointer.exp: New file.
3831
1cd9a73b
SDJ
38322017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
3833
3834 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3835 "int".
3836
fa6eb693
KS
38372017-12-07 Keith Seitz <keiths@redhat.com>
3838
3839 PR breakpoints/22569
3840 * gdb.linespec/ls-errs.exp: Change expected result of "break
3841 -source this file has spaces.c -line 3".
3842 Check that an explicit source file followed by whitespace is
3843 identified as an invalid explicit location.
3844
883fd55a
KS
38452017-12-07 Keith Seitz <keiths@redhat.com>
3846
3847 * gdb.cp/nested-types.cc: New file.
3848 * gdb.cp/nested-types.exp: New file.
3849 * lib/cp-support.exp: Load data-structures.exp library.
3850 (debug_cp_test_ptype_class): New global.
3851 (cp_ptype_class_verbose, next_line): New procedures.
3852 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3853 Add and document new return value.
3854 Switch the list of lines to a queue.
3855 Add support for new `type' key for nested type definitions.
3856 Add debugging/troubleshooting messages.
3857 * lib/data-structures.exp: New file.
3858
ec72db3e
SM
38592017-12-07 Simon Marchi <simon.marchi@ericsson.com>
3860
3861 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3862 with proc_with_prefix, don't use with_test_prefix.
3863
99598d71
TT
38642017-12-07 Tom Tromey <tom@tromey.com>
3865
3866 * gdb.base/break.exp: Add test for empty "commands".
3867
a8806230
YQ
38682017-12-07 Yao Qi <yao.qi@linaro.org>
3869
3870 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3871 malloc and catch syscall.
3872
824cc835
PM
38732017-12-07 Phil Muldoon <pmuldoon@redhat.com>
3874
e79be6e5 3875 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
3876 tests for explicit locations.
3877
7cc244de
PA
38782017-12-06 Pedro Alves <palves@redhat.com>
3879
3880 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3881 force-disabling XML descriptions.
3882
50a1fdd5
PA
38832017-12-04 Pedro Alves <palves@redhat.com>
3884
3885 PR gdb/22499
3886 * gdb.arch/amd64-disp-step-avx.S: New file.
3887 * gdb.arch/amd64-disp-step-avx.exp: New file.
3888
f0fb2488
PA
38892017-12-03 Pedro Alves <palves@redhat.com>
3890
3891 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3892 and <string.h>.
3893 (parent_function): Print distinct messages when waitpid fails, or
3894 the child exits with a signal, or the child exits for an unhandled
3895 reason.
3896 * gdb.threads/process-dies-while-detaching.exp
3897 (detach_and_expect_exit): New 'inf_output_re' parameter and use
3898 it. Wait for both inferior output and GDB's prompt. Use an
3899 indirect spawn id list.
3900 (do_detach): New parameter 'child_exit'. Use it to compute
3901 expected inferior output.
3902 (test_detach, test_detach_watch, test_detach_killed_outside):
3903 Adjust to pass down the expected child exit kind.
3904
97cbe998
SDJ
39052017-12-01 Joel Brobecker <brobecker@adacore.com>
3906 Sergio Durigan Junior <sergiodj@redhat.com>
3907 Pedro Alves <palves@redhat.com>
3908
3909 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3910
40fc416f
SDJ
39112017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
3912
3913 * gdb.base/relocate.exp: Add tests to guarantee that arguments
3914 to 'symbol-file' and 'add-symbol-file' can be
3915 position-independent.
3916
1cc75e92
YQ
39172017-12-01 Yao Qi <yao.qi@linaro.org>
3918
3919 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3920 the URL in copyright header.
3921 * gdb.arch/aarch64-fp.exp: Likewise.
3922 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3923 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3924 * gdb.base/expand-psymtabs.exp: Likewise.
3925 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3926 * gdb.fortran/common-block.exp: Likewise.
3927 * gdb.fortran/common-block.f90: Likewise.
3928 * gdb.fortran/logical.exp: Likewise.
3929 * gdb.fortran/vla-datatypes.f90: Likewise.
3930 * gdb.fortran/vla-sub.f90: Likewise.
3931
875fb7a7
JB
39322017-11-30 Joel Brobecker <brobecker@adacore.com>
3933
3934 * gdb.ada/repeat_dyn: New testcase.
3935
6f14765f
UW
39362017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3937
3938 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3939 Update for changed thread numbering.
3940 * gdb.cell/bt.exp: Update for changed GDB output.
3941
f1af7b94
SM
39422017-11-30 Simon Marchi <simon.marchi@ericsson.com>
3943
3944 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3945 setting isremote by hand.
3946 * boards/dwarf4-gdb-index.exp: Likewise.
3947 * boards/fission.exp: Likewise.
3948 * boards/stabs.exp: Likewise.
3949
e3919f3e
PA
39502017-11-30 Pedro Alves <palves@redhat.com>
3951
3952 * gdb.linespec/cpls-ops.exp
3953 (check_explicit_skips_function_argument): Extract the underlying
3954 type of size_t instead of hardcoding it.
3955
bd69330d
PA
39562017-11-29 Pedro Alves <palves@redhat.com>
3957
3958 PR c++/19436
3959 * gdb.linespec/cpls-abi-tag.cc: New file.
3960 * gdb.linespec/cpls-abi-tag.exp: New file.
3961
a20714ff
PA
39622017-11-29 Pedro Alves <palves@redhat.com>
3963
3964 * gdb.base/langs.exp: Use -qualified.
3965 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3966 it.
3967 * gdb.cp/namespace.exp: Use -qualified.
3968 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3969 (overload-3, template-overload, template-ret-type, const-overload)
3970 (const-overload-quoted, anon-ns, ambiguous-prefix): New
3971 procedures.
3972 (test_driver): Call them.
3973 * gdb.cp/save-bp-qualified.cc: New.
3974 * gdb.cp/save-bp-qualified.exp: New.
3975 * gdb.linespec/explicit.exp: Test -qualified.
3976 * lib/completion-support.exp (completion::explicit_opts_list): Add
3977 "-qualified".
3978 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3979
f6f1d339
PM
39802017-11-29 Phil Muldoon <pmuldoon@redhat.com>
3981
3982 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3983
02ca603a
TT
39842017-11-29 Tom Tromey <tom@tromey.com>
3985
3986 * gdb.base/relocate.exp: Update invalid argument test.
3987 Add new tests for invalid arguments.
3988
ed6c0bfb
TP
39892017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3990
3991 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3992 Return 0 as a long.
3993 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3994
f106e10e
TP
39952017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
3996
3997 * gdb.cp/breakpoint.cc (bar): Set return type to void.
3998 * gdb.cp/psymtab-parameter.cc (func): Likewise.
3999 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4000 func ().
4001 * gdb.cp/shadow.cc (B.func): Return 0.
4002
10329bb2
JB
40032017-11-27 Joel Brobecker <brobecker@adacore.com>
4004
4005 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4006 expected output in gdb_expect call to allow the exception
4007 message to be present as well. Fix syntax confusion to avoid
4008 TCL thinking that exception_name is an array.
4009
617cd4bc
UW
40102017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4011
4012 * gdb.arch/spu-info.c: Include <unistd.h>.
4013 (do_signal_test): Fix broken calls to write.
4014 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4015 Fix checks for empty mailboxes. Update signal tests for corrected
4016 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4017 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4018 * gdb.cell/arch.exp: Use standard_output_file.
4019 * gdb.cell/break.exp: Likewise.
4020 * gdb.cell/bt.exp: Likewise.
4021 * gdb.cell/core.exp: Likewise.
4022 * gdb.cell/dwarfaddr.exp: Likewise.
4023 * gdb.cell/ea-cache.exp: Likewise.
4024 * gdb.cell/ea-standalone.exp: Likewise.
4025 * gdb.cell/f-regs.exp: Likewise.
4026 * gdb.cell/fork.exp: Likewise.
4027 * gdb.cell/gcore.exp: Likewise.
4028 * gdb.cell/mem-access.exp: Likewise.
4029 * gdb.cell/ptype.exp: Likewise.
4030 * gdb.cell/registers.exp: Likewise.
4031 * gdb.cell/sizeof.exp: Likewise.
4032 * gdb.cell/solib-symbol.exp: Likewise.
4033 * gdb.cell/solib.exp: Likewise.
617cd4bc 4034
a81aaca0
PA
40352017-11-25 Pedro Alves <palves@redhat.com>
4036
4037 * gdb.base/complete-empty.exp: New file.
4038 * gdb.base/completion.exp: Adjust.
4039
6a3c6ee4
PA
40402017-11-25 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.linespec/cpls-ops.cc: New file.
4043 * gdb.linespec/cpls-ops.exp: New file.
4044 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4045 factored out from ...
4046 (test_complete_prefix_range): ... this.
4047
8955eb2d
PA
40482017-11-24 Pedro Alves <palves@redhat.com>
4049
4050 * gdb.linespec/cpcompletion.exp: New file.
4051 * gdb.linespec/cpls-hyphen.cc: New file.
4052 * gdb.linespec/cpls.cc: New file.
4053 * gdb.linespec/cpls2.cc: New file.
4054 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4055 test to use test_gdb_complete_unique. Add label completion,
4056 keyword completion and explicit location completion tests.
4057 * lib/completion-support.exp: New file.
4058
e547c119
JB
40592017-11-24 Joel Brobecker <brobecker@adacore.com>
4060
4061 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4062 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4063 when hitting an exception catchpoint.
4064
7c3c1aa8
YQ
40652017-11-22 Yao Qi <yao.qi@linaro.org>
4066
4067 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4068
41bd68f5
SM
40692017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4070
4071 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4072 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4073 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4074
1daad298
YQ
40752017-11-22 Yao Qi <yao.qi@linaro.org>
4076
4077 * gdb.base/info-os.exp: Pass pthreads.
4078 * gdb.multi/multi-attach.exp: Likewise.
4079
88465e87
YQ
40802017-11-22 Yao Qi <yao.qi@linaro.org>
4081
4082 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4083 compiler.
4084
dc196b23
YQ
40852017-11-22 Yao Qi <yao.qi@linaro.org>
4086
4087 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4088 * gdb.base/break-interp.exp: Likewise.
4089 * gdb.base/jit-attach-pie.exp: Likewise.
4090
2400729e
UW
40912017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4092
4093 * gdb.base/float128.c (large128): New variable.
4094 * gdb.base/float128.exp: Add test to print largest __float128 value.
4095
7a26362d
UW
40962017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4097
4098 * gdb.arch/vsx-regs.exp: Update register content checks.
4099
ed0f4273
UW
41002017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4101
4102 * gdb.arch/ppc-longdouble.exp: New file.
4103 * gdb.arch/ppc-longdouble.c: Likewise.
4104
a25d69c6
PA
41052017-11-21 Pedro Alves <palves@redhat.com>
4106
4107 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4108
73fcf641
PA
41092017-11-20 Pedro Alves <palves@redhat.com>
4110
4111 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4112 (long_double_typedef): New typedefs.
4113 Use DEF on double and long double.
4114 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4115 cases.
4116 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4117 and 'long_double_ptr_same_size' locals. Use them to decide
4118 whether cast from array/function to float is valid/invalid.
4119
71a3c369
TT
41202017-11-17 Tom Tromey <tom@tromey.com>
4121
4122 * gdb.rust/traits.rs: New file.
4123 * gdb.rust/traits.exp: New file.
4124
ced9779b
JB
41252017-11-17 Joel Brobecker <brobecker@adacore.com>
4126
4127 * gdb.ada/minsyms: New testcase.
4128
a0922d80
PA
41292017-11-16 Pedro Alves <palves@redhat.com>
4130
4131 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4132 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4133
ea04e54c
PA
41342017-11-16 Pedro Alves <palves@redhat.com>
4135
4136 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4137 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4138
e849ea89
PA
41392017-11-16 Pedro Alves <palves@redhat.com>
4140
4141 * gdb.server/reconnect-ctrl-c.c: New file.
4142 * gdb.server/reconnect-ctrl-c.exp: New file.
4143
d8ae99a7
PM
41442017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4145
4146 * gdb.python/py-rbreak.exp: New file.
4147 * gdb.python/py-rbreak.c: New file.
4148 * gdb.python/py-rbreak-func2.c: New file.
4149
968a13f8
PA
41502017-11-16 Pedro Alves <palves@redhat.com>
4151
4152 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4153 pattern.
4154 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4155 GDB.
4156
71774bc9
SM
41572017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4158
4159 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4160 regex.
4161
ddbb44cf
SM
41622017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4163
4164 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4165 test names.
4166
584a564f
PA
41672017-11-09 Pedro Alves <palves@redhat.com>
4168
4169 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4170 factored out from ...
4171 (top level): ... here, and adjusted to avoid expecting beyond the
4172 prompt in a single gdb_test_multiple.
4173
5ed7a928
PA
41742017-11-09 Pedro Alves <palves@redhat.com>
4175
4176 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4177 output.
4178 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4179 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4180 * gdb.server/ext-run.exp ("kill" test): Likewise.
4181 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4182
a60e0738
PA
41832017-11-09 Pedro Alves <palves@redhat.com>
4184
4185 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4186 match till end of line.
4187
2c88253f
PA
41882017-11-09 Pedro Alves <palves@redhat.com>
4189
4190 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4191
c7a38517
PA
41922017-11-09 Pedro Alves <palves@redhat.com>
4193
4194 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4195 New procedures, factored out from ...
4196 (top level): ... here, and adjusted to avoid expecting beyond the
4197 prompt in one go.
4198
f29f4b6b
PA
41992017-11-09 Pedro Alves <palves@redhat.com>
4200
4201 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4202 output. Fix '?' match.
4203
286acbb5
JB
42042017-11-08 Joel Brobecker <brobecker@adacore.com>
4205
4206 * gdb.ada/scoped_watch: New testcase.
4207 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4208 which is actually correct.
4209 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4210 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4211
62d7ae92
PA
42122017-11-08 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.gdb/complaints.exp (test_initial_complaints)
4215 (test_serial_complaints, test_short_complaints): Call
4216 complaint_internal instead of complaint.
4217
280ca31f
DT
42182017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4219
4220 * gdb.threads/tls-core.c: New file.
4221 * gdb.threads/tls-core.exp: Likewise.
4222
b5ec771e
PA
42232017-11-08 Pedro Alves <palves@redhat.com>
4224
4225 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4226 (p Exported_Capitalized): New test.
4227 (p exported_capitalized): New test.
4228
a02b41a7
PA
42292017-11-07 Pedro Alves <palves@redhat.com>
4230
4231 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4232
95e95a6d
PA
42332017-11-07 Pedro Alves <palves@redhat.com>
4234
4235 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4236 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4237 (disable_invalid, disable_inverted, disable_negative): New
4238 procedures.
4239 ("bad numbers"): New set of tests.
4240
cee62dbd
PA
42412017-11-07 Pedro Alves <palves@redhat.com>
4242
4243 * gdb.cp/ena-dis-br-range.exp: Add tests.
4244
cc638e86
PA
42452017-11-07 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4248
d0fe4701
XR
42492017-11-07 Xavier Roirand <roirand@adacore.com>
4250 Pedro Alves <palves@redhat.com>
4251
4252 * gdb.base/ena-dis-br.exp: Add reference to
4253 gdb.cp/ena-dis-br-range.exp.
4254 * gdb.cp/ena-dis-br-range.exp: New file.
4255 * gdb.cp/ena-dis-br-range.cc: New file.
4256
46f67f80
PA
42572017-11-06 Pedro Alves <palves@redhat.com>
4258
4259 * gdb.base/attach-non-pgrp-leader.c: New.
4260 * gdb.base/attach-non-pgrp-leader.exp: New.
4261
726e1356
PA
42622017-11-06 Pedro Alves <palves@redhat.com>
4263
4264 * configure.ac: No longer check for termio.h and sgtty.h.
4265 * configure: Regenerate.
4266 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4267 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4268 Remove termio and sgtty code.
4269
50ab6ace
YQ
42702017-11-03 Yao Qi <yao.qi@linaro.org>
4271
4272 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4273 in GDB is disabled.
4274
8e68731c
YQ
42752017-11-03 Yao Qi <yao.qi@linaro.org>
4276
4277 * gdb.python/py-thrhandle.exp: Skip it if python is not
4278 enabled.
4279
3a87ae65
SM
42802017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4281
4282 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4283 as a breakpoint command.
4284
484d8d36
MD
42852017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4286
4287 PR python/21213
4288 * gdb.python/py-infthread.exp: Test calling
4289 InferiorThread.inferior () multiple times in a row.
4290
4a27f119
KS
42912017-10-27 Keith Seitz <keiths@redhat.com>
4292
4293 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4294 Test "info break" for every inlined function breakpoint.
4295
bb11dd58
YQ
42962017-10-27 Yao Qi <yao.qi@linaro.org>
4297
4298 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4299
a43f3893
PF
43002017-10-26 Patrick Frants <osscontribute@gmail.com>
4301
4302 * gdb.cp/classes.exp (test_static_members): Test printing
4303 Outer::instance.
4304 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4305 (Inner::instance, Outer::instance): New.
4306
792ccf00
PA
43072017-10-24 Pedro Alves <palves@redhat.com>
4308
4309 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4310 extra console" test in two stages.
4311
eb2bfbad
PA
43122017-10-24 Pedro Alves <palves@redhat.com>
4313
4314 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4315
1f75a651
PA
43162017-10-24 Pedro Alves <palves@redhat.com>
4317
4318 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4319 loop.
4320
779990d9
PA
43212017-10-24 Pedro Alves <palves@redhat.com>
4322
4323 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4324 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4325
ad9b8f5d
PA
43262017-10-24 Pedro Alves <palves@redhat.com>
4327
4328 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4329 parameter and handle it. Don't output read value in test name.
4330
fee6da6e
PA
43312017-10-24 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4334 custom test name.
4335
10389c2c
PA
43362017-10-24 Pedro Alves <palves@redhat.com>
4337
4338 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4339 include the unstable output directory name in the test's name.
4340 (initial_setup_simple) <'set args'>: Use custom test name.
4341
a80e65a9
PA
43422017-10-24 Pedro Alves <palves@redhat.com>
4343
4344 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4345 with explicit test name.
4346
15763a09
PA
43472017-10-20 Pedro Alves <palves@redhat.com>
4348
4349 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4350 'wait -i'. Use gdb_assert and remote_close.
4351
49a4ce2e
AB
43522017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4353
4354 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4355 number from variable rather than hard-coded.
4356
a75868f5
PA
43572017-10-19 Pedro Alves <palves@redhat.com>
4358
4359 * gdb.base/long-inferior-output.c: New file.
4360 * gdb.base/long-inferior-output.exp: New file.
4361
c8ba13ad
KS
43622017-11-18 Keith Seitz <keiths@redhat.com>
4363
4364 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4365 method.
4366 (main): Call it.
4367 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4368 Add additional user-defined conversion operator tests.
4369
b27de576
PA
43702017-10-17 Pedro Alves <palves@redhat.com>
4371
4372 * boards/native-stdio-gdbserver.exp: Load "local-board".
4373
8484c955
PA
43742017-10-17 Pedro Alves <palves@redhat.com>
4375
4376 * gdb.base/quit-live.c: New file.
4377 * gdb.base/quit-live.exp: New file.
4378
83d5a34d
KS
43792017-10-16 Keith Seitz <keiths@redhat.com>
4380
4381 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4382 (class_with_protected_typedef, class_with_private_typedef)
4383 (struct_with_public_typedef, struct_with_protected_typedef)
4384 (struct_with_private_typedef): New classes/structs.
4385 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4386 typedefs and access specifiers.
4387
739b3f1d
PA
43882017-10-16 Pedro Alves <palves@redhat.com>
4389 Simon Marchi <simon.marchi@polymtl.ca>
4390
4391 * README (Local vs Remote vs Native): New section.
4392 * boards/local-board.exp: New file, with bits factored out from
4393 ...
4394 * boards/native-extended-gdbserver.exp: ... here. Load
4395 "local-board".
4396 * boards/native-gdbserver.exp: Load "local-board".
4397 (${board}_spawn, ${board}_exec): Delete.
4398 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4399 ...
4400 * boards/stdio-gdbserver-base.exp: ... this new file.
4401 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4402 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4403 procedure.
4404 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4405 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4406 stdio_gdbserver_command.
4407 (${board}_get_remote_address, ${board}_get_comm_port)
4408 (${board}_download, ${board}_upload): Delete.
4409 (get_target_remote_pipe_cmd): New.
4410
fe68b953
SM
44112017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4412
4413 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4414 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4415 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4416 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4417 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4418 remove with_test_prefix.
4419
300b6685
PA
44202017-10-13 Pedro Alves <palves@redhat.com>
4421
4422 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4423 * gdb.base/annota1.exp: Use it instead of is_remote.
4424 * gdb.base/annota3.exp: Use it instead of is_remote.
4425 * gdb.cp/annota2.exp: Use it instead of is_remote.
4426 * gdb.cp/annota3.exp: Use it instead of is_remote.
4427 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4428
50500caf
PA
44292017-10-13 Pedro Alves <palves@redhat.com>
4430
4431 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4432 (test_num_test_vars, run_and_count_vars, find_env)
4433 (test_set_unset_env, test_inherit_env_var): New procedures.
4434 (top level): Use them.
4435
dad0c6d2
PA
44362017-10-13 Pedro Alves <palves@redhat.com>
4437
4438 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4439 also skip on stub-like targets.
4440
8b0553c1
PA
44412017-10-13 Pedro Alves <palves@redhat.com>
4442
4443 PR gdb/22293
4444 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4445 (top level): Move some tests to ...
4446 (test_not_found): ... this new procedure.
4447 (top level): Call it.
4448
7594f623
PA
44492017-10-13 Pedro Alves <palves@redhat.com>
4450
4451 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4452 expect different "info terminal" output if testing with a
4453 non-native target.
4454
ebe3b402
PA
44552017-10-13 Pedro Alves <palves@redhat.com>
4456 Simon Marchi <simon.marchi@polymtl.ca>
4457
4458 PR python/12966
4459 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4460
42f1b161
PA
44612017-10-13 Pedro Alves <palves@redhat.com>
4462
4463 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4464 already.
4465
8d6ef72b
PA
44662017-10-13 Pedro Alves <palves@redhat.com>
4467
4468 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4469 is_remote.
4470
d7bcd5b8
PA
44712017-10-13 Pedro Alves <palves@redhat.com>
4472
4473 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4474 is_remote.
4475
df479dc6
PA
44762017-10-13 Pedro Alves <palves@redhat.com>
4477
4478 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4479 is set.
4480 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4481 instead of is_remote.
4482
23fb630a
PA
44832017-10-13 Pedro Alves <palves@redhat.com>
4484
4485 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4486 (top level): Add comment.
4487
cc77b1dc
PA
44882017-10-13 Pedro Alves <palves@redhat.com>
4489
4490 * gdb.base/remote.exp (top level): Fix comment typo and add
4491 missing return.
4492
27c9e813
PA
44932017-10-13 Pedro Alves <palves@redhat.com>
4494 Simon Marchi <simon.marchi@polymtl.ca>
4495
4496 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4497 calls and add comments. Skip test if use_gdb_stub is set.
4498 (top level): Use "set cwd" command instead of "cd" command.
4499
5e830d98
PA
45002017-10-13 Pedro Alves <palves@redhat.com>
4501
4502 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4503 is_remote target check.
4504
f5ca0032
PA
45052017-10-13 Pedro Alves <palves@redhat.com>
4506
4507 * gdb.base/scope.exp: Use build_executable + clean_restart +
4508 gdb_file_cmd instead of prepare_for_testing and no longer skip
4509 "before run" tests on is_remote target boards. Update comments.
4510 * boards/native-extended-gdbserver.exp
4511 (extended_gdbserver_load_last_file): New, factored out from ...
4512 (gdb_load): ... this. Move further below and add comment.
4513 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4514
8aed1c0d
PA
45152017-10-12 Pedro Alves <palves@redhat.com>
4516
4517 * gdb.base/attach.exp: Remove references to gdb64.
4518 * gdb.base/dbx.exp: Remove references to gdb64.
4519
cfa34c87
SM
45202017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4521 Pedro Alves <palves@redhat.com>
4522
4523 * gdb.base/label.exp: Remove is_remote target check.
4524
9192b7de
PA
45252017-10-12 Pedro Alves <palves@redhat.com>
4526
4527 * gdb.base/auvx.exp (coredir): Update comment.
4528 (top level) <core_works>: Use "set cwd" command instead of "cd"
4529 command.
4530
6bf0052d
PA
45312017-10-12 Pedro Alves <palves@redhat.com>
4532 Simon Marchi <simon.marchi@polymtl.ca>
4533
4534 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4535 target boards.
4536
e48ef82d
PA
45372017-10-12 Pedro Alves <palves@redhat.com>
4538 Simon Marchi <simon.marchi@polymtl.ca>
4539
4540 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4541 Instead skip if there's any gdb_protocol set.
4542
8d7aea57
SM
45432017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4544 Pedro Alves <palves@redhat.com>
4545
4546 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4547
30440677
PA
45482017-10-12 Pedro Alves <palves@redhat.com>
4549 Simon Marchi <simon.marchi@polymtl.ca>
4550
4551 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4552 instead of on dejagnu remote boards.
4553
4e04f045 45542017-10-12 Pedro Alves <palves@redhat.com>
175654b9 4555 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
4556
4557 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4558 checks. Use build_executable + clean_restart instead of
4559 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4560 of enabling non-stop after starting gdb.
4561
871a186e
PA
45622017-10-12 Pedro Alves <palves@redhat.com>
4563
4564 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4565 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4566 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4567 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4568
56d704da
AK
45692017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
4570
4571 * gdb.arch/arc-tdesc-cpu.exp: New file.
4572 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4573
2f20e312
SM
45742017-10-10 Simon Marchi <simon.marchi@ericsson.com>
4575
4576 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4577
65630365
PA
45782017-10-10 Pedro Alves <palves@redhat.com>
4579
4580 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4581 expect CLI output.
4582
bf469271
PA
45832017-10-10 Pedro Alves <palves@redhat.com>
4584
4585 * lib/selftest-support.exp (selftest_setup): Update for
4586 captured_command_loop's prototype change.
4587
777a42f1
PA
45882017-10-09 Pedro Alves <palves@redhat.com>
4589
4590 Test both arch1=>arch2 and arch2=>arch1.
4591
4592 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4593 (srcfile2, binfile2, march1, march2): Remove globals. Largely
4594 factored out to...
4595 (append_arch1_options, append_arch2_options, append_arch_options)
4596 (build_executables): New procedures.
4597 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
4598 local.
4599 (top level): Add new 'first_arch' testing axis.
4600
cbd2b4e3
PA
46012017-10-09 Pedro Alves <palves@redhat.com>
4602
4603 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4604 (barrier): New.
4605 (thread_start, all_started): New functions.
4606 (main): Spawn new thread and wait until it is scheduled.
4607 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4608 option.
4609 (do_test): Add 'selected_thread' parameter. Run to all_started
4610 instead of main. Explicitly set the breakpoint at main. Switch
4611 to the SELECTED_THREAD thread.
4612 (top level): Test handling the exec event with either the main
4613 thread or the second thread selected.
4614
5c9e4427
PA
46152017-10-09 Pedro Alves <palves@redhat.com>
4616
4617 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4618 logic. Move STOP marker after the value checks.
4619 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4620 regexp.
4621
b3b7c423
SL
46222017-10-06 Sandra Loosemore <sandra@codesourcery.com>
4623
4624 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4625
3b4b2f16
UW
46262017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
4627
4628 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4629 integer-to-dfp conversion.
4630 * gdb.base/dfp-test.exp: Likewise.
4631
5cd63fda
PA
46322017-10-04 Pedro Alves <palves@redhat.com>
4633
4634 * gdb.multi/hangout.c: Include <unistd.h>.
4635 (hangout_loop): New function.
4636 (main): Call alarm. Call hangout_loop in a loop.
4637 * gdb.multi/hello.c: Include <unistd.h>.
4638 (hello_loop): New function.
4639 (main): Call alarm. Call hangout_loop in a loop.
4640 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4641 inferior with the other selected.
4642
4c71c105
SM
46432017-10-04 Simon Marchi <simon.marchi@ericsson.com>
4644
4645 * gdb.mi/list-thread-groups-available.exp: New file.
4646 * gdb.mi/list-thread-groups-available.c: New file.
4647
bc3b087d
SDJ
46482017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4649
4650 * gdb.base/set-cwd.exp: Make it available on
4651 native-extended-gdbserver.
4652
d092c5a2
SDJ
46532017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
4654
4655 * gdb.base/set-cwd.c: New file.
4656 * gdb.base/set-cwd.exp: Likewise.
4657
45320ffa
TT
46582017-10-02 Tom Tromey <tom@tromey.com>
4659
4660 PR rust/22236:
4661 * gdb.rust/simple.rs (main): New variable "fslice".
4662 * gdb.rust/simple.exp: Add slice tests. Update string tests.
4663
b3e3859b
TT
46642017-10-02 Tom Tromey <tom@tromey.com>
4665
4666 * gdb.rust/simple.exp: Test ptype of a slice.
4667
01af5e0d
TT
46682017-10-02 Tom Tromey <tom@tromey.com>
4669
4670 * gdb.rust/simple.exp: Test index of slice.
4671
a9bbfbd8
TT
46722017-09-27 Tom Tromey <tom@tromey.com>
4673
4674 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4675
df8899e5
TP
46762017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
4677 Pedro Alves <palves@redhat.com>
4678
4679 * gdb.base/compare-sections.exp (get value of read-only section): Read
4680 as unsigned value.
4681 (corrupt read-only section): Likewise and don't set written if patching
4682 failed.
4683
757bf54b
KB
46842017-09-21 Kevin Buettner <kevinb@redhat.com>
4685
4686 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4687 files.
4688
06871ae8
PA
46892017-09-20 Pedro Alves <palves@redhat.com>
4690
4691 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4692 symbol names in gdb's output.
4693 * gdb.cp/overload.exp ("list all overloads"): Likewise.
4694
e5f25bc5
PA
46952017-09-20 Pedro Alves <palves@redhat.com>
4696
4697 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4698 Rename to ...
4699 (test_list_ambiguous_symbol): ... this and add a symbol name
4700 parameter. Adjust.
4701 (test_list_ambiguous_function): Reimplement on top of
4702 test_list_ambiguous_symbol and also test listing ambiguous
4703 variables.
4704 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4705 (ambiguous_fun): ... this.
4706 (ambiguous_var): New.
4707 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4708 (ambiguous_fun): ... this.
4709 (ambiguous_var): New.
4710
4e5a4f58
JB
47112017-09-19 John Baldwin <jhb@FreeBSD.org>
4712
4713 * gdb.base/starti.c: New file.
4714 * gdb.base/starti.exp: New file.
4715 * lib/gdb.exp (gdb_starti_cmd): New procedure.
4716
26e53f3e
PA
47172017-09-14 Pedro Alves <palves@redhat.com>
4718
4719 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4720 (top level): Use it instead of runto.
4721
cb791d59
TT
47222017-09-11 Tom Tromey <tom@tromey.com>
4723
4724 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4725
7c96f8c1
TT
47262017-09-11 Tom Tromey <tom@tromey.com>
4727
4728 * gdb.python/py-infthread.exp: Add tests for new_thread event.
4729 * gdb.python/py-inferior.exp: Add tests for new inferior events.
4730
469412dd
CW
47312017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
4732
4733 * gdb.fortran/printing-types.exp: New file.
4734 * gdb.fortran/printing-types.exp: New file.
4735
e0f86435
BH
47362017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4737
4738 * gdb.fortran/vla-ptype.exp: Fix typos.
4739 * gdb.fortran/vla-value.exp: Same.
4740
9e9af4be
BH
47412017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
4742
4743 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4744 * gdb.mi/mi-var-child-f.exp: Likewise.
4745 * gdb.mi/mi-vla-fortran.exp: Likewise.
4746
a5ad232b 47472017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
4748 Christoph Weinmann <christoph.t.weinmann@intel.com>
4749 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
4750
4751 * gdb.fortran/ptr-indentation.f90: New file.
4752 * gdb.fortran/ptr-indentation.exp: New file.
4753
5aec60eb
TT
47542017-09-05 Tom Tromey <tom@tromey.com>
4755
4756 PR gdb/22010:
4757 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4758
8f8f8152
TP
47592017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
4760
4761 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4762
fbd1b771
JK
47632017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4764
4765 * gdb.threads/tls-nodebug-pie.c: New file.
4766 * gdb.threads/tls-nodebug-pie.exp: New file.
4767
5eb5f850
TT
47682017-09-05 Tom Tromey <tom@tromey.com>
4769
4770 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4771 for rust.
4772
ae780a21
SM
47732017-09-05 Simon Marchi <simon.marchi@ericsson.com>
4774
4775 * gdb.multi/multi-arch-exec.exp: Test with different
4776 "follow-exec-mode" settings.
4777 (do_test): New procedure.
4778
3693fdb3
PA
47792017-09-04 Pedro Alves <palves@redhat.com>
4780
4781 * gdb.base/func-static.c (S::method const, S::method volatile)
4782 (S::method volatile const): New methods.
4783 (c_s, v_s, cv_s): New instances.
4784 (main): Call method() on them.
4785 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4786 (cannot_resolve): New procedure.
4787 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
4788 print-quote-unquoted columns.
4789 (do_test): Test printing each scope too.
4790
e68cb8e0
PA
47912017-09-04 Pedro Alves <palves@redhat.com>
4792
4793 * gdb.base/local-static.exp: Also test with
4794 class::method::variable wholly quoted.
4795 * gdb.cp/m-static.exp (class::method::variable): Remove test.
4796
858be34c
PA
47972017-09-04 Pedro Alves <palves@redhat.com>
4798
4799 * gdb.base/local-static.c: New.
4800 * gdb.base/local-static.cc: New.
4801 * gdb.base/local-static.exp: New.
4802
46a4882b
PA
48032017-09-04 Pedro Alves <palves@redhat.com>
4804
4805 * gdb.asm/asm-source.exp: Add casts to int.
4806 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4807 (dataglobal64_1, dataglobal64_2): New globals.
4808 * gdb.base/nodebug.exp: Test different expressions involving the
4809 new globals, with print, whatis and ptype. Add casts to int.
4810 * gdb.base/solib-display.exp: Add casts to int.
4811 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
4812 * gdb.cp/m-static.exp: Add cast to int.
4813 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4814 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4815 tls variable with no debug info without a cast. Test with a cast
4816 to int too.
4817 * gdb.trace/entry-values.exp: Add casts.
4818
2c5a2be1
PA
48192017-09-04 Pedro Alves <palves@redhat.com>
4820
4821 * gdb.base/nodebug.exp: Test that ptype's error about functions
4822 with unknown return type includes the function name too.
4823
7022349d
PA
48242017-09-04 Pedro Alves <palves@redhat.com>
4825
4826 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4827 return type of munmap in infcall.
4828 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4829 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
4830 type of ftell in infcall.
4831 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4832 type of getpid in infcall.
4833 * gdb.base/infcall-exec.exp: Cast return type of execlp in
4834 infcall.
4835 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4836 Bail on failure to extract the pid.
4837 * gdb.base/nodebug.c: #include <stdint.h>.
4838 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4839 New functions.
4840 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4841 Change expected output of print/whatis/ptype with functions with
4842 no debug info. Test all supported languages. Call
4843 test_call_promotion.
4844 * gdb.compile/compile.exp: Adjust expected output to expect
4845 warning.
4846 * gdb.threads/siginfo-threads.exp: Likewise.
4847
54990598
PA
48482017-09-04 Pedro Alves <palves@redhat.com>
4849
4850 * gdb.base/callfuncs.exp (do_function_calls): New parameter
4851 "prototypes". Test calling float functions via prototyped and
4852 unprototyped function pointers.
4853 (perform_all_tests): New parameter "prototypes". Pass it down.
4854 (top level): Pass down "prototypes" parameter to
4855 perform_all_tests.
4856
34d16ea2
SM
48572017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4858
4859 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4860 Test with nested loops.
4861
9521ecda
SM
48622017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4863
4864 * gdb.base/commands.exp: Call the new procedures.
4865 (loop_break_test, loop_continue_test): New procedures.
4866
80a65e9b
SM
48672017-09-04 Simon Marchi <simon.marchi@ericsson.com>
4868
4869 * gdb.base/commands.exp: Call new procedure.
4870 (define_if_without_arg_test): New procedure.
4871
e439fa14
PA
48722017-09-04 Pedro Alves <palves@redhat.com>
4873
4874 * gdb.base/list-ambiguous.exp: New file.
4875 * gdb.base/list-ambiguous0.c: New file.
4876 * gdb.base/list-ambiguous1.c: New file.
4877 * gdb.base/list.exp (test_list_range): Adjust expected output.
4878
0a2dde4a
SDJ
48792017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
4880
4881 * gdb.base/share-env-with-gdbserver.c: New file.
4882 * gdb.base/share-env-with-gdbserver.exp: Likewise.
4883
5e89eb3a
SM
48842017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4885
4886 * gdb.base/commands.exp (gdbvar_simple_if_test,
4887 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4888 progvar_simple_if_test, progvar_simple_while_test,
4889 progvar_complex_if_while_test, user_defined_command_test,
4890 user_defined_command_args_eval,
4891 user_defined_command_args_stack_test,
4892 user_defined_command_manyargs_test, bp_deleted_in_command_test,
4893 temporary_breakpoint_commands,
4894 gdb_test_no_prompt, redefine_hook_test,
4895 redefine_backtrace_test): Remove "global gdb_prompt".
4896
fd437cbc
SM
48972017-08-28 Simon Marchi <simon.marchi@ericsson.com>
4898
4899 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4900 New proc, call it from toplevel.
4901
87215ad1
SDJ
49022017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4903
4904 PR remote/21852
4905 * gdb.server/normal.c: New file, copied from gdb.base.
4906 * gdb.server/run-without-local-binary.exp: New file.
4907
58afddc6
WP
49082017-08-07 Weimin Pan <weimin.pan@oracle.com>
4909
4910 * gdb.arch/sparc64-adi.exp: New file.
4911 * gdb.arch/sparc64-adi.c: New file.
4912
5277199a
PA
49132017-08-22 Pedro Alves <palves@redhat.com>
4914
4915 * gdb.cp/overload.exp (line_range_pattern): New procedure.
4916 (top level): Add "list all overloads" tests.
4917
14278e1f
TT
49182017-08-22 Tom Tromey <tom@tromey.com>
4919
4920 * gdb.gdb/xfullpath.exp: Remove.
4921
bf223d3e
PA
49222017-08-21 Pedro Alves <palves@redhat.com>
4923
4924 PR gdb/19487
4925 * gdb.base/symbol-alias.c: New.
4926 * gdb.base/symbol-alias2.c: New.
4927 * gdb.base/symbol-alias.exp: New.
4928
c973d0aa
PA
49292017-08-21 Pedro Alves <palves@redhat.com>
4930
4931 * gdb.base/dfp-test.c
4932 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4933 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4934 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4935 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4936 * gdb.base/whatis-ptype-typedefs.c: New.
4937 * gdb.base/whatis-ptype-typedefs.exp: New.
4938 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4939 (an_int, an_int_type, an_int_type2): New globals.
4940 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4941 involving typedefs and cast expressions.
4942 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4943 (lookup_typedefs_function): New.
4944 (typedefs_pretty_printers_dict): New.
4945 (top level): Register lookup_typedefs_function in
4946 gdb.pretty_printers.
4947
6d580b63
YQ
49482017-08-18 Yao Qi <yao.qi@linaro.org>
4949
4950 * gdb.server/unittest.exp: New.
4951
206726fb
SDJ
49522017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
4953
4954 PR gdb/21954
4955 * gdb.base/environ.exp: Add test to check if 'unset environment'
4956 works.
4957
bf0ec4c2
AA
49582017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4959
4960 * lib/gdb.exp (universal_compile_options): New caching proc.
4961 (gdb_compile): Suppress GCC's coloring of messages.
4962
d6382fff
TT
49632017-08-14 Tom Tromey <tom@tromey.com>
4964
4965 PR gdb/21675:
4966 * gdb.base/printcmds.exp (test_radices): New function.
4967 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4968 * gdb.base/sizeof.exp (check_valueof): Use p/d.
4969 * lib/gdb.exp (get_integer_valueof): Use p/d.
4970
c2c2dd9f
SM
49712017-08-12 Simon Marchi <simon.marchi@ericsson.com>
4972
4973 * lib/gdb.exp (get_valueof): Don't capture end-of-line
4974 characters.
4975
fdffd6f4
TT
49762017-08-05 Tom Tromey <tom@tromey.com>
4977
4978 * gdb.rust/simple.exp: Allow String to appear in a different
4979 namespace.
4980
27d41eac
YQ
49812017-07-26 Yao Qi <yao.qi@linaro.org>
4982
4983 * gdb.gdb/unittest.exp: Invoke command
4984 "maintenance check xml-descriptions".
4985
031ed05d
AA
49862017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
4987
4988 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4989 calling context.
4990 (hex128): Drop erroneous calculation of parameters.
4991
dcd27ddf
SM
49922017-07-22 Simon Marchi <simon.marchi@ericsson.com>
4993
4994 * gdb.python/py-unwind.exp: Disable stack protection when
4995 building test file.
4996
47e77640
PA
49972017-07-20 Pedro Alves <palves@redhat.com>
4998
4999 * gdb.base/default.exp (set language): Adjust expected output.
5000
62d2a18a
PA
50012017-07-20 Pedro Alves <palves@redhat.com>
5002
5003 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5004 (test_minsym): ... this, and make static.
5005 (get_pck__foo__bar__minsym): Rename to ...
5006 (get_test_minsym): ... this.
5007 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5008 symbol names and comments.
5009 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5010 (get_test_minsym): ... this.
5011 (pck__foo__bar__minsym__2): Rename to ...
5012 (test_minsym): ... this.
5013 (main): Adjust.
5014
c45ec17c
PA
50152017-07-17 Pedro Alves <palves@redhat.com>
5016
5017 * gdb.base/completion.exp: Adjust expected output.
5018 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5019 the completer works.
5020
c6756f62
PA
50212017-07-17 Pedro Alves <palves@redhat.com>
5022
5023 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5024
5bd68487
AB
50252017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5026
5027 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5028
8880f2a9
TT
50292017-07-14 Tom Tromey <tom@tromey.com>
5030
5031 PR rust/21764:
5032 * gdb.rust/simple.exp: Add tests.
5033
65547233
TT
50342017-07-14 Tom Tromey <tom@tromey.com>
5035
5036 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5037
8f14146e
PA
50382017-07-14 Pedro Alves <palves@redhat.com>
5039
5040 * gdb.linespec/base/one/thefile.cc (z1): New function.
5041 * gdb.linespec/base/two/thefile.cc (z2): New function.
5042 * gdb.linespec/linespec.exp: Add tests.
5043
b4365d02
AB
50442017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5045
5046 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5047 to mi_create_breakpoint.
5048
5d2cbaa5
AB
50492017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5050
5051 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5052 mi_create_breakpoint.
5053
11cb5716
IB
50542017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5055
5056 * gdb.dlang/demangle.exp: Update for demangling changes.
5057
03278692
TT
50582017-07-09 Tom Tromey <tom@tromey.com>
5059
5060 * gdb.dwarf2/shortpiece.exp: New file.
5061
33c5cd75
DB
50622017-07-06 David Blaikie <dblaikie@gmail.com>
5063
5064 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5065 built from fissiont-multi-cu{1,2}.c.
5066 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5067 except putting 'main' and 'func' in separate CUs in the same DWO file.
5068 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5069 test.
5070 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5071 test.
5072
8455d262
PA
50732017-07-06 Pedro Alves <palves@redhat.com>
5074
5075 * gdb.python/py-unwind.exp: Test flushregs.
5076
dc4bde35
SDJ
50772017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5078
5079 PR cli/21688
5080 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5081 tests for alias commands and trailing whitespace.
5082
51ed89aa
SDJ
50832017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5084
5085 PR cli/21688
5086 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5087 procedure. Call it.
5088
eb17d413
PA
50892017-06-29 Pedro Alves <palves@redhat.com>
5090
5091 * gdb.base/printcmds.exp: Add tests.
5092
41664b45
DG
50932017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5094
5095 PR gdb/21337
5096 * gdb.base/reread-readsym.exp: New file.
5097 * gdb.base/reread-readsym.c: New file.
5098
75312ae3
KB
50992017-06-21 Kevin Buettner <kevinb@redhat.com>
5100
5101 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5102 subpattern.
5103
66953522
PB
51042017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5105
5106 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5107 extended mnemonic.
5108 * gdb.arch/powerpc-power9.s: Likewise.
5109
5524b525
AA
51102017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5111
5112 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5113 on 32-bit x86 targets. Exploit is_*_target macros where
5114 appropriate.
5115
03c8af18
AA
51162017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5117
5118 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5119 register pieces.
5120
3bf31011
AA
51212017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5122
5123 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5124 located in one or more DWARF pieces.
5125
805acca0
AA
51262017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5127
5128 * lib/gdb.exp (get_endianness): New proc.
5129 * gdb.arch/aarch64-fp.exp: Use it.
5130 * gdb.arch/altivec-regs.exp: Likewise.
5131 * gdb.arch/e500-regs.exp: Likewise.
5132 * gdb.arch/vsx-regs.exp: Likewise.
5133 * gdb.base/dump.exp: Likewise.
5134 * gdb.base/funcargs.exp: Likewise.
5135 * gdb.base/gnu_vector.exp: Likewise.
5136 * gdb.dwarf2/formdata16.exp: Likewise.
5137 * gdb.dwarf2/implptrpiece.exp: Likewise.
5138 * gdb.dwarf2/nonvar-access.exp: Likewise.
5139 * gdb.python/py-inferior.exp: Likewise.
5140 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5141
e9352324
AA
51422017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5143
5144 PR gdb/21226
5145 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5146 stack value pieces are taken from the LSB end.
5147
d5d1163e
AA
51482017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5149
5150 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5151 variable at nonzero offset.
5152
0567c986
AA
51532017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5154
5155 * gdb.dwarf2/var-access.c: New file.
5156 * gdb.dwarf2/var-access.exp: New test.
5157 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5158
973e9aab
TT
51592017-06-12 Tom Tromey <tom@tromey.com>
5160
5161 * gdb.dwarf2/formdata16.exp: Add tests.
5162
d9109c80
TT
51632017-06-12 Tom Tromey <tom@tromey.com>
5164
5165 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5166
30a25466
TT
51672017-06-12 Tom Tromey <tom@tromey.com>
5168
5169 PR exp/16225:
5170 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5171 * gdb.arch/vsx-regs.exp: Update tests.
5172 * gdb.arch/s390-vregs.exp (hex128): New proc.
5173 Update test.
5174 * gdb.arch/altivec-regs.exp: Update tests.
5175
aefd8b33
SDJ
51762017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5177
5178 * gdb.base/startup-with-shell.c: New file.
5179 * gdb.base/startup-with-shell.exp: Likewise.
5180
2090129c
SDJ
51812017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5182
5183 * gdb.server/non-existing-program.exp: Update regex in order to
5184 reflect the fact that gdbserver is now using fork_inferior (with a
5185 shell) to startup the inferior.
5186
8e86a419
SM
51872017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5188
5189 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5190 support function calls from GDB.
5191
e6cf65f2
TT
51922017-05-21 Tom Tromey <tom@tromey.com>
5193
5194 PR rust/21466:
5195 * gdb.rust/unsized.exp: New file.
5196 * gdb.rust/unsized.rs: New file.
5197
43cc5389
TT
51982017-05-19 Tom Tromey <tom@tromey.com>
5199
5200 PR rust/21484:
5201 * gdb.rust/watch.exp: New file.
5202 * gdb.rust/watch.rs: New file.
5203
ec8df234
TT
52042017-05-18 Tom Tromey <tom@tromey.com>
5205
5206 * gdb.rust/simple.exp: Allow Box to be qualified.
5207
3e3e7fae
TP
52082017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5209
5210 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5211
59cc050d
PA
52122017-05-18 Pedro Alves <palves@redhat.com>
5213
5214 * gdb.base/fileio.c (test_write, test_read, test_close)
5215 (test_fstat): Don't print 'ret' in the fail path.
5216
c8f6abd1
PA
52172017-05-18 Pedro Alves <palves@redhat.com>
5218
5219 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5220 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5221 (test_system, test_rename, test_unlink, test_time): Change
5222 prototypes.
5223 * gdb.base/fileio.exp (stop_msg): Adjust.
5224
d2a03b77
PA
52252017-05-18 Pedro Alves <palves@redhat.com>
5226
5227 * gdb.base/fileio.c (null_str): New global.
5228 (test_stat): Use it.
5229 * gdb.base/fileio.exp: Remove nowarnings.
5230
0d5c6999
YQ
52312017-05-17 Yao Qi <yao.qi@linaro.org>
5232
5233 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5234
21873064
YQ
52352017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5236
5237 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5238 argument command.
5239 (top-level): Invoke test_set_inferior_tty.
5240
d512d31c
PA
52412017-05-04 Pedro Alves <palves@redhat.com>
5242
5243 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5244 Add parens to print call for Python 3.
5245
90cef2ed
KS
52462017-05-03 Keith Seitz <keiths@redhat.com>
5247
5248 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5249 (main): Call it.
5250
14f819c8
TW
52512017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5252
5253 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5254 to prev and next.
5255
913aeadd
TW
52562017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5257
5258 * gdb.python/py-record-btrace.exp: Remove test for
5259 gdb.BtraceInstruction.error.
5260
a3be24ad
TW
52612017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5262
5263 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5264
ae20e79a
TW
52652017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5266
5267 * gdb.python/py-record-btrace-threads.c: New file.
5268 * gdb.python/py-record-btrace-threads.exp: New file.
5269
45ce1b47
SDJ
52702017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5271
5272 PR testsuite/8595
5273 * gdb.base/environ.exp: Make test available in all architectures.
5274 Move bits related to "info program" testing to
5275 gdb.base/info-program.exp. Rewrite tests to use the two new
5276 procedures mentione below.
5277 (test_set_show_env_var) New procedure.
5278 (test_set_show_env_var_equal): Likewise.
5279 * gdb.base/info-program.exp: New file.
5280
e15c3eb4
KS
52812017-04-27 Keith Seitz <keiths@redhat.com>
5282
5283 * gdb.cp/oranking.cc (test15): New function.
5284 (main): Call test15 and declare additional variables for testing.
5285 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5286 "p foo101('abc')" tests.
5287 Add tests for cv qualifier overloads.
5288 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5289 "lvalue reference overload" test.
5290 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5291 "print value of f1 on Child&& in f2" test.
5292
3a3fd0fd
PA
52932017-04-19 Pedro Alves <palves@redhat.com>
5294
5295 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5296 procedure.
5297 (top level): Call it.
5298 * lib/gdb.exp (gdb_define_cmd): New procedure.
5299
53375380
PA
53002017-04-12 Pedro Alves <palves@redhat.com>
5301
5302 PR gdb/21323
5303 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5304 (wchar): New global.
5305 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5306 (do_test_wide_char, wide_char_types_no_program, top level): Add
5307 wchar_t testing.
5308
53e710ac
PA
53092017-04-12 Pedro Alves <palves@redhat.com>
5310
5311 PR c++/21323
5312 * gdb.cp/wide_char_types.c: New file.
5313 * gdb.cp/wide_char_types.exp: New file.
5314
0ad9d8c7
SDJ
53152017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5316
5317 PR gdb/21352
5318 * gdb.trace/tsv.exp: Add test for "tsave -r".
5319
b1b45502
IB
53202017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5321
5322 * gdb.dlang/watch-loc.c: New file.
5323 * gdb.dlang/watch-loc.exp: New file.
5324
ec13808e
JK
53252017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5326
5327 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5328
fe5f7374
AK
53292017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5330
5331 * gdb.arch/arc-analyze-prologue.S: New file.
5332 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5333
eea78757
AK
53342017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5335
5336 * gdb.arch/arc-decode-insn.S: New file.
5337 * gdb.arch/arc-decode-insn.exp: Likewise.
5338
5badf10a
IR
53392017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5340
5341 PR tdep/20928
5342 * gdb.arch/sparc64-regs.exp: New file.
5343 * gdb.arch/sparc64-regs.S: Likewise.
5344
cee59b3f
TW
53452017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5346
5347 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5348 and memory view on Python 3.
5349
c0f55cc6
AV
53502017-03-20 Artemiy Volkov <artemiyv@acm.org>
5351 Keith Seitz <keiths@redhat.com>
5352
5353 PR gdb/14441
5354 * gdb.cp/demangle.exp: Add rvalue reference tests.
5355 * gdb.cp/rvalue-ref-casts.cc: New file.
5356 * gdb.cp/rvalue-ref-casts.exp: New file.
5357 * gdb.cp/rvalue-ref-overload.cc: New file.
5358 * gdb.cp/rvalue-ref-overload.exp: New file.
5359 * gdb.cp/rvalue-ref-params.cc: New file.
5360 * gdb.cp/rvalue-ref-params.exp: New file.
5361 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5362 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5363 * gdb.cp/rvalue-ref-types.cc: New file.
5364 * gdb.cp/rvalue-ref-types.exp: New file.
5365 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5366 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5367
51457a05
MAL
53682017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5369
5370 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5371 New procedure.
5372
5b291c04
MAL
53732017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5374
5375 * lib/mi-support.exp (mi_gdb_test): Add additional message
5376 for unexpected output.
5377
59a56148
AA
53782017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5379
5380 * gdb.base/examine-backward.c (Barrier): New character array
5381 constant, to ensure that TestStrings is preceded by a string
5382 terminator.
5383
7942e96e
AA
53842017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5385
5386 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5387 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5388 and implicit pointer into such a location.
5389
6ebac3fb
DE
53902017-03-16 Doug Evans <dje@google.com>
5391
5392 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5393
ec3b243d
TP
53942017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5395
5396 * gdb.cp/m-static.exp: Fix expectation for prototype of
5397 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5398
53992017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5400
5401 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5402 * gdb.guile/scm-lazy-string.c: New file.
5403 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5404 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5405 for pointer, array, typedef lazy strings.
5406
2cc36e25 54072017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5408
5409 PR python/17728, python/18439, python/18779
5410 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5411 * gdb.python/py-lazy-string.c (pointer): New typedef.
5412 (main): New locals ptr, array, typedef_ptr.
5413 * gdb.python/py-value.exp: Move lazy string tests to ...
5414 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5415 array, typedef lazy strings.
ec3b243d 5416
0efcde63
AK
54172017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5418
5419 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5420 Add optional 'test' parameter.
5421
7978d7c3
SM
54222017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5423
5424 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5425 Skip for versions of DejaGnu < 1.5.
5426
896c0c1e
SM
54272017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5428
5429 * lib/gdb.exp (dejagnu_version): New proc.
5430 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5431 Use dejagnu_version.
5432
5f4d1085
KS
54332017-03-10 Keith Seitz <keiths@redhat.com>
5434
5435 PR c++/8128
5436 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5437 type from destructor regexps.
5438 Add a branch which actually passes the test.
5439 Adjust "ptype t5i" test names.
5440
1de05205
PA
54412017-03-08 Pedro Alves <palves@redhat.com>
5442
5443 * gdb.base/step-over-exit.exp: Add explicit test message.
5444
c65d6b55
PA
54452017-03-08 Pedro Alves <palves@redhat.com>
5446
5447 PR gdb/18360
5448 * gdb.threads/interrupt-while-step-over.c: New file.
5449 * gdb.threads/interrupt-while-step-over.exp: New file.
5450
2e86a283
PA
54512017-03-08 Pedro Alves <palves@redhat.com>
5452
5453 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5454 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5455
25dcbff6
PA
54562017-03-08 Pedro Alves <palves@redhat.com>
5457
5458 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5459 PKRU as not supported as a PASS.
5460
dc9366eb
PA
54612017-03-08 Pedro Alves <palves@redhat.com>
5462
5463 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5464 prefix instead of $binfile1/$binfile2.
5465 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5466 in test message.
5467 * gdb.python/py-completion.exp: Use "load python file" as test
5468 messages instead of unstable path names.
5469
6e5d74e7
PA
54702017-03-08 Pedro Alves <palves@redhat.com>
5471 Jan Kratochvil <jan.kratochvil@redhat.com>
5472
5473 PR cli/21218
5474 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5475 New proc.
5476 (top level): Call it.
5477
9753a2f6
PA
54782017-03-08 Pedro Alves <palves@redhat.com>
5479
5480 PR tui/21216
5481 * gdb.tui/tui-nl-filtered-output.exp: New file.
5482
1a4dd9dd
PA
54832017-03-08 Pedro Alves <palves@redhat.com>
5484
5485 * gdb.base/completion.exp: Move TUI completion tests to ...
5486 * gdb.tui/completion.exp: ... this new file.
5487
7cbbff33
PA
54882017-03-08 Pedro Alves <palves@redhat.com>
5489
5490 * gdb.base/tui-disasm-long-lines.c,
5491 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5492 gdb.base/tui-layout.exp: Move to ...
5493 * gdb.tui/: ... this new directory.
5494
5f6fd321
PA
54952017-03-07 Pedro Alves <palves@redhat.com>
5496
5497 * gdb.base/tui-layout.c: New file.
5498 * gdb.base/tui-layout.exp: New file.
5499
44959fa8
PA
55002017-03-07 Pedro Alves <palves@redhat.com>
5501
5502 * gdb.base/tui-layout.c: Rename to ...
5503 * gdb.base/tui-disasm-long-lines.c: ... this.
5504 * gdb.base/tui-layout.exp: Rename to ...
5505 * gdb.base/tui-disasm-long-lines.exp: ... this.
5506
f8c4e718
PA
55072017-03-07 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5510
6dbb839a 55112017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
5512
5513 * i386-mpx-call.c: New file.
5514 * i386-mpx-call.exp: New file.
5515
65b48a81
PB
55162017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5517
5518 * gdb.arch/powerpc-power.exp: Delete test.
5519 * gdb.arch/powerpc-power.s: Likewise.
5520 * gdb.disasm/disassembler-options.exp: New test.
5521 * gdb.arch/powerpc-altivec.exp: Likewise.
5522 * gdb.arch/powerpc-altivec.s: Likewise.
5523 * gdb.arch/powerpc-altivec2.exp: Likewise.
5524 * gdb.arch/powerpc-altivec2.s: Likewise.
5525 * gdb.arch/powerpc-altivec3.exp: Likewise.
5526 * gdb.arch/powerpc-altivec3.s: Likewise.
5527 * gdb.arch/powerpc-power7.exp: Likewise.
5528 * gdb.arch/powerpc-power7.s: Likewise.
5529 * gdb.arch/powerpc-power8.exp: Likewise.
5530 * gdb.arch/powerpc-power8.s: Likewise.
5531 * gdb.arch/powerpc-power9.exp: Likewise.
5532 * gdb.arch/powerpc-power9.s: Likewise.
5533 * gdb.arch/powerpc-vsx.exp: Likewise.
5534 * gdb.arch/powerpc-vsx.s: Likewise.
5535 * gdb.arch/powerpc-vsx2.exp: Likewise.
5536 * gdb.arch/powerpc-vsx2.s: Likewise.
5537 * gdb.arch/powerpc-vsx3.exp: Likewise.
5538 * gdb.arch/powerpc-vsx3.s: Likewise.
5539 * gdb.arch/arm-disassembler-options.exp: Likewise.
5540 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5541 * gdb.arch/s390-disassembler-options.exp: Likewise.
5542
17cd4947
LM
55432017-02-23 Luis Machado <lgustavo@codesourcery.com>
5544
5545 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5546 (check_supported_features): ... this. Changed return type to void.
5547 (supports_rdseed): New static global.
5548 (rdseed): Check supports_rdseed.
5549 (initialize): Call check_supported_features.
5550
2039d74e
EBM
55512017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5552
5553 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5554 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5555 and lqarx/stqcx.
5556 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5557 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5558
a51d7ecf
EBM
55592017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5560
5561 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5562 uppercase.
5563
0224619f
JK
55642017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5565
5566 * gdb.dwarf2/formdata16.c: New file.
5567 * gdb.dwarf2/formdata16.exp: New file.
5568 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5569
216f72a1
JK
55702017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5571
5572 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5573 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5574 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5575 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5576 DW_AT_GNU_*.
5577
43988095
JK
55782017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5579
5580 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5581
99e8a4f9
SDJ
55822017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
5583
5584 PR gdb/21164
5585 * gdb.base/maint.exp: Add testcases for when the commands do
5586 not have arguments.
5587
b58a8c0c
TP
55882017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5589
5590 * gdb.cp/chained-calls.exp: Use p instead of P.
5591
4e746bb6
TW
55922017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
5593
5594 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5595 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5596
3f77c769
TT
55972017-02-14 Tom Tromey <tom@tromey.com>
5598
5599 PR python/13598:
5600 * gdb.python/py-events.exp: Add before_prompt event tests.
5601
075beec0
AA
56022017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5603
5604 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5605
bf5f525c
LM
56062017-02-13 Luis Machado <lgustavo@codesourcery.com>
5607
5608 * gdb.linespec/explicit.c (my_unique_function_name): New function.
5609 (main): Call my_unique_function_name.
5610 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5611 completion of patterns with a single match.
5612 Add missing -re switches to gdb_test_multiple calls.
5613
13a66184
LM
56142017-02-13 Luis Machado <lgustavo@codesourcery.com>
5615
5616 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5617 return if core file is not recognized.
5618
26a06916
SM
56192017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5620
5621 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5622 and extra UIs.
5623
b761ca9e
SM
56242017-02-10 Simon Marchi <simon.marchi@ericsson.com>
5625
5626 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5627 proc_with_prefix.
5628
b964bee0
TT
56292017-02-10 Tom Tromey <tom@tromey.com>
5630
5631 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5632
18da0c51
MG
56332017-02-10 Martin Galvan <martingalvan@sourceware.org>
5634
5635 PR gdb/21122
5636 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5637
604c4576
JG
56382017-02-08 Jerome Guitton <guitton@adacore.com>
5639
5640 * gdb.base/define.exp: Add test for command abbreviations
5641 in define.
5642
20b477a7
LM
56432017-02-06 Luis Machado <lgustavo@codesourcery.com>
5644
5645 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5646 * gdb.reverse/insn-reverse-x86.c: New file.
5647
3f7b46f2
IR
56482017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
5649
5650 PR tdep/20936
5651 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5652
f0fd41c1
TT
56532017-02-03 Tom Tromey <tom@tromey.com>
5654
5655 PR rust/21097:
5656 * gdb.rust/simple.exp: Add new tests.
5657
5be5dbf0
PA
56582017-02-02 Pedro Alves <palves@redhat.com>
5659
5660 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5661 tests.
5662
7346ef59
AA
56632017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
5664
5665 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5666 taking a 2-byte value out of a 4-byte DWARF implicit value on
5667 big-endian targets.
5668 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5669 logic. Add test cases for DW_OP_implicit.
5670
787f0025
MM
56712017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5672
5673 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5674
68777c29
MM
56752017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5676
5677 * gdb.btrace/enable.exp: Call gdb_exit before
5678 skip_gdbserver_tests.
5679
0a1c7e28
MM
56802017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5681
5682 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5683 GDBFLAGS.
5684
b5ac99b0
MM
56852017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5686
5687 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5688 the test is skipped.
5689 * gdb.btrace/data.exp: Likewise.
5690 * gdb.btrace/delta.exp: Likewise.
5691 * gdb.btrace/dlopen.exp: Likewise.
5692 * gdb.btrace/enable-running.exp: Likewise.
5693 * gdb.btrace/enable.exp: Likewise.
5694 * gdb.btrace/exception.exp: Likewise.
5695 * gdb.btrace/function_call_history.exp: Likewise.
5696 * gdb.btrace/gcore.exp: Likewise.
5697 * gdb.btrace/instruction_history.exp: Likewise.
5698 * gdb.btrace/multi-thread-step.exp: Likewise.
5699 * gdb.btrace/nohist.exp: Likewise.
5700 * gdb.btrace/non-stop.exp: Likewise.
5701 * gdb.btrace/reconnect.exp: Likewise.
5702 * gdb.btrace/record_goto-step.exp: Likewise.
5703 * gdb.btrace/record_goto.exp: Likewise.
5704 * gdb.btrace/rn-dl-bind.exp: Likewise.
5705 * gdb.btrace/segv.exp: Likewise.
5706 * gdb.btrace/step.exp: Likewise.
5707 * gdb.btrace/stepi.exp: Likewise.
5708 * gdb.btrace/tailcall-only.exp: Likewise.
5709 * gdb.btrace/tailcall.exp: Likewise.
5710 * gdb.btrace/tsx.exp: Likewise.
5711 * gdb.btrace/unknown_functions.exp: Likewise.
5712 * gdb.btrace/vdso.exp: Likewise.
5713
cd4007e4
MM
57142017-02-01 Markus Metzger <markus.t.metzger@intel.com>
5715
5716 * gdb.btrace/enable-running.c: New.
5717 * gdb.btrace/enable-running.exp: New.
5718
2735833d
WT
57192017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5720
5721 * gdb.arch/amd64-gs_base.c: New file.
5722 * gdb.arch/amd64-gs_base.exp: New file.
5723
b51e1e94
LM
57242017-01-26 Luis Machado <lgustavo@codesourcery.com>
5725
5726 * lib/memory.exp: Remove spurious empty newlines.
5727
72ca0410
SM
57282017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
5729
5730 * gdb.python/py-bad-printers.exp: Load python file using "source".
5731 * gdb.python/py-events.exp: Likewise.
5732 * gdb.python/py-evsignal.exp: Likewise.
5733 * gdb.python/py-evthreads.exp: Likewise.
5734 * gdb.python/py-frame-args.exp: Likewise.
5735 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5736 * gdb.python/py-framefilter-mi.exp: Likewise.
5737 * gdb.python/py-framefilter.exp: Likewise.
5738 * gdb.python/py-mi.exp: Likewise.
5739 * gdb.python/py-pp-maint.exp: Likewise.
5740 * gdb.python/py-pp-registration.exp: Likewise.
5741 * gdb.python/py-prettyprint.exp: Likewise.
5742 (run_lang_tests): Likewise.
5743 * gdb.python/py-typeprint.exp: Likewise.
5744
e309aa65
LM
57452017-01-26 Luis Machado <lgustavo@codesourcery.com>
5746
5747 * lib/memory.exp: New file.
5748 * lib/gdb.exp: Load memory.exp.
5749 * gdb.base/memattr.exp (delete_memory): Move proc to
5750 lib/memory.exp and rename to delete_memory_regions.
5751 Replace delete_memory with delete_memory_regions.
5752 Cleanup memory regions before tests.
5753 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5754 before tests.
5755
515aff23
LM
57562017-01-26 Luis Machado <lgustavo@codesourcery.com>
5757
5758 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5759 files.
5760 (initialize): New function conditionally defined.
5761 (testcases): Move within conditional block.
5762 (main): Call initialize.
5763 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5764 of gdb.reverse/insn-reverse.c.
5765 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5766 gdb.reverse/insn-reverse.c.
5767
d8b49cf0
YQ
57682017-01-26 Yao Qi <yao.qi@linaro.org>
5769
5770 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5771 disassemble on address 0.
5772
f13a9a0c
YQ
57732017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
5774 Yao Qi <yao.qi@linaro.org>
5775
5776 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5777 * gdb.dwarf2/implptr-64bit.S: Remove.
5778 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
5779 variables in caller's context. Add DW_OP_implicit_value.
5780
5ac95241
YQ
57812017-01-25 Yao Qi <yao.qi@linaro.org>
5782
5783 * lib/dwarf.exp (Dwarf::_location): Handle
5784 DW_OP_GNU_implicit_pointer with proper size.
5785
23e82930
LM
57862017-01-20 Luis Machado <lgustavo@codesourcery.com>
5787
5788 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5789 and add untested calls.
5790
d334ae25
LM
57912017-01-20 Luis Machado <lgustavo@codesourcery.com>
5792
5793 * gdb.python/python.exp: Check line number against what GDB thinks
5794 the line number is for func1.
5795
f5e6296e
IB
57962017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
5797
5798 * gdb.dlang/debug-expr.exp: New file.
5799
5b362f04
LM
58002016-12-23 Luis Machado <lgustavo@codesourcery.com>
5801
5802 Fix test names for the following files:
5803
5804 * gdb.ada/exec_changed.exp
5805 * gdb.ada/info_types.exp
5806 * gdb.arch/aarch64-atomic-inst.exp
5807 * gdb.arch/aarch64-fp.exp
5808 * gdb.arch/altivec-abi.exp
5809 * gdb.arch/altivec-regs.exp
5810 * gdb.arch/amd64-byte.exp
5811 * gdb.arch/amd64-disp-step.exp
5812 * gdb.arch/amd64-dword.exp
5813 * gdb.arch/amd64-entry-value-inline.exp
5814 * gdb.arch/amd64-entry-value-param.exp
5815 * gdb.arch/amd64-entry-value-paramref.exp
5816 * gdb.arch/amd64-entry-value.exp
5817 * gdb.arch/amd64-i386-address.exp
5818 * gdb.arch/amd64-invalid-stack-middle.exp
5819 * gdb.arch/amd64-invalid-stack-top.exp
5820 * gdb.arch/amd64-optimout-repeat.exp
5821 * gdb.arch/amd64-prologue-skip.exp
5822 * gdb.arch/amd64-prologue-xmm.exp
5823 * gdb.arch/amd64-stap-special-operands.exp
5824 * gdb.arch/amd64-stap-wrong-subexp.exp
5825 * gdb.arch/amd64-tailcall-cxx.exp
5826 * gdb.arch/amd64-tailcall-noret.exp
5827 * gdb.arch/amd64-tailcall-ret.exp
5828 * gdb.arch/amd64-tailcall-self.exp
5829 * gdb.arch/amd64-word.exp
5830 * gdb.arch/arm-bl-branch-dest.exp
5831 * gdb.arch/arm-disp-step.exp
5832 * gdb.arch/arm-neon.exp
5833 * gdb.arch/arm-single-step-kernel-helper.exp
5834 * gdb.arch/avr-flash-qualifier.exp
5835 * gdb.arch/disp-step-insn-reloc.exp
5836 * gdb.arch/e500-abi.exp
5837 * gdb.arch/e500-regs.exp
5838 * gdb.arch/ftrace-insn-reloc.exp
5839 * gdb.arch/i386-avx512.exp
5840 * gdb.arch/i386-bp_permanent.exp
5841 * gdb.arch/i386-byte.exp
5842 * gdb.arch/i386-cfi-notcurrent.exp
5843 * gdb.arch/i386-disp-step.exp
5844 * gdb.arch/i386-dr3-watch.exp
5845 * gdb.arch/i386-float.exp
5846 * gdb.arch/i386-gnu-cfi.exp
5847 * gdb.arch/i386-mpx-map.exp
5848 * gdb.arch/i386-mpx-sigsegv.exp
5849 * gdb.arch/i386-mpx-simple_segv.exp
5850 * gdb.arch/i386-mpx.exp
5851 * gdb.arch/i386-permbkpt.exp
5852 * gdb.arch/i386-prologue.exp
5853 * gdb.arch/i386-signal.exp
5854 * gdb.arch/i386-size-overlap.exp
5855 * gdb.arch/i386-unwind.exp
5856 * gdb.arch/i386-word.exp
5857 * gdb.arch/mips-fcr.exp
5858 * gdb.arch/powerpc-d128-regs.exp
5859 * gdb.arch/powerpc-stackless.exp
5860 * gdb.arch/ppc64-atomic-inst.exp
5861 * gdb.arch/s390-stackless.exp
5862 * gdb.arch/s390-tdbregs.exp
5863 * gdb.arch/s390-vregs.exp
5864 * gdb.arch/sparc-sysstep.exp
5865 * gdb.arch/thumb-bx-pc.exp
5866 * gdb.arch/thumb-singlestep.exp
5867 * gdb.arch/thumb2-it.exp
5868 * gdb.arch/vsx-regs.exp
5869 * gdb.asm/asm-source.exp
5870 * gdb.base/a2-run.exp
5871 * gdb.base/advance.exp
5872 * gdb.base/all-bin.exp
5873 * gdb.base/anon.exp
5874 * gdb.base/args.exp
5875 * gdb.base/arithmet.exp
5876 * gdb.base/async-shell.exp
5877 * gdb.base/async.exp
5878 * gdb.base/attach-pie-noexec.exp
5879 * gdb.base/attach-twice.exp
5880 * gdb.base/auto-load.exp
5881 * gdb.base/bang.exp
5882 * gdb.base/bitfields.exp
5883 * gdb.base/break-always.exp
5884 * gdb.base/break-caller-line.exp
5885 * gdb.base/break-entry.exp
5886 * gdb.base/break-inline.exp
5887 * gdb.base/break-on-linker-gcd-function.exp
5888 * gdb.base/break-probes.exp
5889 * gdb.base/break.exp
5890 * gdb.base/breakpoint-shadow.exp
5891 * gdb.base/call-ar-st.exp
5892 * gdb.base/call-sc.exp
5893 * gdb.base/call-signal-resume.exp
5894 * gdb.base/call-strs.exp
5895 * gdb.base/callfuncs.exp
5896 * gdb.base/catch-fork-static.exp
5897 * gdb.base/catch-gdb-caused-signals.exp
5898 * gdb.base/catch-load.exp
5899 * gdb.base/catch-signal-fork.exp
5900 * gdb.base/catch-signal.exp
5901 * gdb.base/catch-syscall.exp
5902 * gdb.base/charset.exp
5903 * gdb.base/checkpoint.exp
5904 * gdb.base/chng-syms.exp
5905 * gdb.base/code-expr.exp
5906 * gdb.base/code_elim.exp
5907 * gdb.base/commands.exp
5908 * gdb.base/completion.exp
5909 * gdb.base/complex.exp
5910 * gdb.base/cond-expr.exp
5911 * gdb.base/condbreak.exp
5912 * gdb.base/consecutive.exp
5913 * gdb.base/continue-all-already-running.exp
5914 * gdb.base/coredump-filter.exp
5915 * gdb.base/corefile.exp
5916 * gdb.base/dbx.exp
5917 * gdb.base/debug-expr.exp
5918 * gdb.base/define.exp
5919 * gdb.base/del.exp
5920 * gdb.base/disabled-location.exp
5921 * gdb.base/disasm-end-cu.exp
5922 * gdb.base/disasm-optim.exp
5923 * gdb.base/display.exp
5924 * gdb.base/duplicate-bp.exp
5925 * gdb.base/ena-dis-br.exp
5926 * gdb.base/ending-run.exp
5927 * gdb.base/enumval.exp
5928 * gdb.base/environ.exp
5929 * gdb.base/eu-strip-infcall.exp
5930 * gdb.base/eval-avoid-side-effects.exp
5931 * gdb.base/eval-skip.exp
5932 * gdb.base/exitsignal.exp
5933 * gdb.base/expand-psymtabs.exp
5934 * gdb.base/filesym.exp
5935 * gdb.base/find-unmapped.exp
5936 * gdb.base/finish.exp
5937 * gdb.base/float.exp
5938 * gdb.base/foll-exec-mode.exp
5939 * gdb.base/foll-exec.exp
5940 * gdb.base/foll-fork.exp
5941 * gdb.base/fortran-sym-case.exp
5942 * gdb.base/freebpcmd.exp
5943 * gdb.base/func-ptr.exp
5944 * gdb.base/func-ptrs.exp
5945 * gdb.base/funcargs.exp
5946 * gdb.base/gcore-buffer-overflow.exp
5947 * gdb.base/gcore-relro-pie.exp
5948 * gdb.base/gcore-relro.exp
5949 * gdb.base/gcore.exp
5950 * gdb.base/gdb1090.exp
5951 * gdb.base/gdb11530.exp
5952 * gdb.base/gdb11531.exp
5953 * gdb.base/gdb1821.exp
5954 * gdb.base/gdbindex-stabs.exp
5955 * gdb.base/gdbvars.exp
5956 * gdb.base/hbreak.exp
5957 * gdb.base/hbreak2.exp
5958 * gdb.base/included.exp
5959 * gdb.base/infcall-input.exp
5960 * gdb.base/inferior-died.exp
5961 * gdb.base/infnan.exp
5962 * gdb.base/info-macros.exp
5963 * gdb.base/info-os.exp
5964 * gdb.base/info-proc.exp
5965 * gdb.base/info-shared.exp
5966 * gdb.base/info-target.exp
5967 * gdb.base/infoline.exp
5968 * gdb.base/interp.exp
5969 * gdb.base/interrupt.exp
5970 * gdb.base/jit-reader.exp
5971 * gdb.base/jit-simple.exp
5972 * gdb.base/kill-after-signal.exp
5973 * gdb.base/kill-detach-inferiors-cmd.exp
5974 * gdb.base/label.exp
5975 * gdb.base/langs.exp
5976 * gdb.base/ldbl_e308.exp
5977 * gdb.base/line-symtabs.exp
5978 * gdb.base/linespecs.exp
5979 * gdb.base/list.exp
5980 * gdb.base/long_long.exp
5981 * gdb.base/longest-types.exp
5982 * gdb.base/maint.exp
5983 * gdb.base/max-value-size.exp
5984 * gdb.base/memattr.exp
5985 * gdb.base/mips_pro.exp
5986 * gdb.base/morestack.exp
5987 * gdb.base/moribund-step.exp
5988 * gdb.base/multi-forks.exp
5989 * gdb.base/nested-addr.exp
5990 * gdb.base/nextoverexit.exp
5991 * gdb.base/noreturn-finish.exp
5992 * gdb.base/noreturn-return.exp
5993 * gdb.base/nostdlib.exp
5994 * gdb.base/offsets.exp
5995 * gdb.base/opaque.exp
5996 * gdb.base/pc-fp.exp
5997 * gdb.base/permissions.exp
5998 * gdb.base/print-symbol-loading.exp
5999 * gdb.base/prologue-include.exp
6000 * gdb.base/psymtab.exp
6001 * gdb.base/ptype.exp
6002 * gdb.base/random-signal.exp
6003 * gdb.base/randomize.exp
6004 * gdb.base/range-stepping.exp
6005 * gdb.base/readline-ask.exp
6006 * gdb.base/recpar.exp
6007 * gdb.base/recurse.exp
6008 * gdb.base/relational.exp
6009 * gdb.base/restore.exp
6010 * gdb.base/return-nodebug.exp
6011 * gdb.base/return.exp
6012 * gdb.base/run-after-attach.exp
6013 * gdb.base/save-bp.exp
6014 * gdb.base/scope.exp
6015 * gdb.base/sect-cmd.exp
6016 * gdb.base/set-lang-auto.exp
6017 * gdb.base/set-noassign.exp
6018 * gdb.base/setvar.exp
6019 * gdb.base/sigall.exp
6020 * gdb.base/sigbpt.exp
6021 * gdb.base/siginfo-addr.exp
6022 * gdb.base/siginfo-infcall.exp
6023 * gdb.base/siginfo-obj.exp
6024 * gdb.base/siginfo.exp
6025 * gdb.base/signals-state-child.exp
6026 * gdb.base/signest.exp
6027 * gdb.base/sigstep.exp
6028 * gdb.base/sizeof.exp
6029 * gdb.base/skip.exp
6030 * gdb.base/solib-corrupted.exp
6031 * gdb.base/solib-nodir.exp
6032 * gdb.base/solib-search.exp
6033 * gdb.base/stack-checking.exp
6034 * gdb.base/stale-infcall.exp
6035 * gdb.base/stap-probe.exp
6036 * gdb.base/start.exp
6037 * gdb.base/step-break.exp
6038 * gdb.base/step-bt.exp
6039 * gdb.base/step-line.exp
6040 * gdb.base/step-over-exit.exp
6041 * gdb.base/step-over-syscall.exp
6042 * gdb.base/step-resume-infcall.exp
6043 * gdb.base/step-test.exp
6044 * gdb.base/store.exp
6045 * gdb.base/structs3.exp
6046 * gdb.base/sym-file.exp
6047 * gdb.base/symbol-without-target_section.exp
6048 * gdb.base/term.exp
6049 * gdb.base/testenv.exp
6050 * gdb.base/ui-redirect.exp
6051 * gdb.base/until.exp
6052 * gdb.base/unwindonsignal.exp
6053 * gdb.base/value-double-free.exp
6054 * gdb.base/vla-datatypes.exp
6055 * gdb.base/vla-ptr.exp
6056 * gdb.base/vla-sideeffect.exp
6057 * gdb.base/volatile.exp
6058 * gdb.base/watch-cond-infcall.exp
6059 * gdb.base/watch-cond.exp
6060 * gdb.base/watch-non-mem.exp
6061 * gdb.base/watch-read.exp
6062 * gdb.base/watch-vfork.exp
6063 * gdb.base/watchpoint-cond-gone.exp
6064 * gdb.base/watchpoint-delete.exp
6065 * gdb.base/watchpoint-hw-hit-once.exp
6066 * gdb.base/watchpoint-hw.exp
6067 * gdb.base/watchpoint-stops-at-right-insn.exp
6068 * gdb.base/watchpoints.exp
6069 * gdb.base/wchar.exp
6070 * gdb.base/whatis-exp.exp
6071 * gdb.btrace/buffer-size.exp
6072 * gdb.btrace/data.exp
6073 * gdb.btrace/delta.exp
6074 * gdb.btrace/dlopen.exp
6075 * gdb.btrace/enable.exp
6076 * gdb.btrace/exception.exp
6077 * gdb.btrace/function_call_history.exp
6078 * gdb.btrace/gcore.exp
6079 * gdb.btrace/instruction_history.exp
6080 * gdb.btrace/nohist.exp
6081 * gdb.btrace/reconnect.exp
6082 * gdb.btrace/record_goto-step.exp
6083 * gdb.btrace/record_goto.exp
6084 * gdb.btrace/rn-dl-bind.exp
6085 * gdb.btrace/segv.exp
6086 * gdb.btrace/step.exp
6087 * gdb.btrace/stepi.exp
6088 * gdb.btrace/tailcall-only.exp
6089 * gdb.btrace/tailcall.exp
6090 * gdb.btrace/tsx.exp
6091 * gdb.btrace/unknown_functions.exp
6092 * gdb.btrace/vdso.exp
6093 * gdb.compile/compile-ifunc.exp
6094 * gdb.compile/compile-ops.exp
6095 * gdb.compile/compile-print.exp
6096 * gdb.compile/compile-setjmp.exp
6097 * gdb.cp/abstract-origin.exp
6098 * gdb.cp/ambiguous.exp
6099 * gdb.cp/annota2.exp
6100 * gdb.cp/annota3.exp
6101 * gdb.cp/anon-ns.exp
6102 * gdb.cp/anon-struct.exp
6103 * gdb.cp/anon-union.exp
6104 * gdb.cp/arg-reference.exp
6105 * gdb.cp/baseenum.exp
6106 * gdb.cp/bool.exp
6107 * gdb.cp/breakpoint.exp
6108 * gdb.cp/bs15503.exp
6109 * gdb.cp/call-c.exp
6110 * gdb.cp/casts.exp
6111 * gdb.cp/chained-calls.exp
6112 * gdb.cp/class2.exp
6113 * gdb.cp/classes.exp
6114 * gdb.cp/cmpd-minsyms.exp
6115 * gdb.cp/converts.exp
6116 * gdb.cp/cp-relocate.exp
6117 * gdb.cp/cpcompletion.exp
6118 * gdb.cp/cpexprs.exp
6119 * gdb.cp/cplabel.exp
6120 * gdb.cp/cplusfuncs.exp
6121 * gdb.cp/cpsizeof.exp
6122 * gdb.cp/ctti.exp
6123 * gdb.cp/derivation.exp
6124 * gdb.cp/destrprint.exp
6125 * gdb.cp/dispcxx.exp
6126 * gdb.cp/enum-class.exp
6127 * gdb.cp/exception.exp
6128 * gdb.cp/exceptprint.exp
6129 * gdb.cp/expand-psymtabs-cxx.exp
6130 * gdb.cp/expand-sals.exp
6131 * gdb.cp/extern-c.exp
6132 * gdb.cp/filename.exp
6133 * gdb.cp/formatted-ref.exp
6134 * gdb.cp/fpointer.exp
6135 * gdb.cp/gdb1355.exp
6136 * gdb.cp/gdb2495.exp
6137 * gdb.cp/hang.exp
6138 * gdb.cp/impl-this.exp
6139 * gdb.cp/infcall-dlopen.exp
6140 * gdb.cp/inherit.exp
6141 * gdb.cp/iostream.exp
6142 * gdb.cp/koenig.exp
6143 * gdb.cp/local.exp
6144 * gdb.cp/m-data.exp
6145 * gdb.cp/m-static.exp
6146 * gdb.cp/mb-ctor.exp
6147 * gdb.cp/mb-inline.exp
6148 * gdb.cp/mb-templates.exp
6149 * gdb.cp/member-name.exp
6150 * gdb.cp/member-ptr.exp
6151 * gdb.cp/meth-typedefs.exp
6152 * gdb.cp/method.exp
6153 * gdb.cp/method2.exp
6154 * gdb.cp/minsym-fallback.exp
6155 * gdb.cp/misc.exp
6156 * gdb.cp/namelessclass.exp
6157 * gdb.cp/namespace-enum.exp
6158 * gdb.cp/namespace-nested-import.exp
6159 * gdb.cp/namespace.exp
6160 * gdb.cp/nextoverthrow.exp
6161 * gdb.cp/no-dmgl-verbose.exp
6162 * gdb.cp/non-trivial-retval.exp
6163 * gdb.cp/noparam.exp
6164 * gdb.cp/nsdecl.exp
6165 * gdb.cp/nsimport.exp
6166 * gdb.cp/nsnested.exp
6167 * gdb.cp/nsnoimports.exp
6168 * gdb.cp/nsrecurs.exp
6169 * gdb.cp/nsstress.exp
6170 * gdb.cp/nsusing.exp
6171 * gdb.cp/operator.exp
6172 * gdb.cp/oranking.exp
6173 * gdb.cp/overload-const.exp
6174 * gdb.cp/overload.exp
6175 * gdb.cp/ovldbreak.exp
6176 * gdb.cp/ovsrch.exp
6177 * gdb.cp/paren-type.exp
6178 * gdb.cp/parse-lang.exp
6179 * gdb.cp/pass-by-ref.exp
6180 * gdb.cp/pr-1023.exp
6181 * gdb.cp/pr-1210.exp
6182 * gdb.cp/pr-574.exp
6183 * gdb.cp/pr10687.exp
6184 * gdb.cp/pr12028.exp
6185 * gdb.cp/pr17132.exp
6186 * gdb.cp/pr17494.exp
6187 * gdb.cp/pr9067.exp
6188 * gdb.cp/pr9167.exp
6189 * gdb.cp/pr9631.exp
6190 * gdb.cp/printmethod.exp
6191 * gdb.cp/psmang.exp
6192 * gdb.cp/psymtab-parameter.exp
6193 * gdb.cp/ptype-cv-cp.exp
6194 * gdb.cp/ptype-flags.exp
6195 * gdb.cp/re-set-overloaded.exp
6196 * gdb.cp/ref-types.exp
6197 * gdb.cp/rtti.exp
6198 * gdb.cp/scope-err.exp
6199 * gdb.cp/shadow.exp
6200 * gdb.cp/smartp.exp
6201 * gdb.cp/static-method.exp
6202 * gdb.cp/static-print-quit.exp
6203 * gdb.cp/temargs.exp
6204 * gdb.cp/templates.exp
6205 * gdb.cp/try_catch.exp
6206 * gdb.cp/typedef-operator.exp
6207 * gdb.cp/typeid.exp
6208 * gdb.cp/userdef.exp
6209 * gdb.cp/using-crash.exp
6210 * gdb.cp/var-tag.exp
6211 * gdb.cp/virtbase.exp
6212 * gdb.cp/virtfunc.exp
6213 * gdb.cp/virtfunc2.exp
6214 * gdb.cp/vla-cxx.exp
6215 * gdb.disasm/t01_mov.exp
6216 * gdb.disasm/t02_mova.exp
6217 * gdb.disasm/t03_add.exp
6218 * gdb.disasm/t04_sub.exp
6219 * gdb.disasm/t05_cmp.exp
6220 * gdb.disasm/t06_ari2.exp
6221 * gdb.disasm/t07_ari3.exp
6222 * gdb.disasm/t08_or.exp
6223 * gdb.disasm/t09_xor.exp
6224 * gdb.disasm/t10_and.exp
6225 * gdb.disasm/t11_logs.exp
6226 * gdb.disasm/t12_bit.exp
6227 * gdb.disasm/t13_otr.exp
6228 * gdb.dlang/circular.exp
6229 * gdb.dwarf2/arr-stride.exp
6230 * gdb.dwarf2/arr-subrange.exp
6231 * gdb.dwarf2/atomic-type.exp
6232 * gdb.dwarf2/bad-regnum.exp
6233 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6234 * gdb.dwarf2/callframecfa.exp
6235 * gdb.dwarf2/clztest.exp
6236 * gdb.dwarf2/corrupt.exp
6237 * gdb.dwarf2/data-loc.exp
6238 * gdb.dwarf2/dup-psym.exp
6239 * gdb.dwarf2/dw2-anon-mptr.exp
6240 * gdb.dwarf2/dw2-anonymous-func.exp
6241 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6242 * gdb.dwarf2/dw2-bad-unresolved.exp
6243 * gdb.dwarf2/dw2-basic.exp
6244 * gdb.dwarf2/dw2-canonicalize-type.exp
6245 * gdb.dwarf2/dw2-case-insensitive.exp
6246 * gdb.dwarf2/dw2-common-block.exp
6247 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6248 * gdb.dwarf2/dw2-compressed.exp
6249 * gdb.dwarf2/dw2-const.exp
6250 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6251 * gdb.dwarf2/dw2-cu-size.exp
6252 * gdb.dwarf2/dw2-dup-frame.exp
6253 * gdb.dwarf2/dw2-entry-value.exp
6254 * gdb.dwarf2/dw2-icycle.exp
6255 * gdb.dwarf2/dw2-ifort-parameter.exp
6256 * gdb.dwarf2/dw2-inline-break.exp
6257 * gdb.dwarf2/dw2-inline-param.exp
6258 * gdb.dwarf2/dw2-intercu.exp
6259 * gdb.dwarf2/dw2-intermix.exp
6260 * gdb.dwarf2/dw2-lexical-block-bare.exp
6261 * gdb.dwarf2/dw2-linkage-name-trust.exp
6262 * gdb.dwarf2/dw2-minsym-in-cu.exp
6263 * gdb.dwarf2/dw2-noloc.exp
6264 * gdb.dwarf2/dw2-op-call.exp
6265 * gdb.dwarf2/dw2-op-out-param.exp
6266 * gdb.dwarf2/dw2-opt-structptr.exp
6267 * gdb.dwarf2/dw2-param-error.exp
6268 * gdb.dwarf2/dw2-producer.exp
6269 * gdb.dwarf2/dw2-ranges-base.exp
6270 * gdb.dwarf2/dw2-ref-missing-frame.exp
6271 * gdb.dwarf2/dw2-reg-undefined.exp
6272 * gdb.dwarf2/dw2-regno-invalid.exp
6273 * gdb.dwarf2/dw2-restore.exp
6274 * gdb.dwarf2/dw2-restrict.exp
6275 * gdb.dwarf2/dw2-single-line-discriminators.exp
6276 * gdb.dwarf2/dw2-strp.exp
6277 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6278 * gdb.dwarf2/dw2-unresolved.exp
6279 * gdb.dwarf2/dw2-var-zero-addr.exp
6280 * gdb.dwarf2/dw4-sig-types.exp
6281 * gdb.dwarf2/dwz.exp
6282 * gdb.dwarf2/dynarr-ptr.exp
6283 * gdb.dwarf2/enum-type.exp
6284 * gdb.dwarf2/gdb-index.exp
6285 * gdb.dwarf2/implptr-64bit.exp
6286 * gdb.dwarf2/implptr-optimized-out.exp
6287 * gdb.dwarf2/implptr.exp
6288 * gdb.dwarf2/implref-array.exp
6289 * gdb.dwarf2/implref-const.exp
6290 * gdb.dwarf2/implref-global.exp
6291 * gdb.dwarf2/implref-struct.exp
6292 * gdb.dwarf2/mac-fileno.exp
6293 * gdb.dwarf2/main-subprogram.exp
6294 * gdb.dwarf2/member-ptr-forwardref.exp
6295 * gdb.dwarf2/method-ptr.exp
6296 * gdb.dwarf2/missing-sig-type.exp
6297 * gdb.dwarf2/nonvar-access.exp
6298 * gdb.dwarf2/opaque-type-lookup.exp
6299 * gdb.dwarf2/pieces-optimized-out.exp
6300 * gdb.dwarf2/pieces.exp
6301 * gdb.dwarf2/pr10770.exp
6302 * gdb.dwarf2/pr13961.exp
6303 * gdb.dwarf2/staticvirtual.exp
6304 * gdb.dwarf2/subrange.exp
6305 * gdb.dwarf2/symtab-producer.exp
6306 * gdb.dwarf2/trace-crash.exp
6307 * gdb.dwarf2/typeddwarf.exp
6308 * gdb.dwarf2/valop.exp
6309 * gdb.dwarf2/watch-notconst.exp
6310 * gdb.fortran/array-element.exp
6311 * gdb.fortran/charset.exp
6312 * gdb.fortran/common-block.exp
6313 * gdb.fortran/complex.exp
6314 * gdb.fortran/derived-type-function.exp
6315 * gdb.fortran/derived-type.exp
6316 * gdb.fortran/logical.exp
6317 * gdb.fortran/module.exp
6318 * gdb.fortran/multi-dim.exp
6319 * gdb.fortran/nested-funcs.exp
6320 * gdb.fortran/print-formatted.exp
6321 * gdb.fortran/subarray.exp
6322 * gdb.fortran/vla-alloc-assoc.exp
6323 * gdb.fortran/vla-datatypes.exp
6324 * gdb.fortran/vla-history.exp
6325 * gdb.fortran/vla-ptr-info.exp
6326 * gdb.fortran/vla-ptype-sub.exp
6327 * gdb.fortran/vla-ptype.exp
6328 * gdb.fortran/vla-sizeof.exp
6329 * gdb.fortran/vla-type.exp
6330 * gdb.fortran/vla-value-sub-arbitrary.exp
6331 * gdb.fortran/vla-value-sub-finish.exp
6332 * gdb.fortran/vla-value-sub.exp
6333 * gdb.fortran/vla-value.exp
6334 * gdb.fortran/whatis_type.exp
6335 * gdb.go/chan.exp
6336 * gdb.go/handcall.exp
6337 * gdb.go/hello.exp
6338 * gdb.go/integers.exp
6339 * gdb.go/methods.exp
6340 * gdb.go/package.exp
6341 * gdb.go/strings.exp
6342 * gdb.go/types.exp
6343 * gdb.go/unsafe.exp
6344 * gdb.guile/scm-arch.exp
6345 * gdb.guile/scm-block.exp
6346 * gdb.guile/scm-breakpoint.exp
6347 * gdb.guile/scm-cmd.exp
6348 * gdb.guile/scm-disasm.exp
6349 * gdb.guile/scm-equal.exp
6350 * gdb.guile/scm-frame-args.exp
6351 * gdb.guile/scm-frame-inline.exp
6352 * gdb.guile/scm-frame.exp
6353 * gdb.guile/scm-iterator.exp
6354 * gdb.guile/scm-math.exp
6355 * gdb.guile/scm-objfile.exp
6356 * gdb.guile/scm-ports.exp
6357 * gdb.guile/scm-symbol.exp
6358 * gdb.guile/scm-symtab.exp
6359 * gdb.guile/scm-value-cc.exp
6360 * gdb.guile/types-module.exp
6361 * gdb.linespec/break-ask.exp
6362 * gdb.linespec/cpexplicit.exp
6363 * gdb.linespec/explicit.exp
6364 * gdb.linespec/keywords.exp
6365 * gdb.linespec/linespec.exp
6366 * gdb.linespec/ls-dollar.exp
6367 * gdb.linespec/ls-errs.exp
6368 * gdb.linespec/skip-two.exp
6369 * gdb.linespec/thread.exp
6370 * gdb.mi/mi-async.exp
6371 * gdb.mi/mi-basics.exp
6372 * gdb.mi/mi-break.exp
6373 * gdb.mi/mi-catch-load.exp
6374 * gdb.mi/mi-cli.exp
6375 * gdb.mi/mi-cmd-param-changed.exp
6376 * gdb.mi/mi-console.exp
6377 * gdb.mi/mi-detach.exp
6378 * gdb.mi/mi-disassemble.exp
6379 * gdb.mi/mi-eval.exp
6380 * gdb.mi/mi-file-transfer.exp
6381 * gdb.mi/mi-file.exp
6382 * gdb.mi/mi-fill-memory.exp
6383 * gdb.mi/mi-inheritance-syntax-error.exp
6384 * gdb.mi/mi-linespec-err-cp.exp
6385 * gdb.mi/mi-logging.exp
6386 * gdb.mi/mi-memory-changed.exp
6387 * gdb.mi/mi-read-memory.exp
6388 * gdb.mi/mi-record-changed.exp
6389 * gdb.mi/mi-reg-undefined.exp
6390 * gdb.mi/mi-regs.exp
6391 * gdb.mi/mi-return.exp
6392 * gdb.mi/mi-reverse.exp
6393 * gdb.mi/mi-simplerun.exp
6394 * gdb.mi/mi-solib.exp
6395 * gdb.mi/mi-stack.exp
6396 * gdb.mi/mi-stepi.exp
6397 * gdb.mi/mi-syn-frame.exp
6398 * gdb.mi/mi-until.exp
6399 * gdb.mi/mi-var-block.exp
6400 * gdb.mi/mi-var-child.exp
6401 * gdb.mi/mi-var-cmd.exp
6402 * gdb.mi/mi-var-cp.exp
6403 * gdb.mi/mi-var-display.exp
6404 * gdb.mi/mi-var-invalidate.exp
6405 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6406 * gdb.mi/mi-vla-fortran.exp
6407 * gdb.mi/mi-watch.exp
6408 * gdb.mi/mi2-var-child.exp
6409 * gdb.mi/user-selected-context-sync.exp
6410 * gdb.modula2/unbounded-array.exp
6411 * gdb.multi/dummy-frame-restore.exp
6412 * gdb.multi/multi-arch-exec.exp
6413 * gdb.multi/multi-arch.exp
6414 * gdb.multi/tids.exp
6415 * gdb.multi/watchpoint-multi.exp
6416 * gdb.opencl/callfuncs.exp
6417 * gdb.opencl/convs_casts.exp
6418 * gdb.opencl/datatypes.exp
6419 * gdb.opencl/operators.exp
6420 * gdb.opencl/vec_comps.exp
6421 * gdb.opt/clobbered-registers-O2.exp
6422 * gdb.opt/inline-break.exp
6423 * gdb.opt/inline-bt.exp
6424 * gdb.opt/inline-cmds.exp
6425 * gdb.opt/inline-locals.exp
6426 * gdb.pascal/case-insensitive-symbols.exp
6427 * gdb.pascal/floats.exp
6428 * gdb.pascal/gdb11492.exp
6429 * gdb.python/lib-types.exp
6430 * gdb.python/py-arch.exp
6431 * gdb.python/py-as-string.exp
6432 * gdb.python/py-bad-printers.exp
6433 * gdb.python/py-block.exp
6434 * gdb.python/py-breakpoint-create-fail.exp
6435 * gdb.python/py-breakpoint.exp
6436 * gdb.python/py-caller-is.exp
6437 * gdb.python/py-cmd.exp
6438 * gdb.python/py-explore-cc.exp
6439 * gdb.python/py-explore.exp
6440 * gdb.python/py-finish-breakpoint.exp
6441 * gdb.python/py-finish-breakpoint2.exp
6442 * gdb.python/py-frame-args.exp
6443 * gdb.python/py-frame-inline.exp
6444 * gdb.python/py-frame.exp
6445 * gdb.python/py-framefilter-mi.exp
6446 * gdb.python/py-infthread.exp
6447 * gdb.python/py-lazy-string.exp
6448 * gdb.python/py-linetable.exp
6449 * gdb.python/py-mi-events.exp
6450 * gdb.python/py-mi-objfile.exp
6451 * gdb.python/py-mi.exp
6452 * gdb.python/py-objfile.exp
6453 * gdb.python/py-pp-integral.exp
6454 * gdb.python/py-pp-maint.exp
6455 * gdb.python/py-pp-re-notag.exp
6456 * gdb.python/py-pp-registration.exp
6457 * gdb.python/py-recurse-unwind.exp
6458 * gdb.python/py-strfns.exp
6459 * gdb.python/py-symbol.exp
6460 * gdb.python/py-symtab.exp
6461 * gdb.python/py-sync-interp.exp
6462 * gdb.python/py-typeprint.exp
6463 * gdb.python/py-unwind-maint.exp
6464 * gdb.python/py-unwind.exp
6465 * gdb.python/py-value-cc.exp
6466 * gdb.python/py-xmethods.exp
6467 * gdb.reverse/amd64-tailcall-reverse.exp
6468 * gdb.reverse/break-precsave.exp
6469 * gdb.reverse/break-reverse.exp
6470 * gdb.reverse/consecutive-precsave.exp
6471 * gdb.reverse/consecutive-reverse.exp
6472 * gdb.reverse/finish-precsave.exp
6473 * gdb.reverse/finish-reverse-bkpt.exp
6474 * gdb.reverse/finish-reverse.exp
6475 * gdb.reverse/fstatat-reverse.exp
6476 * gdb.reverse/getresuid-reverse.exp
6477 * gdb.reverse/i386-precsave.exp
6478 * gdb.reverse/i386-reverse.exp
6479 * gdb.reverse/i386-sse-reverse.exp
6480 * gdb.reverse/i387-env-reverse.exp
6481 * gdb.reverse/i387-stack-reverse.exp
6482 * gdb.reverse/insn-reverse.exp
6483 * gdb.reverse/machinestate-precsave.exp
6484 * gdb.reverse/machinestate.exp
6485 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6486 * gdb.reverse/pipe-reverse.exp
6487 * gdb.reverse/readv-reverse.exp
6488 * gdb.reverse/recvmsg-reverse.exp
6489 * gdb.reverse/rerun-prec.exp
6490 * gdb.reverse/s390-mvcle.exp
6491 * gdb.reverse/step-precsave.exp
6492 * gdb.reverse/step-reverse.exp
6493 * gdb.reverse/time-reverse.exp
6494 * gdb.reverse/until-precsave.exp
6495 * gdb.reverse/until-reverse.exp
6496 * gdb.reverse/waitpid-reverse.exp
6497 * gdb.reverse/watch-precsave.exp
6498 * gdb.reverse/watch-reverse.exp
6499 * gdb.rust/generics.exp
6500 * gdb.rust/methods.exp
6501 * gdb.rust/modules.exp
6502 * gdb.rust/simple.exp
6503 * gdb.server/connect-with-no-symbol-file.exp
6504 * gdb.server/ext-attach.exp
6505 * gdb.server/ext-restart.exp
6506 * gdb.server/ext-wrapper.exp
6507 * gdb.server/file-transfer.exp
6508 * gdb.server/server-exec-info.exp
6509 * gdb.server/server-kill.exp
6510 * gdb.server/server-mon.exp
6511 * gdb.server/wrapper.exp
6512 * gdb.stabs/exclfwd.exp
6513 * gdb.stabs/gdb11479.exp
6514 * gdb.threads/clone-new-thread-event.exp
6515 * gdb.threads/corethreads.exp
6516 * gdb.threads/current-lwp-dead.exp
6517 * gdb.threads/dlopen-libpthread.exp
6518 * gdb.threads/gcore-thread.exp
6519 * gdb.threads/sigstep-threads.exp
6520 * gdb.threads/watchpoint-fork.exp
6521 * gdb.trace/actions-changed.exp
6522 * gdb.trace/backtrace.exp
6523 * gdb.trace/change-loc.exp
6524 * gdb.trace/circ.exp
6525 * gdb.trace/collection.exp
6526 * gdb.trace/disconnected-tracing.exp
6527 * gdb.trace/ftrace.exp
6528 * gdb.trace/mi-trace-frame-collected.exp
6529 * gdb.trace/mi-trace-unavailable.exp
6530 * gdb.trace/mi-traceframe-changed.exp
6531 * gdb.trace/mi-tsv-changed.exp
6532 * gdb.trace/no-attach-trace.exp
6533 * gdb.trace/passc-dyn.exp
6534 * gdb.trace/qtro.exp
6535 * gdb.trace/range-stepping.exp
6536 * gdb.trace/read-memory.exp
6537 * gdb.trace/save-trace.exp
6538 * gdb.trace/signal.exp
6539 * gdb.trace/status-stop.exp
6540 * gdb.trace/tfile.exp
6541 * gdb.trace/trace-break.exp
6542 * gdb.trace/trace-buffer-size.exp
6543 * gdb.trace/trace-condition.exp
6544 * gdb.trace/tracefile-pseudo-reg.exp
6545 * gdb.trace/tstatus.exp
6546 * gdb.trace/unavailable.exp
6547 * gdb.trace/while-dyn.exp
6548 * gdb.trace/while-stepping.exp
6549
34c41c68
DE
65502016-12-22 Doug Evans <xdje42@gmail.com>
6551
6552 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6553 and msymbols.
6554
16e69324
YQ
65552016-12-19 Yao Qi <yao.qi@linaro.org>
6556
6557 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6558 (test_with_self): Don't call do_steps_and_nexts, and remove
6559 code about stepping into xmalloc.
6560
f94f411b
YQ
65612016-12-09 Yao Qi <yao.qi@linaro.org>
6562
6563 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6564
65652016-12-09 Yao Qi <yao.qi@linaro.org>
6566
6567 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6568
f1b5deee
PA
65692016-12-09 Pedro Alves <palves@redhat.com>
6570
6571 * gdb.base/all-architectures-0.exp: New file.
6572 * gdb.base/all-architectures-1.exp: New file.
6573 * gdb.base/all-architectures-2.exp: New file.
6574 * gdb.base/all-architectures-3.exp: New file.
6575 * gdb.base/all-architectures-4.exp: New file.
6576 * gdb.base/all-architectures-5.exp: New file.
6577 * gdb.base/all-architectures-6.exp: New file.
6578 * gdb.base/all-architectures-7.exp: New file.
6579 * gdb.base/all-architectures.exp.in: New file.
6580
364ca42e
YQ
65812016-12-09 Yao Qi <yao.qi@linaro.org>
6582
6583 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6584
107c2d62
LM
65852016-12-02 Luis Machado <lgustavo@codesourcery.com>
6586
6587 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6588 possible.
6589 Remove useless pattern-matching code.
6590
df3ee9ca
PA
65912016-12-02 Pedro Alves <palves@redhat.com>
6592
6593 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6594 procedure.
6595 (top level): Call it.
6596
ec835369
PA
65972016-12-02 Pedro Alves <palves@redhat.com>
6598
6599 * gdb.base/commands.exp (user_defined_command_args_stack_test):
6600 New procedure.
6601 (top level): Call it.
6602
01770bbd
PA
66032016-12-02 Pedro Alves <palves@redhat.com>
6604
6605 PR cli/20559
6606 * gdb.base/commands.exp (user_defined_command_args_eval): New
6607 procedure.
6608 (top level): Call it.
6609
008459ea
LM
66102016-12-02 Luis Machado <lgustavo@codesourcery.com>
6611
6612 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6613 timeout handling.
6614
0c1b455e
TT
66152016-12-02 Tom Tromey <tom@tromey.com>
6616
6617 * gdb.dwarf2/main-subprogram.c: New file.
6618 * gdb.dwarf2/main-subprogram.exp: New file.
6619
018572b8
LM
66202016-12-01 Luis Machado <lgustavo@codesourcery.com>
6621
6622 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6623 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6624 gdb_test_no_output for a couple of cases.
6625 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6626
84c93cd5
LM
66272016-12-01 Luis Machado <lgustavo@codesourcery.com>
6628
6629 Fix test names and standardize compilation error messages throughout
6630 the following files:
6631
6632 * gdb.ada/start.exp
6633 * gdb.arch/alpha-step.exp
6634 * gdb.arch/e500-prologue.exp
6635 * gdb.arch/ftrace-insn-reloc.exp
6636 * gdb.arch/gdb1291.exp
6637 * gdb.arch/gdb1431.exp
6638 * gdb.arch/gdb1558.exp
6639 * gdb.arch/i386-dr3-watch.exp
6640 * gdb.arch/i386-sse-stack-align.exp
6641 * gdb.arch/ia64-breakpoint-shadow.exp
6642 * gdb.arch/pa-nullify.exp
6643 * gdb.arch/powerpc-aix-prologue.exp
6644 * gdb.arch/thumb-bx-pc.exp
6645 * gdb.base/annota1.exp
6646 * gdb.base/annota3.exp
6647 * gdb.base/arrayidx.exp
6648 * gdb.base/assign.exp
6649 * gdb.base/attach.exp
6650 * gdb.base/auxv.exp
6651 * gdb.base/bang.exp
6652 * gdb.base/bfp-test.exp
6653 * gdb.base/bigcore.exp
6654 * gdb.base/bitfields2.exp
6655 * gdb.base/break-fun-addr.exp
6656 * gdb.base/break-probes.exp
6657 * gdb.base/call-rt-st.exp
6658 * gdb.base/callexit.exp
6659 * gdb.base/catch-fork-kill.exp
6660 * gdb.base/charset.exp
6661 * gdb.base/checkpoint.exp
6662 * gdb.base/comprdebug.exp
6663 * gdb.base/constvars.exp
6664 * gdb.base/coredump-filter.exp
6665 * gdb.base/cursal.exp
6666 * gdb.base/cvexpr.exp
6667 * gdb.base/detach.exp
6668 * gdb.base/display.exp
6669 * gdb.base/dmsym.exp
6670 * gdb.base/dprintf-pending.exp
6671 * gdb.base/dso2dso.exp
6672 * gdb.base/dtrace-probe.exp
6673 * gdb.base/dump.exp
6674 * gdb.base/enum_cond.exp
6675 * gdb.base/exe-lock.exp
6676 * gdb.base/exec-invalid-sysroot.exp
6677 * gdb.base/execl-update-breakpoints.exp
6678 * gdb.base/exprs.exp
6679 * gdb.base/fileio.exp
6680 * gdb.base/find.exp
6681 * gdb.base/finish.exp
6682 * gdb.base/fixsection.exp
6683 * gdb.base/foll-vfork.exp
6684 * gdb.base/frame-args.exp
6685 * gdb.base/gcore.exp
6686 * gdb.base/gdb1250.exp
6687 * gdb.base/global-var-nested-by-dso.exp
6688 * gdb.base/gnu-ifunc.exp
6689 * gdb.base/hashline1.exp
6690 * gdb.base/hashline2.exp
6691 * gdb.base/hashline3.exp
6692 * gdb.base/hbreak-in-shr-unsupported.exp
6693 * gdb.base/huge.exp
6694 * gdb.base/infcall-input.exp
6695 * gdb.base/info-fun.exp
6696 * gdb.base/info-shared.exp
6697 * gdb.base/jit-simple.exp
6698 * gdb.base/jit-so.exp
6699 * gdb.base/jit.exp
6700 * gdb.base/jump.exp
6701 * gdb.base/label.exp
6702 * gdb.base/lineinc.exp
6703 * gdb.base/logical.exp
6704 * gdb.base/longjmp.exp
6705 * gdb.base/macscp.exp
6706 * gdb.base/miscexprs.exp
6707 * gdb.base/new-ui-echo.exp
6708 * gdb.base/new-ui-pending-input.exp
6709 * gdb.base/new-ui.exp
6710 * gdb.base/nodebug.exp
6711 * gdb.base/nofield.exp
6712 * gdb.base/offsets.exp
6713 * gdb.base/overlays.exp
6714 * gdb.base/pending.exp
6715 * gdb.base/pointers.exp
6716 * gdb.base/pr11022.exp
6717 * gdb.base/printcmds.exp
6718 * gdb.base/prologue.exp
6719 * gdb.base/ptr-typedef.exp
6720 * gdb.base/realname-expand.exp
6721 * gdb.base/relativedebug.exp
6722 * gdb.base/relocate.exp
6723 * gdb.base/remote.exp
6724 * gdb.base/reread.exp
6725 * gdb.base/return2.exp
6726 * gdb.base/savedregs.exp
6727 * gdb.base/sep.exp
6728 * gdb.base/sepdebug.exp
6729 * gdb.base/sepsymtab.exp
6730 * gdb.base/set-inferior-tty.exp
6731 * gdb.base/setshow.exp
6732 * gdb.base/shlib-call.exp
6733 * gdb.base/sigaltstack.exp
6734 * gdb.base/siginfo-addr.exp
6735 * gdb.base/signals.exp
6736 * gdb.base/signull.exp
6737 * gdb.base/sigrepeat.exp
6738 * gdb.base/so-impl-ld.exp
6739 * gdb.base/solib-display.exp
6740 * gdb.base/solib-overlap.exp
6741 * gdb.base/solib-search.exp
6742 * gdb.base/solib-symbol.exp
6743 * gdb.base/structs.exp
6744 * gdb.base/structs2.exp
6745 * gdb.base/symtab-search-order.exp
6746 * gdb.base/twice.exp
6747 * gdb.base/unload.exp
6748 * gdb.base/varargs.exp
6749 * gdb.base/watchpoint-solib.exp
6750 * gdb.base/watchpoint.exp
6751 * gdb.base/whatis.exp
6752 * gdb.base/wrong_frame_bt_full.exp
6753 * gdb.btrace/dlopen.exp
6754 * gdb.cell/ea-standalone.exp
6755 * gdb.cell/ea-test.exp
6756 * gdb.cp/dispcxx.exp
6757 * gdb.cp/gdb2384.exp
6758 * gdb.cp/method2.exp
6759 * gdb.cp/nextoverthrow.exp
6760 * gdb.cp/pr10728.exp
6761 * gdb.disasm/am33.exp
6762 * gdb.disasm/h8300s.exp
6763 * gdb.disasm/mn10300.exp
6764 * gdb.disasm/sh3.exp
6765 * gdb.dwarf2/dw2-dir-file-name.exp
6766 * gdb.fortran/complex.exp
6767 * gdb.fortran/library-module.exp
6768 * gdb.guile/scm-pretty-print.exp
6769 * gdb.guile/scm-symbol.exp
6770 * gdb.guile/scm-type.exp
6771 * gdb.guile/scm-value.exp
6772 * gdb.linespec/linespec.exp
6773 * gdb.mi/gdb701.exp
6774 * gdb.mi/gdb792.exp
6775 * gdb.mi/mi-breakpoint-changed.exp
6776 * gdb.mi/mi-dprintf-pending.exp
6777 * gdb.mi/mi-dprintf.exp
6778 * gdb.mi/mi-exit-code.exp
6779 * gdb.mi/mi-pending.exp
6780 * gdb.mi/mi-solib.exp
6781 * gdb.mi/new-ui-mi-sync.exp
6782 * gdb.mi/pr11022.exp
6783 * gdb.mi/user-selected-context-sync.exp
6784 * gdb.opt/solib-intra-step.exp
6785 * gdb.python/py-events.exp
6786 * gdb.python/py-finish-breakpoint.exp
6787 * gdb.python/py-mi.exp
6788 * gdb.python/py-prettyprint.exp
6789 * gdb.python/py-shared.exp
6790 * gdb.python/py-symbol.exp
6791 * gdb.python/py-template.exp
6792 * gdb.python/py-type.exp
6793 * gdb.python/py-value.exp
6794 * gdb.reverse/solib-precsave.exp
6795 * gdb.reverse/solib-reverse.exp
6796 * gdb.server/solib-list.exp
6797 * gdb.stabs/weird.exp
6798 * gdb.threads/reconnect-signal.exp
6799 * gdb.threads/stepi-random-signal.exp
6800 * gdb.trace/actions.exp
6801 * gdb.trace/ax.exp
6802 * gdb.trace/backtrace.exp
6803 * gdb.trace/change-loc.exp
6804 * gdb.trace/deltrace.exp
6805 * gdb.trace/ftrace-lock.exp
6806 * gdb.trace/ftrace.exp
6807 * gdb.trace/infotrace.exp
6808 * gdb.trace/mi-tracepoint-changed.exp
6809 * gdb.trace/packetlen.exp
6810 * gdb.trace/passcount.exp
6811 * gdb.trace/pending.exp
6812 * gdb.trace/range-stepping.exp
6813 * gdb.trace/report.exp
6814 * gdb.trace/stap-trace.exp
6815 * gdb.trace/tfind.exp
6816 * gdb.trace/trace-break.exp
6817 * gdb.trace/trace-condition.exp
6818 * gdb.trace/trace-enable-disable.exp
6819 * gdb.trace/trace-mt.exp
6820 * gdb.trace/tracecmd.exp
6821 * gdb.trace/tspeed.exp
6822 * gdb.trace/tsv.exp
6823 * lib/perftest.exp
6824
fb9feb35
LM
68252016-12-01 Luis Machado <lgustavo@codesourcery.com>
6826
6827 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6828 with gdb_test_no_output.
6829 Use command as test name.
6830
cd2ddb6c
LM
68312016-12-01 Luis Machado <lgustavo@codesourcery.com>
6832
6833 Fix test names starting with uppercase throughout the files.
6834
6835 * gdb.ada/assign_1.exp
6836 * gdb.ada/boolean_expr.exp
6837 * gdb.base/arrayidx.exp
6838 * gdb.base/del.exp
6839 * gdb.base/gcore-buffer-overflow.exp
6840 * gdb.base/testenv.exp
6841 * gdb.compile/compile.exp
6842 * gdb.python/py-framefilter-invalidarg.exp
6843 * gdb.python/py-framefilter.exp
6844
bb95117e
LM
68452016-12-01 Luis Machado <lgustavo@codesourcery.com>
6846
6847 Fix test names starting with uppercase throughout the files.
6848
6849 * gdb.ada/array_return.exp
6850 * gdb.ada/expr_delims.exp
6851 * gdb.ada/mi_dyn_arr.exp
6852 * gdb.ada/mi_interface.exp
6853 * gdb.ada/mi_var_array.exp
6854 * gdb.ada/watch_arg.exp
6855 * gdb.arch/alpha-step.exp
6856 * gdb.arch/altivec-regs.exp
6857 * gdb.arch/e500-regs.exp
6858 * gdb.arch/powerpc-d128-regs.exp
6859 * gdb.base/arrayidx.exp
6860 * gdb.base/break.exp
6861 * gdb.base/checkpoint.exp
6862 * gdb.base/debug-expr.exp
6863 * gdb.base/dmsym.exp
6864 * gdb.base/radix.exp
6865 * gdb.base/sepdebug.exp
6866 * gdb.base/testenv.exp
6867 * gdb.base/watch_thread_num.exp
6868 * gdb.base/watchpoint-cond-gone.exp
6869 * gdb.cell/break.exp
6870 * gdb.cell/ea-cache.exp
6871 * gdb.compile/compile.exp
6872 * gdb.cp/gdb2495.exp
6873 * gdb.gdb/selftest.exp
6874 * gdb.gdb/xfullpath.exp
6875 * gdb.go/hello.exp
6876 * gdb.go/integers.exp
6877 * gdb.objc/basicclass.exp
6878 * gdb.pascal/hello.exp
6879 * gdb.pascal/integers.exp
6880 * gdb.python/py-breakpoint.exp
6881 * gdb.python/py-cmd.exp
6882 * gdb.python/py-linetable.exp
6883 * gdb.python/py-xmethods.exp
6884 * gdb.python/python.exp
6885 * gdb.reverse/consecutive-precsave.exp
6886 * gdb.reverse/finish-precsave.exp
6887 * gdb.reverse/i386-precsave.exp
6888 * gdb.reverse/machinestate-precsave.exp
6889 * gdb.reverse/sigall-precsave.exp
6890 * gdb.reverse/solib-precsave.exp
6891 * gdb.reverse/step-precsave.exp
6892 * gdb.reverse/until-precsave.exp
6893 * gdb.reverse/watch-precsave.exp
6894 * gdb.threads/leader-exit.exp
6895 * gdb.threads/pthreads.exp
6896 * gdb.threads/wp-replication.exp
6897 * gdb.trace/actions.exp
6898 * gdb.trace/mi-tsv-changed.exp
6899 * gdb.trace/tsv.exp
6900
de97fdd4
LM
69012016-12-01 Luis Machado <lgustavo@codesourcery.com>
6902
6903 Fix test names starting with uppercase throughout the files.
6904
6905 * gdb.arch/i386-bp_permanent.exp
6906 * gdb.arch/i386-gnu-cfi.exp
6907 * gdb.base/disasm-end-cu.exp
6908 * gdb.base/macscp.exp
6909 * gdb.base/pending.exp
6910 * gdb.base/watch_thread_num.exp
6911 * gdb.cp/exception.exp
6912 * gdb.cp/gdb2495.exp
6913 * gdb.cp/local.exp
6914 * gdb.python/py-evsignal.exp
6915 * gdb.python/python.exp
6916 * gdb.trace/tracecmd.exp
6917
9f058c10
LM
69182016-12-01 Luis Machado <lgustavo@codesourcery.com>
6919
6920 Fix test names starting with uppercase throughout the files.
6921
6922 * gdb.base/charset.exp
6923 * gdb.base/eval.exp
6924 * gdb.base/multi-forks.exp
6925 * gdb.guile/scm-progspace.exp
6926 * gdb.opencl/datatypes.exp
6927 * gdb.python/py-block.exp
6928 * gdb.python/py-function.exp
6929 * gdb.python/py-symbol.exp
6930 * gdb.python/py-symtab.exp
6931 * gdb.python/py-xmethods.exp
6932 * gdb.reverse/break-precsave.exp
6933 * gdb.reverse/break-reverse.exp
6934 * gdb.reverse/consecutive-precsave.exp
6935 * gdb.reverse/consecutive-reverse.exp
6936 * gdb.reverse/finish-precsave.exp
6937 * gdb.reverse/finish-reverse-bkpt.exp
6938 * gdb.reverse/finish-reverse.exp
6939 * gdb.reverse/fstatat-reverse.exp
6940 * gdb.reverse/getresuid-reverse.exp
6941 * gdb.reverse/i386-precsave.exp
6942 * gdb.reverse/i386-reverse.exp
6943 * gdb.reverse/i386-sse-reverse.exp
6944 * gdb.reverse/i387-stack-reverse.exp
6945 * gdb.reverse/insn-reverse.exp
6946 * gdb.reverse/machinestate-precsave.exp
6947 * gdb.reverse/machinestate.exp
6948 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6949 * gdb.reverse/pipe-reverse.exp
6950 * gdb.reverse/readv-reverse.exp
6951 * gdb.reverse/recvmsg-reverse.exp
6952 * gdb.reverse/rerun-prec.exp
6953 * gdb.reverse/s390-mvcle.exp
6954 * gdb.reverse/sigall-precsave.exp
6955 * gdb.reverse/sigall-reverse.exp
6956 * gdb.reverse/solib-precsave.exp
6957 * gdb.reverse/solib-reverse.exp
6958 * gdb.reverse/step-precsave.exp
6959 * gdb.reverse/step-reverse.exp
6960 * gdb.reverse/time-reverse.exp
6961 * gdb.reverse/until-precsave.exp
6962 * gdb.reverse/until-reverse.exp
6963 * gdb.reverse/waitpid-reverse.exp
6964 * gdb.reverse/watch-precsave.exp
6965 * gdb.reverse/watch-reverse.exp
6966
cdc7edd7
LM
69672016-12-01 Luis Machado <lgustavo@codesourcery.com>
6968
6969 Fix test names starting with uppercase throughout the files.
6970
6971 * gdb.arch/i386-mpx-simple_segv.exp
6972 * gdb.arch/i386-mpx.exp
6973 * gdb.arch/i386-permbkpt.exp
6974 * gdb.arch/pa-nullify.exp
6975 * gdb.arch/powerpc-d128-regs.exp
6976 * gdb.arch/vsx-regs.exp
6977 * gdb.base/bfp-test.exp
6978 * gdb.base/break.exp
6979 * gdb.base/breakpoint-shadow.exp
6980 * gdb.base/callfuncs.exp
6981 * gdb.base/charset.exp
6982 * gdb.base/commands.exp
6983 * gdb.base/completion.exp
6984 * gdb.base/dfp-test.exp
6985 * gdb.base/echo.exp
6986 * gdb.base/ending-run.exp
6987 * gdb.base/eval.exp
6988 * gdb.base/expand-psymtabs.exp
6989 * gdb.base/float128.exp
6990 * gdb.base/floatn.exp
6991 * gdb.base/foll-exec-mode.exp
6992 * gdb.base/gdb1056.exp
6993 * gdb.base/gdb11531.exp
6994 * gdb.base/kill-after-signal.exp
6995 * gdb.base/multi-forks.exp
6996 * gdb.base/overlays.exp
6997 * gdb.base/pending.exp
6998 * gdb.base/sepdebug.exp
6999 * gdb.base/testenv.exp
7000 * gdb.base/valgrind-db-attach.exp
7001 * gdb.base/watch_thread_num.exp
7002 * gdb.base/watchpoint-cond-gone.exp
7003 * gdb.base/watchpoint.exp
7004 * gdb.base/watchpoints.exp
7005 * gdb.cp/arg-reference.exp
7006 * gdb.cp/baseenum.exp
7007 * gdb.cp/operator.exp
7008 * gdb.cp/shadow.exp
7009 * gdb.dwarf2/dw2-op-out-param.exp
7010 * gdb.dwarf2/dw2-reg-undefined.exp
7011 * gdb.go/chan.exp
7012 * gdb.go/hello.exp
7013 * gdb.go/integers.exp
7014 * gdb.go/methods.exp
7015 * gdb.go/package.exp
7016 * gdb.guile/scm-parameter.exp
7017 * gdb.guile/scm-progspace.exp
7018 * gdb.guile/scm-value.exp
7019 * gdb.mi/mi-pending.exp
7020 * gdb.mi/user-selected-context-sync.exp
7021 * gdb.multi/multi-attach.exp
7022 * gdb.multi/tids.exp
7023 * gdb.opt/clobbered-registers-O2.exp
7024 * gdb.pascal/floats.exp
7025 * gdb.pascal/integers.exp
7026 * gdb.python/py-block.exp
7027 * gdb.python/py-events.exp
7028 * gdb.python/py-parameter.exp
7029 * gdb.python/py-symbol.exp
7030 * gdb.python/py-symtab.exp
7031 * gdb.python/py-type.exp
7032 * gdb.python/py-value.exp
7033 * gdb.python/py-xmethods.exp
7034 * gdb.python/python.exp
7035 * gdb.reverse/break-precsave.exp
7036 * gdb.reverse/consecutive-precsave.exp
7037 * gdb.reverse/finish-precsave.exp
7038 * gdb.reverse/i386-precsave.exp
7039 * gdb.reverse/machinestate-precsave.exp
7040 * gdb.reverse/sigall-precsave.exp
7041 * gdb.reverse/solib-precsave.exp
7042 * gdb.reverse/step-precsave.exp
7043 * gdb.reverse/until-precsave.exp
7044 * gdb.reverse/watch-precsave.exp
7045 * gdb.server/ext-attach.exp
7046 * gdb.server/ext-restart.exp
7047 * gdb.server/ext-run.exp
7048 * gdb.server/ext-wrapper.exp
7049 * gdb.stabs/gdb11479.exp
7050 * gdb.stabs/weird.exp
7051 * gdb.threads/attach-many-short-lived-threads.exp
7052 * gdb.threads/kill.exp
7053 * gdb.threads/watchpoint-fork.exp
7054
bc6c7af4
LM
70552016-12-01 Luis Machado <lgustavo@codesourcery.com>
7056
7057 Fix test names starting with uppercase throughout all the files below.
7058
7059 * gdb.ada/array_return.exp
7060 * gdb.ada/catch_ex.exp
7061 * gdb.ada/info_exc.exp
7062 * gdb.ada/mi_catch_ex.exp
7063 * gdb.ada/mi_dyn_arr.exp
7064 * gdb.ada/mi_ex_cond.exp
7065 * gdb.ada/mi_exc_info.exp
7066 * gdb.ada/mi_interface.exp
7067 * gdb.ada/mi_task_arg.exp
7068 * gdb.ada/mi_task_info.exp
7069 * gdb.ada/mi_var_array.exp
7070 * gdb.arch/alpha-step.exp
7071 * gdb.arch/amd64-disp-step.exp
7072 * gdb.arch/arm-disp-step.exp
7073 * gdb.arch/disp-step-insn-reloc.exp
7074 * gdb.arch/e500-prologue.exp
7075 * gdb.arch/ftrace-insn-reloc.exp
7076 * gdb.arch/gdb1558.exp
7077 * gdb.arch/i386-bp_permanent.exp
7078 * gdb.arch/i386-disp-step.exp
7079 * gdb.arch/i386-float.exp
7080 * gdb.arch/i386-gnu-cfi.exp
7081 * gdb.arch/ia64-breakpoint-shadow.exp
7082 * gdb.arch/mips16-thunks.exp
7083 * gdb.arch/pa-nullify.exp
7084 * gdb.arch/powerpc-aix-prologue.exp
7085 * gdb.arch/powerpc-power.exp
7086 * gdb.arch/ppc-dfp.exp
7087 * gdb.arch/s390-tdbregs.exp
7088 * gdb.arch/spu-info.exp
7089 * gdb.arch/spu-ls.exp
7090 * gdb.arch/thumb-bx-pc.exp
7091 * gdb.base/advance.exp
7092 * gdb.base/annota-input-while-running.exp
7093 * gdb.base/arrayidx.exp
7094 * gdb.base/asmlabel.exp
7095 * gdb.base/async.exp
7096 * gdb.base/attach-wait-input.exp
7097 * gdb.base/auto-connect-native-target.exp
7098 * gdb.base/batch-preserve-term-settings.exp
7099 * gdb.base/bfp-test.exp
7100 * gdb.base/bigcore.exp
7101 * gdb.base/bp-permanent.exp
7102 * gdb.base/break-always.exp
7103 * gdb.base/break-fun-addr.exp
7104 * gdb.base/break-idempotent.exp
7105 * gdb.base/break-main-file-remove-fail.exp
7106 * gdb.base/break-probes.exp
7107 * gdb.base/break-unload-file.exp
7108 * gdb.base/break.exp
7109 * gdb.base/call-ar-st.exp
7110 * gdb.base/call-rt-st.exp
7111 * gdb.base/call-sc.exp
7112 * gdb.base/call-signal-resume.exp
7113 * gdb.base/call-strs.exp
7114 * gdb.base/callexit.exp
7115 * gdb.base/callfuncs.exp
7116 * gdb.base/catch-gdb-caused-signals.exp
7117 * gdb.base/catch-signal-siginfo-cond.exp
7118 * gdb.base/catch-syscall.exp
7119 * gdb.base/compare-sections.exp
7120 * gdb.base/cond-eval-mode.exp
7121 * gdb.base/condbreak-call-false.exp
7122 * gdb.base/consecutive-step-over.exp
7123 * gdb.base/cursal.exp
7124 * gdb.base/disabled-location.exp
7125 * gdb.base/disasm-end-cu.exp
7126 * gdb.base/display.exp
7127 * gdb.base/double-prompt-target-event-error.exp
7128 * gdb.base/dprintf-bp-same-addr.exp
7129 * gdb.base/dprintf-detach.exp
7130 * gdb.base/dprintf-next.exp
7131 * gdb.base/dprintf-non-stop.exp
7132 * gdb.base/dprintf-pending.exp
7133 * gdb.base/dso2dso.exp
7134 * gdb.base/ending-run.exp
7135 * gdb.base/enum_cond.exp
7136 * gdb.base/examine-backward.exp
7137 * gdb.base/exe-lock.exp
7138 * gdb.base/exec-invalid-sysroot.exp
7139 * gdb.base/execl-update-breakpoints.exp
7140 * gdb.base/execution-termios.exp
7141 * gdb.base/fileio.exp
7142 * gdb.base/fixsection.exp
7143 * gdb.base/foll-exec-mode.exp
7144 * gdb.base/foll-exec.exp
7145 * gdb.base/fork-running-state.exp
7146 * gdb.base/frame-args.exp
7147 * gdb.base/fullpath-expand.exp
7148 * gdb.base/func-ptr.exp
7149 * gdb.base/gcore-relro-pie.exp
7150 * gdb.base/gdb1090.exp
7151 * gdb.base/gdb1555.exp
7152 * gdb.base/global-var-nested-by-dso.exp
7153 * gdb.base/gnu-ifunc.exp
7154 * gdb.base/hbreak-in-shr-unsupported.exp
7155 * gdb.base/hbreak-unmapped.exp
7156 * gdb.base/hook-stop.exp
7157 * gdb.base/infcall-input.exp
7158 * gdb.base/info-fun.exp
7159 * gdb.base/info-shared.exp
7160 * gdb.base/interrupt-noterm.exp
7161 * gdb.base/jit-so.exp
7162 * gdb.base/jit.exp
7163 * gdb.base/line-symtabs.exp
7164 * gdb.base/list.exp
7165 * gdb.base/longjmp.exp
7166 * gdb.base/macscp.exp
7167 * gdb.base/max-value-size.exp
7168 * gdb.base/nodebug.exp
7169 * gdb.base/nofield.exp
7170 * gdb.base/overlays.exp
7171 * gdb.base/paginate-after-ctrl-c-running.exp
7172 * gdb.base/paginate-bg-execution.exp
7173 * gdb.base/paginate-inferior-exit.exp
7174 * gdb.base/pending.exp
7175 * gdb.base/pr11022.exp
7176 * gdb.base/printcmds.exp
7177 * gdb.base/ptr-typedef.exp
7178 * gdb.base/ptype.exp
7179 * gdb.base/randomize.exp
7180 * gdb.base/range-stepping.exp
7181 * gdb.base/realname-expand.exp
7182 * gdb.base/relativedebug.exp
7183 * gdb.base/remote.exp
7184 * gdb.base/savedregs.exp
7185 * gdb.base/sepdebug.exp
7186 * gdb.base/set-noassign.exp
7187 * gdb.base/shlib-call.exp
7188 * gdb.base/shreloc.exp
7189 * gdb.base/sigaltstack.exp
7190 * gdb.base/sigbpt.exp
7191 * gdb.base/siginfo-addr.exp
7192 * gdb.base/siginfo-obj.exp
7193 * gdb.base/siginfo-thread.exp
7194 * gdb.base/signest.exp
7195 * gdb.base/signull.exp
7196 * gdb.base/sigrepeat.exp
7197 * gdb.base/skip.exp
7198 * gdb.base/so-impl-ld.exp
7199 * gdb.base/solib-corrupted.exp
7200 * gdb.base/solib-disc.exp
7201 * gdb.base/solib-display.exp
7202 * gdb.base/solib-overlap.exp
7203 * gdb.base/solib-search.exp
7204 * gdb.base/solib-symbol.exp
7205 * gdb.base/source-execution.exp
7206 * gdb.base/sss-bp-on-user-bp-2.exp
7207 * gdb.base/sss-bp-on-user-bp.exp
7208 * gdb.base/stack-checking.exp
7209 * gdb.base/stale-infcall.exp
7210 * gdb.base/step-break.exp
7211 * gdb.base/step-line.exp
7212 * gdb.base/step-over-exit.exp
7213 * gdb.base/step-test.exp
7214 * gdb.base/structs.exp
7215 * gdb.base/sym-file.exp
7216 * gdb.base/symtab-search-order.exp
7217 * gdb.base/term.exp
7218 * gdb.base/type-opaque.exp
7219 * gdb.base/unload.exp
7220 * gdb.base/until-nodebug.exp
7221 * gdb.base/until.exp
7222 * gdb.base/unwindonsignal.exp
7223 * gdb.base/watch-cond.exp
7224 * gdb.base/watch-non-mem.exp
7225 * gdb.base/watch_thread_num.exp
7226 * gdb.base/watchpoint-reuse-slot.exp
7227 * gdb.base/watchpoint-solib.exp
7228 * gdb.base/watchpoint.exp
7229 * gdb.btrace/dlopen.exp
7230 * gdb.cell/arch.exp
7231 * gdb.cell/break.exp
7232 * gdb.cell/bt.exp
7233 * gdb.cell/core.exp
7234 * gdb.cell/data.exp
7235 * gdb.cell/dwarfaddr.exp
7236 * gdb.cell/ea-cache.exp
7237 * gdb.cell/ea-standalone.exp
7238 * gdb.cell/ea-test.exp
7239 * gdb.cell/f-regs.exp
7240 * gdb.cell/fork.exp
7241 * gdb.cell/gcore.exp
7242 * gdb.cell/mem-access.exp
7243 * gdb.cell/ptype.exp
7244 * gdb.cell/registers.exp
7245 * gdb.cell/sizeof.exp
7246 * gdb.cell/solib-symbol.exp
7247 * gdb.cell/solib.exp
7248 * gdb.compile/compile-tls.exp
7249 * gdb.cp/exception.exp
7250 * gdb.cp/gdb2495.exp
7251 * gdb.cp/local.exp
7252 * gdb.cp/mb-inline.exp
7253 * gdb.cp/mb-templates.exp
7254 * gdb.cp/pr10687.exp
7255 * gdb.cp/pr9167.exp
7256 * gdb.cp/scope-err.exp
7257 * gdb.cp/templates.exp
7258 * gdb.cp/virtfunc.exp
7259 * gdb.dwarf2/dw2-dir-file-name.exp
7260 * gdb.dwarf2/dw2-single-line-discriminators.exp
7261 * gdb.fortran/complex.exp
7262 * gdb.fortran/library-module.exp
7263 * gdb.guile/guile.exp
7264 * gdb.guile/scm-cmd.exp
7265 * gdb.guile/scm-frame-inline.exp
7266 * gdb.guile/scm-objfile.exp
7267 * gdb.guile/scm-pretty-print.exp
7268 * gdb.guile/scm-symbol.exp
7269 * gdb.guile/scm-type.exp
7270 * gdb.guile/scm-value.exp
7271 * gdb.linespec/keywords.exp
7272 * gdb.linespec/ls-errs.exp
7273 * gdb.linespec/macro-relative.exp
7274 * gdb.linespec/thread.exp
7275 * gdb.mi/mi-breakpoint-changed.exp
7276 * gdb.mi/mi-dprintf-pending.exp
7277 * gdb.mi/mi-fullname-deleted.exp
7278 * gdb.mi/mi-logging.exp
7279 * gdb.mi/mi-pending.exp
7280 * gdb.mi/mi-solib.exp
7281 * gdb.mi/new-ui-mi-sync.exp
7282 * gdb.mi/user-selected-context-sync.exp
7283 * gdb.multi/dummy-frame-restore.exp
7284 * gdb.multi/multi-arch-exec.exp
7285 * gdb.multi/remove-inferiors.exp
7286 * gdb.multi/watchpoint-multi-exit.exp
7287 * gdb.opt/solib-intra-step.exp
7288 * gdb.perf/backtrace.exp
7289 * gdb.perf/single-step.exp
7290 * gdb.perf/skip-command.exp
7291 * gdb.perf/skip-prologue.exp
7292 * gdb.perf/solib.exp
7293 * gdb.python/lib-types.exp
7294 * gdb.python/py-as-string.exp
7295 * gdb.python/py-bad-printers.exp
7296 * gdb.python/py-block.exp
7297 * gdb.python/py-breakpoint.exp
7298 * gdb.python/py-cmd.exp
7299 * gdb.python/py-events.exp
7300 * gdb.python/py-evthreads.exp
7301 * gdb.python/py-finish-breakpoint.exp
7302 * gdb.python/py-finish-breakpoint2.exp
7303 * gdb.python/py-frame-inline.exp
7304 * gdb.python/py-frame.exp
7305 * gdb.python/py-inferior.exp
7306 * gdb.python/py-infthread.exp
7307 * gdb.python/py-mi.exp
7308 * gdb.python/py-objfile.exp
7309 * gdb.python/py-pp-maint.exp
7310 * gdb.python/py-pp-registration.exp
7311 * gdb.python/py-prettyprint.exp
7312 * gdb.python/py-recurse-unwind.exp
7313 * gdb.python/py-shared.exp
7314 * gdb.python/py-symbol.exp
7315 * gdb.python/py-symtab.exp
7316 * gdb.python/py-template.exp
7317 * gdb.python/py-type.exp
7318 * gdb.python/py-unwind-maint.exp
7319 * gdb.python/py-unwind.exp
7320 * gdb.python/py-value.exp
7321 * gdb.python/python.exp
7322 * gdb.reverse/finish-reverse-bkpt.exp
7323 * gdb.reverse/insn-reverse.exp
7324 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7325 * gdb.reverse/solib-precsave.exp
7326 * gdb.reverse/solib-reverse.exp
7327 * gdb.stabs/gdb11479.exp
7328 * gdb.stabs/weird.exp
7329 * gdb.threads/fork-child-threads.exp
7330 * gdb.threads/fork-plus-threads.exp
7331 * gdb.threads/fork-thread-pending.exp
7332 * gdb.threads/forking-threads-plus-breakpoint.exp
7333 * gdb.threads/hand-call-in-threads.exp
7334 * gdb.threads/interrupted-hand-call.exp
7335 * gdb.threads/linux-dp.exp
7336 * gdb.threads/local-watch-wrong-thread.exp
7337 * gdb.threads/next-while-other-thread-longjmps.exp
7338 * gdb.threads/non-ldr-exit.exp
7339 * gdb.threads/pending-step.exp
7340 * gdb.threads/print-threads.exp
7341 * gdb.threads/process-dies-while-detaching.exp
7342 * gdb.threads/process-dies-while-handling-bp.exp
7343 * gdb.threads/pthreads.exp
7344 * gdb.threads/queue-signal.exp
7345 * gdb.threads/reconnect-signal.exp
7346 * gdb.threads/signal-command-handle-nopass.exp
7347 * gdb.threads/signal-command-multiple-signals-pending.exp
7348 * gdb.threads/signal-delivered-right-thread.exp
7349 * gdb.threads/signal-sigtrap.exp
7350 * gdb.threads/sigthread.exp
7351 * gdb.threads/staticthreads.exp
7352 * gdb.threads/stepi-random-signal.exp
7353 * gdb.threads/thread-unwindonsignal.exp
7354 * gdb.threads/thread_check.exp
7355 * gdb.threads/thread_events.exp
7356 * gdb.threads/tid-reuse.exp
7357 * gdb.threads/tls-nodebug.exp
7358 * gdb.threads/tls-shared.exp
7359 * gdb.threads/tls-so_extern.exp
7360 * gdb.threads/tls.exp
7361 * gdb.threads/wp-replication.exp
7362 * gdb.trace/actions-changed.exp
7363 * gdb.trace/actions.exp
7364 * gdb.trace/backtrace.exp
7365 * gdb.trace/change-loc.exp
7366 * gdb.trace/collection.exp
7367 * gdb.trace/deltrace.exp
7368 * gdb.trace/disconnected-tracing.exp
7369 * gdb.trace/entry-values.exp
7370 * gdb.trace/ftrace-lock.exp
7371 * gdb.trace/ftrace.exp
7372 * gdb.trace/infotrace.exp
7373 * gdb.trace/mi-trace-frame-collected.exp
7374 * gdb.trace/mi-trace-unavailable.exp
7375 * gdb.trace/mi-traceframe-changed.exp
7376 * gdb.trace/mi-tracepoint-changed.exp
7377 * gdb.trace/mi-tsv-changed.exp
7378 * gdb.trace/no-attach-trace.exp
7379 * gdb.trace/packetlen.exp
7380 * gdb.trace/passc-dyn.exp
7381 * gdb.trace/passcount.exp
7382 * gdb.trace/pending.exp
7383 * gdb.trace/pr16508.exp
7384 * gdb.trace/qtro.exp
7385 * gdb.trace/range-stepping.exp
7386 * gdb.trace/read-memory.exp
7387 * gdb.trace/report.exp
7388 * gdb.trace/save-trace.exp
7389 * gdb.trace/signal.exp
7390 * gdb.trace/stap-trace.exp
7391 * gdb.trace/status-stop.exp
7392 * gdb.trace/strace.exp
7393 * gdb.trace/tfile.exp
7394 * gdb.trace/tfind.exp
7395 * gdb.trace/trace-break.exp
7396 * gdb.trace/trace-condition.exp
7397 * gdb.trace/trace-enable-disable.exp
7398 * gdb.trace/trace-mt.exp
7399 * gdb.trace/tracecmd.exp
7400 * gdb.trace/tracefile-pseudo-reg.exp
7401 * gdb.trace/tspeed.exp
7402 * gdb.trace/tstatus.exp
7403 * gdb.trace/tsv.exp
7404 * gdb.trace/unavailable.exp
7405 * gdb.trace/while-dyn.exp
7406 * gdb.trace/while-stepping.exp
7407 * lib/gdb-guile.exp
7408 * lib/gdb.exp
7409 * lib/mi-support.exp
7410 * lib/pascal.exp
7411 * lib/perftest.exp
7412 * lib/prelink-support.exp
7413 * lib/selftest-support.exp
7414
ad02e4fe
SM
74152016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7416
7417 * Makefile.in: Include disable-implicit-rules.mk.
7418
22347e55
AA
74192016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7420
7421 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7422 non-byte-aligned bit fields.
7423
da5b30da
AA
74242016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7425
7426 PR gdb/12616
7427 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7428 respects the DW_AT_data_bit_offset attribute.
7429
b593ecca
SM
74302016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7431
7432 * gdb.base/default.exp: Fix output of "set language".
7433
3b165252
SM
74342016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7435
7436 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7437 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7438 make.
7439 * configure.ac: Remove checks for the make program.
7440 * configure: Re-generate.
7441
1a2f3d7f
KB
74422016-11-16 Kevin Buettner <kevinb@redhat.com>
7443
7444 * gdb.python/py-recurse-unwind.c (main): Add loop.
7445 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7446 to read_register() and gdb.parse_and_eval(). Make each code
7447 call a separate case that can be individually tested.
7448 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7449 proc. Call cont_and_backtrace for each of the code paths that
7450 we want to test in the unwinder.
7451
b7f38fda
AA
74522016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7453
7454 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7455 the definition of struct S.
7456
1f8db343
CM
74572016-11-11 Catherine Moore <clm@codesourcery.com>
7458
7459 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7460
fad0c9fb
PA
74612016-11-09 Pedro Alves <palves@redhat.com>
7462
7463 * gdb.base/commands.exp (runto_or_return): New procedure.
7464 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7465 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7466 (progvar_simple_while_test, progvar_complex_if_while_test)
7467 (if_while_breakpoint_command_test)
7468 (infrun_breakpoint_command_test, breakpoint_command_test)
7469 (user_defined_command_test, watchpoint_command_test)
7470 (test_command_prompt_position, redefine_hook_test)
7471 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7472 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7473 multi_line_input and multi_line. Remove gdb_expect and
7474 gdb_stop_suppressing_tests uses.
7475 * lib/gdb.exp (valnum_re): New global.
7476 (multi_line_input): New procedure.
7477
8354c62c
SM
74782016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7479
7480 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7481 Remove.
7482 (test_setup): Define with proc_with_prefix.
7483 (test_cli_inferior): Likewise.
7484 (test_cli_thread): Likewise.
7485 (test_cli_frame): Likewise.
7486 (test_cli_select_frame): Likewise.
7487 (test_cli_up_down): Likewise.
7488 (test_mi_thread_select): Likewise.
7489 (test_mi_stack_select_frame): Likewise.
7490 (test_cli_in_mi_inferior): Likewise.
7491 (test_cli_in_mi_thread): Likewise.
7492 (test_cli_in_mi_frame): Likewise.
7493 (top level): Do not use with_test_prefix_procname.
7494
64f367a2
PA
74952016-11-09 Pedro Alves <palves@redhat.com>
7496
7497 * gdb.base/commands.exp (gdbvar_simple_if_test)
7498 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7499 (progvar_simple_if_test, progvar_simple_while_test)
7500 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7501 (infrun_breakpoint_command_test, breakpoint_command_test)
7502 (user_defined_command_test, watchpoint_command_test)
7503 (test_command_prompt_position, deprecated_command_test)
7504 (bp_deleted_in_command, temporary_breakpoint_commands)
7505 (stray_arg0_test, source_file_with_indented_comment)
7506 (recursive_source_test, if_commands_test)
7507 (error_clears_commands_left, redefine_hook_test)
7508 (redefine_backtrace_test): Use proc_with_prefix.
7509 * lib/gdb.exp (proc_with_prefix): New proc.
7510
0bb65f1e
AA
75112016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7512
7513 * gdb.base/tui-layout.c: New file.
7514 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7515 disassembly window contains very long lines.
7516
7353f247
TT
75172016-11-08 Tom Tromey <tom@tromey.com>
7518
7519 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7520 depend on Python 2.
7521
30a7bb83
TT
75222016-11-08 Tom Tromey <tom@tromey.com>
7523
7524 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7525 New method.
7526
cdf5a07c
MG
75272016-10-29 Manish Goregaokar <manish@mozilla.com>
7528
2806dc7e 7529 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 7530
51a789c3
MG
75312016-10-27 Manish Goregaokar <manish@mozilla.com>
7532
2806dc7e
PA
7533 * gdb.rust/simple.rs: Add test for univariant enums without
7534 discriminants and for encoded struct-like enums.
51a789c3 7535
f610ab6d
PA
75362016-10-28 Pedro Alves <palves@redhat.com>
7537
7538 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7539 gdb_test_multiple, tighten regexps and match symtabs and line
7540 tables incrementally.
7541
b129b0ca
LM
75422016-10-28 Luis Machado <lgustavo@codesourcery.com>
7543
7544 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7545 general.
7546
ecf45d2c
SL
75472016-10-25 Luis Machado <lgustavo@codesourcery.com>
7548
7549 * gdb.base/exec-invalid-sysroot.exp: New file.
7550
b8d38ee4
JK
75512016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7552
7553 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7554
f90fd8c2
JK
75552016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7556
7557 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7558
2d2476aa
MR
75592016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7560
2806dc7e
PA
7561 * gdb.base/killed-outside.exp: Remove $options from a call to
7562 `prepare_for_testing'.
2d2476aa 7563
e42b25a0
SM
75642016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7565
7566 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7567 Change test message.
7568
3ccdb432
SM
75692016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7570
7571 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7572 Update comment.
7573
5bad3170
SM
75742016-10-17 Simon Marchi <simon.marchi@ericsson.com>
7575
7576 * gdb.trace/mi-trace-save.exp: New file.
7577
5ad9dba7
YQ
75782016-10-13 Yao Qi <yao.qi@linaro.org>
7579
7580 * gdb.base/code_elim.exp (get_var_address): Remove.
7581 * gdb.base/relocate.exp: Likewise.
7582 * gdb.base/shreloc.exp: Likewise.
7583 * lib/gdb.exp (get_var_address): New.
7584
62df7e21
YQ
75852016-10-13 Yao Qi <yao.qi@linaro.org>
7586
7587 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7588 floating point tests if $skip_float_test is false.
7589
4dac951e
LM
75902016-10-12 Luis Machado <lgustavo@codesourcery.com>
7591
7592 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7593 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7594 argc values.
7595 Add 1 to argc so we guarantee distinct initial/modified argc values.
7596
8f1a8fc4
JK
75972016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7598
7599 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7600
16c85b5d
JK
76012016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7602
7603 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7604 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7605 * gdb.arch/vsx-regs.exp: Likewise.
7606
1d0e042a
YQ
76072016-10-07 Yao Qi <yao.qi@linaro.org>
7608
7609 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7610
68dadef5
MM
76112016-10-07 Markus Metzger <markus.t.metzger@intel.com>
7612
7613 * gdb.python/python.exp: Test decode_line("*0").
7614
33fa2c6e
DE
76152016-10-06 Doug Evans <dje@google.com>
7616
7617 * gdb.python/py-value.exp (test_value_creation): Add test for large
7618 unsigned 64-bit value.
7619
9c37b5ae
TT
76202016-10-06 Tom Tromey <tom@tromey.com>
7621
7622 * gdb.compile/compile.exp: Change java tests to rust.
7623 * gdb.base/setshow.exp: Change java tests to rust.
7624 * gdb.base/default.exp: Remove java from language list.
7625 * README (Examples): Update language example.
7626 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7627 test.
7628 * lib/gdb.exp (skip_java_tests): Remove.
7629 * lib/java.exp: Remove.
7630 * gdb.java: Remove.
7631
78b86327
MR
76322016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7633
7634 * gdb.arch/mips-fcr.exp: New test.
7635 * gdb.arch/mips-fcr.c: Source for the new test.
7636
7470adbb
MR
76372016-10-06 Maciej W. Rozycki <macro@imgtec.com>
7638
7639 * gdb.base/solib-disc.exp: Use `standard_output_file'
7640 throughout.
7641
4a556533
PA
76422016-10-06 Pedro Alves <palves@redhat.com>
7643
7644 * gdb.base/jit-simple-dl.c: New file.
7645 * gdb.base/jit-simple-jit.c: New file, factored out from ...
7646 * gdb.base/jit-simple.c: ... this.
7647 * gdb.base/jit-simple.exp (jit_run): Delete.
7648 (build_jit): New proc.
7649 (jit_test_reread): Recompile either the main program or the shared
7650 library, depending on what is being tested. Skip changing address
7651 if caller wants to. Compare before/after addresses. If testing
7652 standalone, explicitly load the binary. Test "maint info
7653 breakpoints".
7654 (top level): Add "standalone vs shared lib" and "change address"
7655 vs "same address" axes.
7656
5a122fbc
PA
76572016-10-06 Pedro Alves <palves@redhat.com>
7658
7659 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7660 call.
7661 (jit_run): Delete.
7662 (jit_test_reread): Use with_test_prefix. Reload the main binary
7663 explicitly. Compare the before/after addresses of the JIT
7664 descriptor.
7665
ee8da4b8
DE
76662016-08-15 Doug Evans <dje@google.com>
7667
7668 * gdb.xml/extra-regs.xml: Update, end field now required, default type
7669 for single bitfields is bool.
7670 * gdb.xml/tdesc-regs.exp: Ditto.
7671
f389f6fe
JK
76722016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7673
7674 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7675
fdebf1a4
YQ
76762016-10-05 Yao Qi <yao.qi@linaro.org>
7677
7678 * lib/gdb.exp (support_complex_tests): Return zero if
7679 gdb_skip_float_test return true.
7680
9c36d954 76812016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7682 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
7683
7684 PR gdb/20487
7685 * gdb.mi/user-selected-context-sync.exp: New file.
7686 * gdb.mi/user-selected-context-sync.c: New file.
7687
4034d0ff 76882016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 7689 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
7690
7691 PR gdb/20487
7692 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7693 =thread-select-event check.
7694
a4297203
PB
76952016-09-29 Peter Bergner <bergner@vnet.ibm.com>
7696
7697 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7698 the compulsory L operand changes.
7699 * gdb.arch/powerpc-power.s: Likewise.
7700
bb805577
JK
77012016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7702
7703 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7704 * gdb.base/jit-attach-pie.c: New file.
7705 * gdb.base/jit-attach-pie.exp: New file.
7706
6d61dee5
PA
77072016-09-28 Pedro Alves <palves@redhat.com>
7708
7709 * gdb.base/infcall-input.c: New file.
7710 * gdb.base/infcall-input.exp: New file.
7711
f73842fc
YQ
77122016-09-22 Yao Qi <yao.qi@linaro.org>
7713
7714 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7715 (gdb_exit): Rename it to ...
7716 (gdbserver_gdb_exit): ... Close GDBserver.
7717 (gdb_exit): New proc, call gdbserver_gdb_exit.
7718 (mi_gdb_exit): Likewise.
7719
90681dab
YQ
77202016-09-22 Yao Qi <yao.qi@linaro.org>
7721
7722 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7723 path.
7724 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7725 Remove duplication.
7726
9c211fd8
YQ
77272016-09-22 Yao Qi <yao.qi@linaro.org>
7728
7729 * lib/gdbserver-support.exp: Check the existence of
7730 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7731
ad0a504f
AK
77322016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
7733
7734 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7735
36cf1806
TT
77362016-09-21 Tom Tromey <tom@tromey.com>
7737
7738 PR gdb/20604:
7739 * gdb.base/quit.exp: New file.
7740
74172ecf
SM
77412016-09-21 Simon Marchi <simon.marchi@ericsson.com>
7742
7743 * .gitignore: New file.
7744
3d0ec882
MR
77452016-09-21 Maciej W. Rozycki <macro@imgtec.com>
7746
7747 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7748 throughout.
7749
8193adea
AA
77502016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7751
7752 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7753
d41a5c09
JK
77542016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7755
7756 * gdb.cp/casts.cc (decltype): Move it ...
7757 (main): ... with its call to ...
7758 * gdb.cp/casts03.cc: ... a new file.
7759 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7760
d2dfe700
JK
77612016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7762
7763 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7764
e2a92b16
PB
77652016-09-15 Peter Bergner <bergner@vnet.ibm.com>
7766
7767 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7768 and sync up the test with tests in gas/testsuite/gas/ppc.
7769 * gdb.arch/powerpc-power.exp: Likewise.
7770
49b4de64
JK
77712016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7772
7773 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7774
2c29df25
SDJ
77752016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
7776 Jan Kratochvil <jan.kratochvil@redhat.com>
7777
7778 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7779 make m1's definition to be different from m2's. Use 'dummy' as an
7780 argument for probe 'two'.
7781
cc3c2846
JB
77822016-09-10 Jon Beniston <jon@beniston.com>
7783
7784 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7785 for sim target.
7786
e1b2624a
AA
77872016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7788
7789 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7790 variable declaration.
7791 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
7792 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7793 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7794 received HWCAP as its argument.
7795
4295e285
PA
77962016-09-06 Pedro Alves <palves@redhat.com>
7797
7798 * gdb.base/new-ui-pending-input.c: New file.
7799 * gdb.base/new-ui-pending-input.exp: New file.
7800 * gdb.exp (clear_gdb_spawn_id): New procedure.
7801 (with_spawn_id): Check whether gdb_spawn_id exists before
7802 referencing it. If gdb_spawn_id didn't exist on entry, clear it
7803 on exit.
7804
00d5215e
UW
78052016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7806
7807 * gdb.base/float128.c: New file.
7808 * gdb.base/float128.exp: Likewise.
7809 * gdb.base/floatn.c: Likewise.
7810 * gdb.base/floatn.exp: Likewise.
7811
a9ff5f12
UW
78122016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
7813
7814 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7815
f245535c
PA
78162016-09-05 Pedro Alves <palves@redhat.com>
7817
7818 PR backtrace/19927
7819 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7820 unwinders are immediately called as side effect of "source" or
7821 "disable unwinder" commands.
7822 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7823
ae9cf263
YQ
78242016-09-02 Yao Qi <yao.qi@linaro.org>
7825
7826 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7827 is true and $type is "float" or "double".
7828
27aba047
YQ
78292016-09-02 Yao Qi <yao.qi@linaro.org>
7830
7831 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7832 true.
7833 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7834 * gdb.base/call-rt-st.exp: Likewise.
7835 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7836 return value instead of gdb,skip_float_test.
7837 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7838 (do_function_calls): Use its return value instead of
7839 gdb,skip_float_test.
7840 * gdb.base/finish.exp: Likewise.
7841 * gdb.base/funcargs.exp: Likewise.
7842 * gdb.base/return.exp: Likewise.
7843 * gdb.base/return2.exp: Likewise.
7844 * gdb.base/varargs.exp: Likewise.
7845 * lib/gdb.exp (gdb_skip_float_test): Change it to
7846 gdb_caching_proc. Detect the broken ptrace on arm-linux.
7847
5af962df
AA
78482016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7849
7850 * gdb.multi/tids.exp: Test "thread apply all".
7851
7fac6910
JK
78522016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7853
7854 * gdb.base/default.exp (tty): Remove.
7855
bb1fe4ac
KB
78562016-08-24 Kevin Buettner <kevinb@redhat.com>
7857
2806dc7e
PA
7858 * gdb.python/py-recurse-unwind.c: New file.
7859 * gdb.python/py-recurse-unwind.py: New file.
7860 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 7861
0a1ddfa6
SM
78622016-08-24 Simon Marchi <simon.marchi@ericsson.com>
7863
7864 * gdb.base/set-inferior-tty.exp: New file.
7865 * gdb.base/set-inferior-tty.c: New file.
7866
d9de1fe3
PA
78672016-08-23 Pedro Alves <palves@redhat.com>
7868
7869 PR gdb/20494
7870 * gdb.base/new-ui-echo.c: New file.
7871 * gdb.base/new-ui-echo.exp: New file.
7872
e9d9abd7
YQ
78732016-08-23 Yao Qi <yao.qi@linaro.org>
7874
7875 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7876 gdbserver_spawn.
7877 * gdb.server/connect-without-multi-process.exp (do_test):
7878 Likewise.
7879
3589529e
YQ
78802016-08-23 Yao Qi <yao.qi@linaro.org>
7881
7882 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7883 standalone_txt. Delete gdb_txt and standalone_txt on host
7884 and target. Spawn the binary on target. Copy files from
7885 target to host.
7886
6bb90213
PA
78872016-08-22 Pedro Alves <palves@redhat.com>
7888
7889 PR gdb/20505
7890 * gdb.base/vdso-warning.exp: Test core dumps too. Use
7891 with_test_prefix. Factor out bits to ...
7892 (test_no_vdso): ... this new procedure.
7893
20c2c024
CL
78942016-08-19 Carl Love <cel@us.ibm.com>
7895
7896 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7897 maintaining separate logic for constructing the output path.
7898 * gdb.arch/powerpc-d128-regs.exp: Likewise.
7899 * gdb.arch/ppc-dfp.exp: Likewise.
7900 * gdb.arch/ppc-fp.exp: Likewise.
7901 * gdb.arch/vsx-regs.exp: Likewise.
7902 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7903 binprefix for generating the additional binary files.
7904
0646e07d
PA
79052016-08-19 Pedro Alves <palves@redhat.com>
7906
7907 * gdb.trace/mi-trace-frame-collected.exp
7908 (test_trace_frame_collected): On x32, expect two registers.
7909
46da9242
CL
79102016-08-18 Carl Love <cel@us.ibm.com>
7911
7912 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7913 and sync up the test with tests in gas/testsuite/gas/ppc.
7914 * gdb.arch/powerpc-power.exp: Likewise.
7915
eb2332d7
SM
79162016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7917
7918 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7919 expected error message.
7920
63c61e04
SM
79212016-08-17 Simon Marchi <simon.marchi@ericsson.com>
7922
7923 * gdb.multi/remove-inferiors.exp: New file.
7924 * gdb.multi/remove-inferiors.c: New file.
7925
7b17065f
YQ
79262016-08-12 Yao Qi <yao.qi@linaro.org>
7927
7928 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7929 argument list.
7930
01d3dedf
PA
79312016-08-10 Pedro Alves <palves@redhat.com>
7932
7933 PR gdb/19187
7934 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7935 setup_kfails.
7936
3eb7562a
PA
79372016-08-09 Pedro Alves <palves@redhat.com>
7938 Simon Marchi <simon.marchi@ericsson.com>
7939
7940 PR gdb/20418
7941 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7942 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7943
80614914
PA
79442016-08-09 Pedro Alves <palves@redhat.com>
7945
7946 PR mi/20431
7947 * gdb.mi/mi-cmd-error.exp: New file.
7948
f348d89a
PA
79492016-08-09 Pedro Alves <palves@redhat.com>
7950
7951 PR gdb/18653
7952 * gdb.base/signals-state-child.c: New file.
7953 * gdb.base/signals-state-child.exp: New file.
7954 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7955
e5ca03b4
PA
79562016-08-09 Pedro Alves <palves@redhat.com>
7957
7958 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7959
282a0691
TT
79602016-08-03 Tom Tromey <tom@tromey.com>
7961
7962 PR python/18565:
7963 * gdb.python/py-frame-inline.exp: Add Frame.function test.
7964
41bfcd63
YQ
79652016-08-01 Yao Qi <yao.qi@linaro.org>
7966
7967 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7968 variable mode to "multi-process" if $multi_process is 1, otherwise
7969 set it to "single-process".
7970
e3465b24
YQ
79712016-08-01 Yao Qi <yao.qi@linaro.org>
7972
7973 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7974 * gdb.cp/cpexprs.exp: Likewise.
7975 * gdb.cp/m-static.exp: Likewise.
7976
0b31a4bc
TT
79772016-07-26 Tom Tromey <tom@tromey.com>
7978
7979 PR python/20190:
7980 * gdb.threads/tls.exp (check_thread_local): Add python symbol
7981 test.
7982
e0461dbb
MM
79832016-07-26 Markus Metzger <markus.t.metzger@intel.com>
7984
7985 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7986 selecting assembly source files.
7987 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7988 assembly source files.
7989 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7990 assembly source files.
7991 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7992 selecting assembly source files.
7993
8194e927
SM
79942016-07-25 Simon Marchi <simon.marchi@ericsson.com>
7995
7996 * gdb.base/new-ui.exp (do_test_invalid_args): New
7997 procedure.
7998
c0272db5
TW
79992016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8000
8001 * gdb.btrace/reconnect.c: New file.
8002 * gdb.btrace/reconnect.exp: New file.
8003
e3487908
GKB
80042016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8005
8006 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8007 to test_catch_syscall_group.
8008 (test_catch_syscall_group): New.
8009
12df5c00
TT
80102016-07-21 Tom Tromey <tom@tromey.com>
8011
8012 * gdb.rust/simple.rs (main): Use empty struct expression.
8013 * gdb.rust/simple.exp: Add tests for empty struct expression.
8014
bae62ee2
YQ
80152016-07-21 Yao Qi <yao.qi@linaro.org>
8016
8017 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8018 if gdb_skip_xml_test is true on some targets.
8019
b1b53fb3
YQ
80202016-07-21 Yao Qi <yao.qi@linaro.org>
8021
8022 * gdb.server/solib-list.exp: Unset last_loaded_file.
8023
027d97f8
JK
80242016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8025
8026 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8027 "step into captured_main (args)".
8028
7674d381
JK
80292016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8030
8031 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8032
72b5d099
JK
80332016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8034
8035 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8036
1f960ced
PA
80372016-07-19 Pedro Alves <palves@redhat.com>
8038
8039 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8040 * gdb.opt/inline-bt.exp: Likewise.
8041 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8042 additional_flags=-Winline.
8043 * gdb.opt/inline-locals.exp: Likewise.
8044 * gdb.opt/inline-markers.c (ATTR): Define.
8045 (inlined_fn): Use it.
8046
f25827c1
YQ
80472016-07-19 Yao Qi <yao.qi@linaro.org>
8048
8049 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8050 (test_with_self): Remove some code. Remove argument executable.
8051 (top-level): Use do_self_tests.
8052
37539ebe
DB
80532016-07-15 Zachary Welch <zwelch@codesourcery.com>
8054 Don Breazeal <donb@codesourcery.com>
8055
8056 * gdb.base/maint.exp: Escape paths used in regular expressions.
8057 * gdb.stabs/weird.exp: Likewise.
8058
dac790e1
TT
80592016-07-13 Tom Tromey <tom@tromey.com>
8060
8061 PR python/15620, PR python/18620:
8062 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8063 (test_bkpt_events): New procs.
8064
93daf339
TT
80652016-07-13 Tom Tromey <tom@tromey.com>
8066
8067 PR python/17698:
8068 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8069 test.
8070 (test_watchpoints): Likewise.
8071 (test_bkpt_pending): New proc.
8072
6571a381
TT
80732016-07-13 Tom Tromey <tom@tromey.com>
8074
8075 PR cli/18053:
8076 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8077 completion test.
8078
e8732474
JK
80792016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8080
8081 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8082 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8083 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8084 f_label.
8085 (g): Rename g_end_lbl to g_label.
8086 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8087 low_pc and high_pc.
8088 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8089
e0f3fd7c
TT
80902016-07-12 Tom Tromey <tom@tromey.com>
8091
8092 PR python/19293:
8093 * gdb.python/py-unwind-maint.exp: Update tests.
8094
3cfe46b6
YQ
80952016-07-12 Yao Qi <yao.qi@linaro.org>
8096
8097 * lib/selftest-support.exp (selftest_setup): Match the output
8098 when captured_main is inlined.
8099
4f19a0e6
WT
81002016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8101
8102 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8103 New variables.
8104 (print this%a, print this%b, print this): New tests.
8105 * gdb.fortran/derived-types.f90 (this): New object and
8106 initialization.
8107
986cf455
SM
81082016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8109
8110 * gdb.ada/arraydim.exp: Remove extra directory level in build
8111 directory.
8112
f0464b23
SM
81132016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8114
8115 * lib/ada.exp: Remove extra directory level in build directory.
8116 * gdb.ada/cond_lang.exp: Likewise.
8117 * gdb.ada/exec_changed.exp: Likewise.
8118 * gdb.ada/lang_switch.exp: Likewise.
8119
42d94011
MG
81202016-07-06 Manish Goregaokar <manish@mozilla.com>
8121
2806dc7e
PA
8122 * simple.rs: Add test for raw pointer subscripting.
8123 * simple.exp: Add test expectations.
42d94011 8124
647c264c
YQ
81252016-07-05 Yao Qi <yao.qi@linaro.org>
8126
8127 * gdb.mi/mi-reverse.exp: Match =record-started output.
8128
20aa2c60
PA
81292016-07-01 Pedro Alves <palves@redhat.com>
8130
8131 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8132 procedure.
8133 (jit_reader_test): Test the jit reader's unwinder.
8134 * gdb.base/jithost.c (jit_function_00_code): New global.
8135 (main): Use memcpy to fill in the mmapped code, instead of poking
8136 bytes manually here.
8137 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8138 value.
8139 (read_debug_info): Save the function's range.
8140 (read_sp): New function.
8141 (unwind_frame): Use it. Also unwind RBP.
8142 (get_frame_id): Use read_sp.
8143 (gdb_init_reader): Use calloc instead of malloc.
8144 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8145 parameter. Use gdb_test_multiple.
8146
ced2dffb
PA
81472016-07-01 Pedro Alves <palves@redhat.com>
8148 Antoine Tremblay <antoine.tremblay@ericsson.com>
8149
8150 * gdb.threads/process-dies-while-detaching.c: New file.
8151 * gdb.threads/process-dies-while-detaching.exp: New file.
8152
63000888
PA
81532016-07-01 Pedro Alves <palves@redhat.com>
8154
8155 * gdb.multi/watchpoint-multi-exit.c: New file.
8156 * gdb.multi/watchpoint-multi-exit.exp: New file.
8157
038d4868
PA
81582016-06-30 Pedro Alves <palves@redhat.com>
8159
8160 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8161 unset inferior_spawn_id.
8162
994e9c83
PA
81632016-06-30 Pedro Alves <palves@redhat.com>
8164
8165 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8166 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8167
e5653468
YQ
81682016-06-29 Yao Qi <yao.qi@linaro.org>
8169
8170 * gdb.base/return.c: Add copyright header.
8171
803b47e5
TT
81722016-06-29 Tom Tromey <tom@tromey.com>
8173
8174 PR python/20129:
8175 * gdb.python/py-framefilter.exp: Add tests for setting priority
8176 and disabling of non-existent frame filter.
8177
28244707
YQ
81782016-06-29 Yao Qi <yao.qi@linaro.org>
8179
8180 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8181 0x0f07ff.
8182
a31d2f06
YQ
81832016-06-28 Yao Qi <yao.qi@linaro.org>
8184
8185 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8186 triplets. Start gdb, execute catch syscall, and continue. Check
8187 gdb's output to determine catch syscall is supported.
8188
921d8f54
MG
81892016-06-27 Manish Goregaokar <manish@mozilla.com>
8190
25d49b86
PA
8191 * gdb.rust/simple.rs: Add test for returning unit in a function.
8192 * gdb.rust/simple.exp: Add expectation for functions returning
8193 unit.
921d8f54 8194
f4952523
PMR
81952016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8196
8197 * gdb.python/py-breakpoint-create-fail.c,
8198 gdb.python/py-breakpoint-create-fail.exp,
8199 gdb.python/py-breakpoint-create-fail.py: New testcase.
8200
fccb08f8
MG
82012016-06-25 Manish Goregaokar <manish@mozilla.com>
8202
8203 PR gdb/20239
8204 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8205 * gdb.rust/simple.exp: Add test expectations for new NonZero
8206 tests.
fccb08f8 8207
6b850546
DT
82082016-06-24 David Taylor <dtaylor@emc.com>
8209
8210 * gdb.base/offsets.exp: New file.
8211 * gdb.base/offsets.c: New file.
8212
17621150
TT
82132016-06-23 Tom Tromey <tom@tromey.com>
8214
8215 PR gdb/16483:
8216 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8217 before any filters are loaded.
8218
04d59df6
WT
82192016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8220
8221 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8222 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8223 structs.
8224 * gdb.fortran/derived-type-function.exp: New file.
8225 * gdb.fortran/derived-type-function.f90: New file.
8226
8227
ac69f786
PA
82282016-06-21 Pedro Alves <palves@redhat.com>
8229
8230 * gdb.base/new-ui.exp: New file.
8231 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8232 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8233 (with_spawn_id): New procedure.
8234
49940788
PA
82352016-06-21 Pedro Alves <palves@redhat.com>
8236
8237 * gdb.mi/mi-exec-run.exp: New file.
8238
ef274d26
PA
82392016-06-21 Pedro Alves <palves@redhat.com>
8240
8241 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8242 breakpoint command's output on the main UI.
8243 (test_break): New procedure, factored out from calls in the top
8244 level.
8245 (top level): Use foreach_with_prefix to test MI as main UI and as
8246 separate UI.
8247
468afe6c
PA
82482016-06-21 Pedro Alves <palves@redhat.com>
8249
8250 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8251 (test_awatch_creation_and_listing)
8252 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8253 Remove 'type' parameter.
8254 (test_watchpoint_all): New parameter mi_mode. Remove
8255 with_test_prefix.
8256 (top level): Use foreach_with_prefix, and add main/separate UI MI
8257 testing axis.
8258
51f77c37
PA
82592016-06-21 Pedro Alves <palves@redhat.com>
8260
8261 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8262 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8263 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8264 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8265 (gdb_main_spawn_id, mi_spawn_id): Declare and
8266 comment.
8267 (mi_create_inferior_pty): New procedure,
8268 factored out from default_mi_gdb_start.
8269 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8270 procedures.
8271 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8272 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8273 Use mi_create_inferior_pty.
8274 (mi_gdb_start): Use eval to pass down args list.
8275
8980e177
PA
82762016-06-21 Pedro Alves <palves@redhat.com>
8277
8278 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8279 * gdb.opt/inline-cmds.exp: Add MI tests.
8280
f38d3ad1
PA
82812016-06-21 Pedro Alves <palves@redhat.com>
8282
8283 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8284
45db7c09
PA
82852016-06-21 Pedro Alves <palves@redhat.com>
8286
8287 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8288 (top level): Use it instead of mi_execute_to.
8289
5a069ab3
PA
82902016-06-21 Pedro Alves <palves@redhat.com>
8291
8292 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8293 (cont_handler_str): New.
8294 (signal_stop_handler): Set stop_handler_str instead of printing to
8295 stdout.
8296 (continue_handler): Set cont_handler_str instead of printing to
8297 stdout.
8298 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8299 mi_send_resuming_command. Print stop_handler_str and
8300 cont_handler_str instead of expecting the python events print
8301 directly.
8302
2838cc1d
SD
83032016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8304
8305 * gdb.base/jit-reader.exp: New file.
8306 * gdb.base/jithost.c: New file.
8307 * gdb.base/jithost.h: New file.
8308 * gdb.base/jitreader.c : New file.
8309 * gdb.base/jit-protocol.h: New file.
8310
21a77091
YQ
83112016-06-17 Yao Qi <yao.qi@linaro.org>
8312
8313 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8314 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8315 and detach-on-fork. Adjust tests.
8316 (top level): Invoke break_cond_on_syscall with combinations of
8317 syscall, follow-fork-mode and detach-on-fork.
8318
f50bf8e5
YQ
83192016-06-17 Yao Qi <yao.qi@linaro.org>
8320
8321 * gdb.base/step-over-exit.c: New.
8322 * gdb.base/step-over-exit.exp: New.
8323
a28d8e50
YTL
83242016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8325
8326 * gdb.base/float.exp: Add target check for nds32*-*-*.
8327 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8328
cad8e26d
AB
83292016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8330
8331 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8332 for unsupported target features.
8333 * gdb.base/call-rt-st.exp: Likewise.
8334 * gdb.base/call-sc.exp: Likewise.
8335 * gdb.base/call-signal-resume.exp: Likewise.
8336 * gdb.base/call-strs.exp: Likewise.
8337 * gdb.base/callexit.exp: Likewise.
8338 * gdb.base/callfuncs.exp: Likewise.
8339 * gdb.base/nodebug.exp: Likewise.
8340 * gdb.base/printcmds.exp: Likewise.
8341 * gdb.base/ptype.exp: Likewise.
8342 * gdb.base/structs.exp: Likewise.
8343 * gdb.base/unwindonsignal.exp: Likewise.
8344 * gdb.cp/gdb2495.exp: Likewise.
8345 * gdb.cp/templates.exp: Likewise.
8346 * gdb.cp/virtfunc.exp: Likewise.
8347 * gdb.threads/hand-call-in-threads.exp: Likewise.
8348 * gdb.threads/interrupted-hand-call.exp: Likewise.
8349 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8350
347dc102
TT
83512016-06-10 Tom Tromey <tom@tromey.com>
8352
8353 PR rust/20110:
8354 * gdb.rust/expr.exp: Add test for integer constant larger than
8355 i32.
8356
5e13cf25
BH
83572016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8358
8359 * gdb.fortran/nested-funcs.exp: New.
8360 * gdb.fortran/nested-funcs.f90: New.
8361
bb556f1f
TK
83622016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8363
8364 * gdb.base/examine-backward.c: New file.
8365 * gdb.base/examine-backward.exp: New file.
8366
38b022b4
SM
83672016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8368
8369 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8370 matching.
8371
1b40ec05
TT
83722016-06-02 Tom Tromey <tom@tromey.com>
8373
8374 PR python/18984:
8375 * gdb.python/py-shared.exp: Add solib_name test.
8376
193bd378
SM
83772016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8378
8379 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8380
3326303b
MG
83812016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8382
8383 PR c++/19893
8384 * gdb.dwarf2/implref.exp: Rename to...
8385 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8386 * gdb.dwarf2/implref-array.c: New file.
8387 * gdb.dwarf2/implref-array.exp: Likewise.
8388 * gdb.dwarf2/implref-global.c: Likewise.
8389 * gdb.dwarf2/implref-global.exp: Likewise.
8390 * gdb.dwarf2/implref-struct.c: Likewise.
8391 * gdb.dwarf2/implref-struct.exp: Likewise.
8392
825c8ef2
AT
83932016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8394
8395 * gdb.trace/trace-condition.exp: Add 64bit tests.
8396
2320162a
AT
83972016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8398
8399 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8400 bits types.
8401 (main): Adapt to 8 to 64 bits types.
8402 * gdb.trace/trace-condition.exp: Add new tests.
8403
a7818233
AT
84042016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8405
8406 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8407
0d336466
AT
84082016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8409
8410 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8411 Move condition tests...
8412 * gdb.trace/trace-condition.exp: Here.
8413
7faeb45a
AT
84142016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8415
8416 * gdb.trace/trace-condition.exp: Add counter-case tests.
8417
e385593e
JK
84182016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8419
8420 PR c++/15231
8421 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8422 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8423
744608cc
PA
84242016-05-27 Pedro Alves <palves@redhat.com>
8425
8426 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8427 New procedure.
8428 (top level): Call it, and bail out of DejaGnu is known to be bad.
8429
ac775bf4
AB
84302016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8431
8432 * gdb.base/whatis.c: Extend the test case.
8433 * gdb.base/whatis.exp: Add additional tests.
8434
2bbad2ea
BH
84352016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8436
8437* gdb.fortran/type.f90: Add pointer variable.
8438* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8439
8b70175d
BH
84402016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8441
8442 * gdb.fortran/vla-type.exp: Fix testcase name.
8443
86d8a848
BH
84442016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8445
8446 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8447
e188eb36
BH
84482016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8449
8450 * gdb.fortran/type.f90: Add nested structures.
8451 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8452 * gdb.fortran/derived-type.exp: Adapt expected output.
8453 * gdb.fortran/vla-type.exp: Adapt expected output.
8454
9b2db1fd
BH
84552016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8456
8457 * gdb.fortran/whatis_type.exp: Adapt expected output.
8458
72b17055
BH
84592016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8460
8461 * gdb.fortran/print_type.exp: Fix expected output.
8462 * gdb.fortran/whatis_type.exp: Fix expected output.
8463
3cd81d8d
BH
84642016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8465
8466 * gdb.fortran/whatis_type.exp: Use multi_line.
8467
ddae9462
TT
84682016-05-24 Tom Tromey <tom@tromey.com>
8469
8470 PR python/17386:
8471 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8472 use value as an index.
8473
1957f6b8
TT
84742016-05-23 Tom Tromey <tom@tromey.com>
8475
8476 PR python/17981:
8477 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8478 no-breakpoint case.
8479
026a9174
PA
84802016-05-24 Pedro Alves <palves@redhat.com>
8481
8482 PR gdb/19828
8483 * gdb.threads/clone-attach-detach.c: New file.
8484 * gdb.threads/clone-attach-detach.exp: New file.
8485
e70a7231
FR
84862016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8487
8488 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8489
0f6ed0e0
TT
84902016-05-23 Tom Tromey <tom@tromey.com>
8491
8492 PR python/19438, PR python/18393:
8493 * gdb.python/py-progspace.exp: Add "dir" test.
8494 * gdb.python/py-objfile.exp: Add "dir" test.
8495
ffd19d61
YQ
84962016-05-23 Yao Qi <yao.qi@linaro.org>
8497
8498 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8499 * gdb.arch/thumb2-it.exp: Likewise.
8500
9e8f9b05
SM
85012016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8502
8503 * gdb.mi/mi-threads-interrupt.c: New file.
8504 * gdb.mi/mi-threads-interrupt.exp: New file.
8505
61c6156d
SM
85062016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8507
8508 PR gdb/18077
8509 * gdb.mi/mi-async-run.exp: New file.
8510 * gdb.mi/mi-async-run.c: New file.
8511
67218854
TT
85122016-05-17 Tom Tromey <tom@tromey.com>
8513 Manish Goregaokar <manishsmail@gmail.com>
8514
8515 * lib/rust-support.exp: New file.
8516 * lib/gdb.exp (skip_rust_tests): New proc.
8517 (build_executable_from_specs): Handle rust.
8518 * lib/future.exp (gdb_find_rustc): New proc.
8519 (gdb_default_target_compile): Handle rust.
8520 * gdb.rust/expr.exp: New file.
8521 * gdb.rust/generics.exp: New file.
8522 * gdb.rust/generics.rs: New file.
8523 * gdb.rust/methods.exp: New file.
8524 * gdb.rust/methods.rs: New file.
8525 * gdb.rust/modules.exp: New file.
8526 * gdb.rust/modules.rs: New file.
8527 * gdb.rust/simple.exp: New file.
8528 * gdb.rust/simple.rs: New file.
8529
c44af4eb
TT
85302016-05-17 Tom Tromey <tom@tromey.com>
8531
8532 * gdb.base/default.exp (set language): Add rust.
8533
dcd1f979
TT
85342016-05-17 Tom Tromey <tom@tromey.com>
8535
8536 * gdb.gdb/unittest.exp: New file.
8537
155b7f57
YQ
85382016-05-16 Yao Qi <yao.qi@linaro.org>
8539
8540 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8541 shell_prompt. Update shell_prompt_re.
8542
8ddd5a6c
DE
85432016-05-12 Doug Evans <dje@google.com>
8544
8545 PR symtab/19999
8546 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8547 $options when building executable.
8548 * gdb.dwarf2/fission-loclists-pie.S: New file.
8549 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8550
02e370d9
SM
85512016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8552
8553 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8554 of [is_remote target],
8555
8929ad8b
SM
85562016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8557
8558 * lib/gdb.exp (use_gdb_stub): New procedure.
8559
6c447423
DE
85602016-05-03 Yunlian Jiang <yunlian@google.com>
8561 Doug Evans <dje@google.com>
8562
8563 PR symtab/19914
8564 * gdb.dwarf2/dwp-sepdebug.c: New file.
8565 * gdb.dwarf2/dwp-sepdebug.exp: New file.
8566
444e826c
SM
85672016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8568
8569 * gdb.base/detach.exp: Remove is_remote check.
8570
740feeaa
SM
85712016-05-02 Simon Marchi <simon.marchi@ericsson.com>
8572
8573 * gdb.base/annota-input-while-running.exp: Don't check for
8574 [is_remote target]. Enable annotations after running to main.
8575 Remove unused "set test..." line.
8576
9080ac9d
SM
85772016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8578
8579 * gdb.trace/trace-enable-disable.exp: New file.
8580 * gdb.trace/trace-enable-disable.c: New file.
8581
952ebca5
SM
85822016-04-28 Simon Marchi <simon.marchi@ericsson.com>
8583
8584 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8585 use it in info sharedlibrary test.
8586 * gdb.trace/ftrace-lock.exp: Likewise.
8587 * gdb.trace/ftrace.exp: Likewise.
8588 * gdb.trace/range-stepping.exp: Likewise.
8589 * gdb.trace/trace-break.exp: Likewise.
8590 * gdb.trace/trace-condition.exp: Likewise.
8591 * gdb.trace/trace-mt.exp: Likewise.
8592
d9019901
SM
85932016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8594
8595 * lib/gdb.exp (gdb_load_shlibs): Rename to...
8596 (gdb_load_shlib): ... this.
8597 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8598 gdb_load_shlib.
8599 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8600 * gdb.base/ctxobj.exp: Likewise.
8601 * gdb.base/dprintf-pending.exp: Likewise.
8602 * gdb.base/dso2dso.exp: Likewise.
8603 * gdb.base/fixsection.exp: Likewise.
8604 * gdb.base/gcore-relro.exp: Likewise.
8605 * gdb.base/gdb1555.exp: Likewise.
8606 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8607 * gdb.base/gnu-ifunc.exp: Likewise.
8608 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8609 * gdb.base/jit-so.exp (one_jit_test): Likewise.
8610 * gdb.base/pending.exp: Likewise.
8611 * gdb.base/print-file-var.exp: Likewise.
8612 * gdb.base/print-symbol-loading.exp: Likewise.
8613 * gdb.base/shlib-call.exp: Likewise.
8614 * gdb.base/shreloc.exp: Likewise.
8615 * gdb.base/so-impl-ld.exp: Likewise.
8616 * gdb.base/solib-disc.exp: Likewise.
8617 * gdb.base/solib-nodir.exp: Likewise.
8618 * gdb.base/solib-overlap.exp: Likewise.
8619 * gdb.base/solib-symbol.exp: Likewise.
8620 * gdb.base/solib-weak.exp (do_test): Likewise.
8621 * gdb.base/sym-file.exp: Likewise.
8622 * gdb.base/symtab-search-order.exp: Likewise.
8623 * gdb.base/type-opaque.exp: Likewise.
8624 * gdb.base/unload.exp: Likewise.
8625 * gdb.base/watchpoint-solib.exp: Likewise.
8626 * gdb.compile/compile.exp: Likewise.
8627 * gdb.cp/gdb2384.exp: Likewise.
8628 * gdb.cp/infcall-dlopen.exp: Likewise.
8629 * gdb.cp/re-set-overloaded.exp: Likewise.
8630 * gdb.fortran/library-module.exp: Likewise.
8631 * gdb.opt/solib-intra-step.exp: Likewise.
8632 * gdb.python/py-finish-breakpoint.exp: Likewise.
8633 * gdb.python/py-shared.exp: Likewise.
8634 * gdb.reverse/solib-precsave.exp: Likewise.
8635 * gdb.reverse/solib-reverse.exp: Likewise.
8636 * gdb.server/solib-list.exp: Likewise.
8637 * gdb.threads/dlopen-libpthread.exp: Likewise.
8638 * gdb.threads/tls-shared.exp: Likewise.
8639 * gdb.threads/tls-so_extern.exp: Likewise.
8640 * gdb.trace/change-loc.exp: Likewise.
8641 * gdb.trace/ftrace-lock.exp: Likewise.
8642 * gdb.trace/ftrace.exp: Likewise.
8643 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8644 * gdb.trace/pending.exp: Likewise.
8645 * gdb.trace/range-stepping.exp: Likewise.
8646 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8647 (strace_info_marker): Likewise.
8648 (strace_probe_marker): Likewise.
8649 (strace_trace_on_same_addr): Likewise.
8650 (strace_trace_on_diff_addr): Likewise.
8651 * gdb.trace/trace-break.exp: Likewise.
8652 * gdb.trace/trace-condition.exp: Likewise.
8653 * gdb.trace/trace-mt.exp: Likewise.
8654
fca4cfd9
SM
86552016-04-27 Simon Marchi <simon.marchi@ericsson.com>
8656
8657 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
8658 result of gdb_remote_download.
8659 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8660 * gdb.base/dso2dso.exp: Likewise.
8661 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8662 * gdb.base/print-file-var.exp: Likewise.
8663 * gdb.base/shlib-call.exp: Likewise.
8664 * gdb.base/shreloc.exp: Likewise.
8665 * gdb.base/solib-overlap.exp: Likewise.
8666 * gdb.base/solib-weak.exp (do_test): Likewise.
8667 * gdb.base/unload.exp: Likewise.
8668
11cf4ffb
YQ
86692016-04-27 Yao Qi <yao.qi@linaro.org>
8670
8671 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8672 exists.
8673
3e2e34f8
KB
86742016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8675
8676 * vla-type.exp: Print structure from toplevel.
8677
8f07e298
BH
86782016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8679
8680 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8681 of dynamic types.
8682 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8683 of dynamic types.
8684
9920b434
BH
86852016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
8686
8687 * gdb.fortran/vla-type.f90: New file.
8688 * gdb.fortran/vla-type.exp: New file.
8689
f3abeff5
YQ
86902016-04-25 Yao Qi <yao.qi@linaro.org>
8691
8692 * gdb.base/branch-to-self.c: New file.
8693 * gdb.base/branch-to-self.exp: New file.
8694
0a5d52f0
YQ
86952016-04-22 Yao Qi <yao.qi@linaro.org>
8696
8697 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8698 more after $hex.
8699
495346f6
YQ
87002016-04-22 Yao Qi <yao.qi@linaro.org>
8701
8702 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8703 * gdb.base/annota3.exp: Likewise.
8704
4a7e075c
YQ
87052016-04-22 Yao Qi <yao.qi@linaro.org>
8706
8707 * gdb.reverse/step-precsave.exp: Do one step and test program
8708 stops in "callee" and do multiple steps until program goes out
8709 of "callee".
8710 * gdb.reverse/step-reverse.exp: Likewise.
8711
5b061e98
YQ
87122016-04-22 Yao Qi <yao.qi@linaro.org>
8713
8714 * gdb.trace/signal.exp: Also pass if
8715 $tracepoint_hits($i) > $iterations.
8716
5c5dc57f
YQ
87172016-04-22 Yao Qi <yao.qi@linaro.org>
8718
8719 * gdb.trace/signal.c: New file.
8720 * gdb.trace/signal.exp: New file.
8721
a55411b9
DE
87222016-04-19 Doug Evans <xdje42@gmail.com>
8723
8724 * gdb.base/bad-file.exp: New file.
8725
a22df60a
MG
87262016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
8727
8728 * gdb.dwarf2/implref.exp: New file.
8729
0c13f7e5
BH
87302016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8731
8732 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8733 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8734 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8735 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8736 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8737 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8738 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8739 * lib/fortran.exp (fortran_int4): New procedure.
8740 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8741 (fortran_logical4): Likewise.
8742
9b9b09e9
BH
87432016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
8744
8745 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8746
a14d1f4d
BH
87472016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
8748
8749 * lib/compiler.c: Add Intel specific preprocessor macros.
8750 * lib/compiler.cc: Likewise.
25d49b86 8751
7d49b1d0
LM
87522016-04-13 Luis Machado <lgustavo@codesourcery.com>
8753
8754 * gdb.server/connect-with-no-symbol-file.c: New file.
8755 * gdb.server/connect-with-no-symbol-file.exp: New file.
8756
8392fa22
SM
87572016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8758
8759 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8760
8c4c4aeb
SM
87612016-04-13 Simon Marchi <simon.marchi@ericsson.com>
8762
8763 * boards/gdbserver-base.exp (${board}_download): Copy source file to
8764 standard output directory.
8765
45e3745e
AT
87662016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
8767
8768 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8769
e26b7e41
MM
87702016-04-13 Markus Metzger <markus.t.metzger@intel.com>
8771
8772 * gdb.btrace/instruction_history.c (loop): Add declaration.
8773
8ce09462
AT
87742016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
8775
8776 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8777
2e88a1ea
SM
87782016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
8779
8780 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8781 parentheses to print.
8782 (continue_handler): Likewise.
8783
f48e22e3
SM
87842016-04-08 Simon Marchi <simon.marchi@ericsson.com>
8785
8786 * gdb.server/solib-list.exp: Remove is_remote check.
8787 Pass shlib= to gdb_compile. Don't link shared library with
8788 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
8789 Run binary filename through "readlink -f" on the target.
8790
096be756
PA
87912016-04-08 Pedro Alves <palves@redhat.com>
8792
8793 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
8794 interpreter filename as argument to gdbserver_spawn.
8795 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8796 Return empty if $last_loaded_file does not exist.
8797
06500533
JK
87982016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8799
8800 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8801 * gdb.base/jit-main.c: Use exit after usage.
8802
2d35e871
JK
88032016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8804
8805 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8806 GDBHISTSIZE prior to the tests.
8807 * gdb.base/gdbinit-history.exp: Likewise.
8808
88092016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
8810
8811 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8812 instead of build_executable. Use gdb_load_shlibs.
8813
c8064e7e
YQ
88142016-04-07 Yao Qi <yao.qi@linaro.org>
8815
8816 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8817 Execute "si" command.
8818
bde47561
YQ
88192016-04-07 Yao Qi <yao.qi@linaro.org>
8820
8821 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8822 number instead of the comments on some line.
8823
b16f8a3b
DB
88242016-04-06 Don Breazeal <donb@codesourcery.com>
8825
8826 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8827 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8828
c2f901df
SM
88292016-04-06 Simon Marchi <simon.marchi@ericsson.com>
8830
8831 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8832 standard_output_file. Remove unused binfile variable.
8833
ac17fda0
CU
88342016-04-05 Catalin Udma <catalin.udma@freescale.com>
8835
8836 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8837 * gdb.python/py-mi-objfile.exp: Match "list main" output
8838 in console format.
8839
03a8c4df
SM
88402016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
8841
8842 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8843 absolute.
8844
6e774b13
SM
88452016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8846
8847 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8848 absolute.
8849 * gdb.trace/ftrace.exp: Likewise.
8850 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8851 targets as well.
8852 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8853 (gdb_load_shlibs): Copy libraries to test directory when testing
8854 natively. Only set solib-search-path if testing remotely.
8855 * lib/mi-support.exp (mi_load_shlibs): Likewise.
8856
7817ea46
SM
88572016-04-05 Simon Marchi <simon.marchi@ericsson.com>
8858
8859 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8860 gdb_download. Use it even if the target is not remote.
8861 * gdb.base/jit.exp (compile_jit_test): Likewise.
8862 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8863 output directory if the destination board is local, otherwise use
8864 the standard remote_download from DejaGnu.
8865 (gdb_download): Remove.
8866 (gdb_load_shlibs): Use gdb_remote_download instead of
8867 gdb_download.
8868 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8869 Use gdb_remote_download instead of gdb_download. Use it even if
8870 the target is not remote.
8871 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8872 instead of gdb_download.
8873
7beb7f68
SM
88742016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
8875
8876 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8877 (test_insert_delete_modify): Call mi_load_shlibs before trying to
8878 run.
8879
cc63428a
AV
88802016-04-01 Artemiy Volkov <artemiyv@acm.org>
8881
8882 PR gdb/19820
8883 * gdb.base/printcmds.exp: Add artificial arrays tests.
8884
64cdf930
PA
88852016-03-31 Pedro Alves <palves@redhat.com>
8886
8887 PR gdb/19858
8888 * gdb.base/jit-main.c: Include unistd.h.
8889 (ATTACH): Define to 0 if not already defined.
8890 (wait_for_gdb, mypid): New globals.
8891 (WAIT_FOR_GDB): New macro.
8892 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
8893 some breakpoint locations.
8894 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8895 New procedures.
8896 (one_jit_test): Add REATTACH parameter, and handle it. Use
8897 continue_to_test_location.
8898 (top level): Test attach, and adjusts calls to one_jit_test.
8899
40dea8cb
PA
89002016-03-31 Pedro Alves <palves@redhat.com>
8901
8902 PR gdb/19858
8903 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
8904 BINSUFFIX parameter, and handle it.
8905 (top level): Adjust calls compile_jit_test.
8906
e7ea3ec7
CU
89072016-03-31 Catalin Udma <catalin.udma@freescale.com>
8908
8909 PR python/19743
8910 * gdb.python/py-mi-events-gdb.py: New file.
8911 * gdb.python/py-mi-events.c: New file.
8912 * gdb.python/py-mi-events.exp: New file.
8913
e6359af3
YQ
89142016-03-30 Yao Qi <yao.qi@linaro.org>
8915
8916 * gdb.reverse/until-precsave.exp: Match function name only.
8917 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8918 Move malloc to a condition block.
8919 * gdb.reverse/until-reverse.exp: Match function name only.
8920
a4105d04
MK
89212016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
8922
8923 * gdb.trace/ftrace.exp: Set arg0exp for s390.
8924 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8925 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8926 variable for GPR 0 instead of assuming it is register 0.
8927 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8928 * lib/trace-support.exp: Add s390 registers.
8929
bfa6adb9
YQ
89302016-03-29 Yao Qi <yao.qi@linaro.org>
8931
8932 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8933
1e6697ea
YQ
89342016-03-24 Yao Qi <yao.qi@linaro.org>
8935
8936 * gdb.reverse/break-reverse.exp: Add quotation mark in the
8937 test message.
8938
64bcd522
AA
89392016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8940
8941 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8942 maintaining separate logic for constructing the output path.
8943
7868401b
DB
89442016-03-16 Don Breazeal <donb@codesourcery.com>
8945
8946 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8947 Retry fork and waitpid on interrupted system call errors.
8948 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8949 Use with_timeout_factor to increase timeout by factor of 10.
8950
1cafadb4
DB
89512016-03-15 Don Breazeal <donb@codesourcery.com>
8952
8953 * gdb.cp/scope-err.cc: New test program.
8954 * gdb.cp/scope-err.exp: New test script.
8955 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8956 lines and "set breakpoint here" comment.
8957 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8958 Fixed some whitespace and format issues.
8959 * gdb.mi/mi-linespec-err-cp.cc: New test program.
8960 * gdb.mi/mi-linespec-err-cp.exp: New test script.
8961
81516450
DE
89622016-03-15 Doug Evans <dje@google.com>
8963
8964 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8965 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8966 All callers updated. Add tests for enums, mixed flags register.
8967
aa52b601
DE
89682016-03-15 Doug Evans <dje@google.com>
8969
8970 * gdb.base/skip.c (main): Call test_skip_file_and_function.
8971 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8972
fa4ff313
SM
89732016-03-14 Simon Marchi <simon.marchi@ericsson.com>
8974
8975 * gdb.base/default.exp: Add $_as_string to the list of expected
8976 convenience functions.
8977
f2403c39
AB
89782016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
8979
8980 * gdb.base/maint.exp: New tests for 'maint info line-table'.
8981
f2f3ccb9
SM
89822016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
8983
8984 * gdb.python/py-as-string.exp: New file.
8985 * gdb.python/py-as-string.c: New file.
8986
00dbd492
PA
89872016-03-09 Pedro Alves <palves@redhat.com>
8988
8989 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8990 signal" -> "Thread NN received signal" output change.
8991 * gdb.threads/ia64-sigill.exp: Likewise.
8992 * gdb.threads/linux-dp.exp: Likewise.
8993 * gdb.threads/manythreads.exp: Likewise.
8994 * gdb.threads/pending-step.exp: Likewise.
8995 * gdb.threads/print-threads.exp: Likewise.
8996 * gdb.threads/sigstep-threads.exp: Likewise.
8997 * gdb.threads/staticthreads.exp: Likewise.
8998 * gdb.threads/tls.exp: Likewise.
8999
1e6697ea
YQ
90002016-03-09 Pedro Alves <palves@redhat.com>
9001
9002 * gdb.base/command-line-input.exp: New file.
9003
b04fd3be
MK
90042016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9005
9006 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9007 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9008 * gdb.trace/pending.exp: Accept leading dot before function name.
9009 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9010 * lib/trace-support.exp: Set registers for ppc.
9011
98fa59e9
MK
90122016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9013
9014 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9015 use it for disassembly; accept .main in addition to main in backtrace.
9016
f77198c8
MK
90172016-03-09 Wei-cheng Wang <cole945@gmail.com>
9018 Marcin Kościelnicki <koriakin@0x04.net>
9019
9020 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9021 (gdb_recursion_test_ptr): New global variable.
9022 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9023 gdb_recursion_test.
9024 (gdb_c_test): Ditto.
9025
ba84e0da
MK
90262016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9027
9028 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9029 ordering.
9030
4366d36e
MK
90312016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9032
9033 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9034 (bar): Add bar_start_lbl label.
9035 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9036 of foo/bar for emitting DWARF and tracing.
9037
5eb264df
SDJ
90382016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9039
9040 * analyze-racy-logs.py: Set executable bit.
9041
fb6a751f
SDJ
90422016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9043
9044 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9045 (CHECK_TARGET_TMP): Likewise.
9046 (check-single-racy): New rule.
9047 (check-parallel-racy): Likewise.
9048 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9049 (do-check-parallel-racy): New rule.
9050 (check-racy/%.exp): Likewise.
9051 * README (Racy testcases): New section.
9052 * analyze-racy-logs.py: New file.
9053
bdf7e230
DE
90542016-03-03 Doug Evans <dje@google.com>
9055
9056 * gdb.base/skip.exp: Use with_test_prefix.
9057
4719d415
YQ
90582016-03-03 Yao Qi <yao.qi@linaro.org>
9059
9060 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9061 Invoke step_over_syscall "clone" and break_cond_on_syscall
9062 "clone".
9063 * gdb.base/step-over-clone.c: New file.
9064
ea507862
YQ
90652016-03-03 Yao Qi <yao.qi@linaro.org>
9066
9067 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9068 code format.
9069
8fc8cbda
YQ
90702016-03-03 Yao Qi <yao.qi@linaro.org>
9071
9072 * gdb.base/disp-step-fork.c: Rename to ...
9073 * gdb.base/step-over-fork.c: ... it. New file.
9074 * gdb.base/disp-step-vfork.c: Rename to ...
9075 * gdb.base/step-over-vfork.c: ... it. New file.
9076 * gdb.base/disp-step-syscall.exp: Rename to ...
9077 * gdb.base/step-over-syscall.exp: ... it. New file.
9078 (disp_step_cross_syscall): Rename to ...
9079 (step_over_syscall): ... it.
9080
92fa70b0
YQ
90812016-03-03 Yao Qi <yao.qi@linaro.org>
9082
9083 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9084 If target supports condition evaluation on target, invoke
9085 break_cond_on_syscall for fork and vfork.
9086
e197ad3c
YQ
90872016-03-03 Yao Qi <yao.qi@linaro.org>
9088
9089 * gdb.base/disp-step-syscall.exp: Don't invoke
9090 support_displaced_stepping.
9091 (disp_step_cross_syscall): Test with displaced stepping off and
9092 on if supported.
9093
0b47da9f
YQ
90942016-03-03 Yao Qi <yao.qi@linaro.org>
9095
9096 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9097 proc.
9098 (setup): New proc.
9099 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9100 and setup.
9101
065ab6dc
BH
91022016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9103
9104 * gdb.fortran/vla-history.exp: Remove breakpoint.
9105
07e448ad 91062016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9107
25d49b86
PA
9108 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9109 exceeds timeout.
07e448ad 9110
9ac2d526 91112016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9112
25d49b86
PA
9113 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9114 breakpoint.
9ac2d526 9115
17807369
BH
91162016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9117
9118 * gdb.mi/vla.f90: Nullify pointer after declaration.
9119
86e501af
PA
91202016-03-01 Pedro Alves <palves@redhat.com>
9121
9122 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9123
1e903e32
PA
91242016-03-01 Pedro Alves <palves@redhat.com>
9125
9126 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9127 before anything else.
9128 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9129 _GNU_SOURCE here.
9130 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9131 before anything else.
9132 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9133
6ccb54e2
PA
91342016-03-01 Pedro Alves <palves@redhat.com>
9135
9136 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9137
30ca9da1
YQ
91382016-03-01 Yao Qi <yao.qi@linaro.org>
9139
9140 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9141 prepare_for_testing.
9142
dc856b38
YQ
91432016-03-01 Yao Qi <yao.qi@linaro.org>
9144
9145 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9146
4a932159
AA
91472016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9148
9149 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9150 manually constructing the output path.
9151
f2489477
AA
91522016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9153
9154 * gdb.arch/s390-stackless.S: New.
9155 * gdb.arch/s390-stackless.exp: New.
9156
38899f16
IB
91572016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9158
9159 * gdb.dlang/circular.c: New file.
9160 * gdb.dlang/circular.exp: New file.
9161
9fde51ed
YQ
91622016-02-26 Yao Qi <yao.qi@linaro.org>
9163
9164 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9165 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9166 (testcases): Update.
9167
ce90fefe
YQ
91682016-02-26 Yao Qi <yao.qi@linaro.org>
9169
9170 * gdb.reverse/aarch64.c: Rename to ...
9171 * gdb.reverse/insn-reverse.c: ... it.
9172 * gdb.reverse/aarch64.exp: Rename to ...
9173 * gdb.reverse/insn-reverse.exp: ... it.
9174
3263bceb
YQ
91752016-02-26 Yao Qi <yao.qi@linaro.org>
9176
9177 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9178 (testcase_ftype): New.
9179 (testcases): New array.
9180 (n_testcases): New.
9181 (main): Call each element in testcases.
9182 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9183 (read_testcase): New.
9184 Do the tests in a loop.
9185
6cb59ff1
YQ
91862016-02-25 Yao Qi <yao.qi@linaro.org>
9187
9188 * gdb.base/branches.c: Remove.
9189
ae91f625
MK
91902016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9191
9192 PR gdb/13808
9193 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9194
678b48b7
MK
91952016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9196
9197 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9198
7337a6f2
MK
91992016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9200
9201 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9202 change x86_64 call_insn to 'callq'.
9203
861ca91f
AT
92042016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9205
9206 * gdb.trace/tfile-avx.c: Move to...
9207 * gdb.trace/tracefile-pseudo-reg.c: Here.
9208 * gdb.trace/tfile-avx.exp: Move to...
9209 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9210
bf74e428
GB
92112016-02-24 Gary Benson <gbenson@redhat.com>
9212
9213 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9214 message on attach.
9215
cce0e923
DE
92162016-02-23 Doug Evans <dje@google.com>
9217
9218 * gdb.base/skip.c (test_skip): New function.
9219 (end_test_skip_file_and_function): New function.
9220 (test_skip_file_and_function): New function.
9221 * gdb.base/skip1.c (test_skip): New function.
9222 (skip1_test_skip_file_and_function): New function.
9223 * gdb.base/skip.exp: Add tests for new skip options.
9224 * gdb.base/skip-solib.exp: Update expected output.
9225 * gdb.perf/skip-command.cc: New file.
9226 * gdb.perf/skip-command.exp: New file.
9227 * gdb.perf/skip-command.py: New file.
9228
4000e47e
MK
92292016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9230
9231 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9232 info registers pattern.
9233
24f75ead
IB
92342016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9235
9236 * lib/future.exp: Add D support.
9237 (gdb_find_gdc): New proc.
9238 (gdb_default_target_compile): Add D support.
9239
fbb7bcbe
WW
92402016-02-18 Wei-cheng Wang <cole945@gmail.com>
9241
9242 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9243 user+system time.
9244 (trace_speed_test): Determine the iteration count for a time
9245 between 15..30 seconds.
9246
012b3a21
WT
92472016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9248
9249 * gdb.arch/i386-mpx-sigsegv.c: New file.
9250 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9251 * gdb.arch/i386-mpx-simple_segv.c: New file.
9252 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9253
2d5189bd
YQ
92542016-02-18 Yao Qi <yao.qi@linaro.org>
9255
9256 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9257 Don't call setup_kfail.
9258
40fb20d0
YQ
92592016-02-18 Yao Qi <yao.qi@linaro.org>
9260
9261 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9262 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9263
21b1f8d2
DE
92642016-02-16 Doug Evans <dje@google.com>
9265
9266 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9267 * gdb.base/skip1.c: Ditto.
9268 * gdb.base/skip.exp: Whitespace cleanup.
9269
4041ed77
DB
92702016-02-16 Don Breazeal <donb@codesourcery.com>
9271
9272 PR remote/19496
9273 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9274 Remove kfail for PR remote/19496.
9275
c4ef31bf
SM
92762016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9277
9278 * lib/gdb.exp (standard_temp_file): Return a path specific to
9279 the runtest invocation.
9280
266b65b3
SM
92812016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9282
9283 * gdb.trace/save-trace.exp: Change relative path to be in the
9284 standard output directory.
9285
a7a0a6a9
JK
92862016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9287
9288 * gdb.arch/i386-prologue.c: Add missing prototypes.
9289
c99dbb42
JK
92902016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9291
9292 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9293 * gdb.arch/i386-prologue.exp: Likewise.
9294 * gdb.arch/i386-size.exp: Likewise.
9295
aa480355
SM
92962016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9297
9298 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9299 define object file path.
9300 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9301 file path.
9302 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9303 standard_output_file to define binfile.
9304
ba881f50
JK
93052016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9306
9307 Fix compatibility with recent gfortran-5.3.1.
9308 * gdb.fortran/vla-history.exp (print vla1 allocated)
9309 (print vla2 allocated, print $2, print $3): Remove
9310 (print $4): Rename to ...
9311 (print $2): ... here.
9312 (print $9): Rename to ...
9313 (print $5): ... here.
9314 (print $10): Rename to ...
9315 (print $6): ... here.
9316 * gdb.fortran/vla.f90: Add pvla initialization.
9317
e9fb005c
JK
93182016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9319
9320 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9321 New test.
9322 * gdb.fortran/vla-value-sub.exp: Likewise.
9323
e44e00ff
MK
93242016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9325
9326 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9327
97e94151
SM
93282016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9329
9330 * i386-biarch-core.exp: Define corefile using
9331 standard_output_file.
9332
01113bc1
YQ
93332016-02-12 Yao Qi <yao.qi@linaro.org>
9334
9335 * gdb.arch/arm-single-step-kernel-helper.c: New.
9336 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9337
33b4777c
MM
93382016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9339
9340 * gdb.btrace/tailcall-only.exp: New.
9341 * gdb.btrace/tailcall-only.c: New.
9342 * gdb.btrace/x86_64-tailcall-only.S: New.
9343 * gdb.btrace/i686-tailcall-only.S: New.
9344
acc23c11
PA
93452016-02-11 Pedro Alves <palves@redhat.com>
9346
9347 * README (Parallel testing): Add missing double quotes.
9348
e352bf0a
PA
93492016-02-11 Pedro Alves <palves@redhat.com>
9350
9351 * README (Parallel testing): New section.
9352 (GDB_PARALLEL): Rewrite.
9353 (FORCE_PARALLEL): Document.
9354
9f5fed78
MK
93552016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9356
9357 * gdb.trace/tfile-avx.c: New test.
9358 * gdb.trace/tfile-avx.exp: New test.
9359
9ef9e6a6
KS
93602016-02-09 Keith Seitz <keiths@redhat.com>
9361
9362 PR breakpoints/19546
9363 * gdb.base/infcall-exec.c: New file.
9364 * gdb.base/infcall-exec2.c: New file.
9365 * gdb.base/infcall-exec.exp: New file.
9366
a96e36da
KS
93672016-02-09 Keith Seitz <keiths@redhat.com>
9368
9369 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9370 (toplevel): Call test_bkpt_address.
9371
9f61929f
KS
93722016-02-09 Keith Seitz <keiths@redhat.com>
9373
9374 PR python/19506
9375 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9376 (toplevel): Call test_bkpt_address.
9377
1e94266c
SM
93782016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9379
9380 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9381 to AC_OUTPUT.
9382 * configure: Regenerate.
9383
2a7f3dff
PA
93842016-02-09 Pedro Alves <palves@redhat.com>
9385
9386 PR breakpoints/19548
9387 * gdb.base/execl-update-breakpoints.c (some_function): New
9388 function.
9389 (main): Call it.
9390 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9391 Tighten expected GDB output.
9392
2151ccc5
SM
93932016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9394
9395 * Makefile.in (ALL_SUBDIRS): Remove.
9396 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9397 (distclean maintainer-clean realclean): Likewise.
9398 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9399 * configure: Regenerate.
9400 * gdb.ada/Makefile.in: Delete.
9401 * gdb.arch/Makefile.in: Likewise.
9402 * gdb.asm/Makefile.in: Likewise.
9403 * gdb.base/Makefile.in: Likewise.
9404 * gdb.btrace/Makefile.in: Likewise.
9405 * gdb.cell/Makefile.in: Likewise.
9406 * gdb.compile/Makefile.in: Likewise.
9407 * gdb.cp/Makefile.in: Likewise.
9408 * gdb.disasm/Makefile.in: Likewise.
9409 * gdb.dlang/Makefile.in: Likewise.
9410 * gdb.dwarf2/Makefile.in: Likewise.
9411 * gdb.fortran/Makefile.in: Likewise.
9412 * gdb.gdb/Makefile.in: Likewise.
9413 * gdb.go/Makefile.in: Likewise.
9414 * gdb.guile/Makefile.in: Likewise.
9415 * gdb.java/Makefile.in: Likewise.
9416 * gdb.linespec/Makefile.in: Likewise.
9417 * gdb.mi/Makefile.in: Likewise.
9418 * gdb.modula2/Makefile.in: Likewise.
9419 * gdb.multi/Makefile.in: Likewise.
9420 * gdb.objc/Makefile.in: Likewise.
9421 * gdb.opencl/Makefile.in: Likewise.
9422 * gdb.opt/Makefile.in: Likewise.
9423 * gdb.pascal/Makefile.in: Likewise.
9424 * gdb.perf/Makefile.in: Likewise.
9425 * gdb.python/Makefile.in: Likewise.
9426 * gdb.reverse/Makefile.in: Likewise.
9427 * gdb.server/Makefile.in: Likewise.
9428 * gdb.stabs/Makefile.in: Likewise.
9429 * gdb.threads/Makefile.in: Likewise.
9430 * gdb.trace/Makefile.in: Likewise.
9431 * gdb.xml/Makefile.in: Likewise.
9432 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9433 GDB_PARALLEL.
9434 (standard_output_file): Remove check for GDB_PARALLEL, always
9435 return path in outputs/$subdir/$testname.
9436
437277d4
SM
94372016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9438
9439 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9440 (site.exp): Assign abs_srcdir to tcl's srcdir.
9441
31d913c7
YQ
94422016-02-04 Yao Qi <yao.qi@linaro.org>
9443
9444 * gdb.base/foll-exec-mode.c: Include limits.h.
9445 (main): Add parameters argc and argv. Get directory from
9446 argv[0].
9447 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9448 compilation.
9449 * gdb.base/foll-exec.c: Include limits.h.
9450 (main): Add parameters argc and argv.
9451 Get directory from argv[0].
9452 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9453 Adjust tests on the number of lines as source code changed.
9454 * gdb.base/foll-vfork-exit.c: Include limits.h.
9455 (main): Add one line of statement before vfork.
9456 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9457 (main): Add parameters argc and argv. Get directory from
9458 argv[0].
9459 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9460 (setup_gdb): Set tbreak to skip some source lines.
9461 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9462 (main): Add parameters argc and argv. Get directory from
9463 argv[0].
9464 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9465 compilation.
9466 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9467 (main): Add parameters argc and argv. Get directory from
9468 argv[0].
9469 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9470 compilation.
9471
9482b9fb
DE
94722016-02-01 Doug Evans <dje@google.com>
9473
9474 * gdb.base/skip.exp: Clean up multiple references to same test name.
9475
6b2e4f10
PA
94762016-02-01 Pedro Alves <palves@redhat.com>
9477
ccb6afd6 9478 PR remote/19496
6b2e4f10
PA
9479 * gdb.threads/forking-threads-plus-breakpoint.exp
9480 (displaced_stepping_supported): New global.
9481 (probe_displaced_stepping_support): New procedure.
9482 (do_test): Add 'displaced' parameter, and use it.
9483 (top level): Check for displaced stepping support. Add displaced
9484 stepping on/off testing axis.
9485
37a8db1a
AB
94862016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9487
9488 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9489 pointer. Don't perform further tests on the unassociated pointer
9490 if the first test fails.
9491
5fdf6324
AB
94922016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9493
9494 * gdb.base/max-value-size.c: New file.
9495 * gdb.base/max-value-size.exp: New file.
9496 * gdb.base/huge.exp: Disable max-value-size for this test.
9497
935c6144
IB
94982016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9499
9500 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9501
7fe8399d
YQ
95022016-01-28 Yao Qi <yao.qi@linaro.org>
9503
9504 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9505
a2077e25
PA
95062016-01-25 Pedro Alves <palves@redhat.com>
9507
9508 PR threads/19461
9509 * gdb.base/fork-running-state.c: New file.
9510 * gdb.base/fork-running-state.exp: New file.
9511
1d2736d4
PA
95122016-01-25 Pedro Alves <palves@redhat.com>
9513
9514 PR gdb/19494
9515 * gdb.base/catch-fork-kill.c: New file.
9516 * gdb.base/catch-fork-kill.exp: New file.
9517
f1da4b11
PA
95182016-01-25 Pedro Alves <palves@redhat.com>
9519
9520 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9521 Delete, moved to lib/gdb.exp.
9522 * gdb.threads/forking-threads-plus-breakpoint.exp
9523 (foreach_with_prefix): Likewise.
9524 * gdb.threads/process-dies-while-handling-bp.exp
9525 (foreach_with_prefix): Likewise.
9526 * lib/gdb.exp (foreach_with_prefix): New procedure.
9527
45f38546
MK
95282016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9529
9530 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9531 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9532
dc29a1ce
MK
95332016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9534
9535 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9536 endian targets.
9537
092127d7
JK
95382016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9539 Pedro Alves <palves@redhat.com>
9540
9541 Fix testsuite compatibility with Guile.
9542 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9543 number.
9544
31d765d3
JK
95452016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9546
9547 Fix testsuite compatibility with Guile.
9548 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9549 (thread 1): New test for backtrace through signal handler.
9550
1ac78c04
YQ
95512016-01-22 Yao Qi <yao.qi@linaro.org>
9552
9553 PR testsuite/19491
9554 * gdb.base/multi-forks.c: Include
9555 ../lib/unbuffer_output.c
9556 (main): Call gdb_unbuffer_output.
9557
4f5946a8
DE
95582016-01-21 Doug Evans <dje@google.com>
9559
9560 * lib/ada.exp (gdb_compile_ada): Fix typo.
9561
305e13e6
JB
95622016-01-21 Joel Brobecker <brobecker@adacore.com>
9563
9564 * gdb.base/break-fun-addr.exp: New file.
9565 * gdb.base/break-fun-addr1.c: New file.
9566 * gdb.base/break-fun-addr2.c: New file.
9567
5f5dfff6
SM
95682016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
9569
9570 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9571 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9572 enum flag values.
9573
fd356fa2
AA
95742016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9575
9576 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9577 when GDB can not set the vector return value. Add more comments
9578 for clarification.
9579
9df22175
AT
95802016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
9581
9582 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
9583 command.
9584
41d1845e
SM
95852016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9586
9587 * Makefile.in (DO_RUNTEST): Add --status and update usages.
9588
01ac6840
SM
95892016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9590
9591 * Makefile.in (check-single): Pass --status to runtest.
9592 (check/%.exp): Likewise.
9593
95942016-01-19 Simon Marchi <simon.marchi@ericsson.com>
9595
9596 * Makefile.in (check-parallel): Propagate return code from make
9597 do-check-parallel.
9598
bd0a71fa
MK
95992016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
9600
9601 * gdb.trace/ftrace.exp: Fix expected message on continue.
9602 * gdb.trace/pending.exp: Fix expected message on continue.
9603 * gdb.trace/trace-break.exp: Fix expected message on continue.
9604
8bcbad33
SM
96052016-01-18 Simon Marchi <simon.marchi@ericsson.com>
9606
9607 * lib/gdb.exp (gdb_test): Remove unused global references.
9608
f303dbd6
PA
96092016-01-18 Pedro Alves <palves@redhat.com>
9610
9611 * gdb.base/async-shell.exp: Adjust expected output.
9612 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9613 * gdb.base/siginfo-thread.exp: Adjust expected output.
9614 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9615 * gdb.java/jnpe.exp: Adjust expected output.
9616 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9617 * gdb.threads/continue-pending-status.exp: Adjust expected output.
9618 * gdb.threads/leader-exit.exp: Adjust expected output.
9619 * gdb.threads/manythreads.exp: Adjust expected output.
9620 * gdb.threads/pthreads.exp: Adjust expected output.
9621 * gdb.threads/schedlock.exp: Adjust expected output.
9622 * gdb.threads/siginfo-threads.exp: Adjust expected output.
9623 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9624 expected output.
9625 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9626 output.
9627 * gdb.threads/sigthread.exp: Adjust expected output.
9628 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9629
b2789696
YQ
96302016-01-18 Yao Qi <yao.qi@linaro.org>
9631
9632 * gdb.guile/scm-section-script.c: Replace @progbits with
9633 %progbits.
9634 * gdb.python/py-section-script.c: Likewise.
9635
71ef29a8
PA
96362016-01-15 Pedro Alves <palves@redhat.com>
9637
9638 * gdb.multi/tids.exp: Test star wildcard ranges.
9639
3f5b7598
PA
96402016-01-15 Pedro Alves <palves@redhat.com>
9641
9642 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9643 command from "thread apply" invocation.
9644 (thr_apply_info_thr_invalid): Default the expected output to the
9645 input tid list.
9646 (top level): Add tests that use convenience variables. Add tests
9647 for "thread apply" with a valid TID list, but missing the command.
9648
663f6d42
PA
96492016-01-13 Pedro Alves <palves@redhat.com>
9650
9651 * gdb.base/default.exp: Expect $_gthread as well.
9652 * gdb.multi/tids.exp: Test $_gthread.
9653 * gdb.threads/thread-specific.exp: Test $_gthread.
9654
c84f6bbf
PA
96552016-01-13 Pedro Alves <palves@redhat.com>
9656
9657 * gdb.multi/tids.exp: Test "info threads -gid".
9658
22a02324
PA
96592016-01-13 Pedro Alves <palves@redhat.com>
9660
9661 * gdb.multi/tids.exp: Test InferiorThread.global_num and
9662 Breakpoint.thread.
9663 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9664
5d5658a1
PA
96652016-01-07 Pedro Alves <palves@redhat.com>
9666
9667 * gdb.base/break.exp: Adjust to output changes.
9668 * gdb.base/hbreak2.exp: Likewise.
9669 * gdb.base/sepdebug.exp: Likewise.
9670 * gdb.base/watch_thread_num.exp: Likewise.
9671 * gdb.linespec/keywords.exp: Likewise.
9672 * gdb.multi/info-threads.exp: Likewise.
9673 * gdb.threads/thread-find.exp: Likewise.
9674 * gdb.multi/tids.c: New file.
9675 * gdb.multi/tids.exp: New file.
9676
84654457
PA
96772016-01-13 Pedro Alves <palves@redhat.com>
9678
9679 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9680
e3940304
PA
96812016-01-13 Pedro Alves <palves@redhat.com>
9682
9683 * gdb.base/default.exp: Expect $_inferior as well.
9684 * gdb.multi/base.exp: Test $_inferior.
9685
a911d87a
PA
96862016-01-13 Pedro Alves <palves@redhat.com>
9687
9688 PR breakpoints/19388
9689 * gdb.base/catch-signal-siginfo-cond.c: New file.
9690 * gdb.base/catch-signal-siginfo-cond.exp: New file.
9691
82075af2
JS
96922016-01-12 Josh Stone <jistone@redhat.com>
9693 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9694
9695 * gdb.base/catch-syscall.c (do_execve): New variable.
9696 (main): Conditionally trigger an execve.
9697 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9698 (test_catch_syscall_execve): New, check entry/return across execve.
9699 (do_syscall_tests): Call test_catch_syscall_execve.
9700
e46eeedd
PA
97012016-01-12 Pedro Alves <palves@redhat.com>
9702
9703 * gdb.base/random-signal.exp (do_test): New procedure, with body
9704 of testcase moved in.
9705
01d8c27e
JK
97062016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9707 Pedro Alves <palves@redhat.com>
9708
9709 * gdb.base/funcargs.exp (finish from indirectly called function):
9710 Reintroduce the case for 'First'.
9711
9a706302
JK
97122016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9713 Pedro Alves <palves@redhat.com>
9714
9715 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9716 (tcatch_vfork_then_child_follow_exec)
9717 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9718 identification.
9719
c0ecb95f
JK
97202016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9721
9722 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9723 and repeats to unlimited.
9724 * gdb.python/py-value.exp: Likewise.
9725 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9726 and repeats to unlimited.
9727
6cfc1fcb
JK
97282016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9729
9730 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9731 and reordering the functions.
9732 * gdb.multi/hangout.c: Likewise.
9733 * gdb.multi/hello.c: Likewise.
9734
582a1b00
SM
97352016-01-08 Simon Marchi <simon.marchi@ericsson.com>
9736
9737 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9738 absolute.
9739 (SingleStatisticTestResult.report): Use dict.keys instead of
9740 dict.iterkeys.
9741
79bc59cb
PA
97422016-01-06 Pedro Alves <palves@redhat.com>
9743
9744 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
9745
43368e1d
MM
97462016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9747
9748 * gdb.btrace/dlopen.exp: New.
9749 * gdb.btrace/dlopen.c: New.
9750 * gdb.btrace/dlopen-dso.c: New.
9751
79fad5b8
SL
97522015-12-25 Sandra Loosemore <sandra@codesourcery.com>
9753
9754 * lib/gdb.exp (gdb_test): Update comments to clarify that the
9755 PATTERN argument is optional.
9756
ab8314b3
JB
97572015-12-24 Joel Brobecker <brobecker@adacore.com>
9758
9759 * lib/ada.exp (target_compile_ada_from_dir): New function.
9760 (gdb_compile_ada): Reimplement avoiding the use of project files.
9761 * gdb.ada/gnat_ada.gpr: Delete.
9762 * gdb.ada/cond_lang.exp: Adjust test to make path before
9763 filename optional.
9764 * gdb.ada/small_reg_param.exp: Likewise.
9765
fe33faff
SM
97662015-12-22 Simon Marchi <simon.marchi@ericsson.com>
9767
9768 * gdb.base/foll-vork.exp: Remove HP-UX special case.
9769
6d265cb4
TP
97702015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
9771
9772 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9773 case.
9774
10125099
SM
97752015-12-21 Simon Marchi <simon.marchi@ericsson.com>
9776
9777 * gdb.base/break.exp: Remove dead code.
9778 * gdb.base/sepdebug.exp: Likewise.
9779
3ca22649
SM
97802015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9781
9782 * gdb.asm/asm-source.exp: Remove HP-UX references.
9783 * gdb.base/annota1.exp: Likewise.
9784 * gdb.base/annota3.exp: Likewise.
9785 * gdb.base/attach.exp: Likewise.
9786 * gdb.base/bigcore.exp: Likewise.
9787 * gdb.base/break.exp: Likewise.
9788 * gdb.base/call-ar-st.exp: Likewise.
9789 * gdb.base/callfuncs.exp: Likewise.
9790 * gdb.base/catch-fork-static.exp: Likewise.
9791 * gdb.base/display.exp: Likewise.
9792 * gdb.base/foll-exec-mode.exp: Likewise.
9793 * gdb.base/foll-exec.exp: Likewise.
9794 * gdb.base/foll-fork.exp: Likewise.
9795 * gdb.base/foll-vfork.exp: Likewise.
9796 * gdb.base/funcargs.exp: Likewise.
9797 * gdb.base/hbreak2.exp: Likewise.
9798 * gdb.base/inferior-died.exp: Likewise.
9799 * gdb.base/interrupt.exp: Likewise.
9800 * gdb.base/multi-forks.exp: Likewise.
9801 * gdb.base/nodebug.exp: Likewise.
9802 * gdb.base/sepdebug.exp: Likewise.
9803 * gdb.base/solib1.c: Likewise.
9804 * gdb.base/step-test.exp: Likewise.
9805 * gdb.mi/non-stop.c: Likewise.
9806 * gdb.mi/pthreads.c: Likewise.
9807 * gdb.multi/bkpt-multi-exec.ex: Likewise.
9808 * gdb.threads/pthreads.c: Likewise.
9809 * gdb.threads/staticthreads.exp: Likewise.
9810 * lib/future.exp: Likewise.
9811 * lib/gdb.exp: Likewise.
9812 * gdb.base/so-indr-cl.c: Remove.
9813 * gdb.base/so-indr-cl.exp: Likewise.
9814 * gdb.base/solib.c: Likewise.
9815 * gdb.base/solib.exp: Likewise.
9816 * gdb.base/solib2.c: Likewise.
9817
b6304613
SM
98182015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
9819
9820 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9821 * gdb.base/call-ar-st.exp: Likewise.
9822 * gdb.base/callfuncs.exp: Likewise.
9823 * gdb.base/condbreak.exp: Likewise.
9824 * gdb.base/constvars.exp: Likewise.
9825 * gdb.base/hbreak2.exp: Likewise.
9826 * gdb.base/langs.exp: Likewise.
9827 * gdb.base/list.exp: Likewise.
9828 * gdb.base/long_long.exp: Likewise.
9829 * gdb.base/ptype.exp: Likewise.
9830 * gdb.base/scope.exp: Likewise.
9831 * gdb.base/signals.exp: Likewise.
9832 * gdb.base/so-impl-ld.exp: Likewise.
9833 * gdb.base/varargs.exp: Likewise.
9834 * gdb.base/volatile.exp: Likewise.
9835 * gdb.base/whatis.exp: Likewise.
9836 * gdb.cp/cplusfuncs.exp: Likewise.
9837 * gdb.cp/inherit.exp: Likewise.
9838 * gdb.cp/local.exp: Likewise.
9839 * gdb.cp/member-ptr.exp: Likewise.
9840 * gdb.cp/method.exp: Likewise.
9841 * gdb.cp/overload.exp: Likewise.
9842 * gdb.cp/templates.exp: Likewise.
9843 * gdb.stabs/weird.exp: Likewise.
9844 * lib/compiler.c: Likewise.
9845 * lib/compiler.cc: Likewise.
9846 * lib/cp-support.exp: Likewise.
9847 * lib/gdb.exp: Likewise.
9848
bf401b07
SM
98492015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
9850
9851 * configure.ac: Remove HP-UX case.
9852 * configure: Regenerate.
9853
aff9c0f8
SM
98542015-12-18 Simon Marchi <simon.marchi@ericsson.com>
9855
9856 * lib/gdb.exp (gdb_compile): Add function doc.
9857
a6904d5a
PA
98582015-12-17 Pedro Alves <palves@redhat.com>
9859
9860 PR threads/19354
9861 * gdb.multi/info-threads.exp: New file.
9862
a22279dd
YQ
98632015-12-15 Yao Qi <yao.qi@linaro.org>
9864
9865 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9866 is aarch64*-*-*.
9867
0588c796
SL
98682015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9869
9870 * gdb.base/history-duplicates.exp: Skip if no readline support.
9871
5d978e17
SL
98722015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9873
9874 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9875
7e763b86
SL
98762015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9877
9878 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9879
87a3a92c
SL
98802015-12-14 Sandra Loosemore <sandra@codesourcery.com>
9881
9882 * gdb.base/completion.exp: Skip tests that interrupt GDB with
9883 ctrl-C if nointerrupts target property is set.
9884 * gdb.base/double-prompt-target-event-error.exp: Likewise.
9885 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9886 * gdb.base/paginate-bg-execution.exp: Likewise.
9887 * gdb.base/paginate-execution-startup.exp: Likewise.
9888 * gdb.base/random-signal.exp: Likewise.
9889 * gdb.base/range-stepping.exp: Likewise.
9890 * gdb.cp/annota2.exp: Likewise.
9891 * gdb.cp/annota3.exp: Likewise.
9892 * gdb.gdb/selftest.exp: Likewise.
9893 * gdb.threads/continue-pending-status.exp: Likewise.
9894 * gdb.threads/leader-exit.exp: Likewise.
9895 * gdb.threads/manythreads.exp: Likewise.
9896 * gdb.threads/pthreads.exp: Likewise.
9897 * gdb.threads/schedlock.exp: Likewise.
9898 * gdb.threads/sigthread.exp: Likewise.
9899
a8f077dc
DB
99002015-12-11 Don Breazeal <donb@codesourcery.com>
9901
9902 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9903 remote.
9904 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9905 * gdb.base/foll-exec.exp (main): Enable for target remote.
9906 * gdb.base/foll-fork.exp (main): Likewise.
9907 * gdb.base/foll-vfork.exp (main): Likewise.
9908 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9909 (proc continue_to_exit_bp_loc): Use clean_restart.
9910 * gdb.base/pie-execl.exp (main): Disable for target remote.
9911 * gdb.base/watch-vfork.exp (main): Enable for target remote.
9912 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9913 * gdb.threads/execl.exp (main): Likewise.
9914 * gdb.threads/fork-child-threads.exp (main): Likewise.
9915 * gdb.threads/fork-plus-threads.exp (main): Disable for target
9916 remote.
9917 * gdb.threads/fork-thread-pending.exp (main): Enable for target
9918 remote.
9919 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9920 pid.tid style ptids, instead of just tid.
9921 * gdb.threads/thread-execl.exp (main): Enable for target remote.
9922 * gdb.threads/watchpoint-fork.exp (main): Likewise.
9923 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9924 ptids, instead of just tid.
9925
3b2464a8
AB
99262015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9927
9928 * gdb.base/list.exp (test_list_forward): Add end of file error
9929 test.
9930 (test_repeat_list_command): Add end of file error test.
9931 (test_list_backwards): Add beginning of file error test.
9932
a0def019
AB
99332015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9934
9935 * gdb.base/list.exp (test_list_invalid_args): New function,
9936 defined, and called.
9937
5c000dff
AB
99382015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9939
9940 * gdb.base/list.exp (test_list): Make test names unique.
9941
f1637ebe
YQ
99422015-12-11 Yao Qi <yao.qi@linaro.org>
9943
9944 * gdb.base/coremaker2.c: Remove.
9945
36d6fc0a
PA
99462015-12-10 Pedro Alves <palves@redhat.com>
9947
9948 * gdb.multi/base.exp: Remove stale "spaces" references.
9949
762f7747
PA
99502015-12-10 Pedro Alves <palves@redhat.com>
9951
9952 * gdb.multi/base.exp: Don't use nowarnings.
9953 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9954 * gdb.multi/hangout.c: Include stdio.h.
9955 * gdb.multi/hello.c: Include stdlib.h.
9956 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9957 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9958 * gdb.multi/multi-arch.exp: Don't use nowarnings.
9959
28d2bfb9
AB
99602015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
9961
9962 * gdb.dwarf2/dw2-ranges-base.c: New file.
9963 * gdb.dwarf2/dw2-ranges-base.exp: New file.
9964 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9965 support additional line table, and debug ranges generation.
9966 (Dwarf::ranges): New function, generate .debug_ranges.
9967 (Dwarf::lines): Support generating simple line table programs.
9968 (Dwarf::assemble): Initialise new namespace variables.
9969
5fc2beac
KB
99702015-12-09 Kevin Buettner <kevinb@redhat.com>
9971
9972 * gdb.base/async.exp (proc test_background): Add case for
9973 asynchronous execution not supported.
9974
1c35a88f
LM
99752015-12-09 Luis Machado <lgustavo@codesourcery.com>
9976
9977 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9978 format and change test names to make them unique.
9979
b593e3d9
RK
99802015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
9981 Pedro Alves <pedro@redhat.com>
9982
9983 PR gdb/18702
9984 Add checking of floatformats setup on x86_64 hosts.
9985 * gdb.arch/i386-float.S (main): Load bigval and smallval.
9986 (smallval, bigval): New labels/constants.
9987 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9988 float" after loading bigval and smallval.
9989
d72413e6
PMR
99902015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
9991
9992 * gdb.ada/fun_overload_menu.exp: New testcase.
9993 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9994
ece66d65
JS
99952015-12-04 Josh Stone <jistone@redhat.com>
9996
9997 * gdb.base/catch-fork-static.exp: New.
9998
41d0efca
YQ
99992015-12-03 Yao Qi <yao.qi@linaro.org>
10000
10001 * gdb.base/sizeof.c: Don't include stdio.h and
10002 ../lib/unbuffer_output.c.
10003 (main): New variable 'size' and 'value'. Remove printf and
10004 gdb_unbuffer_output. Assign return value to size and value.
10005 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10006 at the beginning.
10007 (check_sizeof): Check the result by printing variable 'size'.
10008 (check_valueof): Check the result by printing variable 'value'.
10009
99fd02d9
YQ
100102015-12-01 Yao Qi <yao.qi@linaro.org>
10011
10012 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10013 for aarch64*-*-linux* target.
10014
f2faf941
PA
100152015-11-30 Pedro Alves <palves@redhat.com>
10016
10017 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10018
04bf20c5
PA
100192015-11-30 Pedro Alves <palves@redhat.com>
10020
10021 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10022 Handle non-stop mode vCont replies.
10023
09df4675
PA
100242015-11-30 Pedro Alves <palves@redhat.com>
10025
10026 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10027 prepare_for_testing. Start gdb with "set non-stop on" appended to
10028 GDBFLAGS. Lax expected stop output.
10029
58b584af
YQ
100302015-11-27 Yao Qi <yao.qi@linaro.org>
10031
10032 * gdb.arch/arm-neon.exp: New.
10033 * gdb.arch/arm-neon.c: New.
10034
dfcb77a8
YQ
100352015-11-27 Yao Qi <yao.qi@linaro.org>
10036
10037 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10038
88e8ec1b
YQ
100392015-11-27 Yao Qi <yao.qi@linaro.org>
10040
10041 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10042 frames-invalid annotation.
10043
bfde72c2
YQ
100442015-11-27 Yao Qi <yao.qi@linaro.org>
10045
10046 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10047
f6512a69
SM
100482015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10049
10050 * gdb.threads/names.exp: New file.
10051 * gdb.threads/names.c: New file.
10052 * README: Mention gdb,no_thread_names.
10053
46a3515b
MM
100542015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10055
10056 PR 19297
10057 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10058 support" error.
10059
62147a22
PA
100602015-11-24 Pedro Alves <palves@redhat.com>
10061
10062 PR 17539
10063 * gdb.base/display.exp: Expect displays to be sorted in ascending
10064 order. Use multi_line.
10065 * gdb.base/solib-display.exp: Likewise.
10066
2f341b6e
PA
100672015-11-24 Pedro Alves <palves@redhat.com>
10068
10069 PR 17539
25d49b86
PA
10070 * gdb.base/display.exp: Expect displays to be sorted in ascending
10071 order. Use multi_line.
10072 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10073
7e0aa6aa
PA
100742015-11-24 Pedro Alves <palves@redhat.com>
10075
10076 PR 17539
10077 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10078 threads in ascending order.
10079 * gdb.base/foll-fork.exp: Likewise.
10080 * gdb.base/foll-vfork.exp: Likewise.
10081 * gdb.base/multi-forks.exp: Likewise.
10082 * gdb.mi/mi-nonstop.exp: Likewise.
10083 * gdb.mi/mi-nsintrall.exp: Likewise.
10084 * gdb.multi/base.exp: Likewise.
10085 * gdb.multi/multi-arch.exp: Likewise.
10086 * gdb.python/py-inferior.exp: Likewise.
10087 * gdb.threads/break-while-running.exp: Likewise.
10088 * gdb.threads/execl.exp: Likewise.
10089 * gdb.threads/gcore-thread.exp: Likewise.
10090 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10091 * gdb.threads/kill.exp: Likewise.
10092 * gdb.threads/linux-dp.exp: Likewise.
10093 * gdb.threads/multiple-step-overs.exp: Likewise.
10094 * gdb.threads/next-bp-other-thread.exp: Likewise.
10095 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10096 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10097 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10098 * gdb.threads/thread-find.exp: Likewise.
10099 * gdb.threads/tls.exp: Likewise.
10100 * lib/mi-support.exp (mi_reverse_list): Delete.
10101 (mi_check_thread_states): No longer reverse list.
10102
2cc57ad8
PA
101032015-11-24 Pedro Alves <palves@redhat.com>
10104
10105 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10106 use lowercase.
10107
c93e8391
SM
101082015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10109
10110 * gdb.trace/actions.c: Include trace-common.h.
10111 (main): Add a location for a fast tracepoint.
10112 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10113 the normal tracepoints.
10114 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10115
045ccf91
SM
101162015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10117
10118 * save-trace.exp: Factor out code to these...
10119 (gdb_save_tracepoints): New.
10120 (gdb_load_tracepoints): New.
10121 (do_save_load_test): New.
10122
5506f9f6
KB
101232015-11-23 Kevin Buettner <kevinb@redhat.com>
10124
10125 * gdb.base/asmlabel.exp: New test.
10126 * gdb.base/asmlabel.c: New test case.
10127
16c3b12f
JB
101282015-11-23 Joel Brobecker <brobecker@adacore.com>
10129
10130 * gdb.base/wrong_frame_bt_full-main.c: New file.
10131 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10132 * gdb.base/wrong_frame_bt_full.exp: New file.
10133
155bfbd3
JB
101342015-11-23 Joel Brobecker <brobecker@adacore.com>
10135
10136 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10137
bb097445
JM
101382015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10139
206853a0 10140 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10141 pstate register when comparing registers values in
10142 sparc64-*-linux-gnu targets to avoid spurious differences.
10143
9c88ed8f
JM
101442015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10145
206853a0 10146 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10147
96161e25
SL
101482015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10149
10150 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10151 as type argument to gdb_compile.
10152 * gdb.base/nested-subp2.exp: Likewise.
10153 * gdb.base/nested-subp3.exp: Likewise.
10154
340c2830
DV
101552015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10156
10157 * lib/dwarf.exp (_note): Fix left shift of negative value.
10158 * gdb.trace/trace-condition.exp: Likewise.
10159
c1862d0f
YQ
101602015-11-13 Yao Qi <yao.qi@linaro.org>
10161
10162 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10163 comments about d10v.
10164 (test_scalar_returns): Likewise.
10165 * gdb.base/d10v.ld: Remove.
10166 * gdb.base/overlays.exp: Remove the target triplet checking for
10167 d10v-*-*.
10168 * gdb.base/structs.exp (test_struct_returns): Remove the
10169 comments about d10v.
10170 (test_struct_calls): Likewise.
10171
77ae9c19
YQ
101722015-11-13 Yao Qi <yao.qi@linaro.org>
10173
10174 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10175 * gdb.base/gnu_vector.c: Don't include stdio.h.
10176 (main): Don't print res and call add_some_intvecs.
10177
430e004e
MK
101782015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10179
10180 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10181 macro.
10182 (func5): Removed.
10183 (func4): Use FAST_TRACEPOINT_LABEL.
10184 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10185 macro.
10186 (func): Removed.
10187 (thread_function): Use FAST_TRACEPOINT_LABEL.
10188 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10189 (func): Remove.
10190 (marker): Use FAST_TRACEPOINT_LABEL.
10191 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10192 (pendfunc1): Remove.
10193 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10194 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10195 (foo): Remove.
10196 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10197 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10198 macro.
10199 (func): Remove.
10200 (marker): Use FAST_TRACEPOINT_LABEL.
10201 * gdb.trace/trace-common.h: New header.
10202 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10203 macro.
10204 (func): Remove.
10205 (marker): Use FAST_TRACEPOINT_LABEL.
10206 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10207 (func): Remove.
10208 (thread_function): Use FAST_TRACEPOINT_LABEL.
10209
6e7675a7
MK
102102015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10211
10212 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10213 in front.
10214 * gdb.trace/change-loc.exp: Use global pcreg definition.
10215 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10216 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10217 in front.
10218 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10219 * gdb.trace/pending.exp: Likewise.
10220 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10221 * gdb.trace/trace-break.exp: Likewise.
10222 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10223 in front.
10224 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10225 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10226 in front.
10227 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10228
dddc0e16
JB
102292015-11-09 Joel Brobecker <brobecker@adacore.com>
10230
10231 * gdb.ada/fin_fun_out: New testcase.
10232
c6f0b406
KB
102332015-11-07 Kevin Buettner <kevinb@redhat.com>
10234
10235 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10236 value associated with DW_AT_byte_size.
10237 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10238 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10239 DW_AT_upper_bound.
10240
f01dcfd9
KB
102412015-11-07 Kevin Buettner <kevinb@redhat.com>
10242
10243 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10244 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10245 version.
10246 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10247 gdb.dwarf2/dw2-canonicalize-type.exp,
10248 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10249 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10250 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10251 provided by gdb_target_symbol_prefix_flags_asm.
10252 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10253 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10254 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10255 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10256 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10257 macros where needed). Use this macro for symbols which require
10258 the prefix provided by SYMBOL_PREFIX.
10259
2223449a
KB
102602015-11-05 Kevin Buettner <kevinb@redhat.com>
10261
10262 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10263 New procs.
10264 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10265 representing expressions, of more than one list element.
10266 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10267 to prepend linker symbol prefix to f.
10268 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10269 table_1 and table_2.
10270 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10271 Likewise, for f and g.
10272 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10273 for ptr.
10274 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10275 for main.
10276 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10277 table_1_ptr and table_2_ptr.
10278
6f2f1a3a
JK
102792015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10280 Joel Brobecker <brobecker@adacore.com>
10281
10282 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10283
566c56c9
MK
102842015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10285
10286 * gdb.reverse/s390-mvcle.c: New test.
10287 * gdb.reverse/s390-mvcle.exp: New file.
10288 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10289
d5f0636b
MK
102902015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10291
10292 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10293
7ad8b86c
MK
102942015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10295
10296 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10297 reaching marker2.
10298 * gdb.reverse/getresuid-reverse.exp: Likewise.
10299 * gdb.reverse/pipe-reverse.exp: Likewise.
10300 * gdb.reverse/readv-reverse.exp: Likewise.
10301 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10302 * gdb.reverse/time-reverse.exp: Likewise.
10303 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10304
4081c0f1
YQ
103052015-10-30 Yao Qi <yao.qi@linaro.org>
10306
10307 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10308 (empty_cycle): Remove.
10309 (main): Don't call empty_cycle. Don't use watch_count_done.
10310 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10311 empty_cycle. Rewrite the code counting HW watchpoints.
10312
452b4ba5
MK
103132015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10314
10315 * gdb.reverse/fstatat-reverse.c: New test.
10316 * gdb.reverse/fstatat-reverse.exp: New file.
10317 * gdb.reverse/getresuid-reverse.c: New test.
10318 * gdb.reverse/getresuid-reverse.exp: New file.
10319 * gdb.reverse/pipe-reverse.c: New test.
10320 * gdb.reverse/pipe-reverse.exp: New file.
10321 * gdb.reverse/readv-reverse.c: New test.
10322 * gdb.reverse/readv-reverse.exp: New file.
10323 * gdb.reverse/recvmsg-reverse.c: New test.
10324 * gdb.reverse/recvmsg-reverse.exp: New file.
10325 * gdb.reverse/time-reverse.c: New test.
10326 * gdb.reverse/time-reverse.exp: New file.
10327 * gdb.reverse/waitpid-reverse.c: New test.
10328 * gdb.reverse/waitpid-reverse.exp: New file.
10329
5e2e7507
JK
103302015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10331
10332 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10333
0fde2c53
DE
103342015-10-26 Doug Evans <dje@google.com>
10335
10336 PR symtab/17391
10337 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10338 * gdb.dwarf2/bad-regnum.c: New file.
10339 * gdb.dwarf2/bad-regnum.exp: New file.
10340
1a70ae97
DE
103412015-10-26 Doug Evans <dje@google.com>
10342
10343 PR python/18938
10344 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10345 file.
10346
27dc26ab
JK
103472015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10348
10349 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10350 for a change by "Mention language in compile error message".
10351
bed91f4d
SM
103522015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10353
10354 PR python/18073
10355 * gdb.python/py-type.c (C::a_method): New.
10356 (C::a_const_method): New.
10357 (C::a_static_method): New.
10358 (a_function): New.
10359 * gdb.python/py-type.exp (test_fields): Test getting fields
10360 from function and method.
10361
3f2f83dd
KB
103622015-10-21 Keven Boell <keven.boell@intel.com>
10363
10364 * gdb.fortran/vla-alloc-assoc.exp: New file.
10365 * gdb.fortran/vla-datatypes.exp: New file.
10366 * gdb.fortran/vla-datatypes.f90: New file.
10367 * gdb.fortran/vla-history.exp: New file.
10368 * gdb.fortran/vla-ptype-sub.exp: New file.
10369 * gdb.fortran/vla-ptype.exp: New file.
10370 * gdb.fortran/vla-sizeof.exp: New file.
10371 * gdb.fortran/vla-sub.f90: New file.
10372 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10373 * gdb.fortran/vla-value-sub-finish.exp: New file.
10374 * gdb.fortran/vla-value-sub.exp: New file.
10375 * gdb.fortran/vla-value.exp: New file.
10376 * gdb.fortran/vla-ptr-info.exp: New file.
10377 * gdb.mi/mi-vla-fortran.exp: New file.
10378 * gdb.mi/vla.f90: New file.
10379
27145d50
SL
103802015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10381
10382 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10383 of hardwired timeout value.
10384
5f3ff4f8
JK
103852015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10386 Pedro Alves <palves@redhat.com>
10387
10388 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10389 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10390
bfd09d20
JS
103912015-10-19 Josh Stone <jistone@redhat.com>
10392
10393 * gdb.base/catch-syscall.c: Include <sched.h>.
10394 (unknown_syscall): New variable.
10395 (main): Trigger a vfork and an unknown syscall.
10396 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10397 (unknown_syscall_number): Likewise.
10398 (check_call_to_syscall): Accept an optional syscall pattern.
10399 (check_return_from_syscall): Likewise.
10400 (check_continue): Likewise.
10401 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10402 (test_catch_syscall_skipping_return): New test toggling off 'catch
10403 syscall' to step over the syscall return, then toggling back on.
10404 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10405 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10406 (do_syscall_tests): Call test_catch_syscall_without_args and
10407 test_catch_syscall_mid_vfork.
10408 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10409 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10410
b32b93c6
AS
104112015-10-19 Andrew Stubbs <ams@codesourcery.com>
10412
10413 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10414 print g_vE): Add new pass patterns.
10415 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10416 print various symbol names for vptr fields.
10417
9d622bda
AB
104182015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10419
10420 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10421 results.
10422
0fd8ac1c
YQ
104232015-10-12 Yao Qi <yao.qi@linaro.org>
10424
10425 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10426
34240514
YQ
104272015-10-12 Yao Qi <yao.qi@linaro.org>
10428
10429 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10430 is aarch64*-*-linux*.
10431
8240f442
YQ
104322015-10-12 Yao Qi <yao.qi@linaro.org>
10433
10434 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10435 (can_relocate_bcond_true): ... it.
10436 (can_relocate_bcond_false): New function.
10437 (foo): Likewise.
10438 (can_relocate_bl): Likewise.
10439 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10440 can_relocate_bl.
10441
2520f728
PMR
104422015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10443
10444 * gdb.base/nested-addr.c: New file.
10445 * gdb.base/nested-addr.exp: New testcase.
10446
abcef95a
MM
104472015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10448
10449 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10450 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10451 its output. Ignore the output of "record goto begin" and instead
10452 check that GDB is replaying.
10453
145e3ddb
PA
104542015-10-09 Pedro Alves <palves@redhat.com>
10455
10456 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10457 (top level): Use it in the run with no args test.
10458
d5d8c4e1
IB
104592015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10460
10461 * gdb.dlang/properties.exp: New file.
10462
06e635ef
SL
104632015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10464
10465 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10466 whether or not address 0x1000 is mapped on the target.
10467
e019fd1d
SM
104682015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10469
10470 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10471 build.
10472
77ba2a67
MM
104732015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10474
10475 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10476 instruction-history test.
10477
c60eb31f
DE
104782015-09-28 Doug Evans <dje@google.com>
10479
10480 * gdb.base/gcore.c (array_func): Add reference to static_array.
10481
9a3c8263
SM
104822015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10483
10484 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10485 source line.
10486
9720e656
SL
104872015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10488
10489 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10490 short or char as base type.
10491
938d3bf2
SL
104922015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10493
10494 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10495 to allow any size enum.
10496
e6c2c623
PMR
104972015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10498
10499 * gdb.ada/array_ptr_renaming.exp: New testcase.
10500 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10501 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10502
06da0f77
PL
105032015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10504
10505 * gdb.trace/ftrace-lock.c: New file.
10506 * gdb.trace/ftrace-lock.exp: New file.
10507
4f51c22a
PL
105082015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10509
10510 * gdb.arch/insn-reloc.c: New file.
10511 * gdb.arch/ftrace-insn-reloc.exp: New file.
10512
7041adf4
PL
105132015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10514
10515 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10516 instruction.
10517 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10518 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10519 * gdb.trace/range-stepping.c: Likewise.
10520 * gdb.trace/trace-break.c: Likewise.
10521 * gdb.trace/trace-mt.c (thread_function): Likewise.
10522 * gdb.trace/ftrace.c (marker): Likewise.
10523 * gdb.trace/trace-condition.c (marker): Likewise.
10524 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10525 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10526 is_aarch64_target.
10527
015d2e7e
DE
105282015-09-18 Doug Evans <xdje42@gmail.com>
10529
10530 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10531 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10532
26b188a2
SL
105332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10534
10535 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10536 the breakpoint.
10537
79dc332b
SL
105382015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10539
10540 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10541 the pending breakpoint. Remove timeout override for "Run till
10542 MI pending breakpoint on pendfunc3 on thread 2" test.
10543
f57929f2
SL
105442015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10545
10546 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10547 filename pattern.
10548
3f469b17
SL
105492015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10550
10551 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10552 in breakpoint filename pattern.
10553
515b89b3
SL
105542015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10555
7800dbe4
SL
10556 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10557
105582015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10559
515b89b3
SL
10560 * gdb.linespec/explicit.exp: Check for readline support for
10561 tab-completion tests. Fix obvious typo.
10562
d2939ba2
MM
105632015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10564
10565 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10566 and replay.
10567
cbb55fa7
MM
105682015-09-18 Markus Metzger <markus.t.metzger@intel.com>
10569
10570 * gdb.btrace/non-stop.c: New.
10571 * gdb.btrace/non-stop.exp: New.
10572
43691ca1
PL
105732015-09-17 Pierre Langlois <pierre.langlois@arm.com>
10574 Yao Qi <yao.qi@linaro.org>
10575
10576 * gdb.trace/trace-condition.c: New file.
10577 * gdb.trace/trace-condition.exp: New file.
10578
d78908cf
WW
105792015-09-16 Wei-cheng Wang <cole945@gmail.com>
10580
10581 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10582 for testing bytecode compilation.
10583
1ed415e2
PA
105842015-09-16 Pedro Alves <palves@redhat.com>
10585 Sandra Loosemore <sandra@codesourcery.com>
10586
10587 * gdb.threads/non-stop-fair-events.c (timeout): New global.
10588 (SECONDS): Redefine.
10589 (main): Call pthread_kill and alarm early.
10590 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10591 support.
10592 (test): If the target can't hardware step and doesn't support
10593 displaced stepping, increase the timeout.
10594
d136eff5
PA
105952015-09-16 Pedro Alves <palves@redhat.com>
10596
10597 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10598 (enable_debug): New procedures.
10599 (test): Use them. Bail out if waiting for threads fails.
10600 (top level): Bail out if a test fails.
10601
991f019c
YQ
106022015-09-16 Yao Qi <yao.qi@linaro.org>
10603
10604 * gdb.asm/asm-source.exp: Set asm-arch for
10605 aarch64*-*-* target.
10606 * gdb.asm/aarch64.inc: New file.
10607
bfca584f
PMR
106082015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
10609
10610 * gdb.ada/array_of_variable_length.exp: New testcase.
10611 * gdb.ada/array_of_variable_length/foo.adb: New file.
10612 * gdb.ada/array_of_variable_length/pck.adb: New file.
10613 * gdb.ada/array_of_variable_length/pck.ads: New file.
10614
b326e587
DE
106152015-09-15 Doug Evans <dje@google.com>
10616
10617 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10618 of function static local variable.
10619
5382cfab
PW
106202015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10621
10622 * gdb.threads/tls-so_extern.exp: New test file.
10623 * gdb.threads/tls-so_extern.c: New test file.
10624 * gdb.threads/tls-so_extern_main.c: New test file.
10625
141c5cc4
JK
106262015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10627
10628 * gdb.opt/solib-intra-step-lib.c: New file.
10629 * gdb.opt/solib-intra-step-main.c: New file.
10630 * gdb.opt/solib-intra-step.exp: New file.
10631
d15dcecd
PA
106322015-09-15 Pedro Alves <palves@redhat.com>
10633
10634 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10635 gdb_continue_to_breakpoint instead of gdb_test_multiple.
10636
4c2f2a79
PA
106372015-09-14 Pedro Alves <palves@redhat.com>
10638
10639 * gdb.base/hook-stop-continue.c: Delete.
10640 * gdb.base/hook-stop-continue.exp: Delete.
10641 * gdb.base/hook-stop-frame.c: Delete.
10642 * gdb.base/hook-stop-frame.exp: Delete.
10643 * gdb.base/hook-stop.c: New file.
10644 * gdb.base/hook-stop.exp: New file.
10645
919e6dbe
PMR
106462015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
10647
10648 * gdb.ada/access_to_packed_array.exp: New testcase.
10649 * gdb.ada/access_to_packed_array/foo.adb: New file.
10650 * gdb.ada/access_to_packed_array/pack.adb: New file.
10651 * gdb.ada/access_to_packed_array/pack.ads: New file.
10652
157280a4
MM
106532015-09-14 Markus Metzger <markus.t.metzger@intel.com>
10654
10655 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10656 buffer size test.
10657
2fd33e94
DB
106582015-09-11 Don Breazeal <donb@codesourcery.com>
10659
10660 * gdb.base/foll-exec.c: Add copyright header. Fix
10661 formatting issues.
10662 * gdb.base/foll-exec.exp (zap_session): Delete proc.
10663 (do_exec_tests): Use clean_restart in place of zap_session,
10664 and for test initialization. Fix formatting issues. Use
10665 fail in place of perror.
10666 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10667 an expect statement to match an expression with output from
10668 the program under debug.
10669 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10670 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10671 * gdb.threads/non-ldr-exc-2.exp: Likewise.
10672 * gdb.threads/non-ldr-exc-3.exp: Likewise.
10673 * gdb.threads/non-ldr-exc-4.exp: Likewise.
10674
e70b6e8e
DE
106752015-09-09 Doug Evans <dje@google.com>
10676
10677 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10678
7a551a51
DE
106792015-09-09 Doug Evans <dje@google.com>
10680
10681 * gdb.base/pie-execl.exp: Fix result test of build_executable.
10682
4c666f84
DE
106832015-09-09 Doug Evans <dje@google.com>
10684
10685 * gdb.base/savedregs.exp: Fix typo.
10686
243a9253
PA
106872015-09-09 Pedro Alves <palves@redhat.com>
10688
10689 * gdb.mi/mi-cli.exp: Add CLI finish tests.
10690
c0fa8fbd
SL
106912015-09-08 Sandra Loosemore <sandra@codesourcery.com>
10692
10693 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10694 command actually switches threads. Give up on remaining
10695 tests if target fails to stop at breakpoint.
10696
cd7c1778
PMR
106972015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
10698
10699 * gdb.ada/funcall_char.exp: New testcase.
10700 * gdb.ada/funcall_char/foo.adb: New file.
10701
dc5c8746
PMR
107022015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
10703
10704 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10705 expected outputs. Add two testcases for completing ambiguous
10706 functions.
10707 * gdb.ada/complete/aux_pck.adb: New file.
10708 * gdb.ada/complete/aux_pck.ads: New file.
10709 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10710 Ambiguous_Func functions.
10711 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10712 * gdb.ada/complete/pck.adb: Likewise.
10713
4e83a1e7
UW
107142015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
10715
10716 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10717 failures to run the test program under GDB.
10718
8ce74153
LM
107192015-08-26 Luis Machado <lgustavo@codesourcery.com>
10720
10721 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10722 to C.
10723
e9756d52
PP
107242015-08-26 Patrick Palka <patrick@parcs.ath.cx>
10725
10726 * gdb.base/run-after-attach.exp: New test file.
10727 * gdb.base/run-after-attach.c: New test file.
10728
8d37573b
DB
107292015-08-26 Don Breazeal <donb@codesourcery.com>
10730
10731 * gdb.base/foll-exec-2.c: New test program.
10732 * gdb.base/foll-exec-2.exp: New test.
10733
63e43d3a
PMR
107342015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
10735
10736 * gdb.base/nested-subp1.exp: New file.
10737 * gdb.base/nested-subp1.c: New file.
10738 * gdb.base/nested-subp2.exp: New file.
10739 * gdb.base/nested-subp2.c: New file.
10740 * gdb.base/nested-subp3.exp: New file.
10741 * gdb.base/nested-subp3.c: New file.
10742
3d40fbb5
PA
107432015-08-24 Pedro Alves <palves@redhat.com>
10744
10745 * gdb.server/connect-without-multi-process.c: New file.
10746 * gdb.server/connect-without-multi-process.exp: New file.
10747
4422ac93
LM
107482015-08-24 Luis Machado <lgustavo@codesourcery.com>
10749
10750 * gdb.opt/inline-markers.c: Make z int.
10751
91dddb86
LM
107522015-08-24 Luis Machado <lgustavo@codesourcery.com>
10753
10754 * gdb.opt/inline-markers.c: Make z volatile.
10755
a48847ee
LM
107562015-08-24 Luis Machado <lgustavo@codesourcery.com>
10757
10758 * gdb.opt/inline-bt.c: New volatile global z.
10759 * gdb.opt/inline-cmds.c: Likewise.
10760 * gdb.opt/inline-locals.c: Likewise.
10761 * gdb.opt/inline-markers.c: New extern global z.
10762 (marker): Use z.
10763 (inline_fn): Likewise.
10764
0ebbc52b
PA
107652015-08-24 Pedro Alves <palves@redhat.com>
10766
10767 * config/m32r-stub.exp: Remove file.
10768 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10769 * gdb.base/call-rt-st.exp: Likewise.
10770 * gdb.base/call-strs.exp: Likewise.
10771 * gdb.base/default.exp: Remove references to h8300-*-hms and
10772 *-*-udi*.
10773 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10774
77c365df
AA
107752015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10776
10777 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10778 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
10779 and "return" use KFAIL when GDB can not read/write the vector
10780 return value.
10781
4313b8c0
GB
107822015-08-21 Gary Benson <gbenson@redhat.com>
10783
10784 * gdb.trace/pending.exp: Cope with remote transfer warnings.
10785
0e433b32
PA
107862015-08-20 Pedro Alves <palves@redhat.com>
10787
10788 * gdb.server/solib-list.exp: No longer expect an interior stop in
10789 non-stop mode.
10790
221e1a37
PA
107912015-08-20 Pedro Alves <palves@redhat.com>
10792
10793 * gdb.server/connect-stopped-target.c: New file.
10794 * gdb.server/connect-stopped-target.exp: New file.
10795
40e3ad0e
PA
107962015-08-20 Pedro Alves <palves@redhat.com>
10797
10798 * gdb.dwarf2/comp-unit-lang.exp: New file.
10799 * gdb.dwarf2/comp-unit-lang.c: New file.
10800
af39b327
PMR
108012015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
10802
10803 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10804 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10805
7d45c7c3 108062015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 10807
7d45c7c3
KB
10808 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10809 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10810
4d6cceb4
DE
108112015-08-18 Doug Evans <dje@google.com>
10812 Adrian Sendroiu <adrian.sendroiu@freescale.com>
10813
10814 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10815 skip_python_tests. New arg prompt_regexp.
10816 (skip_python_tests): New function.
10817 * lib/mi-support.exp (mi_skip_python_tests): New function.
10818 * gdb.python/py-mi-objfile-gdb.py: New file.
10819 * gdb.python/py-mi-objfile.c: New file.
10820 * gdb.python/py-mi-objfile.exp: New file.
10821
ad89c2aa
KS
108222015-08-17 Keith Seitz <keiths@redhat.com>
10823
10824 * gdb.linespec/explicit.exp: Move strace test from here ...
10825 * gdb.trace/strace.exp: ... to here.
10826
e3ae3c43
PP
108272015-08-15 Patrick Palka <patrick@parcs.ath.cx>
10828
10829 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10830 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10831
604b2636
DE
108322015-08-14 Doug Evans <xdje42@gmail.com>
10833
10834 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10835 inferior before selecting a new file.
10836
6ff0ba5f
DE
108372015-08-14 Doug Evans <xdje42@gmail.com>
10838
10839 * gdb.mi/mi-disassemble.exp: Update.
10840 * gdb.base/disasm-optim.S: New file.
10841 * gdb.base/disasm-optim.c: New file.
10842 * gdb.base/disasm-optim.h: New file.
10843 * gdb.base/disasm-optim.exp: New file.
10844
9ca98f92
KS
108452015-08-14 Keith Seitz <keiths@redhat.com>
10846
10847 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10848 "evaluated-by".
10849
52bbc560
JB
108502015-08-13 Joel Brobecker <brobecker@adacore.com>
10851
10852 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10853
5d8c3ed3
PMR
108542015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
10855
10856 * gdb.ada/fun_renaming.exp: New testcase.
10857 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10858 * gdb.ada/fun_renaming/pack.adb: New file.
10859 * gdb.ada/fun_renaming/pack.ads: New file.
10860
ea8812bc
KS
108612015-08-12 Keith Seitz <keiths@redhat.com>
10862
10863 * gdb.base/dso2dso.exp: Pass basename of source file in call to
10864 gdb_get_line_number.
10865
4dafcdeb
JB
108662015-08-12 Joel Brobecker <brobecker@adacore.com>
10867
10868 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10869 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10870 gdb.base/dso2dso.exp: New files.
10871
5ba32597
SDJ
108722015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
10873 Pedro Alves <palves@redhat.com>
10874 Keith Seitz <keiths@redhat.com>
10875
10876 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10877 GDBFLAGS.
10878
b6dafabf
PP
108792015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10880
10881 * gdb.base/gdbhistsize-history.exp
10882 (test_histsize_history_setting): Use save_vars.
10883 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10884 Use save_vars.
10885 (test_no_truncation_of_unlimited_history_file): Use save_vars.
10886 * gdb.base/readline.exp: Use save_vars.
10887
abe8e607
PP
108882015-08-12 Patrick Palka <patrick@parcs.ath.cx>
10889
10890 * lib/gdb.exp (save_vars): New proc.
10891
629500fa
KS
108922015-08-11 Keith Seitz <keiths@redhat.com>
10893
10894 * gdb.base/help.exp: Update help_breakpoint_text.
10895
eb8c4e2e
KS
108962015-08-11 Keith Seitz <keiths@redhat.com>
10897
10898 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10899 (at toplevel): Call test_explicit_breakpoints.
10900 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10901 breakpoints.
10902 * lib/mi-support.exp (mi_make_breakpoint): Add support for
10903 breakpoint conditions, "-cond".
10904
87f0e720
KS
109052015-08-11 Keith Seitz <keiths@redhat.com>
10906
10907 * gdb.linespec/3explicit.c: New file.
10908 * gdb.linespec/cpexplicit.cc: New file.
10909 * gdb.linespec/cpexplicit.exp: New file.
10910 * gdb.linespec/explicit.c: New file.
10911 * gdb.linespec/explicit.exp: New file.
10912 * gdb.linespec/explicit2.c: New file.
10913 * gdb.linespec/ls-errs.exp: Add explicit location tests.
10914 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10915 before using in the matching pattern.
10916 Clarify that `prefix' is a regular expression.
10917
f00aae0f
KS
109182015-08-11 Keith Seitz <keiths@redhat.com>
10919
10920 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10921 test.
10922 Add tests for missing ",FMT" and ",".
10923
e27852be
DE
109242015-08-10 Doug Evans <dje@google.com>
10925 Keith Seitz <keiths@redhat.com>
10926
10927 PR gdb/17960
10928 * gdb.base/completion.exp: Add location completer tests.
10929
7f03bd92
PA
109302015-08-07 Pedro Alves <palves@redhat.com>
10931
10932 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10933 tests here.
10934 (top level): Run do_test with and without displaced stepping.
10935
3fc8eb30
PA
109362015-08-07 Pedro Alves <palves@redhat.com>
10937
10938 * gdb.base/valgrind-disp-step.c: New file.
10939 * gdb.base/valgrind-disp-step.exp: New file.
10940
d4569d7b
PA
109412015-08-07 Pedro Alves <palves@redhat.com>
10942
10943 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10944 Delete function.
10945 (main): Add alarm. Run an infinite loop instead of calling
10946 wait_threads.
10947 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10948 comment.
10949 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10950 Delete function.
10951 (main): Add alarm. Run an infinite loop instead of calling
10952 wait_threads.
10953 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10954 comment.
10955
e1316e60
PA
109562015-08-07 Pedro Alves <palves@redhat.com>
10957
10958 * gdb.base/checkpoint-ns.exp: New file.
10959 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10960 standard_testfile.
10961
da8c46d2
MM
109622015-08-07 Markus Metzger <markus.t.metzger@intel.com>
10963
10964 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10965 * gdb.btrace/instruction_history.exp: Update.
10966 * gdb.btrace/tsx.exp: New.
10967 * gdb.btrace/tsx.c: New.
10968
de1c2c52
PA
109692015-08-06 Pedro Alves <palves@redhat.com>
10970
10971 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10972 increase timeout.
10973 * gdb.reverse/until-precsave.exp: Bump timeouts.
10974
782e0bf4
PA
109752015-08-06 Pedro Alves <palves@redhat.com>
10976
10977 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10978
83e97ed0
PA
109792015-08-06 Pedro Alves <palves@redhat.com>
10980
10981 PR gdb/18749
10982 * gdb.threads/process-dies-while-handling-bp.c: New file.
10983 * gdb.threads/process-dies-while-handling-bp.exp: New file.
10984
863d01bd
PA
109852015-08-06 Pedro Alves <palves@redhat.com>
10986
10987 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10988 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10989
0a39bb32
PA
109902015-08-05 Pedro Alves <palves@redhat.com>
10991
10992 * gdb.threads/next-while-other-thread-longjmps.c: New file.
10993 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10994
ee2d2b10
SL
109952015-08-03 Sandra Loosemore <sandra@codesourcery.com>
10996
10997 * gdb.base/bp-permanent.exp: Report test as unsupported if
10998 the target cannot stop at the permanent breakpoint.
10999
4e1bdb00
DE
110002015-08-03 Doug Evans <dje@google.com>
11001
11002 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11003 10000.
11004
3d338901
DE
110052015-08-03 Doug Evans <dje@google.com>
11006
11007 * Makefile.in (workers/%.worker, build-perf): New rule.
11008 (GDB_PERFTEST_MODE): New variable.
11009 (check-perf): Use it.
11010 (clean): Clean up gdb.perf parallel build subdirs.
11011 * lib/build-piece.exp: New file.
11012 * lib/gdb.exp (make_gdb_parallel_path): New function
11013 (standard_output_file, standard_temp_file): Call it.
11014 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11015 of $GDB_PARALLEL.
11016 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11017
af061d3e
DE
110182015-08-03 Doug Evans <dje@google.com>
11019
8e1afc81 11020 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11021 (LOG_FILE_NAME): New global.
11022 (TextReporter.__init__): Initialize self.txt_sum.
11023 (TextReporter.report): Add support for multiple data-points.
11024 Move report to perftest.sum, put raw data in perftest.log.
11025 (TextReporter.start): Open sum and log files.
11026 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11027 * gdb.perf/lib/perftest/testresult.py
11028 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11029
2c8c5d37
PA
110302015-07-31 Pedro Alves <palves@redhat.com>
11031
11032 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11033 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11034 kill_wait_spawned_process instead of explicit "kill -9".
11035 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11036 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11037 kill_wait_spawned_process.
11038 * gdb.base/attach-twice.exp: Likewise.
11039 * gdb.base/attach.exp: Likewise.
11040 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11041 gdb_test_multiple.
11042 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11043 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11044 kill_wait_spawned_process.
11045 * gdb.base/valgrind-infcall.exp: Likewise.
11046 * gdb.multi/multi-attach.exp: Likewise.
11047 * gdb.python/py-prompt.exp: Likewise.
11048 * gdb.python/py-sync-interp.exp: Likewise.
11049 * gdb.server/ext-attach.exp: Likewise.
11050 * gdb.threads/attach-into-signal.exp (corefunc): Use
11051 spawn_wait_for_attach, spawn_id_get_pid and
11052 kill_wait_spawned_process.
11053 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11054 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11055 spawn_id_get_pid and kill_wait_spawned_process.
11056 * gdb.threads/attach-stopped.exp (corefunc): Use
11057 spawn_wait_for_attach, spawn_id_get_pid and
11058 kill_wait_spawned_process.
11059 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11060 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11061 kill_wait_spawned_process instead of explicit "kill -9".
11062 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11063 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11064 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11065 processes. Don't map cygwin/windows pids here. Now returns a
11066 spawn id list.
11067
032a0fca
SL
110682015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11069
11070 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11071 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11072 correct patch.
11073
61a934ca
SL
110742015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11075
11076 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11077
4bc4d428
SL
110782015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11079
11080 Reapply:
11081 2014-05-21 Mark Wielaard <mjw@redhat.com>
11082
11083 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11084
998d452a
PA
110852015-07-30 Pedro Alves <palves@redhat.com>
11086
11087 * linux-low.c (handle_extended_wait): Set the child's last
11088 reported status to TARGET_WAITKIND_STOPPED.
11089
69dde7dc
PA
110902015-07-30 Pedro Alves <palves@redhat.com>
11091
11092 PR threads/18600
11093 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11094 only shows inferior 1.
11095
4dd63d48
PA
110962015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11097 Pedro Alves <palves@redhat.com>
11098
11099 PR threads/18600
11100 * gdb.threads/fork-plus-threads.c: New file.
11101 * gdb.threads/fork-plus-threads.exp: New file.
11102
d618e4c5
PP
111032015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11104
11105 * gdb.base/batch-preserve-term-settings.exp
11106 (test_terminal_settings_preserved_after_cli_exit): Use
11107 send_quit_command.
11108
1eef6428
PA
111092015-07-29 Pedro Alves <palves@redhat.com>
11110 Don Breazeal <donb@codesourcery.com>
11111
11112 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11113 output from both inferior_spawn_id and gdb_spawn_id.
11114
7da5b897
SDJ
111152015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11116
11117 * gdb.threads/attach-into-signal.exp (corefunc): Use
11118 with_test_prefix on nested loops, uniquefying the test messages.
11119
dac804df
SDJ
111202015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11121
11122 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11123 commit.
11124
06265e53
PP
111252015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11126
11127 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11128 New proc.
11129 (test_terminal_settings_preserved_after_sigterm): New test.
11130
18206ca3
PP
111312015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11132
11133 * gdb.base/batch-preserve-term-settings.exp
11134 (test_terminal_settings_preserved_after_cli_exit): New test.
11135
90074d11
PP
111362015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11137
11138 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11139 manipulation of saved_gdbflags.
11140 (test_terminal_settings_preserved): Remove global declaration of
11141 the unused variable pagination_prompt. Remove manipulation of
11142 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11143 GDBFLAGS.
11144
eb1a7902
PA
111452015-07-29 Pedro Alves <palves@redhat.com>
11146
11147 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11148
8b75dd3b
PA
111492015-07-29 Pedro Alves <palves@redhat.com>
11150
11151 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11152 at the top.
11153
dedad4e3
PA
111542015-07-29 Pedro Alves <palves@redhat.com>
11155
11156 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11157 (main): Call gdb_unbuffer_output.
11158 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11159 (main): Call gdb_unbuffer_output.
11160 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11161 (main): Call gdb_unbuffer_output.
11162 * gdb.base/call-strs.exp: Adjust to step over the
11163 gdb_unbuffer_output call.
11164 * gdb.base/catch-gdb-caused-signals.c: Include
11165 "../lib/unbuffer_output.c".
11166 (main): Call gdb_unbuffer_output.
11167 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11168 (main): Call gdb_unbuffer_output.
11169 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11170 (main): Call gdb_unbuffer_output.
11171 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11172 (main): Call gdb_unbuffer_output.
11173 * gdb.base/shlib-call.exp: Adjust to step over the
11174 gdb_unbuffer_output call.
11175 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11176 (main): Call gdb_unbuffer_output.
11177 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11178 (main): Call gdb_unbuffer_output.
11179 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11180 (main): Rename to ...
11181 (test): ... this.
11182 (main): Reimplement.
11183 * gdb.base/varargs.exp: Run to test instead of to main.
11184 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11185 (main): Call gdb_unbuffer_output.
11186
58789a91
PA
111872015-07-29 Pedro Alves <palves@redhat.com>
11188
11189 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11190 factore out from mi_continue_dprintf. For call-style dprintfs,
11191 expect dprintf output out of $inferior_spawn_id.
11192 (mi_continue_dprintf): Use mi_expect_dprintf.
11193 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11194 (main): Call gdb_unbuffer_output.
11195
e8376742
PA
111962015-07-29 Pedro Alves <palves@redhat.com>
11197
11198 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11199 (default_mi_gdb_start): Set inferior_spawn_id instead of
11200 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11201 gdb_spawn_id.
11202 (mi_gdb_test): Always expect inferior output from both
11203 $inferior_spawn_id and $gdb_spawn_id.
11204
08280010
PA
112052015-07-29 Pedro Alves <palves@redhat.com>
11206
11207 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11208 send_inferior and $inferior_spawn_id.
11209
4d30e432
PA
112102015-07-29 Pedro Alves <palves@redhat.com>
11211
11212 * gdb.gdb/complaints.exp (test_initial_complaints)
11213 (test_serial_complaints, test_short_complaints): Use
11214 gdb_test_stdio.
11215 (test_empty_complaint): Handle $inferior_spawn_id !=
11216 $gdb_spawn_id.
11217
0d30a335
PA
112182015-07-29 Pedro Alves <palves@redhat.com>
11219
11220 * gdb.base/varargs.exp: Use gdb_test_stdio.
11221
39413b29
PA
112222015-07-29 Pedro Alves <palves@redhat.com>
11223
11224 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11225
7cb000a9
PA
112262015-07-29 Pedro Alves <palves@redhat.com>
11227
11228 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11229
d7b8ac82
PA
112302015-07-29 Pedro Alves <palves@redhat.com>
11231
11232 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11233 parameter into two new parameters, "inf_result" and "gdb_result".
11234 Expect inferior output and gdb output from $inferior_spawn_id and
11235 $gdb_spawn_id, respectively. Adjust all callers.
11236
789c3a0c
PA
112372015-07-29 Pedro Alves <palves@redhat.com>
11238
11239 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11240 of gdb_test_sequence.
11241
77e760c3
PA
112422015-07-29 Pedro Alves <palves@redhat.com>
11243
11244 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11245 (saw_spurious_output): Expect inferior output from
11246 $inferior_spawn_id. Use gdb_test_stdio.
11247
8396d2cd
PA
112482015-07-29 Pedro Alves <palves@redhat.com>
11249
11250 * gdb.base/dprintf.exp: Use standard_testfile. Change
11251 prepare_for_testing call.
11252 (srcfile): Don't set.
11253 (restart): New procedure.
11254 (test_dprintf): New procecure, use to continue over dprintfs.
11255 (test_call, test_agent): New procedures, tests moved here.
11256 Restart gdb and recreate dprintfs. Adjust expected output.
11257
2051d61f
PA
112582015-07-29 Pedro Alves <palves@redhat.com>
11259
11260 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11261
452397af
PA
112622015-07-29 Pedro Alves <palves@redhat.com>
11263
11264 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11265
8aed9555
PA
112662015-07-29 Pedro Alves <palves@redhat.com>
11267
11268 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11269 gdb_test_stdio.
11270
188a61b4
PA
112712015-07-29 Pedro Alves <palves@redhat.com>
11272
11273 * lib/gdb.exp (gdb_test_stdio): New procedure.
11274
12264a45
PA
112752015-07-29 Pedro Alves <palves@redhat.com>
11276
11277 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11278
23ffc893
PA
112792015-07-29 Pedro Alves <palves@redhat.com>
11280
11281 * gdb.base/call-signal-resume.exp: Remove check for
11282 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11283 * gdb.base/unwindonsignal.exp: Likewise.
11284 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11285 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11286
65566918
PA
112872015-07-29 Pedro Alves <palves@redhat.com>
11288
11289 * gdb.base/siginfo-addr.c (pass): New function.
11290 (handler): Call it iff si_addr is correct.
11291 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11292 Set a breakpoint at "pass" and continue to it.
11293
d60a9221
SDJ
112942015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11295
11296 * gdb.python/py-objfile.exp: Make some tests have unique names.
11297 * gdb.python/py-pp-registration.exp: Likewise.
11298
bde40b8f
PA
112992015-07-28 Pedro Alves <palves@redhat.com>
11300
11301 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11302
13e1dec8
SM
113032015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11304
11305 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11306
da33c9a7
SM
113072015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11308
11309 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11310
077836f7
PP
113112015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11312
11313 * gdb.base/gdb-sigterm-2.exp: New test.
11314
b8cc7b2e
DE
113152015-07-25 Doug Evans <xdje42@gmail.com>
11316
11317 Revert:
11318 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11319 (workers/%.worker, build-perf): New rule.
11320 (GDB_PERFTEST_MODE): New variable.
11321 (check-perf): Use it.
11322 (clean): Clean up gdb.perf parallel build subdirs.
11323 * lib/build-piece.exp: New file.
11324 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11325 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11326 name.
11327 (standard_temp_file): Ditto.
11328 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11329 of $GDB_PARALLEL.
11330
c8bd4544
DE
113312015-07-24 Doug Evans <dje@google.com>
11332
11333 * gdb.perf/lib/perftest/utils.py: New file.
11334 * gdb.perf/gm-hello.cc: New file.
11335 * gdb.perf/gm-pervasive-typedef.cc: New file.
11336 * gdb.perf/gm-pervasive-typedef.h: New file.
11337 * gdb.perf/gm-std.cc: New file.
11338 * gdb.perf/gm-std.h: New file.
11339 * gdb.perf/gm-use-cerr.cc: New file.
11340 * gdb.perf/gm-utils.h: New file.
11341 * gdb.perf/gmonster-null-lookup.py: New file.
11342 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11343 * gdb.perf/gmonster-print-cerr.py: New file.
11344 * gdb.perf/gmonster-ptype-string.py: New file.
11345 * gdb.perf/gmonster-runto-main.py: New file.
11346 * gdb.perf/gmonster-select-file.py: New file.
11347 * gdb.perf/gmonster1-null-lookup.exp: New file.
11348 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11349 * gdb.perf/gmonster1-print-cerr.exp: New file.
11350 * gdb.perf/gmonster1-ptype-string.exp: New file.
11351 * gdb.perf/gmonster1-runto-main.exp: New file.
11352 * gdb.perf/gmonster1-select-file.exp: New file.
11353 * gdb.perf/gmonster1.cc: New file.
11354 * gdb.perf/gmonster1.exp: New file.
11355 * gdb.perf/gmonster2-null-lookup.exp: New file.
11356 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11357 * gdb.perf/gmonster2-print-cerr.exp: New file.
11358 * gdb.perf/gmonster2-ptype-string.exp: New file.
11359 * gdb.perf/gmonster2-runto-main.exp: New file.
11360 * gdb.perf/gmonster2-select-file.exp: New file.
11361 * gdb.perf/gmonster2.cc: New file.
11362 * gdb.perf/gmonster2.exp: New file.
11363
6eab34f3
DE
113642015-07-24 Doug Evans <dje@google.com>
11365
11366 * gdb.perf/README: New file.
11367 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11368 * lib/gen-perf-test.exp: New file.
11369
63738bfd
DE
113702015-07-24 Doug Evans <dje@google.com>
11371
11372 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11373 (PerfTest::startup): New function.
11374 (PerfTest::run): Return result of calling body.
11375 (PerfTest::assemble): Rewrite.
11376 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11377 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11378 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11379 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11380 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11381
7b606f95
DE
113822015-07-24 Doug Evans <dje@google.com>
11383
11384 * lib/gdb.exp (clean_restart): Make executable optional.
11385
a97b16b8
DE
113862015-07-24 Doug Evans <dje@google.com>
11387
11388 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11389 compiler_info references.
11390 * gdb.cp/temargs.exp: Ditto.
11391 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11392 (get_compiler_info): Early exit if already computed. Set compiler_info
11393 to "unknown" if there was a problem.
11394 (test_compiler_info): Add function comment. Call get_compiler_info.
11395
35baa57f
DE
113962015-07-24 Doug Evans <dje@google.com>
11397
11398 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11399 (workers/%.worker, build-perf): New rule.
11400 (GDB_PERFTEST_MODE): New variable.
11401 (check-perf): Use it.
11402 (clean): Clean up gdb.perf parallel build subdirs.
11403 * lib/build-piece.exp: New file.
11404 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11405 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11406 name.
11407 (standard_temp_file): Ditto.
11408 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11409 of $GDB_PARALLEL.
11410
6ebea266
DE
114112015-07-24 Doug Evans <dje@google.com>
11412
11413 * lib/future.exp (gdb_default_target_compile): New option
11414 "early_flags".
11415 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11416 --as-needed.
11417
1e76a7e9
SDJ
114182015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11419
11420 * gdb.base/catch-syscall.exp: Call gdb_exit before
11421 gdb_skip_xml_test.
11422
5068630a
PA
114232015-07-24 Pedro Alves <palves@redhat.com>
11424
11425 * gdb.python/py-events.exp: Accept output between the stop event
11426 and the prompt.
11427 * gdb.python/py-evsignal.exp: Likewise.
11428 * gdb.python/py-evthreads.exp: Likewise.
11429
77598427
PA
114302015-07-24 Pedro Alves <palves@redhat.com>
11431
11432 PR gdb/18717
11433 * gdb.threads/non-ldr-exit.c: New file.
11434 * gdb.threads/non-ldr-exit.exp: New file.
11435
11e6c98f
YQ
114362015-07-24 Yao Qi <yao.qi@linaro.org>
11437
11438 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11439 restarting process.
11440
51aee833
YQ
114412015-07-24 Yao Qi <yao.qi@linaro.org>
11442
11443 * gdb.server/ext-restart.exp: New file.
11444
8cfe207c
YQ
114452015-07-24 Yao Qi <yao.qi@linaro.org>
11446
11447 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11448 argument options.
11449 * gdb.server/ext-wrapper.exp: New file.
11450
cc12ce38
DE
114512015-07-23 Doug Evans <dje@google.com>
11452
11453 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11454 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11455
d0d84780
PMR
114562015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11457
11458 * gdb.ada/var_arr_typedef.exp: New testcase.
11459 * gdb.ada/var_arr_typedef/pack.adb: New file.
11460 * gdb.ada/var_arr_typedef/pack.ads: New file.
11461 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11462
8b558f79
JB
114632015-07-20 Joel Brobecker <brobecker@adacore.com>
11464
11465 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11466
775a3298
JK
114672015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11468
11469 * gdb.arch/i386-biarch-core.exp: Replace istarget
11470 by "complete set gnutarget". Remove expectation for the "core-file"
11471 command.
11472
db1ff28b
JK
114732015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11474
11475 Revert the previous commit:
11476 Tests for validate symbol file using build-id.
11477
0a94970d
JK
114782015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11479
11480 Tests for validate symbol file using build-id.
11481 * gdb.base/solib-mismatch-lib.c: New file.
11482 * gdb.base/solib-mismatch-libmod.c: New file.
11483 * gdb.base/solib-mismatch.c: New file.
11484 * gdb.base/solib-mismatch.exp: New file.
11485
03346981
SL
114862015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11487
11488 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11489 nios2-*-linux*.
11490 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11491 * gdb.base/siginfo.exp: Likewise.
11492 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11493
42422cc7
PL
114942015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11495
11496 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11497 Move it to ...
11498 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11499 ... here.
11500 * gdb.trace/range-stepping.exp: Check that the target supports
11501 range stepping.
11502
cfa68bae
JK
115032015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11504
11505 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11506
8ffdba26
PA
115072015-07-14 Pedro Alves <palves@redhat.com>
11508
11509 * gdb.base/killed-outside.exp: New file.
11510 * gdb.base/killed-outside.c: New file.
11511
218a5a11
JK
115122015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11513
11514 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11515 (n at main): New.
11516 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11517
e03ed3c6
AA
115182015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11519
11520 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11521 infcall tests instead of setting up for KFAIL.
11522
485668e5
MM
115232015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11524
11525 * gdb.btrace/record_goto-step.exp: New.
11526
08464196
JK
115272015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11528
11529 PR compile/18484
11530 * gdb.compile/compile.c (struct struct_type): Add volatile to
11531 selffield's type.
11532 * gdb.compile/compile.exp
11533 (compile code struct_object.selffield = &struct_object): Skip further
11534 struct_object tests if this one xfails.
11535
bcf5c1d9
RC
115362015-07-08 Robert O'Callahan <robert@ocallahan.org>
11537
11538 PR exp/18617
11539 * gdb.trace/ax.exp: Add test.
11540
4931af25
YQ
115412015-07-07 Yao Qi <yao.qi@linaro.org>
11542
11543 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11544 instead of istarget "aarch64*-*-*".
11545 * gdb.arch/aarch64-fp.exp: Likewise.
11546 * gdb.base/float.exp: Likewise.
11547 * gdb.reverse/aarch64.exp: Likewise.
11548 * lib/gdb.exp (is_aarch64_target): New proc.
11549
9fcf688e
YQ
115502015-07-07 Yao Qi <yao.qi@linaro.org>
11551
11552 * lib/gdb.exp (is_aarch32_target): New proc.
11553 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11554 instead of "istarget "arm*-*-*"".
11555 * gdb.arch/arm-disp-step.exp: Likewise.
11556 * gdb.arch/thumb-bx-pc.exp: Likewise.
11557 * gdb.arch/thumb-prologue.exp: Likewise.
11558 * gdb.arch/thumb-singlestep.exp: Likewise.
11559 * gdb.base/disp-step-syscall.exp: Likewise.
11560 * gdb.base/float.exp: Likewise.
11561
fbd8d50d
YQ
115622015-07-07 Yao Qi <yao.qi@linaro.org>
11563
11564 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11565 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11566
71be1fdc
YQ
115672015-07-07 Yao Qi <yao.qi@linaro.org>
11568
11569 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11570 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11571 if it exists.
11572 * gdb.multi/multi-arch.exp: Likewise.
11573
3e221d36
SM
115742015-07-07 Simon Marchi <simon.marchi@ericsson.com>
11575
11576 * gdb.python/py-lazy-string.exp: Add missing parentheses to
11577 print.
11578
d441430b
YQ
115792015-07-07 Yao Qi <yao.qi@linaro.org>
11580
11581 * gdb.arch/thumb-singlestep.exp: Do one more single step.
11582
06f810bd
MG
115832015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
11584
11585 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11586 '[' and ']' characters.
11587
5e61e7c0
IB
115882015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
11589
11590 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11591
28bf096c
PA
115922015-06-29 Pedro Alves <palves@redhat.com>
11593
11594 PR threads/18127
11595 * gdb.threads/hand-call-new-thread.c: New file.
11596 * gdb.threads/hand-call-new-thread.c: New file.
11597
ee93cd5e
KS
115982015-06-26 Keith Seitz <keiths@redhat.com>
11599 Doug Evans <dje@google.com>
11600
11601 PR 16253
11602 * gdb.cp/var-tag-2.cc: New file.
11603 * gdb.cp/var-tag-3.cc: New file.
11604 * gdb.cp/var-tag-4.cc: New file.
11605 * gdb.cp/var-tag.cc: New file.
11606 * gdb.cp/var-tag.exp: New file.
11607
fc637f04
PP
116082015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11609
11610 * gdb.base/history-duplicates.exp: New test.
11611
2e52ae68
PP
116122015-06-26 Patrick Palka <patrick@parcs.ath.cx>
11613
11614 * gdb.base/completion.exp: Test the completion of the "focus"
11615 command.
11616
6e22494e
JK
116172015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11618
11619 * gdb.arch/amd64-prologue-skip.S: New file.
11620 * gdb.arch/amd64-prologue-skip.exp: New file.
11621
bf7b9cd9
SM
116222015-06-25 Simon Marchi <simon.marchi@ericsson.com>
11623
11624 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11625 is_address_zero_readable check.
11626
201e8dfd
PB
116272015-06-24 Peter Bergner <bergner@vnet.ibm.com>
11628
11629 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11630 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11631
5cd867b4
YQ
116322015-06-24 Yao Qi <yao.qi@linaro.org>
11633
11634 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11635 linux targets.
11636
4d7be007
YQ
116372015-06-24 Yao Qi <yao.qi@linaro.org>
11638
11639 * lib/gdb.exp (supports_get_siginfo_type): New proc.
11640 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11641 * gdb.base/siginfo-thread.exp: Likewise.
11642
07fcd301
YQ
116432015-06-22 Yao Qi <yao.qi@linaro.org>
11644
11645 * boards/remote-gdbserver-on-localhost.exp: Add comments.
11646
52042a00
YQ
116472015-06-22 Yao Qi <yao.qi@linaro.org>
11648
11649 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11650 aarch64*-*-*.
11651 (skip_hw_watchpoint_tests): Likewise.
11652
74bd41ce
PP
116532015-06-18 Patrick Palka <patrick@parcs.ath.cx>
11654
11655 * gdb.base/gdbinit-history.exp: Test the interaction between
11656 setting GDBHISTSIZE and setting the history size via .gdbinit.
11657
bc460514
PP
116582015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11659
11660 PR gdb/16999
11661 * gdb.base/gdbhistsize-history.exp: New test.
11662
b58c513b
PP
116632015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11664
11665 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11666 with GDBHISTSIZE.
11667 * gdb.base/readline.exp: Likewise.
11668
92046791
YQ
116692015-06-17 Yao Qi <yao.qi@linaro.org>
11670
11671 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11672 line.
11673
2093d2d3
PP
116742015-06-17 Patrick Palka <patrick@parcs.ath.cx>
11675
11676 * gdb.base/gdbinit-history.exp: Add test case to check that
11677 an unlimited history file does not get truncated on exit.
11678
e6c693af
AA
116792015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11680
11681 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11682 (VECTOR): New macro. Use it...
11683 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11684 ...for these typedefs.
11685 (int8, char1, int1, double1): New typedefs.
11686 (struct just_int2, struct two_int2): New structures.
11687 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11688 (add_structvecs, add_singlevecs): New functions.
11689 (main): Call add_some_intvecs twice.
11690 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11691 the compile and exit upon failure. Try compiling for the "native"
11692 architecture. Test inferior function calls with vector arguments
11693 and vector return value handling with "finish" and "return".
11694
c74f7d1c
JT
116952015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
11696
11697 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11698 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11699 PE file.
11700 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11701
98aa42ee
AT
117022015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
11703
11704 PR breakpoints/16465
11705 * gdb.mi/mi-dprintf-pending.c: New file.
11706 * gdb.mi/mi-dprintf-pending.exp: New test.
11707 * gdb.mi/mi-dprintf-pendshr.c: New file.
11708
7d73c23c 117092015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 11710 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
11711
11712 * gdb.arch/i386-mpx-map.c: New file.
11713 * gdb.arch/i386-mpx-map.exp: New File.
11714
117152015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11716
11717 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11718 * gdb.arch/i386-mpx.exp: Indentation fixed.
11719
117202015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11721
11722 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11723 function and improved indentation.
11724 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11725 gdb_test_multiple. Added additional tests to skip the test.
11726
117272015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
11728
11729 * gdb.arch/i386-avx512.c: Change path in include file.
11730 * gdb.arch/i386-avx512.exp: Change include dir path
11731 compilation flag.
11732 * gdb.arch/i386-mpx.c: Change path in include file.
11733 * gdb.arch/i386-mpx.exp: Change include dir path compilation
11734 flag.
11735
d5eba19a
JK
117362015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11737
11738 * gdb.compile/compile-print.exp (compile print *vararray@3)
11739 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11740
7f361056
JK
117412015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11742
11743 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11744 (do not keep jit in memory): ... this.
11745 (expect 5): Change it to ...
11746 (expect no 5): ... this.
11747
3b462ec2
SM
117482015-06-02 Simon Marchi <simon.marchi@ericsson.com>
11749
11750 PR gdb/15564
11751 * gdb.mi/mi-detach.exp: New file.
11752
e0619de6
JK
117532015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11754
11755 PR symtab/18392
11756 * gdb.arch/amd64-tailcall-self.S: New file.
11757 * gdb.arch/amd64-tailcall-self.c: New file.
11758 * gdb.arch/amd64-tailcall-self.exp: New file.
11759
e970cb34
DB
117602015-05-28 Don Breazeal <donb@codesourcery.com>
11761
11762 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11763 tests for remote targets by checking is_target_gdbserver.
11764
b2e2f908
DE
117652015-05-27 Doug Evans <dje@google.com>
11766
11767 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11768 * gdb.dwarf2/opaque-type-lookup.c: New file.
11769 * gdb.dwarf2/opaque-type-lookup.exp: New file.
11770
82c7be31
DE
117712015-05-26 Doug Evans <dje@google.com>
11772
11773 * gdb.cp/iostream.cc: New file.
11774 * gdb.cp/iostream.exp: New file.
11775
b4f54984
DE
117762015-05-26 Doug Evans <dje@google.com>
11777
11778 * gdb.dwarf2/dw2-op-call.exp: Update.
11779 * gdb.dwarf2/dw4-sig-types.exp: Update.
11780 * gdb.dwarf2/implptr.exp: Update.
11781 * gdb.mi/mi-cmd-param-changed.exp: Update.
11782
4ea6efe9
DE
117832015-05-26 Doug Evans <dje@google.com>
11784
11785 * gdb.python/py-lazy-string.c: New file.
11786 * gdb.python/py-lazy-string.exp: New file.
11787 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11788 (main): Update. Add estring3.
11789 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11790 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11791
f6bb7db3
YQ
117922015-05-26 Omair Javaid <omair.javaid@linaro.org>
11793 Yao Qi <yao.qi@linaro.org>
11794
11795 * gdb.reverse/aarch64.c: New.
11796 * gdb.reverse/aarch64.exp: New.
11797
a81bfbd0
OJ
117982015-05-26 Omair Javaid <omair.javaid@linaro.org>
11799
25d49b86
PA
11800 * lib/gdb.exp (supports_process_record): Return true for
11801 aarch64*-linux*.
a81bfbd0
OJ
11802 (supports_reverse): Likewise.
11803
158bf1b4
PP
118042015-05-22 Patrick Palka <patrick@parcs.ath.cx>
11805
11806 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11807 Use with_test_prefix.
11808
a0145030
AB
118092015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
11810
11811 * gdb.base/completion.exp: Add test for completion of layout
11812 names.
11813
ebe3b578
AB
118142015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
11815
11816 * lib/gdb.exp (skip_tui_tests): New proc.
11817 * gdb.base/tui-layout.exp: Check skip_tui_tests.
11818
84204ed7
PA
118192015-05-19 Pedro Alves <palves@redhat.com>
11820
11821 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11822 Save the whole env array instead of just HOME. Unset HISTSIZE in
11823 the environment while testing. Restore whole environment
11824 afterwards.
11825
37442ce1
DE
118262015-05-16 Doug Evans <xdje42@gmail.com>
11827
11828 * gdb.guile/scm-ports.c: New file.
11829 * gdb.guile/scm-ports.exp: Add memory port tests.
11830
36de76f9
JK
118312015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11832
11833 * gdb.compile/compile-print.c: New file.
11834 * gdb.compile/compile-print.exp: New file.
11835
3a9558c4
JK
118362015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11837
11838 * gdb.compile/compile-ops.exp: Cast param to void.
11839 * gdb.compile/compile.exp: Complete type for _gdb_expr.
11840 (compile code struct_object.selffield = &struct_object): Add xfail.
11841
aa715135
JG
118422015-05-15 Joel Brobecker <brobecker@adacore.com>
11843
11844 * gdb.ada/arr_enum_with_gap: New testcase.
11845
931e5bc3
JG
118462015-05-15 Joel Brobecker <brobecker@adacore.com>
11847
11848 * gdb.ada/byte_packed_arr: New testcase.
11849
9cd4d857
JB
118502015-05-15 Joel Brobecker <brobecker@adacore.com>
11851
11852 * gdb.ada/pckd_neg: New testcase.
11853
ebfd00d2
PP
118542015-05-13 Patrick Palka <patrick@parcs.ath.cx>
11855
11856 PR gdb/17820
11857 * gdb.base/gdbinit-history.exp: New test.
11858 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11859 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11860
4c082a81
SC
118612015-05-09 Siva Chandra Reddy <sivachandra@google.com>
11862
11863 * gdb.python/py-xmethods.cc: Enhance test case.
11864 * gdb.python/py-xmethods.exp: New tests.
11865 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11866 function.
11867 (B_indexoper): Likewise.
11868 (global_dm_list) : Add new xmethod worker functions.
11869
f7797074
SDJ
118702015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
11871
11872 * gdb.base/coredump-filter.exp: Correctly unset
11873 "coredump_var_addr" array.
11874
a4674e4e
PA
118752015-05-08 Pedro Alves <palves@redhat.com>
11876
11877 * gdb.server/non-existing-program.exp: Unset spawn_id.
11878
df2eb078
SC
118792015-05-08 Siva Chandra Reddy <sivachandra@google.com>
11880
11881 PR python/18291
11882 * gdb.python/py-xmethods.exp: Add tests.
11883
422349a3
YQ
118842015-05-08 Yao Qi <yao.qi@linaro.org>
11885
11886 PR gdb/18208
11887 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11888 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11889 function set_coredump_filter, and remove remote_exec call.
11890 Remove argument ipid. Callers update.
11891 (top level): Don't get inferior's PID.
11892
63fc80ce
AA
118932015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
11894
11895 * gdb.base/watch_thread_num.exp: Skip test on targets without
11896 access watchpoints.
11897
80ad801e
PA
118982015-05-06 Pedro Alves <palves@redhat.com>
11899
11900 PR server/18081
11901 * gdb.server/non-existing-program.exp: New file.
11902
0fa7fe50
JB
119032015-05-05 Joel Brobecker <brobecker@adacore.com>
11904
11905 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11906
3ea89b92
PMR
119072015-05-05 Joel Brobecker <brobecker@adacore.com>
11908
11909 * gdb.ada/out_of_line_in_inlined: New testcase.
11910
87b8eff0
JB
119112015-05-05 Joel Brobecker <brobecker@adacore.com>
11912
11913 * gdb.ada/var_rec_arr: New testcase.
11914
5fccc635
YQ
119152015-04-30 Yao Qi <yao.qi@linaro.org>
11916
11917 * gdb.base/break-idempotent.exp: If
11918 skip_hw_watchpoint_multi_tests returns true, skip the tests
11919 on "rwatch" and "awatch".
11920
42d38f42
YQ
119212015-04-30 Yao Qi <yao.qi@linaro.org>
11922
11923 * gdb.base/relativedebug.exp: Invoke gdb command
11924 "info sharedlibrary", and if libc.so doesn't have debug info,
11925 skip the test.
11926
2ce1cdbf
DE
119272015-04-29 Doug Evans <dje@google.com>
11928
11929 * gdb.python/py-xmethods.exp: Add ptype tests.
11930 * gdb.python/py-xmethods.py (E_method_char_worker): Add
11931 get_result_type method.
11932
f24a38c5
LM
119332015-04-29 Luis Machado <lgustavo@codesourcery.com>
11934
11935 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11936 the target does not support hardware watchpoints.
11937
ecbf2b3c
LM
119382015-04-29 Luis Machado <lgustavo@codesourcery.com>
11939
11940 * gdb.base/break-always.exp: Abort testing if writing to memory
11941 causes an error.
11942
34f5f757
DE
119432015-04-28 Doug Evans <dje@google.com>
11944
11945 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11946 * gdb.python/py-pp-registration.exp: ... here. New file.
11947 * gdb.python/py-pp-registration.c: New file.
11948 * gdb.python/py-pp-registration.py: New file.
11949
69b4374a
DE
119502015-04-28 Doug Evans <dje@google.com>
11951
11952 * gdb.python/py-bad-printers.c: New file.
11953 * gdb.python/py-bad-printers.py: New file.
11954 * gdb.python/py-bad-printers.exp: New file.
11955
59fb7612
SS
119562015-04-28 Sasha Smundak <asmundak@google.com>
11957
11958 * gdb.python/py-type.exp: New test.
11959
2631b16a
AW
119602015-04-28 Andy Wingo <wingo@igalia.com>
11961
11962 * gdb.python/py-parameter.exp:
11963 * gdb.guile/scm-parameter.exp: Escape the path that we are
11964 matching against, as it might contain characters that are special
11965 to regular expressions.
11966
460efde1
JB
119672015-04-27 Joel Brobecker <brobecker@adacore.com>
11968
11969 * gdb.ada/rec_comp: New testcase.
11970
2d369d8e
SDJ
119712015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
11972
11973 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11974 before using it.
11975
cf75d6c3
AB
119762015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11977
11978 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
11979 new tests for verilog output.
11980
8dbe7ca5
YQ
119812015-04-24 Yao Qi <yao.qi@linaro.org>
11982
11983 * boards/remote-gdbserver-on-localhost.exp: New file.
11984
4ef9fb2f
PA
119852015-04-23 Pedro Alves <palves@redhat.com>
11986
11987 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11988 $inferior_spawn_id instead of $inferior_spawn_id directly. On
11989 "end of file", remove $inferior_spawn_id from the indirect list.
11990
0a803169
PA
119912015-04-23 Pedro Alves <palves@redhat.com>
11992
11993 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11994
749ef8f8
PA
119952015-04-23 Pedro Alves <palves@redhat.com>
11996
11997 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11998 on $any_spawn_id instead of only on $gdb_spawn_id.
11999
8aae4344
PM
120002015-04-21 Pierre Muller <muller@sourceware.org>
12001
12002 PR pascal/17815
12003 * lib/pascal.exp (gpc_compile): Add new option "class".
12004 (fpc_compile): Likewise.
12005 * gdb.pascal/case-insensitive-symbols.pas: New file.
12006 * gdb.pascal/case-insensitive-symbols.exp: New file.
12007
1586c8fb
GB
120082015-04-20 Gary Benson <gbenson@redhat.com>
12009
12010 * gdb.base/attach.exp: Fix three extended remote failures.
12011
1b6e6f5c
GB
120122015-04-17 Gary Benson <gbenson@redhat.com>
12013
12014 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12015 the main executable over the remote protocol.
12016
e797481d
PA
120172015-04-16 Pedro Alves <palves@redhat.com>
12018
12019 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12020 a new gdbserver if gdbserver_reconnect_p is set.
12021
1ca99c42
PA
120222015-04-16 Pedro Alves <palves@redhat.com>
12023
12024 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12025 is set, don't exit gdbserver.
12026
af9fd6f8
AA
120272015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12028
12029 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12030 appropriate .insn, such that an older assembler can be used.
12031 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12032 the z/Architecture instruction set on 31-bit targets as well.
12033
04ff1e61
AA
120342015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12035
12036 * gdb.go/handcall.exp: Remove all logic related to the first
12037 breakpoint and rely on go_runto_main instead.
12038 * gdb.go/strings.exp: Likewise.
12039 * gdb.go/unsafe.exp: Likewise.
12040 * gdb.go/hello.exp: Likewise. Also rename the remaining
12041 breakpoint marker to "breakpoint 1".
12042 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12043 * gdb.go/strings.go: Likewise.
12044 * gdb.go/unsafe.go: Likewise.
12045 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12046 "set breakpoint 2 here" and rename the remaining breakpoint marker
12047 to "breakpoint 1".
12048
40d2f8d6
SM
120492015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12050
12051 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12052 if itertools.imap is not present.
12053 * gdb.python/py-objfile.exp: Add parentheses.
12054 * gdb.python/py-type.exp: Same.
12055 * gdb.python/py-unwind-maint.py: Same.
12056
8cbc97c6
YQ
120572015-04-15 Yao Qi <yao.qi@linaro.org>
12058
12059 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12060 of ":$ptr_size" and set its form explicitly.
12061
45fd756c
YQ
120622015-04-15 Pedro Alves <palves@redhat.com>
12063 Yao Qi <yao.qi@linaro.org>
12064
12065 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12066 timeout by factor of 4.
12067 (test_regular_watch): Likewise.
12068 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12069 * gdb.reverse/sigall-reverse.exp: Likewise.
12070 * gdb.reverse/until-precsave.exp: Likewise.
12071 * lib/gdb.exp (with_timeout_factor): New proc.
12072 (gdb_expect): Move some code to ...
12073 (get_largest_timeout): ... here. New procedure.
12074
9e811bc3
LM
120752015-04-14 Luis Machado <lgustavo@codesourcery.com>
12076
12077 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12078
0ff6fcb2
LM
120792015-04-13 Luis Machado <lgustavo@codesourcery.com>
12080
12081 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12082 to write to the .text section.
12083
7578d5f7
LM
120842015-04-13 Luis Machado <lgustavo@codesourcery.com>
12085
12086 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12087 Handle the case of targets that do not provide PID information.
12088
2efe15c4
YQ
120892015-04-13 Yao Qi <yao.qi@linaro.org>
12090
12091 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12092 and use expect instead of gdb_expect.
12093
8cd8f2f8
SDJ
120942015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12095
12096 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12097 "coredump_var_addr" to avoid naming conflict with other testcases.
12098
9ee41772
PA
120992015-04-10 Pedro Alves <palves@redhat.com>
12100
12101 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12102 gdb_test_sequence and gdb_assert.
12103
07473109
PA
121042015-04-10 Pedro Alves <palves@redhat.com>
12105
12106 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12107 test messages that don't include the breakpoint address.
12108
de3db44c
YQ
121092015-04-10 Yao Qi <yao.qi@linaro.org>
12110
12111 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12112 false for some offset and width combinations which aren't
12113 supported by linux kernel.
12114
c79d856c
PA
121152015-04-10 Pedro Alves <palves@redhat.com>
12116
12117 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12118 procedure, factored out from ...
12119 (top level): ... here. Add "set displaced-stepping" testing axis.
12120 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12121 parameter "displaced". Use it.
12122 (top level): Use foreach and add "set displaced-stepping" testing
12123 axis.
12124
ebc90b50
PA
121252015-04-10 Pedro Alves <palves@redhat.com>
12126
12127 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12128 Remove comment.
12129 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12130 both the address of the instruction that triggers the watchpoint
12131 and the address of the instruction immediately after, and use
12132 those addresses for the test. Fix comment.
12133
8f572e5c
PA
121342015-04-10 Pedro Alves <palves@redhat.com>
12135
12136 * gdb.base/sigstep.exp (breakpoint_to_handler)
12137 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12138 Test "backtrace" in handler.
12139 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12140 (top level): Add new "displaced" test axis to
12141 breakpoint_to_handler, breakpoint_to_handler_entry and
12142 breakpoint_over_handler.
12143
8d707a12
PA
121442015-04-10 Pedro Alves <palves@redhat.com>
12145
12146 PR gdb/18216
12147 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12148
ef713951
YQ
121492015-04-10 Yao Qi <yao.qi@linaro.org>
12150
12151 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12152 (test_add_rn_pc): New function.
12153 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12154 (top level): Invoke test_add_rn_pc.
12155
906d60cf
PA
121562015-04-10 Pedro Alves <palves@redhat.com>
12157
12158 PR gdb/13858
12159 * gdb.base/step-over-no-symbols.exp: New file.
12160
f2983cc3
AW
121612015-04-09 Andy Wingo <wingo@igalia.com>
12162
12163 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12164 after the Python tests.
12165
6d62641c
SDJ
121662015-04-08 Keith Seitz <keiths@redhat.com>
12167
12168 PR python/16699
12169 * gdb.python/py-completion.exp: New tests for completion.
12170 * gdb.python/py-completion.py (CompleteLimit1): New class.
12171 (CompleteLimit2): Likewise.
12172 (CompleteLimit3): Likewise.
12173 (CompleteLimit4): Likewise.
12174 (CompleteLimit5): Likewise.
12175 (CompleteLimit6): Likewise.
12176 (CompleteLimit7): Likewise.
12177
f3770638
PA
121782015-04-08 Pedro Alves <palves@redhat.com>
12179
12180 PR gdb/18214
12181 PR gdb/18216
12182 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12183 function.
12184 (main): Install it as SIGUSR1 handler.
12185 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12186 parameter. Always use "setup" as prefix. Toggle "set
12187 displaced-stepping" off/on depending on global. Don't switch to
12188 thread 1 here.
12189 (top level): Add displaced stepping "off/on" test axis. Update
12190 "setup" calls. Wrap each subtest with with_test_prefix. Test
12191 continuing with a queued signal in each thread.
12192
4496bed7
PA
121932015-04-08 Pedro Alves <palves@redhat.com>
12194
12195 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12196 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12197 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12198 Return early if running to main fails.
12199 * gdb.trace/while-stepping.exp: Likewise.
12200
b97fde92
PA
122012015-04-07 Pedro Alves <palves@redhat.com>
12202
12203 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12204 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12205 interact with inferior program.
12206
f71c18e7
PA
122072015-04-07 Pedro Alves <palves@redhat.com>
12208
12209 * lib/gdb.exp (inferior_spawn_id): New global.
12210 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12211 spawn id after processing the user code.
12212 (default_gdb_start): Set inferior_spawn_id.
12213 (send_inferior): New procedure.
12214 * lib/gdbserver-support.exp (gdbserver_start): Set
12215 inferior_spawn_id.
12216 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12217
6423214f
PA
122182015-04-07 Pedro Alves <palves@redhat.com>
12219
12220 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12221 * lib/gdbserver-support.exp (gdbserver_start): Make
12222 $server_spawn_id global.
12223 (gdbserver_start): Don't wait for gdbserver's spawn id with
12224 expect_background.
12225 (close_gdbserver): New procedure.
12226 (gdb_exit): Rename the default version and reimplement.
12227
71c0ee8c
PA
122282015-04-07 Pedro Alves <palves@redhat.com>
12229
72f4393d 12230 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12231 append the substituted item, not the original item.
12232
203bc29b
PA
122332015-04-07 Pedro Alves <palves@redhat.com>
12234
12235 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12236 gdb_expect.
12237
508a3ddf
PA
122382015-04-07 Pedro Alves <palves@redhat.com>
12239
12240 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12241 output appearing once only.
12242
9f6dbe2b
PA
122432015-04-07 Pedro Alves <palves@redhat.com>
12244
12245 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12246 that doesn't expect anything. Return early if running to main
12247 fails.
12248
337532fa
YQ
122492015-04-07 Yao Qi <yao.qi@linaro.org>
12250
12251 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12252 (child_function): Call alarm.
12253 (main): Move call to alarm into the loop.
12254 * gdb.threads/non-stop-fair-events.exp: Build program with
12255 -DTIMEOUT=$timeout.
12256
01b622d4
DE
122572015-04-06 Doug Evans <xdje42@gmail.com>
12258
12259 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12260 Fix dest parameter to board_info.
12261 (fpc_compile): Ditto.
12262 (gdb_compile_pascal): Rename dest arg to destfile.
12263
961f4160
PMR
122642015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12265
12266 * gdb.ada/funcall_ref.exp: New file.
12267 * gdb.ada/funcall_ref/foo.adb: New file.
12268
cafda597
YQ
122692015-04-02 Yao Qi <yao.qi@linaro.org>
12270
12271 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12272 is remote.
12273
fed040c6
GB
122742015-04-02 Gary Benson <gbenson@redhat.com>
12275
12276 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12277
d11916aa
SS
122782015-04-01 Sasha Smundak <asmundak@google.com>
12279
12280 * gdb.python/py-unwind-maint.c: New file.
12281 * gdb.python/py-unwind-maint.exp: New test.
12282 * gdb.python/py-unwind-maint.py: New file.
12283 * gdb.python/py-unwind.c: New file.
12284 * gdb.python/py-unwind.exp: New test.
12285 * gdb.python/py-unwind.py: New test.
12286
a1471180
PA
122872015-04-01 Pedro Alves <palves@redhat.com>
12288
12289 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12290 to fail instead of non-existent $test.
12291
0bbeccb1
PA
122922015-04-01 Pedro Alves <palves@redhat.com>
12293
12294 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12295 GDBFLAGS if not empty.
12296
3c724c8c
PMR
122972015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12298
12299 * gdb.ada/complete.exp: Remove "multi_line".
12300 * gdb.ada/info_exc.exp: Remove "multi_line".
12301 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12302 * gdb.ada/ptype_field.exp: Remove "multi_line".
12303 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12304 * gdb.ada/tagged.exp: Remove "multi_line".
12305 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12306 [multi_line ...]
12307 * gdb.btrace/delta.exp: Likewise.
12308 * gdb.btrace/exception.exp: Likewise.
12309 * gdb.btrace/function_call_history.exp: Likewise.
12310 * gdb.btrace/instruction_history.exp: Likewise.
12311 * gdb.btrace/nohist.exp: Likewise.
12312 * gdb.btrace/record_goto.exp: Likewise.
12313 * gdb.btrace/segv.exp: Likewise.
12314 * gdb.btrace/stepi.exp: Likewise.
12315 * gdb.btrace/tailcall.exp: Likewise.
12316 * gdb.btrace/unknown_functions.exp: Likewise.
12317 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12318 * lib/gdb.exp: Add the "multi_line" helper.
12319
4eec2deb
PA
123202015-04-01 Pedro Alves <palves@redhat.com>
12321
12322 * gdb.threads/tid-reuse.c: New file.
12323 * gdb.threads/tid-reuse.exp: New file.
12324
df8411da
SDJ
123252015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12326
12327 PR corefiles/16092
12328 * gdb.base/coredump-filter.c: New file.
12329 * gdb.base/coredump-filter.exp: Likewise.
12330
6ef37366
PM
123312015-03-27 Petr Machata <pmachata@redhat.com>
12332
12333 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12334 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12335 (Dwarf::assemble): Initialize them.
12336 (Dwarf::lines): New function.
12337
7ec911b0
JT
123382015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12339
12340 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12341 SYMBOL_PREFIX for x86_64-*-cygwin.
12342
ff908ebf
AW
123432015-03-26 Andy Wingo <wingo@igalia.com>
12344
12345 PR symtab/18148
12346 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12347 const_value but not a location.
12348 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12349 location defined in non-main CUs are visible.
12350
6d5f0679
YQ
123512015-03-26 Yao Qi <yao.qi@linaro.org>
12352
12353 PR testsuite/18139
12354 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12355 Add a line number entry for the same line.
12356 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12357 Add a line number entry for the same line.
12358
2898689b
YQ
123592015-03-26 Yao Qi <yao.qi@linaro.org>
12360
12361 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12362 .int 0.
12363 (func): Likewise. Add .Lfunc_1 label.
12364 Use .Lfunc_1 label.
12365 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12366 .int 0.
12367 (func): Likewise.
12368 Use .Lfunc_1 label.
12369
85180498
YQ
123702015-03-26 Yao Qi <yao.qi@linaro.org>
12371
12372 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12373 Call gdb_compile instead to compile each .s files without debug
12374 information.
12375
8aa08a8d
YQ
123762015-03-26 Yao Qi <yao.qi@linaro.org>
12377
12378 * gdb.base/savedregs.exp (process_saved_regs): Make
12379 "Saved registers:" optional in the pattern.
12380
66849923
MM
123812015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12382
12383 * gdb.btrace/next.exp: Merged into step.exp.
12384 * gdb.btrace/finish.exp: Merged into step.exp.
12385 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12386 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12387 "record goto" and checking the exact replay position.
12388 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12389 check for "Recording format" in "info record" output.
12390 * gdb.btrace/record_goto.exp: Choose test file based on target.
12391 * gdb.btrace/x86-record_goto.S: Renamed into ...
12392 * gdb.btrace/x86_64-record_goto.S: ... this.
12393 * gdb.btrace/i686-record_goto.S: New.
12394 * gdb.btrace/x86-tailcall.S: Renamed into ...
12395 * gdb.btrace/x86_64-tailcall.S: ... this.
12396 * gdb.btrace/i686-tailcall.S: New.
12397 * gdb.btrace/x86-tailcall.c: Renamed into ...
12398 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12399 separate statements. Update test.
12400 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12401 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12402 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12403 * gdb.btrace/tailcall.exp: Choose test file based on target.
12404 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12405
11cc1b74
MM
124062015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12407
12408 * gdb.btrace/exception.exp: Increase BTS buffer size.
12409
a25d8bf9
PA
124102015-03-24 Pedro Alves <palves@redhat.com>
12411
12412 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12413
856e7dd6
PA
124142015-03-24 Pedro Alves <palves@redhat.com>
12415
12416 * gdb.threads/schedlock.exp (test_step): No longer expect that
12417 "set scheduler-locking step" with "next" over a function call runs
12418 threads unlocked.
12419
ad235a41
AT
124202015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12421
12422 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12423
15630549
AT
124242015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12425
12426 PR breakpoints/16466
12427 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12428 * gdb.mi/mi-pending.c (thread_func): New function.
12429 (int main): Add threading support required.
12430 * gdb.mi/mi-pending.exp: Add tests for this issue.
12431 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12432 (pendfunc2): Remove stdio dependency.
12433 * gdb.mi/mi-pendshr2.c: New file.
12434
693dca06
KS
124352015-03-23 Keith Seitz <keiths@redhat.com>
12436
12437 * gdb.linespec/keywords.c: New file.
12438 * gdb.linespec/keywords.exp: New file.
12439
7e993ebf
KS
124402015-03-23 Keith Seitz <keiths@redhat.com>
12441
12442 PR gdb/18021
12443 * gdb.dwarf2/staticvirtual.exp: New test.
12444
bc23328c
JK
124452015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12446
12447 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12448 * README: Remove HP-UX and gdb.hp.
12449 (configuration):
12450 * configure: Regenerate.
12451 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12452 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12453 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12454 gdb.hp/gdb.defects/Makefile.
12455 * gdb.hp/Makefile.in: File deleted.
12456 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12457 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12458 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12459 * gdb.hp/gdb.aCC/run.c: File deleted.
12460 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12461 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12462 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12463 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12464 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12465 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12466 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12467 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12468 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12469 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12470 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12471 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12472 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12473 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12474 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12475 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12476 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12477 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12478 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12479 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12480 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12481 * gdb.hp/gdb.compat/average.c: File deleted.
12482 * gdb.hp/gdb.compat/sum.c: File deleted.
12483 * gdb.hp/gdb.compat/xdb.c: File deleted.
12484 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12485 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12486 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12487 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12488 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12489 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12490 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12491 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12492 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12493 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12494 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12495 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12496 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12497 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12498 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12499 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12500 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12501 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12502 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12503 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12504 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12505 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12506 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12507 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12508 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12509 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12510 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12511 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12512 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12513 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12514 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12515 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12516 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12517 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12518 * gdb.hp/tools/odump: File deleted.
12519
8bf3b159
PA
125202015-03-19 Pedro Alves <palves@redhat.com>
12521
12522 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12523 (saw_thread_3): New globals.
12524 (top level): Increment them when an event for the corresponding
12525 thread is seen.
12526 (no thread starvation): New test.
12527
eb54c8bf
PA
125282015-03-19 Pedro Alves <palves@redhat.com>
12529
12530 * gdb.threads/continue-pending-status.c: New file.
12531 * gdb.threads/continue-pending-status.exp: New file.
12532
32d2e5d6
PA
125332015-03-18 Pedro Alves <palves@redhat.com>
12534
12535 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12536 Use gdb_is_target_remote instead of is_remote. Use
12537 gdb_test_multiple instead of gdb_expect. Exit early if
12538 gdb_test_multiple hits its internal matches. Tighten stepi tests
12539 expected output. Fail on exit with any signal, instead of just
12540 SIGILL.
12541
f68f11b7
YQ
125422015-03-18 Yao Qi <yao.qi@linaro.org>
12543
12544 PR tdep/18107
12545 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12546 variable.
12547 * gdb.base/catch-syscall.exp: Don't skip it on
12548 aarch64*-*-linux* target. Remove elements in all_syscalls.
12549 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12550 target.
12551 (setup_all_syscalls): New proc.
12552
ca5fd19b
YQ
125532015-03-16 Yao Qi <yao.qi@linaro.org>
12554
12555 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12556 (top level): Skip tests if valid_addr_p returns false for
12557 $cmd1 or $cmd2.
12558
85642ba0
AW
125592015-03-11 Andy Wingo <wingo@igalia.com>
12560
12561 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12562
e03f9645
YQ
125632015-03-11 Yao Qi <yao.qi@linaro.org>
12564
12565 * gdb.base/catch-syscall.exp: Fix typo in comments.
12566
5d0962b2
YQ
125672015-03-11 Yao Qi <yao.qi@linaro.org>
12568
12569 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12570
b2df3cef
PA
125712015-03-09 Pedro Alves <palves@redhat.com>
12572
12573 * dg-extract-results.py: Delete.
12574
ef878e53
PA
125752015-03-09 Pedro Alves <palves@redhat.com>
12576
12577 Merge dg-extract-results.sh from GCC upstream (r218843).
12578
12579 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
12580 * dg-extract-results.sh: Use --text with grep to avoid issues with
12581 binary files. Fall back to cat -v, if that doesn't work.
12582
9494d219
PA
125832015-03-05 Pedro Alves <palves@redhat.com>
12584
12585 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12586
a8d9763a
SM
125872015-03-04 Simon Marchi <simon.marchi@ericsson.com>
12588
12589 * lib/mi-support.exp (mi_expect_interrupt): Accept
12590 alternative event for when in all-stop mode.
12591
be9957b8
PA
125922015-03-04 Pedro Alves <palves@redhat.com>
12593
12594 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12595
d57be0f4 125962015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
12597
12598 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12599
c214c7cf
AA
126002015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12601
12602 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12603 regexps for GDB's current line display, accept a hex address
12604 preceding the line number.
12605
6d74a497
AA
126062015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
12607
12608 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12609 the 'arch1' variable for "s390*-linux*" targets.
12610
511aee7c
PA
126112015-03-04 Pedro Alves <palves@redhat.com>
12612
12613 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12614 (main): Pass missing retval argument to pthread_join call.
12615
95e50b27
PA
126162015-03-02 Pedro Alves <palves@redhat.com>
12617
12618 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12619 (top level): Call do_test with non-stop as well.
12620
28054d69
PA
126212015-03-02 Pedro Alves <palves@redhat.com>
12622
12623 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12624 -1.
12625
4fa5d7b4
AA
126262015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
12627
12628 * gdb.arch/s390-vregs.exp: New test.
12629 * gdb.arch/s390-vregs.S: New file.
12630
97c18565
PA
126312015-02-27 Pedro Alves <palves@redhat.com>
12632
12633 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12634 call to catch_command_errors.
12635 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12636 catch_command_errors.
12637
a37bfa30
PA
126382015-02-27 Pedro Alves <palves@redhat.com>
12639
12640 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12641 "true" for boolean result.
12642 * gdb.gdb/selftest.exp (test_with_self): Also accept full
12643 prototype of main.
12644
6f98576f
PA
126452015-02-27 Pedro Alves <palves@redhat.com>
12646
12647 * lib/unbuffer_output.c: New file.
12648 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12649 (main): Call gdb_unbuffer_output.
12650
eba5ab56
YQ
126512015-02-27 Yao Qi <yao.qi@linaro.org>
12652
12653 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12654 target.
12655
0def5aaa
DE
126562015-02-26 Doug Evans <dje@google.com>
12657
12658 * gdb.cp/class2.cc (Dbase, D): New classes.
12659 (main): New local delta.
12660 * gdb.cp/class2.exp: Test printing delta.
12661 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12662 (dynbar): New global.
12663 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12664
081a1c2c
JK
126652015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12666
12667 * gdb.compile/compile-ifunc.c: New file.
12668 * gdb.compile/compile-ifunc.exp: New file.
12669
2f41223f
AT
126702015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
12671
12672 * gdb.base/structs.exp: Check for correct struct on finish.
12673
03eddd80
YQ
126742015-02-26 Yao Qi <yao.qi@linaro.org>
12675
12676 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12677 is zero.
12678
80c57053
JK
126792015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12680
12681 * gdb.arch/cordic.ko.bz2: New file.
12682 * gdb.arch/cordic.ko.debug.bz2: New file.
12683 * gdb.arch/ppc64-symtab-cordic.exp: New file.
12684
21613c12
YQ
126852015-02-25 Yao Qi <yao.qi@linaro.org>
12686
12687 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12688 aarch64*-*-* target.
12689
d8b901ed
PA
126902015-02-23 Pedro Alves <palves@redhat.com>
12691
12692 * lib/gdb.exp (delete_breakpoints): Rewrite using
12693 gdb_test_multiple.
12694
e5b85ead
PA
126952015-02-23 Pedro Alves <palves@redhat.com>
12696
12697 * gdb.base/info-os.c: Include stdlib.h.
12698
85c3a371
DE
126992015-02-22 Doug Evans <xdje42@gmail.com>
12700
12701 PR symtab/17855
12702 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12703 is read after symbols have been re-read.
12704 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12705 * gdb.ada/exec_changed/second.adb (Second): Ditto.
12706
96553a0c
DE
127072015-02-21 Doug Evans <dje@google.com>
12708
12709 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12710
97a0c697
JK
127112015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12712
12713 PR corefiles/17808
12714 * gdb.arch/i386-biarch-core.core.bz2: New file.
12715 * gdb.arch/i386-biarch-core.exp: New file.
12716
a47cd6e9
PA
127172015-02-21 Pedro Alves <palves@redhat.com>
12718
12719 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12720 runto_main fails.
12721
c5facdc4
PA
127222015-02-20 Pedro Alves <palves@redhat.com>
12723
12724 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12725 info probes.
12726
2db9a427
PA
127272015-02-20 Pedro Alves <palves@redhat.com>
12728
12729 * gdb.threads/multi-create-ns-info-thr.exp: New file.
12730
60fb7e9e
PA
127312015-02-20 Pedro Alves <palves@redhat.com>
12732
12733 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
12734 clean_restart before gdb_target_supports_trace.
12735
5c5019c2
PA
127362015-02-20 Pedro Alves <palves@redhat.com>
12737
12738 PR threads/18006
12739 * gdb.threads/clone-thread_db.c: New file.
12740 * gdb.threads/clone-thread_db.exp: New file.
12741
c9587f88
AT
127422015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
12743
12744 PR breakpoints/16812
12745 * gdb.base/catch-gdb-caused-signals.c: New file.
12746 * gdb.base/catch-gdb-caused-signals.exp: New file.
12747
f6a88844
JM
127482015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
12749
12750 * configure: Regenerated.
12751 * configure.ac: Use GDB_AC_TRANSFORM.
12752 * aclocal.m4: sinclude ../transform.m4.
12753
497c491b
JM
127542015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12755
12756 * lib/dtrace.exp: New file.
12757 * gdb.base/dtrace-probe.exp: Likewise.
12758 * gdb.base/dtrace-probe.d: Likewise.
12759 * gdb.base/dtrace-probe.c: Likewise.
12760 * lib/pdtrace.in: Likewise.
12761 * configure.ac: Output variables with the transformed names of
12762 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
12763 * configure: Regenerated.
12764
03e98035
JM
127652015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12766
12767 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12768 expected message when trying to access $_probe_* convenience
12769 variables while not on a probe.
12770
63cc30e9
JK
127712015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12772
12773 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12774
0703599a
PA
127752015-02-11 Pedro Alves <pedro@codesourcery.com>
12776
12777 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12778 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12779
7e60a48e
DE
127802015-02-10 Doug Evans <xdje42@gmail.com>
12781
12782 * lib/gdb.exp (gdb_load): Always return a result.
12783
01b088bc
PA
127842015-02-10 Pedro Alves <palves@redhat.com>
12785
12786 * gdb.threads/signal-sigtrap.c: New file.
12787 * gdb.threads/signal-sigtrap.exp: New file.
12788
b05ec7a5
AT
127892015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
12790
12791 * gdb.trace/no-attach-trace.c: New file.
12792 * gdb.trace/no-attach-trace.exp: New file.
12793
a2c2acaf
MW
127942015-02-09 Mark Wielaard <mjw@redhat.com>
12795
12796 * gdb.dwarf2/atomic.c: New file.
12797 * gdb.dwarf2/atomic-type.exp: Likewise.
12798
31fd9caa
MM
127992015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12800
12801 * gdb.btrace/buffer-size.exp: Update "info record" output.
12802 * gdb.btrace/delta.exp: Update "info record" output.
12803 * gdb.btrace/enable.exp: Update "info record" output.
12804 * gdb.btrace/finish.exp: Update "info record" output.
12805 * gdb.btrace/instruction_history.exp: Update "info record" output.
12806 * gdb.btrace/next.exp: Update "info record" output.
12807 * gdb.btrace/nexti.exp: Update "info record" output.
12808 * gdb.btrace/step.exp: Update "info record" output.
12809 * gdb.btrace/stepi.exp: Update "info record" output.
12810 * gdb.btrace/nohist.exp: Update "info record" output.
12811
d33501a5
MM
128122015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12813
12814 * gdb.btrace/buffer-size: New.
12815
f4abbc16
MM
128162015-02-09 Markus Metzger <markus.t.metzger@intel.com>
12817
12818 * gdb.btrace/delta.exp: Update "info record" output.
12819 * gdb.btrace/enable.exp: Update "info record" output.
12820 * gdb.btrace/finish.exp: Update "info record" output.
12821 * gdb.btrace/instruction_history.exp: Update "info record" output.
12822 * gdb.btrace/next.exp: Update "info record" output.
12823 * gdb.btrace/nexti.exp: Update "info record" output.
12824 * gdb.btrace/step.exp: Update "info record" output.
12825 * gdb.btrace/stepi.exp: Update "info record" output.
12826 * gdb.btrace/nohist.exp: Update "info record" output.
12827
b9d61307
SM
128282015-02-06 Simon Marchi <simon.marchi@ericsson.com>
12829
12830 PR gdb/15678
12831 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12832
e584fdbc
PA
128332015-02-06 Pedro Alves <palves@redhat.com>
12834
12835 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12836 macro.
12837 (seconds_left, again): New globals.
12838 (main): Wait seconds_left in a 1-second sleep loop instead of
12839 sleeping 180 seconds. If 'again' is set, reset the seconds
12840 counter.
12841 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12842 'again' in the inferior before detaching. Print the seconds left.
12843 (options): New global.
12844 (top level): Build program with -DTIMEOUT=$timeout.
12845
77f41761
PA
128462015-02-06 Pedro Alves <palves@redhat.com>
12847
12848 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12849 determine how many seconds to pass to 'alarm'.
12850 * gdb.base/gdb-sigterm.exp (top level): Build program with
12851 -DTIMEOUT=$timeout.
12852 (do_test): Return success/failure indication. Add more verbose
12853 logging. Don't fail if 200 single steps are seen. Instead, fail
12854 when the test times out.
12855 (passes): New global.
12856 (top level): Break the testing loop if testing fails on any
12857 iteration. Use gdb_assert.
12858
b9394193
DB
128592015-02-04 Don Breazeal <donb@codesourcery.com>
12860
12861 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12862 and initialize them.
12863 (ipc_cleanup): New function.
12864 (main): Don't declare shmid, semid, and msqid. Add a call to
12865 atexit so that we call ipc_cleanup on exit.
12866
42d9e528
PA
128672015-02-04 Pedro Alves <palves@redhat.com>
12868
12869 * boards/native-extended-gdbserver.exp: Remove any target variant
12870 specifications from the board name before clearing the isremote
12871 flag from board_info.
12872
ae6ae975
DE
128732015-01-31 Doug Evans <xdje42@gmail.com>
12874
12875 * gdb.base/maint.exp <maint print type argc>: Update expected output.
12876
cfb069a8
GB
128772015-01-31 Gary Benson <gbenson@redhat.com>
12878
12879 * gdb.base/completion.exp: Disable completion limiting for
12880 existing tests. Add new tests to check completion limiting.
12881 * gdb.linespec/ls-errs.exp: Disable completion limiting.
12882
5dd31d79
DE
128832015-01-31 Doug Evans <xdje42@gmail.com>
12884
12885 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12886
9f050062
DE
128872015-01-31 Doug Evans <xdje42@gmail.com>
12888
12889 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12890 entries. Duplicate file section script entries.
12891 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12892 inlined entries. Add test for safe-path rejection.
12893 * gdb.python/py-section-script.c: Add duplicate inlined section script
12894 entries. Duplicate file section script entries.
12895 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12896 inlined entries. Add test for safe-path rejection.
12897
df25ebbd
JB
128982015-01-29 Joel Brobecker <brobecker@adacore.com>
12899
12900 * gdb.ada/disc_arr_bound: New testcase.
12901
4a0ca9ec
JB
129022015-01-29 Joel Brobecker <brobecker@adacore.com>
12903
12904 * gdb.ada/mi_var_array: New testcase.
12905
3a8b707a
DE
129062015-01-27 Doug Evans <dje@google.com>
12907
12908 * gdb.python/py-objfile.exp: Add tests for objfile.username.
12909 Add test for objfile.filename, objfile.username after objfile
12910 has been unloaded.
12911
f8313f6e
JB
129122015-01-26 Joel Brobecker <brobecker@adacore.com>
12913
12914 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12915 the second test to print the name attribute of value
12916 returned by the call to gdb.lookup_type, and adjust
12917 the expected output accordingly.
12918
37bc665e
MW
129192015-01-25 Mark Wielaard <mjw@redhat.com>
12920
12921 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12922 * gdb.base/disp-step-fork.c: Include unistd.h.
12923 * gdb.base/siginfo-obj.c: Include stdio.h.
12924 * gdb.base/siginfo-thread.c: Likewise.
12925 * gdb.mi/non-stop.c: Include unistd.h.
12926 * gdb.mi/nsthrexec.c: Include stdio.h.
12927 * gdb.mi/pthreads.c: Include unistd.h.
12928 * gdb.modula2/unbounded1.c (main): Declare returns int.
12929 * gdb.reverse/consecutive-reverse.c: Likewise.
12930 * gdb.threads/create-fail.c: Include unistd.h.
12931 * gdb.threads/killed.c: Likewise.
12932 * gdb.threads/linux-dp.c: Likewise.
12933 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12934 * gdb.threads/non-ldr-exc-2.c: Likewise.
12935 * gdb.threads/non-ldr-exc-3.c: Likewise.
12936 * gdb.threads/non-ldr-exc-4.c: Likewise.
12937 * gdb.threads/pthreads.c: Include unistd.h.
12938 (main): Declare returns int.
12939 * gdb.threads/tls-main.c (foo): New declaration.
12940 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12941
f7e5394d
SM
129422015-01-23 Simon Marchi <simon.marchi@ericsson.com>
12943
12944 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12945 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12946
743649fd
MW
129472015-01-15 Mark Wielaard <mjw@redhat.com>
12948
12949 * gdb.base/noreturn-return.c: New file.
12950 * gdb.base/noreturn-return.exp: New file.
12951 * gdb.base/noreturn-finish.c: New file.
12952 * gdb.base/noreturn-finish.exp: New file.
12953
198297aa
PA
129542015-01-23 Pedro Alves <palves@redhat.com>
12955
12956 * gdb.threads/continue-pending-after-query.c: New file.
12957 * gdb.threads/continue-pending-after-query.exp: New file.
12958
717cf30c
AG
129592015-01-22 Anders Granlund <anders.granlund@ericsson.com>
12960 Simon Marchi <simon.marchi@ericsson.com>
12961
12962 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12963 * gdb.base/valgrind-db-attach.exp: Same.
12964 * gdb.base/valgrind-infcall.exp: Same.
12965 * lib/mi-support.exp (default_mi_gdb_start): Same.
12966 * lib/prompt.exp (default_prompt_gdb_start): Same.
12967 * lib/gdb.exp (default_gdb_spawn): Same.
12968 (gdb_interact): New.
12969
12970
4b62a76e
JK
129712015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12972
12973 * gdb.compile/compile.exp (pointer to jit function): New test.
12974
b4cdae6f
WW
129752015-01-17 Wei-cheng Wang <cole945@gmail.com>
12976
12977 * lib/gdb.exp (supports_process_record): Return true for
12978 powerpc*-*-linux*.
12979 (supports_reverse): Likewise.
12980
d221e7ef
DB
129812015-01-15 Don Breazeal <donb@codesourcery.com>
12982
12983 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12984 instead of checking whether the target board is remote and
12985 use spawn_wait_for_attach instead of exec/sleep.
12986 * gdb.base/attach-twice.exp: Likewise.
12987
bafffb51
JB
129882015-01-15 Joel Brobecker <brobecker@adacore.com>
12989
12990 * gdb.ada/var_arr_attrs: New testcase.
12991
5589af0e
PA
129922015-01-14 Pedro Alves <palves@redhat.com>
12993 Joel Brobecker <brobecker@adacore.com>
12994
12995 PR gdb/17525
12996 * gdb.base/bp-cmds-execution-x-script.c: New file.
12997 * gdb.base/bp-cmds-execution-x-script.exp: New file.
12998 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12999
6c400b59
PA
130002015-01-14 Pedro Alves <palves@redhat.com>
13001
13002 PR cli/17828
13003 * gdb.base/batch-preserve-term-settings.c: New file.
13004 * gdb.base/batch-preserve-term-settings.exp: New file.
13005
e02c96a7
DE
130062015-01-13 Doug Evans <dje@google.com>
13007
13008 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13009 binary.
13010
576fd14c
JB
130112015-01-13 Joel Brobecker <brobecker@adacore.com>
13012
13013 * Makefile.in (clean mostlyclean): Do not delete *.py.
13014
04dccad0
JB
130152015-01-13 Joel Brobecker <brobecker@adacore.com>
13016
13017 * gdb.python/py-lookup-type.exp: New file.
13018
3d230f71
PA
130192015-01-12 Pedro Alves <palves@redhat.com>
13020
13021 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13022 restore GDBFLAGS before returning.
13023
7e67715d
JK
130242015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13025
13026 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13027 is_amd64_regs_target and is_x86_like_target.
13028
f2e0d4b4
DE
130292015-01-11 Doug Evans <xdje42@gmail.com>
13030
13031 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13032 is given without an explicit form.
13033 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13034 attributes.
13035 * gdb.dwarf/corrupt.exp: Ditto.
13036 * gdb.dwarf2/enum-type.exp: Ditto.
13037 * gdb.trace/entry-values.exp: Ditto.
13038 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13039
439250fb
DE
130402015-01-11 Doug Evans <xdje42@gmail.com>
13041
13042 PR gdb/15830
13043 * gdb.base/maint.exp: Remove references to "maint demangle".
13044 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13045 Add tests for explicitly specifying language to demangle.
13046 * gdb.dlang/demangle.exp: Ditto.
13047
ede9f622
PA
130482015-01-09 Pedro Alves <palves@redhat.com>
13049
13050 * gdb.threads/non-stop-fair-events.c: New file.
13051 * gdb.threads/non-stop-fair-events.exp: New file.
13052
a7b796db
PA
130532015-01-09 Pedro Alves <palves@redhat.com>
13054
13055 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13056 the global scope. Set a breakpoint after all threads are started
13057 rather than stepping over two source lines. Expect the prompt.
13058 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13059 global.
13060 (NUM): Now 15.
13061 (main): Use threads_started_barrier to wait for all threads to
13062 start. Main thread no longer calls thread_function. Exit after
13063 180 seconds.
13064 (loop): New function.
13065 (thread_function): Wait on threads_started_barrier barrier. Call
13066 'loop' at each iteration.
13067 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13068 threads have started, instead of hardcoding number of "next"
13069 steps. Use an access watchpoint instead of a write watchpoint.
13070
9665ffdd
PA
130712015-01-09 Pedro Alves <palves@redhat.com>
13072
13073 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13074 (thread_func): Wait on barrier.
13075 (main): Wait for all threads to start before stopping GDB.
13076 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13077 global.
13078 (thread1_func, thread2_func): Wait on barrier.
13079 (main): Wait for all threads to start before stopping GDB.
13080 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13081 New global.
13082 (thread1_func, thread2_func): Wait on barrier.
13083 (main): Wait for all threads to start before stopping GDB.
13084
c945a99f
PA
130852015-01-09 Pedro Alves <palves@redhat.com>
13086
13087 * gdb.threads/attach-many-short-lived-threads.c: New file.
13088 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13089
c1a747c1
PA
130902014-01-09 Pedro Alves <palves@redhat.com>
13091
13092 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13093 instead of to thread 2.
13094 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13095 Add barrier around each pthread_create call instead of around all
13096 calls.
13097 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13098 Set a break on thread_function and have the child threads hit it
13099 one at at a time.
13100
60b3033e
PA
131012015-01-09 Pedro Alves <palves@redhat.com>
13102
13103 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13104 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13105 false.
13106 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13107 checking whether the target board is remote.
13108 * gdb.multi/multi-attach.exp: Likewise.
13109 * gdb.python/py-sync-interp.exp: Likewise.
13110 * gdb.server/ext-attach.exp: Likewise.
13111 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13112 tests that need to attach, instead of checking whether the target
13113 board is remote at the top of the file.
13114
acc018ac
YQ
131152015-01-08 Yao Qi <yao@codesourcery.com>
13116
13117 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13118
50a18af8
JK
131192015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13120
13121 Fix testcase compilation.
13122 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13123
8503d6e1
JB
131242015-01-06 Joel Brobecker <brobecker@adacore.com>
13125
13126 * gdb.python/py-type.exp: Add a couple test about empty
13127 array creation, and negative-length array creation.
13128
cc73dbcc
DE
131292015-01-02 Doug Evans <xdje42@gmail.com>
13130
13131 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13132
0300bbc7
DE
131332015-01-02 Doug Evans <dje@google.com>
13134
13135 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13136
9d85a0ec
YQ
131372014-12-29 Yao Qi <yao@codesourcery.com>
13138
13139 * gdb.trace/entry-values.exp: Update comments. Rename variable
13140 bar_call_foo to returned_from_foo.
13141
87186c6a
MMN
131422014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13143
13144 PR gdb/17394
13145 * gdb.linespec/break-asm-file.c: New file.
13146 * gdb.linespec/break-asm-file.exp: New file.
13147 * gdb.linespec/break-asm-file0.s: New file.
13148 * gdb.linespec/break-asm-file1.s: New file.
13149
1bab7383
YQ
131502014-12-18 Nigel Stephens <nigel@mips.com>
13151 Maciej W. Rozycki <macro@codesourcery.com>
13152
13153 * gdb.base/float.exp: Handle the new output from "info float" on
13154 MIPS targets.
13155
1bc1068a
JK
131562014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13157
13158 Fix MinGW compilation.
13159 * gdb.compile/compile-ops.exp: Update untested message if
13160 !skip_compile_feature_tests.
13161 * gdb.compile/compile-setjmp.exp: Likewise.
13162 * gdb.compile/compile-tls.exp: Likewise.
13163 * gdb.compile/compile.exp: Likewise.
13164 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13165 supported on this host".
13166
b6615d10
DE
131672014-12-16 Doug Evans <xdje42@gmail.com>
13168
13169 * boards/stabs.exp: New file.
13170
25dda427
AA
131712014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13172
13173 * gdb.base/completion.exp: Adjust to format changes of "maint
13174 print user-registers".
13175
bf330350
CU
131762014-12-16 Catalin Udma <catalin.udma@freescale.com>
13177
13178 PR server/17457
13179 * gdb.arch/aarch64-fp.c: New file.
13180 * gdb.arch/aarch64-fp.exp: New file.
13181
395cf596
SDJ
131822014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13183
13184 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13185 r210637, r210913, r211666, r215400, r215817).
13186
13187 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13188 * dg-extract-results.py: New file.
13189 * dg-extract-results.sh: Use it if the environment seems
13190 suitable.
13191
13192 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13193
13194 * dg-extract-results.py (parse_run): Handle warnings that
13195 are printed before a test harness is run.
13196
13197 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13198
13199 * dg-extract-results.py (Named): Remove __cmp__ method.
13200 (output_variation): Use a key to sort variation.harnesses.
13201
13202 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13203
13204 * dg-extract-results.py: For Python 3, force sys.stdout to
13205 handle surrogate escape sequences.
13206 (safe_open): New function.
13207 (output_segment, main): Use it.
13208
13209 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13210
13211 * dg-extract-results.py (Prog.result_re): Include options
13212 in test name.
13213
13214 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13215
13216 * dg-extract-results.py (output_variation): Always sort if
13217 do_sum.
13218
e882ef3c
SM
132192014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13220
13221 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13222 as long as we get pagination notifications.
13223
4992aa20
JM
132242014-12-15 Jason Merrill <jason@redhat.com>
13225
13226 * Makefile.in (check-gdb.%): Restore.
13227 * README: Mention it.
13228
c1b5a1a6
JB
132292014-12-13 Joel Brobecker <brobecker@adacore.com>
13230
13231 * gdb.ada/str_uninit: New testcase.
13232
5537b577
JK
132332014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13234
13235 PR symtab/17642
13236 * gdb.base/vla-stub-define.c: New file.
13237 * gdb.base/vla-stub.c: New file.
13238 * gdb.base/vla-stub.exp: New file.
13239
bb2ec1b3
TT
132402014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13241 Jan Kratochvil <jan.kratochvil@redhat.com>
13242 Tom Tromey <tromey@redhat.com>
13243
13244 * configure.ac: Add gdb.compile/.
13245 * configure: Regenerate.
13246 * gdb.compile/Makefile.in: New file.
13247 * gdb.compile/compile-ops.exp: New file.
13248 * gdb.compile/compile-ops.c: New file.
13249 * gdb.compile/compile-tls.c: New file.
13250 * gdb.compile/compile-tls.exp: New file.
13251 * gdb.compile/compile-constvar.S: New file.
13252 * gdb.compile/compile-constvar.c: New file.
13253 * gdb.compile/compile-mod.c: New file.
13254 * gdb.compile/compile-nodebug.c: New file.
13255 * gdb.compile/compile-setjmp-mod.c: New file.
13256 * gdb.compile/compile-setjmp.c: New file.
13257 * gdb.compile/compile-setjmp.exp: New file.
13258 * gdb.compile/compile-shlib.c: New file.
13259 * gdb.compile/compile.c: New file.
13260 * gdb.compile/compile.exp: New file.
13261 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13262
4ff709eb
TT
132632014-12-12 Tom Tromey <tromey@redhat.com>
13264
13265 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13266 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13267
6dddd6a5
DE
132682014-12-12 Doug Evans <dje@google.com>
13269
13270 * lib/gdb-python.exp (get_python_valueof): New function.
13271 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13272
71c24708
AA
132732014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13274
13275 * gdb.base/completion.exp: Add test for completion of "info
13276 registers ".
13277
3e29f34a
MR
132782014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13279
13280 * gdb.base/func-ptrs.c: New file.
13281 * gdb.base/func-ptrs.exp: New file.
13282
fc126975
SM
132832014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13284
13285 PR breakpoints/17012
13286 * gdb.base/dprintf-detach.c: New file.
13287 * gdb.base/dprintf-detach.exp: New file.
13288
0a46d518
SM
132892014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13290
13291 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13292 * lib/gdb.exp (target_is_gdbserver): New procedure.
13293
a0be3e44
DE
132942014-12-08 Doug Evans <dje@google.com>
13295
13296 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13297
df1b803a
YQ
132982014-12-05 Yao Qi <yao@codesourcery.com>
13299
13300 * gdb.guile/scm-error.exp: Remove the third argument to
13301 gdb_remote_download.
13302 * gdb.guile/scm-frame-args.exp: Likewise.
13303 * gdb.guile/scm-section-script.exp: Likewise.
13304
ddb9f679
YQ
133052014-12-05 Yao Qi <yao@codesourcery.com>
13306
13307 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13308
86e4ed39
DE
133092014-12-04 Doug Evans <dje@google.com>
13310
13311 * gdb.python/py-objfile.exp: Add tests for
13312 objfile.add_separate_debug_file.
13313
7c50a931
DE
133142014-12-04 Doug Evans <dje@google.com>
13315
13316 * lib/gdb.exp (get_build_id): New function.
13317 (build_id_debug_filename_get): Rewrite to use it.
13318 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13319
621661e3
MR
133202014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13321
13322 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13323 `method(long)', not just 0x0.
13324 * gdb.cp/nsalias.exp: Align code labels to 4.
13325 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13326 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13327 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13328 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13329 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13330 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13331
29f0c3b7
DE
133322014-12-02 Doug Evans <dje@google.com>
13333
e1e061e7 13334 PR symtab/17602
29f0c3b7 13335 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13336 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13337 * gdb.cp/anon-ns.exp: Update.
13338
162078c8
NB
133392014-12-02 Nick Bull <nicholaspbull@gmail.com>
13340
13341 * gdb.python/py-events.py (inferior_call_handler): New.
13342 (register_changed_handler, memory_changed_handler): New.
13343 (test_events.invoke): Register new handlers.
13344 * gdb.python/py-events.exp: Add tests for inferior call,
13345 memory_changed and register_changed events.
13346
fdb09caf
AA
133472014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13348
13349 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13350 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13351 if the linker doesn't understand this.
13352
55cfb2c4
SM
133532014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13354
13355 * gdb.python/python.exp: Change expected reply to help().
13356
9e8cd6df
YQ
133572014-12-01 Yao Qi <yao@codesourcery.com>
13358
13359 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13360 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13361 * configure: Re-generated.
13362
6c659fc2
SC
133632014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13364
13365 * gdb.cp/chained-calls.cc: New file.
13366 * gdb.cp/chained-calls.exp: New file.
13367 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13368
d7fc3181
SM
133692014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13370
13371 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13372 * gdb.dwarf2/symtab-producer.exp: Same.
13373 * gdb.gdb/python-interrupts.exp: Same.
13374 * gdb.gdb/python-selftest.exp: Same.
13375 * gdb.python/py-linetable.exp: Same.
13376 * gdb.python/py-type.exp: Same.
13377 * gdb.python/py-value-cc.exp: Same.
13378 * gdb.python/py-value.exp: Same.
13379
10e79639
YQ
133802014-11-28 Yao Qi <yao@codesourcery.com>
13381
13382 * gdb.base/break-probes.exp: Match library name prefixed with
13383 sysroot.
13384
f28a0564
SM
133852014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13386
13387 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13388 test expected output. Add parentheses for the call to print.
13389 Remove L suffix from integers.
13390
3fe1ce1d
DE
133912014-11-26 Doug Evans <dje@google.com>
13392
13393 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13394
84429e27
YQ
133952014-11-22 Yao Qi <yao@codesourcery.com>
13396
13397 * gdb.trace/entry-values.c: Remove asms.
13398 (foo): Add foo_label.
13399 (bar): Add bar_label.
13400 * gdb.trace/entry-values.exp: Remove code computing foo's
13401 length and bar's length.
13402 (Dwarf::assemble): Invoke function_range for bar and use
13403 MACRO_AT_func for foo.
13404
26741859
YQ
134052014-11-22 Yao Qi <yao@codesourcery.com>
13406
13407 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13408 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13409 Use .Lgcc43_procstart instead of gcc43.
13410
45e44d27
JB
134112014-11-21 Joel Brobecker <brobecker@adacore.com>
13412
13413 * gdb.ada/n_arr_bound: New testcase.
13414
458c8db8
SDJ
134152014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13416
13417 PR breakpoints/10737
13418 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13419 test_catch_syscall_multi_arch.
13420 (test_catch_syscall_multi_arch): New function.
13421
43f3e411
DE
134222014-11-20 Doug Evans <xdje42@gmail.com>
13423
13424 * gdb.base/maint.exp: Update expected output.
13425
0d7b2549
AA
134262014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13427
13428 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13429 4-byte instruction on S390.
13430
8908fca5
JB
134312014-11-19 Joel Brobecker <brobecker@adacore.com>
13432
13433 * gdb.ada/arr_arr: New testcase.
13434
4a46959e
JB
134352014-11-19 Joel Brobecker <brobecker@adacore.com>
13436
13437 * gdb.ada/pkd_arr_elem: New Testcase.
13438
470e2f4e
LM
134392014-11-18 Luis Machado <lgustavo@codesourcery.com>
13440
13441 * gdb.reverse/break-precsave: Expect completion message for
13442 core file reads.
13443 * gdb.reverse/consecutive-precsave.exp: Likewise.
13444 * gdb.reverse/finish-precsave.exp: Likewise.
13445 * gdb.reverse/i386-precsave.exp: Likewise.
13446 * gdb.reverse/machinestate-precsave.exp: Likewise.
13447 * gdb.reverse/sigall-precsave.exp: Likewise.
13448 * gdb.reverse/solib-precsave.exp: Likewise.
13449 * gdb.reverse/step-precsave.exp: Likewise.
13450 * gdb.reverse/until-precsave.exp: Likewise.
13451 * gdb.reverse/watch-precsave.exp: Likewise.
13452
a267f3ad
AA
134532014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13454
13455 * gdb.base/bp-permanent.c: Include unistd.h.
13456 * gdb.python/py-framefilter-mi.c (main): Add return type.
13457 * gdb.python/py-framefilter.c (main): Likewise.
13458 * gdb.trace/actions-changed.c (main): Likewise.
13459
12084a9a
AA
134602014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13461
13462 * gdb.mi/until.c: Add eye-catchers.
13463 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13464 line numbers.
13465
dc7e1a77
AA
134662014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13467
13468 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13469 function header variants in break1.c.
13470 * gdb.base/ena-dis-br.exp: Likewise.
13471 * gdb.base/hbreak2.exp: Likewise.
13472 * gdb.reverse/until-precsave.exp: Drop references to removed
13473 non-prototype function header variants in ur1.c.
13474 * gdb.reverse/until-reverse.exp: Likewise.
13475
41c77605
PM
134762014-11-17 Petr Machata <pmachata@redhat.com>
13477
13478 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13479 ${_cu_offset_size} bytes abbrev offset.
13480
34248c3a
DE
134812014-11-15 Doug Evans <xdje42@gmail.com>
13482
13483 PR symtab/17559
13484 * gdb.base/line-symtabs.exp: New file.
13485 * gdb.base/line-symtabs.c: New file.
13486 * gdb.base/line-symtabs.h: New file.
13487
646da059
YQ
134882014-11-14 Yao Qi <yao@codesourcery.com>
13489
13490 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13491 (func): Add label func_label.
13492 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13493 Replace low_pc and high_pc with MACRO_AT_range.
13494 Replace name, low_pc and high_pc with MACRO_AT_func.
13495
9301ebe6
YQ
134962014-11-14 Yao Qi <yao@codesourcery.com>
13497
13498 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13499 Replace name, low_pc and high_pc with MACRO_AT_func.
13500
f166b542
YQ
135012014-11-14 Yao Qi <yao@codesourcery.com>
13502
13503 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13504 produce debug information.
13505 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13506
0f6e71e3
YQ
135072014-11-14 Yao Qi <yao@codesourcery.com>
13508
13509 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13510 object and get function length.
13511 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13512 with MACRO_AT_func.
13513 (top-level): Replace gdb_compile and clean_restart with
13514 prepare_for_testing.
13515 * gdb.dwarf2/main.c (main): Add label main_label.
13516
876c4df9
YQ
135172014-11-14 Yao Qi <yao@codesourcery.com>
13518
13519 * lib/dwarf.exp (function_range): New procedure.
13520 (Dwarf::_handle_macro_at_func): New procedure.
13521 (Dwarf::_handle_macro_at_range): New procedure.
13522 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13523
02ad9cf1
YQ
135242014-11-14 Yao Qi <yao@codesourcery.com>
13525
13526 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13527 (_handle_attribute): New procedure.
13528
a59add0c
AA
135292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13530
13531 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13532 * gdb.base/call-sc.c (zed): Likewise.
13533 * gdb.base/checkpoint.c (main): Likewise.
13534 * gdb.base/dump.c (main): Likewise.
13535 * gdb.base/gcore.c (main): Likewise.
13536 * gdb.base/huge.c (main): Likewise.
13537 * gdb.base/multi-forks.c (main): Likewise.
13538 * gdb.base/pr10179-a.c (main): Likewise.
13539 * gdb.base/savedregs.c (main): Likewise.
13540 * gdb.base/sigaltstack.c (main): Likewise.
13541 * gdb.base/siginfo.c (main): Likewise.
13542 * gdb.base/structs.c (zed): Likewise.
13543 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13544 * gdb.mi/mi-syn-frame.c (main): Likewise.
13545 * gdb.mi/until.c (foo, main): Likewise.
13546 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13547 * gdb.base/solib-weak.c (foo): Declare.
13548 * gdb.base/attach-twice.c: Include stdio.h.
13549 * gdb.base/weaklib1.c: Likewise.
13550 * gdb.base/weaklib2.c: Likewise.
13551 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13552 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13553 unistd.h.
13554 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13555 * gdb.mi/mi-exit-code.c: Likewise.
13556 * gdb.base/break-interp-lib.c: Include string.h.
13557 * gdb.base/coremaker.c: Likewise.
13558 * gdb.base/testenv.c: Likewise.
13559 * gdb.python/py-finish-breakpoint.c: Likewise.
13560 * gdb.base/inferior-died.c: Include sys/wait.h.
13561 * gdb.base/fileio.c: Include time.h.
13562 * gdb.base/async-shell.c: Include unistd.h.
13563 * gdb.base/dprintf-non-stop.c: Likewise.
13564 * gdb.base/info-os.c: Likewise.
13565 * gdb.mi/mi-console.c: Likewise.
13566 * gdb.mi/watch-nonstop.c: Likewise.
13567 * gdb.python/py-events.c: Likewise.
13568 * gdb.base/async.c (baz): Move up before its invocation.
13569 * gdb.base/code_elim2.c (my_global_func): Likewise.
13570 * gdb.base/skip-solib-lib.c (multiply): Likewise.
13571 * gdb.base/advance.c (func2): Likewise.
13572
3b5d5997
AA
135732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13574
13575 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13576 variant.
13577 * gdb.base/annota3.c: Likewise.
13578 * gdb.base/async.c: Likewise.
13579 * gdb.base/average.c: Likewise.
13580 * gdb.base/call-ar-st.c: Likewise.
13581 * gdb.base/call-rt-st.c: Likewise.
13582 * gdb.base/call-sc.c: Likewise.
13583 * gdb.base/call-strs.c: Likewise.
13584 * gdb.base/ending-run.c: Likewise.
13585 * gdb.base/execd-prog.c: Likewise.
13586 * gdb.base/exprs.c: Likewise.
13587 * gdb.base/foll-exec.c: Likewise.
13588 * gdb.base/foll-fork.c: Likewise.
13589 * gdb.base/foll-vfork.c: Likewise.
13590 * gdb.base/funcargs.c: Likewise.
13591 * gdb.base/gcore.c: Likewise.
13592 * gdb.base/jump.c: Likewise.
13593 * gdb.base/langs0.c: Likewise.
13594 * gdb.base/langs1.c: Likewise.
13595 * gdb.base/langs2.c: Likewise.
13596 * gdb.base/mips_pro.c: Likewise.
13597 * gdb.base/nodebug.c: Likewise.
13598 * gdb.base/opaque0.c: Likewise.
13599 * gdb.base/opaque1.c: Likewise.
13600 * gdb.base/recurse.c: Likewise.
13601 * gdb.base/run.c: Likewise.
13602 * gdb.base/scope0.c: Likewise.
13603 * gdb.base/scope1.c: Likewise.
13604 * gdb.base/setshow.c: Likewise.
13605 * gdb.base/setvar.c: Likewise.
13606 * gdb.base/shmain.c: Likewise.
13607 * gdb.base/shr1.c: Likewise.
13608 * gdb.base/shr2.c: Likewise.
13609 * gdb.base/sigall.c: Likewise.
13610 * gdb.base/signals.c: Likewise.
13611 * gdb.base/so-indr-cl.c: Likewise.
13612 * gdb.base/solib2.c: Likewise.
13613 * gdb.base/structs.c: Likewise.
13614 * gdb.base/sum.c: Likewise.
13615 * gdb.base/vforked-prog.c: Likewise.
13616 * gdb.base/watchpoint.c: Likewise.
13617 * gdb.reverse/shr2.c: Likewise.
13618 * gdb.reverse/until-reverse.c: Likewise.
13619 * gdb.reverse/ur1.c: Likewise.
13620 * gdb.reverse/watch-reverse.c: Likewise.
13621
066a77c5
AA
136222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13623
13624 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13625 variant.
13626 * gdb.base/sepdebug.exp: Drop references to removed code.
13627
4f204ea5
AA
136282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13629
13630 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13631 variant. Preserve original line numbering.
13632 * gdb.base/list1.c: Likewise.
13633
3b377a3a
AA
136342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13635
13636 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13637 variant.
13638 * gdb.base/break1.c: Likewise.
13639 * gdb.base/break.exp: Drop references to removed code.
13640
e444df73
AA
136412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13642
13643 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13644 variant.
13645
8008f2a7
AA
136462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13647
13648 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13649
a5a06887
AA
136502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13651
13652 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
13653 logic into perform_all_tests() and invoke it with and without
13654 function header prototypes.
13655 (do_function_calls): Remove conditional XFAIL for PR 5318.
13656 (rerun_and_prepare): Remove duplicate code.
13657 (perform_all_tests): New. Main logic moved here.
13658
44dba9b9
AA
136592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13660
13661 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13662 code guarded by #ifdef NO_PROTOTYPES.
13663 (t_double_many_args): Likewise.
13664 (DEF_FUNC_MANY_ARGS_1): Likewise.
13665 (DEF_FUNC_VALUES_1): Likewise.
13666 (t_structs_ldc): Renamed from t_structs_fc in conditional code
13667 guarded by #ifdef PROTOTYPES.
13668
d1fbcd56
AA
136692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13670
13671 * gdb.mi/mi-console.c: Add eye-catcher.
13672 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13673 instead of literal line number.
13674
b0e59b8f
AA
136752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13676
13677 * gdb.base/shr2.c: Add eye-catcher.
13678 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13679 line number.
13680
78f98cca
AA
136812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13682
13683 * gdb.base/jump.c: Add eye-catchers.
13684 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13685 numbers.
13686
58fa2af0
AA
136872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13688
13689 * gdb.base/execd-prog.c: Add eye-catchers.
13690 * gdb.base/foll-exec.c: Likewise.
13691 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13692 line numbers.
13693
04e5059b
AA
136942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13695
13696 * gdb.base/ending-run.c: Add eye-catchers.
13697 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13698 literal line numbers.
13699
dbfdb174
AA
137002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13701
13702 * gdb.base/call-rt-st.c: Add eye-catchers.
13703 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13704 literal line numbers.
13705
888a2ade
AA
137062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13707
13708 * gdb.base/call-ar-st.c: Add eye-catchers.
13709 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13710 literal line numbers.
13711
6acc2dde
AA
137122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13713
13714 * gdb.base/average.c: Add eye-catchers.
13715 * gdb.base/sum.c: Likewise.
13716 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13717 regexps dynamically.
13718
9ecfcd1d
AA
137192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13720
13721 * gdb.base/solib1.c: Add eye-catchers.
13722 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13723 literal line numbers.
13724
78708b7c
PA
137252014-11-12 Pedro Alves <palves@redhat.com>
13726
13727 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13728 leader has exited.
13729
af48d08f
PA
137302014-11-12 Pedro Alves <palves@redhat.com>
13731
13732 * gdb.arch/i386-bp_permanent.c: New file.
13733 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13734 (srcfile): Set to i386-bp_permanent.c.
13735 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
13736 that stepi does not execute the 'leave' instruction, instead of
13737 testing it does execute.
13738 * gdb.base/bp-permanent.c: New file.
13739 * gdb.base/bp-permanent.exp: New file.
13740
af3768e9
DE
137412014-11-10 Doug Evans <xdje42@gmail.com>
13742
13743 PR symtab/17564
13744 * gdb.base/symtab-search-order.exp: New file.
13745 * gdb.base/symtab-search-order.c: New file.
13746 * gdb.base/symtab-search-order-1.c: New file.
13747 * gdb.base/symtab-search-order-shlib-1.c: New file.
13748
9de00a4a
PA
137492014-11-07 Pedro Alves <palves@redhat.com>
13750
13751 PR gdb/17511
13752 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13753 i?86-*-linux*.
13754
e0f52461
SC
137552014-11-03 Siva Chandra Reddy <sivachandra@google.com>
13756
13757 PR c++/17494
13758 * gdb.cp/pr17494.cc: New file.
13759 * gdb.cp/pr17494.exp: New file.
13760
6ce8c980
YQ
137612014-11-02 Yao Qi <yao@codesourcery.com>
13762
13763 * gdb.python/python.exp: Get working directory and match the
13764 output of "set extended-prompt \\w " with it.
13765
02be9a71
DE
137662014-10-30 Doug Evans <dje@google.com>
13767
13768 * gdb.python/py-objfile.exp: Add tests for setting random attributes
13769 in objfiles.
13770 * gdb.python/py-progspace.exp: Add tests for setting random attributes
13771 in progspaces.
13772
3bdff46b
LM
137732014-10-30 Janis Johnson <janisjo@codesourcery.com>
13774
13775 * gdb.base/fullpath-expand.exp: Skip for a remote host.
13776 * gdb.base/realname-expand.exp: Likewise.
13777 * gdb.linespec/macro-relative.exp: Likewise.
13778
ab917dfb
PA
137792014-10-29 Pedro Alves <palves@redhat.com>
13780
13781 PR gdb/17408
13782 * gdb.threads/schedlock.c (some_function): New function.
13783 (call_function): New global.
13784 (MAYBE_CALL_SOME_FUNCTION): New macro.
13785 (thread_function): Call it.
13786 * gdb.threads/schedlock.exp (get_args): Add description parameter,
13787 and use it instead of a global counter. Adjust all callers.
13788 (get_current_thread): Use "find current thread" for test message
13789 here rather than having all callers pass down the same string.
13790 (goto_loop): New procedure, factored out from ...
13791 (my_continue): ... this.
13792 (step_ten_loops): Change parameter from test message to command to
13793 use. Adjust.
13794 (list_count): Delete global.
13795 (check_result): New procedure, factored out from duplicate top
13796 level code.
13797 (continue tests): Wrap in with_test_prefix.
13798 (test_step): New procedure, factored out from duplicate top level
13799 code.
13800 (top level): Test "step" in combination with all scheduler-locking
13801 modes. Test "next" in combination with all scheduler-locking
13802 modes, and in combination with stepping over a function call or
13803 not.
13804 * gdb.threads/next-bp-other-thread.c: New file.
13805 * gdb.threads/next-bp-other-thread.exp: New file.
13806
d3d4baed
PA
138072014-10-29 Pedro Alves <palves@redhat.com>
13808
13809 PR python/17372
13810 * gdb.python/python.exp: Test a multi-line command that spawns
13811 interactive Python.
13812 * gdb.base/multi-line-starts-subshell.exp: New file.
13813
563e8d85
YQ
138142014-10-29 Yao Qi <yao@codesourcery.com>
13815
13816 * gdb.base/fileio.exp: Make directories on host.
13817
0ea4d52e
YQ
138182014-10-29 Yao Qi <yao@codesourcery.com>
13819
13820 * gdb.base/fileio.c (test_write): Close the file.
13821
7f5ef605
PA
138222014-10-28 Pedro Alves <palves@redhat.com>
13823
13824 PR gdb/12623
13825 * gdb.base/sigstep.c (no_handler): New global.
13826 (main): If 'no_handler is true, set the signal handlers to
13827 SIG_IGN.
13828 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13829 with_sw_watch and no_handler parameters. Handle them.
13830 (top level) <stepping over handler when stopped at a breakpoint
13831 test>: Add a test axis for testing with a software watchpoint, and
13832 another for testing with the signal handler set to SIG_IGN.
13833 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13834 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13835
abbdbd03
PA
138362014-10-28 Pedro Alves <palves@redhat.com>
13837
13838 PR gdb/17511
13839 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13840 * gdb.base/sigstep.exp (other_handler_location): New global.
13841 (advance): Support stepping into the signal handler, and running
13842 commands while in the handler.
13843 (in_handler_map): New global.
13844 (top level): In the advance test, add combinations for getting
13845 into the handler with stepping commands, and for running commands
13846 in the handler. Add comment descripting the advancei tests.
13847
1df4399f
PA
138482014-10-28 Pedro Alves <palves@redhat.com>
13849
13850 * gdb.base/sigstep.exp: Use build_executable instead of
13851 prepare_for_testing.
13852 (top level): Move code that starts GDB, runs to main and creates a
13853 display to ...
13854 (restart): ... this new procedure.
13855 (top level): Move backtrace from signal handler test to ...
13856 (validate_backtrace): ... this new procedure.
13857 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
13858 with_test_prefix. Always restart GDB.
13859 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
13860 with_test_prefix. Always restart GDB. No need to delete
13861 breakpoints after the test.
13862 (test_skip_handler): Remove prefix parameter.
13863 (skip_over_handler, breakpoint_to_handler)
13864 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13865 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
13866 restart GDB. No need to delete breakpoints after the test.
13867 (top level): Use foreach to call the test procedures with
13868 different commands.
13869
a5b6e449
PA
138702014-10-28 Pedro Alves <palves@redhat.com>
13871
13872 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13873 instead of GNATS numbers.
13874 * gdb.base/sigbpt.exp: Likewise.
13875 * gdb.base/siginfo.exp: Likewise.
13876 * gdb.base/sigstep.exp: Likewise.
13877
e5f8a7cc
PA
138782014-10-27 Pedro Alves <palves@redhat.com>
13879
13880 * gdb.base/sigstep.c (dummy): New global.
13881 (main): Issue a couple writes to the new global.
13882 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13883 procedures.
13884 (skip_over_handler): Use test_skip_handler.
13885 (top level): Call skip_over_handler for stepi and nexti too.
13886 (breakpoint_over_handler): Use test_skip_handler.
13887 (top level): Call breakpoint_over_handler for stepi and nexti too.
13888
763905a3
YQ
138892014-10-27 Yao Qi <yao@codesourcery.com>
13890
13891 * gdb.trace/tfile.c (adjust_function_address)
13892 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13893 function descriptor.
13894
6f259a23
DB
138952014-10-24 Don Breazeal <donb@codesourcery.com>
13896
13897 * gdb.base/foll-fork.exp (test_follow_fork,
13898 catch_fork_child_follow): Check for updated fork messages emitted
13899 from infrun.c.
13900 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13901 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13902 vfork_and_exec_child_follow_through_step): Check for updated vfork
13903 messages emitted from infrun.c.
13904
09dd9a69
PA
139052014-10-24 Pedro Alves <palves@redhat.com>
13906
13907 * gdb.base/corefile.exp: Remove references to ultrix.
13908 * gdb.base/interrupt.exp: Likewise.
13909 * gdb.base/whatis.exp: Likewise.
13910 * gdb.gdb/selftest.exp: Likewise.
13911 * gdb.threads/manythreads.exp: Likewise.
13912 * gdb.threads/print-threads.exp: Likewise.
13913 * gdb.threads/pthreads.exp:: Likewise.
13914 * gdb.threads/schedlock.exp: Likewise.
13915
3433cfa5
SC
139162014-10-24 Siva Chandra Reddy <sivachandra@google.com>
13917
13918 * gdb.cp/non-trivial-retval.cc: Add a test case.
13919 * gdb.cp/non-trivial-retval.exp: Add a test.
13920
092f880b
YQ
139212014-10-20 Yao Qi <yao@codesourcery.com>
13922
13923 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13924 * gdb.python/py-objfile-script-gdb.py: New file.
13925 * gdb.python/py-objfile-script.exp: Update reference to
13926 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
13927 of remote_download. Remove the dest file.
13928
acbdb7f3
YQ
139292014-10-20 Yao Qi <yao@codesourcery.com>
13930
13931 * gdb.base/checkpoint.exp: Don't remove file copied on host.
13932 * gdb.base/step-line.exp: Likewise.
13933 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13934 * gdb.dwarf2/dw2-basic.exp: Likewise.
13935 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13936 * gdb.dwarf2/dw2-filename.exp: Likewise.
13937 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13938 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13939 * gdb.dwarf2/dw2-producer.exp: Likewise.
13940 * gdb.dwarf2/mac-fileno.exp: Likewise.
13941 * gdb.python/py-frame-args.exp: Likewise.
13942 * gdb.python/py-framefilter.exp: Likewise.
13943 * gdb.python/py-mi.exp: Likewise.
13944 * gdb.python/py-objfile-script.exp: Likewise
13945 * gdb.python/py-pp-integral.exp: Likewise.
13946 * gdb.python/py-pp-re-notag.exp: Likewise.
13947 * gdb.python/py-prettyprint.exp: Likewise.
13948 * gdb.python/py-section-script.exp: Likewise.
13949 * gdb.python/py-typeprint.exp: Likewise.
13950 * gdb.python/py-xmethods.exp: Likewise.
13951 * gdb.stabs/weird.exp: Likewise.
13952 * gdb.xml/tdesc-regs.exp: Likewise.
13953
bd286a29
KCY
139542014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
13955
13956 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13957 (out_cu): Use addr_len for the size of addresses.
13958 (out_line): Likewise. Size DW_LNE_set_address instruction
13959 according to addr_len.
13960 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13961 (FUNC): Add START_INSNS to definition.
13962
673dc4a0
YQ
139632014-10-18 Yao Qi <yao@codesourcery.com>
13964
13965 * gdb.base/argv0-symlink.exp: Check argv[0] value if
13966 gdb_has_argv0 return true.
13967 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13968 check [target_info exists noargs], check [gdb_has_argv0]
13969 instead.
13970 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13971 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13972 procedures.
13973
4ffbba72
DE
139742014-10-17 Doug Evans <dje@google.com>
13975
13976 * gdb.python/py-events.exp: Update expected output for clear_objfiles
13977 event.
13978 * gdb.python/py-events.py: Add clear_objfiles event.
13979
d096d8c1
DE
139802014-10-17 Doug Evans <dje@google.com>
13981
13982 * gdb.python/py-objfile.exp: Test progspace attribute.
13983
a80db015
LM
139842014-10-17 Luis Machado <lgustavo@codesourcery.com>
13985
13986 * gdb.guile/scm-breakpoint.exp: Do not assume any
13987 directory separators when matching source file paths.
13988 * gdb.python/py-breakpoint.exp: Likewise.
13989 * gdb.reverse/break-precsave.exp: Likewise.
13990 * gdb.reverse/break-reverse.exp: Likewise.
13991 * gdb.reverse/consecutive-precsave.exp: Likewise.
13992 * gdb.reverse/finish-precsave.exp: Likewise.
13993 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13994 * gdb.reverse/finish-reverse.exp: Likewise.
13995 * gdb.reverse/i386-precsave.exp: Likewise.
13996 * gdb.reverse/i387-env-reverse.exp: Likewise.
13997 * gdb.reverse/i387-stack-reverse.exp: Likewise.
13998 * gdb.reverse/machinestate-precsave.exp: Likewise.
13999 * gdb.reverse/machinestate.exp: Likewise.
14000 * gdb.reverse/sigall-precsave.exp: Likewise.
14001 * gdb.reverse/solib-precsave.exp: Likewise.
14002 * gdb.reverse/step-precsave.exp: Likewise.
14003 * gdb.reverse/until-precsave.exp: Likewise.
14004 * gdb.reverse/watch-precsave.exp: Likewise.
14005 * gdb.reverse/watch-reverse.exp: Likewise.
14006
b22089ab
YQ
140072014-10-17 Yao Qi <yao@codesourcery.com>
14008
14009 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14010 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14011
6c4486e6
PA
140122014-10-17 Pedro Alves <palves@redhat.com>
14013
14014 PR gdb/17471
14015 * gdb.base/bg-execution-repeat.c: New file.
14016 * gdb.base/bg-execution-repeat.exp: New file.
14017
0ff33695
PA
140182014-10-17 Pedro Alves <palves@redhat.com>
14019
14020 PR gdb/17300
14021 * gdb.base/continue-all-already-running.c: New file.
14022 * gdb.base/continue-all-already-running.exp: New file.
14023
6fdebc3d
PA
140242014-10-17 Pedro Alves <palves@redhat.com>
14025
14026 PR gdb/17472
14027 * gdb.base/annota-input-while-running.c: New file.
14028 * gdb.base/annota-input-while-running.exp: New file.
14029
32a8097b
PA
140302014-10-17 Pedro Alves <palves@redhat.com>
14031
14032 * gdb.base/callfuncs.exp: emove references to osf.
14033 * gdb.base/sigall.exp: Likewise.
14034 * gdb.gdb/selftest.exp: Likewise.
14035 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14036 * gdb.mi/non-stop.c: Likewise.
14037 * gdb.mi/pthreads.c: Likewise.
14038 * gdb.reverse/sigall-precsave.exp: Likewise.
14039 * gdb.reverse/sigall-reverse.exp: Likewise.
14040 * gdb.threads/pthreads.c: Likewise.
14041 * gdb.threads/pthreads.exp: Likewise.
14042
7a3517ff
YQ
140432014-10-17 Yao Qi <yao@codesourcery.com>
14044
14045 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14046 check 'target_info exists noargs'.
14047 (test_command_prompt_position): Likewise.
14048 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14049 Remove "set args".
14050 (progvar_simple_while_test): Likewise.
14051 (progvar_complex_if_while_test): Likewise.
14052 (if_while_breakpoint_command_test): Likewise.
14053 (infrun_breakpoint_command_test): Likewise.
14054 (breakpoint_command_test): Likewise.
14055 (watchpoint_command_test): Likewise.
14056 (bp_deleted_in_command_test): Likewise.
14057 (temporary_breakpoint_commands): Likewise.
14058
bb99c472
YQ
140592014-10-16 Yao Qi <yao@codesourcery.com>
14060
14061 * gdb.base/remotetimeout.exp: Remove noargs checking.
14062
7c16b83e
PA
140632014-10-15 Pedro Alves <palves@redhat.com>
14064
14065 PR breakpoints/9649
14066 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14067 * gdb.base/breakpoint-in-ro-region.exp
14068 (probe_target_hardware_step): New procedure.
14069 (top level): Probe hardware stepping and hardware breakpoint
14070 support. Test stepping through a read-only region, with both
14071 "breakpoint auto-hw" on and off and both "always-inserted" on and
14072 off.
14073
35a49624
IB
140742014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14075
14076 * gdb.dlang/demangle.exp: Update for demangling changes.
14077
2d1c107c
SC
140782014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14079
14080 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14081 * gdb.cp/non-trivial-retval.exp: Add new tests.
14082
778811d5
SC
140832014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14084
14085 PR c++/13403
14086 PR c++/15154
14087 * gdb.cp/non-trivial-retval.cc: New file.
14088 * gdb.cp/non-trivial-retval.exp: New file.
14089
10c5f0a8
YQ
140902014-10-15 Yao Qi <yao@codesourcery.com>
14091
14092 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14093 remote host.
14094
65d7b369
YQ
140952014-10-15 Yao Qi <yao@codesourcery.com>
14096
14097 * gdb.python/py-symbol.exp: Match file base name if host is
14098 remote, otherwise match file name with dir name.
14099 * gdb.python/py-symtab.exp: Likewise.
14100 * gdb.python/python.exp: Likewise.
14101
46dc1394
YQ
141022014-10-15 Yao Qi <yao@codesourcery.com>
14103
14104 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14105 pattern.
14106 * gdb.python/py-symtab.exp: Likewise.
14107 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14108 locationn.
14109
c40cc657
JB
141102014-10-14 Joel Brobecker <brobecker@adacore.com>
14111
14112 * gdb.ada/addr_arith: New testcase.
14113
2abf49e1
MR
141142014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14115
14116 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14117 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14118 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14119 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14120
f7088df3
SDJ
141212014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14122
14123 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14124 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14125 * gdb.arch/stap-eval-lang-ada.exp: New file.
14126
4dc06805
YQ
141272014-10-14 Yao Qi <yao@codesourcery.com>
14128
14129 * gdb.mi/mi-var-child.c (nothing1): New function.
14130 (nothing2): New function.
14131 (do_children_tests): Set function pointers by nothing1 and
14132 nothing2.
14133 * gdb.mi/mi-var-child.exp: Step over new added statements.
14134 Update test to match the new output.
14135 * gdb.mi/var-cmd.c (nothing1): New function.
14136 (nothing2): New function.
14137 (do_children_tests): Set function pointers by nothing1 and
14138 nothing2.
14139 * gdb.mi/mi-var-display.exp: Update test to match output.
14140 Step to the line specified by $line_dct_nothing.
14141 Increase the number of lines to step.
14142
46a93de2
YQ
141432014-10-14 Yao Qi <yao@codesourcery.com>
14144
14145 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14146 tests.
14147 * gdb.mi/mi2-var-child.exp: Likewise.
14148
14ea52ee
DE
141492014-10-13 Doug Evans <dje@google.com>
14150
14151 * gdb.python/py-objfile.exp: Change name of file name test.
14152
e5c6e92b
DE
141532014-10-13 Doug Evans <dje@google.com>
14154
14155 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14156 from the start of the CU.
14157
c780cc2f
JK
141582014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14159 Yao Qi <yao@codesourcery.com>
14160
14161 Fix "save breakpoints" for "catch" command.
14162 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14163 Remove -nonewline. Match also the added "main" line.
14164
99894e11
JK
141652014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14166
14167 Fix "save breakpoints" for "disable $bpnum" command.
14168 * gdb.base/save-bp.c (main): Add label.
14169 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14170
6e1ac5a3
JK
141712014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14172
14173 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14174
754dd2b0
YQ
141752014-10-11 Yao Qi <yao@codesourcery.com>
14176
14177 * gdb.server/server-kill.exp: Execute command
14178 "set remote trace-status-packet on" before "tstatus".
14179
f90183d7
YQ
141802014-10-11 Yao Qi <yao@codesourcery.com>
14181
14182 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14183 (main): Call getppid.
14184 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14185 and continue to it. Read variable "server_pid".
14186
bf40a607
YQ
141872014-10-11 Yao Qi <yao@codesourcery.com>
14188
14189 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14190
052ca370
YQ
141912014-10-11 Yao Qi <yao@codesourcery.com>
14192
14193 * gdb.threads/thread-find.exp: Don't execute command
14194 "info threads".
14195 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14196 * gdb.threads/linux-dp.exp: Don't check the condition
14197 $threads_created equals to zero.
14198
3831839c
PA
141992014-10-10 Pedro Alves <palves@redhat.com>
14200
14201 * gdb.base/bigcore.exp: Remove references to IRIX.
14202 * gdb.base/funcargs.exp: Likewise.
14203 * gdb.base/interrupt.exp: Likewise.
14204 * gdb.base/mips_pro.exp: Likewise.
14205 * gdb.base/nodebug.exp: Likewise.
14206 * gdb.base/setvar.exp: Likewise.
14207 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14208
8b9a549d
PA
142092014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14210 Pedro Alves <palves@redhat.com>
14211
14212 PR symtab/14466
14213 * gdb.base/vdso-warning.c: New file.
14214 * gdb.base/vdso-warning.exp: New file.
14215
d48ba5e8
DE
142162014-10-02 Doug Evans <dje@google.com>
14217
14218 * gdb.base/structs.c (main): Don't run forever.
14219
2278c276
PA
142202014-10-02 Pedro Alves <palves@redhat.com>
14221
14222 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14223 (top level) <stop threads 1, stop threads 2>: Use it.
14224
b57bacec
PA
142252014-10-02 Pedro Alves <palves@redhat.com>
14226
14227 * gdb.threads/break-while-running.exp (test): Add new
14228 'update_thread_list' argument. Skip "info threads" if false.
14229 (top level): Add new 'update_thread_list' axis.
14230
13fd3ff3
PA
142312014-10-02 Pedro Alves <palves@redhat.com>
14232
14233 PR breakpoints/17431
14234 * gdb.base/execl-update-breakpoints.c: New file.
14235 * gdb.base/execl-update-breakpoints.exp: New file.
14236
0fec99e8
PA
142372014-10-01 Pedro Alves <palves@redhat.com>
14238
14239 * gdb.base/breakpoint-in-ro-region.c: New file.
14240 * gdb.base/breakpoint-in-ro-region.exp: New file.
14241
2ddf4301
SM
142422014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14243
14244 * gdb.mi/mi-exit-code.exp: New file.
14245 * gdb.mi/mi-exit-code.c: New file.
14246
6a5f3f43
YQ
142472014-09-30 Yao Qi <yao@codesourcery.com>
14248
14249 * lib/prelink-support.exp (build_executable_own_libs): Error if
14250 the target isn't native.
14251
345bcc73
YQ
142522014-09-30 Yao Qi <yao@codesourcery.com>
14253
14254 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14255 false.
14256
a25a5a45
PA
142572014-09-22 Pedro Alves <palves@redhat.com>
14258
14259 * gdb.threads/break-while-running.exp: New file.
14260 * gdb.threads/break-while-running.c: New file.
14261
00ba3162
YQ
142622014-09-19 Yao Qi <yao@codesourcery.com>
14263
14264 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14265 Invoke test. Restart GDB with --readnow and invoke test again.
14266
c3b7b696
YQ
142672014-09-19 Yao Qi <yao@codesourcery.com>
14268
14269 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14270 proc set_breakpoint_on_gcd_function. Invoke
14271 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14272 invoke set_breakpoint_on_gcd_function again.
14273
2b4fd423
DE
142742014-09-18 Doug Evans <dje@google.com>
14275
14276 * gdb.dwarf2/symtab-producer.exp: New file.
14277
a5947601
SDJ
142782014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14279
14280 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14281 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14282 * gdb.base/global-var-nested-by-dso.c: Likewise.
14283 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14284
91c19059
SDJ
142852014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14286 Pedro Alves <palves@redhat.com>
14287
14288 * gdb.base/watch-bitfields.exp: Pass string other than test file
14289 name to prepare_for_testing.
14290 (watch): New procedure.
14291 (expect_watchpoint): Use with_test_prefix.
14292 (top level): Factor out tests to ...
14293 (test_watch_location, test_regular_watch): ... these new
14294 procedures, and use with_test_prefix and gdb_continue_to_end.
14295
bb9d5f81
PP
142962014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14297
14298 PR breakpoints/12526
14299 * gdb.base/watch-bitfields.exp: New file.
14300 * gdb.base/watch-bitfields.c: New file.
14301
635856f5
PA
143022014-09-16 Pedro Alves <palves@redhat.com>
14303
14304 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14305 software and hardware addresses, not software address against
14306 itself.
14307
7280ceea
PA
143082014-09-16 Pedro Alves <palves@redhat.com>
14309
14310 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14311 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14312
428b16bd
PA
143132014-09-16 Pedro Alves <palves@redhat.com>
14314
14315 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14316 files.
14317 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14318 "*-*-vxworks*" throughout.
14319 * gdb.base/break.exp: Likewise.
14320 * gdb.base/default.exp: Likewise.
14321 * gdb.base/scope.exp: Likewise.
14322 * gdb.base/sepdebug.exp: Likewise.
14323 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14324 throughout.
14325 * gdb.base/run.c: Likewise.
14326 * gdb.base/sepdebug.c: Likewise.
14327 * gdb.hp/gdb.aCC/run.c: Likewise.
14328 * gdb.reverse/until-reverse.c: Likewise.
14329 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14330
666d413c
YQ
143312014-09-16 Yao Qi <yao@codesourcery.com>
14332
14333 * boards/local-remote-host-native.exp: New file.
14334
57cbd724
DE
143352014-09-14 Doug Evans <xdje42@gmail.com>
14336
14337 * gdb.threads/queue-signal.c (thread_count): New variable.
14338 (thread_count_mutex, thread_count_condvar): New variables.
14339 (incr_thread_count, wait_all_threads_running): New functions.
14340 (main): Wait for all threads to be in their thread functions.
14341
81219e53
DE
143422014-09-13 Doug Evans <xdje42@gmail.com>
14343
14344 * gdb.threads/queue-signal.c: New file.
14345 * gdb.threads/queue-signal.exp: New file.
14346
3714cea7
DE
143472014-09-13 Doug Evans <xdje42@gmail.com>
14348
14349 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14350 be consistent with what default_gdb_init uses.
14351 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14352 the plain text of the prompt. Add some logging printfs.
14353 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14354
fa43b1d7
PA
143552014-09-12 Pedro Alves <palves@redhat.com>
14356
14357 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14358 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14359 * gdb.arch/i386-size-overlap.exp: Likewise.
14360 * gdb.arch/i386-size.exp: Likewise.
14361 * gdb.arch/i386-unwind.exp: Likewise.
14362 * gdb.base/a2-run.exp: Likewise.
14363 * gdb.base/break.exp: Likewise.
14364 * gdb.base/charset.exp: Likewise.
14365 * gdb.base/chng-syms.exp: Likewise.
14366 * gdb.base/commands.exp: Likewise.
14367 * gdb.base/dbx.exp: Likewise.
14368 * gdb.base/find.exp: Likewise.
14369 * gdb.base/funcargs.exp: Likewise.
14370 * gdb.base/jit-simple.exp: Likewise.
14371 * gdb.base/reread.exp: Likewise.
14372 * gdb.base/sepdebug.exp: Likewise.
14373 * gdb.base/step-bt.exp: Likewise.
14374 * gdb.cp/mb-inline.exp: Likewise.
14375 * gdb.cp/mb-templates.exp: Likewise.
14376 * gdb.objc/basicclass.exp: Likewise.
14377 * gdb.threads/killed.exp: Likewise.
14378
9d9bf2df
EBM
143792014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14380
14381 PR tdep/17379
14382 * gdb.arch/powerpc-stackless.S: New file.
14383 * gdb.arch/powerpc-stackless.exp: New file.
14384
1cf2f1b0
JK
143852014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14386
14387 * gdb.base/attach.c: Include unistd.h.
14388 (main): Call alarm. Add label postloop.
14389 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14390 gdb_breakpoint, gdb_continue_to_breakpoint.
14391 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14392
98880d46
PA
143932014-09-11 Pedro Alves <palves@redhat.com>
14394
14395 PR gdb/17347
14396 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14397 * gdb.base/attach.exp (test_command_line_attach_run): New
14398 procedure.
14399 (top level): Call it.
14400
4c92ff2c
PA
144012014-09-11 Pedro Alves <palves@redhat.com>
14402
14403 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14404 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14405 (do_command_attach_tests): Use spawn_wait_for_attach.
14406 * gdb.base/solib-overlap.exp: Likewise.
14407 * gdb.multi/multi-attach.exp: Likewise.
14408 * gdb.python/py-prompt.exp: Likewise.
14409 * gdb.python/py-sync-interp.exp: Likewise.
14410 * gdb.server/ext-attach.exp: Likewise.
14411
3adc1a7d
GKB
144122014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14413
14414 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14415 command in testcase. Simplify testcase.
14416
96334934
JB
144172014-09-10 Joel Brobecker <brobecker@adacore.com>
14418
14419 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14420
eb479039
JB
144212014-09-10 Joel Brobecker <brobecker@adacore.com>
14422
14423 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14424
deede10c
JB
144252014-09-10 Joel Brobecker <brobecker@adacore.com>
14426
14427 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14428
7828a5f5
JB
144292014-09-10 Joel Brobecker <brobecker@adacore.com>
14430
14431 * gdb.dwarf2/dynarr-ptr.c: New file.
14432 * gdb.dwarf2/dynarr-ptr.exp: New file.
14433
33aeebcf
MR
144342014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14435
14436 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14437 of 30 rather than hardcoding 120 for a slow test case. Take the
14438 `gdb,timeout' target setting into account for this calculation.
14439 Don't extend the timeout for the test cases that don't need it.
14440
7b415901
MR
144412014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14442
14443 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14444 a factor of 2 for a slow test case. Take the `gdb,timeout'
14445 target setting into account for this calculation.
14446 * gdb.reverse/until-precsave.exp: Increase the timeout by
14447 a factor of 15 and 3 respectively rather than adding 120
14448 for a pair of slow test cases. Take the `gdb,timeout'
14449 target setting into account for this calculation.
14450
4a40f85a
MR
144512014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14452
14453 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14454 timeout, don't pass one down to gdb_expect.
14455 (gdb_expect): Rework timeout selection.
14456
09635af7
MR
144572014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14458
14459 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14460 exception on timeout.
14461 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14462 (gdbserver_start_extended): Catch any `gdbserver_start' error
14463 exceptions.
14464 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14465 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14466 `gdbserver_gdb_load' error exceptions.
14467
2bdd10b7
MR
144682014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14469
14470 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14471 120 on waiting for the TCP socket to open.
14472
316935f0
DE
144732014-09-09 Doug Evans <xdje42@gmail.com>
14474
14475 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14476 _caller_matches, _any_caller_is, _any_caller_matches.
14477
83740597
DE
144782014-09-09 Doug Evans <xdje42@gmail.com>
14479
14480 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14481
4c122fc3
YQ
144822014-09-09 Yao Qi <yao@codesourcery.com>
14483
14484 * gdb.mi/mi-var-display.exp: Set print symbol off.
14485
a9f116cb
GKB
144862014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14487
14488 PR gdb/17035
14489 * gdb.base/commands.exp: Add tests to verify user-defined
14490 commands with empty bodies.
14491 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14492 python commands in `show user command`.
14493 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14494 scheme commands in `show user command`.
14495
c75bd3a2
JK
144962014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14497
14498 PR python/17355
14499 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14500 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14501 * gdb.python/py-framefilter-invalidarg.exp: New file.
14502 * gdb.python/py-framefilter-invalidarg.py: New file.
14503
faa42425
DE
145042014-09-06 Doug Evans <xdje42@gmail.com>
14505
14506 PR 15276
14507 * gdb.python/py-caller-is.c: New file.
14508 * gdb.python/py-caller-is.exp: New file.
14509
474ca4f6
SDJ
145102014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14511
14512 PR gdb/17235
14513 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14514 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14515
eb0b0463
SDJ
145162014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14517
14518 PR fortran/17237
14519 * gdb.fortran/print-formatted.exp: New file.
14520 * gdb.fortran/print-formatted.f90: Likewise.
14521
5f3b99cf
SS
145222014-09-03 Sasha Smundak <asmundak@google.com>
14523
14524 * gdb.python/py-frame.exp: Test Frame.read_register.
14525
7d793aa9
SDJ
145262014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14527
14528 PR python/16699
14529 * gdb.python/py-completion.exp: New file.
14530 * gdb.python/py-completion.py: Likewise.
14531
fb0576e9
DE
145322014-08-28 Doug Evans <dje@google.com>
14533
14534 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14535 eax,etc. are live with values set by gdb and thus the compiler can't
14536 use them.
14537 * gdb.arch/i386-pseudo.c (main): Ditto.
14538
ee92b0dd
DE
145392014-08-27 Doug Evans <dje@google.com>
14540
14541 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14542
6649db35
DE
145432014-08-25 Doug Evans <dje@google.com>
14544
14545 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14546 (main): Ditto.
14547
564b7600
DE
145482014-08-25 Doug Evans <dje@google.com>
14549
14550 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14551
3881fb67
YQ
145522014-08-24 Yao Qi <yao@codesourcery.com>
14553
14554 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14555 symbol off.
14556 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14557
a05a36a5
DE
145582014-08-22 Doug Evans <dje@google.com>
14559
14560 PR 17276
14561 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14562 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14563 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14564
7c343b48
YQ
145652014-08-22 Yao Qi <yao@codesourcery.com>
14566
14567 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14568 * gdb.python/py-finish-breakpoint2.exp: Likewise.
14569 * gdb.python/python.exp: Likewise. Use .py file on the host
14570 instead of the build.
14571
22fd09ae
JK
145722014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14573
14574 * gdb.threads/gcore-stale-thread.c: New file.
14575 * gdb.threads/gcore-stale-thread.exp: New file.
14576
a8454a7c
PA
145772014-08-21 Pedro Alves <palves@redhat.com>
14578
14579 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14580 * gdb.base/gcore-relro-pie.exp: Likewise.
14581 * gdb.base/gcore-relro.exp: Likewise.
14582 * gdb.base/gcore.exp: Likewise.
14583 * gdb.base/print-symbol-loading.exp: Likewise.
14584 * gdb.threads/gcore-thread.exp: Likewise.
14585 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14586
2a31c623
PA
145872014-08-20 Pedro Alves <palves@redhat.com>
14588 Jan Kratochvil <jan.kratochvil@redhat.com>
14589
14590 * Makefile.in (EXTRA_RULES, CC): New variables, get from
14591 configure.
14592 (EXPECT): Handle READ1 being set.
14593 (all): Depend on EXTRA_RULES.
14594 (check-read1, expect-read1, read1.so, read1): New rules.
14595 * README (Testsuite Parameters): Document the READ1 make variable.
14596 (Race detection): New section.
14597 * configure: Regenerate.
14598 * configure.ac: If build==host==target, and running under a
14599 GNU/glibc system, add read1 to the extra Makefile rules.
14600 (EXTRA_RULES): AC_SUBST it.
14601 * lib/read1.c: New file.
14602
d36430db
JB
146032014-08-20 Joel Brobecker <brobecker@adacore.com>
14604
14605 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14606 the handling of variables declared as a typedef to an array
14607 which a DW_AT_data_location attribute.
14608
9a0dc9e3
PA
146092014-08-19 Andrew Burgess <aburgess@broadcom.com>
14610 Pedro Alves <palves@redhat.com>
14611
14612 PR symtab/14604
14613 PR symtab/14605
14614 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14615 gdb_test.
14616
0718a8da
PA
146172014-08-19 Pedro Alves <palves@redhat.com>
14618
14619 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14620
13b448cd
YQ
146212014-08-19 Yao Qi <yao@codesourcery.com>
14622
14623 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14624 right line.
14625
1cbf5077
DB
146262014-08-18 David Blaikie <dblaikie@gmail.com>
14627
14628 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14629
bf0fae19
JB
146302014-08-18 Joel Brobecker <brobecker@adacore.com>
14631
14632 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14633 attribute in array range.
14634
3c8c5dcc
JB
146352014-08-18 Joel Brobecker <brobecker@adacore.com>
14636
14637 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14638
e66d4446
SC
146392014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14640
14641 PR c++/17132
14642 * gdb.cp/pr17132.cc: New file.
14643 * gdb.cp/pr17132.exp: New file.
14644
940df408
SC
146452014-08-15 Siva Chandra Reddy <sivachandra@google.com>
14646
14647 * gdb.python/py-xmethods.py (A_getarrayind)
14648 (E_method_char_worker.__call__, E_method_int_worker.__call__):
14649 Use 'print' with function call syntax.
14650 (E_method_matcher.match): Fix tab vs space indentation mixup.
14651
ebcc6c3a
YQ
146522014-08-15 Yao Qi <yao@codesourcery.com>
14653
14654 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14655 false.
14656
775e0f04
YQ
146572014-08-15 Yao Qi <yao@codesourcery.com>
14658
14659 * gdb.cp/casts.exp: Set print symbol off.
14660 * gdb.cp/class2.exp: Likewise.
14661 * gdb.cp/overload.exp: Likewise.
14662 * gdb.cp/templates.exp: Likewise.
14663
d769e349
DE
146642014-08-11 Doug Evans <dje@google.com>
14665
14666 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14667 (test_load_shlib): Update.
14668
20c6f1e1
YQ
146692014-08-09 Yao Qi <yao@codesourcery.com>
14670
14671 * gdb.base/display.exp: Invoke is_address_zero_readable.
14672 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14673 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14674 * gdb.base/hbreak-unmapped.exp: Return if
14675 is_address_zero_readable returns true.
14676 * gdb.base/signest.exp: Likewise.
14677 * gdb.base/signull.exp: Likewise.
14678 * gdb.base/sigbpt.exp: Likewise.
14679 * gdb.guile/scm-disasm.exp: Do the test if
14680 is_address_zero_readable returns false.
14681 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14682 * gdb.python/py-arch.exp: Likewise.
14683 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14684 * lib/gdb.exp (is_address_zero_readable): New proc.
14685
5792e8e3
YQ
146862014-08-09 Yao Qi <yao@codesourcery.com>
14687
14688 PR testsuite/13443
14689 * gdb.mi/mi-var-display.exp: Make test messages unique.
14690
3cecbbbe
TT
146912014-08-04 Tom Tromey <tromey@redhat.com>
14692
14693 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14694 target 0".
14695
00b51ff5
TT
146962014-08-04 Tom Tromey <tromey@redhat.com>
14697
14698 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14699 "target_resume".
14700
6908c509
JB
147012014-08-01 Joel Brobecker <brobecker@adacore.com>
14702
14703 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14704 inner_vla_struct_object_size.
14705 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14706 as xfail.
14707
cc6563d2
PA
147082014-07-30 Pedro Alves <palves@redhat.com>
14709
14710 * gdb.threads/signal-command-handle-nopass.exp (test): Add
14711 comment.
14712
7e09a223
YQ
147132014-07-29 Yao Qi <yao@codesourcery.com>
14714
14715 PR gdb/17206
14716 * gdb.base/until-nodebug.exp: New.
14717
7ebdbe92
DE
147182014-07-28 Doug Evans <xdje42@gmail.com>
14719
14720 PR guile/17203
14721 * gdb.guile/scm-parameter.exp: Add tests for trying to create
14722 previously existing parameter, and previously ambiguously spelled
14723 parameter.
14724
fdb1adc6
WN
147252014-07-28 Will Newton <will.newton@linaro.org>
14726
14727 * gdb.base/varargs.exp: Remove KFAILs for ARM.
14728
186fcde0
DE
147292014-07-26 Ludovic Courtès <ludo@gnu.org>
14730 Doug Evans <xdje42@gmail.com>
14731
14732 PR guile/17146
14733 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14734
70509625
PA
147352014-07-25 Pedro Alves <palves@redhat.com>
14736
14737 * gdb.threads/signal-command-handle-nopass.c: New file.
14738 * gdb.threads/signal-command-handle-nopass.exp: New file.
14739 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14740 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14741 * gdb.threads/signal-delivered-right-thread.c: New file.
14742 * gdb.threads/signal-delivered-right-thread.exp: New file.
14743
c3f814a1
PA
147442014-07-25 Pedro Alves <palves@redhat.com>
14745
14746 * gdb.base/double-prompt-target-event-error.exp
14747 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14748 match.
14749 (cancel_pagination_in_target_event): Rework double prompt
14750 detection.
14751 * gdb.base/paginate-after-ctrl-c-running.exp
14752 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14753 <return>' match.
14754 * gdb.base/paginate-bg-execution.exp
14755 (test_bg_execution_pagination_return)
14756 (test_bg_execution_pagination_cancel): Remove '-notransfer
14757 <return>' matches.
14758 * gdb.base/paginate-execution-startup.exp
14759 (test_fg_execution_pagination_return)
14760 (test_fg_execution_pagination_cancel): Remove '-notransfer
14761 <return>' matches.
14762 * gdb.base/paginate-inferior-exit.exp
14763 (test_paginate_inferior_exited): Remove '-notransfer <return>'
14764 match.
14765 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14766 * lib/gdb.exp (pagination_prompt): Run text through
14767 string_to_regexp.
14768 (gdb_test_multiple): Match $pagination_prompt instead of
14769 "<return>".
14770 (string_to_regexp): Move to lib/gdb-utils.exp.
14771
e214cf6c
JK
147722014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14773
14774 * gdb.arch/amd64-entry-value-paramref.S: New file.
14775 * gdb.arch/amd64-entry-value-paramref.cc: New file.
14776 * gdb.arch/amd64-entry-value-paramref.exp: New file.
14777 * gdb.arch/amd64-optimout-repeat.S: New file.
14778 * gdb.arch/amd64-optimout-repeat.c: New file.
14779 * gdb.arch/amd64-optimout-repeat.exp: New file.
14780
17d0c5c8
JK
147812014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14782
14783 PR gdb/17170
14784 * gdb.base/statistics.exp: New file.
14785
b8b8facf
DE
147862014-07-17 Doug Evans <dje@google.com>
14787
74b49205 14788 PR gdb/17170
b8b8facf
DE
14789 * gdb.base/maint.exp: Update testing of per-command stats.
14790
1b5d0ab3
PA
147912014-07-16 Pedro Alves <palves@redhat.com>
14792
14793 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14794 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14795 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14796 (tfile_write_buf): New functions.
14797 (add_memory_block): Rewrite using the above.
14798 (adjust_function_address): New function.
14799 (FUNCTION_ADDRESS): New macro.
14800 (write_basic_trace_file): Remove short_x local, and use
14801 tfile_write_16. Change type of func_addr local to unsigned long
14802 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
14803 here. Cast argument of add_memory_block to char pointer.
14804 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
14805 (main): Remove parameters.
14806 * gdb.trace/tfile.exp: Remove nowarnings.
14807
4d974e88
SM
148082014-07-15 Simon Marchi <simon.marchi@ericsson.com>
14809
14810 * gdb.base/debug-expr.exp: Test string evaluation with
14811 "debug expression" on.
14812
41e99568
PA
148132014-07-15 Pedro Alves <palves@redhat.com>
14814
14815 * gdb.base/reread.exp: Use clean_restart.
14816
487d9753
PL
148172014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
14818
14819 * gdb.arch/avr-flash-qualifer.c: New.
14820 * gdb.arch/avr-flash-qualifer.exp: New.
14821
cc1c52ad
PA
148222014-07-14 Pedro Alves <palves@redhat.com>
14823
14824 * gdb.base/paginate-after-ctrl-c-running.c: New file.
14825 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14826
1e973570
PA
148272014-07-14 Pedro Alves <palves@redhat.com>
14828
14829 * gdb.base/double-prompt-target-event-error.c: New file.
14830 * gdb.base/double-prompt-target-event-error.exp: New file.
14831
93d6eb10
PA
148322014-07-14 Pedro Alves <palves@redhat.com>
14833
14834 PR gdb/17072
14835 * gdb.base/paginate-inferior-exit.c: New file.
14836 * gdb.base/paginate-inferior-exit.exp: New file.
14837
0017922d
PA
148382014-07-14 Pedro Alves <palves@redhat.com>
14839
14840 PR gdb/17072
14841 * gdb.base/paginate-bg-execution.c: New file.
14842 * gdb.base/paginate-bg-execution.exp: New file.
14843
94696ad3
PA
148442014-07-14 Pedro Alves <palves@redhat.com>
14845
14846 PR gdb/17072
14847 * gdb.base/paginate-execution-startup.c: New file.
14848 * gdb.base/paginate-execution-startup.exp: New file.
14849 * lib/gdb.exp (pagination_prompt): New global.
14850 (default_gdb_spawn): New procedure, factored out from
14851 default_gdb_spawn.
14852 (default_gdb_start): Adjust to call default_gdb_spawn.
14853 (gdb_spawn): New procedure.
14854
bd293940
PA
148552014-07-14 Pedro Alves <palves@redhat.com>
14856
14857 * lib/gdb.exp (gdb_assert): New procedure.
14858 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14859
c933f875
PA
148602014-07-14 Pedro Alves <palves@redhat.com>
14861
14862 * gdb.base/execution-termios.c: New file.
14863 * gdb.base/execution-termios.exp: New file.
14864
d98b7a16
TT
148652014-07-14 Tom Tromey <tromey@redhat.com>
14866
14867 * gdb.cp/vla-cxx.cc: New file.
14868 * gdb.cp/vla-cxx.exp: New file.
14869
548740d6
TT
148702014-07-14 Tom Tromey <tromey@redhat.com>
14871
14872 * gdb.reverse/rerun-prec.c: New file.
14873 * gdb.reverse/rerun-prec.exp: New file.
14874
a25eb028
MR
148752014-07-12 Maciej W. Rozycki <macro@mips.com>
14876 Maciej W. Rozycki <macro@codesourcery.com>
14877
14878 * lib/gdb-utils.exp: New file.
14879 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14880 inline `gdb_init_command' processing.
14881 (gdb_start_cmd): Likewise.
14882 * lib/mi-support.exp (mi_run_cmd): Likewise.
14883 * README: Document `gdb_init_command' and `gdb_init_commands'.
14884
218c2655
JK
148852014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14886
14887 Fix false FAIL running under a very long directory name.
14888 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14889 and "set print elements 10000". Twice.
14890
5401fde3
YQ
148912014-07-11 Yao Qi <yao@codesourcery.com>
14892
14893 * gdb.base/exprs.exp: "set print symbol off".
14894
e76126e8
PA
148952014-07-11 Pedro Alves <palves@redhat.com>
14896
14897 * gdb.threads/kill.c: New file.
14898 * gdb.threads/kill.exp: New file.
14899
2d6f0de6
YQ
149002014-07-10 Yao Qi <yao@codesourcery.com>
14901
14902 * gdb.trace/tfile.c (write_basic_trace_file)
14903 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14904 address written to trace file.
14905
7180e04a
PA
149062014-07-09 Pedro Alves <palves@redhat.com>
14907
14908 * gdb.base/attach-wait-input.exp: New file.
14909 * gdb.base/attach-wait-input.c: New file.
14910
9a9a7608
AB
149112014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
14912
14913 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14914 setting up test structures.
14915 (main): Call new test function.
14916 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14917 test function, continue into test function and walk test
14918 structures.
14919
161ac41e
YQ
149202014-07-02 Yao Qi <yao@codesourcery.com>
14921
14922 * gdb.trace/entry-values.c: Define labels 'foo_start' and
14923 'bar_start' at the beginning of functions 'foo' and 'bar'
14924 respectively.
14925 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14926 instead of 'foo' and 'bar'.
14927
1f267ae3
MM
149282014-07-08 Markus Metzger <markus.t.metzger@intel.com>
14929
14930 * gdb.btrace/segv.exp: New.
14931 * gdb.btrace/segv.c: New.
14932
2b239efb
LM
149332014-07-02 Luis Machado <lgustavo@codesourcery.com>
14934
14935 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14936 instruction.
14937
cf363f18
MW
149382014-06-30 Mark Wielaard <mjw@redhat.com>
14939
14940 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14941 vulture, vilify, villar): New volatile array constants.
14942 (vindictive, vegetation): New const volatile array constants.
14943 * gdb.base/volatile.exp: Test volatile and const volatile array
14944 types.
14945
aebf9d24
AA
149462014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14947
14948 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14949 target lacks support for awatch, rwatch, or hbreak.
14950
b67a2c6f
YQ
149512014-06-27 Yao Qi <yao@codesourcery.com>
14952
14953 * gdb.multi/dummy-frame-restore.exp: New.
14954 * gdb.multi/dummy-frame-restore.c: New.
14955
aef92902
MM
149562014-06-25 Markus Metzger <markus.t.metzger@intel.com>
14957
14958 * gdb.btrace/gcore.exp: New.
14959
8e9db26e
PA
149602014-06-23 Pedro Alves <palves@redhat.com>
14961
14962 * gdb.base/watchpoint-reuse-slot.c: New file.
14963 * gdb.base/watchpoint-reuse-slot.exp: New file.
14964
70afc5b7
SC
149652014-06-23 Siva Chandra Reddy <sivachandra@google.com>
14966
14967 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14968 progspace's filename in 'info', 'enable' and 'disable' command
14969 tests.
14970
b972bd9c
JK
149712014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14972
14973 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14974 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14975 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14976
125f8a3d
GB
149772014-06-20 Gary Benson <gbenson@redhat.com>
14978
14979 * gdb.arch/i386-avx.exp: Fix include file location.
14980 * gdb.arch/i386-sse.exp: Likewise.
14981
3ed9baed
IB
149822014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
14983
14984 * gdb.dlang/expression.exp: New file.
14985
034f788c
PA
149862014-06-19 Pedro Alves <palves@redhat.com>
14987
14988 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14989 out from ...
14990 (top level): ... here. Iterate running tests under different
14991 scheduler-locking settings.
14992
45371d0c
LM
149932014-06-18 Luis Machado <lgustavo@codesourcery.com>
14994
14995 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14996 to DW_FORM_addr and use non-zero addresses.
14997
5d376983
SC
149982014-06-18 Siva Chandra Reddy <sivachandra@google.com>
14999
15000 PR gdb/17017
15001 * gdb.python/py-xmethods.cc: Add global function call counters and
15002 increment them in their respective functions. Remove "cout"
15003 statements.
15004 * gdb.python/py-xmethods.exp: Make tests check the global function
15005 call counters instead of depending on inferior IO.
15006
a1aa2221
LM
150072014-06-18 Don Breazeal <donb@codesourcery.com>
15008
15009 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15010 Deleted procedure.
15011 (explicit_fork_parent_follow): Deleted procedure.
15012 (explicit_fork_child_follow): Deleted procedure.
15013 (test_follow_fork): New procedure.
15014 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15015 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15016 procedure calls.
15017
0fc05997
YQ
150182014-06-17 Yao Qi <yao@codesourcery.com>
15019
15020 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15021 CP1252.
15022
70795c52
LM
150232014-06-17 Luis Machado <lgustavo@codesourcery.com>
15024
15025 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15026 Initialize ptr and S explicitly.
15027 (skip_type_update_when_not_use_rtti_test): Likewise.
15028
6be47f0c
KS
150292014-06-16 Keith Seitz <keiths@redhat.com>
15030
15031 PR mi/15863
15032 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15033 the inferior is started.
15034
d03de421
PA
150352014-06-16 Pedro Alves <palves@redhat.com>
15036
15037 * gdb.base/break-main-file-remove-fail.c: New file.
15038 * gdb.base/break-main-file-remove-fail.exp: New file.
15039 * gdb.base/break-unload-file.exp: Use build_executable instead of
15040 prepare_for_testing.
15041 (test_break): New parameter "initial_load". Handle it.
15042 (top level): Add initial_load cmdline/file axis.
15043
f9579b99
TT
150442014-06-12 Tom Tromey <tromey@redhat.com>
15045
15046 * gdb.base/completion.exp: Don't use directory name in test.
15047
3657956b
GB
150482014-06-09 Gary Benson <gbenson@redhat.com>
15049
15050 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15051 separate the always-available ANSI-standard signals from the
15052 signals that require checking.
15053 (main): Likewise.
15054 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15055 Likewise.
15056 (main): Likewise.
15057
4186eb54
KS
150582014-06-07 Keith Seitz <keiths@redhat.com>
15059
15060 Revert:
15061 PR c++/16253
15062 * gdb.cp/var-tag.cc: New file.
15063 * gdb.cp/var-tag.exp: New file.
15064 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15065 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15066 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15067 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15068
25326a28 150692014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15070
15071 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15072
829155c9
PA
150732014-06-06 Pedro Alves <palves@redhat.com>
15074
15075 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15076 in target debug output instead of looking at RSP packets,
15077 disabling the test on any target that uses hardware stepping.
15078 Update comments.
15079
61c8d22e
PA
150802014-06-06 Pedro Alves <palves@redhat.com>
15081
15082 * gdb.base/break-unload-file.exp: Fix typo.
15083
d9a47287
YQ
150842014-06-06 Yao Qi <yao@codesourcery.com>
15085
15086 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15087 from "jit_function" to "^jit_function".
15088
e5e01dbf
YQ
150892014-06-06 Yao Qi <yao@codesourcery.com>
15090
15091 * gdb.base/async.c (foo): Add one statement.
15092 * gdb.base/async.exp: Get the next instruction address and
15093 match the output of "nexti" by instruction address. Match
15094 the hex address in the output of "finish".
15095
73ba372c
GB
150962014-06-06 Gary Benson <gbenson@redhat.com>
15097
15098 * gdb.base/call-signals.c: Remove preprocessor conditionals
15099 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15100 SIGSEGV and SIGTERM.
15101 * gdb.base/sigall.c: Likewise.
15102 * gdb.base/unwindonsignal.c: Likewise.
15103 * gdb.reverse/sigall-reverse.c: Likewise.
15104
831517df
YQ
151052014-06-06 Yao Qi <yao@codesourcery.com>
15106
15107 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15108 readable, skip the test.
15109
b8b91e98
YQ
151102014-06-06 Yao Qi <yao@codesourcery.com>
15111
15112 * gdb.threads/staticthreads.c (thread_function): Move the line
15113 setting breakpoint on forward.
15114 * gdb.threads/staticthreads.exp: Update comments.
15115
fb934770
LC
151162014-06-05 Ludovic Courtès <ludo@gnu.org>
15117
15118 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15119 "history-append! type error".
15120
6ef284bd
SM
151212014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15122
15123 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15124 erroneous dprintf expected input.
15125
a872e241
DE
151262014-06-04 Doug Evans <xdje42@gmail.com>
15127
15128 * gdb.guile/scm-generics.exp: Delete.
15129
16f691fb
DE
151302014-06-04 Doug Evans <xdje42@gmail.com>
15131
15132 * gdb.guile/scm-breakpoint.exp: Update.
15133 Add tests for breakpoint registration.
15134
012370f6
TT
151352014-06-04 Tom Tromey <tromey@redhat.com>
15136
15137 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15138 VLA-in-union.
15139 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15140 inner_vla_struct, vla_union types. Initialize objects of those
15141 types and compute their sizes.
15142
9f5a4cef
HZ
151432014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15144 Hui Zhu <hui@codesourcery.com>
15145
15146 * gdb.base/fileio.exp: Add test for shell not available as well as
15147 available.
15148 * gdb.base/fileio.c (test_system): Check for shell twice.
15149
90a45c4d
YQ
151502014-06-04 Yao Qi <yao@codesourcery.com>
15151
15152 * gdb.base/auto-connect-native-target.exp: Remove redundant
15153 space from the regexp pattern.
15154
70017e41
YQ
151552014-06-04 Yao Qi <yao@codesourcery.com>
15156
15157 * gdb.base/default.exp: Replace "child" with "native" in
15158 regexp pattern.
15159
883964a7
SC
151602014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15161
15162 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15163 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15164 * gdb.python/py-xmethods.py: Python script supporting the
15165 new testcase and tests.
15166
ef370185
JB
151672014-06-03 Joel Brobecker <brobecker@adacore.com>
15168 Pedro Alves <palves@redhat.com>
15169
15170 PR breakpoints/17000
15171 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15172 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15173
1e2ccb61
BM
151742014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15175
15176 * gdb.base/subst.exp: Add tests to verify partial path matching
15177 output.
15178
c6ec5ab2
PA
151792014-06-03 Pedro Alves <palves@redhat.com>
15180
15181 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15182 target that doesn't use software single-stepping.
15183
835c559f
PA
151842014-06-03 Pedro Alves <palves@redhat.com>
15185
15186 PR breakpoints/17000
15187 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15188 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15189
06eb1586
DE
151902014-06-02 Doug Evans <xdje42@gmail.com>
15191
15192 * gdb.guile/scm-parameter.exp: New file.
15193
e698b8c4
DE
151942014-06-02 Doug Evans <xdje42@gmail.com>
15195
15196 * gdb.guile/scm-cmd.c: New file.
15197 * gdb.guile/scm-cmd.exp: New file.
15198
ded03782
DE
151992014-06-02 Doug Evans <xdje42@gmail.com>
15200
15201 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15202 pretty-printer lookup.
15203 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15204 (make-pp_s-printer): Call it.
15205 (make-pretty-printer-from-dict): New function.
15206 (lookup-pretty-printer-maker-from-dict): New function.
15207 (*pretty-printer*): Simplify.
15208 (make-objfile-pp_s-printer): New function.
15209 (install-objfile-pretty-printers!): New function.
15210 (make-progspace-pp_s-printer): New function.
15211 (install-progspace-pretty-printers!): New function.
15212 * gdb.guile/scm-progspace.c: New file.
15213 * gdb.guile/scm-progspace.exp: New file.
15214
41fac0cf
PA
152152014-06-02 Pedro Alves <palves@redhat.com>
15216
15217 * gdb.base/dprintf-bp-same-addr.c: New file.
15218 * gdb.base/dprintf-bp-same-addr.exp: New file.
15219
96ae5695
EBM
152202014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15221
15222 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15223 * gdb.arch/powerpc-power.s: Likewise.
15224
da02b3a8
JB
152252014-06-02 Joel Brobecker <brobecker@adacore.com>
15226
15227 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15228
c72b2e7b
YQ
152292014-06-01 Yao Qi <yao@codesourcery.com>
15230
15231 * gdb.base/watchpoint.exp (test_watch_location): Check null
15232 pointer can be dereferenced. If not, do the test, otherwise
15233 skip it.
15234
53e8a631
AB
152352014-05-30 Andrew Burgess <aburgess@broadcom.com>
15236
15237 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15238 results.
15239 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15240
938f0e2f
AB
152412014-05-30 Andrew Burgess <aburgess@broadcom.com>
15242
15243 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15244 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15245 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15246 * gdb.arch/amd64-invalid-stack-top.c: New file.
15247 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15248
9ba6657a
PA
152492014-05-30 Pedro Alves <palves@redhat.com>
15250
15251 PR breakpoints/17000
15252 * gdb.base/sss-bp-on-user-bp.c: New file.
15253 * gdb.base/sss-bp-on-user-bp.exp: New file.
15254
522c09bf
DB
152552014-05-30 David Blaikie <dblaikie@gmail.com>
15256
15257 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15258 gnu_inline semantics via attribute.
15259 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15260 source explicitly specifies the required semantics.
15261
bf4ef81e
MR
152622014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15263
15264 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15265
329ea579
PA
152662014-05-29 Pedro Alves <palves@redhat.com>
15267 Tom Tromey <tromey@redhat.com>
15268
15269 * gdb.base/async-shell.exp: Don't enable target-async.
15270 * gdb.base/async.exp
15271 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15272 parameter. Adjust.
15273 (top level): Don't test with "target-async".
15274 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15275 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15276 * gdb.base/inferior-died.exp: Don't enable target-async.
15277 * gdb.base/interrupt-noterm.exp: Likewise.
15278 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15279 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15280 * gdb.mi/mi-nonstop.exp: Likewise.
15281 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15282 * gdb.mi/mi-nsintrall.exp: Likewise.
15283 * gdb.mi/mi-nsmoribund.exp: Likewise.
15284 * gdb.mi/mi-nsthrexec.exp: Likewise.
15285 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15286 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15287 * gdb.python/py-evsignal.exp: Don't enable target-async.
15288 * gdb.python/py-evthreads.exp: Likewise.
15289 * gdb.python/py-prompt.exp: Likewise.
15290 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15291 * gdb.server/solib-list.exp: Don't enable target-async.
15292 * gdb.threads/thread-specific-bp.exp: Likewise.
15293 * lib/mi-support.exp: Adjust to use mi-async.
15294
fd664c91
PA
152952014-05-29 Pedro Alves <palves@redhat.com>
15296
15297 PR gdb/13860
15298 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15299 reason, even in sync mode.
15300
251bde03
PA
153012014-05-29 Pedro Alves <palves@redhat.com>
15302 Hui Zhu <hui@codesourcery.com>
15303
15304 PR PR15693
15305 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15306 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15307 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15308 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15309
7f3c0343
JB
153102014-05-28 Joel Brobecker <brobecker@adacore.com>
15311
15312 * config/monitor.exp (gdb_target_monitor): Replace use of
15313 "set remotebaud" by "set serial baud".
15314
b2715b27
AW
153152014-05-26 Andy Wingo <wingo@igalia.com>
15316
15317 * gdb.guile/scm-breakpoint.exp:
15318 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15319 properties instead of gdb-object-properties.
15320
498a4489
YQ
153212014-05-26 Yao Qi <yao@codesourcery.com>
15322
15323 * gdb.server/no-thread-db.exp: Specify source file name
15324 explicitly when setting a breakpoint.
15325
589fdceb
MM
153262014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15327
15328 * gdb.btrace/vdso.c: New.
15329 * gdb.btrace/vdso.exp: New.
15330
e9089e05
MM
153312014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15332
15333 * gdb.base/gcore.exp (capture_command_output): Move ...
15334 * lib/gdb.exp (capture_command_output): ... here.
15335
67b5c0c1
MM
153362014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15337
15338 * gdb.btrace/data.exp: Test memory access during btrace replay.
15339
a2199296
SM
153402014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15341
15342 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15343
17b2616c
PA
153442014-05-21 Pedro Alves <palves@redhat.com>
15345
15346 PR gdb/13860
15347 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15348 (top level): Test that output related to execution commands is
15349 sent to the console with CLI commands, but not with MI commands.
15350 Test that breakpoint events are always mirrored to the console.
15351 Also expect the new source line to be output after a "next" in
15352 async mode too. Make it a pass/fail test.
15353 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15354 output.
15355 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15356
5166082f
PA
153572014-05-21 Pedro Alves <palves@redhat.com>
15358
15359 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15360 Use them to test variations of "list" after reaching a breakpoint.
15361 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15362 Test "list" with listsize 10 after reaching a breakpoint.
15363 * gdb.python/python.exp (decode_line current location line
15364 number): Adjust expected line number.
15365
2f25d70f
SM
153662014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15367
15368 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15369 behavior for $args, pass it directly to "run".
15370
ff604a67
MR
153712014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15372
15373 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15374 30000 to 65536.
15375
6a3cb8e8
PA
153762014-05-21 Pedro Alves <palves@redhat.com>
15377
15378 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15379 auto-connect-native-target off".
15380 * gdb.base/auto-connect-native-target.c: New file.
15381 * gdb.base/auto-connect-native-target.exp: New file.
15382
4ebfc96e
PA
153832014-05-21 Pedro Alves <palves@redhat.com>
15384
15385 * gdb.base/default.exp: Test "target native" instead of "target
15386 child".
15387
36d46afb
MW
153882014-05-21 Mark Wielaard <mjw@redhat.com>
15389
15390 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15391
5876f503
JK
153922014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15393
15394 Fix TLS access for -static -pthread.
15395 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15396 <HAVE_TLS> (thread_function, main): Initialize it.
15397 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15398 Add clean_restart.
15399 <$have_tls != "">: Check TLSVAR.
15400
0256a6ac
PA
154012014-05-21 Pedro Alves <palves@redhat.com>
15402
15403 * gdb.base/dcache-line-read-error.c: New.
15404 * gdb.base/dcache-line-read-error.exp: New.
15405
936d2992
PA
154062014-05-20 Pedro Alves <palves@redhat.com>
15407
15408 * gdb.base/compare-sections.c: New file.
15409 * gdb.base/compare-sections.exp: New file.
15410
802e8e6d
PA
154112014-05-20 Pedro Alves <palves@redhat.com>
15412
15413 * gdb.base/break-idempotent.c: New file.
15414 * gdb.base/break-idempotent.exp: New file.
15415
e59fa00f
MM
154162014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15417
15418 * gdb.btrace/nohist.exp: New.
15419
8b696e31
YQ
154202014-05-20 Yao Qi <yao@codesourcery.com>
15421
15422 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15423 gdb.reverse directory and gdb_reverse_timeout exists in board
15424 setting.
15425 * README: Document gdb_reverse_timeout.
15426
73c9764f
YQ
154272014-05-20 Yao Qi <yao@codesourcery.com>
15428
15429 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15430 'test_file_name'. Treat args as a string instead of a list.
15431 (gdb_init): Rename argument 'args' by 'test_file_name'.
15432
f1f4348a
JK
154332014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15434
15435 * gdb.arch/powerpc-power.exp: New file.
15436 * gdb.arch/powerpc-power.s: New file.
15437
0dbe70ce
DE
154382014-05-16 Doug Evans <dje@google.com>
15439
15440 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15441 * gdb.base/completion.exp: Check that all expected files exist
15442 before doing file completion.
0dbe70ce 15443
8d551b02
DE
154442014-05-16 Doug Evans <dje@google.com>
15445
15446 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15447 Update.
15448 (do_syscall_tests_without_xml): Update.
15449
73eb7709
PA
154502014-05-16 Pedro Alves <palves@redhat.com>
15451
15452 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15453 instead of "unknown output after running".
15454
3fae92fc
YQ
154552014-05-16 Yao Qi <yao@codesourcery.com>
15456
15457 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15458 file1.txt from host at the end.
15459 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15460
c2b2ccc5
DE
154612014-05-15 Doug Evans <dje@google.com>
15462
15463 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15464 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15465 loading file. Add test for TU lookup.
15466
8c217a4b
SM
154672014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15468
15469 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15470 calling "-exec-arguments" or "set args" before running the
15471 inferior.
15472
3deb39c6
SM
154732014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15474
15475 * lib/mi-support.exp (mi_expect_stop): Expect message for
15476 inferiors that exit with non-zero exit code.
15477
71a79f8c
YQ
154782014-05-14 Yao Qi <yao@codesourcery.com>
15479
15480 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15481 match absolute path on remote host.
15482 (test_file_list_exec_source_files): Remove "/" from the
15483 pattern.
15484
f23fcd46
YQ
154852014-05-14 Yao Qi <yao@codesourcery.com>
15486
15487 * boards/local-remote-host-notty.exp (${board}_file): New
15488 proc.
15489
9404b58f
KM
154902014-05-07 Kyle McMartin <kyle@redhat.com>
15491
15492 Pushed by Joel Brobecker <brobecker@adacore.com>.
15493 * gdb.arch/aarch64-atomic-inst.c: New file.
15494 * gdb.arch/aarch64-atomic-inst.exp: New file.
15495
5e45f04c
YQ
154962014-05-07 Yao Qi <yao@codesourcery.com>
15497
15498 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15499 in current context" too.
15500
c888a17d
KS
155012014-05-05 Keith Seitz <keiths@redhat.com>
15502
15503 * gdb.linespec/ls-dollar.exp: Add test for linespec
15504 file:convenience_variable.
15505
290a839c
YQ
155062014-05-05 Yao Qi <yao@codesourcery.com>
15507
15508 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15509 traceframes into tfile and ctf trace files. Read data from
15510 trace file and test collected data.
15511 (gdb_collect_locals_test): Likewise.
15512 (gdb_unavailable_registers_test): Likewise.
15513 (gdb_unavailable_floats): Likewise.
15514 (gdb_collect_globals_test): Likewise.
15515 (top-level): Append "ctf" to trace_file_targets if GDB
15516 supports.
15517
b5262cd0
YQ
155182014-05-05 Yao Qi <yao@codesourcery.com>
15519
15520 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15521 code to ...
15522 (gdb_collect_args_test_1): ... it. New proc.
15523 (gdb_collect_locals_test): Move some code to ...
15524 (gdb_collect_locals_test_1): ... it. New proc.
15525 (gdb_unavailable_registers_test): Move some code to ...
15526 (gdb_unavailable_registers_test_1): ... it. New proc.
15527 (gdb_unavailable_floats): Move some code to ...
15528 (gdb_unavailable_floats_1): ... it. New proc.
15529
30a1e6cc
SDJ
155302014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15531
15532 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15533 probes to test for bitness recognition.
15534 * gdb.arch/amd64-stap-optional-prefix.exp
15535 (test_probe_value_without_reg): New procedure.
15536 Add code to test for different kinds of bitness.
15537
f33da99a
SDJ
155382014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15539
15540 PR breakpoints/16889
15541 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15542 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15543
5b80f00d
PA
155442014-05-01 Pedro Alves <palves@redhat.com>
15545
15546 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15547 gdb_file_cmd if no file is specified.
15548 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15549 last_loaded_file to set the remote exec-file.
15550
f8c2a73c
PA
155512014-05-01 Pedro Alves <palves@redhat.com>
15552
15553 * boards/local-remote-host.exp: New file.
15554
be6e8ac7
PA
155552014-05-01 Pedro Alves <palves@redhat.com>
15556
15557 * boards/local-remote-host.exp: Rename to ...
15558 * boards/local-remote-host-notty.exp: ... this.
15559
cac0dc8f
JB
155602014-04-28 Joel Brobecker <brobecker@adacore.com>
15561
15562 * gdb.ada/dyn_arrayidx: New testcase.
15563
9730e6cc
YQ
155642014-04-26 Yao Qi <yao@codesourcery.com>
15565
15566 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
15567 and compute the length of function main. Save it in
15568 $main_length.
15569 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15570 (top-level): Use gdb_compile to compile objects into
15571 executable and restart GDB. Remove invocation to
15572 prepare_for_testing.
15573
7ae1a6a6
PA
155742014-04-25 Simon Marchi <simon.marchi@ericsson.com>
15575 Pedro Alves <palves@redhat.com>
15576
15577 PR server/16255
15578 * gdb.multi/multi-attach.c: New file.
15579 * gdb.multi/multi-attach.exp: New file.
15580
4082afcc
PA
155812014-04-25 Pedro Alves <palves@redhat.com>
15582
15583 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15584 user.
15585 (top level): Test that "set remote conditional-breakpoints-packet
15586 off" works as intended.
15587 * gdb.base/dprintf.exp: Test that "set remote
15588 breakpoint-commands-packet off" works as intended.
15589 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15590 New function.
15591 (top level): Call it.
15592 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15593 remote fast-tracepoints-packet off" works as intended.
15594 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15595 * lib/gdb.exp (gdb_is_target_remote): ... here.
15596
2abc3f8d
DB
155972014-04-24 David Blaikie <dblaikie@gmail.com>
15598
15599 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15600 ensure clang would not discard them.
15601 * gdb.base/gdbvars.c: Ditto.
15602 * gdb.base/memattr.c: Ditto.
15603 * gdb.base/whatis.c: Ditto.
15604 * gdb.python/py-prettyprint.c: Ditto.
15605 * gdb.trace/actions.c: Ditto.
15606 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15607 ensure clang would not discard it.
15608
bfd39632
DB
156092014-04-24 David Blaikie <dblaikie@gmail.com>
15610
15611 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15612 clang to emit the full definition of type required by the test
15613 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15614
22842ff6
DB
156152014-04-24 David Blaikie <dblaikie@gmail.com>
15616
15617 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15618 coax Clang into emitting the definition of the type.
15619 * gdb.cp/pr10728-x.h (y): Ditto.
15620 * gdb.cp/pr10728-y.cc (y): Ditto.
15621
c2e827ad
DB
156222014-04-24 David Blaikie <dblaikie@gmail.com>
15623
15624 * gdb.base/label.exp: XFAIL label related tests under Clang.
15625 * gdb.cp/cplabel.exp: Ditto.
15626 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15627 under Clang those using labels.
15628
4c2d33e7
YQ
156292014-04-25 Yao Qi <yao@codesourcery.com>
15630
15631 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15632 double_label.
15633 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15634 partial_label and double_label.
15635
56083b99
DB
156362014-04-24 David Blaikie <dblaikie@gmail.com>
15637
15638 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15639
25d4e99d
DB
156402014-04-24 David Blaikie <dblaikie@gmail.com>
15641
15642 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15643 of the function to work across GCC and Clang.
15644 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15645 pointer types (const void ** const V void **).
15646
01f9f808
MS
156472014-04-24 Michael Sturm <michael.sturm@mintel.com>
15648 Walfred Tedeschi <walfred.tedeschi@intel.com>
15649
15650 * Makefile.in (EXECUTABLES): Added i386-avx512.
15651 * gdb.arch/i386-avx512.c: New file.
15652 * gdb.arch/i386-avx512.exp: Likewise.
15653
4b48d439
KS
156542014-04-23 Keith Seitz <keiths@redhat.com>
15655
15656 * lib/mi-support.exp (mi_list_breakpoints): Delete.
15657 (mi_make_breakpoint_table): New procedure.
15658 (mi_create_breakpoint): Use mi_make_breakpoint
15659 and return the result.
15660 (mi_make_breakpoint): New procedure.
15661 (mi_build_kv_pairs): New procedure.
15662
15663 * gdb.mi/mi-break.exp: Remove unused globals,
15664 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15665 All callers updated.
15666 * gdb.mi/mi-dprintf.exp: Use variable to track command
15667 number.
15668 Update all callers of mi_create_breakpoint and use
15669 mi_make_breakpoint_table.
15670 Remove any unused global variables.
15671 * gdb.mi/mi-nonstop.exp: Likewise.
15672 * gdb.mi/mi-nsintrall.exp: Likewise.
15673 * gdb.mi/mi-nsmoribund.exp: Likewise.
15674 * gdb.mi/mi-nsthrexec.exp: Likewise.
15675 * gdb.mi/mi-reverse.exp: Likewise.
15676 * gdb.mi/mi-simplerun.exp: Likewise.
15677 * gdb.mi/mi-stepn.exp: Likewise.
15678 * gdb.mi/mi-syn-frame.exp: Likewise.
15679 * gdb.mi/mi-until.exp: Likewise.
15680 * gdb.mi/mi-var-cp.exp: Likewise.
15681 * gdb.mi/mi-var-display.exp: Likewise.
15682 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15683 * gdb.mi/mi2-var-child.exp: Likewise.
15684 * gdb.mi/mi-vla-c99.exp: Likewise.
15685 * lib/mi-support.exp: Likewise.
15686
15687 From Ian Lance Taylor <iant@cygnus.com>:
15688 * lib/gdb.exp (parse_args): New procedure.
15689
08351840
PA
156902014-04-23 Pedro Alves <palves@redhat.com>
15691
15692 * gdb.base/break-unload-file.c: New file.
15693 * gdb.base/break-unload-file.exp: New file.
15694 * gdb.base/sym-file-lib.c (baz): New function.
15695 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15696 field.
15697 (load): Store the segment's mapped size.
15698 (unload): New function.
15699 (unload_shlib): New function.
15700 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15701 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15702 set a breakpoint at baz, and call it.
15703 * gdb.base/sym-file.exp: New tests for stale breakpoint
15704 instructions.
15705
076855f9
PA
157062014-04-23 Pedro Alves <palves@redhat.com>
15707
15708 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15709 * gdb.base/hbreak-in-shr-unsupported.c: New file.
15710 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15711 * gdb.base/hbreak-unmapped.c: New file.
15712 * gdb.base/hbreak-unmapped.exp: New file.
15713 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15714 * lib/gdb.exp (gdb_is_target_remote): ... here.
15715
483805cf
PA
157162014-04-22 Pedro Alves <palves@redhat.com>
15717
15718 * gdb.base/consecutive-step-over.c: New file.
15719 * gdb.base/consecutive-step-over.exp: New file.
15720
06d97543
PA
157212014-04-22 Pedro Alves <palves@redhat.com>
15722
15723 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15724 instead of send_gdb/gdb_expect.
15725
b4429ea2
YQ
157262014-04-22 Yao Qi <yao@codesourcery.com>
15727
15728 * lib/trace-support.exp (generate_tracefile): New procedure.
15729 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15730 return 0.
15731 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15732 if generate_tracefile returns 1.
15733
51d48146
PA
157342014-04-18 Tom Tromey <palves@redhat.com>
15735 Pedro alves <tromey@redhat.com>
15736
15737 PR backtrace/15558
15738 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15739 with a backtrace limit.
15740 * gdb.python/py-frame-inline.exp: Test running to an inline
15741 function with a backtrace limit, and printing the newest frame.
15742 * gdb.python/py-frame-inline.c (main): Call f.
15743
bd1dce5f
MS
157442014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15745
15746 * gdb.java/jnpe.exp: Drop srcdir from untested path.
15747
40d1a503
MS
157482014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
15749
15750 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15751 Drop prefix from unsupported source file path.
15752
389b98f7
YQ
157532014-04-17 Yao Qi <yao@codesourcery.com>
15754
15755 * lib/gdb.exp (with_target_charset): New proc.
15756 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15757 with_target_charset.
15758 (test_print_strings): Likewise.
15759 (test_repeat_bytes): Likewise.
15760 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15761 for some tests.
15762
22869d73
KS
157632014-04-16 Keith Seitz <keiths@redhat.com>
15764
15765 PR gdb/15827
15766 * gdb.dwarf2/corrupt.c: New file.
15767 * gdb.dwarf2/corrupt.exp: New file.
15768
c4f87ca6
KS
157692014-04-16 Keith Seitz <keiths@redhat.com>
15770
15771 PR c++/16597
15772 * gdb.cp/namelessclass.cc: New file.
15773 * gdb.cp/namelessclass.exp: New file.
15774 * gdb.cp/namelessclass.S: New file.
15775
ab19de87
DE
157762014-04-16 Doug Evans <dje@google.com>
15777
15778 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15779 Add comment.
15780 (gdbserver_default_get_comm_port): New function.
15781 (gdbserver_start): Check if board file provided
15782 "gdbserver,get_comm_port" and use it if so.
15783 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15784 (gdb,socketport): Set to "stdio".
15785 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15786 (stdio_gdbserver_template): Delete.
15787 (${board}_get_remote_address): Update.
15788 (${board}_build_remote_cmd): Delete.
15789 (${board}_get_comm_port): New function.
15790 (${board}_spawn): Update.
15791 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15792 Delete.
15793 (${board}_get_remote_address): Update.
15794 (${board}_get_comm_port): New function.
15795
fc98a809
AB
157962014-04-16 Andrew Burgess <aburgess@broadcom.com>
15797
15798 * gdb.base/memattr.exp: Improve regexps to handle memory regions
15799 appearing in any order.
15800
87fd9e6e
DE
158012014-04-15 Doug Evans <dje@google.com>
15802
15803 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15804 uninitialized value of "description".
15805
099fc3ea
KS
158062014-04-15 Keith Seitz <keiths@redhat.com>
15807
15808 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15809 Remove unused globals.
15810 (test_running_the_program): Likewise.
15811 (test_controlled_execution): Likewise.
15812 (test_controlling_breakpoints): Likewise.
15813 (test_program_termination): Likewise.
15814
5da151d4
KS
158152014-04-15 Keith Seitz <keiths@redhat.com>
15816
15817 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15818 unused globals.
15819 (test_rbreak_creation_and_listing): Likewise.
15820 (test_ignore_count): Likewise.
15821 (test_error): Likewise.
15822
35e5d2f0
PA
158232014-04-15 Pedro Alves <palves@redhat.com>
15824
15825 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15826 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15827 sym-file-loader.c.
15828 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15829 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15830 to sym-file-loader.c.
15831 (struct library): Forward declare.
15832 (load_shlib, lookup_function): Change prototypes.
15833 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15834 (translate_offset): Remove declarations.
15835 (get_text_addr): New declaration.
15836 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15837 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15838 sym-file-loader.h.
15839 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15840 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15841 here from sym-file-loader.h.
15842 (struct library): New structure.
15843 (load_shlib, lookup_function): Change prototypes and adjust to
15844 work with a struct library.
15845 (find_shstrtab, find_strtab, find_shdr, find_symtab)
15846 (translate_offset): Make static.
15847 (get_text_addr): New function.
15848 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15849
eb4c1710
PA
158502014-04-15 Pedro Alves <palves@redhat.com>
15851
15852 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
15853
2d1baf52
PA
158542014-04-15 Pedro Alves <palves@redhat.com>
15855
15856 * gdb.base/sym-file-loader.c: Include <limits.h>.
15857 (SELF_LINK): New define.
15858 (get_origin): New function.
15859 (load_shlib): Use it.
15860 * gdb.base/sym-file.exp: Don't early return if the target is
15861 remote. Use runto_main, and issue fail is that fails. Use
15862 gdb_load_shlibs.
15863 (shlib_name): Delete.
15864 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
15865
7dd6df01
PA
158662014-04-15 Pedro Alves <palves@redhat.com>
15867
15868 * gdb.base/sym-file.exp: Remove regex characters from test
15869 message. Don't refer to breakpoint numbers in test messages.
15870
b50c8614
KS
158712014-04-14 Keith Seitz <keiths@redhat.com>
15872
15873 PR c++/16253
15874 * gdb.cp/var-tag.cc: New file.
15875 * gdb.cp/var-tag.exp: New file.
15876 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15877 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15878 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15879 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15880
3d567982
TT
158812014-04-14 Tom Tromey <tromey@redhat.com>
15882
15883 * gdb.cp/classes.exp (test_enums): Handle underlying type.
15884 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15885 type.
15886 * gdb.cp/enum-class.exp: New file.
15887 * gdb.cp/enum-class.cc: New file.
15888
0626fc76
TT
158892014-04-14 Tom Tromey <tromey@redhat.com>
15890
15891 * gdb.dwarf2/enum-type.exp: New file.
15892
dca325b3
SA
158932014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15894
15895 * gdb.mi/mi-vla-c99.exp: New file.
15896 * gdb.mi/vla.c: New file.
15897
5854b38a
SA
158982014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15899
15900 * gdb.base/vla-datatypes.c: New file.
15901 * gdb.base/vla-datatypes.exp: New file.
15902
463bb957
SA
159032014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15904
15905 * gdb.base/vla-ptr.c: New file.
15906 * gdb.base/vla-ptr.exp: New file.
15907
3dd170be
SA
159082014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15909
15910 * gdb.dwarf2/count.exp: New file.
15911
5ecaaa66
SA
159122014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
15913
15914 * gdb.base/vla-sideeffect.c: New file.
15915 * gdb.base/vla-sideeffect.exp: New file.
15916
41f1ada5
DB
159172014-04-14 David Blaikie <dblaikie@gmail.com>
15918
15919 * gdb.mi/non-stop.c: Add return value for non-void function return
15920 statement.
15921 * gdb.threads/staticthreads.c: Ditto.
15922
0be03e84
DE
159232014-04-12 Siva Chandra Reddy <sivachandra@google.com>
15924 Doug Evans <xdje42@gmail.com>
15925
15926 * gdb.guile/scm-value.c: Improve test case.
15927 * gdb.guile/scm-value.exp: Add new test.
15928
f180a1fb
DB
159292014-04-11 David Blaikie <dblaikie@gmail.com>
15930
15931 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15932 override Clang's default.
15933
6b662e19
JB
159342014-04-11 Joel Brobecker <brobecker@adacore.com>
15935
15936 Revert the following changes (regressions):
15937
15938 * gdb.base/vla-sideeffect.c: New file.
15939 * gdb.base/vla-sideeffect.exp: New file.
15940
15941 * gdb.dwarf2/count.exp: New file.
15942
15943 * gdb.base/vla-multi.c: New file.
15944 * gdb.base/vla-multi.exp: New file.
15945
15946 * gdb.base/vla-ptr.c: New file.
15947 * gdb.base/vla-ptr.exp: New file.
15948
15949 * gdb.base/vla-datatypes.c: New file.
15950 * gdb.base/vla-datatypes.exp: New file.
15951
15952 * gdb.mi/mi-vla-c99.exp: New file.
15953 * gdb.mi/vla.c: New file.
15954
245a5f0b
KS
159552014-04-11 Keith Seitz <keiths@redhat.com>
15956
15957 PR c++/16675
15958 * gdb.cp/cpsizeof.exp: New file.
15959 * gdb.cp/cpsizeof.cc: New file.
15960
58a84dcf
SA
159612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15962
191a8a90
JB
15963 * gdb.mi/mi-vla-c99.exp: New file.
15964 * gdb.mi/vla.c: New file.
58a84dcf 15965
c8655f75
SA
159662014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15967
15968 * gdb.base/vla-datatypes.c: New file.
15969 * gdb.base/vla-datatypes.exp: New file.
15970
024e13b4
SA
159712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15972
15973 * gdb.base/vla-ptr.c: New file.
15974 * gdb.base/vla-ptr.exp: New file.
15975
1a237e0e
SA
159762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15977
15978 * gdb.base/vla-multi.c: New file.
15979 * gdb.base/vla-multi.exp: New file.
15980
504f3432
SA
159812014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15982
15983 * gdb.dwarf2/count.exp: New file.
15984
3bce8237
SA
159852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
15986
191a8a90
JB
15987 * gdb.base/vla-sideeffect.c: New file.
15988 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 15989
322f9c21
YQ
159902014-04-11 Yao Qi <yao@codesourcery.com>
15991
15992 * gdb.base/completion.exp: Check file exists before running tests
15993 on file completion.
15994
d708bcd1
PA
159952014-04-10 Pedro Alves <palves@redhat.com>
15996
15997 * gdb.base/cond-eval-mode.c: New file.
15998 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
15999 prepare_for_testing to build the new file. Check result of
16000 runto_main.
16001 (test_break, test_watch): New procedures.
16002 (top level): Use them.
16003
ae1d2761
PM
160042014-04-08 Pierre Muller <muller@sourceware.org>
16005
16006 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16007 Ctrl-V use for mingw hosts.
16008
7af389b8
SC
160092014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16010
16011 * gdb.python/py-value.c: Improve test case.
16012 * gdb.python/py-value.exp: Add new test.
16013
5e703181
DE
160142014-04-07 David Blaikie <dblaikie@gmail.com>
16015
16016 * lib/compiler.c: Identify the clang compiler.
16017 * lib/compiler.cc: Ditto.
16018
9810b410
YQ
160192014-04-03 Yao Qi <yao@codesourcery.com>
16020
16021 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16022
98d1b8dc
AB
160232014-04-01 Anton Blanchard <anton@samba.org>
16024
16025 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16026 messages unique.
16027
3114cea1
AB
160282014-04-01 Anton Blanchard <anton@samba.org>
16029
16030 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16031 prepare_for_testing.
16032
62f7182c
AB
160332014-04-01 Anton Blanchard <anton@samba.org>
16034
16035 * gdb.arch/ppc64-atomic-inst.c: Remove.
16036 * gdb.arch/ppc64-atomic-inst.S: New file.
16037 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16038
770e7fc7
DE
160392014-03-31 Doug Evans <dje@google.com>
16040
16041 * gdb.base/print-symbol-loading-lib.c: New file.
16042 * gdb.base/print-symbol-loading-main.c: New file.
16043 * gdb.base/print-symbol-loading.exp: New file.
16044
46e2bafa
YQ
160452014-03-31 Yao Qi <yao@codesourcery.com>
16046
16047 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16048
8776cfe9
JB
160492014-03-28 Joel Brobecker <brobecker@adacore.com>
16050
16051 * gdb.ada/mi_dyn_arr: New testcase.
16052
5d1ef361
DE
160532014-03-27 Doug Evans <dje@google.com>
16054
16055 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16056
b5bee914
YQ
160572014-03-27 Yao Qi <yao@codesourcery.com>
16058
16059 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16060 if target is nios2-*-*.
16061
0d4d0e77
YQ
160622014-03-26 Yao Qi <yao@codesourcery.com>
16063
16064 * lib/gdb.exp (readline_is_used): New proc.
16065 * gdb.base/completion.exp: Move tests on command complete up.
16066 Skip the rest of tests if readline is not used.
16067 * gdb.ada/complete.exp: Skp the test if readline is not
16068 used.
16069 * gdb.base/filesym.exp: Likewise.
16070 * gdb.base/macscp.exp: Likewise.
16071 * gdb.base/readline-ask.exp: Likewise.
16072 * gdb.base/readline.exp: Likewise.
16073 * gdb.python/py-cmd.exp: Likewise.
16074 * gdb.trace/tfile.exp: Likewise.
16075
29361eee
YQ
160762014-03-26 Yao Qi <yao@codesourcery.com>
16077
16078 * gdb.base/macscp.exp: Fix code format issues.
16079
bc9a5525
UW
160802014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16081
16082 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16083 * gdb.asm/powerpc64le.inc: New file.
16084
d3839ede
PA
160852014-03-25 Pedro Alves <palves@redhat.com>
16086 Doug Evans <dje@google.com>
16087
16088 * gdb.base/source-execution.c: New file.
16089 * gdb.base/source-execution.exp: New file.
16090 * gdb.base/source-execution.gdb: New file.
16091
01672a57
DE
160922014-03-24 Doug Evans <dje@google.com>
16093
16094 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16095 using fission.
16096
88bbeca9
HZ
160972014-03-24 Hui Zhu <hui@codesourcery.com>
16098 Pedro Alves <palves@redhat.com>
16099
16100 PR breakpoints/16101
16101 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16102 test pass/fail messages. Detect missing support for dprintf when
16103 breakpoints are actually inserted.
16104 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16105 breakpoints are actually inserted.
16106 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16107 fails.
16108
d2348791
JK
161092014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16110
16111 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16112
feef67ab
DE
161132014-03-22 Doug Evans <xdje42@gmail.com>
16114
16115 * gdb.python/python.exp (python not supported): Verify multi-line
16116 python command issues an error.
25d743f9 16117 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16118 guile command issues an error.
feef67ab 16119
ecebef6a
MR
161202014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16121
16122 * gdb.threads/thread-specific.exp: Handle the lack of usable
16123 $this_breakpoint and $this_thread.
16124
ccdd1909
HZ
161252014-03-21 Hui Zhu <hui@codesourcery.com>
16126
16127 * gdb.base/attach.exp (do_command_attach_tests): New.
16128
beb460e8
PA
161292014-03-20 Tom Tromey <tromey@redhat.com>
16130 Pedro Alves <palves@redhat.com>
16131
16132 PR cli/15718
16133 * gdb.base/condbreak-call-false.c: New file.
16134 * gdb.base/condbreak-call-false.exp: New file.
16135
40acf43a
PA
161362014-03-20 Pedro Alves <palves@redhat.com>
16137
16138 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16139 Delete.
16140 (block_signals, unblock_signals): Delete.
16141 (child_function_2, main): Remove references to deleted variable
16142 and functions.
16143
9f5e1e02
PA
161442014-03-20 Pedro Alves <palves@redhat.com>
16145
16146 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16147 Use pthread_kill to signal thread 2.
16148 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16149 Adjust to make the test send itself a signal rather than using the
16150 host's "kill" command.
16151
99619bea
PA
161522014-03-20 Pedro Alves <palves@redhat.com>
16153
16154 * gdb.threads/multiple-step-overs.c: New file.
16155 * gdb.threads/multiple-step-overs.exp: New file.
16156 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16157 Adjust expected infrun debug output.
16158
2adfaa28
PA
161592014-03-20 Pedro Alves <palves@redhat.com>
16160
16161 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16162 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16163
31e77af2
PA
161642014-03-20 Pedro Alves <palves@redhat.com>
16165
16166 PR breakpoints/7143
16167 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16168 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16169 of gdb_test_multiple.
16170 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16171 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16172
b9f437de
PA
161732014-03-20 Pedro Alves <palves@redhat.com>
16174
16175 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16176 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16177
05adc73e
PA
161782014-03-19 Pedro Alves <palves@redhat.com>
16179
16180 * gdb.base/async.exp: Remove early return.
16181
6048b950
PA
161822014-03-19 Pedro Alves <palves@redhat.com>
16183
16184 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16185
8bcfb00a
PA
161862014-03-19 Pedro Alves <palves@redhat.com>
16187
16188 * gdb.base/async.exp (test_background): Expect \r\n after
16189 "completed." in the fail pattern.
16190
884e37dc
PA
161912014-03-19 Pedro Alves <palves@redhat.com>
16192
16193 * gdb.base/async.exp (test_background): New procedure.
16194 Use it for all background execution command tests.
16195
148e57e2
PA
161962014-03-19 Pedro Alves <palves@redhat.com>
16197
16198 * gdb.base/async.exp: Use prepare_for_testing.
16199
f48088c7
PA
162002014-03-19 Pedro Alves <palves@redhat.com>
16201
16202 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16203 the same line.
16204
e2f6c966
PA
162052014-03-19 Pedro Alves <palves@redhat.com>
16206
16207 * gdb.base/async.c (main): Add "jump here" and "until here" line
16208 marker comments.
16209 * gdb.base/async.exp (jump_here): New global.
16210 (jump& test): Use it.
16211 (until_here): New global.
16212 (until& test): Use it.
16213
c30568d4
PA
162142014-03-19 Pedro Alves <palves@redhat.com>
16215
16216 * gdb.base/async.exp: Don't frob gdb_protocol.
16217
0172b6a7
DE
162182014-03-18 Doug Evans <xdje42@gmail.com>
16219
16220 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16221 Fix spelling of exec-done-display.
16222
06c868a8
JK
162232014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16224
16225 PR gdb/15358
16226 * gdb.base/gdb-sigterm.c: New file.
16227 * gdb.base/gdb-sigterm.exp: New file.
16228
0c7e1a46
PA
162292014-03-18 Pedro Alves <palves@redhat.com>
16230
16231 PR gdb/13860
16232 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16233 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16234 solib-event.
16235
f7c77d93
JB
162362014-03-17 Joel Brobecker <brobecker@adacore.com>
16237
16238 * gdb.ada/pckd_arr_ren: New testcase.
16239
5a1e8c7a
DE
162402014-03-13 Doug Evans <xdje42@gmail.com>
16241
16242 PR guile/16612
16243 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16244 collect after discarding symbols.
16245
350e1a76
DE
162462014-03-13 Ludovic Courtès <ludo@gnu.org>
16247 Doug Evans <xdje42@gmail.com>
16248
16249 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16250 to history survives a gc.
16251
a69900ae
PA
162522014-03-13 Pedro Alves <palves@redhat.com>
16253
16254 * gdb.base/default.exp: Don't test "target procfs".
16255
5db9f0bd
PA
162562014-03-13 Pedro Alves <palves@redhat.com>
16257
16258 * gdb.base/default.exp: Update "target child" and "target procfs"
16259 tests to not expect "Unix".
16260
b3ccfe11
TT
162612014-03-12 Tom Tromey <tromey@redhat.com>
16262
16263 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16264 New procs. Add target-async tests.
16265 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16266 Add target-async tests.
16267
646f4417
AA
162682014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16269
16270 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16271 'func_start' and 'func_end' for the beginning and end of the
16272 function code, respectively.
16273 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16274 'func_end' instead of 'func' and 'main'.
16275
288c211f
AA
162762014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16277
16278 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16279 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16280 generate the debug info assembler source.
16281
e0c0f156
AA
162822014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16283
16284 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16285 * gdb.dwarf2/arr-subrange.exp: Likewise.
16286 * gdb.dwarf2/dwz.exp: Likewise.
16287 * gdb.dwarf2/method-ptr.exp: Likewise.
16288 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16289 * gdb.dwarf2/subrange.exp: Likewise.
16290 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16291 * gdb.dwarf2/implptrpiece.exp: Likewise.
16292 * gdb.dwarf2/nostaticblock.exp: Likewise.
16293
0e5c4555
AA
162942014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16295
16296 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16297 directory to absolute path name arguments.
16298
5ec18f2b
JG
162992014-03-10 Joel Brobecker <brobecker@adacore.com>
16300
16301 * gdb.ada/tagged_access: New testcase.
16302
847fc4f2
MM
163032014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16304
16305 * gdb.btrace/data.exp: Update expected output.
16306
cc3da688
YQ
163072014-03-06 Yao Qi <yao@codesourcery.com>
16308
16309 * gdb.trace/pr16508.exp: New file.
16310
0f26cec1
PA
163112014-03-05 Pedro Alves <palves@redhat.com>
16312
16313 PR gdb/16575
16314 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16315 procedure.
16316 (top level): Adjust to use it. Add tests that exercise breakpoint
16317 interaction with the code-cache.
16318
7a5a839f
LC
163192014-02-26 Ludovic Courtès <ludo@gnu.org>
16320
16321 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16322 test for 'history-append!'.
16323
31aa7e4e
JB
163242014-02-26 Joel Brobecker <brobecker@adacore.com>
16325
16326 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16327 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16328 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16329 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16330 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16331 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16332
1b588015
JB
163332014-02-26 Joel Brobecker <brobecker@adacore.com>
16334
16335 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16336 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16337 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16338
55426c9d
JB
163392014-02-26 Joel Brobecker <brobecker@adacore.com>
16340
16341 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16342
dc53a7ad
JB
163432014-02-26 Joel Brobecker <brobecker@adacore.com>
16344
16345 * gdb.dwarf2/arr-stride.c: New file.
16346 * gdb.dwarf2/arr-stride.exp: New file.
16347
12ab52e9
PA
163482014-02-26 Pedro Alves <palves@redhat.com>
16349
16350 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16351 that won't ever trigger. Make sure that GDB reports the correct
16352 breakpoint that caused the stop.
16353
849c862e
JK
163542014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16355
16356 PR gdb/16626
16357 * gdb.base/auto-load-script: New file.
16358 * gdb.base/auto-load.c: New file.
16359 * gdb.base/auto-load.exp: New file.
16360
71b7d793
JK
16361 PR gdb/16626
16362 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16363
e2f0d509
JK
163642014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16365
16366 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16367 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16368
50cc37c8
DE
163692014-02-24 Doug Evans <dje@google.com>
16370
16371 * lib/gdb.exp (run_on_host): Log error output if program fails.
16372
ea4758f2
PA
163732014-02-21 Pedro Alves <palves@redhat.com>
16374
16375 * gdb.threads/step-after-sr-lock.c: Rename to ...
16376 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16377 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16378 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16379 ... this.
16380
d7b30f67
SDJ
163812014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16382
16383 PR tdep/16397
16384 * gdb.arch/amd64-stap-special-operands.exp: New file.
16385 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16386 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16387 * gdb.arch/amd64-stap-triplet.S: Likewise.
16388 * gdb.arch/amd64-stap-triplet.c: Likewise.
16389
83deb43f
JB
163902014-02-20 Joel Brobecker <brobecker@adacore.com>
16391
16392 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16393 in .section pseudo-op.
16394
adde2bff
DE
163952014-02-20 lin zuojian <manjian2006@gmail.com>
16396 Joel Brobecker <brobecker@adacore.com>
16397 Doug Evans <xdje42@gmail.com>
16398
16399 PR symtab/16581
16400 * gdb.dwarf2/dw2-icycle.S: New file.
16401 * gdb.dwarf2/dw2-icycle.c: New file.
16402 * gdb.dwarf2/dw2-icycle.exp: New file.
16403
f7bd0f78
SC
164042014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16405
16406 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16407 operations on gdb.Value objects.
16408 * gdb.python/py-value-cc.exp: Add new test to test operations on
16409 gdb.Value objects.
16410
c17ef0d5
DE
164112014-02-18 Doug Evans <dje@google.com>
16412
16413 * Makefile.in (TESTS): New variable.
16414 (expanded_tests, expanded_tests_or_none): New variables
16415 (check-single): Pass $(expanded_tests_or_none) to runtest.
16416 (check-parallel): Only run tests in $(TESTS) if non-empty.
16417 (check/no-matching-tests-found): New rule.
16418 * README: Document TESTS makefile variable.
16419
5dd3176f
DE
164202014-02-18 Doug Evans <dje@google.com>
16421
16422 * Makefile.in (check-parallel): rm -rf outputs temp.
16423
0b10be4f
JK
164242014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16425
16426 Fix "ERROR: no fileid for" in the testsuite.
16427 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16428
85f224e7
DE
164292014-02-12 Doug Evans <dje@google.com>
16430
16431 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16432 (MISCELLANEOUS): New variable.
16433 (clean): rm -rf $(MISCELLANEOUS).
16434 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16435 dwp live in the same directory as symlinks, with each symlink pointed
16436 to a differently named file in a different directory.
16437
149b30ff
DE
164382014-02-11 Doug Evans <dje@google.com>
16439
16440 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16441 of Tcl file commands.
16442
1dfdac32
MK
164432014-02-10 Mark Kettenis <kettenis@gnu.org>
16444
16445 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16446 "kill -SIGUSR1 -1".
16447
aa4fb036
JB
164482014-02-10 Joel Brobecker <brobecker@adacore.com>
16449
16450 * gdb.ada/tick_length_array_enum_idx: New testcase.
16451
ed3ef339
DE
164522014-02-10 Doug Evans <xdje42@gmail.com>
16453
16454 * configure.ac (AC_OUTPUT): Add gdb.guile.
16455 * configure: Regenerate.
16456 * lib/gdb-guile.exp: New file.
16457 * lib/gdb.exp (get_target_charset): New function.
16458 * gdb.base/help.exp: Update expected output from "apropos apropos".
16459 * gdb.guile/Makefile.in: New file.
16460 * gdb.guile/guile.exp: New file.
16461 * gdb.guile/scm-arch.c: New file.
16462 * gdb.guile/scm-arch.exp: New file.
16463 * gdb.guile/scm-block.c: New file.
16464 * gdb.guile/scm-block.exp: New file.
16465 * gdb.guile/scm-breakpoint.c: New file.
16466 * gdb.guile/scm-breakpoint.exp: New file.
16467 * gdb.guile/scm-disasm.c: New file.
16468 * gdb.guile/scm-disasm.exp: New file.
16469 * gdb.guile/scm-equal.c: New file.
16470 * gdb.guile/scm-equal.exp: New file.
16471 * gdb.guile/scm-error.exp: New file.
16472 * gdb.guile/scm-error.scm: New file.
16473 * gdb.guile/scm-frame-args.c: New file.
16474 * gdb.guile/scm-frame-args.exp: New file.
16475 * gdb.guile/scm-frame-args.scm: New file.
16476 * gdb.guile/scm-frame-inline.c: New file.
16477 * gdb.guile/scm-frame-inline.exp: New file.
16478 * gdb.guile/scm-frame.c: New file.
16479 * gdb.guile/scm-frame.exp: New file.
16480 * gdb.guile/scm-generics.exp: New file.
16481 * gdb.guile/scm-gsmob.exp: New file.
16482 * gdb.guile/scm-iterator.c: New file.
16483 * gdb.guile/scm-iterator.exp: New file.
16484 * gdb.guile/scm-math.c: New file.
16485 * gdb.guile/scm-math.exp: New file.
16486 * gdb.guile/scm-objfile-script-gdb.in: New file.
16487 * gdb.guile/scm-objfile-script.c: New file.
16488 * gdb.guile/scm-objfile-script.exp: New file.
16489 * gdb.guile/scm-objfile.c: New file.
16490 * gdb.guile/scm-objfile.exp: New file.
16491 * gdb.guile/scm-ports.exp: New file.
16492 * gdb.guile/scm-pretty-print.c: New file.
16493 * gdb.guile/scm-pretty-print.exp: New file.
16494 * gdb.guile/scm-pretty-print.scm: New file.
16495 * gdb.guile/scm-section-script.c: New file.
16496 * gdb.guile/scm-section-script.exp: New file.
16497 * gdb.guile/scm-section-script.scm: New file.
16498 * gdb.guile/scm-symbol.c: New file.
16499 * gdb.guile/scm-symbol.exp: New file.
16500 * gdb.guile/scm-symtab-2.c: New file.
16501 * gdb.guile/scm-symtab.c: New file.
16502 * gdb.guile/scm-symtab.exp: New file.
16503 * gdb.guile/scm-type.c: New file.
16504 * gdb.guile/scm-type.exp: New file.
16505 * gdb.guile/scm-value-cc.cc: New file.
16506 * gdb.guile/scm-value-cc.exp: New file.
16507 * gdb.guile/scm-value.c: New file.
16508 * gdb.guile/scm-value.exp: New file.
16509 * gdb.guile/source2.scm: New file.
16510 * gdb.guile/types-module.cc: New file.
16511 * gdb.guile/types-module.exp: New file.
16512
7026a7c1
YQ
165132014-02-10 Yao Qi <yao@codesourcery.com>
16514
16515 PR testsuite/16543
16516 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16517 * configure: Regenerated.
16518 * Makefile.in: New file.
16519
6c466447
AS
165202014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16521
16522 * gdb.python/py-framefilter.exp: Fix typo.
16523
6e854735
YQ
165242014-02-08 Yao Qi <yao@codesourcery.com>
16525
16526 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16527 that no =breakpoint-modified is emitted when breakpoints are
16528 modified through MI commands.
16529
d137e6dc
PA
165302014-02-07 Pedro Alves <pedro@codesourcery.com>
16531 Pedro Alves <palves@redhat.com>
16532
16533 * gdb.threads/step-after-sr-lock.c: New file.
16534 * gdb.threads/step-after-sr-lock.exp: New file.
16535
b5ee5a50
PA
165362014-02-07 Pedro Alves <palves@redhat.com>
16537
16538 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16539
3c77faf3
JK
165402014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16541
16542 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16543 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16544
6dddc817
DE
165452014-02-06 Doug Evans <xdje42@gmail.com>
16546
16547 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16548 output.
16549
16550 * gdb.gdb/python-interrupts.exp: New file.
16551
de7b2893
YQ
165522014-02-05 Yao Qi <yao@codesourcery.com>
16553
16554 * gdb.trace/report.exp (use_collected_data): Test the output
16555 of "info threads" and "info inferiors".
16556
66d032ac
YQ
165572014-02-05 Yao Qi <yao@codesourcery.com>
16558
16559 Revert this patch:
16560
16561 2013-05-24 Yao Qi <yao@codesourcery.com>
16562
16563 * gdb.trace/tfile.exp: Test inferior and thread.
16564
591a12a1
UW
165652014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16566
16567 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16568 on a function.
16569 * gdb.base/step-bt.c: Call hello via function pointer to make
16570 sure its first instruction is executed on powerpc64le-linux.
16571
0ff3e01f
UW
165722014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16573
16574 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16575
084ee545
UW
165762014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16577
16578 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
16579 of the test patterns for use on little-endian systems.
16580
6ed14ff3
UW
165812014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16582
16583 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16584 (decimal_vector): Fix for little-endian.
16585
401e27fd
JM
165862014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
16587
16588 * gdb.arch/sparc-sysstep.exp: New file.
16589 * gdb.arch/sparc-sysstep.c: Likewise.
16590
16591 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16592
8b924729
EBM
165932014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16594
16595 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16596
fb151210
JB
165972014-01-23 Tom Tromey <tromey@redhat.com>
16598
16599 * gdb.ada/array_char_idx: New testcase.
16600
0740f8d8
TT
166012014-01-23 Tom Tromey <tromey@redhat.com>
16602
16603 PR python/16487:
16604 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16605 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16606 classes.
16607
21909fa1
TT
166082014-01-23 Tom Tromey <tromey@redhat.com>
16609
16610 PR python/16491:
16611 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16612 string from an inferior frame.
16613 * gdb.python/py-framefilter-mi.exp: Update.
16614
87ce2a04
DE
166152014-01-22 Doug Evans <dje@google.com>
16616
16617 * gdb.server/server-mon.exp: Add tests for "set debug-format".
16618
237b092b
AA
166192014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16620
16621 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16622
d674a709
AA
166232014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16624
16625 * gdb.trace/entry-values.exp: Remove excess space character from
16626 regex patterns. Handle s390 call instruction.
16627
20fa3390
AA
166282014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16629
16630 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16631 define "*_start" label. Make "name" static.
16632 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16633 ${name} by references to ${name}_start.
16634
78466714
AA
166352014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
16636
16637 * gdb.base/info-macros.exp: Remove "debug" from the compile
16638 options.
16639
ec9f644a
IB
166402014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16641
16642 * gdb.dlang/demangle.exp: New file.
16643
94b1b47e
IB
166442014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16645
16646 * gdb.dlang/primitive-types.exp: New file.
16647
7f420862
IB
166482014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
16649
16650 * configure.ac: Create gdb.dlang/Makefile.
16651 * configure: Regenerate.
16652 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16653 * gdb.dlang/Makefile.in: New file.
16654 * lib/d-support.exp: New file.
16655 * lib/gdb.exp (skip_d_tests): New proc.
16656
52834460
MM
166572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16658
16659 * gdb.btrace/delta.exp: Check reverse stepi.
16660 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
16661 * gdb.btrace/finish.exp: New.
16662 * gdb.btrace/next.exp: New.
16663 * gdb.btrace/nexti.exp: New.
16664 * gdb.btrace/record_goto.c: Add comments.
16665 * gdb.btrace/step.exp: New.
16666 * gdb.btrace/stepi.exp: New.
16667 * gdb.btrace/multi-thread-step.c: New.
16668 * gdb.btrace/multi-thread-step.exp: New.
16669 * gdb.btrace/rn-dl-bind.c: New.
16670 * gdb.btrace/rn-dl-bind.exp: New.
16671 * gdb.btrace/data.c: New.
16672 * gdb.btrace/data.exp: New.
16673 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16674
6e07b1d2
MM
166752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16676
16677 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16678 * gdb.btrace/exception.exp: Update.
16679 * gdb.btrace/instruction_history.exp: Update.
16680 * gdb.btrace/record_goto.exp: Update.
16681 * gdb.btrace/tailcall.exp: Update.
16682 * gdb.btrace/unknown_functions.exp: Update.
16683 * gdb.btrace/delta.exp: New.
16684
0b722aec
MM
166852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16686
16687 * gdb.btrace/record_goto.exp: Add backtrace test.
16688 * gdb.btrace/tailcall.exp: Add backtrace test.
16689
066ce621
MM
166902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16691
16692 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16693 * gdb.btrace/record_goto.c: New.
16694 * gdb.btrace/record_goto.exp: New.
16695 * gdb.btrace/x86-record_goto.S: New.
16696
0688d04e
MM
166972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16698
16699 * gdb.btrace/function_call_history.exp: Update tests.
16700 * gdb.btrace/instruction_history.exp: Update tests.
16701
8710b709
MM
167022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16703
16704 * gdb.btrace/function_call_history.exp: Fix expected field
16705 order for "record function-call-history".
16706 Add new tests for "record function-call-history /c".
16707 * gdb.btrace/exception.cc: New.
16708 * gdb.btrace/exception.exp: New.
16709 * gdb.btrace/tailcall.exp: New.
16710 * gdb.btrace/x86-tailcall.S: New.
16711 * gdb.btrace/x86-tailcall.c: New.
16712 * gdb.btrace/unknown_functions.c: New.
16713 * gdb.btrace/unknown_functions.exp: New.
16714 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16715
5de9129b
MM
167162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16717
16718 * gdb.btrace/instruction_history.exp: Update.
16719 * gdb.btrace/function_call_history.exp: Update.
16720
23a7fe75
MM
167212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16722
16723 * gdb.btrace/function_call_history.exp: Fix expected function
16724 trace.
16725 * gdb.btrace/instruction_history.exp: Initialize traced.
16726 Remove traced_functions.
16727
724c7dd8
MM
167282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16729
16730 * gdb.btrace/function_call_history.exp: Update
16731 * gdb.btrace/instruction_history.exp: Update.
16732
6d78d93b
MM
167332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
16734
16735 * gdb.btrace/enable.exp: Update expected text.
16736
93a360cc
OJ
167372014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
16738
16739 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16740 bytes.
16741
3772b53f
MR
167422014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
16743
16744 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16745
596662fa
OJ
167462014-01-15 Omair Javaid <omair.javaid@linaro.org>
16747
16748 * lib/gdb.exp (supports_process_record): Return true for
16749 arm*-linux*. (supports_reverse): Likewise.
16750
b5b08fb4
SC
167512014-01-13 Siva Chandra Reddy <sivachandra@google.com>
16752
16753 PR python/15464
16754 PR python/16113
16755 * gdb.python/py-type.c: Enhance test case.
16756 * gdb.python/py-value-cc.cc: Likewise
16757 * gdb.python/py-type.exp: Add new tests.
16758 * gdb.python/py-value-cc.exp: Likewise
16759
52d7fb13
AA
167602014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16761 Pedro Alves <palves@redhat.com>
16762
16763 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16764 Make "name" extern.
16765 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16766 references to ${name}_start by references to ${name}.
16767
a2cd8cfe
JB
167682014-01-10 Joel Brobecker <brobecker@adacore.com>
16769
16770 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16771
4e23fced
JB
167722014-01-10 Joel Brobecker <brobecker@adacore.com>
16773
16774 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16775
c6a9e42c
PA
167762014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
16777 Pedro Alves <palves@redhat.com>
16778
16779 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 16780 mi_gdb_target_load.
c6a9e42c 16781
b7ea362b
PA
167822014-01-08 Pedro Alves <palves@redhat.com>
16783
16784 * gdb.threads/reconnect-signal.c: New file.
16785 * gdb.threads/reconnect-signal.exp: New file.
16786
5e3f4fab
EBM
167872014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16788
16789 * gdb.base/source-dir.exp: New file.
16790
79301218
JB
167912014-01-07 Joel Brobecker <brobecker@adacore.com>
16792
16793 * gdb.ada/mi_interface: New testcase.
16794
8e355c5d
JB
167952014-01-07 Joel Brobecker <brobecker@adacore.com>
16796
16797 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16798 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16799 gdb.ada/pp-rec-component/pck.ads: New files.
16800
c0d48811
JB
168012014-01-07 Joel Brobecker <brobecker@adacore.com>
16802
16803 * gdb.python/py-pp-integral.c: New file.
16804 * gdb.python/py-pp-integral.py: New file.
16805 * gdb.python/py-pp-integral.exp: New file.
16806
17b609c3 16807For older changes see ChangeLog-1993-2013.
c906108c 16808\f
8d8cb839
EZ
16809;; Local Variables:
16810;; mode: change-log
16811;; left-margin: 8
16812;; fill-column: 74
16813;; version-control: never
16814;; End:
902f2ccb 16815
42a4f53d 16816 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
16817 Copying and distribution of this file, with or without modification,
16818 are permitted provided the copyright notice and this notice are preserved.